comand-component-library 4.2.24 → 4.2.25
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.
@@ -1,7 +1,7 @@
|
|
1
1
|
var Pl = Object.defineProperty;
|
2
2
|
var El = (e, t, n) => t in e ? Pl(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
3
3
|
var Je = (e, t, n) => El(e, typeof t != "symbol" ? t + "" : t, n);
|
4
|
-
import { defineComponent as fi, h as Bn, resolveComponent as we, openBlock as a, createBlock as k, normalizeClass as x, createElementBlock as r, getCurrentInstance as Hl, resolveDynamicComponent as
|
4
|
+
import { defineComponent as fi, h as Bn, resolveComponent as we, openBlock as a, createBlock as k, normalizeClass as x, createElementBlock as r, getCurrentInstance as Hl, resolveDynamicComponent as Ve, withModifiers as S, withCtx as w, withDirectives as $, createElementVNode as o, createVNode as p, createCommentVNode as m, vShow as ye, Fragment as _, toDisplayString as y, renderSlot as A, normalizeProps as j, mergeProps as I, createTextVNode as H, renderList as q, Transition as Pe, toHandlers as zt, TransitionGroup as dn, createApp as ql, normalizeStyle as xt, guardReactiveProps as _e, useCssVars as hi, vModelDynamic as Rl, createStaticVNode as jl, vModelText as Wt, resolveDirective as Nl, vModelSelect as Ul, vModelRadio as Pt, onBeforeUpdate as zl, onMounted as Wl, onUnmounted as Gl, reactive as Kl } 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) === "@") {
|
@@ -1241,7 +1241,7 @@ function Yo(e, t, n, s, i, l) {
|
|
1241
1241
|
}, null, 10, Ko));
|
1242
1242
|
}
|
1243
1243
|
const K = /* @__PURE__ */ F(Go, [["render", Yo]]);
|
1244
|
-
function
|
1244
|
+
function Oe(e, t) {
|
1245
1245
|
return _t(e, "EditComponentWrapper", t);
|
1246
1246
|
}
|
1247
1247
|
function Jo(e) {
|
@@ -1254,9 +1254,9 @@ function _t(e, t, n) {
|
|
1254
1254
|
var s;
|
1255
1255
|
return ((s = e == null ? void 0 : e.$options) == null ? void 0 : s.name) === t && (n == null || n(e)) ? e : e != null && e.$parent ? _t(e.$parent, t, n) : null;
|
1256
1256
|
}
|
1257
|
-
function
|
1257
|
+
function Le(e, ...t) {
|
1258
1258
|
const n = [];
|
1259
|
-
for (let s =
|
1259
|
+
for (let s = Oe(e); s; s = Oe(s.$parent))
|
1260
1260
|
s.componentPath && n.unshift(...s.componentPath);
|
1261
1261
|
return n.push(...t), n;
|
1262
1262
|
}
|
@@ -1326,10 +1326,10 @@ const Xo = {
|
|
1326
1326
|
},
|
1327
1327
|
computed: {
|
1328
1328
|
isOuterComponent() {
|
1329
|
-
return !
|
1329
|
+
return !Oe(this.$parent, (e) => (e == null ? void 0 : e.componentName) !== "CmdContainer");
|
1330
1330
|
},
|
1331
1331
|
active() {
|
1332
|
-
return this.editModeContext ?
|
1332
|
+
return this.editModeContext ? Oe(this.$parent, (t) => (t == null ? void 0 : t.componentName) !== "CmdContainer") ? !!this.editModeContext.system.isActiveChildComponent(ge(this)) : !!this.editModeContext.system.isActiveComponent(ge(this)) : !1;
|
1333
1333
|
},
|
1334
1334
|
editing() {
|
1335
1335
|
var e;
|
@@ -1349,7 +1349,7 @@ const Xo = {
|
|
1349
1349
|
},
|
1350
1350
|
// provide actions from store as methods inside this component
|
1351
1351
|
showActionButtons() {
|
1352
|
-
const e =
|
1352
|
+
const e = Oe(this.$parent, (t) => (t == null ? void 0 : t.componentName) !== "CmdContainer");
|
1353
1353
|
this.editModeContext.system.setActiveComponent(ge(e), ge(this));
|
1354
1354
|
},
|
1355
1355
|
deleteComponent() {
|
@@ -1422,7 +1422,7 @@ const Xo = {
|
|
1422
1422
|
};
|
1423
1423
|
function ge(e) {
|
1424
1424
|
const t = [];
|
1425
|
-
for (let n = e; n; n =
|
1425
|
+
for (let n = e; n; n = Oe(n.$parent))
|
1426
1426
|
n.componentPath && t.unshift(...n.componentPath);
|
1427
1427
|
return t;
|
1428
1428
|
}
|
@@ -1435,7 +1435,7 @@ const $o = {
|
|
1435
1435
|
}, aa = ["data-component"], sa = ["title"], ra = ["href", "title"], da = ["title"], ua = { key: 0 }, ca = { key: 1 }, ma = ["title"], pa = ["title"];
|
1436
1436
|
function fa(e, t, n, s, i, l) {
|
1437
1437
|
const d = K;
|
1438
|
-
return a(), k(
|
1438
|
+
return a(), k(Ve(n.componentTag || "div"), {
|
1439
1439
|
class: x(["edit-component-wrapper", { active: l.active }]),
|
1440
1440
|
tabindex: "0",
|
1441
1441
|
onClick: S(l.showActionButtons, ["stop"]),
|
@@ -1625,7 +1625,7 @@ const qe = /* @__PURE__ */ F(Xo, [["render", fa]]), se = {
|
|
1625
1625
|
if (this.$refs.editComponentWrapper)
|
1626
1626
|
(e = this.$refs.editComponentWrapper) == null || e.addUpdateHandlerProvider(this.updateHandlerProvider);
|
1627
1627
|
else {
|
1628
|
-
const t =
|
1628
|
+
const t = Oe(this.$parent);
|
1629
1629
|
t && (t.addEditStateListener((n) => this.editing = n), t.addUpdateHandlerProvider(this.updateHandlerProvider), t.setAddHandlerProvider(this.addHandlerProvider));
|
1630
1630
|
}
|
1631
1631
|
this.mainSidebarContext = !!Zo(this), this.settingsContext = !!Jo(this);
|
@@ -1690,7 +1690,7 @@ const qe = /* @__PURE__ */ F(Xo, [["render", fa]]), se = {
|
|
1690
1690
|
computed: {
|
1691
1691
|
componentActive() {
|
1692
1692
|
var e;
|
1693
|
-
return (e = this.editModeContext) == null ? void 0 : e.system.isActiveComponent(Oe(
|
1693
|
+
return (e = this.editModeContext) == null ? void 0 : e.system.isActiveComponent(Le(Oe(this)));
|
1694
1694
|
},
|
1695
1695
|
headlineComponentPath() {
|
1696
1696
|
return this.componentPath || ["props", "cmdHeadline"];
|
@@ -1738,7 +1738,7 @@ function wa(e, t, n, s, i, l) {
|
|
1738
1738
|
class: x(["cmd-headline", { "has-pre-headline-text": n.preHeadlineText, "has-icon": (g = n.cmdIcon) == null ? void 0 : g.iconClass }, l.headlineTextAlign])
|
1739
1739
|
}, [
|
1740
1740
|
n.preHeadlineText ? (a(), r(_, { key: 0 }, [
|
1741
|
-
n.headlineText ? (a(), k(
|
1741
|
+
n.headlineText ? (a(), k(Ve(l.headlineTag), { key: 0 }, {
|
1742
1742
|
default: w(() => [
|
1743
1743
|
n.cmdIcon ? (a(), k(d, j(I({ key: 0 }, n.cmdIcon)), null, 16)) : m("", !0),
|
1744
1744
|
o("span", ga, [
|
@@ -1756,7 +1756,7 @@ function wa(e, t, n, s, i, l) {
|
|
1756
1756
|
]),
|
1757
1757
|
_: 3
|
1758
1758
|
})) : m("", !0)
|
1759
|
-
], 64)) : (a(), k(
|
1759
|
+
], 64)) : (a(), k(Ve(l.headlineTag), { key: 1 }, {
|
1760
1760
|
default: w(() => [
|
1761
1761
|
n.cmdIcon ? (a(), k(d, j(I({ key: 0 }, n.cmdIcon)), null, 16)) : m("", !0),
|
1762
1762
|
n.headlineText ? (a(), r("span", {
|
@@ -1793,7 +1793,7 @@ function wa(e, t, n, s, i, l) {
|
|
1793
1793
|
}, null, 8, ["class", "modelValue"])) : n.headlineText ? (a(), r(_, { key: 1 }, [
|
1794
1794
|
n.cmdIcon ? (a(), k(d, j(I({ key: 0 }, n.cmdIcon)), null, 16)) : m("", !0),
|
1795
1795
|
n.preHeadlineText ? (a(), r(_, { key: 1 }, [
|
1796
|
-
n.headlineText ? (a(), k(
|
1796
|
+
n.headlineText ? (a(), k(Ve(l.headlineTag), { key: 0 }, {
|
1797
1797
|
default: w(() => [
|
1798
1798
|
n.cmdIcon ? (a(), k(d, j(I({ key: 0 }, n.cmdIcon)), null, 16)) : m("", !0),
|
1799
1799
|
o("span", ka, y(n.preHeadlineText), 1),
|
@@ -1803,7 +1803,7 @@ function wa(e, t, n, s, i, l) {
|
|
1803
1803
|
]),
|
1804
1804
|
_: 3
|
1805
1805
|
})) : m("", !0)
|
1806
|
-
], 64)) : n.headlineText ? (a(), k(
|
1806
|
+
], 64)) : n.headlineText ? (a(), k(Ve(l.headlineTag), { key: 2 }, {
|
1807
1807
|
default: w(() => [
|
1808
1808
|
A(e.$slots, "default", {}, () => [
|
1809
1809
|
H(y(n.headlineText), 1)
|
@@ -3766,7 +3766,7 @@ const Rs = /* @__PURE__ */ F(ws, [["render", qs]]), js = {
|
|
3766
3766
|
methods: {
|
3767
3767
|
onAddItem() {
|
3768
3768
|
this.editModeContext.content.addContent(
|
3769
|
-
|
3769
|
+
Le(this, "props", "addressData", -1),
|
3770
3770
|
this.itemProvider
|
3771
3771
|
);
|
3772
3772
|
},
|
@@ -5263,7 +5263,7 @@ const Lt = /* @__PURE__ */ F(zr, [["render", Gr]]), Kr = {
|
|
5263
5263
|
},
|
5264
5264
|
onAddItem() {
|
5265
5265
|
this.editModeContext.content.addContent(
|
5266
|
-
|
5266
|
+
Le(this, "props", "thumbnailScrollerItems", -1),
|
5267
5267
|
this.itemProvider
|
5268
5268
|
);
|
5269
5269
|
},
|
@@ -5708,7 +5708,7 @@ const td = Ei, nd = ["aria-label"], id = { class: "flex-container" }, ld = {
|
|
5708
5708
|
class: "flex-container no-flex"
|
5709
5709
|
}, fd = ["title"], hd = { key: 1 }, gd = ["title"], yd = { key: 1 };
|
5710
5710
|
function bd(e, t, n, s, i, l) {
|
5711
|
-
var h, v, b, O, T, M, B, P, D, U, W, V, R, Y, Q, X, le, ne, ie, re, pe, E, Z, de, fe, oe,
|
5711
|
+
var h, v, b, O, T, M, B, P, D, U, W, V, R, Y, Q, X, le, ne, ie, re, pe, E, Z, de, fe, oe, Ie, Be, De, Me, Fe;
|
5712
5712
|
const d = J, u = K, c = xe, g = Lt, f = Pi;
|
5713
5713
|
return a(), r("dialog", {
|
5714
5714
|
ref: "dialog",
|
@@ -5805,12 +5805,12 @@ function bd(e, t, n, s, i, l) {
|
|
5805
5805
|
onClick: t[4] || (t[4] = (...ue) => e.confirm && e.confirm(...ue)),
|
5806
5806
|
title: (oe = e.fancyBoxOptionsProperties.submitButtons.cancel) == null ? void 0 : oe.tooltip
|
5807
5807
|
}, [
|
5808
|
-
(
|
5808
|
+
(Ie = e.fancyBoxOptionsProperties.submitButtons.confirm) != null && Ie.iconClass ? (a(), k(u, {
|
5809
5809
|
key: 0,
|
5810
|
-
iconClass: (
|
5811
|
-
type: (
|
5810
|
+
iconClass: (Be = e.fancyBoxOptionsProperties.submitButtons.confirm) == null ? void 0 : Be.iconClass,
|
5811
|
+
type: (De = e.fancyBoxOptionsProperties.submitButtons.confirm) == null ? void 0 : De.iconType
|
5812
5812
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
5813
|
-
(
|
5813
|
+
(Me = e.fancyBoxOptionsProperties.submitButtons.confirm) != null && Me.buttonText ? (a(), r("span", yd, y((Fe = e.fancyBoxOptionsProperties.submitButtons.confirm) == null ? void 0 : Fe.buttonText), 1)) : m("", !0)
|
5814
5814
|
], 8, gd)) : m("", !0)
|
5815
5815
|
])) : m("", !0),
|
5816
5816
|
e.fancyBoxGallery ? (a(), k(f, {
|
@@ -6141,7 +6141,7 @@ function Od(e, t, n, s, i, l) {
|
|
6141
6141
|
ref: "form"
|
6142
6142
|
}), {
|
6143
6143
|
default: w(() => {
|
6144
|
-
var g, f, h, v, b, O, T, M, B, P, D, U, W, V, R, Y, Q, X, le, ne, ie, re, pe, E, Z, de, fe, oe,
|
6144
|
+
var g, f, h, v, b, O, T, M, B, P, D, U, W, V, R, Y, Q, X, le, ne, ie, re, pe, E, Z, de, fe, oe, Ie, Be, De, Me, Fe, ue, at, Ge, st, rt, dt, ut, ct;
|
6145
6145
|
return [
|
6146
6146
|
n.configuration.salutation ? (a(), r("div", kd, [
|
6147
6147
|
p(u, {
|
@@ -6292,11 +6292,11 @@ function Od(e, t, n, s, i, l) {
|
|
6292
6292
|
n.configuration.city ? (a(), k(u, {
|
6293
6293
|
key: 1,
|
6294
6294
|
element: "input",
|
6295
|
-
type: ((
|
6295
|
+
type: ((Ie = n.configuration.city) == null ? void 0 : Ie.type) || "text",
|
6296
6296
|
labelText: e.getMessage("basic_form.labeltext.city"),
|
6297
6297
|
placeholder: e.getMessage("basic_form.placeholder.city"),
|
6298
|
-
required: (
|
6299
|
-
name: (
|
6298
|
+
required: (Be = n.configuration.city) == null ? void 0 : Be.required,
|
6299
|
+
name: (De = n.configuration.city) == null ? void 0 : De.name,
|
6300
6300
|
modelValue: i.formData.city.value,
|
6301
6301
|
"onUpdate:modelValue": t[10] || (t[10] = (G) => i.formData.city.value = G),
|
6302
6302
|
status: i.formData.city.error ? "error" : "",
|
@@ -6306,10 +6306,10 @@ function Od(e, t, n, s, i, l) {
|
|
6306
6306
|
n.configuration.additionalAddressInfo ? (a(), k(u, {
|
6307
6307
|
key: 3,
|
6308
6308
|
element: "input",
|
6309
|
-
type: ((
|
6309
|
+
type: ((Me = n.configuration.additionalAddressInfo) == null ? void 0 : Me.type) || "text",
|
6310
6310
|
labelText: e.getMessage("basic_form.labeltext.additional_address_info"),
|
6311
6311
|
placeholder: e.getMessage("basic_form.placeholder.additional_address_info"),
|
6312
|
-
required: (
|
6312
|
+
required: (Fe = n.configuration.additionalAddressInfo) == null ? void 0 : Fe.required,
|
6313
6313
|
name: (ue = n.configuration.additionalAddressInfo) == null ? void 0 : ue.name,
|
6314
6314
|
modelValue: i.formData.additionalAddressInfo.value,
|
6315
6315
|
"onUpdate:modelValue": t[11] || (t[11] = (G) => i.formData.additionalAddressInfo.value = G),
|
@@ -6753,7 +6753,7 @@ const Wd = /* @__PURE__ */ F(Rd, [["render", zd]]), Gd = {
|
|
6753
6753
|
methods: {
|
6754
6754
|
onAddItem() {
|
6755
6755
|
this.editModeContext.content.addContent(
|
6756
|
-
|
6756
|
+
Le(this, "props", "links", -1),
|
6757
6757
|
this.itemProvider
|
6758
6758
|
);
|
6759
6759
|
},
|
@@ -7317,7 +7317,7 @@ function Fu(e, t, n, s, i, l) {
|
|
7317
7317
|
class: x({ "box-body-padding": n.useBoxBodyPadding, "allow-scroll": n.allowContentToScroll })
|
7318
7318
|
}, [
|
7319
7319
|
n.cmdIcon !== void 0 ? (a(), r("div", iu, [
|
7320
|
-
p(u, j(
|
7320
|
+
p(u, j(_e(n.cmdIcon)), null, 16)
|
7321
7321
|
])) : m("", !0),
|
7322
7322
|
(D = n.cmdHeadline) != null && D.headlineText && n.headlinePosition === "body" ? (a(), k(d, j(I({ key: 1 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
7323
7323
|
n.textBody ? (a(), r("p", {
|
@@ -7330,7 +7330,7 @@ function Fu(e, t, n, s, i, l) {
|
|
7330
7330
|
[ye, i.open]
|
7331
7331
|
]),
|
7332
7332
|
(U = n.cmdLink) != null && U.linkType ? (a(), r("div", ou, [
|
7333
|
-
p(g, j(
|
7333
|
+
p(g, j(_e(n.cmdLink)), null, 16)
|
7334
7334
|
])) : m("", !0),
|
7335
7335
|
(W = n.useSlots) != null && W.includes("footer") ? (a(), r("div", au, [
|
7336
7336
|
A(e.$slots, "footer")
|
@@ -8939,6 +8939,13 @@ const cm = {
|
|
8939
8939
|
address: {
|
8940
8940
|
type: Object,
|
8941
8941
|
required: !0
|
8942
|
+
},
|
8943
|
+
/**
|
8944
|
+
* properties for cmdHeadline-component
|
8945
|
+
*/
|
8946
|
+
cmdHeadline: {
|
8947
|
+
type: Object,
|
8948
|
+
required: !1
|
8942
8949
|
}
|
8943
8950
|
},
|
8944
8951
|
mounted() {
|
@@ -8968,14 +8975,15 @@ const cm = {
|
|
8968
8975
|
}
|
8969
8976
|
}, mm = { class: "cmd-google-maps responsive-wrapper" }, pm = ["src"];
|
8970
8977
|
function fm(e, t, n, s, i, l) {
|
8971
|
-
const d = Ne;
|
8978
|
+
const d = J, u = Ne;
|
8972
8979
|
return a(), r("div", mm, [
|
8980
|
+
p(d, j(_e(n.cmdHeadline)), null, 16),
|
8973
8981
|
i.cookiesAccepted ? (a(), r("iframe", {
|
8974
8982
|
key: 1,
|
8975
8983
|
src: l.locateAddress,
|
8976
8984
|
loading: "lazy",
|
8977
8985
|
referrerpolicy: "no-referrer-when-downgrade"
|
8978
|
-
}, null, 8, pm)) : (a(), k(
|
8986
|
+
}, null, 8, pm)) : (a(), k(u, {
|
8979
8987
|
key: 0,
|
8980
8988
|
validationStatus: "warning"
|
8981
8989
|
}, {
|
@@ -8983,7 +8991,7 @@ function fm(e, t, n, s, i, l) {
|
|
8983
8991
|
o("p", null, y(e.getMessage("google_maps.system_message.accept_terms")), 1),
|
8984
8992
|
o("a", {
|
8985
8993
|
href: "#",
|
8986
|
-
onClick: t[0] || (t[0] = S((...
|
8994
|
+
onClick: t[0] || (t[0] = S((...c) => l.acceptCookies && l.acceptCookies(...c), ["prevent"]))
|
8987
8995
|
}, y(e.getMessage("google_maps.button_text.accept_required_cookies")), 1)
|
8988
8996
|
]),
|
8989
8997
|
_: 1
|
@@ -9051,7 +9059,7 @@ const Gi = /* @__PURE__ */ F(cm, [["render", fm]]), hm = {
|
|
9051
9059
|
},
|
9052
9060
|
onAddItem() {
|
9053
9061
|
this.editModeContext.content.addContent(
|
9054
|
-
|
9062
|
+
Le(this, "props", "images", -1),
|
9055
9063
|
this.itemProvider
|
9056
9064
|
);
|
9057
9065
|
},
|
@@ -11116,7 +11124,7 @@ const Rp = {
|
|
11116
11124
|
methods: {
|
11117
11125
|
onAddItem() {
|
11118
11126
|
this.editModeContext.content.addContent(
|
11119
|
-
|
11127
|
+
Le(this, "props", "openingHours", -1),
|
11120
11128
|
this.itemProvider
|
11121
11129
|
);
|
11122
11130
|
},
|
@@ -11666,7 +11674,7 @@ const hf = /* @__PURE__ */ F(uf, [["render", ff]]), gf = {
|
|
11666
11674
|
methods: {
|
11667
11675
|
onAddItem() {
|
11668
11676
|
this.editModeContext.content.addContent(
|
11669
|
-
|
11677
|
+
Le(this, "props", "networks", -1),
|
11670
11678
|
this.itemProvider
|
11671
11679
|
);
|
11672
11680
|
},
|
@@ -12732,7 +12740,7 @@ const ah = /* @__PURE__ */ F(Xf, [["render", oh]]), sh = {
|
|
12732
12740
|
},
|
12733
12741
|
onAddItem() {
|
12734
12742
|
this.editModeContext.content.addContent(
|
12735
|
-
|
12743
|
+
Le(this, "props", "slideshowItems", -1),
|
12736
12744
|
this.itemProvider
|
12737
12745
|
);
|
12738
12746
|
},
|
@@ -16176,7 +16184,7 @@ function ob(e, t, n, s, i, l) {
|
|
16176
16184
|
title: e.getMessage("upload_form.labeltext.remove_all_files_from_list"),
|
16177
16185
|
onClick: t[0] || (t[0] = S((...f) => l.cancelUpload && l.cancelUpload(...f), ["prevent"]))
|
16178
16186
|
}, [
|
16179
|
-
p(c, j(
|
16187
|
+
p(c, j(_e(n.iconDelete)), null, 16)
|
16180
16188
|
], 8, Py),
|
16181
16189
|
o("span", null, [
|
16182
16190
|
H(y(i.listOfFiles.length) + " ", 1),
|
@@ -16370,14 +16378,14 @@ function ob(e, t, n, s, i, l) {
|
|
16370
16378
|
disabled: i.listOfFiles.length === 0 || n.maxTotalUploadSize > 0 && l.totalSize > n.maxTotalUploadSize || i.uploadInitiated,
|
16371
16379
|
onClick: t[5] || (t[5] = (...f) => l.uploadFiles && l.uploadFiles(...f))
|
16372
16380
|
}, [
|
16373
|
-
p(c, j(
|
16381
|
+
p(c, j(_e(n.iconUpload)), null, 16),
|
16374
16382
|
i.listOfFiles.length === 1 || !n.allowMultipleFileUploads ? (a(), r("span", tb, y(e.getMessage("upload_form.buttontext.upload_file")), 1)) : (a(), r("span", nb, y(e.getMessage("upload_form.buttontext.upload_files")), 1))
|
16375
16383
|
], 10, eb),
|
16376
16384
|
o("button", {
|
16377
16385
|
class: x(["button", { disabled: i.listOfFiles.length === 0 }]),
|
16378
16386
|
onClick: t[6] || (t[6] = (...f) => l.cancel && l.cancel(...f))
|
16379
16387
|
}, [
|
16380
|
-
p(c, j(
|
16388
|
+
p(c, j(_e(n.iconCancel)), null, 16),
|
16381
16389
|
o("span", null, y(e.getMessage("upload_form.buttontext.cancel")), 1)
|
16382
16390
|
], 2)
|
16383
16391
|
])
|
@@ -16782,7 +16790,7 @@ const vb = /* @__PURE__ */ F(bb, [["render", Cb]]), kb = {
|
|
16782
16790
|
function Sb(e, t, n, s, i, l) {
|
16783
16791
|
const d = Hi, u = Vi, c = Gi;
|
16784
16792
|
return l.contactFormOnly ? (a(), k(d, j(I({ key: 0 }, e.basicForm)), null, 16)) : (a(), r("div", wb, [
|
16785
|
-
p(d, j(
|
16793
|
+
p(d, j(_e(e.basicForm)), null, 16),
|
16786
16794
|
o("div", Tb, [
|
16787
16795
|
n.cmdAddressData ? (a(), k(u, j(I({ key: 0 }, n.cmdAddressData)), null, 16)) : m("", !0),
|
16788
16796
|
n.cmdGoogleMaps ? (a(), k(c, j(I({ key: 1 }, n.cmdGoogleMaps)), null, 16)) : m("", !0),
|
@@ -20448,7 +20456,7 @@ const px = /* @__PURE__ */ F(cx, [["render", mx]]), fx = [
|
|
20448
20456
|
text: "Zimbabwe",
|
20449
20457
|
value: "zw"
|
20450
20458
|
}
|
20451
|
-
], _C = "comand-component-library", OC = "4.2.
|
20459
|
+
], _C = "comand-component-library", OC = "4.2.25", LC = "GPL-3.0-only", IC = "CoManD-UI", BC = "module", DC = {
|
20452
20460
|
prepublishOnly: "npm run build-lib",
|
20453
20461
|
dev: "vite",
|
20454
20462
|
build: "vite build",
|
@@ -21914,7 +21922,7 @@ const px = /* @__PURE__ */ F(cx, [["render", mx]]), fx = [
|
|
21914
21922
|
id: "content"
|
21915
21923
|
};
|
21916
21924
|
function gv(e, t, n, s, i, l) {
|
21917
|
-
const d = kn, u = qi, c = Nf, g = Cn, f = ji, h = Zf, v = Cl, b = Vi, O = Ui, T = te, M = yh, B = Ni, P = Af, D = Ki, U = Ai, W = ar, V = pr, R = Hi, Y = Ri, Q = lc, X = nm, le = Gi, ne = J, ie = K, re = xe, pe = xm, E = Sm, Z = Re, de = ep, fe = px, oe = Yi,
|
21925
|
+
const d = kn, u = qi, c = Nf, g = Cn, f = ji, h = Zf, v = Cl, b = Vi, O = Ui, T = te, M = yh, B = Ni, P = Af, D = Ki, U = Ai, W = ar, V = pr, R = Hi, Y = Ri, Q = lc, X = nm, le = Gi, ne = J, ie = K, re = xe, pe = xm, E = Sm, Z = Re, de = ep, fe = px, oe = Yi, Ie = we("router-view"), Be = xp, De = Tp, Me = Zp, Fe = wf, ue = Lf, at = df, Ge = Gf, st = ah, rt = ph, dt = Ji, ut = Th, ct = Ne, G = Ah, _l = Zi, Vt = Xh, Ol = Pi, Ll = ng, At = Mi, Il = ab, Bl = kl, Dl = Lc, Ml = Tc, Fl = xd, Vl = pb, Al = Nl("fancybox");
|
21918
21926
|
return $((a(), r("div", {
|
21919
21927
|
class: "page-wrapper",
|
21920
21928
|
id: l.templateId
|
@@ -22134,7 +22142,7 @@ function gv(e, t, n, s, i, l) {
|
|
22134
22142
|
}, null, 8, ["links"])
|
22135
22143
|
]),
|
22136
22144
|
logo: w(() => [
|
22137
|
-
p(f, j(
|
22145
|
+
p(f, j(_e(i.companyLogoData)), null, 16)
|
22138
22146
|
]),
|
22139
22147
|
_: 1
|
22140
22148
|
}),
|
@@ -23425,11 +23433,11 @@ function gv(e, t, n, s, i, l) {
|
|
23425
23433
|
innerClass: "inner-class"
|
23426
23434
|
}), {
|
23427
23435
|
default: w(() => [
|
23428
|
-
(a(), k(
|
23436
|
+
(a(), k(Ve(i.componentNameForContainer), {
|
23429
23437
|
headlineText: "Headline 1",
|
23430
23438
|
headlineLevel: "6"
|
23431
23439
|
})),
|
23432
|
-
(a(), k(
|
23440
|
+
(a(), k(Ve(i.componentNameForContainer), {
|
23433
23441
|
headlineText: "Headline 2",
|
23434
23442
|
headlineLevel: "6"
|
23435
23443
|
}))
|
@@ -23928,7 +23936,7 @@ function gv(e, t, n, s, i, l) {
|
|
23928
23936
|
})
|
23929
23937
|
]),
|
23930
23938
|
p(oe, I({ ref: "CmdMainNavigation" }, e.cmdMainNavigationSettingsData, { navigationEntries: l.navigationDataModified }), null, 16, ["navigationEntries"]),
|
23931
|
-
n.useRouterLinks ? (a(), k(
|
23939
|
+
n.useRouterLinks ? (a(), k(Ie, { key: 0 })) : m("", !0)
|
23932
23940
|
]),
|
23933
23941
|
_: 1
|
23934
23942
|
}),
|
@@ -23944,7 +23952,7 @@ function gv(e, t, n, s, i, l) {
|
|
23944
23952
|
})
|
23945
23953
|
]),
|
23946
23954
|
t[254] || (t[254] = o("h3", null, "Steps with icons", -1)),
|
23947
|
-
p(
|
23955
|
+
p(Be, I({
|
23948
23956
|
ref: "CmdMultistepFormProgressBar",
|
23949
23957
|
multisteps: i.multistepsData.withIcon
|
23950
23958
|
}, e.cmdMultistepFormProgressBarSettingsData, {
|
@@ -23969,7 +23977,7 @@ function gv(e, t, n, s, i, l) {
|
|
23969
23977
|
]),
|
23970
23978
|
p(U, { "use-fieldset": !1 }, {
|
23971
23979
|
default: w(() => [
|
23972
|
-
p(
|
23980
|
+
p(De, I({ ref: "CmdNewsletterSubscription" }, e.cmdNewsletterSubscriptionSettingsData, {
|
23973
23981
|
modelValue: i.newsletter,
|
23974
23982
|
"onUpdate:modelValue": t[97] || (t[97] = (C) => i.newsletter = C),
|
23975
23983
|
onButtonClick: l.submitNewsletterRegistration
|
@@ -23991,7 +23999,7 @@ function gv(e, t, n, s, i, l) {
|
|
23991
23999
|
onClick: t[98] || (t[98] = S((C) => l.openSettingsSidebar("CmdOpeningHours"), ["prevent"]))
|
23992
24000
|
})
|
23993
24001
|
]),
|
23994
|
-
p(
|
24002
|
+
p(Me, I({ ref: "CmdOpeningHours" }, e.cmdOpeningHoursSettingsData, {
|
23995
24003
|
openingHours: i.openingHoursData,
|
23996
24004
|
checkInterval: 0,
|
23997
24005
|
use24HoursFormat: !1
|
@@ -24010,7 +24018,7 @@ function gv(e, t, n, s, i, l) {
|
|
24010
24018
|
onClick: t[99] || (t[99] = S((C) => l.openSettingsSidebar("CmdPageFooter"), ["prevent"]))
|
24011
24019
|
})
|
24012
24020
|
]),
|
24013
|
-
p(
|
24021
|
+
p(Fe, I({ ref: "CmdPageFooter" }, e.cmdPageFooterSettingsData, {
|
24014
24022
|
"button-print-view": { text: "Print this page" },
|
24015
24023
|
cmdSocialNetworks: i.socialNetworksData
|
24016
24024
|
}), {
|
package/package.json
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
<template>
|
2
2
|
<div class="cmd-google-maps responsive-wrapper">
|
3
|
+
<!-- begin CmdHeadline -->
|
4
|
+
<CmdHeadline v-bind="cmdHeadline" />
|
5
|
+
<!-- end CmdHeadline-->
|
6
|
+
|
7
|
+
|
3
8
|
<!-- begin CmdSystemMessage -->
|
4
9
|
<CmdSystemMessage v-if="!cookiesAccepted" validationStatus="warning">
|
5
10
|
<p>
|
@@ -53,6 +58,13 @@ export default {
|
|
53
58
|
address: {
|
54
59
|
type: Object,
|
55
60
|
required: true
|
61
|
+
},
|
62
|
+
/**
|
63
|
+
* properties for cmdHeadline-component
|
64
|
+
*/
|
65
|
+
cmdHeadline: {
|
66
|
+
type: Object,
|
67
|
+
required: false
|
56
68
|
}
|
57
69
|
},
|
58
70
|
mounted() {
|