comand-component-library 4.0.79 → 4.0.81
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/comand-component-library.js +198 -201
- package/dist/comand-component-library.umd.cjs +9 -9
- package/dist/style.css +1 -1
- package/package.json +1 -2
- package/src/assets/data/image-gallery.json +8 -4
- package/src/assets/data/image-zoom.json +0 -2
- package/src/components/CmdContainer.vue +1 -3
- package/src/components/CmdImage.vue +1 -1
- package/src/components/CmdImageZoom.vue +1 -1
- package/src/components/CmdNewsletterSubscription.vue +1 -1
- package/src/components/CmdThumbnailScroller.vue +1 -1
@@ -1,7 +1,7 @@
|
|
1
1
|
var wl = Object.defineProperty;
|
2
2
|
var xl = (e, n, t) => n in e ? wl(e, n, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[n] = t;
|
3
3
|
var Ke = (e, n, t) => xl(e, typeof n != "symbol" ? n + "" : n, t);
|
4
|
-
import { defineComponent as Rt, h as Lt, resolveComponent as Oe, openBlock as a, createBlock as x, normalizeClass as w, createElementBlock as c, getCurrentInstance as _l, resolveDynamicComponent as Qe, withModifiers as M, withCtx as q, withDirectives as
|
4
|
+
import { defineComponent as Rt, h as Lt, resolveComponent as Oe, openBlock as a, createBlock as x, normalizeClass as w, createElementBlock as c, getCurrentInstance as _l, resolveDynamicComponent as Qe, withModifiers as M, withCtx as q, withDirectives as ge, createElementVNode as p, createVNode as O, createCommentVNode as m, vShow as Se, Fragment as k, toDisplayString as y, renderSlot as V, normalizeProps as j, mergeProps as B, createTextVNode as z, renderList as H, resolveDirective as kl, Transition as Me, toHandlers as Cn, TransitionGroup as Xn, createApp as Uo, Teleport as vl, guardReactiveProps as we, normalizeStyle as Ft, useCssVars as zo, vModelDynamic as Tl, vModelText as Sl, onBeforeUpdate as Ol } from "vue";
|
5
5
|
const et = /^[a-z0-9]+(-[a-z0-9]+)*$/, qt = (e, n, t, s = "") => {
|
6
6
|
const o = e.split(":");
|
7
7
|
if (e.slice(0, 1) === "@") {
|
@@ -254,17 +254,17 @@ function Rl(e, n) {
|
|
254
254
|
let i = t.body;
|
255
255
|
[t, s].forEach((g) => {
|
256
256
|
const b = [], S = g.hFlip, _ = g.vFlip;
|
257
|
-
let
|
258
|
-
S ? _ ?
|
257
|
+
let E = g.rotate;
|
258
|
+
S ? _ ? E += 2 : (b.push(
|
259
259
|
"translate(" + (o.width + o.left).toString() + " " + (0 - o.top).toString() + ")"
|
260
260
|
), b.push("scale(-1 1)"), o.top = o.left = 0) : _ && (b.push(
|
261
261
|
"translate(" + (0 - o.left).toString() + " " + (o.height + o.top).toString() + ")"
|
262
262
|
), b.push("scale(1 -1)"), o.top = o.left = 0);
|
263
|
-
let
|
264
|
-
switch (
|
263
|
+
let L;
|
264
|
+
switch (E < 0 && (E -= Math.floor(E / 4) * 4), E = E % 4, E) {
|
265
265
|
case 1:
|
266
|
-
|
267
|
-
"rotate(90 " +
|
266
|
+
L = o.height / 2 + o.top, b.unshift(
|
267
|
+
"rotate(90 " + L.toString() + " " + L.toString() + ")"
|
268
268
|
);
|
269
269
|
break;
|
270
270
|
case 2:
|
@@ -273,12 +273,12 @@ function Rl(e, n) {
|
|
273
273
|
);
|
274
274
|
break;
|
275
275
|
case 3:
|
276
|
-
|
277
|
-
"rotate(-90 " +
|
276
|
+
L = o.width / 2 + o.left, b.unshift(
|
277
|
+
"rotate(-90 " + L.toString() + " " + L.toString() + ")"
|
278
278
|
);
|
279
279
|
break;
|
280
280
|
}
|
281
|
-
|
281
|
+
E % 2 === 1 && (o.left !== o.top && (L = o.left, o.left = o.top, o.top = L), o.width !== o.height && (L = o.width, o.width = o.height, o.height = L)), b.length && (i = '<g transform="' + b.join(" ") + '">' + i + "</g>");
|
282
282
|
});
|
283
283
|
const l = s.width, r = s.height, d = o.width, u = o.height;
|
284
284
|
let f, h;
|
@@ -577,7 +577,7 @@ function oa(e, n, t, s) {
|
|
577
577
|
function _(I, A) {
|
578
578
|
A && (g = []), typeof I == "function" && g.push(I);
|
579
579
|
}
|
580
|
-
function
|
580
|
+
function E() {
|
581
581
|
return {
|
582
582
|
startTime: r,
|
583
583
|
payload: n,
|
@@ -588,7 +588,7 @@ function oa(e, n, t, s) {
|
|
588
588
|
abort: S
|
589
589
|
};
|
590
590
|
}
|
591
|
-
function
|
591
|
+
function L() {
|
592
592
|
d = "failed", g.forEach((I) => {
|
593
593
|
I(void 0, f);
|
594
594
|
});
|
@@ -611,11 +611,11 @@ function oa(e, n, t, s) {
|
|
611
611
|
return;
|
612
612
|
}
|
613
613
|
if (A === "abort") {
|
614
|
-
f = G,
|
614
|
+
f = G, L();
|
615
615
|
return;
|
616
616
|
}
|
617
617
|
if (Y) {
|
618
|
-
f = G, C.length || (l.length ? W() :
|
618
|
+
f = G, C.length || (l.length ? W() : L());
|
619
619
|
return;
|
620
620
|
}
|
621
621
|
if (b(), F(), !e.random) {
|
@@ -634,11 +634,11 @@ function oa(e, n, t, s) {
|
|
634
634
|
if (I === void 0) {
|
635
635
|
if (C.length) {
|
636
636
|
h = setTimeout(() => {
|
637
|
-
b(), d === "pending" && (F(),
|
637
|
+
b(), d === "pending" && (F(), L());
|
638
638
|
}, e.timeout);
|
639
639
|
return;
|
640
640
|
}
|
641
|
-
|
641
|
+
L();
|
642
642
|
return;
|
643
643
|
}
|
644
644
|
const A = {
|
@@ -650,7 +650,7 @@ function oa(e, n, t, s) {
|
|
650
650
|
};
|
651
651
|
C.push(A), u++, h = setTimeout(W, e.rotate), t(I, n, A.callback);
|
652
652
|
}
|
653
|
-
return setTimeout(W),
|
653
|
+
return setTimeout(W), E;
|
654
654
|
}
|
655
655
|
function $o(e) {
|
656
656
|
const n = {
|
@@ -1051,8 +1051,8 @@ const Ji = (e, n) => {
|
|
1051
1051
|
_ !== !0 && _ !== "true" && delete s["aria-hidden"];
|
1052
1052
|
break;
|
1053
1053
|
default: {
|
1054
|
-
const
|
1055
|
-
|
1054
|
+
const E = xt[S];
|
1055
|
+
E ? (_ === !0 || _ === "true" || _ === 1) && (t[E] = !0) : Ui[S] === void 0 && (s[S] = _);
|
1056
1056
|
}
|
1057
1057
|
}
|
1058
1058
|
}
|
@@ -1325,7 +1325,7 @@ const Fa = {
|
|
1325
1325
|
return !Te(this.$parent, (e) => (e == null ? void 0 : e.componentName) !== "CmdContainer");
|
1326
1326
|
},
|
1327
1327
|
active() {
|
1328
|
-
return this.editModeContext ? Te(this.$parent, (n) => (n == null ? void 0 : n.componentName) !== "CmdContainer") ? !!this.editModeContext.system.isActiveChildComponent(
|
1328
|
+
return this.editModeContext ? Te(this.$parent, (n) => (n == null ? void 0 : n.componentName) !== "CmdContainer") ? !!this.editModeContext.system.isActiveChildComponent(fe(this)) : !!this.editModeContext.system.isActiveComponent(fe(this)) : !1;
|
1329
1329
|
},
|
1330
1330
|
editing() {
|
1331
1331
|
var e;
|
@@ -1346,14 +1346,14 @@ const Fa = {
|
|
1346
1346
|
// provide actions from store as methods inside this component
|
1347
1347
|
showActionButtons() {
|
1348
1348
|
const e = Te(this.$parent, (n) => (n == null ? void 0 : n.componentName) !== "CmdContainer");
|
1349
|
-
this.editModeContext.system.setActiveComponent(
|
1349
|
+
this.editModeContext.system.setActiveComponent(fe(e), fe(this));
|
1350
1350
|
},
|
1351
1351
|
deleteComponent() {
|
1352
1352
|
var e;
|
1353
|
-
!this.editing && this.allowDeleteComponent && confirm("Delete this component and its content?") && ((e = this.editModeContext) == null || e.store.deleteContent(
|
1353
|
+
!this.editing && this.allowDeleteComponent && confirm("Delete this component and its content?") && ((e = this.editModeContext) == null || e.store.deleteContent(fe(this)), this.editModeContext.settings.stopEditing());
|
1354
1354
|
},
|
1355
1355
|
deleteInnerComponent() {
|
1356
|
-
this.editModeContext.store.deleteContent(
|
1356
|
+
this.editModeContext.store.deleteContent(fe(this)), this.editModeContext.settings.stopEditing();
|
1357
1357
|
},
|
1358
1358
|
cancelComponent(e) {
|
1359
1359
|
this.editing && (e.stopPropagation(), this.editModeContext.content.stopEditing());
|
@@ -1368,7 +1368,7 @@ const Fa = {
|
|
1368
1368
|
},
|
1369
1369
|
saveComponent() {
|
1370
1370
|
this.editModeContext.store.updateContent(
|
1371
|
-
|
1371
|
+
fe(this),
|
1372
1372
|
this.updateHandlerProviders.map((e) => e())
|
1373
1373
|
), this.editModeContext.content.stopEditing();
|
1374
1374
|
},
|
@@ -1378,18 +1378,18 @@ const Fa = {
|
|
1378
1378
|
this.componentName,
|
1379
1379
|
this.componentProps,
|
1380
1380
|
this.allowedComponentTypes,
|
1381
|
-
|
1381
|
+
fe(this),
|
1382
1382
|
this.saveSettings,
|
1383
1383
|
this.deleteInnerComponent,
|
1384
1384
|
n || "edit"
|
1385
1385
|
);
|
1386
1386
|
},
|
1387
1387
|
addEntry(e) {
|
1388
|
-
this.itemProvider ? this.editModeContext.content.addContent(
|
1388
|
+
this.itemProvider ? this.editModeContext.content.addContent(fe(this), this.itemProvider) : this.editSettings(e, "add");
|
1389
1389
|
},
|
1390
1390
|
saveSettings(e) {
|
1391
1391
|
this.editModeContext.store.updateSettings(
|
1392
|
-
|
1392
|
+
fe(this),
|
1393
1393
|
e
|
1394
1394
|
), this.editModeContext.settings.stopEditing();
|
1395
1395
|
},
|
@@ -1406,7 +1406,7 @@ const Fa = {
|
|
1406
1406
|
watch: {
|
1407
1407
|
componentPath: {
|
1408
1408
|
handler() {
|
1409
|
-
this.componentIdentifier = La(
|
1409
|
+
this.componentIdentifier = La(fe(this));
|
1410
1410
|
},
|
1411
1411
|
immediate: !0,
|
1412
1412
|
deep: !0
|
@@ -1416,7 +1416,7 @@ const Fa = {
|
|
1416
1416
|
}
|
1417
1417
|
}
|
1418
1418
|
};
|
1419
|
-
function
|
1419
|
+
function fe(e) {
|
1420
1420
|
const n = [];
|
1421
1421
|
for (let t = e; t; t = Te(t.$parent))
|
1422
1422
|
t.componentPath && n.unshift(...t.componentPath);
|
@@ -1441,7 +1441,7 @@ function Ja(e, n, t, s, o, i) {
|
|
1441
1441
|
}, {
|
1442
1442
|
default: q(() => [
|
1443
1443
|
t.componentTag === "ul" ? (a(), c("li", Ma, [
|
1444
|
-
|
1444
|
+
ge(p("ul", {
|
1445
1445
|
class: "flex-container no-flex action-buttons",
|
1446
1446
|
"data-component": t.componentName
|
1447
1447
|
}, [
|
@@ -1513,7 +1513,7 @@ function Ja(e, n, t, s, o, i) {
|
|
1513
1513
|
])
|
1514
1514
|
])) : (a(), c(k, { key: 1 }, [
|
1515
1515
|
i.isOuterComponent ? (a(), c("p", Ra, y(t.componentName), 1)) : m("", !0),
|
1516
|
-
|
1516
|
+
ge(p("ul", {
|
1517
1517
|
class: "flex-container no-flex action-buttons",
|
1518
1518
|
"data-component": t.componentName,
|
1519
1519
|
onMouseenter: n[12] || (n[12] = (...r) => i.addHighlightRelatedComponent && i.addHighlightRelatedComponent(...r)),
|
@@ -3062,7 +3062,7 @@ const si = {
|
|
3062
3062
|
class: "search-field-wrapper flex-container no-gap"
|
3063
3063
|
}, Gr = ["id", "maxlength", "value"], Jr = ["title"], Kr = ["title"], Zr = { key: 1 };
|
3064
3064
|
function Xr(e, n, t, s, o, i) {
|
3065
|
-
var d, u, f, h, C, g, b, S, _,
|
3065
|
+
var d, u, f, h, C, g, b, S, _, E, L, F, D, W, I, A, G, Y, K, de, ue, me, ee, xe;
|
3066
3066
|
const l = J, r = ii;
|
3067
3067
|
return t.element === "input" || t.element === "select" || t.element === "textarea" ? (a(), c("label", {
|
3068
3068
|
key: 0,
|
@@ -3156,8 +3156,8 @@ function Xr(e, n, t, s, o, i) {
|
|
3156
3156
|
key: 2,
|
3157
3157
|
id: t.datalist.id
|
3158
3158
|
}, [
|
3159
|
-
(a(!0), c(k, null, H(t.datalist.options, (R,
|
3160
|
-
key:
|
3159
|
+
(a(!0), c(k, null, H(t.datalist.options, (R, Ce) => (a(), c("option", {
|
3160
|
+
key: Ce,
|
3161
3161
|
value: R
|
3162
3162
|
}, null, 8, Lr))), 128))
|
3163
3163
|
], 8, Er)) : t.element === "input" && (e.$attrs.type === "checkbox" || e.$attrs.type === "radio") ? (a(), c(k, { key: 3 }, [
|
@@ -3213,8 +3213,8 @@ function Xr(e, n, t, s, o, i) {
|
|
3213
3213
|
onBlur: n[15] || (n[15] = (...R) => i.onBlur && i.onBlur(...R)),
|
3214
3214
|
onChange: n[16] || (n[16] = (R) => e.$emit("update:modelValue", R.target.value))
|
3215
3215
|
}), [
|
3216
|
-
(a(!0), c(k, null, H(t.selectOptions, (R,
|
3217
|
-
key:
|
3216
|
+
(a(!0), c(k, null, H(t.selectOptions, (R, Ce) => (a(), c("option", {
|
3217
|
+
key: Ce,
|
3218
3218
|
value: R.value,
|
3219
3219
|
selected: R.value === t.modelValue
|
3220
3220
|
}, y(R.text), 9, jr))), 128))
|
@@ -3273,9 +3273,9 @@ function Xr(e, n, t, s, o, i) {
|
|
3273
3273
|
}, i.buttonAttrs, {
|
3274
3274
|
onClick: n[23] || (n[23] = (...R) => i.submit && i.submit(...R))
|
3275
3275
|
}), [
|
3276
|
-
(g = (C = t.nativeButton) == null ? void 0 : C.icon) != null && g.show && (((S = (b = t.nativeButton) == null ? void 0 : b.icon) == null ? void 0 : S.position) === "before" || !((
|
3276
|
+
(g = (C = t.nativeButton) == null ? void 0 : C.icon) != null && g.show && (((S = (b = t.nativeButton) == null ? void 0 : b.icon) == null ? void 0 : S.position) === "before" || !((E = (_ = t.nativeButton) == null ? void 0 : _.icon) != null && E.position)) ? (a(), x(l, {
|
3277
3277
|
key: 0,
|
3278
|
-
iconClass: (F = (
|
3278
|
+
iconClass: (F = (L = t.nativeButton) == null ? void 0 : L.icon) == null ? void 0 : F.iconClass,
|
3279
3279
|
type: (W = (D = t.nativeButton) == null ? void 0 : D.icon) == null ? void 0 : W.iconType
|
3280
3280
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
3281
3281
|
(I = t.nativeButton) != null && I.icon && ((A = t.nativeButton) != null && A.text) ? (a(), c("span", Zr, y(t.nativeButton.text), 1)) : (a(), c(k, { key: 2 }, [
|
@@ -3284,7 +3284,7 @@ function Xr(e, n, t, s, o, i) {
|
|
3284
3284
|
(Y = (G = t.nativeButton) == null ? void 0 : G.icon) != null && Y.show && ((de = (K = t.nativeButton) == null ? void 0 : K.icon) == null ? void 0 : de.position) === "after" ? (a(), x(l, {
|
3285
3285
|
key: 3,
|
3286
3286
|
iconClass: (me = (ue = t.nativeButton) == null ? void 0 : ue.icon) == null ? void 0 : me.iconClass,
|
3287
|
-
type: (
|
3287
|
+
type: (xe = (ee = t.nativeButton) == null ? void 0 : ee.icon) == null ? void 0 : xe.iconType
|
3288
3288
|
}, null, 8, ["iconClass", "type"])) : m("", !0)
|
3289
3289
|
], 16)) : m("", !0);
|
3290
3290
|
}
|
@@ -3446,7 +3446,7 @@ function yc(e, n, t, s, o, i) {
|
|
3446
3446
|
modelValue: o.editableAddressEntry,
|
3447
3447
|
"onUpdate:modelValue": n[0] || (n[0] = (u) => o.editableAddressEntry = u)
|
3448
3448
|
}, null, 8, ["type", "labelText", "placeholder", "modelValue"])) : (a(), c(k, { key: 0 }, [
|
3449
|
-
t.addressEntry.href ?
|
3449
|
+
t.addressEntry.href ? ge((a(), c("a", {
|
3450
3450
|
key: 0,
|
3451
3451
|
href: i.getHref(t.addressEntry),
|
3452
3452
|
target: t.addressEntry.type === "url" ? "_blank" : null,
|
@@ -4545,7 +4545,7 @@ const hd = {
|
|
4545
4545
|
xd
|
4546
4546
|
], kd = ["innerHTML"], vd = ["src", "alt", "title"], Td = ["innerHTML"], Sd = ["src", "alt", "title"];
|
4547
4547
|
function Od(e, n, t, s, o, i) {
|
4548
|
-
var d, u, f, h, C, g, b, S, _
|
4548
|
+
var d, u, f, h, C, g, b, S, _;
|
4549
4549
|
const l = ie, r = Ve;
|
4550
4550
|
return e.editModeContext ? (a(), x(r, {
|
4551
4551
|
key: 0,
|
@@ -4560,12 +4560,12 @@ function Od(e, n, t, s, o, i) {
|
|
4560
4560
|
itemProvider: ((d = e.editModeConfig) == null ? void 0 : d.allowAddItem) !== !1 ? i.itemProvider : null
|
4561
4561
|
}, {
|
4562
4562
|
default: q((E) => {
|
4563
|
-
var F, D, W, I, A, G, Y, K, de, ue, me
|
4563
|
+
var L, F, D, W, I, A, G, Y, K, de, ue, me;
|
4564
4564
|
return [
|
4565
4565
|
p("figure", {
|
4566
4566
|
class: w(["cmd-image flex-container no-gap vertical", i.textAlign])
|
4567
4567
|
}, [
|
4568
|
-
(
|
4568
|
+
(L = t.figcaption) != null && L.show && ((F = t.figcaption) == null ? void 0 : F.position) === "top" ? (a(), c(k, { key: 0 }, [
|
4569
4569
|
E.editing ? (a(), x(l, {
|
4570
4570
|
key: 0,
|
4571
4571
|
element: "input",
|
@@ -4575,9 +4575,9 @@ function Od(e, n, t, s, o, i) {
|
|
4575
4575
|
labelText: "Text figcaption",
|
4576
4576
|
modelValue: i.editableFigcaptionText,
|
4577
4577
|
"onUpdate:modelValue": n[0] || (n[0] = (ee) => i.editableFigcaptionText = ee)
|
4578
|
-
}, null, 8, ["class", "modelValue"])) : (
|
4578
|
+
}, null, 8, ["class", "modelValue"])) : (D = t.figcaption) != null && D.text ? (a(), c("figcaption", {
|
4579
4579
|
key: 1,
|
4580
|
-
innerHTML: (
|
4580
|
+
innerHTML: (W = t.figcaption) == null ? void 0 : W.text
|
4581
4581
|
}, null, 8, pd)) : m("", !0)
|
4582
4582
|
], 64)) : m("", !0),
|
4583
4583
|
E.editing ? (a(), c(k, { key: 1 }, [
|
@@ -4591,8 +4591,8 @@ function Od(e, n, t, s, o, i) {
|
|
4591
4591
|
gd,
|
4592
4592
|
p("img", {
|
4593
4593
|
src: i.imageSource,
|
4594
|
-
alt: (
|
4595
|
-
title: (
|
4594
|
+
alt: (I = t.image) == null ? void 0 : I.alt,
|
4595
|
+
title: (A = t.image) == null ? void 0 : A.tooltip
|
4596
4596
|
}, null, 8, yd)
|
4597
4597
|
], 16),
|
4598
4598
|
O(l, {
|
@@ -4607,10 +4607,10 @@ function Od(e, n, t, s, o, i) {
|
|
4607
4607
|
], 64)) : i.imageSource ? (a(), c("img", {
|
4608
4608
|
key: 2,
|
4609
4609
|
src: i.imageSource,
|
4610
|
-
alt: (
|
4611
|
-
title: (
|
4610
|
+
alt: (G = t.image) == null ? void 0 : G.alt,
|
4611
|
+
title: (Y = t.image) == null ? void 0 : Y.tooltip
|
4612
4612
|
}, null, 8, bd)) : m("", !0),
|
4613
|
-
(
|
4613
|
+
(K = t.figcaption) != null && K.show && ((de = t.figcaption) == null ? void 0 : de.position) !== "top" ? (a(), c(k, { key: 3 }, [
|
4614
4614
|
E.editing ? (a(), x(l, {
|
4615
4615
|
key: 0,
|
4616
4616
|
element: "input",
|
@@ -4622,9 +4622,9 @@ function Od(e, n, t, s, o, i) {
|
|
4622
4622
|
modelValue: i.editableFigcaptionText,
|
4623
4623
|
"onUpdate:modelValue": n[2] || (n[2] = (ee) => i.editableFigcaptionText = ee),
|
4624
4624
|
placeholder: "figcaption"
|
4625
|
-
}, null, 8, ["class", "modelValue"])) : (
|
4625
|
+
}, null, 8, ["class", "modelValue"])) : (ue = t.figcaption) != null && ue.text ? (a(), c("figcaption", {
|
4626
4626
|
key: 1,
|
4627
|
-
innerHTML: (
|
4627
|
+
innerHTML: (me = t.figcaption) == null ? void 0 : me.text
|
4628
4628
|
}, null, 8, Cd)) : m("", !0)
|
4629
4629
|
], 64)) : m("", !0),
|
4630
4630
|
!E.editing && !i.imageSource ? (a(), c("button", {
|
@@ -4637,29 +4637,29 @@ function Od(e, n, t, s, o, i) {
|
|
4637
4637
|
];
|
4638
4638
|
}),
|
4639
4639
|
_: 1
|
4640
|
-
}, 8, ["componentProps", "componentPath", "allowDeleteComponent", "itemProvider"])) : t.useFigureTag
|
4640
|
+
}, 8, ["componentProps", "componentPath", "allowDeleteComponent", "itemProvider"])) : t.useFigureTag ? (a(), c("figure", {
|
4641
4641
|
key: 1,
|
4642
4642
|
class: w(["cmd-image", i.textAlign])
|
4643
4643
|
}, [
|
4644
|
-
((
|
4644
|
+
((u = t.figcaption) == null ? void 0 : u.position) === "top" ? (a(), c("figcaption", {
|
4645
4645
|
key: 0,
|
4646
|
-
innerHTML: (
|
4646
|
+
innerHTML: (f = t.figcaption) == null ? void 0 : f.text
|
4647
4647
|
}, null, 8, kd)) : m("", !0),
|
4648
4648
|
p("img", {
|
4649
4649
|
src: i.imageSource,
|
4650
|
-
alt: (
|
4651
|
-
title: (
|
4650
|
+
alt: (h = t.image) == null ? void 0 : h.alt,
|
4651
|
+
title: (C = t.image) == null ? void 0 : C.tooltip,
|
4652
4652
|
onLoad: n[4] || (n[4] = (...E) => i.onImageLoaded && i.onImageLoaded(...E))
|
4653
4653
|
}, null, 40, vd),
|
4654
|
-
((
|
4654
|
+
((g = t.figcaption) == null ? void 0 : g.position) !== "top" ? (a(), c("figcaption", {
|
4655
4655
|
key: 1,
|
4656
|
-
innerHTML: (
|
4656
|
+
innerHTML: (b = t.figcaption) == null ? void 0 : b.text
|
4657
4657
|
}, null, 8, Td)) : m("", !0)
|
4658
4658
|
], 2)) : (a(), c("img", {
|
4659
4659
|
key: 2,
|
4660
4660
|
src: i.imageSource,
|
4661
|
-
alt: (
|
4662
|
-
title: (
|
4661
|
+
alt: (S = t.image) == null ? void 0 : S.alt,
|
4662
|
+
title: (_ = t.image) == null ? void 0 : _.tooltip,
|
4663
4663
|
onLoad: n[5] || (n[5] = (...E) => i.onImageLoaded && i.onImageLoaded(...E))
|
4664
4664
|
}, null, 40, Sd));
|
4665
4665
|
}
|
@@ -5328,7 +5328,7 @@ const zd = rs, Wd = ["aria-label"], Gd = { class: "flex-container" }, Jd = {
|
|
5328
5328
|
class: "flex-container no-flex"
|
5329
5329
|
}, iu = ["title"], ou = { key: 1 }, su = ["title"], lu = { key: 1 };
|
5330
5330
|
function au(e, n, t, s, o, i) {
|
5331
|
-
var h, C, g, b, S, _,
|
5331
|
+
var h, C, g, b, S, _, E, L, F, D, W, I, A, G, Y, K, de, ue, me, ee, xe, R, Ce, ze, We, Ge, Je;
|
5332
5332
|
const l = X, r = J, d = Ee, u = zt, f = Nd;
|
5333
5333
|
return a(), x(vl, { to: "body" }, [
|
5334
5334
|
p("dialog", {
|
@@ -5349,10 +5349,10 @@ function au(e, n, t, s, o, i) {
|
|
5349
5349
|
}, [
|
5350
5350
|
O(r, {
|
5351
5351
|
iconClass: (_ = e.fancyboxOptions.printButtons.color) == null ? void 0 : _.iconClass,
|
5352
|
-
type: (
|
5352
|
+
type: (E = e.fancyboxOptions.printButtons.color) == null ? void 0 : E.iconType
|
5353
5353
|
}, null, 8, ["iconClass", "type"])
|
5354
5354
|
], 8, Kd)) : m("", !0),
|
5355
|
-
e.showPrintButtons && ((
|
5355
|
+
e.showPrintButtons && ((L = e.fancyboxOptions.printButtons) != null && L.grayscale) ? (a(), c("a", {
|
5356
5356
|
key: 1,
|
5357
5357
|
href: "#",
|
5358
5358
|
class: "button print-grayscale",
|
@@ -5419,14 +5419,14 @@ function au(e, n, t, s, o, i) {
|
|
5419
5419
|
iconClass: (de = e.fancyboxOptions.submitButtons.cancel) == null ? void 0 : de.iconClass,
|
5420
5420
|
type: (ue = e.fancyboxOptions.submitButtons.cancel) == null ? void 0 : ue.iconType
|
5421
5421
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
5422
|
-
(me = e.fancyboxOptions.submitButtons.cancel) != null && me.buttonText ? (a(), c("span", ou, y((
|
5422
|
+
(me = e.fancyboxOptions.submitButtons.cancel) != null && me.buttonText ? (a(), c("span", ou, y((ee = e.fancyboxOptions.submitButtons.cancel) == null ? void 0 : ee.buttonText), 1)) : m("", !0)
|
5423
5423
|
], 8, iu)) : m("", !0),
|
5424
|
-
(
|
5424
|
+
(xe = e.fancyboxOptions.submitButtons) != null && xe.confirm ? (a(), c("button", {
|
5425
5425
|
key: 1,
|
5426
5426
|
onClick: n[4] || (n[4] = (...le) => e.confirm && e.confirm(...le)),
|
5427
5427
|
title: (R = e.fancyboxOptions.submitButtons.cancel) == null ? void 0 : R.tooltip
|
5428
5428
|
}, [
|
5429
|
-
(
|
5429
|
+
(Ce = e.fancyboxOptions.submitButtons.confirm) != null && Ce.iconClass ? (a(), x(r, {
|
5430
5430
|
key: 0,
|
5431
5431
|
iconClass: (ze = e.fancyboxOptions.submitButtons.confirm) == null ? void 0 : ze.iconClass,
|
5432
5432
|
type: (We = e.fancyboxOptions.submitButtons.confirm) == null ? void 0 : We.iconType
|
@@ -5697,7 +5697,7 @@ function pu(e, n, t, s, o, i) {
|
|
5697
5697
|
formAction: t.formAction
|
5698
5698
|
}), {
|
5699
5699
|
default: q(() => {
|
5700
|
-
var u, f, h, C, g, b, S, _,
|
5700
|
+
var u, f, h, C, g, b, S, _, E, L, F, D, W, I, A, G, Y, K, de, ue, me, ee, xe, R, Ce, ze, We, Ge, Je, le, vi, Ti, Si, Oi, Ii, Ei, Li, Fi, Mi, Bi;
|
5701
5701
|
return [
|
5702
5702
|
t.configuration.salutation ? (a(), c("div", du, [
|
5703
5703
|
O(r, {
|
@@ -5746,8 +5746,8 @@ function pu(e, n, t, s, o, i) {
|
|
5746
5746
|
iconClass: "icon-user-profile",
|
5747
5747
|
labelText: e.getMessage("basic_form.labeltext.first_name"),
|
5748
5748
|
placeholder: e.getMessage("basic_form.placeholder.first_name"),
|
5749
|
-
required: (
|
5750
|
-
name: ((
|
5749
|
+
required: (E = t.configuration.firstName) == null ? void 0 : E.required,
|
5750
|
+
name: ((L = t.configuration.firstName) == null ? void 0 : L.name) || "first-name",
|
5751
5751
|
modelValue: o.formData.firstName.value,
|
5752
5752
|
"onUpdate:modelValue": n[3] || (n[3] = (Z) => o.formData.firstName.value = Z),
|
5753
5753
|
status: o.formData.firstName.error ? "error" : "",
|
@@ -5807,7 +5807,7 @@ function pu(e, n, t, s, o, i) {
|
|
5807
5807
|
labelText: e.getMessage("basic_form.labeltext.street_no"),
|
5808
5808
|
placeholder: e.getMessage("basic_form.placeholder.street_no"),
|
5809
5809
|
required: (me = t.configuration.streetNo) == null ? void 0 : me.required,
|
5810
|
-
name: ((
|
5810
|
+
name: ((ee = t.configuration.streetNo) == null ? void 0 : ee.name) || "street-no",
|
5811
5811
|
modelValue: o.formData.streetNo.value,
|
5812
5812
|
"onUpdate:modelValue": n[7] || (n[7] = (Z) => o.formData.streetNo.value = Z),
|
5813
5813
|
status: o.formData.streetNo.error ? "error" : "",
|
@@ -5816,11 +5816,11 @@ function pu(e, n, t, s, o, i) {
|
|
5816
5816
|
t.configuration.pobox ? (a(), x(r, {
|
5817
5817
|
key: 2,
|
5818
5818
|
element: "input",
|
5819
|
-
type: ((
|
5819
|
+
type: ((xe = t.configuration.pobox) == null ? void 0 : xe.type) || "text",
|
5820
5820
|
labelText: e.getMessage("basic_form.labeltext.pobox"),
|
5821
5821
|
placeholder: e.getMessage("basic_form.placeholder.pobox"),
|
5822
5822
|
required: (R = t.configuration.pobox) == null ? void 0 : R.required,
|
5823
|
-
name: ((
|
5823
|
+
name: ((Ce = t.configuration.pobox) == null ? void 0 : Ce.name) || "pobox",
|
5824
5824
|
modelValue: o.formData.pobox.value,
|
5825
5825
|
"onUpdate:modelValue": n[8] || (n[8] = (Z) => o.formData.pobox.value = Z),
|
5826
5826
|
status: o.formData.pobox.error ? "error" : "",
|
@@ -6128,7 +6128,7 @@ function Lu(e, n, t, s, o, i) {
|
|
6128
6128
|
"onUpdate:modelValue": n[0] || (n[0] = (f) => o.editableText = f)
|
6129
6129
|
}, null, 8, ["modelValue"])
|
6130
6130
|
])) : (a(), c("li", Ou, [
|
6131
|
-
O(l, j(
|
6131
|
+
O(l, j(we(t.link)), null, 16),
|
6132
6132
|
e.editModeContext ? m("", !0) : (a(), c("ul", Iu, [
|
6133
6133
|
(a(!0), c(k, null, H((u = t.link) == null ? void 0 : u.children, (f, h) => (a(), x(r, {
|
6134
6134
|
key: h,
|
@@ -6699,7 +6699,7 @@ const Hu = ["title"], ju = {
|
|
6699
6699
|
class: "box-footer"
|
6700
6700
|
};
|
6701
6701
|
function wm(e, n, t, s, o, i) {
|
6702
|
-
var h, C, g, b, S, _,
|
6702
|
+
var h, C, g, b, S, _, E, L, F, D;
|
6703
6703
|
const l = X, r = J, d = Ee, u = dt, f = cs;
|
6704
6704
|
return t.boxType === "content" ? (a(), c("div", {
|
6705
6705
|
key: 0,
|
@@ -6733,12 +6733,12 @@ function wm(e, n, t, s, o, i) {
|
|
6733
6733
|
(_ = t.cmdHeadline) != null && _.headlineText && t.headlinePosition === "header" ? (a(), x(l, j(B({ key: 1 }, t.cmdHeadline)), null, 16)) : m("", !0)
|
6734
6734
|
])) : m("", !0)
|
6735
6735
|
], 64)),
|
6736
|
-
|
6736
|
+
ge(p("div", {
|
6737
6737
|
class: w(["box-body", t.boxBodyClass]),
|
6738
6738
|
"aria-expanded": "true",
|
6739
6739
|
role: "article"
|
6740
6740
|
}, [
|
6741
|
-
(
|
6741
|
+
(E = t.useSlots) != null && E.includes("body") ? (a(), c("div", {
|
6742
6742
|
key: 0,
|
6743
6743
|
class: w(["inner-box-body-wrapper", { "box-body-padding": t.useBoxBodyPadding, "allow-scroll": t.allowContentToScroll }]),
|
6744
6744
|
ref: "boxBody",
|
@@ -6785,9 +6785,9 @@ function wm(e, n, t, s, o, i) {
|
|
6785
6785
|
class: w({ "box-body-padding": t.useBoxBodyPadding, "allow-scroll": t.allowContentToScroll })
|
6786
6786
|
}, [
|
6787
6787
|
t.cmdIcon !== void 0 ? (a(), c("div", zu, [
|
6788
|
-
O(r, j(
|
6788
|
+
O(r, j(we(t.cmdIcon)), null, 16)
|
6789
6789
|
])) : m("", !0),
|
6790
|
-
(
|
6790
|
+
(L = t.cmdHeadline) != null && L.headlineText && t.headlinePosition === "body" ? (a(), x(l, j(B({ key: 1 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
6791
6791
|
t.textBody ? (a(), c("p", {
|
6792
6792
|
key: 2,
|
6793
6793
|
innerHTML: t.textBody
|
@@ -6798,7 +6798,7 @@ function wm(e, n, t, s, o, i) {
|
|
6798
6798
|
[Se, o.open]
|
6799
6799
|
]),
|
6800
6800
|
(F = t.cmdLink) != null && F.linkType ? (a(), c("div", Gu, [
|
6801
|
-
O(u, j(
|
6801
|
+
O(u, j(we(t.cmdLink)), null, 16)
|
6802
6802
|
])) : m("", !0),
|
6803
6803
|
(D = t.useSlots) != null && D.includes("footer") ? (a(), c("div", Ju, [
|
6804
6804
|
V(e.$slots, "footer")
|
@@ -7396,9 +7396,6 @@ const Nm = /* @__PURE__ */ P(Rm, [["render", jm]]), Um = {
|
|
7396
7396
|
case "flex":
|
7397
7397
|
this.contentOrientation === "horizontal" ? e += " flex-container" : this.contentOrientation === "vertical" && (e += " flex-container vertical");
|
7398
7398
|
break;
|
7399
|
-
default:
|
7400
|
-
e = null;
|
7401
|
-
break;
|
7402
7399
|
}
|
7403
7400
|
return e;
|
7404
7401
|
}
|
@@ -7579,7 +7576,7 @@ function df(e, n, t, s, o, i) {
|
|
7579
7576
|
headlineLevel: t.cmdHeadlineCookieDisclaimer.headlineLevel
|
7580
7577
|
}, null, 8, ["headlineText", "headlineLevel"])) : m("", !0),
|
7581
7578
|
V(e.$slots, "cookie-options", {}, () => {
|
7582
|
-
var C, g, b, S, _,
|
7579
|
+
var C, g, b, S, _, E, L, F;
|
7583
7580
|
return [
|
7584
7581
|
(C = t.cookieOptions) != null && C.required ? (a(), c("div", Ym, [
|
7585
7582
|
(g = t.cmdBoxRequiredCookies) != null && g.showHeadline ? (a(), x(l, {
|
@@ -7629,9 +7626,9 @@ function df(e, n, t, s, o, i) {
|
|
7629
7626
|
])) : m("", !0),
|
7630
7627
|
nf,
|
7631
7628
|
(_ = t.cookieOptions) != null && _.optional ? (a(), c("div", of, [
|
7632
|
-
(
|
7629
|
+
(E = t.cmdBoxOptionalCookies) != null && E.showHeadline ? (a(), x(l, {
|
7633
7630
|
key: 0,
|
7634
|
-
"headline-text": (
|
7631
|
+
"headline-text": (L = t.cmdBoxOptionalCookies) == null ? void 0 : L.headlineText,
|
7635
7632
|
"headline-level": (F = t.cmdBoxOptionalCookies) == null ? void 0 : F.headlineLevel
|
7636
7633
|
}, null, 8, ["headline-text", "headline-level"])) : m("", !0),
|
7637
7634
|
(a(!0), c(k, null, H(t.cookieOptions.optional.cookies || [], (D, W) => {
|
@@ -8524,7 +8521,7 @@ function dh(e, n, t, s, o, i) {
|
|
8524
8521
|
}), null, 16, ["onMouseover", "onMousemove", "onMouseout"])
|
8525
8522
|
], 8, ah),
|
8526
8523
|
p("div", rh, [
|
8527
|
-
O(l, B(t.imageLarge, {
|
8524
|
+
O(l, B(t.imageLarge, { useFigureTag: !1 }), null, 16)
|
8528
8525
|
]),
|
8529
8526
|
ch
|
8530
8527
|
]);
|
@@ -8742,7 +8739,7 @@ function xh(e, n, t, s, o, i) {
|
|
8742
8739
|
]),
|
8743
8740
|
"aria-labelledby": e.htmlId
|
8744
8741
|
}, [
|
8745
|
-
|
8742
|
+
ge(p("span", fh, [
|
8746
8743
|
p("span", { id: e.htmlId }, [
|
8747
8744
|
z(y(t.labelText), 1),
|
8748
8745
|
t.required ? (a(), c("sup", ph, "*")) : m("", !0)
|
@@ -8786,7 +8783,7 @@ function xh(e, n, t, s, o, i) {
|
|
8786
8783
|
for: d.id,
|
8787
8784
|
class: w({ "toggle-switch": t.toggleSwitches })
|
8788
8785
|
}, [
|
8789
|
-
|
8786
|
+
ge(p("input", {
|
8790
8787
|
type: t.inputTypes,
|
8791
8788
|
id: d.id,
|
8792
8789
|
name: d.name,
|
@@ -9099,10 +9096,10 @@ const _h = /* @__PURE__ */ P(uh, [["render", xh]]), kh = {
|
|
9099
9096
|
}
|
9100
9097
|
}, vh = { class: "cmd-login-form flex-container" }, Th = { class: "option-wrapper flex-container" }, Sh = { key: 1 }, Oh = ["type", "disabled"], Ih = { key: 1 }, Eh = { class: "cmd-login-form flex-container" }, Lh = { class: "option-wrapper flex-container" }, Fh = { key: 1 }, Mh = ["type", "disabled"], Bh = { key: 1 };
|
9101
9098
|
function Ah(e, n, t, s, o, i) {
|
9102
|
-
var f, h, C, g, b, S, _,
|
9099
|
+
var f, h, C, g, b, S, _, E;
|
9103
9100
|
const l = X, r = ie, d = J, u = dt;
|
9104
9101
|
return a(), c(k, null, [
|
9105
|
-
|
9102
|
+
ge(p("fieldset", vh, [
|
9106
9103
|
p("legend", {
|
9107
9104
|
class: w({ hidden: !t.legendLoginForm.show, "align-left": t.legendLoginForm.align === "left" })
|
9108
9105
|
}, y(t.legendLoginForm.text), 3),
|
@@ -9115,17 +9112,17 @@ function Ah(e, n, t, s, o, i) {
|
|
9115
9112
|
type: "text",
|
9116
9113
|
ref: "username",
|
9117
9114
|
modelValue: i.username,
|
9118
|
-
"onUpdate:modelValue": n[0] || (n[0] = (
|
9115
|
+
"onUpdate:modelValue": n[0] || (n[0] = (L) => i.username = L)
|
9119
9116
|
}, i.cmdFormElementUsernameOptions, {
|
9120
|
-
onValidationStatusChange: n[1] || (n[1] = (
|
9117
|
+
onValidationStatusChange: n[1] || (n[1] = (L) => i.checkValidationStatus(L, "username"))
|
9121
9118
|
}), null, 16, ["modelValue"]),
|
9122
9119
|
O(r, B({
|
9123
9120
|
element: "input",
|
9124
9121
|
type: "password",
|
9125
9122
|
modelValue: i.password,
|
9126
|
-
"onUpdate:modelValue": n[2] || (n[2] = (
|
9123
|
+
"onUpdate:modelValue": n[2] || (n[2] = (L) => i.password = L)
|
9127
9124
|
}, i.cmdFormElementPasswordOptions, {
|
9128
|
-
onValidationStatusChange: n[3] || (n[3] = (
|
9125
|
+
onValidationStatusChange: n[3] || (n[3] = (L) => i.checkValidationStatus(L, "password"))
|
9129
9126
|
}), null, 16, ["modelValue"])
|
9130
9127
|
], 2),
|
9131
9128
|
V(e.$slots, "login"),
|
@@ -9134,7 +9131,7 @@ function Ah(e, n, t, s, o, i) {
|
|
9134
9131
|
t.options.forgotPassword ? (a(), c("a", {
|
9135
9132
|
key: 0,
|
9136
9133
|
href: "#",
|
9137
|
-
onClick: n[4] || (n[4] = M((...
|
9134
|
+
onClick: n[4] || (n[4] = M((...L) => i.toggleSendLoginView && i.toggleSendLoginView(...L), ["prevent"]))
|
9138
9135
|
}, [
|
9139
9136
|
(f = t.options.forgotPassword.icon) != null && f.show && ((h = t.options.forgotPassword.icon) != null && h.iconClass) ? (a(), x(d, {
|
9140
9137
|
key: 0,
|
@@ -9160,7 +9157,7 @@ function Ah(e, n, t, s, o, i) {
|
|
9160
9157
|
key: 1,
|
9161
9158
|
type: i.buttonLoginOptions.type === "submit" ? "submit" : "button",
|
9162
9159
|
class: w(["button", { primary: i.buttonLoginOptions.primary }]),
|
9163
|
-
onClick: n[5] || (n[5] = (...
|
9160
|
+
onClick: n[5] || (n[5] = (...L) => i.onClick && i.onClick(...L)),
|
9164
9161
|
disabled: i.buttonLoginDisabled
|
9165
9162
|
}, [
|
9166
9163
|
i.buttonLoginOptions.icon.iconClass ? (a(), x(d, {
|
@@ -9175,7 +9172,7 @@ function Ah(e, n, t, s, o, i) {
|
|
9175
9172
|
], 512), [
|
9176
9173
|
[Se, !o.sendLogin]
|
9177
9174
|
]),
|
9178
|
-
|
9175
|
+
ge(p("fieldset", Eh, [
|
9179
9176
|
p("legend", {
|
9180
9177
|
class: w({ hidden: !t.legendForgotLoginForm.show, "align-left": t.legendForgotLoginForm.align === "left" })
|
9181
9178
|
}, y(t.legendForgotLoginForm.text), 3),
|
@@ -9184,16 +9181,16 @@ function Ah(e, n, t, s, o, i) {
|
|
9184
9181
|
ref: "sendPassword",
|
9185
9182
|
element: "input",
|
9186
9183
|
type: "email",
|
9187
|
-
onValidationStatusChange: n[6] || (n[6] = (
|
9184
|
+
onValidationStatusChange: n[6] || (n[6] = (L) => i.checkValidationStatus(L, "email")),
|
9188
9185
|
modelValue: o.sendLoginMail,
|
9189
|
-
"onUpdate:modelValue": n[7] || (n[7] = (
|
9186
|
+
"onUpdate:modelValue": n[7] || (n[7] = (L) => o.sendLoginMail = L)
|
9190
9187
|
}, i.cmdFormElementSendLoginOptions), null, 16, ["modelValue"]),
|
9191
9188
|
V(e.$slots, "send-login"),
|
9192
9189
|
p("div", Lh, [
|
9193
9190
|
t.options.backToLoginForm ? (a(), c("a", {
|
9194
9191
|
key: 0,
|
9195
9192
|
href: "#",
|
9196
|
-
onClick: n[8] || (n[8] = M((...
|
9193
|
+
onClick: n[8] || (n[8] = M((...L) => i.toggleSendLoginView && i.toggleSendLoginView(...L), ["prevent"]))
|
9197
9194
|
}, [
|
9198
9195
|
t.options.backToLoginForm && t.options.backToLoginForm.icon && t.options.backToLoginForm.icon.show && t.options.backToLoginForm.icon.iconClass ? (a(), x(d, {
|
9199
9196
|
key: 0,
|
@@ -9212,7 +9209,7 @@ function Ah(e, n, t, s, o, i) {
|
|
9212
9209
|
(S = i.buttonSendLoginOptions.icon) != null && S.iconClass ? (a(), x(d, {
|
9213
9210
|
key: 0,
|
9214
9211
|
iconClass: (_ = i.buttonSendLoginOptions.icon) == null ? void 0 : _.iconClass,
|
9215
|
-
title: (
|
9212
|
+
title: (E = i.buttonSendLoginOptions.icon) == null ? void 0 : E.tooltip
|
9216
9213
|
}, null, 8, ["iconClass", "title"])) : m("", !0),
|
9217
9214
|
i.buttonSendLoginOptions.text ? (a(), c("span", Bh, y(i.buttonSendLoginOptions.text), 1)) : m("", !0)
|
9218
9215
|
], 10, Mh)) : m("", !0)
|
@@ -9491,13 +9488,13 @@ function Kh(e, n, t, s, o, i) {
|
|
9491
9488
|
key: 2,
|
9492
9489
|
"aria-expanded": o.openSubentry ? "true" : "false"
|
9493
9490
|
}, [
|
9494
|
-
(a(!0), c(k, null, H(g.subentries, (_,
|
9491
|
+
(a(!0), c(k, null, H(g.subentries, (_, E) => (a(), c("li", { key: E }, [
|
9495
9492
|
_.type === "href" ? (a(), c("a", {
|
9496
9493
|
key: 0,
|
9497
9494
|
href: _.path,
|
9498
9495
|
title: _.tooltip,
|
9499
9496
|
target: _.target,
|
9500
|
-
onClick: (
|
9497
|
+
onClick: (L) => i.executeLink(L, _)
|
9501
9498
|
}, [
|
9502
9499
|
_.iconClass ? (a(), x(l, {
|
9503
9500
|
key: 0,
|
@@ -11658,7 +11655,7 @@ const n_ = /* @__PURE__ */ P(kg, [["render", Tg]]), Sg = {
|
|
11658
11655
|
"aria-expanded": "true"
|
11659
11656
|
};
|
11660
11657
|
function Ag(e, n, t, s, o, i) {
|
11661
|
-
var h, C, g, b, S, _,
|
11658
|
+
var h, C, g, b, S, _, E, L;
|
11662
11659
|
const l = X, r = ie, d = J, u = qf, f = Gf;
|
11663
11660
|
return a(), c(k, null, [
|
11664
11661
|
p("fieldset", Ig, [
|
@@ -11715,7 +11712,7 @@ function Ag(e, n, t, s, o, i) {
|
|
11715
11712
|
}, [
|
11716
11713
|
O(d, {
|
11717
11714
|
iconClass: o.showFilters ? (C = (h = t.cmdIcon) == null ? void 0 : h.showFilters) == null ? void 0 : C.iconClass : (b = (g = t.cmdIcon) == null ? void 0 : g.hideFilters) == null ? void 0 : b.iconClass,
|
11718
|
-
type: o.showFilters ? (_ = (S = t.cmdIcon) == null ? void 0 : S.showFilters) == null ? void 0 : _.iconType : (
|
11715
|
+
type: o.showFilters ? (_ = (S = t.cmdIcon) == null ? void 0 : S.showFilters) == null ? void 0 : _.iconType : (L = (E = t.cmdIcon) == null ? void 0 : E.hideFilters) == null ? void 0 : L.iconType
|
11719
11716
|
}, null, 8, ["iconClass", "type"]),
|
11720
11717
|
o.showFilters ? (a(), c("span", Fg, y(e.getMessage("cmdsitesearch.hide_filter_options")), 1)) : (a(), c("span", Mg, y(e.getMessage("cmdsitesearch.show_filter_options")), 1))
|
11721
11718
|
]),
|
@@ -11956,7 +11953,7 @@ function Ug(e, n, t, s, o, i) {
|
|
11956
11953
|
}, i.tooltipForSlidebuttons), null, 16, ["onClick", "class"])) : m("", !0),
|
11957
11954
|
O(Xn, { name: "fade" }, {
|
11958
11955
|
default: q(() => {
|
11959
|
-
var d, u, f, h, C, g, b, S, _,
|
11956
|
+
var d, u, f, h, C, g, b, S, _, E, L, F;
|
11960
11957
|
return [
|
11961
11958
|
i.currentItem ? (a(), c(k, { key: 0 }, [
|
11962
11959
|
t.useSlot ? (a(), c("div", {
|
@@ -11968,7 +11965,7 @@ function Ug(e, n, t, s, o, i) {
|
|
11968
11965
|
], 4)) : (a(), c(k, { key: 0 }, [
|
11969
11966
|
e.editModeContext ? t.slideshowItems.length ? (a(), x(r, {
|
11970
11967
|
key: 1,
|
11971
|
-
image: (
|
11968
|
+
image: (L = i.currentItem) == null ? void 0 : L.image,
|
11972
11969
|
figcaption: (F = i.currentItem) == null ? void 0 : F.figcaption,
|
11973
11970
|
componentPath: ["props", "slideshowItems", o.index],
|
11974
11971
|
editModeConfig: i.imageStructure()
|
@@ -11985,7 +11982,7 @@ function Ug(e, n, t, s, o, i) {
|
|
11985
11982
|
], 8, Dg)) : (a(), x(r, {
|
11986
11983
|
key: 1,
|
11987
11984
|
image: (_ = i.currentItem) == null ? void 0 : _.image,
|
11988
|
-
figcaption: (
|
11985
|
+
figcaption: (E = i.currentItem) == null ? void 0 : E.figcaption
|
11989
11986
|
}, null, 8, ["image", "figcaption"]))
|
11990
11987
|
], 64))
|
11991
11988
|
], 64))
|
@@ -12455,7 +12452,7 @@ function my(e, n, t, s, o, i) {
|
|
12455
12452
|
name: t.useTransition ? "fade" : null
|
12456
12453
|
}, {
|
12457
12454
|
default: q(() => [
|
12458
|
-
|
12455
|
+
ge(p("tbody", dy, [
|
12459
12456
|
(a(!0), c(k, null, H(t.tableData.tbody, (C, g) => (a(), c("tr", {
|
12460
12457
|
class: w({ active: t.tableData.rowIndexHighlighted === g }),
|
12461
12458
|
key: g
|
@@ -12607,7 +12604,7 @@ function vy(e, n, t, s, o, i) {
|
|
12607
12604
|
], 8, wy)
|
12608
12605
|
], 2))), 128))
|
12609
12606
|
], 2),
|
12610
|
-
t.useSlot ? (a(!0), c(k, { key: 0 }, H(t.tabs.length, (d) =>
|
12607
|
+
t.useSlot ? (a(!0), c(k, { key: 0 }, H(t.tabs.length, (d) => ge((a(), c("div", {
|
12611
12608
|
key: d,
|
12612
12609
|
"aria-live": "assertive",
|
12613
12610
|
class: w({ "no-padding": !t.useDefaultPadding })
|
@@ -12775,7 +12772,7 @@ function Fy(e, n, t, s, o, i) {
|
|
12775
12772
|
allowDeleteComponent: !!t.htmlContent
|
12776
12773
|
}, {
|
12777
12774
|
default: q((g) => [
|
12778
|
-
g.editing ?
|
12775
|
+
g.editing ? ge((a(), c("textarea", {
|
12779
12776
|
key: 0,
|
12780
12777
|
class: w(["edit-mode", i.textAlign]),
|
12781
12778
|
"onUpdate:modelValue": n[0] || (n[0] = (b) => o.editableHtmlContent = b),
|
@@ -13064,11 +13061,11 @@ function us(e, n) {
|
|
13064
13061
|
const { toString: Dy } = Object.prototype, { getPrototypeOf: ri } = Object, Wt = /* @__PURE__ */ ((e) => (n) => {
|
13065
13062
|
const t = Dy.call(n);
|
13066
13063
|
return e[t] || (e[t] = t.slice(8, -1).toLowerCase());
|
13067
|
-
})(/* @__PURE__ */ Object.create(null)),
|
13064
|
+
})(/* @__PURE__ */ Object.create(null)), ye = (e) => (e = e.toLowerCase(), (n) => Wt(n) === e), Gt = (e) => (n) => typeof n === e, { isArray: He } = Array, st = Gt("undefined");
|
13068
13065
|
function Vy(e) {
|
13069
13066
|
return e !== null && !st(e) && e.constructor !== null && !st(e.constructor) && ae(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
13070
13067
|
}
|
13071
|
-
const ms =
|
13068
|
+
const ms = ye("ArrayBuffer");
|
13072
13069
|
function Ry(e) {
|
13073
13070
|
let n;
|
13074
13071
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? n = ArrayBuffer.isView(e) : n = e && e.buffer && ms(e.buffer), n;
|
@@ -13078,11 +13075,11 @@ const qy = Gt("string"), ae = Gt("function"), fs = Gt("number"), Jt = (e) => e !
|
|
13078
13075
|
return !1;
|
13079
13076
|
const n = ri(e);
|
13080
13077
|
return (n === null || n === Object.prototype || Object.getPrototypeOf(n) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
|
13081
|
-
}, jy =
|
13078
|
+
}, jy = ye("Date"), Ny = ye("File"), Uy = ye("Blob"), zy = ye("FileList"), Wy = (e) => Jt(e) && ae(e.pipe), Gy = (e) => {
|
13082
13079
|
let n;
|
13083
13080
|
return e && (typeof FormData == "function" && e instanceof FormData || ae(e.append) && ((n = Wt(e)) === "formdata" || // detect form-data instance
|
13084
13081
|
n === "object" && ae(e.toString) && e.toString() === "[object FormData]"));
|
13085
|
-
}, Jy =
|
13082
|
+
}, Jy = ye("URLSearchParams"), [Ky, Zy, Xy, Yy] = ["ReadableStream", "Request", "Response", "Headers"].map(ye), Qy = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
13086
13083
|
function ut(e, n, { allOwnKeys: t = !1 } = {}) {
|
13087
13084
|
if (e === null || typeof e > "u")
|
13088
13085
|
return;
|
@@ -13158,12 +13155,12 @@ const $y = (e, n, t, { allOwnKeys: s } = {}) => (ut(n, (o, i) => {
|
|
13158
13155
|
for (; (t = e.exec(n)) !== null; )
|
13159
13156
|
s.push(t);
|
13160
13157
|
return s;
|
13161
|
-
}, rb =
|
13158
|
+
}, rb = ye("HTMLFormElement"), cb = (e) => e.toLowerCase().replace(
|
13162
13159
|
/[-_\s]([a-z\d])(\w*)/g,
|
13163
13160
|
function(t, s, o) {
|
13164
13161
|
return s.toUpperCase() + o;
|
13165
13162
|
}
|
13166
|
-
), no = (({ hasOwnProperty: e }) => (n, t) => e.call(n, t))(Object.prototype), db =
|
13163
|
+
), no = (({ hasOwnProperty: e }) => (n, t) => e.call(n, t))(Object.prototype), db = ye("RegExp"), ys = (e, n) => {
|
13167
13164
|
const t = Object.getOwnPropertyDescriptors(e), s = {};
|
13168
13165
|
ut(t, (o, i) => {
|
13169
13166
|
let l;
|
@@ -13223,7 +13220,7 @@ const yb = (e) => {
|
|
13223
13220
|
return s;
|
13224
13221
|
};
|
13225
13222
|
return t(e, 0);
|
13226
|
-
}, bb =
|
13223
|
+
}, bb = ye("AsyncFunction"), Cb = (e) => e && (Jt(e) || ae(e)) && ae(e.then) && ae(e.catch), v = {
|
13227
13224
|
isArray: He,
|
13228
13225
|
isArrayBuffer: ms,
|
13229
13226
|
isBuffer: Vy,
|
@@ -13256,7 +13253,7 @@ const yb = (e) => {
|
|
13256
13253
|
inherits: tb,
|
13257
13254
|
toFlatObject: nb,
|
13258
13255
|
kindOf: Wt,
|
13259
|
-
kindOfTest:
|
13256
|
+
kindOfTest: ye,
|
13260
13257
|
endsWith: ib,
|
13261
13258
|
toArray: ob,
|
13262
13259
|
forEachEntry: lb,
|
@@ -13371,12 +13368,12 @@ function Kt(e, n, t) {
|
|
13371
13368
|
return v.isArrayBuffer(b) || v.isTypedArray(b) ? d && typeof Blob == "function" ? new Blob([b]) : Buffer.from(b) : b;
|
13372
13369
|
}
|
13373
13370
|
function f(b, S, _) {
|
13374
|
-
let
|
13371
|
+
let E = b;
|
13375
13372
|
if (b && !_ && typeof b == "object") {
|
13376
13373
|
if (v.endsWith(S, "{}"))
|
13377
13374
|
S = s ? S : S.slice(0, -2), b = JSON.stringify(b);
|
13378
|
-
else if (v.isArray(b) && xb(b) || (v.isFileList(b) || v.endsWith(S, "[]")) && (
|
13379
|
-
return S = xs(S),
|
13375
|
+
else if (v.isArray(b) && xb(b) || (v.isFileList(b) || v.endsWith(S, "[]")) && (E = v.toArray(b)))
|
13376
|
+
return S = xs(S), E.forEach(function(F, D) {
|
13380
13377
|
!(v.isUndefined(F) || F === null) && n.append(
|
13381
13378
|
// eslint-disable-next-line no-nested-ternary
|
13382
13379
|
l === !0 ? oo([S], D, i) : l === null ? S : S + "[]",
|
@@ -13395,14 +13392,14 @@ function Kt(e, n, t) {
|
|
13395
13392
|
if (!v.isUndefined(b)) {
|
13396
13393
|
if (h.indexOf(b) !== -1)
|
13397
13394
|
throw Error("Circular reference detected in " + S.join("."));
|
13398
|
-
h.push(b), v.forEach(b, function(
|
13399
|
-
(!(v.isUndefined(
|
13395
|
+
h.push(b), v.forEach(b, function(E, L) {
|
13396
|
+
(!(v.isUndefined(E) || E === null) && o.call(
|
13400
13397
|
n,
|
13401
|
-
|
13402
|
-
v.isString(
|
13398
|
+
E,
|
13399
|
+
v.isString(L) ? L.trim() : L,
|
13403
13400
|
S,
|
13404
13401
|
C
|
13405
|
-
)) === !0 && g(
|
13402
|
+
)) === !0 && g(E, S ? S.concat(L) : [L]);
|
13406
13403
|
}), h.pop();
|
13407
13404
|
}
|
13408
13405
|
}
|
@@ -13526,14 +13523,14 @@ self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Lb
|
|
13526
13523
|
hasStandardBrowserEnv: Ib,
|
13527
13524
|
hasStandardBrowserWebWorkerEnv: Eb,
|
13528
13525
|
origin: Lb
|
13529
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
13526
|
+
}, Symbol.toStringTag, { value: "Module" })), he = {
|
13530
13527
|
...Fb,
|
13531
13528
|
...Ob
|
13532
13529
|
};
|
13533
13530
|
function Mb(e, n) {
|
13534
|
-
return Kt(e, new
|
13531
|
+
return Kt(e, new he.classes.URLSearchParams(), Object.assign({
|
13535
13532
|
visitor: function(t, s, o, i) {
|
13536
|
-
return
|
13533
|
+
return he.isNode && v.isBuffer(t) ? (this.append(s, t.toString("base64")), !1) : i.defaultVisitor.apply(this, arguments);
|
13537
13534
|
}
|
13538
13535
|
}, n));
|
13539
13536
|
}
|
@@ -13627,8 +13624,8 @@ const mt = {
|
|
13627
13624
|
maxContentLength: -1,
|
13628
13625
|
maxBodyLength: -1,
|
13629
13626
|
env: {
|
13630
|
-
FormData:
|
13631
|
-
Blob:
|
13627
|
+
FormData: he.classes.FormData,
|
13628
|
+
Blob: he.classes.Blob
|
13632
13629
|
},
|
13633
13630
|
validateStatus: function(n) {
|
13634
13631
|
return n >= 200 && n < 300;
|
@@ -13911,7 +13908,7 @@ const Bt = (e, n, t = 3) => {
|
|
13911
13908
|
};
|
13912
13909
|
h[n ? "download" : "upload"] = !0, e(h);
|
13913
13910
|
}, t);
|
13914
|
-
}, Wb =
|
13911
|
+
}, Wb = he.hasStandardBrowserEnv ? (
|
13915
13912
|
// Standard browser envs have full support of the APIs needed to test
|
13916
13913
|
// whether the request URL is of the same origin as current location.
|
13917
13914
|
function() {
|
@@ -13942,7 +13939,7 @@ const Bt = (e, n, t = 3) => {
|
|
13942
13939
|
return !0;
|
13943
13940
|
};
|
13944
13941
|
}()
|
13945
|
-
), Gb =
|
13942
|
+
), Gb = he.hasStandardBrowserEnv ? (
|
13946
13943
|
// Standard browser envs support document.cookie
|
13947
13944
|
{
|
13948
13945
|
write(e, n, t, s, o, i) {
|
@@ -14052,14 +14049,14 @@ const Es = (e) => {
|
|
14052
14049
|
);
|
14053
14050
|
let d;
|
14054
14051
|
if (v.isFormData(t)) {
|
14055
|
-
if (
|
14052
|
+
if (he.hasStandardBrowserEnv || he.hasStandardBrowserWebWorkerEnv)
|
14056
14053
|
l.setContentType(void 0);
|
14057
14054
|
else if ((d = l.getContentType()) !== !1) {
|
14058
14055
|
const [u, ...f] = d ? d.split(";").map((h) => h.trim()).filter(Boolean) : [];
|
14059
14056
|
l.setContentType([u || "multipart/form-data", ...f].join("; "));
|
14060
14057
|
}
|
14061
14058
|
}
|
14062
|
-
if (
|
14059
|
+
if (he.hasStandardBrowserEnv && (s && v.isFunction(s) && (s = s(n)), s || s !== !1 && Wb(n.url))) {
|
14063
14060
|
const u = o && i && Gb.read(i);
|
14064
14061
|
u && l.set(o, u);
|
14065
14062
|
}
|
@@ -14088,10 +14085,10 @@ const Es = (e) => {
|
|
14088
14085
|
config: e,
|
14089
14086
|
request: f
|
14090
14087
|
};
|
14091
|
-
Os(function(
|
14092
|
-
t(
|
14093
|
-
}, function(
|
14094
|
-
s(
|
14088
|
+
Os(function(E) {
|
14089
|
+
t(E), u();
|
14090
|
+
}, function(E) {
|
14091
|
+
s(E), u();
|
14095
14092
|
}, S), f = null;
|
14096
14093
|
}
|
14097
14094
|
"onloadend" in f ? f.onloadend = h : f.onreadystatechange = function() {
|
@@ -14115,7 +14112,7 @@ const Es = (e) => {
|
|
14115
14112
|
f && (s(!g || g.type ? new je(null, e, f) : g), f.abort(), f = null);
|
14116
14113
|
}, o.cancelToken && o.cancelToken.subscribe(d), o.signal && (o.signal.aborted ? d() : o.signal.addEventListener("abort", d)));
|
14117
14114
|
const C = Nb(o.url);
|
14118
|
-
if (C &&
|
14115
|
+
if (C && he.protocols.indexOf(C) === -1) {
|
14119
14116
|
s(new N("Unsupported protocol " + C + ":", N.ERR_BAD_REQUEST, e));
|
14120
14117
|
return;
|
14121
14118
|
}
|
@@ -14184,7 +14181,7 @@ const Es = (e) => {
|
|
14184
14181
|
}));
|
14185
14182
|
}, Zt = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", Ls = Zt && typeof ReadableStream == "function", Ln = Zt && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (n) => e.encode(n))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())), e0 = Ls && (() => {
|
14186
14183
|
let e = !1;
|
14187
|
-
const n = new Request(
|
14184
|
+
const n = new Request(he.origin, {
|
14188
14185
|
body: new ReadableStream(),
|
14189
14186
|
method: "POST",
|
14190
14187
|
get duplex() {
|
@@ -14238,21 +14235,21 @@ const t0 = async (e) => {
|
|
14238
14235
|
} = Es(e);
|
14239
14236
|
u = u ? (u + "").toLowerCase() : "text";
|
14240
14237
|
let [g, b] = o || i || l ? Yb([o, i], l) : [], S, _;
|
14241
|
-
const
|
14238
|
+
const E = () => {
|
14242
14239
|
!S && setTimeout(() => {
|
14243
14240
|
g && g.unsubscribe();
|
14244
14241
|
}), S = !0;
|
14245
14242
|
};
|
14246
|
-
let
|
14243
|
+
let L;
|
14247
14244
|
try {
|
14248
|
-
if (d && e0 && t !== "get" && t !== "head" && (
|
14245
|
+
if (d && e0 && t !== "get" && t !== "head" && (L = await n0(f, s)) !== 0) {
|
14249
14246
|
let I = new Request(n, {
|
14250
14247
|
method: "POST",
|
14251
14248
|
body: s,
|
14252
14249
|
duplex: "half"
|
14253
14250
|
}), A;
|
14254
14251
|
v.isFormData(s) && (A = I.headers.get("content-type")) && f.setContentType(A), I.body && (s = co(I.body, mo, uo(
|
14255
|
-
|
14252
|
+
L,
|
14256
14253
|
Bt(d)
|
14257
14254
|
), null, Ln));
|
14258
14255
|
}
|
@@ -14277,13 +14274,13 @@ const t0 = async (e) => {
|
|
14277
14274
|
co(F.body, mo, r && uo(
|
14278
14275
|
A,
|
14279
14276
|
Bt(r, !0)
|
14280
|
-
), D &&
|
14277
|
+
), D && E, Ln),
|
14281
14278
|
I
|
14282
14279
|
);
|
14283
14280
|
}
|
14284
14281
|
u = u || "text";
|
14285
14282
|
let W = await At[v.findKey(At, u) || "text"](F, e);
|
14286
|
-
return !D &&
|
14283
|
+
return !D && E(), b && b(), await new Promise((I, A) => {
|
14287
14284
|
Os(I, A, {
|
14288
14285
|
data: W,
|
14289
14286
|
headers: oe.from(F.headers),
|
@@ -14294,7 +14291,7 @@ const t0 = async (e) => {
|
|
14294
14291
|
});
|
14295
14292
|
});
|
14296
14293
|
} catch (F) {
|
14297
|
-
throw
|
14294
|
+
throw E(), F && F.name === "TypeError" && /fetch/i.test(F.message) ? Object.assign(
|
14298
14295
|
new N("Network Error", N.ERR_NETWORK, e, _),
|
14299
14296
|
{
|
14300
14297
|
cause: F.cause || F
|
@@ -15302,7 +15299,7 @@ function q0(e, n, t, s, o, i) {
|
|
15302
15299
|
title: e.getMessage("cmduploadform.labeltext.remove_all_files_from_list"),
|
15303
15300
|
onClick: n[0] || (n[0] = M((...f) => i.cancelUpload && i.cancelUpload(...f), ["prevent"]))
|
15304
15301
|
}, [
|
15305
|
-
O(d, j(
|
15302
|
+
O(d, j(we(t.iconDelete)), null, 16)
|
15306
15303
|
], 8, h0),
|
15307
15304
|
p("span", null, [
|
15308
15305
|
z(y(o.listOfFiles.length) + " ", 1),
|
@@ -15347,7 +15344,7 @@ function q0(e, n, t, s, o, i) {
|
|
15347
15344
|
title: e.getMessage("cmduploadform.labeltext.remove_file_from_list", f.file.name),
|
15348
15345
|
onClick: M((C) => i.removeFile(h), ["prevent"])
|
15349
15346
|
}, [
|
15350
|
-
O(d, j(
|
15347
|
+
O(d, j(we(t.iconDelete)), null, 16)
|
15351
15348
|
], 8, w0),
|
15352
15349
|
p("span", {
|
15353
15350
|
class: w([
|
@@ -15496,14 +15493,14 @@ function q0(e, n, t, s, o, i) {
|
|
15496
15493
|
disabled: o.listOfFiles.length === 0 || t.maxTotalUploadSize > 0 && i.totalSize > t.maxTotalUploadSize || o.uploadInitiated,
|
15497
15494
|
onClick: n[5] || (n[5] = (...f) => i.uploadFiles && i.uploadFiles(...f))
|
15498
15495
|
}, [
|
15499
|
-
O(d, j(
|
15496
|
+
O(d, j(we(t.iconUpload)), null, 16),
|
15500
15497
|
o.listOfFiles.length === 1 || !t.allowMultipleFileUploads ? (a(), c("span", P0, y(e.getMessage("cmduploadform.buttontext.upload_file")), 1)) : (a(), c("span", D0, y(e.getMessage("cmduploadform.buttontext.upload_files")), 1))
|
15501
15498
|
], 10, A0),
|
15502
15499
|
p("button", {
|
15503
15500
|
class: w(["button", { disabled: o.listOfFiles.length === 0 }]),
|
15504
15501
|
onClick: n[6] || (n[6] = (...f) => i.cancel && i.cancel(...f))
|
15505
15502
|
}, [
|
15506
|
-
O(d, j(
|
15503
|
+
O(d, j(we(t.iconCancel)), null, 16),
|
15507
15504
|
p("span", null, y(e.getMessage("cmduploadform.buttontext.cancel")), 1)
|
15508
15505
|
], 2)
|
15509
15506
|
])
|
@@ -15732,7 +15729,7 @@ const u_ = /* @__PURE__ */ P(H0, [["render", U0]]), z0 = {
|
|
15732
15729
|
function J0(e, n, t, s, o, i) {
|
15733
15730
|
const l = gu, r = Jc, d = Yf;
|
15734
15731
|
return i.contactFormOnly ? (a(), x(l, j(B({ key: 0 }, e.basicForm)), null, 16)) : (a(), c("div", W0, [
|
15735
|
-
O(l, j(
|
15732
|
+
O(l, j(we(e.basicForm)), null, 16),
|
15736
15733
|
p("div", G0, [
|
15737
15734
|
t.cmdAddressData ? (a(), x(r, j(B({ key: 0 }, t.cmdAddressData)), null, 16)) : m("", !0),
|
15738
15735
|
t.cmdGoogleMaps ? (a(), x(d, j(B({ key: 1 }, t.cmdGoogleMaps)), null, 16)) : m("", !0),
|
@@ -15753,7 +15750,7 @@ function X0(e, n, t, s, o, i) {
|
|
15753
15750
|
const l = ds, r = Sm;
|
15754
15751
|
return a(), c("div", Z0, [
|
15755
15752
|
(a(!0), c(k, null, H(t.segments, (d, u) => (a(), c(k, { key: u }, [
|
15756
|
-
O(r, j(
|
15753
|
+
O(r, j(we(d)), {
|
15757
15754
|
default: q((f) => [
|
15758
15755
|
(a(!0), c(k, null, H(d.boxes, (h, C) => (a(), x(l, B({
|
15759
15756
|
"use-slots": ["box-body"],
|
@@ -16075,11 +16072,11 @@ function mC(e, n) {
|
|
16075
16072
|
), g.push("scale(-1 1)"), o.top = o.left = 0) : S && (g.push(
|
16076
16073
|
"translate(" + (0 - o.left).toString() + " " + (o.height + o.top).toString() + ")"
|
16077
16074
|
), g.push("scale(1 -1)"), o.top = o.left = 0);
|
16078
|
-
let
|
16075
|
+
let E;
|
16079
16076
|
switch (_ < 0 && (_ -= Math.floor(_ / 4) * 4), _ = _ % 4, _) {
|
16080
16077
|
case 1:
|
16081
|
-
|
16082
|
-
"rotate(90 " +
|
16078
|
+
E = o.height / 2 + o.top, g.unshift(
|
16079
|
+
"rotate(90 " + E.toString() + " " + E.toString() + ")"
|
16083
16080
|
);
|
16084
16081
|
break;
|
16085
16082
|
case 2:
|
@@ -16088,12 +16085,12 @@ function mC(e, n) {
|
|
16088
16085
|
);
|
16089
16086
|
break;
|
16090
16087
|
case 3:
|
16091
|
-
|
16092
|
-
"rotate(-90 " +
|
16088
|
+
E = o.width / 2 + o.left, g.unshift(
|
16089
|
+
"rotate(-90 " + E.toString() + " " + E.toString() + ")"
|
16093
16090
|
);
|
16094
16091
|
break;
|
16095
16092
|
}
|
16096
|
-
_ % 2 === 1 && (o.left !== o.top && (
|
16093
|
+
_ % 2 === 1 && (o.left !== o.top && (E = o.left, o.left = o.top, o.top = E), o.width !== o.height && (E = o.width, o.width = o.height, o.height = E)), g.length && (i = '<g transform="' + g.join(" ") + '">' + i + "</g>");
|
16097
16094
|
});
|
16098
16095
|
const l = s.width, r = s.height, d = o.width, u = o.height;
|
16099
16096
|
let f, h;
|
@@ -16392,7 +16389,7 @@ function MC(e, n, t, s) {
|
|
16392
16389
|
function _(I, A) {
|
16393
16390
|
A && (g = []), typeof I == "function" && g.push(I);
|
16394
16391
|
}
|
16395
|
-
function
|
16392
|
+
function E() {
|
16396
16393
|
return {
|
16397
16394
|
startTime: r,
|
16398
16395
|
payload: n,
|
@@ -16403,7 +16400,7 @@ function MC(e, n, t, s) {
|
|
16403
16400
|
abort: S
|
16404
16401
|
};
|
16405
16402
|
}
|
16406
|
-
function
|
16403
|
+
function L() {
|
16407
16404
|
d = "failed", g.forEach((I) => {
|
16408
16405
|
I(void 0, f);
|
16409
16406
|
});
|
@@ -16426,11 +16423,11 @@ function MC(e, n, t, s) {
|
|
16426
16423
|
return;
|
16427
16424
|
}
|
16428
16425
|
if (A === "abort") {
|
16429
|
-
f = G,
|
16426
|
+
f = G, L();
|
16430
16427
|
return;
|
16431
16428
|
}
|
16432
16429
|
if (Y) {
|
16433
|
-
f = G, C.length || (l.length ? W() :
|
16430
|
+
f = G, C.length || (l.length ? W() : L());
|
16434
16431
|
return;
|
16435
16432
|
}
|
16436
16433
|
if (b(), F(), !e.random) {
|
@@ -16449,11 +16446,11 @@ function MC(e, n, t, s) {
|
|
16449
16446
|
if (I === void 0) {
|
16450
16447
|
if (C.length) {
|
16451
16448
|
h = setTimeout(() => {
|
16452
|
-
b(), d === "pending" && (F(),
|
16449
|
+
b(), d === "pending" && (F(), L());
|
16453
16450
|
}, e.timeout);
|
16454
16451
|
return;
|
16455
16452
|
}
|
16456
|
-
|
16453
|
+
L();
|
16457
16454
|
return;
|
16458
16455
|
}
|
16459
16456
|
const A = {
|
@@ -16465,7 +16462,7 @@ function MC(e, n, t, s) {
|
|
16465
16462
|
};
|
16466
16463
|
C.push(A), u++, h = setTimeout(W, e.rotate), t(I, n, A.callback);
|
16467
16464
|
}
|
16468
|
-
return setTimeout(W),
|
16465
|
+
return setTimeout(W), E;
|
16469
16466
|
}
|
16470
16467
|
function Ns(e) {
|
16471
16468
|
const n = {
|
@@ -16864,8 +16861,8 @@ const Eo = (e, n) => {
|
|
16864
16861
|
_ !== !0 && _ !== "true" && delete s["aria-hidden"];
|
16865
16862
|
break;
|
16866
16863
|
default: {
|
16867
|
-
const
|
16868
|
-
|
16864
|
+
const E = St[S];
|
16865
|
+
E ? (_ === !0 || _ === "true" || _ === 1) && (t[E] = !0) : To[S] === void 0 && (s[S] = _);
|
16869
16866
|
}
|
16870
16867
|
}
|
16871
16868
|
}
|
@@ -17334,11 +17331,11 @@ function Xs(e, n) {
|
|
17334
17331
|
const { toString: cw } = Object.prototype, { getPrototypeOf: Ci } = Object, $t = /* @__PURE__ */ ((e) => (n) => {
|
17335
17332
|
const t = cw.call(n);
|
17336
17333
|
return e[t] || (e[t] = t.slice(8, -1).toLowerCase());
|
17337
|
-
})(/* @__PURE__ */ Object.create(null)),
|
17334
|
+
})(/* @__PURE__ */ Object.create(null)), be = (e) => (e = e.toLowerCase(), (n) => $t(n) === e), en = (e) => (n) => typeof n === e, { isArray: Ne } = Array, rt = en("undefined");
|
17338
17335
|
function dw(e) {
|
17339
17336
|
return e !== null && !rt(e) && e.constructor !== null && !rt(e.constructor) && re(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
17340
17337
|
}
|
17341
|
-
const Ys =
|
17338
|
+
const Ys = be("ArrayBuffer");
|
17342
17339
|
function uw(e) {
|
17343
17340
|
let n;
|
17344
17341
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? n = ArrayBuffer.isView(e) : n = e && e.buffer && Ys(e.buffer), n;
|
@@ -17348,11 +17345,11 @@ const mw = en("string"), re = en("function"), Qs = en("number"), tn = (e) => e !
|
|
17348
17345
|
return !1;
|
17349
17346
|
const n = Ci(e);
|
17350
17347
|
return (n === null || n === Object.prototype || Object.getPrototypeOf(n) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
|
17351
|
-
}, hw =
|
17348
|
+
}, hw = be("Date"), pw = be("File"), gw = be("Blob"), yw = be("FileList"), bw = (e) => tn(e) && re(e.pipe), Cw = (e) => {
|
17352
17349
|
let n;
|
17353
17350
|
return e && (typeof FormData == "function" && e instanceof FormData || re(e.append) && ((n = $t(e)) === "formdata" || // detect form-data instance
|
17354
17351
|
n === "object" && re(e.toString) && e.toString() === "[object FormData]"));
|
17355
|
-
}, ww =
|
17352
|
+
}, ww = be("URLSearchParams"), [xw, _w, kw, vw] = ["ReadableStream", "Request", "Response", "Headers"].map(be), Tw = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
17356
17353
|
function ft(e, n, { allOwnKeys: t = !1 } = {}) {
|
17357
17354
|
if (e === null || typeof e > "u")
|
17358
17355
|
return;
|
@@ -17428,12 +17425,12 @@ const Sw = (e, n, t, { allOwnKeys: s } = {}) => (ft(n, (o, i) => {
|
|
17428
17425
|
for (; (t = e.exec(n)) !== null; )
|
17429
17426
|
s.push(t);
|
17430
17427
|
return s;
|
17431
|
-
}, Pw =
|
17428
|
+
}, Pw = be("HTMLFormElement"), Dw = (e) => e.toLowerCase().replace(
|
17432
17429
|
/[-_\s]([a-z\d])(\w*)/g,
|
17433
17430
|
function(n, t, s) {
|
17434
17431
|
return t.toUpperCase() + s;
|
17435
17432
|
}
|
17436
|
-
), Lo = (({ hasOwnProperty: e }) => (n, t) => e.call(n, t))(Object.prototype), Vw =
|
17433
|
+
), Lo = (({ hasOwnProperty: e }) => (n, t) => e.call(n, t))(Object.prototype), Vw = be("RegExp"), nl = (e, n) => {
|
17437
17434
|
const t = Object.getOwnPropertyDescriptors(e), s = {};
|
17438
17435
|
ft(t, (o, i) => {
|
17439
17436
|
let l;
|
@@ -17493,7 +17490,7 @@ const zw = (e) => {
|
|
17493
17490
|
return s;
|
17494
17491
|
};
|
17495
17492
|
return t(e, 0);
|
17496
|
-
}, Ww =
|
17493
|
+
}, Ww = be("AsyncFunction"), Gw = (e) => e && (tn(e) || re(e)) && re(e.then) && re(e.catch), T = {
|
17497
17494
|
isArray: Ne,
|
17498
17495
|
isArrayBuffer: Ys,
|
17499
17496
|
isBuffer: dw,
|
@@ -17526,7 +17523,7 @@ const zw = (e) => {
|
|
17526
17523
|
inherits: Iw,
|
17527
17524
|
toFlatObject: Ew,
|
17528
17525
|
kindOf: $t,
|
17529
|
-
kindOfTest:
|
17526
|
+
kindOfTest: be,
|
17530
17527
|
endsWith: Lw,
|
17531
17528
|
toArray: Fw,
|
17532
17529
|
forEachEntry: Bw,
|
@@ -17646,11 +17643,11 @@ function nn(e, n, t) {
|
|
17646
17643
|
if (T.endsWith(b, "{}"))
|
17647
17644
|
b = s ? b : b.slice(0, -2), g = JSON.stringify(g);
|
17648
17645
|
else if (T.isArray(g) && Kw(g) || (T.isFileList(g) || T.endsWith(b, "[]")) && (_ = T.toArray(g)))
|
17649
|
-
return b = ll(b), _.forEach(function(
|
17650
|
-
!(T.isUndefined(
|
17646
|
+
return b = ll(b), _.forEach(function(E, L) {
|
17647
|
+
!(T.isUndefined(E) || E === null) && n.append(
|
17651
17648
|
// eslint-disable-next-line no-nested-ternary
|
17652
|
-
l === !0 ? Mo([b],
|
17653
|
-
d(
|
17649
|
+
l === !0 ? Mo([b], L, i) : l === null ? b : b + "[]",
|
17650
|
+
d(E)
|
17654
17651
|
);
|
17655
17652
|
}), !1;
|
17656
17653
|
}
|
@@ -17796,14 +17793,14 @@ self instanceof WorkerGlobalScope && typeof self.importScripts == "function", ix
|
|
17796
17793
|
hasStandardBrowserEnv: tx,
|
17797
17794
|
hasStandardBrowserWebWorkerEnv: nx,
|
17798
17795
|
origin: ix
|
17799
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
17796
|
+
}, Symbol.toStringTag, { value: "Module" })), pe = {
|
17800
17797
|
...ox,
|
17801
17798
|
...ex
|
17802
17799
|
};
|
17803
17800
|
function sx(e, n) {
|
17804
|
-
return nn(e, new
|
17801
|
+
return nn(e, new pe.classes.URLSearchParams(), Object.assign({
|
17805
17802
|
visitor: function(t, s, o, i) {
|
17806
|
-
return
|
17803
|
+
return pe.isNode && T.isBuffer(t) ? (this.append(s, t.toString("base64")), !1) : i.defaultVisitor.apply(this, arguments);
|
17807
17804
|
}
|
17808
17805
|
}, n));
|
17809
17806
|
}
|
@@ -17897,8 +17894,8 @@ const ht = {
|
|
17897
17894
|
maxContentLength: -1,
|
17898
17895
|
maxBodyLength: -1,
|
17899
17896
|
env: {
|
17900
|
-
FormData:
|
17901
|
-
Blob:
|
17897
|
+
FormData: pe.classes.FormData,
|
17898
|
+
Blob: pe.classes.Blob
|
17902
17899
|
},
|
17903
17900
|
validateStatus: function(e) {
|
17904
17901
|
return e >= 200 && e < 300;
|
@@ -18181,7 +18178,7 @@ const Dt = (e, n, t = 3) => {
|
|
18181
18178
|
};
|
18182
18179
|
h[n ? "download" : "upload"] = !0, e(h);
|
18183
18180
|
}, t);
|
18184
|
-
}, bx =
|
18181
|
+
}, bx = pe.hasStandardBrowserEnv ? (
|
18185
18182
|
// Standard browser envs have full support of the APIs needed to test
|
18186
18183
|
// whether the request URL is of the same origin as current location.
|
18187
18184
|
function() {
|
@@ -18212,7 +18209,7 @@ const Dt = (e, n, t = 3) => {
|
|
18212
18209
|
return !0;
|
18213
18210
|
};
|
18214
18211
|
}()
|
18215
|
-
), Cx =
|
18212
|
+
), Cx = pe.hasStandardBrowserEnv ? (
|
18216
18213
|
// Standard browser envs support document.cookie
|
18217
18214
|
{
|
18218
18215
|
write(e, n, t, s, o, i) {
|
@@ -18322,14 +18319,14 @@ const hl = (e) => {
|
|
18322
18319
|
);
|
18323
18320
|
let d;
|
18324
18321
|
if (T.isFormData(t)) {
|
18325
|
-
if (
|
18322
|
+
if (pe.hasStandardBrowserEnv || pe.hasStandardBrowserWebWorkerEnv)
|
18326
18323
|
l.setContentType(void 0);
|
18327
18324
|
else if ((d = l.getContentType()) !== !1) {
|
18328
18325
|
const [u, ...f] = d ? d.split(";").map((h) => h.trim()).filter(Boolean) : [];
|
18329
18326
|
l.setContentType([u || "multipart/form-data", ...f].join("; "));
|
18330
18327
|
}
|
18331
18328
|
}
|
18332
|
-
if (
|
18329
|
+
if (pe.hasStandardBrowserEnv && (s && T.isFunction(s) && (s = s(n)), s || s !== !1 && bx(n.url))) {
|
18333
18330
|
const u = o && i && Cx.read(i);
|
18334
18331
|
u && l.set(o, u);
|
18335
18332
|
}
|
@@ -18385,7 +18382,7 @@ const hl = (e) => {
|
|
18385
18382
|
u && (t(!C || C.type ? new Ue(null, e, u) : C), u.abort(), u = null);
|
18386
18383
|
}, s.cancelToken && s.cancelToken.subscribe(r), s.signal && (s.signal.aborted ? r() : s.signal.addEventListener("abort", r)));
|
18387
18384
|
const h = px(s.url);
|
18388
|
-
if (h &&
|
18385
|
+
if (h && pe.protocols.indexOf(h) === -1) {
|
18389
18386
|
t(new U("Unsupported protocol " + h + ":", U.ERR_BAD_REQUEST, e));
|
18390
18387
|
return;
|
18391
18388
|
}
|
@@ -18454,7 +18451,7 @@ const hl = (e) => {
|
|
18454
18451
|
}));
|
18455
18452
|
}, on = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", pl = on && typeof ReadableStream == "function", Wn = on && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (n) => e.encode(n))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())), Ox = pl && (() => {
|
18456
18453
|
let e = !1;
|
18457
|
-
const n = new Request(
|
18454
|
+
const n = new Request(pe.origin, {
|
18458
18455
|
body: new ReadableStream(),
|
18459
18456
|
method: "POST",
|
18460
18457
|
get duplex() {
|
@@ -18505,21 +18502,21 @@ const Ix = async (e) => {
|
|
18505
18502
|
} = hl(e);
|
18506
18503
|
u = u ? (u + "").toLowerCase() : "text";
|
18507
18504
|
let [g, b] = o || i || l ? vx([o, i], l) : [], S, _;
|
18508
|
-
const
|
18505
|
+
const E = () => {
|
18509
18506
|
!S && setTimeout(() => {
|
18510
18507
|
g && g.unsubscribe();
|
18511
18508
|
}), S = !0;
|
18512
18509
|
};
|
18513
|
-
let
|
18510
|
+
let L;
|
18514
18511
|
try {
|
18515
|
-
if (d && Ox && t !== "get" && t !== "head" && (
|
18512
|
+
if (d && Ox && t !== "get" && t !== "head" && (L = await Ex(f, s)) !== 0) {
|
18516
18513
|
let I = new Request(n, {
|
18517
18514
|
method: "POST",
|
18518
18515
|
body: s,
|
18519
18516
|
duplex: "half"
|
18520
18517
|
}), A;
|
18521
18518
|
T.isFormData(s) && (A = I.headers.get("content-type")) && f.setContentType(A), I.body && (s = Vo(I.body, qo, Ro(
|
18522
|
-
|
18519
|
+
L,
|
18523
18520
|
Dt(d)
|
18524
18521
|
), null, Wn));
|
18525
18522
|
}
|
@@ -18544,13 +18541,13 @@ const Ix = async (e) => {
|
|
18544
18541
|
Vo(F.body, qo, r && Ro(
|
18545
18542
|
A,
|
18546
18543
|
Dt(r, !0)
|
18547
|
-
), D &&
|
18544
|
+
), D && E, Wn),
|
18548
18545
|
I
|
18549
18546
|
);
|
18550
18547
|
}
|
18551
18548
|
u = u || "text";
|
18552
18549
|
let W = await Vt[T.findKey(Vt, u) || "text"](F, e);
|
18553
|
-
return !D &&
|
18550
|
+
return !D && E(), b && b(), await new Promise((I, A) => {
|
18554
18551
|
ml(I, A, {
|
18555
18552
|
data: W,
|
18556
18553
|
headers: se.from(F.headers),
|
@@ -18561,7 +18558,7 @@ const Ix = async (e) => {
|
|
18561
18558
|
});
|
18562
18559
|
});
|
18563
18560
|
} catch (F) {
|
18564
|
-
throw
|
18561
|
+
throw E(), F && F.name === "TypeError" && /fetch/i.test(F.message) ? Object.assign(
|
18565
18562
|
new U("Network Error", U.ERR_NETWORK, e, _),
|
18566
18563
|
{
|
18567
18564
|
cause: F.cause || F
|