@dcodegroup-au/page-builder 0.5.0 → 0.5.2
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/page-builder.css +1 -1
- package/dist/page-builder.es.js +719 -710
- package/dist/page-builder.umd.js +10 -10
- package/example/src/App.vue +4 -3
- package/example/src/pages/OurGroups.js +103 -0
- package/example/src/pages/PartnerWithUs.js +3 -2
- package/package.json +1 -1
- package/src/components/builders/Links.vue +1 -1
- package/src/components/common/Button.vue +2 -2
- package/src/components/presenters/modules/BulletPoints.vue +1 -1
- package/src/components/presenters/modules/TwoColumnsImageContent.vue +17 -8
package/dist/page-builder.es.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var Kl = Object.defineProperty;
|
|
2
2
|
var Zl = (t, e, n) => e in t ? Kl(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n;
|
|
3
3
|
var $e = (t, e, n) => Zl(t, typeof e != "symbol" ? e + "" : e, n);
|
|
4
|
-
import { createElementBlock as i, openBlock as s, createElementVNode as o, createStaticVNode as eo, ref as
|
|
4
|
+
import { createElementBlock as i, openBlock as s, createElementVNode as o, createStaticVNode as eo, ref as Ce, resolveDirective as Ys, withDirectives as ht, createCommentVNode as de, createVNode as me, unref as ye, defineComponent as p0, reactive as un, computed as Te, normalizeClass as Re, Transition as Js, withCtx as Xe, renderSlot as a0, toDisplayString as be, withModifiers as _n, Fragment as ze, renderList as Qe, createTextVNode as P1, onMounted as I1, vShow as ei, mergeModels as ti, useModel as dn, vModelSelect as ni, createBlock as Ze, vModelText as Lt, inject as Gt, vModelRadio as ri, resolveDynamicComponent as Y1, shallowRef as Ql, watch as P0, vModelDynamic as Yl, nextTick as oi, onBeforeUnmount as si, markRaw as We, h as jt, shallowReactive as x2, watchEffect as Qr, provide as ii, toRefs as Jl, useId as ea, getCurrentInstance as ta, onUnmounted as na, onUpdated as ra, cloneVNode as oa, normalizeStyle as sa } from "vue";
|
|
5
5
|
const ia = {
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7
7
|
fill: "none",
|
|
@@ -220,7 +220,7 @@ const Aa = { render: Ma }, ci = {
|
|
|
220
220
|
},
|
|
221
221
|
emits: ["removeItem"],
|
|
222
222
|
setup(t, { emit: e }) {
|
|
223
|
-
const n =
|
|
223
|
+
const n = Ce(!1), r = e, l = () => {
|
|
224
224
|
n.value && (n.value = !1);
|
|
225
225
|
}, u = () => {
|
|
226
226
|
r("removeItem"), n.value = !1;
|
|
@@ -234,7 +234,7 @@ const Aa = { render: Ma }, ci = {
|
|
|
234
234
|
class: "cursor-pointer text-gray-600 rounded-full hover:bg-gray-50 p-2.5 block",
|
|
235
235
|
onClick: a[0] || (a[0] = (f) => n.value = !n.value)
|
|
236
236
|
}, [
|
|
237
|
-
me(
|
|
237
|
+
me(ye(ka), { class: "w-5" })
|
|
238
238
|
]),
|
|
239
239
|
n.value ? (s(), i("div", Ba, [
|
|
240
240
|
t.enableEdit ? (s(), i("a", {
|
|
@@ -242,14 +242,14 @@ const Aa = { render: Ma }, ci = {
|
|
|
242
242
|
class: "flex items-center gap-2 px-2.5 cursor-pointer h-[48px] w-auto hover:bg-gray-100 rounded-lg m-1.5 text-gray-700",
|
|
243
243
|
onClick: c
|
|
244
244
|
}, [
|
|
245
|
-
me(
|
|
245
|
+
me(ye(Aa), { class: "w-4 text-gray-500" }),
|
|
246
246
|
a[1] || (a[1] = o("span", { class: "font-medium" }, " Edit ", -1))
|
|
247
247
|
])) : de("", !0),
|
|
248
248
|
o("a", {
|
|
249
249
|
class: "flex items-center gap-2 px-2.5 cursor-pointer h-[48px] w-auto hover:bg-gray-100 rounded-lg m-1.5 text-gray-700",
|
|
250
250
|
onClick: u
|
|
251
251
|
}, [
|
|
252
|
-
me(
|
|
252
|
+
me(ye(ai), { class: "w-4 text-gray-500" }),
|
|
253
253
|
a[2] || (a[2] = o("span", { class: "font-medium" }, " Delete ", -1))
|
|
254
254
|
])
|
|
255
255
|
])) : de("", !0)
|
|
@@ -292,7 +292,7 @@ const La = { render: ja }, Ta = {
|
|
|
292
292
|
}
|
|
293
293
|
},
|
|
294
294
|
setup(t, { expose: e }) {
|
|
295
|
-
const n = t, r =
|
|
295
|
+
const n = t, r = Ce(!1), l = un({
|
|
296
296
|
cancelTitle: null,
|
|
297
297
|
confirmTitle: null,
|
|
298
298
|
scrollable: !0,
|
|
@@ -312,22 +312,22 @@ const La = { render: ja }, Ta = {
|
|
|
312
312
|
open: d,
|
|
313
313
|
close: a
|
|
314
314
|
}), (f, m) => (s(), i("div", {
|
|
315
|
-
class:
|
|
315
|
+
class: Re([{ "-open": r.value }, "v-modal"])
|
|
316
316
|
}, [
|
|
317
317
|
me(Js, { name: "fade" }, {
|
|
318
318
|
default: Xe(() => [
|
|
319
319
|
r.value ? (s(), i("div", Ta, [
|
|
320
320
|
a0(f.$slots, "default", {}, () => [
|
|
321
321
|
o("div", {
|
|
322
|
-
class:
|
|
322
|
+
class: Re(["relative min-h-[260px] overflow-y-auto flex", { "overflow-y-visible": !f.scrollable }])
|
|
323
323
|
}, [
|
|
324
324
|
o("div", Ea, [
|
|
325
325
|
o("div", null, [
|
|
326
326
|
o("div", Ha, [
|
|
327
327
|
o("span", Oa, [
|
|
328
|
-
me(
|
|
328
|
+
me(ye(ai), { class: "w-6 h-6" })
|
|
329
329
|
]),
|
|
330
|
-
me(
|
|
330
|
+
me(ye(La), {
|
|
331
331
|
class: "w-6 h-6 text-gray-400 hover:bg-gray-100 rounded-md cursor-pointer",
|
|
332
332
|
onClick: a
|
|
333
333
|
})
|
|
@@ -366,7 +366,7 @@ const La = { render: ja }, Ta = {
|
|
|
366
366
|
},
|
|
367
367
|
emits: ["update"],
|
|
368
368
|
setup(t, { emit: e }) {
|
|
369
|
-
const n = e, r = t, l =
|
|
369
|
+
const n = e, r = t, l = Ce(r.data.component), u = l.value.type, c = Ce(null), d = `${u.value}-openItemStates`, a = Ce(JSON.parse(window.localStorage.getItem(d)));
|
|
370
370
|
a.value || (a.value = {}, l.value.data.forEach((v, x) => {
|
|
371
371
|
a.value[x] = !1;
|
|
372
372
|
}), window.localStorage.setItem(d, JSON.stringify(a.value)));
|
|
@@ -395,24 +395,24 @@ const La = { render: ja }, Ta = {
|
|
|
395
395
|
o("div", Wa, [
|
|
396
396
|
o("div", Xa, [
|
|
397
397
|
o("div", Ka, [
|
|
398
|
-
o("div", Za, be(
|
|
399
|
-
o("div", Qa, "This " + be(
|
|
398
|
+
o("div", Za, be(ye(Jr)(ye(u))), 1),
|
|
399
|
+
o("div", Qa, "This " + be(ye(Yr)(ye(u))) + " can contain up to " + be(l.value.max_items) + " " + be(ye(Jr)(ye(u), !1)), 1)
|
|
400
400
|
]),
|
|
401
401
|
o("div", null, [
|
|
402
402
|
o("button", {
|
|
403
403
|
disabled: l.value.data.length >= l.value.max_items,
|
|
404
404
|
onClick: f,
|
|
405
405
|
type: "button",
|
|
406
|
-
class:
|
|
406
|
+
class: Re(["text-sm cursor-pointer flex items-center justify-center gap-1 rounded-[99px] border border-brand-600 bg-brand-500 px-3.5 py-2 font-semibold text-white hover:bg-brand-600", { "border-gray-100 bg-gray-100 !text-gray-400 hover:bg-gray-100": l.value.data.length >= l.value.max_items }])
|
|
407
407
|
}, [
|
|
408
|
-
me(
|
|
408
|
+
me(ye(m0), { class: "h-5 w-5" }),
|
|
409
409
|
x[0] || (x[0] = o("span", null, "Add", -1))
|
|
410
410
|
], 10, Ya)
|
|
411
411
|
])
|
|
412
412
|
]),
|
|
413
413
|
o("div", Ja, [
|
|
414
414
|
(s(!0), i(ze, null, Qe(l.value.data, (C, b) => (s(), i("div", {
|
|
415
|
-
class:
|
|
415
|
+
class: Re(["flex items-center gap-4 px-2 py-1 hover:bg-gray-100 rounded-lg", { "bg-gray-200 hover:bg-gray-200": a.value[b] }])
|
|
416
416
|
}, [
|
|
417
417
|
o("div", {
|
|
418
418
|
class: "flex flex-1 items-center justify-between relative",
|
|
@@ -424,7 +424,7 @@ const La = { render: ja }, Ta = {
|
|
|
424
424
|
class: "flex flex-1 flex-col cursor-pointer",
|
|
425
425
|
onClick: (A) => w(C, b)
|
|
426
426
|
}, [
|
|
427
|
-
o("div", n3, be(
|
|
427
|
+
o("div", n3, be(ye(Yr)(ye(Jr)(ye(u)))) + " #" + be(b + 1), 1),
|
|
428
428
|
o("div", r3, be(C.title), 1)
|
|
429
429
|
], 8, t3),
|
|
430
430
|
me(Bn, {
|
|
@@ -441,7 +441,7 @@ const La = { render: ja }, Ta = {
|
|
|
441
441
|
me($n, {
|
|
442
442
|
ref_key: "modalRef",
|
|
443
443
|
ref: c,
|
|
444
|
-
entity:
|
|
444
|
+
entity: ye(Yr)(ye(u)),
|
|
445
445
|
callback: p
|
|
446
446
|
}, null, 8, ["entity"])
|
|
447
447
|
], 64));
|
|
@@ -1532,10 +1532,10 @@ const $i = (t) => {
|
|
|
1532
1532
|
config: t,
|
|
1533
1533
|
request: C
|
|
1534
1534
|
};
|
|
1535
|
-
_i(function(
|
|
1536
|
-
n(
|
|
1537
|
-
}, function(
|
|
1538
|
-
r(
|
|
1535
|
+
_i(function(X) {
|
|
1536
|
+
n(X), x();
|
|
1537
|
+
}, function(X) {
|
|
1538
|
+
r(X), x();
|
|
1539
1539
|
}, V), C = null;
|
|
1540
1540
|
}
|
|
1541
1541
|
"onloadend" in C ? C.onloadend = b : C.onreadystatechange = function() {
|
|
@@ -1717,11 +1717,11 @@ const Lc = async (t) => {
|
|
|
1717
1717
|
duplex: "half"
|
|
1718
1718
|
}), I;
|
|
1719
1719
|
if (oe.isFormData(r) && (I = V.headers.get("content-type")) && f.setContentType(I), V.body) {
|
|
1720
|
-
const [
|
|
1720
|
+
const [X, W] = To(
|
|
1721
1721
|
C,
|
|
1722
1722
|
fr(Eo(a))
|
|
1723
1723
|
);
|
|
1724
|
-
r = Oo(V.body, Ro,
|
|
1724
|
+
r = Oo(V.body, Ro, X, W);
|
|
1725
1725
|
}
|
|
1726
1726
|
}
|
|
1727
1727
|
oe.isString(m) || (m = m ? "include" : "omit");
|
|
@@ -1742,13 +1742,13 @@ const Lc = async (t) => {
|
|
|
1742
1742
|
["status", "statusText", "headers"].forEach((se) => {
|
|
1743
1743
|
V[se] = A[se];
|
|
1744
1744
|
});
|
|
1745
|
-
const I = oe.toFiniteNumber(A.headers.get("content-length")), [
|
|
1745
|
+
const I = oe.toFiniteNumber(A.headers.get("content-length")), [X, W] = d && To(
|
|
1746
1746
|
I,
|
|
1747
1747
|
fr(Eo(d), !0)
|
|
1748
1748
|
) || [];
|
|
1749
1749
|
A = new Response(
|
|
1750
|
-
Oo(A.body, Ro,
|
|
1751
|
-
|
|
1750
|
+
Oo(A.body, Ro, X, () => {
|
|
1751
|
+
W && W(), x && x();
|
|
1752
1752
|
}),
|
|
1753
1753
|
V
|
|
1754
1754
|
);
|
|
@@ -2189,24 +2189,24 @@ vt.getAdapter = Li.getAdapter;
|
|
|
2189
2189
|
vt.HttpStatusCode = _2;
|
|
2190
2190
|
vt.default = vt;
|
|
2191
2191
|
const {
|
|
2192
|
-
Axios:
|
|
2193
|
-
AxiosError:
|
|
2194
|
-
CanceledError:
|
|
2195
|
-
isCancel:
|
|
2196
|
-
CancelToken:
|
|
2197
|
-
VERSION:
|
|
2198
|
-
all:
|
|
2199
|
-
Cancel:
|
|
2200
|
-
isAxiosError:
|
|
2201
|
-
spread:
|
|
2202
|
-
toFormData:
|
|
2203
|
-
AxiosHeaders:
|
|
2204
|
-
HttpStatusCode:
|
|
2205
|
-
formToJSON:
|
|
2206
|
-
getAdapter:
|
|
2207
|
-
mergeConfig:
|
|
2192
|
+
Axios: ike,
|
|
2193
|
+
AxiosError: lke,
|
|
2194
|
+
CanceledError: ake,
|
|
2195
|
+
isCancel: cke,
|
|
2196
|
+
CancelToken: uke,
|
|
2197
|
+
VERSION: dke,
|
|
2198
|
+
all: hke,
|
|
2199
|
+
Cancel: fke,
|
|
2200
|
+
isAxiosError: pke,
|
|
2201
|
+
spread: mke,
|
|
2202
|
+
toFormData: vke,
|
|
2203
|
+
AxiosHeaders: wke,
|
|
2204
|
+
HttpStatusCode: gke,
|
|
2205
|
+
formToJSON: xke,
|
|
2206
|
+
getAdapter: kke,
|
|
2207
|
+
mergeConfig: Cke
|
|
2208
2208
|
} = vt;
|
|
2209
|
-
var
|
|
2209
|
+
var W1 = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
2210
2210
|
function oo(t) {
|
|
2211
2211
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
2212
2212
|
}
|
|
@@ -2300,7 +2300,7 @@ function Pc() {
|
|
|
2300
2300
|
260: (
|
|
2301
2301
|
/***/
|
|
2302
2302
|
function(c, d, a) {
|
|
2303
|
-
var h = a(4019), f = a(9781), m = a(7854), p = a(111), w = a(6656), v = a(648), x = a(8880), C = a(1320), b = a(3070).f, A = a(9518), $ = a(7674), R = a(5112), V = a(9711), I = m.Int8Array,
|
|
2303
|
+
var h = a(4019), f = a(9781), m = a(7854), p = a(111), w = a(6656), v = a(648), x = a(8880), C = a(1320), b = a(3070).f, A = a(9518), $ = a(7674), R = a(5112), V = a(9711), I = m.Int8Array, X = I && I.prototype, W = m.Uint8ClampedArray, se = W && W.prototype, K = I && A(I), M = X && A(X), N = Object.prototype, j = N.isPrototypeOf, q = R("toStringTag"), F = V("TYPED_ARRAY_TAG"), U = h && !!$ && v(m.opera) !== "Opera", Q = !1, G, te = {
|
|
2304
2304
|
Int8Array: 1,
|
|
2305
2305
|
Uint8Array: 1,
|
|
2306
2306
|
Uint8ClampedArray: 1,
|
|
@@ -2339,7 +2339,7 @@ function Pc() {
|
|
|
2339
2339
|
var L = m[_];
|
|
2340
2340
|
L && w(L.prototype, Ae) && delete L.prototype[Ae];
|
|
2341
2341
|
}
|
|
2342
|
-
(!M[Ae] || T) && C(M, Ae, T ? S : U &&
|
|
2342
|
+
(!M[Ae] || T) && C(M, Ae, T ? S : U && X[Ae] || S);
|
|
2343
2343
|
}
|
|
2344
2344
|
}, He = function(Ae, S, T) {
|
|
2345
2345
|
var _, L;
|
|
@@ -2392,7 +2392,7 @@ function Pc() {
|
|
|
2392
2392
|
3331: (
|
|
2393
2393
|
/***/
|
|
2394
2394
|
function(c, d, a) {
|
|
2395
|
-
var h = a(7854), f = a(9781), m = a(4019), p = a(8880), w = a(2248), v = a(7293), x = a(5787), C = a(9958), b = a(7466), A = a(7067), $ = a(1179), R = a(9518), V = a(7674), I = a(8006).f,
|
|
2395
|
+
var h = a(7854), f = a(9781), m = a(4019), p = a(8880), w = a(2248), v = a(7293), x = a(5787), C = a(9958), b = a(7466), A = a(7067), $ = a(1179), R = a(9518), V = a(7674), I = a(8006).f, X = a(3070).f, W = a(1285), se = a(8003), K = a(9909), M = K.get, N = K.set, j = "ArrayBuffer", q = "DataView", F = "prototype", U = "Wrong length", Q = "Wrong index", G = h[j], te = G, ne = h[q], xe = ne && ne[F], ke = Object.prototype, Me = h.RangeError, Be = $.pack, we = $.unpack, He = function(ee) {
|
|
2396
2396
|
return [ee & 255];
|
|
2397
2397
|
}, Ae = function(ee) {
|
|
2398
2398
|
return [ee & 255, ee >> 8 & 255];
|
|
@@ -2405,7 +2405,7 @@ function Pc() {
|
|
|
2405
2405
|
}, L = function(ee) {
|
|
2406
2406
|
return Be(ee, 52, 8);
|
|
2407
2407
|
}, k = function(ee, re) {
|
|
2408
|
-
|
|
2408
|
+
X(ee[F], re, { get: function() {
|
|
2409
2409
|
return M(this)[re];
|
|
2410
2410
|
} });
|
|
2411
2411
|
}, y = function(ee, re, ae, ve) {
|
|
@@ -2423,7 +2423,7 @@ function Pc() {
|
|
|
2423
2423
|
x(this, te, j);
|
|
2424
2424
|
var ae = A(re);
|
|
2425
2425
|
N(this, {
|
|
2426
|
-
bytes:
|
|
2426
|
+
bytes: W.call(new Array(ae), 0),
|
|
2427
2427
|
byteLength: ae
|
|
2428
2428
|
}), f || (this.byteLength = ae);
|
|
2429
2429
|
}, ne = function(re, ae, ve) {
|
|
@@ -2560,14 +2560,14 @@ function Pc() {
|
|
|
2560
2560
|
function(c, d, a) {
|
|
2561
2561
|
var h = a(9974), f = a(7908), m = a(3411), p = a(7659), w = a(7466), v = a(6135), x = a(1246);
|
|
2562
2562
|
c.exports = function(b) {
|
|
2563
|
-
var A = f(b), $ = typeof this == "function" ? this : Array, R = arguments.length, V = R > 1 ? arguments[1] : void 0, I = V !== void 0,
|
|
2564
|
-
if (I && (V = h(V, R > 2 ? arguments[2] : void 0, 2)),
|
|
2565
|
-
for (N =
|
|
2566
|
-
q = I ? m(N, V, [M.value,
|
|
2563
|
+
var A = f(b), $ = typeof this == "function" ? this : Array, R = arguments.length, V = R > 1 ? arguments[1] : void 0, I = V !== void 0, X = x(A), W = 0, se, K, M, N, j, q;
|
|
2564
|
+
if (I && (V = h(V, R > 2 ? arguments[2] : void 0, 2)), X != null && !($ == Array && p(X)))
|
|
2565
|
+
for (N = X.call(A), j = N.next, K = new $(); !(M = j.call(N)).done; W++)
|
|
2566
|
+
q = I ? m(N, V, [M.value, W], !0) : M.value, v(K, W, q);
|
|
2567
2567
|
else
|
|
2568
|
-
for (se = w(A.length), K = new $(se); se >
|
|
2569
|
-
q = I ? V(A[
|
|
2570
|
-
return K.length =
|
|
2568
|
+
for (se = w(A.length), K = new $(se); se > W; W++)
|
|
2569
|
+
q = I ? V(A[W], W) : A[W], v(K, W, q);
|
|
2570
|
+
return K.length = W, K;
|
|
2571
2571
|
};
|
|
2572
2572
|
}
|
|
2573
2573
|
),
|
|
@@ -2601,9 +2601,9 @@ function Pc() {
|
|
|
2601
2601
|
/***/
|
|
2602
2602
|
function(c, d, a) {
|
|
2603
2603
|
var h = a(9974), f = a(8361), m = a(7908), p = a(7466), w = a(5417), v = [].push, x = function(C) {
|
|
2604
|
-
var b = C == 1, A = C == 2, $ = C == 3, R = C == 4, V = C == 6, I = C == 7,
|
|
2605
|
-
return function(
|
|
2606
|
-
for (var N = m(
|
|
2604
|
+
var b = C == 1, A = C == 2, $ = C == 3, R = C == 4, V = C == 6, I = C == 7, X = C == 5 || V;
|
|
2605
|
+
return function(W, se, K, M) {
|
|
2606
|
+
for (var N = m(W), j = f(N), q = h(se, K, 3), F = p(j.length), U = 0, Q = M || w, G = b ? Q(W, F) : A || I ? Q(W, 0) : void 0, te, ne; F > U; U++) if ((X || U in j) && (te = j[U], ne = q(te, U, N), C))
|
|
2607
2607
|
if (b) G[U] = ne;
|
|
2608
2608
|
else if (ne) switch (C) {
|
|
2609
2609
|
case 3:
|
|
@@ -2706,16 +2706,16 @@ function Pc() {
|
|
|
2706
2706
|
var h = a(3099), f = a(7908), m = a(8361), p = a(7466), w = function(v) {
|
|
2707
2707
|
return function(x, C, b, A) {
|
|
2708
2708
|
h(C);
|
|
2709
|
-
var $ = f(x), R = m($), V = p($.length), I = v ? V - 1 : 0,
|
|
2709
|
+
var $ = f(x), R = m($), V = p($.length), I = v ? V - 1 : 0, X = v ? -1 : 1;
|
|
2710
2710
|
if (b < 2) for (; ; ) {
|
|
2711
2711
|
if (I in R) {
|
|
2712
|
-
A = R[I], I +=
|
|
2712
|
+
A = R[I], I += X;
|
|
2713
2713
|
break;
|
|
2714
2714
|
}
|
|
2715
|
-
if (I +=
|
|
2715
|
+
if (I += X, v ? I < 0 : V <= I)
|
|
2716
2716
|
throw TypeError("Reduce of empty array with no initial value");
|
|
2717
2717
|
}
|
|
2718
|
-
for (; v ? I >= 0 : V > I; I +=
|
|
2718
|
+
for (; v ? I >= 0 : V > I; I += X) I in R && (A = C(A, R[I], I, $));
|
|
2719
2719
|
return A;
|
|
2720
2720
|
};
|
|
2721
2721
|
};
|
|
@@ -2900,7 +2900,7 @@ function Pc() {
|
|
|
2900
2900
|
654: (
|
|
2901
2901
|
/***/
|
|
2902
2902
|
function(c, d, a) {
|
|
2903
|
-
var h = a(2109), f = a(4994), m = a(9518), p = a(7674), w = a(8003), v = a(8880), x = a(1320), C = a(5112), b = a(1913), A = a(7497), $ = a(3383), R = $.IteratorPrototype, V = $.BUGGY_SAFARI_ITERATORS, I = C("iterator"),
|
|
2903
|
+
var h = a(2109), f = a(4994), m = a(9518), p = a(7674), w = a(8003), v = a(8880), x = a(1320), C = a(5112), b = a(1913), A = a(7497), $ = a(3383), R = $.IteratorPrototype, V = $.BUGGY_SAFARI_ITERATORS, I = C("iterator"), X = "keys", W = "values", se = "entries", K = function() {
|
|
2904
2904
|
return this;
|
|
2905
2905
|
};
|
|
2906
2906
|
c.exports = function(M, N, j, q, F, U, Q) {
|
|
@@ -2909,11 +2909,11 @@ function Pc() {
|
|
|
2909
2909
|
if (S === F && Me) return Me;
|
|
2910
2910
|
if (!V && S in xe) return xe[S];
|
|
2911
2911
|
switch (S) {
|
|
2912
|
-
case
|
|
2912
|
+
case X:
|
|
2913
2913
|
return function() {
|
|
2914
2914
|
return new j(this, S);
|
|
2915
2915
|
};
|
|
2916
|
-
case
|
|
2916
|
+
case W:
|
|
2917
2917
|
return function() {
|
|
2918
2918
|
return new j(this, S);
|
|
2919
2919
|
};
|
|
@@ -2926,12 +2926,12 @@ function Pc() {
|
|
|
2926
2926
|
return new j(this);
|
|
2927
2927
|
};
|
|
2928
2928
|
}, te = N + " Iterator", ne = !1, xe = M.prototype, ke = xe[I] || xe["@@iterator"] || F && xe[F], Me = !V && ke || G(F), Be = N == "Array" && xe.entries || ke, we, He, Ae;
|
|
2929
|
-
if (Be && (we = m(Be.call(new M())), R !== Object.prototype && we.next && (!b && m(we) !== R && (p ? p(we, R) : typeof we[I] != "function" && v(we, I, K)), w(we, te, !0, !0), b && (A[te] = K))), F ==
|
|
2929
|
+
if (Be && (we = m(Be.call(new M())), R !== Object.prototype && we.next && (!b && m(we) !== R && (p ? p(we, R) : typeof we[I] != "function" && v(we, I, K)), w(we, te, !0, !0), b && (A[te] = K))), F == W && ke && ke.name !== W && (ne = !0, Me = function() {
|
|
2930
2930
|
return ke.call(this);
|
|
2931
2931
|
}), (!b || Q) && xe[I] !== Me && v(xe, I, Me), A[N] = Me, F)
|
|
2932
2932
|
if (He = {
|
|
2933
|
-
values: G(
|
|
2934
|
-
keys: U ? Me : G(
|
|
2933
|
+
values: G(W),
|
|
2934
|
+
keys: U ? Me : G(X),
|
|
2935
2935
|
entries: G(se)
|
|
2936
2936
|
}, Q) for (Ae in He)
|
|
2937
2937
|
(V || ne || !(Ae in xe)) && x(xe, Ae, He[Ae]);
|
|
@@ -3038,13 +3038,13 @@ function Pc() {
|
|
|
3038
3038
|
function(c, d, a) {
|
|
3039
3039
|
var h = a(7854), f = a(1236).f, m = a(8880), p = a(1320), w = a(3505), v = a(9920), x = a(4705);
|
|
3040
3040
|
c.exports = function(C, b) {
|
|
3041
|
-
var A = C.target, $ = C.global, R = C.stat, V, I,
|
|
3042
|
-
if ($ ? I = h : R ? I = h[A] || w(A, {}) : I = (h[A] || {}).prototype, I) for (
|
|
3043
|
-
if (se = b[
|
|
3044
|
-
if (typeof se == typeof
|
|
3045
|
-
v(se,
|
|
3041
|
+
var A = C.target, $ = C.global, R = C.stat, V, I, X, W, se, K;
|
|
3042
|
+
if ($ ? I = h : R ? I = h[A] || w(A, {}) : I = (h[A] || {}).prototype, I) for (X in b) {
|
|
3043
|
+
if (se = b[X], C.noTargetGet ? (K = f(I, X), W = K && K.value) : W = I[X], V = x($ ? X : A + (R ? "." : "#") + X, C.forced), !V && W !== void 0) {
|
|
3044
|
+
if (typeof se == typeof W) continue;
|
|
3045
|
+
v(se, W);
|
|
3046
3046
|
}
|
|
3047
|
-
(C.sham ||
|
|
3047
|
+
(C.sham || W && W.sham) && m(se, "sham", !0), p(I, X, se, C);
|
|
3048
3048
|
}
|
|
3049
3049
|
};
|
|
3050
3050
|
}
|
|
@@ -3085,22 +3085,22 @@ function Pc() {
|
|
|
3085
3085
|
var I = "ab".split(R);
|
|
3086
3086
|
return I.length !== 2 || I[0] !== "a" || I[1] !== "b";
|
|
3087
3087
|
});
|
|
3088
|
-
c.exports = function(R, V, I,
|
|
3089
|
-
var
|
|
3088
|
+
c.exports = function(R, V, I, X) {
|
|
3089
|
+
var W = m(R), se = !f(function() {
|
|
3090
3090
|
var F = {};
|
|
3091
|
-
return F[
|
|
3091
|
+
return F[W] = function() {
|
|
3092
3092
|
return 7;
|
|
3093
3093
|
}, ""[R](F) != 7;
|
|
3094
3094
|
}), K = se && !f(function() {
|
|
3095
3095
|
var F = !1, U = /a/;
|
|
3096
3096
|
return R === "split" && (U = {}, U.constructor = {}, U.constructor[v] = function() {
|
|
3097
3097
|
return U;
|
|
3098
|
-
}, U.flags = "", U[
|
|
3098
|
+
}, U.flags = "", U[W] = /./[W]), U.exec = function() {
|
|
3099
3099
|
return F = !0, null;
|
|
3100
|
-
}, U[
|
|
3100
|
+
}, U[W](""), !F;
|
|
3101
3101
|
});
|
|
3102
3102
|
if (!se || !K || R === "replace" && !(x && C && !A) || R === "split" && !$) {
|
|
3103
|
-
var M = /./[
|
|
3103
|
+
var M = /./[W], N = I(W, ""[R], function(F, U, Q, G, te) {
|
|
3104
3104
|
return U.exec === p ? se && !te ? { done: !0, value: M.call(U, Q, G) } : { done: !0, value: F.call(Q, U, G) } : { done: !1 };
|
|
3105
3105
|
}, {
|
|
3106
3106
|
REPLACE_KEEPS_$0: C,
|
|
@@ -3108,7 +3108,7 @@ function Pc() {
|
|
|
3108
3108
|
}), j = N[0], q = N[1];
|
|
3109
3109
|
h(String.prototype, R, j), h(
|
|
3110
3110
|
RegExp.prototype,
|
|
3111
|
-
|
|
3111
|
+
W,
|
|
3112
3112
|
V == 2 ? function(F, U) {
|
|
3113
3113
|
return q.call(F, this, U);
|
|
3114
3114
|
} : function(F) {
|
|
@@ -3116,7 +3116,7 @@ function Pc() {
|
|
|
3116
3116
|
}
|
|
3117
3117
|
);
|
|
3118
3118
|
}
|
|
3119
|
-
|
|
3119
|
+
X && w(RegExp.prototype[W], "sham", !0);
|
|
3120
3120
|
};
|
|
3121
3121
|
}
|
|
3122
3122
|
),
|
|
@@ -3193,9 +3193,9 @@ function Pc() {
|
|
|
3193
3193
|
var h = a(7908), f = Math.floor, m = "".replace, p = /\$([$&'`]|\d\d?|<[^>]*>)/g, w = /\$([$&'`]|\d\d?)/g;
|
|
3194
3194
|
c.exports = function(v, x, C, b, A, $) {
|
|
3195
3195
|
var R = C + v.length, V = b.length, I = w;
|
|
3196
|
-
return A !== void 0 && (A = h(A), I = p), m.call($, I, function(
|
|
3196
|
+
return A !== void 0 && (A = h(A), I = p), m.call($, I, function(X, W) {
|
|
3197
3197
|
var se;
|
|
3198
|
-
switch (
|
|
3198
|
+
switch (W.charAt(0)) {
|
|
3199
3199
|
case "$":
|
|
3200
3200
|
return "$";
|
|
3201
3201
|
case "&":
|
|
@@ -3205,14 +3205,14 @@ function Pc() {
|
|
|
3205
3205
|
case "'":
|
|
3206
3206
|
return x.slice(R);
|
|
3207
3207
|
case "<":
|
|
3208
|
-
se = A[
|
|
3208
|
+
se = A[W.slice(1, -1)];
|
|
3209
3209
|
break;
|
|
3210
3210
|
default:
|
|
3211
|
-
var K = +
|
|
3212
|
-
if (K === 0) return
|
|
3211
|
+
var K = +W;
|
|
3212
|
+
if (K === 0) return X;
|
|
3213
3213
|
if (K > V) {
|
|
3214
3214
|
var M = f(K / 10);
|
|
3215
|
-
return M === 0 ?
|
|
3215
|
+
return M === 0 ? X : M <= V ? b[M - 1] === void 0 ? W.charAt(1) : b[M - 1] + W.charAt(1) : X;
|
|
3216
3216
|
}
|
|
3217
3217
|
se = b[K - 1];
|
|
3218
3218
|
}
|
|
@@ -3279,22 +3279,22 @@ function Pc() {
|
|
|
3279
3279
|
/***/
|
|
3280
3280
|
function(c) {
|
|
3281
3281
|
var d = Math.abs, a = Math.pow, h = Math.floor, f = Math.log, m = Math.LN2, p = function(v, x, C) {
|
|
3282
|
-
var b = new Array(C), A = C * 8 - x - 1, $ = (1 << A) - 1, R = $ >> 1, V = x === 23 ? a(2, -24) - a(2, -77) : 0, I = v < 0 || v === 0 && 1 / v < 0 ? 1 : 0,
|
|
3283
|
-
for (v = d(v), v != v || v === 1 / 0 ? (se = v != v ? 1 : 0,
|
|
3284
|
-
for (
|
|
3285
|
-
return b[--
|
|
3282
|
+
var b = new Array(C), A = C * 8 - x - 1, $ = (1 << A) - 1, R = $ >> 1, V = x === 23 ? a(2, -24) - a(2, -77) : 0, I = v < 0 || v === 0 && 1 / v < 0 ? 1 : 0, X = 0, W, se, K;
|
|
3283
|
+
for (v = d(v), v != v || v === 1 / 0 ? (se = v != v ? 1 : 0, W = $) : (W = h(f(v) / m), v * (K = a(2, -W)) < 1 && (W--, K *= 2), W + R >= 1 ? v += V / K : v += V * a(2, 1 - R), v * K >= 2 && (W++, K /= 2), W + R >= $ ? (se = 0, W = $) : W + R >= 1 ? (se = (v * K - 1) * a(2, x), W = W + R) : (se = v * a(2, R - 1) * a(2, x), W = 0)); x >= 8; b[X++] = se & 255, se /= 256, x -= 8) ;
|
|
3284
|
+
for (W = W << x | se, A += x; A > 0; b[X++] = W & 255, W /= 256, A -= 8) ;
|
|
3285
|
+
return b[--X] |= I * 128, b;
|
|
3286
3286
|
}, w = function(v, x) {
|
|
3287
|
-
var C = v.length, b = C * 8 - x - 1, A = (1 << b) - 1, $ = A >> 1, R = b - 7, V = C - 1, I = v[V--],
|
|
3288
|
-
for (I >>= 7; R > 0;
|
|
3289
|
-
for (
|
|
3290
|
-
if (
|
|
3291
|
-
|
|
3287
|
+
var C = v.length, b = C * 8 - x - 1, A = (1 << b) - 1, $ = A >> 1, R = b - 7, V = C - 1, I = v[V--], X = I & 127, W;
|
|
3288
|
+
for (I >>= 7; R > 0; X = X * 256 + v[V], V--, R -= 8) ;
|
|
3289
|
+
for (W = X & (1 << -R) - 1, X >>= -R, R += x; R > 0; W = W * 256 + v[V], V--, R -= 8) ;
|
|
3290
|
+
if (X === 0)
|
|
3291
|
+
X = 1 - $;
|
|
3292
3292
|
else {
|
|
3293
|
-
if (
|
|
3294
|
-
return
|
|
3295
|
-
|
|
3293
|
+
if (X === A)
|
|
3294
|
+
return W ? NaN : I ? -1 / 0 : 1 / 0;
|
|
3295
|
+
W = W + a(2, x), X = X - $;
|
|
3296
3296
|
}
|
|
3297
|
-
return (I ? -1 : 1) *
|
|
3297
|
+
return (I ? -1 : 1) * W * a(2, X - x);
|
|
3298
3298
|
};
|
|
3299
3299
|
c.exports = {
|
|
3300
3300
|
pack: p,
|
|
@@ -3354,13 +3354,13 @@ function Pc() {
|
|
|
3354
3354
|
};
|
|
3355
3355
|
};
|
|
3356
3356
|
if (h) {
|
|
3357
|
-
var
|
|
3357
|
+
var X = v.state || (v.state = new b()), W = X.get, se = X.has, K = X.set;
|
|
3358
3358
|
A = function(N, j) {
|
|
3359
|
-
return j.facade = N, K.call(
|
|
3359
|
+
return j.facade = N, K.call(X, N, j), j;
|
|
3360
3360
|
}, $ = function(N) {
|
|
3361
|
-
return
|
|
3361
|
+
return W.call(X, N) || {};
|
|
3362
3362
|
}, R = function(N) {
|
|
3363
|
-
return se.call(
|
|
3363
|
+
return se.call(X, N);
|
|
3364
3364
|
};
|
|
3365
3365
|
} else {
|
|
3366
3366
|
var M = x("state");
|
|
@@ -3529,8 +3529,8 @@ function Pc() {
|
|
|
3529
3529
|
$[I] = I;
|
|
3530
3530
|
}), C({}, A)[R] != 7 || m(C({}, $)).join("") != V;
|
|
3531
3531
|
}) ? function($, R) {
|
|
3532
|
-
for (var V = v($), I = arguments.length,
|
|
3533
|
-
for (var K = x(arguments[
|
|
3532
|
+
for (var V = v($), I = arguments.length, X = 1, W = p.f, se = w.f; I > X; )
|
|
3533
|
+
for (var K = x(arguments[X++]), M = W ? m(K).concat(W(K)) : m(K), N = M.length, j = 0, q; N > j; )
|
|
3534
3534
|
q = M[j++], (!h || se.call(K, q)) && (V[q] = K[q]);
|
|
3535
3535
|
return V;
|
|
3536
3536
|
} : C;
|
|
@@ -3543,11 +3543,11 @@ function Pc() {
|
|
|
3543
3543
|
var h = a(9670), f = a(6048), m = a(748), p = a(3501), w = a(490), v = a(317), x = a(6200), C = ">", b = "<", A = "prototype", $ = "script", R = x("IE_PROTO"), V = function() {
|
|
3544
3544
|
}, I = function(M) {
|
|
3545
3545
|
return b + $ + C + M + b + "/" + $ + C;
|
|
3546
|
-
},
|
|
3546
|
+
}, X = function(M) {
|
|
3547
3547
|
M.write(I("")), M.close();
|
|
3548
3548
|
var N = M.parentWindow.Object;
|
|
3549
3549
|
return M = null, N;
|
|
3550
|
-
},
|
|
3550
|
+
}, W = function() {
|
|
3551
3551
|
var M = v("iframe"), N = "java" + $ + ":", j;
|
|
3552
3552
|
return M.style.display = "none", w.appendChild(M), M.src = String(N), j = M.contentWindow.document, j.open(), j.write(I("document.F=Object")), j.close(), j.F;
|
|
3553
3553
|
}, se, K = function() {
|
|
@@ -3555,7 +3555,7 @@ function Pc() {
|
|
|
3555
3555
|
se = document.domain && new ActiveXObject("htmlfile");
|
|
3556
3556
|
} catch {
|
|
3557
3557
|
}
|
|
3558
|
-
K = se ?
|
|
3558
|
+
K = se ? X(se) : W();
|
|
3559
3559
|
for (var M = m.length; M--; ) delete K[A][m[M]];
|
|
3560
3560
|
return K();
|
|
3561
3561
|
};
|
|
@@ -3730,12 +3730,12 @@ function Pc() {
|
|
|
3730
3730
|
function(c, d, a) {
|
|
3731
3731
|
var h = a(7854), f = a(8880), m = a(6656), p = a(3505), w = a(2788), v = a(9909), x = v.get, C = v.enforce, b = String(String).split("String");
|
|
3732
3732
|
(c.exports = function(A, $, R, V) {
|
|
3733
|
-
var I = V ? !!V.unsafe : !1,
|
|
3733
|
+
var I = V ? !!V.unsafe : !1, X = V ? !!V.enumerable : !1, W = V ? !!V.noTargetGet : !1, se;
|
|
3734
3734
|
if (typeof R == "function" && (typeof $ == "string" && !m(R, "name") && f(R, "name", $), se = C(R), se.source || (se.source = b.join(typeof $ == "string" ? $ : ""))), A === h) {
|
|
3735
|
-
|
|
3735
|
+
X ? A[$] = R : p($, R);
|
|
3736
3736
|
return;
|
|
3737
|
-
} else I ? !
|
|
3738
|
-
|
|
3737
|
+
} else I ? !W && A[$] && (X = !0) : delete A[$];
|
|
3738
|
+
X ? A[$] = R : f(A, $, R);
|
|
3739
3739
|
})(Function.prototype, "toString", function() {
|
|
3740
3740
|
return typeof this == "function" && x(this).source || w(this);
|
|
3741
3741
|
});
|
|
@@ -3769,12 +3769,12 @@ function Pc() {
|
|
|
3769
3769
|
return m.call(A, "a"), m.call($, "a"), A.lastIndex !== 0 || $.lastIndex !== 0;
|
|
3770
3770
|
}(), x = f.UNSUPPORTED_Y || f.BROKEN_CARET, C = /()??/.exec("")[1] !== void 0, b = v || C || x;
|
|
3771
3771
|
b && (w = function($) {
|
|
3772
|
-
var R = this, V, I,
|
|
3772
|
+
var R = this, V, I, X, W, se = x && R.sticky, K = h.call(R), M = R.source, N = 0, j = $;
|
|
3773
3773
|
return se && (K = K.replace("y", ""), K.indexOf("g") === -1 && (K += "g"), j = String($).slice(R.lastIndex), R.lastIndex > 0 && (!R.multiline || R.multiline && $[R.lastIndex - 1] !== `
|
|
3774
|
-
`) && (M = "(?: " + M + ")", j = " " + j, N++), I = new RegExp("^(?:" + M + ")", K)), C && (I = new RegExp("^" + M + "$(?!\\s)", K)), v && (V = R.lastIndex),
|
|
3775
|
-
for (
|
|
3776
|
-
arguments[
|
|
3777
|
-
}),
|
|
3774
|
+
`) && (M = "(?: " + M + ")", j = " " + j, N++), I = new RegExp("^(?:" + M + ")", K)), C && (I = new RegExp("^" + M + "$(?!\\s)", K)), v && (V = R.lastIndex), X = m.call(se ? I : R, j), se ? X ? (X.input = X.input.slice(N), X[0] = X[0].slice(N), X.index = R.lastIndex, R.lastIndex += X[0].length) : R.lastIndex = 0 : v && X && (R.lastIndex = R.global ? X.index + X[0].length : V), C && X && X.length > 1 && p.call(X[0], I, function() {
|
|
3775
|
+
for (W = 1; W < arguments.length - 2; W++)
|
|
3776
|
+
arguments[W] === void 0 && (X[W] = void 0);
|
|
3777
|
+
}), X;
|
|
3778
3778
|
}), c.exports = w;
|
|
3779
3779
|
}
|
|
3780
3780
|
),
|
|
@@ -3934,9 +3934,9 @@ function Pc() {
|
|
|
3934
3934
|
M.push(q);
|
|
3935
3935
|
}
|
|
3936
3936
|
return M;
|
|
3937
|
-
},
|
|
3937
|
+
}, X = function(K) {
|
|
3938
3938
|
return K + 22 + 75 * (K < 26);
|
|
3939
|
-
},
|
|
3939
|
+
}, W = function(K, M, N) {
|
|
3940
3940
|
var j = 0;
|
|
3941
3941
|
for (K = N ? R(K / p) : K >> 1, K += R(K / M); K > $ * f >> 1; j += a)
|
|
3942
3942
|
K = R(K / $);
|
|
@@ -3963,9 +3963,9 @@ function Pc() {
|
|
|
3963
3963
|
var Be = Me <= F ? h : Me >= F + f ? f : Me - F;
|
|
3964
3964
|
if (ke < Be) break;
|
|
3965
3965
|
var we = ke - Be, He = a - Be;
|
|
3966
|
-
M.push(V(
|
|
3966
|
+
M.push(V(X(Be + we % He))), ke = R(we / He);
|
|
3967
3967
|
}
|
|
3968
|
-
M.push(V(
|
|
3968
|
+
M.push(V(X(ke))), F = W(q, xe, te == G), q = 0, ++te;
|
|
3969
3969
|
}
|
|
3970
3970
|
}
|
|
3971
3971
|
++q, ++j;
|
|
@@ -4128,7 +4128,7 @@ function Pc() {
|
|
|
4128
4128
|
9843: (
|
|
4129
4129
|
/***/
|
|
4130
4130
|
function(c, d, a) {
|
|
4131
|
-
var h = a(2109), f = a(7854), m = a(9781), p = a(3832), w = a(260), v = a(3331), x = a(5787), C = a(9114), b = a(8880), A = a(7466), $ = a(7067), R = a(4590), V = a(7593), I = a(6656),
|
|
4131
|
+
var h = a(2109), f = a(7854), m = a(9781), p = a(3832), w = a(260), v = a(3331), x = a(5787), C = a(9114), b = a(8880), A = a(7466), $ = a(7067), R = a(4590), V = a(7593), I = a(6656), X = a(648), W = a(111), se = a(30), K = a(7674), M = a(8006).f, N = a(7321), j = a(2092).forEach, q = a(6340), F = a(3070), U = a(1236), Q = a(9909), G = a(9587), te = Q.get, ne = Q.set, xe = F.f, ke = U.f, Me = Math.round, Be = f.RangeError, we = v.ArrayBuffer, He = v.DataView, Ae = w.NATIVE_ARRAY_BUFFER_VIEWS, S = w.TYPED_ARRAY_TAG, T = w.TypedArray, _ = w.TypedArrayPrototype, L = w.aTypedArrayConstructor, k = w.isTypedArray, y = "BYTES_PER_ELEMENT", E = "Wrong length", O = function(ee, re) {
|
|
4132
4132
|
for (var ae = 0, ve = re.length, Se = new (L(ee))(ve); ve > ae; ) Se[ae] = re[ae++];
|
|
4133
4133
|
return Se;
|
|
4134
4134
|
}, D = function(ee, re) {
|
|
@@ -4137,13 +4137,13 @@ function Pc() {
|
|
|
4137
4137
|
} });
|
|
4138
4138
|
}, z = function(ee) {
|
|
4139
4139
|
var re;
|
|
4140
|
-
return ee instanceof we || (re =
|
|
4140
|
+
return ee instanceof we || (re = X(ee)) == "ArrayBuffer" || re == "SharedArrayBuffer";
|
|
4141
4141
|
}, Z = function(ee, re) {
|
|
4142
4142
|
return k(ee) && typeof re != "symbol" && re in ee && String(+re) == String(re);
|
|
4143
4143
|
}, J = function(re, ae) {
|
|
4144
4144
|
return Z(re, ae = V(ae, !0)) ? C(2, re[ae]) : ke(re, ae);
|
|
4145
4145
|
}, Y = function(re, ae, ve) {
|
|
4146
|
-
return Z(re, ae = V(ae, !0)) &&
|
|
4146
|
+
return Z(re, ae = V(ae, !0)) && W(ve) && I(ve, "value") && !I(ve, "get") && !I(ve, "set") && !ve.configurable && (!I(ve, "writable") || ve.writable) && (!I(ve, "enumerable") || ve.enumerable) ? (re[ae] = ve.value, re) : xe(re, ae, ve);
|
|
4147
4147
|
};
|
|
4148
4148
|
m ? (Ae || (U.f = J, F.f = Y, D(_, "buffer"), D(_, "byteOffset"), D(_, "byteLength"), D(_, "length")), h({ target: "Object", stat: !0, forced: !Ae }, {
|
|
4149
4149
|
getOwnPropertyDescriptor: J,
|
|
@@ -4168,26 +4168,26 @@ function Pc() {
|
|
|
4168
4168
|
};
|
|
4169
4169
|
Ae ? p && (Fe = re(function(ot, Ue, lt, ge) {
|
|
4170
4170
|
return x(ot, Fe, Se), G(function() {
|
|
4171
|
-
return
|
|
4171
|
+
return W(Ue) ? z(Ue) ? ge !== void 0 ? new Je(Ue, R(lt, ve), ge) : lt !== void 0 ? new Je(Ue, R(lt, ve)) : new Je(Ue) : k(Ue) ? O(Fe, Ue) : N.call(Fe, Ue) : new Je($(Ue));
|
|
4172
4172
|
}(), ot, Fe);
|
|
4173
4173
|
}), K && K(Fe, T), j(M(Je), function(ot) {
|
|
4174
4174
|
ot in Fe || b(Fe, ot, Je[ot]);
|
|
4175
4175
|
}), Fe.prototype = et) : (Fe = re(function(ot, Ue, lt, ge) {
|
|
4176
4176
|
x(ot, Fe, Se);
|
|
4177
|
-
var _e = 0,
|
|
4178
|
-
if (!
|
|
4177
|
+
var _e = 0, Ne = 0, Ie, Pe, tt;
|
|
4178
|
+
if (!W(Ue))
|
|
4179
4179
|
tt = $(Ue), Pe = tt * ve, Ie = new we(Pe);
|
|
4180
4180
|
else if (z(Ue)) {
|
|
4181
|
-
Ie = Ue,
|
|
4181
|
+
Ie = Ue, Ne = R(lt, ve);
|
|
4182
4182
|
var at = Ue.byteLength;
|
|
4183
4183
|
if (ge === void 0) {
|
|
4184
|
-
if (at % ve || (Pe = at -
|
|
4185
|
-
} else if (Pe = A(ge) * ve, Pe +
|
|
4184
|
+
if (at % ve || (Pe = at - Ne, Pe < 0)) throw Be(E);
|
|
4185
|
+
} else if (Pe = A(ge) * ve, Pe + Ne > at) throw Be(E);
|
|
4186
4186
|
tt = Pe / ve;
|
|
4187
4187
|
} else return k(Ue) ? O(Fe, Ue) : N.call(Fe, Ue);
|
|
4188
4188
|
for (ne(ot, {
|
|
4189
4189
|
buffer: Ie,
|
|
4190
|
-
byteOffset:
|
|
4190
|
+
byteOffset: Ne,
|
|
4191
4191
|
byteLength: Pe,
|
|
4192
4192
|
length: tt,
|
|
4193
4193
|
view: new He(Ie)
|
|
@@ -4234,13 +4234,13 @@ function Pc() {
|
|
|
4234
4234
|
function(c, d, a) {
|
|
4235
4235
|
var h = a(7908), f = a(7466), m = a(1246), p = a(7659), w = a(9974), v = a(260).aTypedArrayConstructor;
|
|
4236
4236
|
c.exports = function(C) {
|
|
4237
|
-
var b = h(C), A = arguments.length, $ = A > 1 ? arguments[1] : void 0, R = $ !== void 0, V = m(b), I,
|
|
4237
|
+
var b = h(C), A = arguments.length, $ = A > 1 ? arguments[1] : void 0, R = $ !== void 0, V = m(b), I, X, W, se, K, M;
|
|
4238
4238
|
if (V != null && !p(V))
|
|
4239
4239
|
for (K = V.call(b), M = K.next, b = []; !(se = M.call(K)).done; )
|
|
4240
4240
|
b.push(se.value);
|
|
4241
|
-
for (R && A > 2 && ($ = w($, arguments[2], 2)),
|
|
4242
|
-
|
|
4243
|
-
return
|
|
4241
|
+
for (R && A > 2 && ($ = w($, arguments[2], 2)), X = f(b.length), W = new (v(this))(X), I = 0; X > I; I++)
|
|
4242
|
+
W[I] = R ? $(b[I], I) : b[I];
|
|
4243
|
+
return W;
|
|
4244
4244
|
};
|
|
4245
4245
|
}
|
|
4246
4246
|
),
|
|
@@ -4294,14 +4294,14 @@ function Pc() {
|
|
|
4294
4294
|
2222: (
|
|
4295
4295
|
/***/
|
|
4296
4296
|
function(c, d, a) {
|
|
4297
|
-
var h = a(2109), f = a(7293), m = a(3157), p = a(111), w = a(7908), v = a(7466), x = a(6135), C = a(5417), b = a(1194), A = a(5112), $ = a(7392), R = A("isConcatSpreadable"), V = 9007199254740991, I = "Maximum allowed index exceeded",
|
|
4297
|
+
var h = a(2109), f = a(7293), m = a(3157), p = a(111), w = a(7908), v = a(7466), x = a(6135), C = a(5417), b = a(1194), A = a(5112), $ = a(7392), R = A("isConcatSpreadable"), V = 9007199254740991, I = "Maximum allowed index exceeded", X = $ >= 51 || !f(function() {
|
|
4298
4298
|
var M = [];
|
|
4299
4299
|
return M[R] = !1, M.concat()[0] !== M;
|
|
4300
|
-
}),
|
|
4300
|
+
}), W = b("concat"), se = function(M) {
|
|
4301
4301
|
if (!p(M)) return !1;
|
|
4302
4302
|
var N = M[R];
|
|
4303
4303
|
return N !== void 0 ? !!N : m(M);
|
|
4304
|
-
}, K = !
|
|
4304
|
+
}, K = !X || !W;
|
|
4305
4305
|
h({ target: "Array", proto: !0, forced: K }, {
|
|
4306
4306
|
// eslint-disable-next-line no-unused-vars -- required for `.length`
|
|
4307
4307
|
concat: function(N) {
|
|
@@ -4382,8 +4382,8 @@ function Pc() {
|
|
|
4382
4382
|
function(c, d, a) {
|
|
4383
4383
|
var h = a(2109), f = a(111), m = a(3157), p = a(1400), w = a(7466), v = a(5656), x = a(6135), C = a(5112), b = a(1194), A = b("slice"), $ = C("species"), R = [].slice, V = Math.max;
|
|
4384
4384
|
h({ target: "Array", proto: !0, forced: !A }, {
|
|
4385
|
-
slice: function(
|
|
4386
|
-
var se = v(this), K = w(se.length), M = p(
|
|
4385
|
+
slice: function(X, W) {
|
|
4386
|
+
var se = v(this), K = w(se.length), M = p(X, K), N = p(W === void 0 ? K : W, K), j, q, F;
|
|
4387
4387
|
if (m(se) && (j = se.constructor, typeof j == "function" && (j === Array || m(j.prototype)) ? j = void 0 : f(j) && (j = j[$], j === null && (j = void 0)), j === Array || j === void 0))
|
|
4388
4388
|
return R.call(se, M, N);
|
|
4389
4389
|
for (q = new (j === void 0 ? Array : j)(V(N - M, 0)), F = 0; M < N; M++, F++) M in se && x(q, F, se[M]);
|
|
@@ -4398,9 +4398,9 @@ function Pc() {
|
|
|
4398
4398
|
function(c, d, a) {
|
|
4399
4399
|
var h = a(2109), f = a(1400), m = a(9958), p = a(7466), w = a(7908), v = a(5417), x = a(6135), C = a(1194), b = C("splice"), A = Math.max, $ = Math.min, R = 9007199254740991, V = "Maximum allowed length exceeded";
|
|
4400
4400
|
h({ target: "Array", proto: !0, forced: !b }, {
|
|
4401
|
-
splice: function(
|
|
4402
|
-
var se = w(this), K = p(se.length), M = f(
|
|
4403
|
-
if (N === 0 ? j = q = 0 : N === 1 ? (j = 0, q = K - M) : (j = N - 2, q = $(A(m(
|
|
4401
|
+
splice: function(X, W) {
|
|
4402
|
+
var se = w(this), K = p(se.length), M = f(X, K), N = arguments.length, j, q, F, U, Q, G;
|
|
4403
|
+
if (N === 0 ? j = q = 0 : N === 1 ? (j = 0, q = K - M) : (j = N - 2, q = $(A(m(W), 0), K - M)), K + j - q > R)
|
|
4404
4404
|
throw TypeError(V);
|
|
4405
4405
|
for (F = v(se, q), U = 0; U < q; U++)
|
|
4406
4406
|
Q = M + U, Q in se && x(F, U, se[Q]);
|
|
@@ -4519,11 +4519,11 @@ function Pc() {
|
|
|
4519
4519
|
if (!R.global) return v(R, V);
|
|
4520
4520
|
var I = R.unicode;
|
|
4521
4521
|
R.lastIndex = 0;
|
|
4522
|
-
for (var
|
|
4522
|
+
for (var X = [], W = 0, se; (se = v(R, V)) !== null; ) {
|
|
4523
4523
|
var K = String(se[0]);
|
|
4524
|
-
W
|
|
4524
|
+
X[W] = K, K === "" && (R.lastIndex = w(V, m(R.lastIndex), I)), W++;
|
|
4525
4525
|
}
|
|
4526
|
-
return
|
|
4526
|
+
return W === 0 ? null : X;
|
|
4527
4527
|
}
|
|
4528
4528
|
];
|
|
4529
4529
|
});
|
|
@@ -4536,8 +4536,8 @@ function Pc() {
|
|
|
4536
4536
|
var h = a(7007), f = a(9670), m = a(7466), p = a(9958), w = a(4488), v = a(1530), x = a(647), C = a(7651), b = Math.max, A = Math.min, $ = function(R) {
|
|
4537
4537
|
return R === void 0 ? R : String(R);
|
|
4538
4538
|
};
|
|
4539
|
-
h("replace", 2, function(R, V, I,
|
|
4540
|
-
var
|
|
4539
|
+
h("replace", 2, function(R, V, I, X) {
|
|
4540
|
+
var W = X.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE, se = X.REPLACE_KEEPS_$0, K = W ? "$" : "$0";
|
|
4541
4541
|
return [
|
|
4542
4542
|
// `String.prototype.replace` method
|
|
4543
4543
|
// https://tc39.es/ecma262/#sec-string.prototype.replace
|
|
@@ -4548,7 +4548,7 @@ function Pc() {
|
|
|
4548
4548
|
// `RegExp.prototype[@@replace]` method
|
|
4549
4549
|
// https://tc39.es/ecma262/#sec-regexp.prototype-@@replace
|
|
4550
4550
|
function(M, N) {
|
|
4551
|
-
if (!
|
|
4551
|
+
if (!W && se || typeof N == "string" && N.indexOf(K) === -1) {
|
|
4552
4552
|
var j = I(V, M, this, N);
|
|
4553
4553
|
if (j.done) return j.value;
|
|
4554
4554
|
}
|
|
@@ -4590,7 +4590,7 @@ function Pc() {
|
|
|
4590
4590
|
var h = a(7007), f = a(7850), m = a(9670), p = a(4488), w = a(6707), v = a(1530), x = a(7466), C = a(7651), b = a(2261), A = a(7293), $ = [].push, R = Math.min, V = 4294967295, I = !A(function() {
|
|
4591
4591
|
return !RegExp(V, "y");
|
|
4592
4592
|
});
|
|
4593
|
-
h("split", 2, function(
|
|
4593
|
+
h("split", 2, function(X, W, se) {
|
|
4594
4594
|
var K;
|
|
4595
4595
|
return "abbc".split(/(b)*/)[1] == "c" || // eslint-disable-next-line regexp/no-empty-group -- required for testing
|
|
4596
4596
|
"test".split(/(?:)/, -1).length != 4 || "ab".split(/(?:ab)*/).length != 2 || ".".split(/(.?)(.?)/).length != 4 || // eslint-disable-next-line regexp/no-assertion-capturing-group, regexp/no-empty-group -- required for testing
|
|
@@ -4599,17 +4599,17 @@ function Pc() {
|
|
|
4599
4599
|
if (q === 0) return [];
|
|
4600
4600
|
if (M === void 0) return [j];
|
|
4601
4601
|
if (!f(M))
|
|
4602
|
-
return
|
|
4602
|
+
return W.call(j, M, q);
|
|
4603
4603
|
for (var F = [], U = (M.ignoreCase ? "i" : "") + (M.multiline ? "m" : "") + (M.unicode ? "u" : "") + (M.sticky ? "y" : ""), Q = 0, G = new RegExp(M.source, U + "g"), te, ne, xe; (te = b.call(G, j)) && (ne = G.lastIndex, !(ne > Q && (F.push(j.slice(Q, te.index)), te.length > 1 && te.index < j.length && $.apply(F, te.slice(1)), xe = te[0].length, Q = ne, F.length >= q))); )
|
|
4604
4604
|
G.lastIndex === te.index && G.lastIndex++;
|
|
4605
4605
|
return Q === j.length ? (xe || !G.test("")) && F.push("") : F.push(j.slice(Q)), F.length > q ? F.slice(0, q) : F;
|
|
4606
4606
|
} : "0".split(void 0, 0).length ? K = function(M, N) {
|
|
4607
|
-
return M === void 0 && N === 0 ? [] :
|
|
4608
|
-
} : K =
|
|
4607
|
+
return M === void 0 && N === 0 ? [] : W.call(this, M, N);
|
|
4608
|
+
} : K = W, [
|
|
4609
4609
|
// `String.prototype.split` method
|
|
4610
4610
|
// https://tc39.es/ecma262/#sec-string.prototype.split
|
|
4611
4611
|
function(N, j) {
|
|
4612
|
-
var q = p(this), F = N == null ? void 0 : N[
|
|
4612
|
+
var q = p(this), F = N == null ? void 0 : N[X];
|
|
4613
4613
|
return F !== void 0 ? F.call(N, q, j) : K.call(String(q), N, j);
|
|
4614
4614
|
},
|
|
4615
4615
|
// `RegExp.prototype[@@split]` method
|
|
@@ -4618,7 +4618,7 @@ function Pc() {
|
|
|
4618
4618
|
// NOTE: This cannot be properly polyfilled in engines that don't support
|
|
4619
4619
|
// the 'y' flag.
|
|
4620
4620
|
function(M, N) {
|
|
4621
|
-
var j = se(K, M, this, N, K !==
|
|
4621
|
+
var j = se(K, M, this, N, K !== W);
|
|
4622
4622
|
if (j.done) return j.value;
|
|
4623
4623
|
var q = m(M), F = String(this), U = w(q, RegExp), Q = q.unicode, G = (q.ignoreCase ? "i" : "") + (q.multiline ? "m" : "") + (q.unicode ? "u" : "") + (I ? "y" : "g"), te = new U(I ? q : "^(?:" + q.source + ")", G), ne = N === void 0 ? V : N >>> 0;
|
|
4624
4624
|
if (ne === 0) return [];
|
|
@@ -4831,9 +4831,9 @@ function Pc() {
|
|
|
4831
4831
|
});
|
|
4832
4832
|
x("set", function(A) {
|
|
4833
4833
|
v(this);
|
|
4834
|
-
var $ = m(arguments.length > 1 ? arguments[1] : void 0, 1), R = this.length, V = p(A), I = f(V.length),
|
|
4834
|
+
var $ = m(arguments.length > 1 ? arguments[1] : void 0, 1), R = this.length, V = p(A), I = f(V.length), X = 0;
|
|
4835
4835
|
if (I + $ > R) throw RangeError("Wrong length");
|
|
4836
|
-
for (;
|
|
4836
|
+
for (; X < I; ) this[$ + X] = V[X++];
|
|
4837
4837
|
}, C);
|
|
4838
4838
|
}
|
|
4839
4839
|
),
|
|
@@ -4845,8 +4845,8 @@ function Pc() {
|
|
|
4845
4845
|
new Int8Array(1).slice();
|
|
4846
4846
|
});
|
|
4847
4847
|
v("slice", function(A, $) {
|
|
4848
|
-
for (var R = x.call(p(this), A, $), V = f(this, this.constructor), I = 0,
|
|
4849
|
-
return
|
|
4848
|
+
for (var R = x.call(p(this), A, $), V = f(this, this.constructor), I = 0, X = R.length, W = new (w(V))(X); X > I; ) W[I] = R[I++];
|
|
4849
|
+
return W;
|
|
4850
4850
|
}, C);
|
|
4851
4851
|
}
|
|
4852
4852
|
),
|
|
@@ -4972,7 +4972,7 @@ function Pc() {
|
|
|
4972
4972
|
/***/
|
|
4973
4973
|
function(c, d, a) {
|
|
4974
4974
|
a(6992);
|
|
4975
|
-
var h = a(2109), f = a(5005), m = a(590), p = a(1320), w = a(2248), v = a(8003), x = a(4994), C = a(9909), b = a(5787), A = a(6656), $ = a(9974), R = a(648), V = a(9670), I = a(111),
|
|
4975
|
+
var h = a(2109), f = a(5005), m = a(590), p = a(1320), w = a(2248), v = a(8003), x = a(4994), C = a(9909), b = a(5787), A = a(6656), $ = a(9974), R = a(648), V = a(9670), I = a(111), X = a(30), W = a(9114), se = a(8554), K = a(1246), M = a(5112), N = f("fetch"), j = f("Headers"), q = M("iterator"), F = "URLSearchParams", U = F + "Iterator", Q = C.set, G = C.getterFor(F), te = C.getterFor(U), ne = /\+/g, xe = Array(4), ke = function(O) {
|
|
4976
4976
|
return xe[O - 1] || (xe[O - 1] = RegExp("((?:%[\\da-f]{2}){" + O + "})", "gi"));
|
|
4977
4977
|
}, Me = function(O) {
|
|
4978
4978
|
try {
|
|
@@ -5128,9 +5128,9 @@ function Pc() {
|
|
|
5128
5128
|
}), !m && typeof N == "function" && typeof j == "function" && h({ global: !0, enumerable: !0, forced: !0 }, {
|
|
5129
5129
|
fetch: function(D) {
|
|
5130
5130
|
var z = [D], Z, J, Y;
|
|
5131
|
-
return arguments.length > 1 && (Z = arguments[1], I(Z) && (J = Z.body, R(J) === F && (Y = Z.headers ? new j(Z.headers) : new j(), Y.has("content-type") || Y.set("content-type", "application/x-www-form-urlencoded;charset=UTF-8"), Z =
|
|
5132
|
-
body:
|
|
5133
|
-
headers:
|
|
5131
|
+
return arguments.length > 1 && (Z = arguments[1], I(Z) && (J = Z.body, R(J) === F && (Y = Z.headers ? new j(Z.headers) : new j(), Y.has("content-type") || Y.set("content-type", "application/x-www-form-urlencoded;charset=UTF-8"), Z = X(Z, {
|
|
5132
|
+
body: W(0, String(J)),
|
|
5133
|
+
headers: W(0, Y)
|
|
5134
5134
|
}))), z.push(Z)), N.apply(this, z);
|
|
5135
5135
|
}
|
|
5136
5136
|
}), c.exports = {
|
|
@@ -5144,7 +5144,7 @@ function Pc() {
|
|
|
5144
5144
|
/***/
|
|
5145
5145
|
function(c, d, a) {
|
|
5146
5146
|
a(8783);
|
|
5147
|
-
var h = a(2109), f = a(9781), m = a(590), p = a(7854), w = a(6048), v = a(1320), x = a(5787), C = a(6656), b = a(1574), A = a(8457), $ = a(8710).codeAt, R = a(3197), V = a(8003), I = a(1637),
|
|
5147
|
+
var h = a(2109), f = a(9781), m = a(590), p = a(7854), w = a(6048), v = a(1320), x = a(5787), C = a(6656), b = a(1574), A = a(8457), $ = a(8710).codeAt, R = a(3197), V = a(8003), I = a(1637), X = a(9909), W = p.URL, se = I.URLSearchParams, K = I.getState, M = X.set, N = X.getterFor("URL"), j = Math.floor, q = Math.pow, F = "Invalid authority", U = "Invalid scheme", Q = "Invalid host", G = "Invalid port", te = /[A-Za-z]/, ne = /[\d+-.A-Za-z]/, xe = /\d/, ke = /^(0x|0X)/, Me = /^[0-7]+$/, Be = /^\d+$/, we = /^[\dA-Fa-f]+$/, He = /[\u0000\t\u000A\u000D #%/:?@[\\]]/, Ae = /[\u0000\t\u000A\u000D #/:?@[\\]]/, S = /^[\u0000-\u001F ]+|[\u0000-\u001F ]+$/g, T = /[\t\u000A\u000D]/g, _, L = function(H, ce) {
|
|
5148
5148
|
var ie, he, pe;
|
|
5149
5149
|
if (ce.charAt(0) == "[") {
|
|
5150
5150
|
if (ce.charAt(ce.length - 1) != "]" || (ie = y(ce.slice(1, -1)), !ie)) return Q;
|
|
@@ -5292,7 +5292,7 @@ function Pc() {
|
|
|
5292
5292
|
return H === "." || H.toLowerCase() === "%2e";
|
|
5293
5293
|
}, Fe = function(H) {
|
|
5294
5294
|
return H = H.toLowerCase(), H === ".." || H === "%2e." || H === ".%2e" || H === "%2e%2e";
|
|
5295
|
-
}, et = {}, wt = {}, kt = {}, Zt = {}, Et = {}, ot = {}, Ue = {}, lt = {}, ge = {}, _e = {},
|
|
5295
|
+
}, et = {}, wt = {}, kt = {}, Zt = {}, Et = {}, ot = {}, Ue = {}, lt = {}, ge = {}, _e = {}, Ne = {}, Ie = {}, Pe = {}, tt = {}, at = {}, mt = {}, _t = {}, Bt = {}, Wt = {}, Qt = {}, bt = {}, Ft = function(H, ce, ie, he) {
|
|
5296
5296
|
var pe = ie || et, De = 0, je = "", Ye = !1, nt = !1, ut = !1, Ot, fe, gt, Xt;
|
|
5297
5297
|
for (ie || (H.scheme = "", H.username = "", H.password = "", H.host = null, H.port = null, H.path = [], H.query = null, H.fragment = null, H.cannotBeABaseURL = !1, ce = ce.replace(S, "")), ce = ce.replace(T, ""), Ot = A(ce); De <= Ot.length; ) {
|
|
5298
5298
|
switch (fe = Ot[De], pe) {
|
|
@@ -5390,16 +5390,16 @@ function Pc() {
|
|
|
5390
5390
|
ut = !0;
|
|
5391
5391
|
continue;
|
|
5392
5392
|
}
|
|
5393
|
-
var
|
|
5394
|
-
ut ? H.password +=
|
|
5393
|
+
var z1 = Y(S1, J);
|
|
5394
|
+
ut ? H.password += z1 : H.username += z1;
|
|
5395
5395
|
}
|
|
5396
5396
|
je = "";
|
|
5397
5397
|
} else if (fe == _ || fe == "/" || fe == "?" || fe == "#" || fe == "\\" && re(H)) {
|
|
5398
5398
|
if (Ye && je == "") return F;
|
|
5399
|
-
De -= A(je).length + 1, je = "", pe =
|
|
5399
|
+
De -= A(je).length + 1, je = "", pe = Ne;
|
|
5400
5400
|
} else je += fe;
|
|
5401
5401
|
break;
|
|
5402
|
-
case
|
|
5402
|
+
case Ne:
|
|
5403
5403
|
case Ie:
|
|
5404
5404
|
if (ie && H.scheme == "file") {
|
|
5405
5405
|
pe = mt;
|
|
@@ -5512,11 +5512,11 @@ function Pc() {
|
|
|
5512
5512
|
var nt = De.searchParams = new se(), ut = K(nt);
|
|
5513
5513
|
ut.updateSearchParams(De.query), ut.updateURL = function() {
|
|
5514
5514
|
De.query = String(nt) || null;
|
|
5515
|
-
}, f || (ie.href = $1.call(ie), ie.origin =
|
|
5515
|
+
}, f || (ie.href = $1.call(ie), ie.origin = U1.call(ie), ie.protocol = Ct.call(ie), ie.username = y0.call(ie), ie.password = b0.call(ie), ie.host = M0.call(ie), ie.hostname = A0.call(ie), ie.port = _0.call(ie), ie.pathname = Mt.call(ie), ie.search = B0.call(ie), ie.searchParams = $0.call(ie), ie.hash = S0.call(ie));
|
|
5516
5516
|
}, n0 = o1.prototype, $1 = function() {
|
|
5517
5517
|
var H = N(this), ce = H.scheme, ie = H.username, he = H.password, pe = H.host, De = H.port, je = H.path, Ye = H.query, nt = H.fragment, ut = ce + ":";
|
|
5518
5518
|
return pe !== null ? (ut += "//", ae(H) && (ut += ie + (he ? ":" + he : "") + "@"), ut += O(pe), De !== null && (ut += ":" + De)) : ce == "file" && (ut += "//"), ut += H.cannotBeABaseURL ? je[0] : je.length ? "/" + je.join("/") : "", Ye !== null && (ut += "?" + Ye), nt !== null && (ut += "#" + nt), ut;
|
|
5519
|
-
},
|
|
5519
|
+
}, U1 = function() {
|
|
5520
5520
|
var H = N(this), ce = H.scheme, ie = H.port;
|
|
5521
5521
|
if (ce == "blob") try {
|
|
5522
5522
|
return new URL(ce.path[0]).origin;
|
|
@@ -5563,7 +5563,7 @@ function Pc() {
|
|
|
5563
5563
|
}),
|
|
5564
5564
|
// `URL.prototype.origin` getter
|
|
5565
5565
|
// https://url.spec.whatwg.org/#dom-url-origin
|
|
5566
|
-
origin: Ht(
|
|
5566
|
+
origin: Ht(U1),
|
|
5567
5567
|
// `URL.prototype.protocol` accessors pair
|
|
5568
5568
|
// https://url.spec.whatwg.org/#dom-url-protocol
|
|
5569
5569
|
protocol: Ht(Ct, function(H) {
|
|
@@ -5594,7 +5594,7 @@ function Pc() {
|
|
|
5594
5594
|
// https://url.spec.whatwg.org/#dom-url-host
|
|
5595
5595
|
host: Ht(M0, function(H) {
|
|
5596
5596
|
var ce = N(this);
|
|
5597
|
-
ce.cannotBeABaseURL || Ft(ce, String(H),
|
|
5597
|
+
ce.cannotBeABaseURL || Ft(ce, String(H), Ne);
|
|
5598
5598
|
}),
|
|
5599
5599
|
// `URL.prototype.hostname` accessors pair
|
|
5600
5600
|
// https://url.spec.whatwg.org/#dom-url-hostname
|
|
@@ -5637,12 +5637,12 @@ function Pc() {
|
|
|
5637
5637
|
return $1.call(this);
|
|
5638
5638
|
}, { enumerable: !0 }), v(n0, "toString", function() {
|
|
5639
5639
|
return $1.call(this);
|
|
5640
|
-
}, { enumerable: !0 }),
|
|
5641
|
-
var j0 =
|
|
5640
|
+
}, { enumerable: !0 }), W) {
|
|
5641
|
+
var j0 = W.createObjectURL, $t = W.revokeObjectURL;
|
|
5642
5642
|
j0 && v(o1, "createObjectURL", function(ce) {
|
|
5643
|
-
return j0.apply(
|
|
5643
|
+
return j0.apply(W, arguments);
|
|
5644
5644
|
}), $t && v(o1, "revokeObjectURL", function(ce) {
|
|
5645
|
-
return $t.apply(
|
|
5645
|
+
return $t.apply(W, arguments);
|
|
5646
5646
|
});
|
|
5647
5647
|
}
|
|
5648
5648
|
V(o1, "URL"), h({ global: !0, forced: !m, sham: !f }, {
|
|
@@ -6552,19 +6552,19 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
6552
6552
|
}
|
|
6553
6553
|
function I(S, T) {
|
|
6554
6554
|
if (S) {
|
|
6555
|
-
if (typeof S == "string") return
|
|
6555
|
+
if (typeof S == "string") return X(S, T);
|
|
6556
6556
|
var _ = Object.prototype.toString.call(S).slice(8, -1);
|
|
6557
6557
|
if (_ === "Object" && S.constructor && (_ = S.constructor.name), _ === "Map" || _ === "Set") return Array.from(S);
|
|
6558
|
-
if (_ === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(_)) return
|
|
6558
|
+
if (_ === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(_)) return X(S, T);
|
|
6559
6559
|
}
|
|
6560
6560
|
}
|
|
6561
|
-
function
|
|
6561
|
+
function X(S, T) {
|
|
6562
6562
|
(T == null || T > S.length) && (T = S.length);
|
|
6563
6563
|
for (var _ = 0, L = new Array(T); _ < T; _++)
|
|
6564
6564
|
L[_] = S[_];
|
|
6565
6565
|
return L;
|
|
6566
6566
|
}
|
|
6567
|
-
function
|
|
6567
|
+
function W(S, T) {
|
|
6568
6568
|
if (!(S instanceof T))
|
|
6569
6569
|
throw new TypeError("Cannot call a class as a function");
|
|
6570
6570
|
}
|
|
@@ -6627,7 +6627,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
6627
6627
|
var T = j(_);
|
|
6628
6628
|
function _(L, k) {
|
|
6629
6629
|
var y;
|
|
6630
|
-
|
|
6630
|
+
W(this, _), y = T.call(this);
|
|
6631
6631
|
var E, O;
|
|
6632
6632
|
if (y.element = L, y.version = _.version, y.clickableElements = [], y.listeners = [], y.files = [], typeof y.element == "string" && (y.element = document.querySelector(y.element)), !y.element || y.element.nodeType == null)
|
|
6633
6633
|
throw new Error("Invalid dropzone element.");
|
|
@@ -7853,7 +7853,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
7853
7853
|
return T.drawImage(_, L, k, y, E, O, D, z, Z / J);
|
|
7854
7854
|
}, Me = /* @__PURE__ */ function() {
|
|
7855
7855
|
function S() {
|
|
7856
|
-
|
|
7856
|
+
W(this, S);
|
|
7857
7857
|
}
|
|
7858
7858
|
return K(S, null, [{
|
|
7859
7859
|
key: "initClass",
|
|
@@ -8030,12 +8030,12 @@ const Uc = { render: Fc }, zc = { class: "file-upload" }, qc = ["name", "value"]
|
|
|
8030
8030
|
emits: ["update:modelValue"],
|
|
8031
8031
|
setup(t, { emit: e }) {
|
|
8032
8032
|
o2.autoDiscover = !1;
|
|
8033
|
-
const n = t, r =
|
|
8033
|
+
const n = t, r = Ce([]), l = Ce(o2), u = Ce(null), c = Te(() => JSON.stringify(r)), d = (h) => ["image/gif", "image/jpeg", "image/png", "image/tiff"].includes(h), a = (h) => {
|
|
8034
8034
|
vt.delete(n.deleteEndpoint + "?" + h.id).then(() => {
|
|
8035
8035
|
r.value = null;
|
|
8036
8036
|
}).catch(console.error);
|
|
8037
8037
|
};
|
|
8038
|
-
return
|
|
8038
|
+
return I1(() => {
|
|
8039
8039
|
var f;
|
|
8040
8040
|
u.value = n.formData;
|
|
8041
8041
|
const h = n.csrf;
|
|
@@ -8093,7 +8093,7 @@ const Uc = { render: Fc }, zc = { class: "file-upload" }, qc = ["name", "value"]
|
|
|
8093
8093
|
])
|
|
8094
8094
|
])) : de("", !0),
|
|
8095
8095
|
ht(o("div", {
|
|
8096
|
-
class:
|
|
8096
|
+
class: Re("relative rounded-lg " + t.background)
|
|
8097
8097
|
}, [
|
|
8098
8098
|
o("div", {
|
|
8099
8099
|
class: "dropzone border border-dashed rounded-lg z-10 h-[200px] w-full cursor-pointer relative",
|
|
@@ -8102,7 +8102,7 @@ const Uc = { render: Fc }, zc = { class: "file-upload" }, qc = ["name", "value"]
|
|
|
8102
8102
|
}, null, 512),
|
|
8103
8103
|
o("div", t4, [
|
|
8104
8104
|
o("div", null, [
|
|
8105
|
-
me(
|
|
8105
|
+
me(ye(Uc), { class: "w-6 h-6" })
|
|
8106
8106
|
]),
|
|
8107
8107
|
f[2] || (f[2] = o("div", { class: "text-sm text-center" }, [
|
|
8108
8108
|
o("p", null, [
|
|
@@ -8151,14 +8151,14 @@ const Uc = { render: Fc }, zc = { class: "file-upload" }, qc = ["name", "value"]
|
|
|
8151
8151
|
return (c, d) => (s(), i("div", n4, [
|
|
8152
8152
|
o("button", {
|
|
8153
8153
|
type: "button",
|
|
8154
|
-
class:
|
|
8154
|
+
class: Re(["relative inline-flex h-5 w-10 flex-shrink-0 cursor-pointer rounded-full border-2 border-transparent bg-gray-100 transition-colors duration-200 ease-in-out", l.value]),
|
|
8155
8155
|
role: "switch",
|
|
8156
8156
|
"aria-checked": t.modelValue,
|
|
8157
8157
|
onClick: u
|
|
8158
8158
|
}, [
|
|
8159
8159
|
o("span", {
|
|
8160
8160
|
"aria-hidden": "true",
|
|
8161
|
-
class:
|
|
8161
|
+
class: Re(["pointer-events-none inline-block h-4 w-4 transform rounded-full bg-white shadow ring-0 transition duration-200 ease-in-out", {
|
|
8162
8162
|
"translate-x-5": t.modelValue,
|
|
8163
8163
|
"translate-x-0": !t.modelValue,
|
|
8164
8164
|
"!translate-x-3": t.small && t.modelValue,
|
|
@@ -8317,7 +8317,7 @@ const Uc = { render: Fc }, zc = { class: "file-upload" }, qc = ["name", "value"]
|
|
|
8317
8317
|
},
|
|
8318
8318
|
setup(t) {
|
|
8319
8319
|
return (e, n) => (s(), i("div", {
|
|
8320
|
-
class:
|
|
8320
|
+
class: Re(["rounded-xl px-6 py-5", t.classes])
|
|
8321
8321
|
}, [
|
|
8322
8322
|
t.title ? (s(), i("div", w4, [
|
|
8323
8323
|
o("div", g4, be(t.title), 1),
|
|
@@ -28894,7 +28894,7 @@ const b5e = { render: y5e }, M5e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */
|
|
|
28894
28894
|
}, c = () => {
|
|
28895
28895
|
l("selectIcon", n.icon);
|
|
28896
28896
|
};
|
|
28897
|
-
return
|
|
28897
|
+
return I1(() => {
|
|
28898
28898
|
u(n.icon);
|
|
28899
28899
|
}), (d, a) => (s(), i("div", null, [
|
|
28900
28900
|
r.value ? (s(), i("div", {
|
|
@@ -28902,7 +28902,7 @@ const b5e = { render: y5e }, M5e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */
|
|
|
28902
28902
|
onClick: c
|
|
28903
28903
|
}, [
|
|
28904
28904
|
(s(), Ze(Y1(r.value), {
|
|
28905
|
-
class:
|
|
28905
|
+
class: Re(t.iconClasses)
|
|
28906
28906
|
}, null, 8, ["class"]))
|
|
28907
28907
|
])) : de("", !0)
|
|
28908
28908
|
]));
|
|
@@ -28921,7 +28921,7 @@ const b5e = { render: y5e }, M5e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */
|
|
|
28921
28921
|
},
|
|
28922
28922
|
emits: ["update:modelValue"],
|
|
28923
28923
|
setup(t, { emit: e }) {
|
|
28924
|
-
const r =
|
|
28924
|
+
const r = Ce(t.modelValue), l = Ce(""), u = Ce([]), c = Ce(!1), d = e;
|
|
28925
28925
|
function a() {
|
|
28926
28926
|
c.value = !c.value;
|
|
28927
28927
|
}
|
|
@@ -28936,7 +28936,7 @@ const b5e = { render: y5e }, M5e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */
|
|
|
28936
28936
|
function f() {
|
|
28937
28937
|
c.value && a();
|
|
28938
28938
|
}
|
|
28939
|
-
return
|
|
28939
|
+
return I1(() => {
|
|
28940
28940
|
u.value = Do.slice(0, 30);
|
|
28941
28941
|
}), (m, p) => {
|
|
28942
28942
|
const w = Ys("click-outside");
|
|
@@ -28949,7 +28949,7 @@ const b5e = { render: y5e }, M5e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */
|
|
|
28949
28949
|
icon: r.value,
|
|
28950
28950
|
"icon-classes": "w-5 h-5",
|
|
28951
28951
|
key: r.value
|
|
28952
|
-
}, null, 8, ["icon"])) : (s(), Ze(
|
|
28952
|
+
}, null, 8, ["icon"])) : (s(), Ze(ye(m0), {
|
|
28953
28953
|
key: 1,
|
|
28954
28954
|
class: "h-5 w-5"
|
|
28955
28955
|
}))
|
|
@@ -29024,7 +29024,7 @@ const b5e = { render: y5e }, M5e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */
|
|
|
29024
29024
|
return t.button ? (s(), Ze(t1, {
|
|
29025
29025
|
key: 0,
|
|
29026
29026
|
title: ((r = t.button) == null ? void 0 : r.name) ?? "Button",
|
|
29027
|
-
class:
|
|
29027
|
+
class: Re(["flex flex-col gap-4 rounded-xl px-6 py-5 mt-4", t.classes]),
|
|
29028
29028
|
classes: t.classes
|
|
29029
29029
|
}, {
|
|
29030
29030
|
default: Xe(() => {
|
|
@@ -29063,10 +29063,10 @@ const b5e = { render: y5e }, M5e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */
|
|
|
29063
29063
|
key: 0,
|
|
29064
29064
|
"is-vertical": "",
|
|
29065
29065
|
field: (u = t.button) == null ? void 0 : u.type,
|
|
29066
|
-
"label-text": `${
|
|
29066
|
+
"label-text": `${ye(li)((c = t.button) == null ? void 0 : c.type)} *`,
|
|
29067
29067
|
class: "w-full mb-4",
|
|
29068
29068
|
value: t.button.address,
|
|
29069
|
-
limit:
|
|
29069
|
+
limit: 100
|
|
29070
29070
|
}, {
|
|
29071
29071
|
default: Xe(() => {
|
|
29072
29072
|
var d;
|
|
@@ -29076,7 +29076,7 @@ const b5e = { render: y5e }, M5e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */
|
|
|
29076
29076
|
name: "button.label",
|
|
29077
29077
|
type: ((d = t.button) == null ? void 0 : d.type) === "email" ? "email" : "tel",
|
|
29078
29078
|
placeholder: "Label",
|
|
29079
|
-
maxlength:
|
|
29079
|
+
maxlength: 100,
|
|
29080
29080
|
class: "border-1 border-solid border-gray-300 rounded-lg bg-white w-full"
|
|
29081
29081
|
}, null, 8, N5e), [
|
|
29082
29082
|
[Yl, t.button.address]
|
|
@@ -29116,21 +29116,21 @@ const b5e = { render: y5e }, M5e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */
|
|
|
29116
29116
|
emits: ["update"],
|
|
29117
29117
|
setup(t, { emit: e }) {
|
|
29118
29118
|
var u;
|
|
29119
|
-
const n = Gt("VFileUpload", J1), r = t, l =
|
|
29119
|
+
const n = Gt("VFileUpload", J1), r = t, l = Ce(((u = r.data) == null ? void 0 : u.component) ?? r.data);
|
|
29120
29120
|
return (c, d) => {
|
|
29121
29121
|
var a, h, f, m, p, w, v;
|
|
29122
29122
|
return s(), i("div", {
|
|
29123
|
-
class:
|
|
29123
|
+
class: Re({ "bg-gray-50 px-6 py-5 rounded-xl": !((a = l.value) != null && a.as_item), "-mx-6 -my-5": (h = l.value) == null ? void 0 : h.as_item })
|
|
29124
29124
|
}, [
|
|
29125
29125
|
o("p", {
|
|
29126
|
-
class:
|
|
29126
|
+
class: Re(["text-lg font-semibold text-gray-900 pb-4", { "border-b border-gray-200": !((f = l.value) != null && f.has_extra) }])
|
|
29127
29127
|
}, be((m = l.value) == null ? void 0 : m.name), 3),
|
|
29128
29128
|
o("div", {
|
|
29129
|
-
class:
|
|
29129
|
+
class: Re(["flex flex-col gap-4 rounded-xl py-5 bg-gray-50 px-0", { "!bg-gray-200 !px-6": (p = l.value) == null ? void 0 : p.hasOwnProperty("has_extra") }])
|
|
29130
29130
|
}, [
|
|
29131
29131
|
l.value.hasOwnProperty("icon") || l.value.hasOwnProperty("title") ? (s(), i("div", {
|
|
29132
29132
|
key: 0,
|
|
29133
|
-
class:
|
|
29133
|
+
class: Re({ "flex gap-4": l.value.hasOwnProperty("icon") })
|
|
29134
29134
|
}, [
|
|
29135
29135
|
l.value.hasOwnProperty("icon") ? (s(), Ze(pt, {
|
|
29136
29136
|
key: 0,
|
|
@@ -29215,7 +29215,7 @@ const b5e = { render: y5e }, M5e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */
|
|
|
29215
29215
|
supporting_text: "Recommended dimension: 1200*1060px"
|
|
29216
29216
|
}, {
|
|
29217
29217
|
default: Xe(() => [
|
|
29218
|
-
me(
|
|
29218
|
+
me(ye(n), {
|
|
29219
29219
|
name: "image",
|
|
29220
29220
|
class: "!bg-gray-200",
|
|
29221
29221
|
height: "h-[395px]",
|
|
@@ -29233,7 +29233,7 @@ const b5e = { render: y5e }, M5e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */
|
|
|
29233
29233
|
supporting_text: "Recommended dimension: 1200*1060px"
|
|
29234
29234
|
}, {
|
|
29235
29235
|
default: Xe(() => [
|
|
29236
|
-
me(
|
|
29236
|
+
me(ye(n), {
|
|
29237
29237
|
name: "image",
|
|
29238
29238
|
class: "!bg-gray-200",
|
|
29239
29239
|
height: "h-[395px]",
|
|
@@ -29260,7 +29260,7 @@ const b5e = { render: y5e }, M5e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */
|
|
|
29260
29260
|
},
|
|
29261
29261
|
emits: ["update"],
|
|
29262
29262
|
setup(t, { emit: e }) {
|
|
29263
|
-
const n = Gt("VFileUpload", J1), r = e, l = t, u = [{ value: "content", label: "Content" }, { value: "image_only", label: "Image Only" }], c =
|
|
29263
|
+
const n = Gt("VFileUpload", J1), r = e, l = t, u = [{ value: "content", label: "Content" }, { value: "image_only", label: "Image Only" }], c = Ce(l.data.component), d = Ce(null), a = Ce(null), h = Ce(null), f = Te(() => c.value.type === "bullet_points"), m = Te(() => c.value.type === "feature_items");
|
|
29264
29264
|
function p() {
|
|
29265
29265
|
var C, b;
|
|
29266
29266
|
c.value.hasOwnProperty("data") || (c.value.data = []), !(((C = c.value.data) == null ? void 0 : C.length) >= c.value.max_items) && ((b = c.value.data) == null || b.push(wa({}, f.value, m.value)), oi(() => {
|
|
@@ -29289,9 +29289,9 @@ const b5e = { render: y5e }, M5e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */
|
|
|
29289
29289
|
o("div", null, [
|
|
29290
29290
|
o("a", {
|
|
29291
29291
|
onClick: p,
|
|
29292
|
-
class:
|
|
29292
|
+
class: Re(["text-sm cursor-pointer flex items-center justify-center gap-1 rounded-[99px] border border-brand-600 bg-brand-500 px-3.5 py-2 font-semibold text-white hover:bg-brand-600", { "border-gray-100 bg-gray-100 !text-gray-400 hover:bg-gray-100": ((A = c.value.data) == null ? void 0 : A.length) >= c.value.max_items }])
|
|
29293
29293
|
}, [
|
|
29294
|
-
me(
|
|
29294
|
+
me(ye(m0), { class: "h-5 w-5" }),
|
|
29295
29295
|
b[0] || (b[0] = o("span", null, "Add", -1))
|
|
29296
29296
|
], 2)
|
|
29297
29297
|
])
|
|
@@ -29299,7 +29299,7 @@ const b5e = { render: y5e }, M5e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */
|
|
|
29299
29299
|
]),
|
|
29300
29300
|
o("div", G5e, [
|
|
29301
29301
|
(s(!0), i(ze, null, Qe(c.value.data, ($, R) => {
|
|
29302
|
-
var V, I;
|
|
29302
|
+
var V, I, X;
|
|
29303
29303
|
return s(), i("div", {
|
|
29304
29304
|
class: "flex flex-col gap-4 rounded-xl px-6 py-4 bg-gray-200",
|
|
29305
29305
|
key: R,
|
|
@@ -29315,15 +29315,15 @@ const b5e = { render: y5e }, M5e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */
|
|
|
29315
29315
|
])
|
|
29316
29316
|
]),
|
|
29317
29317
|
o("div", Z5e, [
|
|
29318
|
-
(V = c.value) != null && V.has_type_switcher ? (s(), i("div", Q5e, [
|
|
29318
|
+
!((V = c.value) != null && V.hasOwnProperty("has_type_switcher")) || (I = c.value) != null && I.has_type_switcher ? (s(), i("div", Q5e, [
|
|
29319
29319
|
(s(), i(ze, null, Qe(u, (W) => o("label", Y5e, [
|
|
29320
29320
|
ht(o("input", {
|
|
29321
29321
|
name: `content_type${R}`,
|
|
29322
29322
|
type: "radio",
|
|
29323
29323
|
value: W.value,
|
|
29324
|
-
"onUpdate:modelValue": (
|
|
29324
|
+
"onUpdate:modelValue": (se) => $.content_type = se,
|
|
29325
29325
|
class: "checked:bg-brand-600 hover:bg-brand-600 checked:hover:bg-brand-600 focus:bg-brand-600 focus:ring-brand-600 focus:checked:bg-brand-600 rounded-full",
|
|
29326
|
-
onChange: (
|
|
29326
|
+
onChange: (se) => x($)
|
|
29327
29327
|
}, null, 40, J5e), [
|
|
29328
29328
|
[ri, $.content_type]
|
|
29329
29329
|
]),
|
|
@@ -29341,14 +29341,14 @@ const b5e = { render: y5e }, M5e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */
|
|
|
29341
29341
|
"label-text": "Title *",
|
|
29342
29342
|
class: "w-full mb-4",
|
|
29343
29343
|
value: $.title,
|
|
29344
|
-
limit: ((
|
|
29344
|
+
limit: ((X = c.value) == null ? void 0 : X.max_title) ?? 200
|
|
29345
29345
|
}, {
|
|
29346
29346
|
default: Xe(() => {
|
|
29347
|
-
var W,
|
|
29347
|
+
var W, se;
|
|
29348
29348
|
return [
|
|
29349
29349
|
f.value ? de("", !0) : ht((s(), i("input", {
|
|
29350
29350
|
key: 0,
|
|
29351
|
-
"onUpdate:modelValue": (
|
|
29351
|
+
"onUpdate:modelValue": (K) => $.title = K,
|
|
29352
29352
|
name: "title",
|
|
29353
29353
|
type: "text",
|
|
29354
29354
|
placeholder: "Title",
|
|
@@ -29359,10 +29359,10 @@ const b5e = { render: y5e }, M5e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */
|
|
|
29359
29359
|
]),
|
|
29360
29360
|
f.value ? ht((s(), i("textarea", {
|
|
29361
29361
|
key: 1,
|
|
29362
|
-
"onUpdate:modelValue": (
|
|
29362
|
+
"onUpdate:modelValue": (K) => $.title = K,
|
|
29363
29363
|
name: "title",
|
|
29364
29364
|
placeholder: "Title",
|
|
29365
|
-
maxlength: ((
|
|
29365
|
+
maxlength: ((se = c.value) == null ? void 0 : se.max_title) ?? 200,
|
|
29366
29366
|
rows: "4",
|
|
29367
29367
|
class: "border-1 border-solid border-gray-300 rounded-lg bg-white w-full"
|
|
29368
29368
|
}, null, 8, n8e)), [
|
|
@@ -29393,7 +29393,7 @@ const b5e = { render: y5e }, M5e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */
|
|
|
29393
29393
|
value: $.image
|
|
29394
29394
|
}, {
|
|
29395
29395
|
default: Xe(() => [
|
|
29396
|
-
me(
|
|
29396
|
+
me(ye(n), {
|
|
29397
29397
|
modelValue: $.image,
|
|
29398
29398
|
"onUpdate:modelValue": (W) => $.image = W
|
|
29399
29399
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
@@ -29422,7 +29422,7 @@ const b5e = { render: y5e }, M5e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */
|
|
|
29422
29422
|
},
|
|
29423
29423
|
emits: ["update"],
|
|
29424
29424
|
setup(t, { emit: e }) {
|
|
29425
|
-
const n = Gt("VFileUpload", J1), r = e, u =
|
|
29425
|
+
const n = Gt("VFileUpload", J1), r = e, u = Ce(t.data.component), c = Ce(null), d = Ce(null), a = Ce(null);
|
|
29426
29426
|
function h() {
|
|
29427
29427
|
var p, w;
|
|
29428
29428
|
u.value.hasOwnProperty("data") || (u.value.data = []), !(((p = u.value.data) == null ? void 0 : p.length) >= u.value.max_items) && ((w = u.value.data) == null || w.push({
|
|
@@ -29452,9 +29452,9 @@ const b5e = { render: y5e }, M5e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */
|
|
|
29452
29452
|
o("div", null, [
|
|
29453
29453
|
o("a", {
|
|
29454
29454
|
onClick: h,
|
|
29455
|
-
class:
|
|
29455
|
+
class: Re(["text-sm cursor-pointer flex items-center justify-center gap-1 rounded-[99px] border border-brand-600 bg-brand-500 px-3.5 py-2 font-semibold text-white hover:bg-brand-600", { "border-gray-100 bg-gray-100 !text-gray-400 hover:bg-gray-100": ((v = u.value.data) == null ? void 0 : v.length) >= u.value.max_items }])
|
|
29456
29456
|
}, [
|
|
29457
|
-
me(
|
|
29457
|
+
me(ye(m0), { class: "h-5 w-5" }),
|
|
29458
29458
|
w[0] || (w[0] = o("span", null, "Add", -1))
|
|
29459
29459
|
], 2)
|
|
29460
29460
|
])
|
|
@@ -29477,7 +29477,7 @@ const b5e = { render: y5e }, M5e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */
|
|
|
29477
29477
|
]),
|
|
29478
29478
|
o("div", f8e, [
|
|
29479
29479
|
o("div", p8e, [
|
|
29480
|
-
me(
|
|
29480
|
+
me(ye(n), {
|
|
29481
29481
|
name: "image",
|
|
29482
29482
|
modelValue: x.logo,
|
|
29483
29483
|
"onUpdate:modelValue": (b) => x.logo = b
|
|
@@ -29529,7 +29529,7 @@ const b5e = { render: y5e }, M5e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */
|
|
|
29529
29529
|
},
|
|
29530
29530
|
emits: ["update"],
|
|
29531
29531
|
setup(t, { emit: e }) {
|
|
29532
|
-
const r =
|
|
29532
|
+
const r = Ce(t.data.component);
|
|
29533
29533
|
return (l, u) => {
|
|
29534
29534
|
var c, d, a;
|
|
29535
29535
|
return s(), i("div", w8e, [
|
|
@@ -29597,7 +29597,7 @@ const b5e = { render: y5e }, M5e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */
|
|
|
29597
29597
|
},
|
|
29598
29598
|
emits: ["update"],
|
|
29599
29599
|
setup(t, { emit: e }) {
|
|
29600
|
-
const r =
|
|
29600
|
+
const r = Ce(t.data.component);
|
|
29601
29601
|
return (l, u) => {
|
|
29602
29602
|
var c, d, a;
|
|
29603
29603
|
return s(), i("div", A8e, [
|
|
@@ -29660,7 +29660,7 @@ const b5e = { render: y5e }, M5e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */
|
|
|
29660
29660
|
},
|
|
29661
29661
|
emits: ["update"],
|
|
29662
29662
|
setup(t, { emit: e }) {
|
|
29663
|
-
const n = Gt("VFileUpload", J1), r = e, u =
|
|
29663
|
+
const n = Gt("VFileUpload", J1), r = e, u = Ce(t.data.component), c = Ce(null), d = Ce(null), a = Ce(null);
|
|
29664
29664
|
function h() {
|
|
29665
29665
|
var p, w;
|
|
29666
29666
|
u.value.hasOwnProperty("data") || (u.value.data = []), !(((p = u.value.data) == null ? void 0 : p.length) >= u.value.max_items) && ((w = u.value.data) == null || w.push({
|
|
@@ -29687,9 +29687,9 @@ const b5e = { render: y5e }, M5e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */
|
|
|
29687
29687
|
o("div", null, [
|
|
29688
29688
|
o("a", {
|
|
29689
29689
|
onClick: h,
|
|
29690
|
-
class:
|
|
29690
|
+
class: Re(["text-sm cursor-pointer flex items-center justify-center gap-1 rounded-[99px] border border-brand-600 bg-brand-500 px-3.5 py-2 font-semibold text-white hover:bg-brand-600", { "border-gray-100 bg-gray-100 !text-gray-400 hover:bg-gray-100": ((v = u.value.data) == null ? void 0 : v.length) >= u.value.max_items }])
|
|
29691
29691
|
}, [
|
|
29692
|
-
me(
|
|
29692
|
+
me(ye(m0), { class: "h-5 w-5" }),
|
|
29693
29693
|
w[0] || (w[0] = o("span", null, "Add", -1))
|
|
29694
29694
|
], 2)
|
|
29695
29695
|
])
|
|
@@ -29712,7 +29712,7 @@ const b5e = { render: y5e }, M5e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */
|
|
|
29712
29712
|
]),
|
|
29713
29713
|
o("div", I8e, [
|
|
29714
29714
|
o("div", D8e, [
|
|
29715
|
-
me(
|
|
29715
|
+
me(ye(n), {
|
|
29716
29716
|
name: "image",
|
|
29717
29717
|
type: "video",
|
|
29718
29718
|
height: "h-[250px]",
|
|
@@ -29734,7 +29734,7 @@ const b5e = { render: y5e }, M5e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */
|
|
|
29734
29734
|
};
|
|
29735
29735
|
}
|
|
29736
29736
|
};
|
|
29737
|
-
var Ri = typeof global == "object" && global && global.Object === Object && global, U8e = typeof self == "object" && self && self.Object === Object && self, B1 = Ri || U8e || Function("return this")(),
|
|
29737
|
+
var Ri = typeof global == "object" && global && global.Object === Object && global, U8e = typeof self == "object" && self && self.Object === Object && self, B1 = Ri || U8e || Function("return this")(), Q1 = B1.Symbol, Ni = Object.prototype, z8e = Ni.hasOwnProperty, q8e = Ni.toString, on = Q1 ? Q1.toStringTag : void 0;
|
|
29738
29738
|
function G8e(t) {
|
|
29739
29739
|
var e = z8e.call(t, on), n = t[on];
|
|
29740
29740
|
try {
|
|
@@ -29749,7 +29749,7 @@ var W8e = Object.prototype, X8e = W8e.toString;
|
|
|
29749
29749
|
function K8e(t) {
|
|
29750
29750
|
return X8e.call(t);
|
|
29751
29751
|
}
|
|
29752
|
-
var Z8e = "[object Null]", Q8e = "[object Undefined]", Fo =
|
|
29752
|
+
var Z8e = "[object Null]", Q8e = "[object Undefined]", Fo = Q1 ? Q1.toStringTag : void 0;
|
|
29753
29753
|
function Y0(t) {
|
|
29754
29754
|
return t == null ? t === void 0 ? Q8e : Z8e : Fo && Fo in Object(t) ? G8e(t) : K8e(t);
|
|
29755
29755
|
}
|
|
@@ -30097,23 +30097,23 @@ function U6e(t, e) {
|
|
|
30097
30097
|
var n = this.__data__, r = Sr(n, t);
|
|
30098
30098
|
return r < 0 ? (++this.size, n.push([t, e])) : n[r][1] = e, this;
|
|
30099
30099
|
}
|
|
30100
|
-
function
|
|
30100
|
+
function D1(t) {
|
|
30101
30101
|
var e = -1, n = t == null ? 0 : t.length;
|
|
30102
30102
|
for (this.clear(); ++e < n; ) {
|
|
30103
30103
|
var r = t[e];
|
|
30104
30104
|
this.set(r[0], r[1]);
|
|
30105
30105
|
}
|
|
30106
30106
|
}
|
|
30107
|
-
|
|
30108
|
-
|
|
30109
|
-
|
|
30110
|
-
|
|
30111
|
-
|
|
30107
|
+
D1.prototype.clear = N6e;
|
|
30108
|
+
D1.prototype.delete = I6e;
|
|
30109
|
+
D1.prototype.get = D6e;
|
|
30110
|
+
D1.prototype.has = F6e;
|
|
30111
|
+
D1.prototype.set = U6e;
|
|
30112
30112
|
var kn = w0(B1, "Map");
|
|
30113
30113
|
function z6e() {
|
|
30114
30114
|
this.size = 0, this.__data__ = {
|
|
30115
30115
|
hash: new d0(),
|
|
30116
|
-
map: new (kn ||
|
|
30116
|
+
map: new (kn || D1)(),
|
|
30117
30117
|
string: new d0()
|
|
30118
30118
|
};
|
|
30119
30119
|
}
|
|
@@ -30167,7 +30167,7 @@ function n7e(t) {
|
|
|
30167
30167
|
return typeof n == "function" && n instanceof n && Ki.call(n) == t7e;
|
|
30168
30168
|
}
|
|
30169
30169
|
function r7e() {
|
|
30170
|
-
this.__data__ = new
|
|
30170
|
+
this.__data__ = new D1(), this.size = 0;
|
|
30171
30171
|
}
|
|
30172
30172
|
function o7e(t) {
|
|
30173
30173
|
var e = this.__data__, n = e.delete(t);
|
|
@@ -30182,7 +30182,7 @@ function i7e(t) {
|
|
|
30182
30182
|
var l7e = 200;
|
|
30183
30183
|
function a7e(t, e) {
|
|
30184
30184
|
var n = this.__data__;
|
|
30185
|
-
if (n instanceof
|
|
30185
|
+
if (n instanceof D1) {
|
|
30186
30186
|
var r = n.__data__;
|
|
30187
30187
|
if (!kn || r.length < l7e - 1)
|
|
30188
30188
|
return r.push([t, e]), this.size = ++n.size, this;
|
|
@@ -30191,7 +30191,7 @@ function a7e(t, e) {
|
|
|
30191
30191
|
return n.set(t, e), this.size = n.size, this;
|
|
30192
30192
|
}
|
|
30193
30193
|
function y1(t) {
|
|
30194
|
-
var e = this.__data__ = new
|
|
30194
|
+
var e = this.__data__ = new D1(t);
|
|
30195
30195
|
this.size = e.size;
|
|
30196
30196
|
}
|
|
30197
30197
|
y1.prototype.clear = r7e;
|
|
@@ -30265,7 +30265,7 @@ function B7e(t) {
|
|
|
30265
30265
|
var e = new t.constructor(t.source, _7e.exec(t));
|
|
30266
30266
|
return e.lastIndex = t.lastIndex, e;
|
|
30267
30267
|
}
|
|
30268
|
-
var ss =
|
|
30268
|
+
var ss = Q1 ? Q1.prototype : void 0, is = ss ? ss.valueOf : void 0;
|
|
30269
30269
|
function $7e(t) {
|
|
30270
30270
|
return is ? Object(is.call(t)) : {};
|
|
30271
30271
|
}
|
|
@@ -30429,7 +30429,7 @@ function Ohe(t) {
|
|
|
30429
30429
|
n[++e] = r;
|
|
30430
30430
|
}), n;
|
|
30431
30431
|
}
|
|
30432
|
-
var Rhe = 1, Nhe = 2, Vhe = "[object Boolean]", Phe = "[object Date]", Ihe = "[object Error]", Dhe = "[object Map]", Fhe = "[object Number]", Uhe = "[object RegExp]", zhe = "[object Set]", qhe = "[object String]", Ghe = "[object Symbol]", Whe = "[object ArrayBuffer]", Xhe = "[object DataView]", cs =
|
|
30432
|
+
var Rhe = 1, Nhe = 2, Vhe = "[object Boolean]", Phe = "[object Date]", Ihe = "[object Error]", Dhe = "[object Map]", Fhe = "[object Number]", Uhe = "[object RegExp]", zhe = "[object Set]", qhe = "[object String]", Ghe = "[object Symbol]", Whe = "[object ArrayBuffer]", Xhe = "[object DataView]", cs = Q1 ? Q1.prototype : void 0, l2 = cs ? cs.valueOf : void 0;
|
|
30433
30433
|
function Khe(t, e, n, r, l, u, c) {
|
|
30434
30434
|
switch (n) {
|
|
30435
30435
|
case Xhe:
|
|
@@ -30571,7 +30571,7 @@ function sl(t, e, n, r, l) {
|
|
|
30571
30571
|
function ho(t, e) {
|
|
30572
30572
|
return ol(t, e);
|
|
30573
30573
|
}
|
|
30574
|
-
var
|
|
30574
|
+
var Z1 = Hde(function(t, e, n) {
|
|
30575
30575
|
sl(t, e, n);
|
|
30576
30576
|
}), Oe = /* @__PURE__ */ ((t) => (t[t.TYPE = 3] = "TYPE", t[t.LEVEL = 12] = "LEVEL", t[t.ATTRIBUTE = 13] = "ATTRIBUTE", t[t.BLOT = 14] = "BLOT", t[t.INLINE = 7] = "INLINE", t[t.BLOCK = 11] = "BLOCK", t[t.BLOCK_BLOT = 10] = "BLOCK_BLOT", t[t.INLINE_BLOT = 6] = "INLINE_BLOT", t[t.BLOCK_ATTRIBUTE = 9] = "BLOCK_ATTRIBUTE", t[t.INLINE_ATTRIBUTE = 5] = "INLINE_ATTRIBUTE", t[t.ANY = 15] = "ANY", t))(Oe || {});
|
|
30577
30577
|
class M1 {
|
|
@@ -30963,7 +30963,7 @@ function ps(t, e) {
|
|
|
30963
30963
|
}), t.parentNode && t.parentNode.replaceChild(r.domNode, t), r.attach(), r;
|
|
30964
30964
|
}
|
|
30965
30965
|
}
|
|
30966
|
-
const ul = class
|
|
30966
|
+
const ul = class G1 extends al {
|
|
30967
30967
|
constructor(e, n) {
|
|
30968
30968
|
super(e, n), this.uiNode = null, this.build();
|
|
30969
30969
|
}
|
|
@@ -30976,7 +30976,7 @@ const ul = class q1 extends al {
|
|
|
30976
30976
|
});
|
|
30977
30977
|
}
|
|
30978
30978
|
attachUI(e) {
|
|
30979
|
-
this.uiNode != null && this.uiNode.remove(), this.uiNode = e,
|
|
30979
|
+
this.uiNode != null && this.uiNode.remove(), this.uiNode = e, G1.uiClass && this.uiNode.classList.add(G1.uiClass), this.uiNode.setAttribute("contenteditable", "false"), this.domNode.insertBefore(this.uiNode, this.domNode.firstChild);
|
|
30980
30980
|
}
|
|
30981
30981
|
/**
|
|
30982
30982
|
* Called during construction, should fill its own children LinkedList.
|
|
@@ -31002,7 +31002,7 @@ const ul = class q1 extends al {
|
|
|
31002
31002
|
}
|
|
31003
31003
|
descendant(e, n = 0) {
|
|
31004
31004
|
const [r, l] = this.children.find(n);
|
|
31005
|
-
return e.blotName == null && e(r) || e.blotName != null && r instanceof e ? [r, l] : r instanceof
|
|
31005
|
+
return e.blotName == null && e(r) || e.blotName != null && r instanceof e ? [r, l] : r instanceof G1 ? r.descendant(e, l) : [null, -1];
|
|
31006
31006
|
}
|
|
31007
31007
|
descendants(e, n = 0, r = Number.MAX_VALUE) {
|
|
31008
31008
|
let l = [], u = r;
|
|
@@ -31010,7 +31010,7 @@ const ul = class q1 extends al {
|
|
|
31010
31010
|
n,
|
|
31011
31011
|
r,
|
|
31012
31012
|
(c, d, a) => {
|
|
31013
|
-
(e.blotName == null && e(c) || e.blotName != null && c instanceof e) && l.push(c), c instanceof
|
|
31013
|
+
(e.blotName == null && e(c) || e.blotName != null && c instanceof e) && l.push(c), c instanceof G1 && (l = l.concat(
|
|
31014
31014
|
c.descendants(e, d, u)
|
|
31015
31015
|
)), u -= a;
|
|
31016
31016
|
}
|
|
@@ -31026,7 +31026,7 @@ const ul = class q1 extends al {
|
|
|
31026
31026
|
this.children.forEach((n) => {
|
|
31027
31027
|
e || this.statics.allowedChildren.some(
|
|
31028
31028
|
(r) => n instanceof r
|
|
31029
|
-
) || (n.statics.scope === Oe.BLOCK_BLOT ? (n.next != null && this.splitAfter(n), n.prev != null && this.splitAfter(n.prev), n.parent.unwrap(), e = !0) : n instanceof
|
|
31029
|
+
) || (n.statics.scope === Oe.BLOCK_BLOT ? (n.next != null && this.splitAfter(n), n.prev != null && this.splitAfter(n.prev), n.parent.unwrap(), e = !0) : n instanceof G1 ? n.unwrap() : n.remove());
|
|
31030
31030
|
});
|
|
31031
31031
|
}
|
|
31032
31032
|
formatAt(e, n, r, l) {
|
|
@@ -31066,14 +31066,14 @@ const ul = class q1 extends al {
|
|
|
31066
31066
|
}
|
|
31067
31067
|
path(e, n = !1) {
|
|
31068
31068
|
const [r, l] = this.children.find(e, n), u = [[this, e]];
|
|
31069
|
-
return r instanceof
|
|
31069
|
+
return r instanceof G1 ? u.concat(r.path(l, n)) : (r != null && u.push([r, l]), u);
|
|
31070
31070
|
}
|
|
31071
31071
|
removeChild(e) {
|
|
31072
31072
|
this.children.remove(e);
|
|
31073
31073
|
}
|
|
31074
31074
|
replaceWith(e, n) {
|
|
31075
31075
|
const r = typeof e == "string" ? this.scroll.create(e, n) : e;
|
|
31076
|
-
return r instanceof
|
|
31076
|
+
return r instanceof G1 && this.moveChildren(r), super.replaceWith(r);
|
|
31077
31077
|
}
|
|
31078
31078
|
split(e, n = !1) {
|
|
31079
31079
|
if (!n) {
|
|
@@ -31721,13 +31721,13 @@ function Mfe() {
|
|
|
31721
31721
|
function I(M) {
|
|
31722
31722
|
return $(M.charCodeAt(M.length - 1));
|
|
31723
31723
|
}
|
|
31724
|
-
function
|
|
31724
|
+
function X(M) {
|
|
31725
31725
|
for (var N = [], j = 0; j < M.length; j++)
|
|
31726
31726
|
M[j][1].length > 0 && N.push(M[j]);
|
|
31727
31727
|
return N;
|
|
31728
31728
|
}
|
|
31729
|
-
function
|
|
31730
|
-
return I(M) || V(q) ? null :
|
|
31729
|
+
function W(M, N, j, q) {
|
|
31730
|
+
return I(M) || V(q) ? null : X([
|
|
31731
31731
|
[n, M],
|
|
31732
31732
|
[t, N],
|
|
31733
31733
|
[e, j],
|
|
@@ -31749,7 +31749,7 @@ function Mfe() {
|
|
|
31749
31749
|
if (He !== Ae)
|
|
31750
31750
|
break e;
|
|
31751
31751
|
var S = te.slice(we), T = Me.slice(we);
|
|
31752
|
-
return
|
|
31752
|
+
return W(He, S, T, ne);
|
|
31753
31753
|
}
|
|
31754
31754
|
e: {
|
|
31755
31755
|
if (xe !== null && xe !== G)
|
|
@@ -31761,7 +31761,7 @@ function Mfe() {
|
|
|
31761
31761
|
if (k !== y)
|
|
31762
31762
|
break e;
|
|
31763
31763
|
var S = ne.slice(0, ne.length - L), T = Be.slice(0, Be.length - L);
|
|
31764
|
-
return
|
|
31764
|
+
return W(te, S, T, k);
|
|
31765
31765
|
}
|
|
31766
31766
|
}
|
|
31767
31767
|
if (q.length > 0 && F && F.length === 0)
|
|
@@ -31773,7 +31773,7 @@ function Mfe() {
|
|
|
31773
31773
|
if (He !== Ae || k !== y)
|
|
31774
31774
|
break e;
|
|
31775
31775
|
var S = M.slice(we, U - L), T = N.slice(we, Q - L);
|
|
31776
|
-
return
|
|
31776
|
+
return W(He, S, T, k);
|
|
31777
31777
|
}
|
|
31778
31778
|
return null;
|
|
31779
31779
|
}
|
|
@@ -31787,9 +31787,9 @@ ln.exports;
|
|
|
31787
31787
|
var vs;
|
|
31788
31788
|
function hl() {
|
|
31789
31789
|
return vs || (vs = 1, function(t, e) {
|
|
31790
|
-
var n = 200, r = "__lodash_hash_undefined__", l = 9007199254740991, u = "[object Arguments]", c = "[object Array]", d = "[object Boolean]", a = "[object Date]", h = "[object Error]", f = "[object Function]", m = "[object GeneratorFunction]", p = "[object Map]", w = "[object Number]", v = "[object Object]", x = "[object Promise]", C = "[object RegExp]", b = "[object Set]", A = "[object String]", $ = "[object Symbol]", R = "[object WeakMap]", V = "[object ArrayBuffer]", I = "[object DataView]",
|
|
31791
|
-
ne[u] = ne[c] = ne[V] = ne[I] = ne[d] = ne[a] = ne[
|
|
31792
|
-
var xe = typeof
|
|
31790
|
+
var n = 200, r = "__lodash_hash_undefined__", l = 9007199254740991, u = "[object Arguments]", c = "[object Array]", d = "[object Boolean]", a = "[object Date]", h = "[object Error]", f = "[object Function]", m = "[object GeneratorFunction]", p = "[object Map]", w = "[object Number]", v = "[object Object]", x = "[object Promise]", C = "[object RegExp]", b = "[object Set]", A = "[object String]", $ = "[object Symbol]", R = "[object WeakMap]", V = "[object ArrayBuffer]", I = "[object DataView]", X = "[object Float32Array]", W = "[object Float64Array]", se = "[object Int8Array]", K = "[object Int16Array]", M = "[object Int32Array]", N = "[object Uint8Array]", j = "[object Uint8ClampedArray]", q = "[object Uint16Array]", F = "[object Uint32Array]", U = /[\\^$.*+?()[\]{}|]/g, Q = /\w*$/, G = /^\[object .+?Constructor\]$/, te = /^(?:0|[1-9]\d*)$/, ne = {};
|
|
31791
|
+
ne[u] = ne[c] = ne[V] = ne[I] = ne[d] = ne[a] = ne[X] = ne[W] = ne[se] = ne[K] = ne[M] = ne[p] = ne[w] = ne[v] = ne[C] = ne[b] = ne[A] = ne[$] = ne[N] = ne[j] = ne[q] = ne[F] = !0, ne[h] = ne[f] = ne[R] = !1;
|
|
31792
|
+
var xe = typeof W1 == "object" && W1 && W1.Object === Object && W1, ke = typeof self == "object" && self && self.Object === Object && self, Me = xe || ke || Function("return this")(), Be = e && !e.nodeType && e, we = Be && !0 && t && !t.nodeType && t, He = we && we.exports === Be;
|
|
31793
31793
|
function Ae(g, B) {
|
|
31794
31794
|
return g.set(B[0], B[1]), g;
|
|
31795
31795
|
}
|
|
@@ -31850,7 +31850,7 @@ function hl() {
|
|
|
31850
31850
|
return g ? "Symbol(src)_1." + g : "";
|
|
31851
31851
|
}(), ae = J.toString, ve = Y.hasOwnProperty, Se = Y.toString, Ke = RegExp(
|
|
31852
31852
|
"^" + ae.call(ve).replace(U, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
31853
|
-
), it = He ? Me.Buffer : void 0, Je = Me.Symbol, Fe = Me.Uint8Array, et = D(Object.getPrototypeOf, Object), wt = Object.create, kt = Y.propertyIsEnumerable, Zt = Z.splice, Et = Object.getOwnPropertySymbols, ot = it ? it.isBuffer : void 0, Ue = D(Object.keys, Object), lt = i1(Me, "DataView"), ge = i1(Me, "Map"), _e = i1(Me, "Promise"),
|
|
31853
|
+
), it = He ? Me.Buffer : void 0, Je = Me.Symbol, Fe = Me.Uint8Array, et = D(Object.getPrototypeOf, Object), wt = Object.create, kt = Y.propertyIsEnumerable, Zt = Z.splice, Et = Object.getOwnPropertySymbols, ot = it ? it.isBuffer : void 0, Ue = D(Object.keys, Object), lt = i1(Me, "DataView"), ge = i1(Me, "Map"), _e = i1(Me, "Promise"), Ne = i1(Me, "Set"), Ie = i1(Me, "WeakMap"), Pe = i1(Object, "create"), tt = Dt(lt), at = Dt(ge), mt = Dt(_e), _t = Dt(Ne), Bt = Dt(Ie), Wt = Je ? Je.prototype : void 0, Qt = Wt ? Wt.valueOf : void 0;
|
|
31854
31854
|
function bt(g) {
|
|
31855
31855
|
var B = -1, P = g ? g.length : 0;
|
|
31856
31856
|
for (this.clear(); ++B < P; ) {
|
|
@@ -31876,11 +31876,11 @@ function hl() {
|
|
|
31876
31876
|
var B = this.__data__;
|
|
31877
31877
|
return Pe ? B[g] !== void 0 : ve.call(B, g);
|
|
31878
31878
|
}
|
|
31879
|
-
function
|
|
31879
|
+
function U1(g, B) {
|
|
31880
31880
|
var P = this.__data__;
|
|
31881
31881
|
return P[g] = Pe && B === void 0 ? r : B, this;
|
|
31882
31882
|
}
|
|
31883
|
-
bt.prototype.clear = Ft, bt.prototype.delete = o1, bt.prototype.get = n0, bt.prototype.has = $1, bt.prototype.set =
|
|
31883
|
+
bt.prototype.clear = Ft, bt.prototype.delete = o1, bt.prototype.get = n0, bt.prototype.has = $1, bt.prototype.set = U1;
|
|
31884
31884
|
function Ct(g) {
|
|
31885
31885
|
var B = -1, P = g ? g.length : 0;
|
|
31886
31886
|
for (this.clear(); ++B < P; ) {
|
|
@@ -32047,12 +32047,12 @@ function hl() {
|
|
|
32047
32047
|
var P = new g.constructor(g.length);
|
|
32048
32048
|
return g.copy(P), P;
|
|
32049
32049
|
}
|
|
32050
|
-
function
|
|
32050
|
+
function z1(g) {
|
|
32051
32051
|
var B = new g.constructor(g.byteLength);
|
|
32052
32052
|
return new Fe(B).set(new Fe(g)), B;
|
|
32053
32053
|
}
|
|
32054
32054
|
function s1(g, B) {
|
|
32055
|
-
var P = B ?
|
|
32055
|
+
var P = B ? z1(g.buffer) : g.buffer;
|
|
32056
32056
|
return new g.constructor(P, g.byteOffset, g.byteLength);
|
|
32057
32057
|
}
|
|
32058
32058
|
function Nn(g, B, P) {
|
|
@@ -32071,7 +32071,7 @@ function hl() {
|
|
|
32071
32071
|
return Qt ? Object(Qt.call(g)) : {};
|
|
32072
32072
|
}
|
|
32073
32073
|
function Pr(g, B) {
|
|
32074
|
-
var P = B ?
|
|
32074
|
+
var P = B ? z1(g.buffer) : g.buffer;
|
|
32075
32075
|
return new g.constructor(P, g.byteOffset, g.length);
|
|
32076
32076
|
}
|
|
32077
32077
|
function Ir(g, B) {
|
|
@@ -32103,7 +32103,7 @@ function hl() {
|
|
|
32103
32103
|
return Xt(P) ? P : void 0;
|
|
32104
32104
|
}
|
|
32105
32105
|
var j1 = Et ? D(Et, Object) : Kr, L1 = gt;
|
|
32106
|
-
(lt && L1(new lt(new ArrayBuffer(1))) != I || ge && L1(new ge()) != p || _e && L1(_e.resolve()) != x ||
|
|
32106
|
+
(lt && L1(new lt(new ArrayBuffer(1))) != I || ge && L1(new ge()) != p || _e && L1(_e.resolve()) != x || Ne && L1(new Ne()) != b || Ie && L1(new Ie()) != R) && (L1 = function(g) {
|
|
32107
32107
|
var B = Se.call(g), P = B == v ? g.constructor : void 0, le = P ? Dt(P) : void 0;
|
|
32108
32108
|
if (le)
|
|
32109
32109
|
switch (le) {
|
|
@@ -32131,14 +32131,14 @@ function hl() {
|
|
|
32131
32131
|
var qe = g.constructor;
|
|
32132
32132
|
switch (B) {
|
|
32133
32133
|
case V:
|
|
32134
|
-
return
|
|
32134
|
+
return z1(g);
|
|
32135
32135
|
case d:
|
|
32136
32136
|
case a:
|
|
32137
32137
|
return new qe(+g);
|
|
32138
32138
|
case I:
|
|
32139
32139
|
return s1(g, le);
|
|
32140
|
-
case W:
|
|
32141
32140
|
case X:
|
|
32141
|
+
case W:
|
|
32142
32142
|
case se:
|
|
32143
32143
|
case K:
|
|
32144
32144
|
case M:
|
|
@@ -32235,9 +32235,9 @@ an.exports;
|
|
|
32235
32235
|
var ws;
|
|
32236
32236
|
function fl() {
|
|
32237
32237
|
return ws || (ws = 1, function(t, e) {
|
|
32238
|
-
var n = 200, r = "__lodash_hash_undefined__", l = 1, u = 2, c = 9007199254740991, d = "[object Arguments]", a = "[object Array]", h = "[object AsyncFunction]", f = "[object Boolean]", m = "[object Date]", p = "[object Error]", w = "[object Function]", v = "[object GeneratorFunction]", x = "[object Map]", C = "[object Number]", b = "[object Null]", A = "[object Object]", $ = "[object Promise]", R = "[object Proxy]", V = "[object RegExp]", I = "[object Set]",
|
|
32239
|
-
we[j] = we[q] = we[F] = we[U] = we[Q] = we[G] = we[te] = we[ne] = we[xe] = !0, we[d] = we[a] = we[M] = we[f] = we[N] = we[m] = we[p] = we[w] = we[x] = we[C] = we[A] = we[V] = we[I] = we[
|
|
32240
|
-
var He = typeof
|
|
32238
|
+
var n = 200, r = "__lodash_hash_undefined__", l = 1, u = 2, c = 9007199254740991, d = "[object Arguments]", a = "[object Array]", h = "[object AsyncFunction]", f = "[object Boolean]", m = "[object Date]", p = "[object Error]", w = "[object Function]", v = "[object GeneratorFunction]", x = "[object Map]", C = "[object Number]", b = "[object Null]", A = "[object Object]", $ = "[object Promise]", R = "[object Proxy]", V = "[object RegExp]", I = "[object Set]", X = "[object String]", W = "[object Symbol]", se = "[object Undefined]", K = "[object WeakMap]", M = "[object ArrayBuffer]", N = "[object DataView]", j = "[object Float32Array]", q = "[object Float64Array]", F = "[object Int8Array]", U = "[object Int16Array]", Q = "[object Int32Array]", G = "[object Uint8Array]", te = "[object Uint8ClampedArray]", ne = "[object Uint16Array]", xe = "[object Uint32Array]", ke = /[\\^$.*+?()[\]{}|]/g, Me = /^\[object .+?Constructor\]$/, Be = /^(?:0|[1-9]\d*)$/, we = {};
|
|
32239
|
+
we[j] = we[q] = we[F] = we[U] = we[Q] = we[G] = we[te] = we[ne] = we[xe] = !0, we[d] = we[a] = we[M] = we[f] = we[N] = we[m] = we[p] = we[w] = we[x] = we[C] = we[A] = we[V] = we[I] = we[X] = we[K] = !1;
|
|
32240
|
+
var He = typeof W1 == "object" && W1 && W1.Object === Object && W1, Ae = typeof self == "object" && self && self.Object === Object && self, S = He || Ae || Function("return this")(), T = e && !e.nodeType && e, _ = T && !0 && t && !t.nodeType && t, L = _ && _.exports === T, k = L && He.process, y = function() {
|
|
32241
32241
|
try {
|
|
32242
32242
|
return k && k.binding && k.binding("util");
|
|
32243
32243
|
} catch {
|
|
@@ -32299,7 +32299,7 @@ function fl() {
|
|
|
32299
32299
|
return g ? "Symbol(src)_1." + g : "";
|
|
32300
32300
|
}(), kt = it.toString, Zt = RegExp(
|
|
32301
32301
|
"^" + Fe.call(et).replace(ke, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
32302
|
-
), Et = L ? S.Buffer : void 0, ot = S.Symbol, Ue = S.Uint8Array, lt = it.propertyIsEnumerable, ge = Se.splice, _e = ot ? ot.toStringTag : void 0,
|
|
32302
|
+
), Et = L ? S.Buffer : void 0, ot = S.Symbol, Ue = S.Uint8Array, lt = it.propertyIsEnumerable, ge = Se.splice, _e = ot ? ot.toStringTag : void 0, Ne = Object.getOwnPropertySymbols, Ie = Et ? Et.isBuffer : void 0, Pe = ae(Object.keys, Object), tt = j1(S, "DataView"), at = j1(S, "Map"), mt = j1(S, "Promise"), _t = j1(S, "Set"), Bt = j1(S, "WeakMap"), Wt = j1(Object, "create"), Qt = Dt(tt), bt = Dt(at), Ft = Dt(mt), o1 = Dt(_t), n0 = Dt(Bt), $1 = ot ? ot.prototype : void 0, U1 = $1 ? $1.valueOf : void 0;
|
|
32303
32303
|
function Ct(g) {
|
|
32304
32304
|
var B = -1, P = g == null ? 0 : g.length;
|
|
32305
32305
|
for (this.clear(); ++B < P; ) {
|
|
@@ -32445,7 +32445,7 @@ function fl() {
|
|
|
32445
32445
|
return P;
|
|
32446
32446
|
return -1;
|
|
32447
32447
|
}
|
|
32448
|
-
function
|
|
32448
|
+
function z1(g, B, P) {
|
|
32449
32449
|
var le = B(g);
|
|
32450
32450
|
return L0(g) ? le : D(le, P(g));
|
|
32451
32451
|
}
|
|
@@ -32472,8 +32472,8 @@ function fl() {
|
|
|
32472
32472
|
if (!(P & l)) {
|
|
32473
32473
|
var Nt = Rt && et.call(g, "__wrapped__"), St = Ut && et.call(B, "__wrapped__");
|
|
32474
32474
|
if (Nt || St) {
|
|
32475
|
-
var
|
|
32476
|
-
return Ve || (Ve = new nt()), qe(
|
|
32475
|
+
var q1 = Nt ? g.value() : g, T1 = St ? B.value() : B;
|
|
32476
|
+
return Ve || (Ve = new nt()), qe(q1, T1, P, le, Ve);
|
|
32477
32477
|
}
|
|
32478
32478
|
}
|
|
32479
32479
|
return At ? (Ve || (Ve = new nt()), Fr(g, B, P, le, qe, Ve)) : !1;
|
|
@@ -32506,9 +32506,9 @@ function fl() {
|
|
|
32506
32506
|
for (Ve.set(g, B), Ve.set(B, g); ++Rt < rt; ) {
|
|
32507
32507
|
var Nt = g[Rt], St = B[Rt];
|
|
32508
32508
|
if (le)
|
|
32509
|
-
var
|
|
32510
|
-
if (
|
|
32511
|
-
if (
|
|
32509
|
+
var q1 = st ? le(St, Nt, Rt, B, g, Ve) : le(Nt, St, Rt, g, B, Ve);
|
|
32510
|
+
if (q1 !== void 0) {
|
|
32511
|
+
if (q1)
|
|
32512
32512
|
continue;
|
|
32513
32513
|
Ut = !1;
|
|
32514
32514
|
break;
|
|
@@ -32543,7 +32543,7 @@ function fl() {
|
|
|
32543
32543
|
case p:
|
|
32544
32544
|
return g.name == B.name && g.message == B.message;
|
|
32545
32545
|
case V:
|
|
32546
|
-
case
|
|
32546
|
+
case X:
|
|
32547
32547
|
return g == B + "";
|
|
32548
32548
|
case x:
|
|
32549
32549
|
var rt = re;
|
|
@@ -32557,9 +32557,9 @@ function fl() {
|
|
|
32557
32557
|
le |= u, st.set(g, B);
|
|
32558
32558
|
var Rt = J0(rt(g), rt(B), le, qe, Ve, st);
|
|
32559
32559
|
return st.delete(g), Rt;
|
|
32560
|
-
case
|
|
32561
|
-
if (
|
|
32562
|
-
return
|
|
32560
|
+
case W:
|
|
32561
|
+
if (U1)
|
|
32562
|
+
return U1.call(g) == U1.call(B);
|
|
32563
32563
|
}
|
|
32564
32564
|
return !1;
|
|
32565
32565
|
}
|
|
@@ -32577,7 +32577,7 @@ function fl() {
|
|
|
32577
32577
|
return Nt == B;
|
|
32578
32578
|
var St = !0;
|
|
32579
32579
|
Ve.set(g, B), Ve.set(B, g);
|
|
32580
|
-
for (var
|
|
32580
|
+
for (var q1 = st; ++Ut < yt; ) {
|
|
32581
32581
|
At = rt[Ut];
|
|
32582
32582
|
var T1 = g[At], s0 = B[At];
|
|
32583
32583
|
if (le)
|
|
@@ -32586,16 +32586,16 @@ function fl() {
|
|
|
32586
32586
|
St = !1;
|
|
32587
32587
|
break;
|
|
32588
32588
|
}
|
|
32589
|
-
|
|
32589
|
+
q1 || (q1 = At == "constructor");
|
|
32590
32590
|
}
|
|
32591
|
-
if (St && !
|
|
32591
|
+
if (St && !q1) {
|
|
32592
32592
|
var qn = g.constructor, Gn = B.constructor;
|
|
32593
32593
|
qn != Gn && "constructor" in g && "constructor" in B && !(typeof qn == "function" && qn instanceof qn && typeof Gn == "function" && Gn instanceof Gn) && (St = !1);
|
|
32594
32594
|
}
|
|
32595
32595
|
return Ve.delete(g), Ve.delete(B), St;
|
|
32596
32596
|
}
|
|
32597
32597
|
function o0(g) {
|
|
32598
|
-
return
|
|
32598
|
+
return z1(g, nn, Ur);
|
|
32599
32599
|
}
|
|
32600
32600
|
function i1(g, B) {
|
|
32601
32601
|
var P = g.__data__;
|
|
@@ -32615,8 +32615,8 @@ function fl() {
|
|
|
32615
32615
|
var qe = kt.call(g);
|
|
32616
32616
|
return le && (B ? g[_e] = P : delete g[_e]), qe;
|
|
32617
32617
|
}
|
|
32618
|
-
var Ur =
|
|
32619
|
-
return g == null ? [] : (g = Object(g), O(
|
|
32618
|
+
var Ur = Ne ? function(g) {
|
|
32619
|
+
return g == null ? [] : (g = Object(g), O(Ne(g), function(B) {
|
|
32620
32620
|
return lt.call(g, B);
|
|
32621
32621
|
}));
|
|
32622
32622
|
} : Kr, w1 = s1;
|
|
@@ -32938,15 +32938,15 @@ function Bfe() {
|
|
|
32938
32938
|
else if (typeof R.retain == "number")
|
|
32939
32939
|
$.retain == null ? V.insert = $.insert : V.retain = $.retain;
|
|
32940
32940
|
else {
|
|
32941
|
-
const
|
|
32942
|
-
V[
|
|
32943
|
-
[
|
|
32941
|
+
const X = $.retain == null ? "insert" : "retain", [W, se, K] = h($[X], R.retain), M = f.getHandler(W);
|
|
32942
|
+
V[X] = {
|
|
32943
|
+
[W]: M.compose(se, K, X === "retain")
|
|
32944
32944
|
};
|
|
32945
32945
|
}
|
|
32946
32946
|
const I = u.default.compose($.attributes, R.attributes, typeof $.retain == "number");
|
|
32947
32947
|
if (I && (V.attributes = I), b.push(V), !v.hasNext() && l(b.ops[b.ops.length - 1], V)) {
|
|
32948
|
-
const
|
|
32949
|
-
return b.concat(
|
|
32948
|
+
const X = new f(w.rest());
|
|
32949
|
+
return b.concat(X).chop();
|
|
32950
32950
|
}
|
|
32951
32951
|
} else typeof R.delete == "number" && (typeof $.retain == "number" || typeof $.retain == "object" && $.retain !== null) && b.push(R);
|
|
32952
32952
|
}
|
|
@@ -32978,8 +32978,8 @@ function Bfe() {
|
|
|
32978
32978
|
break;
|
|
32979
32979
|
case n.EQUAL:
|
|
32980
32980
|
V = Math.min(b.peekLength(), A.peekLength(), R);
|
|
32981
|
-
const I = b.next(V),
|
|
32982
|
-
l(I.insert,
|
|
32981
|
+
const I = b.next(V), X = A.next(V);
|
|
32982
|
+
l(I.insert, X.insert) ? x.retain(V, u.default.diff(I.attributes, X.attributes)) : x.push(X).delete(V);
|
|
32983
32983
|
break;
|
|
32984
32984
|
}
|
|
32985
32985
|
R -= V;
|
|
@@ -33044,17 +33044,17 @@ function Bfe() {
|
|
|
33044
33044
|
b.push(R);
|
|
33045
33045
|
else {
|
|
33046
33046
|
const V = $.retain, I = R.retain;
|
|
33047
|
-
let
|
|
33047
|
+
let X = typeof I == "object" && I !== null ? I : A;
|
|
33048
33048
|
if (typeof V == "object" && V !== null && typeof I == "object" && I !== null) {
|
|
33049
|
-
const
|
|
33050
|
-
if (
|
|
33051
|
-
const se = f.getHandler(
|
|
33052
|
-
se && (
|
|
33053
|
-
[
|
|
33049
|
+
const W = Object.keys(V)[0];
|
|
33050
|
+
if (W === Object.keys(I)[0]) {
|
|
33051
|
+
const se = f.getHandler(W);
|
|
33052
|
+
se && (X = {
|
|
33053
|
+
[W]: se.transform(V[W], I[W], w)
|
|
33054
33054
|
});
|
|
33055
33055
|
}
|
|
33056
33056
|
}
|
|
33057
|
-
b.retain(
|
|
33057
|
+
b.retain(X, u.default.transform($.attributes, R.attributes, w));
|
|
33058
33058
|
}
|
|
33059
33059
|
}
|
|
33060
33060
|
return b.chop();
|
|
@@ -33462,14 +33462,14 @@ function vl(t) {
|
|
|
33462
33462
|
console[t](...n);
|
|
33463
33463
|
}
|
|
33464
33464
|
}
|
|
33465
|
-
function
|
|
33465
|
+
function F1(t) {
|
|
33466
33466
|
return D2.reduce((e, n) => (e[n] = vl.bind(console, n, t), e), {});
|
|
33467
33467
|
}
|
|
33468
|
-
|
|
33468
|
+
F1.level = (t) => {
|
|
33469
33469
|
F2 = t;
|
|
33470
33470
|
};
|
|
33471
|
-
vl.level =
|
|
33472
|
-
const d2 =
|
|
33471
|
+
vl.level = F1.level;
|
|
33472
|
+
const d2 = F1("quill:events"), Tfe = ["selectionchange", "mousedown", "mouseup", "click"];
|
|
33473
33473
|
Tfe.forEach((t) => {
|
|
33474
33474
|
document.addEventListener(t, function() {
|
|
33475
33475
|
for (var e = arguments.length, n = new Array(e), r = 0; r < e; r++)
|
|
@@ -33526,7 +33526,7 @@ $e(Le, "events", {
|
|
|
33526
33526
|
SILENT: "silent",
|
|
33527
33527
|
USER: "user"
|
|
33528
33528
|
});
|
|
33529
|
-
const h2 =
|
|
33529
|
+
const h2 = F1("quill:selection");
|
|
33530
33530
|
class h0 {
|
|
33531
33531
|
constructor(e) {
|
|
33532
33532
|
let n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0;
|
|
@@ -33772,10 +33772,10 @@ class Ofe {
|
|
|
33772
33772
|
m = !v.endsWith(`
|
|
33773
33773
|
`) && (n <= c || !!this.scroll.descendant(n1, c)[0]), this.scroll.insertAt(c, v);
|
|
33774
33774
|
const [x, C] = this.scroll.line(c);
|
|
33775
|
-
let b =
|
|
33775
|
+
let b = Z1({}, Jt(x));
|
|
33776
33776
|
if (x instanceof Tt) {
|
|
33777
33777
|
const [A] = x.descendant(Pt, C);
|
|
33778
|
-
A && (b =
|
|
33778
|
+
A && (b = Z1(b, Jt(A)));
|
|
33779
33779
|
}
|
|
33780
33780
|
h = r1.AttributeMap.diff(b, h) || {};
|
|
33781
33781
|
} else if (typeof d.insert == "object") {
|
|
@@ -33792,7 +33792,7 @@ class Ofe {
|
|
|
33792
33792
|
if (this.scroll.insertAt(c, v, d.insert[v]), x) {
|
|
33793
33793
|
const [C] = this.scroll.descendant(Pt, c);
|
|
33794
33794
|
if (C) {
|
|
33795
|
-
const b =
|
|
33795
|
+
const b = Z1({}, Jt(C));
|
|
33796
33796
|
h = r1.AttributeMap.diff(b, h) || {};
|
|
33797
33797
|
}
|
|
33798
33798
|
}
|
|
@@ -34172,11 +34172,11 @@ const Pfe = (t) => t.parentElement || t.getRootNode().host || null, Ife = (t) =>
|
|
|
34172
34172
|
break;
|
|
34173
34173
|
}
|
|
34174
34174
|
}), r;
|
|
34175
|
-
}, F0 =
|
|
34175
|
+
}, F0 = F1("quill"), nr = new q0();
|
|
34176
34176
|
d1.uiClass = "ql-ui";
|
|
34177
34177
|
const a1 = class a1 {
|
|
34178
34178
|
static debug(e) {
|
|
34179
|
-
e === !0 && (e = "log"),
|
|
34179
|
+
e === !0 && (e = "log"), F1.level(e);
|
|
34180
34180
|
}
|
|
34181
34181
|
static find(e) {
|
|
34182
34182
|
let n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1;
|
|
@@ -34486,7 +34486,7 @@ function qfe(t, e) {
|
|
|
34486
34486
|
container: h.toolbar
|
|
34487
34487
|
}
|
|
34488
34488
|
});
|
|
34489
|
-
const f =
|
|
34489
|
+
const f = Z1({}, m2(u), m2(d), h), m = {
|
|
34490
34490
|
...c,
|
|
34491
34491
|
...$s(a),
|
|
34492
34492
|
...$s(e)
|
|
@@ -34504,7 +34504,7 @@ function qfe(t, e) {
|
|
|
34504
34504
|
return b == null ? (F0.error(`Cannot load ${x} module. Are you sure you registered it?`), w) : {
|
|
34505
34505
|
...w,
|
|
34506
34506
|
// @ts-expect-error
|
|
34507
|
-
[x]:
|
|
34507
|
+
[x]: Z1({}, b.DEFAULTS || {}, C)
|
|
34508
34508
|
};
|
|
34509
34509
|
}, {}),
|
|
34510
34510
|
bounds: Bs(m.bounds)
|
|
@@ -34845,7 +34845,7 @@ const Al = new Kfe("font", "font-family", bl), _l = new p1("size", "ql-size", {
|
|
|
34845
34845
|
}), Bl = new t0("size", "font-size", {
|
|
34846
34846
|
scope: Oe.INLINE,
|
|
34847
34847
|
whitelist: ["10px", "18px", "32px"]
|
|
34848
|
-
}), Zfe =
|
|
34848
|
+
}), Zfe = F1("quill:keyboard"), Qfe = /Mac/i.test(navigator.platform) ? "metaKey" : "ctrlKey";
|
|
34849
34849
|
class Hr extends v1 {
|
|
34850
34850
|
static match(e, n) {
|
|
34851
34851
|
return ["altKey", "ctrlKey", "metaKey", "shiftKey"].some((r) => !!n[r] !== e[r] && n[r] !== null) ? !1 : n.key === e.key || n.key === e.which;
|
|
@@ -35394,7 +35394,7 @@ const hpe = [dpe, spe], fpe = (t) => {
|
|
|
35394
35394
|
t.documentElement && hpe.forEach((e) => {
|
|
35395
35395
|
e(t);
|
|
35396
35396
|
});
|
|
35397
|
-
}, ppe =
|
|
35397
|
+
}, ppe = F1("quill:clipboard"), mpe = [[Node.TEXT_NODE, Bpe], [Node.TEXT_NODE, Rs], ["br", kpe], [Node.ELEMENT_NODE, Rs], [Node.ELEMENT_NODE, xpe], [Node.ELEMENT_NODE, gpe], [Node.ELEMENT_NODE, Ape], ["li", bpe], ["ol, ul", Mpe], ["pre", Cpe], ["tr", _pe], ["b", g2("bold")], ["i", g2("italic")], ["strike", g2("strike")], ["style", ype]], vpe = [Gfe, kl].reduce((t, e) => (t[e.keyName] = e, t), {}), Os = [gl, go, wo, yl, Al, Bl].reduce((t, e) => (t[e.keyName] = e, t), {});
|
|
35398
35398
|
class $l extends v1 {
|
|
35399
35399
|
constructor(e, n) {
|
|
35400
35400
|
super(e, n), this.quill.root.addEventListener("copy", (r) => this.onCaptureCopy(r, !1)), this.quill.root.addEventListener("cut", (r) => this.onCaptureCopy(r, !0)), this.quill.root.addEventListener("paste", this.onCapturePaste.bind(this)), this.matchers = [], mpe.concat(this.options.matchers ?? []).forEach((r) => {
|
|
@@ -35570,13 +35570,13 @@ function En(t, e) {
|
|
|
35570
35570
|
}
|
|
35571
35571
|
return n.slice(-1 * e.length) === e;
|
|
35572
35572
|
}
|
|
35573
|
-
function
|
|
35573
|
+
function X1(t, e) {
|
|
35574
35574
|
if (!(t instanceof Element)) return !1;
|
|
35575
35575
|
const n = e.query(t);
|
|
35576
35576
|
return n && n.prototype instanceof Kt ? !1 : ["address", "article", "blockquote", "canvas", "dd", "div", "dl", "dt", "fieldset", "figcaption", "figure", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "header", "iframe", "li", "main", "nav", "ol", "output", "p", "pre", "section", "table", "td", "tr", "ul", "video"].includes(t.tagName.toLowerCase());
|
|
35577
35577
|
}
|
|
35578
35578
|
function wpe(t, e) {
|
|
35579
|
-
return t.previousElementSibling && t.nextElementSibling && !
|
|
35579
|
+
return t.previousElementSibling && t.nextElementSibling && !X1(t.previousElementSibling, e) && !X1(t.nextElementSibling, e);
|
|
35580
35580
|
}
|
|
35581
35581
|
const or = /* @__PURE__ */ new WeakMap();
|
|
35582
35582
|
function Sl(t) {
|
|
@@ -35649,13 +35649,13 @@ function Mpe(t, e, n) {
|
|
|
35649
35649
|
function Rs(t, e, n) {
|
|
35650
35650
|
if (!En(e, `
|
|
35651
35651
|
`)) {
|
|
35652
|
-
if (
|
|
35652
|
+
if (X1(t, n) && (t.childNodes.length > 0 || t instanceof HTMLParagraphElement))
|
|
35653
35653
|
return e.insert(`
|
|
35654
35654
|
`);
|
|
35655
35655
|
if (e.length() > 0 && t.nextSibling) {
|
|
35656
35656
|
let r = t.nextSibling;
|
|
35657
35657
|
for (; r != null; ) {
|
|
35658
|
-
if (
|
|
35658
|
+
if (X1(r, n))
|
|
35659
35659
|
return e.insert(`
|
|
35660
35660
|
`);
|
|
35661
35661
|
const l = n.query(r);
|
|
@@ -35695,7 +35695,7 @@ function Bpe(t, e, n) {
|
|
|
35695
35695
|
if (r.trim().length === 0 && r.includes(`
|
|
35696
35696
|
`) && !wpe(t, n))
|
|
35697
35697
|
return e;
|
|
35698
|
-
r = r.replace(/[^\S\u00a0]/g, " "), r = r.replace(/ {2,}/g, " "), (t.previousSibling == null && t.parentElement != null &&
|
|
35698
|
+
r = r.replace(/[^\S\u00a0]/g, " "), r = r.replace(/ {2,}/g, " "), (t.previousSibling == null && t.parentElement != null && X1(t.parentElement, n) || t.previousSibling instanceof Element && X1(t.previousSibling, n)) && (r = r.replace(/^ /, "")), (t.nextSibling == null && t.parentElement != null && X1(t.parentElement, n) || t.nextSibling instanceof Element && X1(t.nextSibling, n)) && (r = r.replace(/ $/, "")), r = r.replaceAll(" ", " ");
|
|
35699
35699
|
}
|
|
35700
35700
|
return e.insert(r);
|
|
35701
35701
|
}
|
|
@@ -36057,7 +36057,7 @@ $e(bn, "blotName", "bold"), $e(bn, "tagName", ["STRONG", "B"]);
|
|
|
36057
36057
|
class G2 extends bn {
|
|
36058
36058
|
}
|
|
36059
36059
|
$e(G2, "blotName", "italic"), $e(G2, "tagName", ["EM", "I"]);
|
|
36060
|
-
class
|
|
36060
|
+
class K1 extends A1 {
|
|
36061
36061
|
static create(e) {
|
|
36062
36062
|
const n = super.create(e);
|
|
36063
36063
|
return n.setAttribute("href", this.sanitize(e)), n.setAttribute("rel", "noopener noreferrer"), n.setAttribute("target", "_blank"), n;
|
|
@@ -36072,7 +36072,7 @@ class X1 extends A1 {
|
|
|
36072
36072
|
e !== this.statics.blotName || !n ? super.format(e, n) : this.domNode.setAttribute("href", this.constructor.sanitize(n));
|
|
36073
36073
|
}
|
|
36074
36074
|
}
|
|
36075
|
-
$e(
|
|
36075
|
+
$e(K1, "blotName", "link"), $e(K1, "tagName", "A"), $e(K1, "SANITIZED_URL", "about:blank"), $e(K1, "PROTOCOL_WHITELIST", ["http", "https", "mailto", "tel", "sms"]);
|
|
36076
36076
|
function Tl(t, e) {
|
|
36077
36077
|
const n = document.createElement("a");
|
|
36078
36078
|
n.href = t;
|
|
@@ -36149,7 +36149,7 @@ class hr extends n1 {
|
|
|
36149
36149
|
return Ps.reduce((n, r) => (e.hasAttribute(r) && (n[r] = e.getAttribute(r)), n), {});
|
|
36150
36150
|
}
|
|
36151
36151
|
static sanitize(e) {
|
|
36152
|
-
return
|
|
36152
|
+
return K1.sanitize(e);
|
|
36153
36153
|
}
|
|
36154
36154
|
static value(e) {
|
|
36155
36155
|
return e.getAttribute("src");
|
|
@@ -36577,7 +36577,7 @@ class Ipe extends v1 {
|
|
|
36577
36577
|
});
|
|
36578
36578
|
}
|
|
36579
36579
|
}
|
|
36580
|
-
const Is =
|
|
36580
|
+
const Is = F1("quill:toolbar");
|
|
36581
36581
|
class Mo extends v1 {
|
|
36582
36582
|
constructor(e, n) {
|
|
36583
36583
|
var r, l;
|
|
@@ -36967,7 +36967,7 @@ class Rn extends W0 {
|
|
|
36967
36967
|
this.quill.on(Le.events.EDITOR_CHANGE, r);
|
|
36968
36968
|
}
|
|
36969
36969
|
}
|
|
36970
|
-
Rn.DEFAULTS =
|
|
36970
|
+
Rn.DEFAULTS = Z1({}, W0.DEFAULTS, {
|
|
36971
36971
|
modules: {
|
|
36972
36972
|
toolbar: {
|
|
36973
36973
|
handlers: {
|
|
@@ -37110,7 +37110,7 @@ class Pl extends Rn {
|
|
|
37110
37110
|
this.tooltip = new Vl(this.quill, this.options.bounds), e.container != null && (this.tooltip.root.appendChild(e.container), this.buildButtons(e.container.querySelectorAll("button"), Mn), this.buildPickers(e.container.querySelectorAll("select"), Mn));
|
|
37111
37111
|
}
|
|
37112
37112
|
}
|
|
37113
|
-
Pl.DEFAULTS =
|
|
37113
|
+
Pl.DEFAULTS = Z1({}, Rn.DEFAULTS, {
|
|
37114
37114
|
modules: {
|
|
37115
37115
|
toolbar: {
|
|
37116
37116
|
handlers: {
|
|
@@ -37145,10 +37145,10 @@ class Il extends Nl {
|
|
|
37145
37145
|
}), this.quill.on(Le.events.SELECTION_CHANGE, (n, r, l) => {
|
|
37146
37146
|
if (n != null) {
|
|
37147
37147
|
if (n.length === 0 && l === Le.sources.USER) {
|
|
37148
|
-
const [u, c] = this.quill.scroll.descendant(
|
|
37148
|
+
const [u, c] = this.quill.scroll.descendant(K1, n.index);
|
|
37149
37149
|
if (u != null) {
|
|
37150
37150
|
this.linkRange = new h0(n.index - c, u.length());
|
|
37151
|
-
const d =
|
|
37151
|
+
const d = K1.formats(u.domNode);
|
|
37152
37152
|
this.preview.textContent = d, this.preview.setAttribute("href", d), this.show();
|
|
37153
37153
|
const a = this.quill.getBounds(this.linkRange);
|
|
37154
37154
|
a != null && this.position(a);
|
|
@@ -37178,7 +37178,7 @@ class Dl extends Rn {
|
|
|
37178
37178
|
}));
|
|
37179
37179
|
}
|
|
37180
37180
|
}
|
|
37181
|
-
Dl.DEFAULTS =
|
|
37181
|
+
Dl.DEFAULTS = Z1({}, Rn.DEFAULTS, {
|
|
37182
37182
|
modules: {
|
|
37183
37183
|
toolbar: {
|
|
37184
37184
|
handlers: {
|
|
@@ -37229,7 +37229,7 @@ ue.register({
|
|
|
37229
37229
|
"formats/bold": bn,
|
|
37230
37230
|
"formats/code": xo,
|
|
37231
37231
|
"formats/italic": G2,
|
|
37232
|
-
"formats/link":
|
|
37232
|
+
"formats/link": K1,
|
|
37233
37233
|
"formats/script": W2,
|
|
37234
37234
|
"formats/strike": X2,
|
|
37235
37235
|
"formats/underline": K2,
|
|
@@ -37278,9 +37278,9 @@ const L9e = {
|
|
|
37278
37278
|
},
|
|
37279
37279
|
emits: ["update:modelValue"],
|
|
37280
37280
|
setup(t, { emit: e }) {
|
|
37281
|
-
const n =
|
|
37281
|
+
const n = Ce(null);
|
|
37282
37282
|
let r = null;
|
|
37283
|
-
return
|
|
37283
|
+
return I1(() => {
|
|
37284
37284
|
r = new ue(n.value, t.options), r.root.innerHTML = t.modelValue, r.on("text-change", () => {
|
|
37285
37285
|
e("update:modelValue", r.root.innerHTML);
|
|
37286
37286
|
});
|
|
@@ -37311,7 +37311,7 @@ const An = /* @__PURE__ */ K0(L9e, [["render", H9e]]), O9e = { class: "rounded-x
|
|
|
37311
37311
|
},
|
|
37312
37312
|
emits: ["update"],
|
|
37313
37313
|
setup(t, { emit: e }) {
|
|
37314
|
-
const n = Gt("VFileUpload", J1), l =
|
|
37314
|
+
const n = Gt("VFileUpload", J1), l = Ce(t.data.component), u = Te(() => {
|
|
37315
37315
|
var a;
|
|
37316
37316
|
return ((a = l.value.paragraph) == null ? void 0 : a.replace(/<[^>]*>/g, " ").trim()).split(/\s+/).filter((h) => h.length > 0).length;
|
|
37317
37317
|
});
|
|
@@ -37389,7 +37389,7 @@ const An = /* @__PURE__ */ K0(L9e, [["render", H9e]]), O9e = { class: "rounded-x
|
|
|
37389
37389
|
supporting_text: "Recommended dimension: 1200*1060px"
|
|
37390
37390
|
}, {
|
|
37391
37391
|
default: Xe(() => [
|
|
37392
|
-
me(
|
|
37392
|
+
me(ye(n), {
|
|
37393
37393
|
name: "image",
|
|
37394
37394
|
height: "h-[395px]",
|
|
37395
37395
|
modelValue: l.value.featured_image,
|
|
@@ -37414,7 +37414,7 @@ const An = /* @__PURE__ */ K0(L9e, [["render", H9e]]), O9e = { class: "rounded-x
|
|
|
37414
37414
|
},
|
|
37415
37415
|
emits: ["update"],
|
|
37416
37416
|
setup(t, { emit: e }) {
|
|
37417
|
-
const n = Gt("VFileUpload", J1), l =
|
|
37417
|
+
const n = Gt("VFileUpload", J1), l = Ce(t.data.component), u = Te(() => {
|
|
37418
37418
|
var a;
|
|
37419
37419
|
return ((a = l.value.caption) == null ? void 0 : a.replace(/<[^>]*>/g, " ").trim()).split(/\s+/).filter((h) => h.length > 0).length;
|
|
37420
37420
|
});
|
|
@@ -37427,7 +37427,7 @@ const An = /* @__PURE__ */ K0(L9e, [["render", H9e]]), O9e = { class: "rounded-x
|
|
|
37427
37427
|
supporting_text: "Recommended dimension: 1200*1060px"
|
|
37428
37428
|
}, {
|
|
37429
37429
|
default: Xe(() => [
|
|
37430
|
-
me(
|
|
37430
|
+
me(ye(n), {
|
|
37431
37431
|
name: "image",
|
|
37432
37432
|
height: "h-[395px]",
|
|
37433
37433
|
modelValue: l.value.featured_image,
|
|
@@ -37465,7 +37465,7 @@ const An = /* @__PURE__ */ K0(L9e, [["render", H9e]]), O9e = { class: "rounded-x
|
|
|
37465
37465
|
},
|
|
37466
37466
|
emits: ["update"],
|
|
37467
37467
|
setup(t, { emit: e }) {
|
|
37468
|
-
const r =
|
|
37468
|
+
const r = Ce(t.data.component), l = Ce(null);
|
|
37469
37469
|
return (u, c) => (s(!0), i(ze, null, Qe(r.value.data, (d, a) => (s(), i("div", {
|
|
37470
37470
|
class: "flex flex-col rounded-xl",
|
|
37471
37471
|
key: a,
|
|
@@ -37484,7 +37484,7 @@ const An = /* @__PURE__ */ K0(L9e, [["render", H9e]]), O9e = { class: "rounded-x
|
|
|
37484
37484
|
}, lme = { class: "flex flex-col gap-1 pt-6 text-gray-600" }, ame = ["value"], cme = {
|
|
37485
37485
|
key: 1,
|
|
37486
37486
|
class: "rounded-xl bg-gray-50 px-6 py-5"
|
|
37487
|
-
}, ume = { class: "flex justify-between space-x-xsSpace pt-xsSpace gap-4 sticky bottom-0 w-full bg-gray-200 py-2 px-6" },
|
|
37487
|
+
}, ume = { class: "flex justify-between space-x-xsSpace pt-xsSpace gap-4 sticky bottom-0 w-full bg-gray-200 py-2 px-6" }, Bke = {
|
|
37488
37488
|
__name: "PageBuilder",
|
|
37489
37489
|
props: {
|
|
37490
37490
|
modelValue: {
|
|
@@ -37503,9 +37503,9 @@ const An = /* @__PURE__ */ K0(L9e, [["render", H9e]]), O9e = { class: "rounded-x
|
|
|
37503
37503
|
emits: ["save", "close"],
|
|
37504
37504
|
setup(t, { emit: e }) {
|
|
37505
37505
|
var w;
|
|
37506
|
-
const n = e, r = t, l =
|
|
37507
|
-
let c =
|
|
37508
|
-
const d =
|
|
37506
|
+
const n = e, r = t, l = Ce(JSON.parse(window.localStorage.getItem("pageBuilderOpenStates"))), u = Ce(((w = r.modelValue) == null ? void 0 : w.sections) ?? []);
|
|
37507
|
+
let c = Ce(null);
|
|
37508
|
+
const d = Ce({
|
|
37509
37509
|
sliders: We(Wn),
|
|
37510
37510
|
vertical_tabs: We(Wn),
|
|
37511
37511
|
links: We(Xn),
|
|
@@ -37557,10 +37557,10 @@ const An = /* @__PURE__ */ K0(L9e, [["render", H9e]]), O9e = { class: "rounded-x
|
|
|
37557
37557
|
o("span", Q9e, be(A.title), 1),
|
|
37558
37558
|
o("div", Y9e, [
|
|
37559
37559
|
o("div", J9e, [
|
|
37560
|
-
l.value[$] ? (s(), Ze(
|
|
37560
|
+
l.value[$] ? (s(), Ze(ye(ua), {
|
|
37561
37561
|
key: 1,
|
|
37562
37562
|
class: "h-5 w-5"
|
|
37563
|
-
})) : (s(), Ze(
|
|
37563
|
+
})) : (s(), Ze(ye(k2), {
|
|
37564
37564
|
key: 0,
|
|
37565
37565
|
class: "h-5 w-5"
|
|
37566
37566
|
}))
|
|
@@ -37569,17 +37569,17 @@ const An = /* @__PURE__ */ K0(L9e, [["render", H9e]]), O9e = { class: "rounded-x
|
|
|
37569
37569
|
], 8, Z9e),
|
|
37570
37570
|
l.value[$] ? (s(), i("div", eme, [
|
|
37571
37571
|
(s(!0), i(ze, null, Qe(A.components, (R, V) => {
|
|
37572
|
-
var I,
|
|
37572
|
+
var I, X;
|
|
37573
37573
|
return s(), i("div", {
|
|
37574
|
-
onClick: (
|
|
37575
|
-
class:
|
|
37574
|
+
onClick: (W) => h($, R, V),
|
|
37575
|
+
class: Re(["flex cursor-pointer items-center justify-between rounded-lg py-1.5 pl-6 pr-2 hover:bg-gray-100", { "bg-gray-200 hover:bg-gray-200": ((I = ye(c)) == null ? void 0 : I.sectionIndex) === $ && ((X = ye(c)) == null ? void 0 : X.componentIndex) === V }])
|
|
37576
37576
|
}, [
|
|
37577
37577
|
o("div", nme, [
|
|
37578
37578
|
x[1] || (x[1] = o("div", { class: "text-xs text-gray-600" }, "Sub-module", -1)),
|
|
37579
37579
|
o("div", rme, be(R.name), 1)
|
|
37580
37580
|
]),
|
|
37581
37581
|
o("div", ome, [
|
|
37582
|
-
me(
|
|
37582
|
+
me(ye(k2), { class: "h-5 w-5" })
|
|
37583
37583
|
])
|
|
37584
37584
|
], 10, tme);
|
|
37585
37585
|
}), 256))
|
|
@@ -37587,7 +37587,7 @@ const An = /* @__PURE__ */ K0(L9e, [["render", H9e]]), O9e = { class: "rounded-x
|
|
|
37587
37587
|
]))), 256))
|
|
37588
37588
|
]),
|
|
37589
37589
|
o("div", sme, [
|
|
37590
|
-
|
|
37590
|
+
ye(c) ? de("", !0) : (s(), i("div", ime, [
|
|
37591
37591
|
x[3] || (x[3] = o("div", { class: "text-lg pb-6 font-semibold text-gray-900 border-b border-gray-200" }, "Settings", -1)),
|
|
37592
37592
|
o("div", lme, [
|
|
37593
37593
|
me(pt, {
|
|
@@ -37611,13 +37611,13 @@ const An = /* @__PURE__ */ K0(L9e, [["render", H9e]]), O9e = { class: "rounded-x
|
|
|
37611
37611
|
x[2] || (x[2] = o("p", null, "This sets the section name shown in the breadcrumb (e.g. Home / Who We Are / Page). Leave blank to skip the section.", -1))
|
|
37612
37612
|
])
|
|
37613
37613
|
])),
|
|
37614
|
-
|
|
37614
|
+
ye(c) ? de("", !0) : (s(), i("div", cme, [
|
|
37615
37615
|
me(fa)
|
|
37616
37616
|
])),
|
|
37617
37617
|
(s(), Ze(Y1(p.value), {
|
|
37618
37618
|
class: "min-h-[90vh]",
|
|
37619
|
-
key: `${(C =
|
|
37620
|
-
data:
|
|
37619
|
+
key: `${(C = ye(c)) == null ? void 0 : C.sectionIndex} - ${(b = ye(c)) == null ? void 0 : b.componentIndex} ${Math.random().toString(36).substring(2, 10)}`,
|
|
37620
|
+
data: ye(c),
|
|
37621
37621
|
sites: t.sites,
|
|
37622
37622
|
onUpdate: m
|
|
37623
37623
|
}, null, 40, ["data", "sites"]))
|
|
@@ -37871,7 +37871,7 @@ const bme = p0({
|
|
|
37871
37871
|
});
|
|
37872
37872
|
function Mme(t) {
|
|
37873
37873
|
let e = !1;
|
|
37874
|
-
const n = { x: 0, y: 0 }, r = un({ x: 0, y: 0 }), l =
|
|
37874
|
+
const n = { x: 0, y: 0 }, r = un({ x: 0, y: 0 }), l = Ce(!1), { isSliding: u } = t, c = Te(() => typeof u == "boolean" ? u : u.value), d = (f) => {
|
|
37875
37875
|
var m;
|
|
37876
37876
|
const p = f.target.tagName;
|
|
37877
37877
|
if (["INPUT", "TEXTAREA", "SELECT"].includes(p) || c.value || (e = f.type === "touchstart", e && f.touches.length > 1))
|
|
@@ -37905,7 +37905,7 @@ function Mme(t) {
|
|
|
37905
37905
|
};
|
|
37906
37906
|
}
|
|
37907
37907
|
function Ame() {
|
|
37908
|
-
const t =
|
|
37908
|
+
const t = Ce(!1);
|
|
37909
37909
|
return {
|
|
37910
37910
|
isHover: t,
|
|
37911
37911
|
handleMouseEnter: () => {
|
|
@@ -38074,20 +38074,20 @@ const Bme = {
|
|
|
38074
38074
|
],
|
|
38075
38075
|
setup(t, { slots: e, emit: n, expose: r }) {
|
|
38076
38076
|
var l;
|
|
38077
|
-
const u = pme(n), c = u.getSlides(), d = Te(() => c.length), a =
|
|
38077
|
+
const u = pme(n), c = u.getSlides(), d = Te(() => c.length), a = Ce(null), h = Ce(null), f = Ce(0), m = Te(() => Object.assign(Object.assign(Object.assign({}, xt), wme(t, ["breakpoints", "modelValue"])), { i18n: Object.assign(Object.assign({}, xt.i18n), t.i18n) })), p = x2(Object.assign({}, m.value)), w = Ce((l = t.modelValue) !== null && l !== void 0 ? l : 0), v = Ce(w.value);
|
|
38078
38078
|
P0(w, (ge) => v.value = ge);
|
|
38079
|
-
const x =
|
|
38079
|
+
const x = Ce(0), C = Te(() => Math.ceil((d.value - 1) / 2)), b = Te(() => d.value - 1), A = Te(() => 0);
|
|
38080
38080
|
let $ = null, R = null, V = null;
|
|
38081
|
-
const I = Te(() => f.value + p.gap),
|
|
38081
|
+
const I = Te(() => f.value + p.gap), X = Te(() => {
|
|
38082
38082
|
const ge = p.dir || "ltr";
|
|
38083
38083
|
return ge in xr ? xr[ge] : ge;
|
|
38084
|
-
}),
|
|
38084
|
+
}), W = Te(() => ["rtl", "btt"].includes(X.value)), se = Te(() => ["ttb", "btt"].includes(X.value)), K = Te(() => p.itemsToShow === "auto"), M = Te(() => se.value ? "height" : "width");
|
|
38085
38085
|
function N() {
|
|
38086
38086
|
var ge;
|
|
38087
38087
|
if (!we.value)
|
|
38088
38088
|
return;
|
|
38089
|
-
const _e = (m.value.breakpointMode === "carousel" ? (ge = a.value) === null || ge === void 0 ? void 0 : ge.getBoundingClientRect().width : typeof window < "u" ? window.innerWidth : 0) || 0,
|
|
38090
|
-
|
|
38089
|
+
const _e = (m.value.breakpointMode === "carousel" ? (ge = a.value) === null || ge === void 0 ? void 0 : ge.getBoundingClientRect().width : typeof window < "u" ? window.innerWidth : 0) || 0, Ne = Object.keys(t.breakpoints || {}).map((Pe) => Number(Pe)).sort((Pe, tt) => +tt - +Pe), Ie = {};
|
|
38090
|
+
Ne.some((Pe) => _e >= Pe ? (Object.assign(Ie, t.breakpoints[Pe]), Ie.i18n && Object.assign(Ie.i18n, m.value.i18n, t.breakpoints[Pe].i18n), !0) : !1), Object.assign(p, m.value, Ie), K.value || (p.itemsToShow = H1({
|
|
38091
38091
|
val: Number(p.itemsToShow),
|
|
38092
38092
|
max: t.clamp ? d.value : 1 / 0,
|
|
38093
38093
|
min: 1
|
|
@@ -38095,24 +38095,24 @@ const Bme = {
|
|
|
38095
38095
|
}
|
|
38096
38096
|
const j = Y2(() => {
|
|
38097
38097
|
N(), ne(), te();
|
|
38098
|
-
}), q = x2(/* @__PURE__ */ new Set()), F =
|
|
38098
|
+
}), q = x2(/* @__PURE__ */ new Set()), F = Ce([]);
|
|
38099
38099
|
function U({ widthMultiplier: ge, heightMultiplier: _e }) {
|
|
38100
|
-
F.value = c.map((
|
|
38100
|
+
F.value = c.map((Ne) => {
|
|
38101
38101
|
var Ie;
|
|
38102
|
-
const Pe = (Ie =
|
|
38102
|
+
const Pe = (Ie = Ne.exposed) === null || Ie === void 0 ? void 0 : Ie.getBoundingRect();
|
|
38103
38103
|
return {
|
|
38104
38104
|
width: Pe.width * ge,
|
|
38105
38105
|
height: Pe.height * _e
|
|
38106
38106
|
};
|
|
38107
38107
|
});
|
|
38108
38108
|
}
|
|
38109
|
-
const Q =
|
|
38109
|
+
const Q = Ce({
|
|
38110
38110
|
width: 0,
|
|
38111
38111
|
height: 0
|
|
38112
38112
|
});
|
|
38113
38113
|
function G({ widthMultiplier: ge, heightMultiplier: _e }) {
|
|
38114
|
-
var
|
|
38115
|
-
const Ie = ((
|
|
38114
|
+
var Ne;
|
|
38115
|
+
const Ie = ((Ne = h.value) === null || Ne === void 0 ? void 0 : Ne.getBoundingClientRect()) || { width: 0, height: 0 };
|
|
38116
38116
|
Q.value = {
|
|
38117
38117
|
width: Ie.width * ge,
|
|
38118
38118
|
height: Ie.height * _e
|
|
@@ -38125,8 +38125,8 @@ const Bme = {
|
|
|
38125
38125
|
if (G(ge), U(ge), K.value)
|
|
38126
38126
|
f.value = mme(F.value.map((_e) => _e[M.value]));
|
|
38127
38127
|
else {
|
|
38128
|
-
const _e = Number(p.itemsToShow),
|
|
38129
|
-
f.value = (Q.value[M.value] -
|
|
38128
|
+
const _e = Number(p.itemsToShow), Ne = (_e - 1) * p.gap;
|
|
38129
|
+
f.value = (Q.value[M.value] - Ne) / _e;
|
|
38130
38130
|
}
|
|
38131
38131
|
}
|
|
38132
38132
|
function ne() {
|
|
@@ -38144,20 +38144,20 @@ const Bme = {
|
|
|
38144
38144
|
const Me = (ge) => {
|
|
38145
38145
|
const _e = ge.target;
|
|
38146
38146
|
if (!(!(_e != null && _e.contains(a.value)) || Array.isArray(xe.value) && xe.value.includes(ge.animationName)) && (q.add(_e), !ke)) {
|
|
38147
|
-
const
|
|
38147
|
+
const Ne = () => {
|
|
38148
38148
|
ke = requestAnimationFrame(() => {
|
|
38149
|
-
te(),
|
|
38149
|
+
te(), Ne();
|
|
38150
38150
|
});
|
|
38151
38151
|
};
|
|
38152
|
-
|
|
38152
|
+
Ne();
|
|
38153
38153
|
}
|
|
38154
38154
|
}, Be = (ge) => {
|
|
38155
38155
|
const _e = ge.target;
|
|
38156
38156
|
_e && q.delete(_e), ke && q.size === 0 && (cancelAnimationFrame(ke), te());
|
|
38157
|
-
}, we =
|
|
38157
|
+
}, we = Ce(!1);
|
|
38158
38158
|
typeof document < "u" && Qr(() => {
|
|
38159
38159
|
we.value && xe.value !== !1 ? (document.addEventListener("animationstart", Me), document.addEventListener("animationend", Be)) : (document.removeEventListener("animationstart", Me), document.removeEventListener("animationend", Be));
|
|
38160
|
-
}),
|
|
38160
|
+
}), I1(() => {
|
|
38161
38161
|
we.value = !0, N(), k(), a.value && (V = new ResizeObserver(j), V.observe(a.value)), n("init");
|
|
38162
38162
|
}), si(() => {
|
|
38163
38163
|
we.value = !1, u.cleanup(), R && clearTimeout(R), ke && cancelAnimationFrame(ke), $ && clearInterval($), V && (V.disconnect(), V = null), typeof document < "u" && _(), a.value && (a.value.removeEventListener("transitionend", te), a.value.removeEventListener("animationiteration", te));
|
|
@@ -38167,11 +38167,11 @@ const Bme = {
|
|
|
38167
38167
|
switch (ge.key) {
|
|
38168
38168
|
case "ArrowLeft":
|
|
38169
38169
|
case "ArrowUp":
|
|
38170
|
-
se.value === ge.key.endsWith("Up") && (
|
|
38170
|
+
se.value === ge.key.endsWith("Up") && (W.value ? ae(!0) : ve(!0));
|
|
38171
38171
|
break;
|
|
38172
38172
|
case "ArrowRight":
|
|
38173
38173
|
case "ArrowDown":
|
|
38174
|
-
se.value === ge.key.endsWith("Down") && (
|
|
38174
|
+
se.value === ge.key.endsWith("Down") && (W.value ? ve(!0) : ae(!0));
|
|
38175
38175
|
break;
|
|
38176
38176
|
}
|
|
38177
38177
|
}, 200), _ = () => {
|
|
@@ -38190,12 +38190,12 @@ const Bme = {
|
|
|
38190
38190
|
function E() {
|
|
38191
38191
|
$ && (clearInterval($), $ = null);
|
|
38192
38192
|
}
|
|
38193
|
-
const O =
|
|
38193
|
+
const O = Ce(!1), D = ({ deltaX: ge, deltaY: _e, isTouch: Ne }) => {
|
|
38194
38194
|
var Ie, Pe, tt, at;
|
|
38195
38195
|
n("drag", { deltaX: ge, deltaY: _e });
|
|
38196
|
-
const mt =
|
|
38196
|
+
const mt = Ne ? typeof p.touchDrag == "object" && (Pe = (Ie = p.touchDrag) === null || Ie === void 0 ? void 0 : Ie.threshold) !== null && Pe !== void 0 ? Pe : sr : typeof p.mouseDrag == "object" && (at = (tt = p.mouseDrag) === null || tt === void 0 ? void 0 : tt.threshold) !== null && at !== void 0 ? at : sr, _t = gme({
|
|
38197
38197
|
isVertical: se.value,
|
|
38198
|
-
isReversed:
|
|
38198
|
+
isReversed: W.value,
|
|
38199
38199
|
dragged: { x: ge, y: _e },
|
|
38200
38200
|
effectiveSlideSize: I.value,
|
|
38201
38201
|
threshold: mt
|
|
@@ -38209,8 +38209,8 @@ const Bme = {
|
|
|
38209
38209
|
isSliding: O,
|
|
38210
38210
|
onDrag: D,
|
|
38211
38211
|
onDragEnd: z
|
|
38212
|
-
}), ee = ({ deltaX: ge, deltaY: _e, isScrollingForward:
|
|
38213
|
-
n("wheel", { deltaX: ge, deltaY: _e }),
|
|
38212
|
+
}), ee = ({ deltaX: ge, deltaY: _e, isScrollingForward: Ne }) => {
|
|
38213
|
+
n("wheel", { deltaX: ge, deltaY: _e }), Ne ? W.value ? ve() : ae() : W.value ? ae() : ve();
|
|
38214
38214
|
}, { handleScroll: re } = _me({
|
|
38215
38215
|
isVertical: se,
|
|
38216
38216
|
isSliding: O,
|
|
@@ -38226,13 +38226,13 @@ const Bme = {
|
|
|
38226
38226
|
function Se(ge, _e = !1) {
|
|
38227
38227
|
if (!_e && O.value)
|
|
38228
38228
|
return;
|
|
38229
|
-
let
|
|
38229
|
+
let Ne = ge, Ie = ge;
|
|
38230
38230
|
x.value = w.value, p.wrapAround ? Ie = Wl({
|
|
38231
|
-
val:
|
|
38231
|
+
val: Ne,
|
|
38232
38232
|
max: b.value,
|
|
38233
38233
|
min: A.value
|
|
38234
|
-
}) :
|
|
38235
|
-
val:
|
|
38234
|
+
}) : Ne = H1({
|
|
38235
|
+
val: Ne,
|
|
38236
38236
|
max: b.value,
|
|
38237
38237
|
min: A.value
|
|
38238
38238
|
}), n("slide-start", {
|
|
@@ -38240,8 +38240,8 @@ const Bme = {
|
|
|
38240
38240
|
currentSlideIndex: w.value,
|
|
38241
38241
|
prevSlideIndex: x.value,
|
|
38242
38242
|
slidesCount: d.value
|
|
38243
|
-
}), E(), O.value = !0, w.value =
|
|
38244
|
-
p.wrapAround && Ie !==
|
|
38243
|
+
}), E(), O.value = !0, w.value = Ne, Ie !== Ne && it.pause(), n("update:modelValue", Ie), R = setTimeout(() => {
|
|
38244
|
+
p.wrapAround && Ie !== Ne && (it.resume(), w.value = Ie, n("loop", {
|
|
38245
38245
|
currentSlideIndex: w.value,
|
|
38246
38246
|
slidingToIndex: ge
|
|
38247
38247
|
})), n("slide-end", {
|
|
@@ -38264,9 +38264,9 @@ const Bme = {
|
|
|
38264
38264
|
return { before: 0, after: 0 };
|
|
38265
38265
|
if (K.value)
|
|
38266
38266
|
return { before: c.length, after: c.length };
|
|
38267
|
-
const ge = Number(p.itemsToShow), _e = Math.ceil(ge + (p.itemsToScroll - 1)),
|
|
38267
|
+
const ge = Number(p.itemsToShow), _e = Math.ceil(ge + (p.itemsToScroll - 1)), Ne = _e - v.value, Ie = _e - (d.value - (v.value + 1));
|
|
38268
38268
|
return {
|
|
38269
|
-
before: Math.max(0,
|
|
38269
|
+
before: Math.max(0, Ne),
|
|
38270
38270
|
after: Math.max(0, Ie)
|
|
38271
38271
|
};
|
|
38272
38272
|
}), Fe = Te(() => Je.value.before ? K.value ? F.value.slice(-1 * Je.value.before).reduce((ge, _e) => ge + _e[M.value] + p.gap, 0) * -1 : Je.value.before * I.value * -1 : 0), et = Te(() => {
|
|
@@ -38286,8 +38286,8 @@ const Bme = {
|
|
|
38286
38286
|
}), wt = Te(() => {
|
|
38287
38287
|
let ge = 0;
|
|
38288
38288
|
if (K.value) {
|
|
38289
|
-
if (w.value < 0 ? ge = F.value.slice(w.value).reduce((_e,
|
|
38290
|
-
const _e = F.value.reduce((
|
|
38289
|
+
if (w.value < 0 ? ge = F.value.slice(w.value).reduce((_e, Ne) => _e + Ne[M.value] + p.gap, 0) * -1 : ge = F.value.slice(0, w.value).reduce((_e, Ne) => _e + Ne[M.value] + p.gap, 0), ge -= et.value, !p.wrapAround) {
|
|
38290
|
+
const _e = F.value.reduce((Ne, Ie) => Ne + Ie[M.value] + p.gap, 0) - Q.value[M.value] - p.gap;
|
|
38291
38291
|
ge = H1({
|
|
38292
38292
|
val: ge,
|
|
38293
38293
|
max: _e,
|
|
@@ -38302,7 +38302,7 @@ const Bme = {
|
|
|
38302
38302
|
min: 0
|
|
38303
38303
|
})), ge = _e * I.value;
|
|
38304
38304
|
}
|
|
38305
|
-
return ge * (
|
|
38305
|
+
return ge * (W.value ? 1 : -1);
|
|
38306
38306
|
}), kt = Te(() => {
|
|
38307
38307
|
var ge, _e;
|
|
38308
38308
|
if (!K.value) {
|
|
@@ -38323,7 +38323,7 @@ const Bme = {
|
|
|
38323
38323
|
}))
|
|
38324
38324
|
};
|
|
38325
38325
|
}
|
|
38326
|
-
let
|
|
38326
|
+
let Ne = 0;
|
|
38327
38327
|
{
|
|
38328
38328
|
let Pe = 0, tt = 0 - Je.value.before;
|
|
38329
38329
|
const at = Math.abs(wt.value + Fe.value);
|
|
@@ -38331,11 +38331,11 @@ const Bme = {
|
|
|
38331
38331
|
const mt = (tt % c.length + c.length) % c.length;
|
|
38332
38332
|
Pe += ((ge = F.value[mt]) === null || ge === void 0 ? void 0 : ge[M.value]) + p.gap, tt++;
|
|
38333
38333
|
}
|
|
38334
|
-
|
|
38334
|
+
Ne = tt - 1;
|
|
38335
38335
|
}
|
|
38336
38336
|
let Ie = 0;
|
|
38337
38337
|
{
|
|
38338
|
-
let Pe =
|
|
38338
|
+
let Pe = Ne, tt = 0;
|
|
38339
38339
|
for (Pe < 0 ? tt = F.value.slice(0, Pe).reduce((at, mt) => at + mt[M.value] + p.gap, 0) - Math.abs(wt.value + Fe.value) : tt = F.value.slice(0, Pe).reduce((at, mt) => at + mt[M.value] + p.gap, 0) - Math.abs(wt.value); tt < Q.value[M.value]; ) {
|
|
38340
38340
|
const at = (Pe % c.length + c.length) % c.length;
|
|
38341
38341
|
tt += ((_e = F.value[at]) === null || _e === void 0 ? void 0 : _e[M.value]) + p.gap, Pe++;
|
|
@@ -38343,25 +38343,25 @@ const Bme = {
|
|
|
38343
38343
|
Ie = Pe - 1;
|
|
38344
38344
|
}
|
|
38345
38345
|
return {
|
|
38346
|
-
min: Math.floor(
|
|
38346
|
+
min: Math.floor(Ne),
|
|
38347
38347
|
max: Math.ceil(Ie)
|
|
38348
38348
|
};
|
|
38349
38349
|
}), Zt = Te(() => {
|
|
38350
38350
|
if (p.slideEffect === "fade")
|
|
38351
38351
|
return;
|
|
38352
38352
|
const ge = se.value ? "Y" : "X", _e = se.value ? Z.y : Z.x;
|
|
38353
|
-
let
|
|
38353
|
+
let Ne = wt.value + _e;
|
|
38354
38354
|
if (!p.wrapAround && p.preventExcessiveDragging) {
|
|
38355
38355
|
let Ie = 0;
|
|
38356
38356
|
K.value ? Ie = F.value.reduce((at, mt) => at + mt[M.value], 0) : Ie = (d.value - Number(p.itemsToShow)) * I.value;
|
|
38357
|
-
const Pe =
|
|
38358
|
-
|
|
38359
|
-
val:
|
|
38357
|
+
const Pe = W.value ? 0 : -1 * Ie, tt = W.value ? Ie : 0;
|
|
38358
|
+
Ne = H1({
|
|
38359
|
+
val: Ne,
|
|
38360
38360
|
min: Pe,
|
|
38361
38361
|
max: tt
|
|
38362
38362
|
});
|
|
38363
38363
|
}
|
|
38364
|
-
return `translate${ge}(${
|
|
38364
|
+
return `translate${ge}(${Ne}px)`;
|
|
38365
38365
|
}), Et = Te(() => ({
|
|
38366
38366
|
"--vc-carousel-height": ir(p.height),
|
|
38367
38367
|
"--vc-cloned-offset": ir(Fe.value),
|
|
@@ -38376,7 +38376,7 @@ const Bme = {
|
|
|
38376
38376
|
maxSlide: b,
|
|
38377
38377
|
minSlide: A,
|
|
38378
38378
|
nav: { slideTo: Se, next: ae, prev: ve },
|
|
38379
|
-
normalizedDir:
|
|
38379
|
+
normalizedDir: X,
|
|
38380
38380
|
slideRegistry: u,
|
|
38381
38381
|
slideSize: f,
|
|
38382
38382
|
slides: c,
|
|
@@ -38405,7 +38405,7 @@ const Bme = {
|
|
|
38405
38405
|
updateSlidesData: ne
|
|
38406
38406
|
}, Jl(Ue)))), () => {
|
|
38407
38407
|
var ge;
|
|
38408
|
-
const _e = e.default || e.slides,
|
|
38408
|
+
const _e = e.default || e.slides, Ne = (_e == null ? void 0 : _e(lt)) || [], { before: Ie, after: Pe } = Je.value, tt = Gs({
|
|
38409
38409
|
slides: c,
|
|
38410
38410
|
position: "before",
|
|
38411
38411
|
toShow: Ie
|
|
@@ -38413,7 +38413,7 @@ const Bme = {
|
|
|
38413
38413
|
slides: c,
|
|
38414
38414
|
position: "after",
|
|
38415
38415
|
toShow: Pe
|
|
38416
|
-
}), mt = [...tt, ...
|
|
38416
|
+
}), mt = [...tt, ...Ne, ...at];
|
|
38417
38417
|
if (!p.enabled || !mt.length)
|
|
38418
38418
|
return jt("section", {
|
|
38419
38419
|
ref: a,
|
|
@@ -38430,7 +38430,7 @@ const Bme = {
|
|
|
38430
38430
|
ref: a,
|
|
38431
38431
|
class: [
|
|
38432
38432
|
"carousel",
|
|
38433
|
-
`is-${
|
|
38433
|
+
`is-${X.value}`,
|
|
38434
38434
|
`is-effect-${p.slideEffect}`,
|
|
38435
38435
|
{
|
|
38436
38436
|
"is-dragging": J.value,
|
|
@@ -38439,7 +38439,7 @@ const Bme = {
|
|
|
38439
38439
|
"is-vertical": se.value
|
|
38440
38440
|
}
|
|
38441
38441
|
],
|
|
38442
|
-
dir:
|
|
38442
|
+
dir: X.value,
|
|
38443
38443
|
style: Et.value,
|
|
38444
38444
|
"aria-label": p.i18n.ariaGallery,
|
|
38445
38445
|
tabindex: "0",
|
|
@@ -38603,7 +38603,7 @@ const Lme = p0({
|
|
|
38603
38603
|
const l = Gt(f0);
|
|
38604
38604
|
if (ii(f0, void 0), !l)
|
|
38605
38605
|
return () => "";
|
|
38606
|
-
const u =
|
|
38606
|
+
const u = Ce(t.index), c = (v) => {
|
|
38607
38607
|
u.value = v;
|
|
38608
38608
|
}, d = ta(), a = () => {
|
|
38609
38609
|
const v = d.vnode.el;
|
|
@@ -38622,7 +38622,7 @@ const Lme = p0({
|
|
|
38622
38622
|
});
|
|
38623
38623
|
return l.slideRegistry.registerSlide(d, t.index), na(() => {
|
|
38624
38624
|
l.slideRegistry.unregisterSlide(d);
|
|
38625
|
-
}), t.isClone && (
|
|
38625
|
+
}), t.isClone && (I1(() => {
|
|
38626
38626
|
Ws(d.vnode);
|
|
38627
38627
|
}), ra(() => {
|
|
38628
38628
|
Ws(d.vnode);
|
|
@@ -38668,9 +38668,9 @@ const Lme = p0({
|
|
|
38668
38668
|
}
|
|
38669
38669
|
},
|
|
38670
38670
|
setup(t) {
|
|
38671
|
-
const e = t, n =
|
|
38671
|
+
const e = t, n = Ce(0), l = Ce(e.component).value.data.filter((u) => u.public);
|
|
38672
38672
|
return (u, c) => (s(), i("div", Tme, [
|
|
38673
|
-
me(
|
|
38673
|
+
me(ye($me), {
|
|
38674
38674
|
"items-to-show": 1,
|
|
38675
38675
|
modelValue: n.value,
|
|
38676
38676
|
"onUpdate:modelValue": c[0] || (c[0] = (d) => n.value = d),
|
|
@@ -38679,14 +38679,14 @@ const Lme = p0({
|
|
|
38679
38679
|
"wrap-around": !0
|
|
38680
38680
|
}, {
|
|
38681
38681
|
default: Xe(() => [
|
|
38682
|
-
(s(!0), i(ze, null, Qe(
|
|
38682
|
+
(s(!0), i(ze, null, Qe(ye(l), (d, a) => (s(), Ze(ye(Lme), { key: a }, {
|
|
38683
38683
|
default: Xe(() => [
|
|
38684
38684
|
o("div", Eme, [
|
|
38685
38685
|
o("div", Hme, [
|
|
38686
38686
|
o("div", Ome, [
|
|
38687
|
-
|
|
38687
|
+
ye(l).length > 1 ? (s(!0), i(ze, { key: 0 }, Qe(ye(l), (h, f) => (s(), i("a", {
|
|
38688
38688
|
onClick: (m) => n.value = f,
|
|
38689
|
-
class:
|
|
38689
|
+
class: Re(["w-4 h-1 bg-navy-400 rounded-full cursor-pointer", { "!w-12 !bg-white": n.value === f }])
|
|
38690
38690
|
}, null, 10, Rme))), 256)) : de("", !0)
|
|
38691
38691
|
]),
|
|
38692
38692
|
o("h3", Nme, be(d == null ? void 0 : d.title), 1),
|
|
@@ -38698,7 +38698,7 @@ const Lme = p0({
|
|
|
38698
38698
|
d.secondary_button.show ? (s(), i("a", {
|
|
38699
38699
|
key: 0,
|
|
38700
38700
|
class: "text-white text-base font-semibold border border-white px-6 py-2 rounded-full hover:bg-navy-800 hover:opacity-60",
|
|
38701
|
-
href:
|
|
38701
|
+
href: ye(C1)(d.secondary_button.url),
|
|
38702
38702
|
target: d.secondary_button.open_in_new_tab ? "_blank" : ""
|
|
38703
38703
|
}, [
|
|
38704
38704
|
o("span", null, be(d.secondary_button.label), 1)
|
|
@@ -38706,11 +38706,11 @@ const Lme = p0({
|
|
|
38706
38706
|
d.primary_button.show ? (s(), i("a", {
|
|
38707
38707
|
key: 1,
|
|
38708
38708
|
class: "flex items-center gap-2 text-navy-800 bg-white text-base font-semibold border border-white px-6 py-2 rounded-full hover:bg-navy-50",
|
|
38709
|
-
href:
|
|
38709
|
+
href: ye(C1)(d.primary_button.url),
|
|
38710
38710
|
target: d.primary_button.open_in_new_tab ? "_blank" : ""
|
|
38711
38711
|
}, [
|
|
38712
38712
|
P1(be(d.primary_button.label) + " ", 1),
|
|
38713
|
-
me(
|
|
38713
|
+
me(ye(V1), { class: "w-5 h-5" })
|
|
38714
38714
|
], 8, Dme)) : de("", !0)
|
|
38715
38715
|
])
|
|
38716
38716
|
]),
|
|
@@ -38738,20 +38738,20 @@ const Lme = p0({
|
|
|
38738
38738
|
}
|
|
38739
38739
|
},
|
|
38740
38740
|
setup(t) {
|
|
38741
|
-
const n =
|
|
38741
|
+
const n = Ce(t.component), r = n.value.type === "link_grid";
|
|
38742
38742
|
return (l, u) => (s(), i("div", {
|
|
38743
|
-
class:
|
|
38743
|
+
class: Re(["flex justify-center h-[136px] w-full relative rounded-b-[48px] bg-navy-600 -mt-12 gap-[60px]", { "bg-transparent !justify-start flex-wrap mt-8 !h-auto !gap-4": r }])
|
|
38744
38744
|
}, [
|
|
38745
38745
|
(s(!0), i(ze, null, Qe(n.value.data, (c) => (s(), i("div", {
|
|
38746
|
-
class:
|
|
38746
|
+
class: Re(["flex justify-center", { "!block": r }])
|
|
38747
38747
|
}, [
|
|
38748
38748
|
o("a", {
|
|
38749
38749
|
target: c.open_in_new_tab ? "_blank" : "",
|
|
38750
38750
|
href: c.url.startsWith("http") ? c.url : `//${c.url}`,
|
|
38751
|
-
class:
|
|
38751
|
+
class: Re(["text-white flex gap-1.5 items-center cursor-pointer mt-12 text-sm font-semibold hover:text-gray-300", { "bg-white border border-gray-300 rounded-full !text-gray-700 px-4 h-[44px] w-max !mt-0 !text-base hover:bg-gray-100": r }])
|
|
38752
38752
|
}, [
|
|
38753
38753
|
o("span", null, be(c.title), 1),
|
|
38754
|
-
me(
|
|
38754
|
+
me(ye(V1), { class: "w-5 h-5" })
|
|
38755
38755
|
], 10, Gme)
|
|
38756
38756
|
], 2))), 256))
|
|
38757
38757
|
], 2));
|
|
@@ -38765,7 +38765,7 @@ const Lme = p0({
|
|
|
38765
38765
|
}
|
|
38766
38766
|
},
|
|
38767
38767
|
setup(t) {
|
|
38768
|
-
const n =
|
|
38768
|
+
const n = Ce(t.section), r = Ce({
|
|
38769
38769
|
sliders: We(qme),
|
|
38770
38770
|
links: We(Xl)
|
|
38771
38771
|
}), l = (u) => u != null && u.type ? r.value[u == null ? void 0 : u.type] : "";
|
|
@@ -38787,19 +38787,19 @@ const Lme = p0({
|
|
|
38787
38787
|
}
|
|
38788
38788
|
},
|
|
38789
38789
|
setup(t) {
|
|
38790
|
-
const n =
|
|
38790
|
+
const n = Ce(t.component);
|
|
38791
38791
|
return (r, l) => {
|
|
38792
38792
|
var u, c, d, a, h, f, m;
|
|
38793
38793
|
return s(), i("div", {
|
|
38794
|
-
class:
|
|
38794
|
+
class: Re(["flex flex-col sm:px-0 px-4", { "items-center": (u = n.value) == null ? void 0 : u.center }])
|
|
38795
38795
|
}, [
|
|
38796
38796
|
(c = n.value) != null && c.title ? (s(), i("p", {
|
|
38797
38797
|
key: 0,
|
|
38798
|
-
class:
|
|
38798
|
+
class: Re(["pb-4 text-4xl font-semibold text-white", { "!text-gray-900": (d = n.value) == null ? void 0 : d.dark }])
|
|
38799
38799
|
}, be((a = n.value) == null ? void 0 : a.title), 3)) : de("", !0),
|
|
38800
38800
|
(h = n.value) != null && h.supporting_text ? (s(), i("p", {
|
|
38801
38801
|
key: 1,
|
|
38802
|
-
class:
|
|
38802
|
+
class: Re(["text-navy-25 text-xl font-normal leading-[30px]", { "!text-gray-600": (f = n.value) == null ? void 0 : f.dark }])
|
|
38803
38803
|
}, be((m = n.value) == null ? void 0 : m.supporting_text), 3)) : de("", !0)
|
|
38804
38804
|
], 2);
|
|
38805
38805
|
};
|
|
@@ -38829,7 +38829,7 @@ const Yme = { render: Qme }, Jme = { class: "w-full bg-navy-800 py-10 relative l
|
|
|
38829
38829
|
}
|
|
38830
38830
|
},
|
|
38831
38831
|
setup(t) {
|
|
38832
|
-
const n =
|
|
38832
|
+
const n = Ce(t.section), r = Ce({
|
|
38833
38833
|
header: We(Rr),
|
|
38834
38834
|
link_grid: We(Xl)
|
|
38835
38835
|
}), l = (u) => u != null && u.type ? r.value[u == null ? void 0 : u.type] : "";
|
|
@@ -38844,7 +38844,7 @@ const Yme = { render: Qme }, Jme = { class: "w-full bg-navy-800 py-10 relative l
|
|
|
38844
38844
|
]))), 256))
|
|
38845
38845
|
])
|
|
38846
38846
|
]),
|
|
38847
|
-
me(
|
|
38847
|
+
me(ye(Yme), { class: "absolute right-0 top-0" })
|
|
38848
38848
|
]));
|
|
38849
38849
|
}
|
|
38850
38850
|
}, ove = { class: "flex flex-col md:flex-row justify-center gap-4 items-stretch mt-6" }, sve = { class: "flex-1 w-full md:w-1/2 flex flex-col" }, ive = ["onClick"], lve = { class: "py-4 pl-4 md:pl-6" }, ave = ["innerHTML"], cve = { class: "flex-1 w-full md:w-1/2 bg-transparent flex flex-col items-center" }, uve = ["src"], dve = {
|
|
@@ -38861,10 +38861,10 @@ const Yme = { render: Qme }, Jme = { class: "w-full bg-navy-800 py-10 relative l
|
|
|
38861
38861
|
}
|
|
38862
38862
|
},
|
|
38863
38863
|
setup(t) {
|
|
38864
|
-
const n =
|
|
38864
|
+
const n = Ce(t.component), r = Ce(null), l = Ce(n.value.data.filter((c) => c.public)), u = (c) => {
|
|
38865
38865
|
r.value = c;
|
|
38866
38866
|
};
|
|
38867
|
-
return
|
|
38867
|
+
return I1(() => {
|
|
38868
38868
|
l.value.length > 0 && u(l.value[0]);
|
|
38869
38869
|
}), (c, d) => (s(), i("div", ove, [
|
|
38870
38870
|
o("div", sve, [
|
|
@@ -38872,15 +38872,15 @@ const Yme = { render: Qme }, Jme = { class: "w-full bg-navy-800 py-10 relative l
|
|
|
38872
38872
|
key: a.title
|
|
38873
38873
|
}, [
|
|
38874
38874
|
o("div", {
|
|
38875
|
-
class:
|
|
38875
|
+
class: Re(["flex-col flex gap-1.5 cursor-pointer mb-4 group", { "border-l-4 border-brand-600": r.value === a, "border-l-4 border-gray-100": r.value !== a }]),
|
|
38876
38876
|
onClick: _n((h) => u(a), ["prevent"])
|
|
38877
38877
|
}, [
|
|
38878
38878
|
o("div", lve, [
|
|
38879
38879
|
o("p", {
|
|
38880
|
-
class:
|
|
38880
|
+
class: Re([{ "text-gray-900": r.value === a, "text-gray-600": r.value !== a }, "text-lg md:text-xl font-semibold mb-2 group-hover:text-gray-900"])
|
|
38881
38881
|
}, be(a.title), 3),
|
|
38882
38882
|
o("p", {
|
|
38883
|
-
class:
|
|
38883
|
+
class: Re([{ "text-gray-700": r.value === a, "text-gray-400": r.value !== a }, "text-sm md:text-md font-normal group-hover:text-gray-700"]),
|
|
38884
38884
|
innerHTML: a.description
|
|
38885
38885
|
}, null, 10, ave)
|
|
38886
38886
|
])
|
|
@@ -38912,7 +38912,7 @@ const Yme = { render: Qme }, Jme = { class: "w-full bg-navy-800 py-10 relative l
|
|
|
38912
38912
|
href: (x = (v = r.value) == null ? void 0 : v.primary_button) != null && x.url.startsWith("http") ? r.value.primary_button.url : `//${r.value.primary_button.url}`
|
|
38913
38913
|
}, [
|
|
38914
38914
|
P1(be(((b = (C = r.value) == null ? void 0 : C.primary_button) == null ? void 0 : b.label) ?? "N/A") + " ", 1),
|
|
38915
|
-
me(
|
|
38915
|
+
me(ye(V1), { class: "w-4 h-4 md:w-5 md:h-5" })
|
|
38916
38916
|
], 8, hve)) : de("", !0)
|
|
38917
38917
|
]))
|
|
38918
38918
|
];
|
|
@@ -38931,7 +38931,7 @@ const Yme = { render: Qme }, Jme = { class: "w-full bg-navy-800 py-10 relative l
|
|
|
38931
38931
|
}
|
|
38932
38932
|
},
|
|
38933
38933
|
setup(t) {
|
|
38934
|
-
const n =
|
|
38934
|
+
const n = Ce(t.section), r = Ce({
|
|
38935
38935
|
header: We(Rr),
|
|
38936
38936
|
vertical_tabs: We(pve)
|
|
38937
38937
|
}), l = (u) => u != null && u.type ? r.value[u == null ? void 0 : u.type] : "";
|
|
@@ -38958,19 +38958,19 @@ const Yme = { render: Qme }, Jme = { class: "w-full bg-navy-800 py-10 relative l
|
|
|
38958
38958
|
}
|
|
38959
38959
|
},
|
|
38960
38960
|
setup(t) {
|
|
38961
|
-
const n =
|
|
38961
|
+
const n = Ce(t.section), r = n.value.display === "horizontal", l = (u) => u === "small" ? "h-[32px]" : u === "medium" ? "h-[40px]" : "h-[32px]";
|
|
38962
38962
|
return (u, c) => (s(), i("div", gve, [
|
|
38963
38963
|
o("div", {
|
|
38964
|
-
class:
|
|
38964
|
+
class: Re(["1xl:max-w-[1824px] mx-auto relative flex justify-center items-center", { "py-8": r, "flex-col py-6": !r }])
|
|
38965
38965
|
}, [
|
|
38966
38966
|
(s(!0), i(ze, null, Qe(n.value.components, (d, a) => (s(), i("div", null, [
|
|
38967
38967
|
(d == null ? void 0 : d.type) === "header" && (d != null && d.supporting_text) ? (s(), i("p", {
|
|
38968
38968
|
key: 0,
|
|
38969
|
-
class:
|
|
38969
|
+
class: Re(["mr-[48px] text-base text-gray-600 font-medium", { "mb-6": !r }])
|
|
38970
38970
|
}, be(d == null ? void 0 : d.supporting_text), 3)) : de("", !0),
|
|
38971
38971
|
(d == null ? void 0 : d.type) === "logos" ? (s(), i("div", {
|
|
38972
38972
|
key: 1,
|
|
38973
|
-
class:
|
|
38973
|
+
class: Re(["flex flex-wrap justify-center", { "gap-6": r, "gap-12": !r }])
|
|
38974
38974
|
}, [
|
|
38975
38975
|
(s(!0), i(ze, null, Qe(d.data, (h) => (s(), i("a", {
|
|
38976
38976
|
href: h == null ? void 0 : h.url,
|
|
@@ -38980,7 +38980,7 @@ const Yme = { render: Qme }, Jme = { class: "w-full bg-navy-800 py-10 relative l
|
|
|
38980
38980
|
h != null && h.logo ? (s(), i("img", {
|
|
38981
38981
|
key: 0,
|
|
38982
38982
|
src: h == null ? void 0 : h.logo,
|
|
38983
|
-
class:
|
|
38983
|
+
class: Re(l(d == null ? void 0 : d.height)),
|
|
38984
38984
|
alt: "Brand Logo"
|
|
38985
38985
|
}, null, 10, kve)) : (s(), i("span", Cve, "No photo"))
|
|
38986
38986
|
], 8, xve))), 256))
|
|
@@ -39066,15 +39066,15 @@ const Hve = { render: Eve }, Ove = ["href"], Rve = {
|
|
|
39066
39066
|
var r, l, u;
|
|
39067
39067
|
return (r = t.button) != null && r.url ? (s(), i("a", {
|
|
39068
39068
|
key: 0,
|
|
39069
|
-
href:
|
|
39069
|
+
href: ye(C1)(t.button.url),
|
|
39070
39070
|
target: "_blank",
|
|
39071
39071
|
class: "hover:bg-brand-600 bg-brand-500 text-white h-[40px] rounded-full px-[14px] py-[10px] inline-flex gap-1.5 items-center shadow-xs text-sm"
|
|
39072
39072
|
}, [
|
|
39073
|
-
((l = t.button) == null ? void 0 : l.icon) === "plus" ? (s(), Ze(
|
|
39073
|
+
((l = t.button) == null ? void 0 : l.icon) === "plus" ? (s(), Ze(ye(m0), {
|
|
39074
39074
|
key: 0,
|
|
39075
39075
|
class: "w-4 h-4"
|
|
39076
39076
|
})) : de("", !0),
|
|
39077
|
-
((u = t.button) == null ? void 0 : u.icon) === "shopping-cart-01" ? (s(), Ze(
|
|
39077
|
+
((u = t.button) == null ? void 0 : u.icon) === "shopping-cart-01" ? (s(), Ze(ye(Hve), {
|
|
39078
39078
|
key: 1,
|
|
39079
39079
|
class: "w-4 h-4"
|
|
39080
39080
|
})) : de("", !0),
|
|
@@ -39108,7 +39108,7 @@ const Hve = { render: Eve }, Ove = ["href"], Rve = {
|
|
|
39108
39108
|
},
|
|
39109
39109
|
setup(t) {
|
|
39110
39110
|
var d;
|
|
39111
|
-
const e = Gt("VCarouselPrimaryButton", Rve), n = t, r =
|
|
39111
|
+
const e = Gt("VCarouselPrimaryButton", Rve), n = t, r = Ce(0), l = [...((d = n.component.content) == null ? void 0 : d.items) || []], u = () => {
|
|
39112
39112
|
r.value <= l.length - Jve && r.value++;
|
|
39113
39113
|
}, c = () => {
|
|
39114
39114
|
r.value > 0 && r.value--;
|
|
@@ -39122,10 +39122,10 @@ const Hve = { render: Eve }, Ove = ["href"], Rve = {
|
|
|
39122
39122
|
}, [
|
|
39123
39123
|
(s(), i(ze, null, Qe(l, (m, p) => o("div", {
|
|
39124
39124
|
key: p,
|
|
39125
|
-
class:
|
|
39125
|
+
class: Re(["slider-item flex-shrink-0 flex-1 mr-6 min-w-[480px]", { "h-[309px]": !t.hasBackground, "h-full": t.hasBackground }])
|
|
39126
39126
|
}, [
|
|
39127
39127
|
o("div", {
|
|
39128
|
-
class:
|
|
39128
|
+
class: Re(["w-full p-4 rounded-[16px]", { "bg-gray-50 h-full flex flex-col justify-between": !t.hasBackground, "bg-white": t.hasBackground }])
|
|
39129
39129
|
}, [
|
|
39130
39130
|
o("div", null, [
|
|
39131
39131
|
o("div", Vve, [
|
|
@@ -39145,7 +39145,7 @@ const Hve = { render: Eve }, Ove = ["href"], Rve = {
|
|
|
39145
39145
|
o("h3", Dve, [
|
|
39146
39146
|
o("a", {
|
|
39147
39147
|
class: "text-[24px] font-semibold text-gray-900 leading-[32px] hover:underline",
|
|
39148
|
-
href:
|
|
39148
|
+
href: ye(C1)(m.url),
|
|
39149
39149
|
target: "_blank"
|
|
39150
39150
|
}, be(m == null ? void 0 : m.title), 9, Fve)
|
|
39151
39151
|
]),
|
|
@@ -39154,14 +39154,14 @@ const Hve = { render: Eve }, Ove = ["href"], Rve = {
|
|
|
39154
39154
|
innerHTML: m == null ? void 0 : m.description
|
|
39155
39155
|
}, null, 8, Uve),
|
|
39156
39156
|
(m == null ? void 0 : m.type) === "event" ? (s(), i("div", zve, [
|
|
39157
|
-
me(
|
|
39157
|
+
me(ye(Ave), { class: "w-4 h-4 mt-[3px]" }),
|
|
39158
39158
|
o("div", {
|
|
39159
39159
|
class: "text-sm",
|
|
39160
39160
|
innerHTML: m == null ? void 0 : m.line_1
|
|
39161
39161
|
}, null, 8, qve)
|
|
39162
39162
|
])) : de("", !0),
|
|
39163
39163
|
m.type === "event" ? (s(), i("div", Gve, [
|
|
39164
|
-
me(
|
|
39164
|
+
me(ye(Lve), { class: "w-4 h-4 mt-[3px]" }),
|
|
39165
39165
|
o("div", {
|
|
39166
39166
|
class: "text-sm",
|
|
39167
39167
|
innerHTML: m == null ? void 0 : m.line_2
|
|
@@ -39169,13 +39169,13 @@ const Hve = { render: Eve }, Ove = ["href"], Rve = {
|
|
|
39169
39169
|
])) : de("", !0)
|
|
39170
39170
|
]),
|
|
39171
39171
|
o("div", Xve, [
|
|
39172
|
-
me(
|
|
39172
|
+
me(ye(e), {
|
|
39173
39173
|
button: m.primary_button
|
|
39174
39174
|
}, null, 8, ["button"]),
|
|
39175
39175
|
m.secondary_button ? (s(), i("a", {
|
|
39176
39176
|
key: 0,
|
|
39177
39177
|
target: "_blank",
|
|
39178
|
-
href:
|
|
39178
|
+
href: ye(C1)(m.secondary_button.url),
|
|
39179
39179
|
class: "text-sm text-gray-600 hover:text-gray-800"
|
|
39180
39180
|
}, be(m.secondary_button.title ?? "Learn more"), 9, Kve)) : de("", !0)
|
|
39181
39181
|
])
|
|
@@ -39187,23 +39187,23 @@ const Hve = { render: Eve }, Ove = ["href"], Rve = {
|
|
|
39187
39187
|
onClick: c,
|
|
39188
39188
|
class: "p-2.5 bg-white text-navy-800 rounded-full hover:opacity-100 opacity-50"
|
|
39189
39189
|
}, [
|
|
39190
|
-
me(
|
|
39190
|
+
me(ye($ve), { class: "w-6 h-6" })
|
|
39191
39191
|
]),
|
|
39192
39192
|
o("button", {
|
|
39193
39193
|
onClick: u,
|
|
39194
39194
|
class: "p-2.5 bg-white text-navy-800 rounded-full hover:opacity-100 opacity-50"
|
|
39195
39195
|
}, [
|
|
39196
|
-
me(
|
|
39196
|
+
me(ye(k2), { class: "w-6 h-6" })
|
|
39197
39197
|
])
|
|
39198
39198
|
]),
|
|
39199
39199
|
(f = t.component) != null && f.button ? (s(), i("div", Qve, [
|
|
39200
39200
|
o("a", {
|
|
39201
39201
|
class: "border-brand-300 hover:border-brand-700 border text-brand-700 h-[44px] rounded-full px-[14px] py-[10px] inline-flex gap-1.5 items-center font-semibold text-base",
|
|
39202
|
-
href:
|
|
39202
|
+
href: ye(C1)(t.component.button.url),
|
|
39203
39203
|
target: t.component.button.open_in_new_tab ? "_blank" : ""
|
|
39204
39204
|
}, [
|
|
39205
39205
|
P1(be(t.component.button.title) + " ", 1),
|
|
39206
|
-
me(
|
|
39206
|
+
me(ye(V1), { class: "w-5 h-5" })
|
|
39207
39207
|
], 8, Yve)
|
|
39208
39208
|
])) : de("", !0)
|
|
39209
39209
|
]);
|
|
@@ -39218,11 +39218,11 @@ const Hve = { render: Eve }, Ove = ["href"], Rve = {
|
|
|
39218
39218
|
}
|
|
39219
39219
|
},
|
|
39220
39220
|
setup(t) {
|
|
39221
|
-
const n =
|
|
39221
|
+
const n = Ce(t.section), r = Te(() => n.value.components.find((u) => u.type === "header")), l = Te(() => n.value.components.find((u) => u.type === "carousel"));
|
|
39222
39222
|
return (u, c) => {
|
|
39223
39223
|
var d, a, h, f;
|
|
39224
39224
|
return s(), i("div", {
|
|
39225
|
-
class:
|
|
39225
|
+
class: Re(["overflow-hidden", { "rounded-br-[48px] rounded-tl-[48px] bg-aqua-100": (d = n.value) == null ? void 0 : d.has_background }])
|
|
39226
39226
|
}, [
|
|
39227
39227
|
o("div", twe, [
|
|
39228
39228
|
o("div", nwe, [
|
|
@@ -39230,7 +39230,7 @@ const Hve = { render: Eve }, Ove = ["href"], Rve = {
|
|
|
39230
39230
|
])
|
|
39231
39231
|
]),
|
|
39232
39232
|
o("div", {
|
|
39233
|
-
class:
|
|
39233
|
+
class: Re(["max-w-[1640px] md:px-[120px] mx-auto w-full", { "mt-0": !((a = n.value) != null && a.has_background), "mt-6": (h = n.value) == null ? void 0 : h.has_background }])
|
|
39234
39234
|
}, [
|
|
39235
39235
|
me(ewe, {
|
|
39236
39236
|
component: l.value,
|
|
@@ -39282,7 +39282,7 @@ const iwe = { render: swe }, lwe = { class: "flex flex-col items-center gap-6 pb
|
|
|
39282
39282
|
const e = t;
|
|
39283
39283
|
let n = [];
|
|
39284
39284
|
e.component.type === "news_grid" ? n = [...((a = e.component.content) == null ? void 0 : a.items) || []] : n = [...((h = e.component) == null ? void 0 : h.data) || []];
|
|
39285
|
-
const r = e.component.button || {}, l =
|
|
39285
|
+
const r = e.component.button || {}, l = Ce(n.map(() => !1)), u = Ce(n.map(() => null)), c = (f) => {
|
|
39286
39286
|
const m = u.value[f];
|
|
39287
39287
|
m && (m.paused ? (m.play(), l.value[f] = !0) : (m.pause(), l.value[f] = !1));
|
|
39288
39288
|
}, d = (f, m) => {
|
|
@@ -39292,7 +39292,7 @@ const iwe = { render: swe }, lwe = { class: "flex flex-col items-center gap-6 pb
|
|
|
39292
39292
|
var p;
|
|
39293
39293
|
return s(), i("div", lwe, [
|
|
39294
39294
|
o("div", awe, [
|
|
39295
|
-
(s(!0), i(ze, null, Qe(
|
|
39295
|
+
(s(!0), i(ze, null, Qe(ye(n), (w, v) => (s(), i("div", {
|
|
39296
39296
|
key: v,
|
|
39297
39297
|
class: "card bg-white sm:p-0 px-4"
|
|
39298
39298
|
}, [
|
|
@@ -39310,7 +39310,7 @@ const iwe = { render: swe }, lwe = { class: "flex flex-col items-center gap-6 pb
|
|
|
39310
39310
|
src: `${w.video}#t=2`
|
|
39311
39311
|
}, null, 8, dwe)
|
|
39312
39312
|
], 8, uwe),
|
|
39313
|
-
l.value[v] ? de("", !0) : (s(), Ze(
|
|
39313
|
+
l.value[v] ? de("", !0) : (s(), Ze(ye(iwe), {
|
|
39314
39314
|
key: 0,
|
|
39315
39315
|
class: "cursor-pointer absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 group-hover:opacity-100 transition-opacity",
|
|
39316
39316
|
onClick: (x) => c(v)
|
|
@@ -39325,7 +39325,7 @@ const iwe = { render: swe }, lwe = { class: "flex flex-col items-center gap-6 pb
|
|
|
39325
39325
|
w.categories && w.categories.length ? (s(), i("div", mwe, [
|
|
39326
39326
|
(s(!0), i(ze, null, Qe(w.categories, (x) => (s(), i("span", {
|
|
39327
39327
|
key: x,
|
|
39328
|
-
class:
|
|
39328
|
+
class: Re(["border px-2 py-0.5 rounded-[6px] text-sm", {
|
|
39329
39329
|
"bg-navy-50 border-navy-200 text-navy-700": x.style === "navy",
|
|
39330
39330
|
"bg-brand-50 border-brand-200 text-brand-700": x.style === "brand",
|
|
39331
39331
|
"bg-orange-50 border-orange-200 text-orange-700": x.style === "orange"
|
|
@@ -39334,7 +39334,7 @@ const iwe = { render: swe }, lwe = { class: "flex flex-col items-center gap-6 pb
|
|
|
39334
39334
|
])) : de("", !0),
|
|
39335
39335
|
w != null && w.link ? (s(), i("a", {
|
|
39336
39336
|
key: 1,
|
|
39337
|
-
href:
|
|
39337
|
+
href: ye(C1)(w.link),
|
|
39338
39338
|
class: "text-gray-900 text-lg font-semibold hover:underline block mb-2 w-full",
|
|
39339
39339
|
target: "_blank",
|
|
39340
39340
|
rel: "noopener noreferrer"
|
|
@@ -39344,21 +39344,21 @@ const iwe = { render: swe }, lwe = { class: "flex flex-col items-center gap-6 pb
|
|
|
39344
39344
|
class: "w-5/6 leading-[28px]",
|
|
39345
39345
|
innerHTML: w.title
|
|
39346
39346
|
}, null, 8, gwe),
|
|
39347
|
-
me(
|
|
39347
|
+
me(ye(V1), { class: "w-5 h-5 mt-1" })
|
|
39348
39348
|
])
|
|
39349
39349
|
], 8, vwe)) : de("", !0),
|
|
39350
39350
|
o("p", xwe, be(w.dateTime), 1)
|
|
39351
39351
|
])
|
|
39352
39352
|
]))), 128))
|
|
39353
39353
|
]),
|
|
39354
|
-
Object.keys(
|
|
39354
|
+
Object.keys(ye(r)).length && ((p = ye(r)) != null && p.show) ? (s(), i("div", kwe, [
|
|
39355
39355
|
o("a", {
|
|
39356
39356
|
class: "border-brand-300 hover:border-brand-700 border text-brand-700 h-[44px] rounded-full px-[14px] py-[10px] inline-flex gap-1.5 items-center font-semibold text-base",
|
|
39357
|
-
href:
|
|
39358
|
-
target:
|
|
39357
|
+
href: ye(C1)(ye(r).url),
|
|
39358
|
+
target: ye(r).open_in_new_tab ? "_blank" : ""
|
|
39359
39359
|
}, [
|
|
39360
|
-
P1(be(
|
|
39361
|
-
me(
|
|
39360
|
+
P1(be(ye(r).title) + " ", 1),
|
|
39361
|
+
me(ye(V1), { class: "w-5 h-5" })
|
|
39362
39362
|
], 8, Cwe)
|
|
39363
39363
|
])) : de("", !0)
|
|
39364
39364
|
]);
|
|
@@ -39373,7 +39373,7 @@ const iwe = { render: swe }, lwe = { class: "flex flex-col items-center gap-6 pb
|
|
|
39373
39373
|
}
|
|
39374
39374
|
},
|
|
39375
39375
|
setup(t) {
|
|
39376
|
-
const n =
|
|
39376
|
+
const n = Ce(t.section), r = Ce({
|
|
39377
39377
|
header: We(Rr),
|
|
39378
39378
|
news_grid: We(Qs),
|
|
39379
39379
|
video_grid: We(Qs)
|
|
@@ -39396,7 +39396,7 @@ const iwe = { render: swe }, lwe = { class: "flex flex-col items-center gap-6 pb
|
|
|
39396
39396
|
}
|
|
39397
39397
|
},
|
|
39398
39398
|
setup(t) {
|
|
39399
|
-
const n =
|
|
39399
|
+
const n = Ce(t.section), r = Te(() => {
|
|
39400
39400
|
var l, u;
|
|
39401
39401
|
return (u = (l = n.value) == null ? void 0 : l.components[0]) == null ? void 0 : u.hasOwnProperty("featured_image");
|
|
39402
39402
|
});
|
|
@@ -39405,14 +39405,14 @@ const iwe = { render: swe }, lwe = { class: "flex flex-col items-center gap-6 pb
|
|
|
39405
39405
|
return s(), i("div", _we, [
|
|
39406
39406
|
n.value.hasOwnProperty("components") > 0 && n.value.components.length > 0 ? (s(), i("div", {
|
|
39407
39407
|
key: 0,
|
|
39408
|
-
class:
|
|
39408
|
+
class: Re(["md:px-[90px]", { "flex flex-col items-center text-center": (c = n.value.components[0]) == null ? void 0 : c.center, "mb-[64px]": r.value }])
|
|
39409
39409
|
}, [
|
|
39410
39410
|
o("div", {
|
|
39411
|
-
class:
|
|
39411
|
+
class: Re(["bg-navy-50 rounded-[48px] relative pt-[164px] px-[120px]", { "flex flex-col items-center text-center": (d = n.value.components[0]) == null ? void 0 : d.text_center }])
|
|
39412
39412
|
}, [
|
|
39413
39413
|
o("h3", Bwe, be(n.value.components[0].title), 1),
|
|
39414
39414
|
o("h3", {
|
|
39415
|
-
class:
|
|
39415
|
+
class: Re(["text-xl font-normal text-gray-600 mt-3 w-full max-w-[800px]", { "pb-[100px]": !r.value }])
|
|
39416
39416
|
}, be(n.value.components[0].supporting_text), 3),
|
|
39417
39417
|
r.value ? (s(), i("img", {
|
|
39418
39418
|
key: 0,
|
|
@@ -39437,7 +39437,7 @@ const iwe = { render: swe }, lwe = { class: "flex flex-col items-center gap-6 pb
|
|
|
39437
39437
|
}
|
|
39438
39438
|
},
|
|
39439
39439
|
setup(t) {
|
|
39440
|
-
const n =
|
|
39440
|
+
const n = Ce(t.section);
|
|
39441
39441
|
return (r, l) => {
|
|
39442
39442
|
var u;
|
|
39443
39443
|
return s(), i("div", jwe, [
|
|
@@ -39456,23 +39456,17 @@ const iwe = { render: swe }, lwe = { class: "flex flex-col items-center gap-6 pb
|
|
|
39456
39456
|
}
|
|
39457
39457
|
}, Nwe = { class: "overflow-hidden" }, Vwe = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full mt-4 px-4" }, Pwe = {
|
|
39458
39458
|
key: 0,
|
|
39459
|
-
class: "
|
|
39460
|
-
}, Iwe = {
|
|
39461
|
-
key: 0,
|
|
39462
|
-
class: "col-span-4 bg-gray-100 rounded-xl p-8"
|
|
39463
|
-
}, Dwe = { class: "text-[20px] text-gray-900 font-semibold" }, Fwe = ["innerHTML"], Uwe = {
|
|
39464
|
-
key: 1,
|
|
39465
|
-
class: "col-span-8"
|
|
39466
|
-
}, zwe = ["src", "alt"], qwe = ["innerHTML"], Gwe = {
|
|
39459
|
+
class: "flex gap-4"
|
|
39460
|
+
}, Iwe = { class: "text-[20px] text-gray-900 font-semibold" }, Dwe = ["innerHTML"], Fwe = ["src", "alt"], Uwe = ["innerHTML"], zwe = {
|
|
39467
39461
|
key: 1,
|
|
39468
39462
|
class: "my-[44px]"
|
|
39469
|
-
},
|
|
39463
|
+
}, qwe = { class: "text-[36px] text-gray-900 font-semibold" }, Gwe = ["innerHTML"], Wwe = {
|
|
39470
39464
|
key: 0,
|
|
39471
39465
|
class: "max-w-[48px] min-w-[48px] w-full h-[48px] bg-brand-100 border-[8px] border-brand-50 rounded-full flex items-center justify-center"
|
|
39472
|
-
},
|
|
39466
|
+
}, Xwe = { class: "font-semibold text-[20px] text-gray-900" }, Kwe = { class: "mt-2 text-md font-normal text-gray-600 leading-[24px]" }, Zwe = ["src"], Qwe = {
|
|
39473
39467
|
key: 0,
|
|
39474
39468
|
class: "w-[560px]"
|
|
39475
|
-
},
|
|
39469
|
+
}, Ywe = ["src", "alt"], Jwe = {
|
|
39476
39470
|
__name: "TwoColumnsImageContent",
|
|
39477
39471
|
props: {
|
|
39478
39472
|
section: {
|
|
@@ -39481,83 +39475,97 @@ const iwe = { render: swe }, lwe = { class: "flex flex-col items-center gap-6 pb
|
|
|
39481
39475
|
}
|
|
39482
39476
|
},
|
|
39483
39477
|
setup(t) {
|
|
39484
|
-
const n =
|
|
39485
|
-
return (
|
|
39486
|
-
var h
|
|
39478
|
+
const e = t, n = Ce(null), r = Ce(null), l = Ce(e.section), u = Te(() => l.value.components.find((h) => h.type === "paragraph")), c = Te(() => l.value.components.find((h) => h.type === "header")), d = Te(() => l.value.components.find((h) => h.type === "image_block")), a = Te(() => l.value.components.find((h) => h.type === "feature_items"));
|
|
39479
|
+
return I1(() => {
|
|
39480
|
+
var h;
|
|
39481
|
+
n.value && r.value && ((h = l.value) != null && h.minimum_height) && (r.value.style.height = `${n.value.offsetHeight}px`);
|
|
39482
|
+
}), (h, f) => {
|
|
39483
|
+
var m, p, w, v;
|
|
39487
39484
|
return s(), i("div", Nwe, [
|
|
39488
39485
|
o("div", Vwe, [
|
|
39489
|
-
|
|
39490
|
-
|
|
39491
|
-
|
|
39486
|
+
u.value ? (s(), i("div", Pwe, [
|
|
39487
|
+
u.value ? (s(), i("div", {
|
|
39488
|
+
key: 0,
|
|
39489
|
+
class: Re(["w-1/3 bg-gray-100 rounded-xl p-8", { "h-fit": (m = l.value) == null ? void 0 : m.minimum_height }]),
|
|
39490
|
+
ref_key: "leftColumn",
|
|
39491
|
+
ref: n
|
|
39492
|
+
}, [
|
|
39493
|
+
o("h3", Iwe, be(u.value.title), 1),
|
|
39492
39494
|
o("p", {
|
|
39493
39495
|
class: "text-md font-normal mt-2 text-gray-600 leading-6",
|
|
39494
|
-
innerHTML:
|
|
39495
|
-
}, null, 8,
|
|
39496
|
-
])) : de("", !0),
|
|
39497
|
-
|
|
39496
|
+
innerHTML: u.value.paragraph
|
|
39497
|
+
}, null, 8, Dwe)
|
|
39498
|
+
], 2)) : de("", !0),
|
|
39499
|
+
d.value ? (s(), i("div", {
|
|
39500
|
+
key: 1,
|
|
39501
|
+
class: "w-2/3 rounded-[24px] overflow-hidden",
|
|
39502
|
+
ref_key: "rightColumn",
|
|
39503
|
+
ref: r
|
|
39504
|
+
}, [
|
|
39498
39505
|
o("img", {
|
|
39499
|
-
src:
|
|
39500
|
-
alt:
|
|
39501
|
-
class: "w-full h-
|
|
39502
|
-
}, null, 8,
|
|
39506
|
+
src: d.value.featured_image,
|
|
39507
|
+
alt: d.value.caption,
|
|
39508
|
+
class: "w-full h-full object-cover"
|
|
39509
|
+
}, null, 8, Fwe),
|
|
39503
39510
|
o("p", {
|
|
39504
|
-
innerHTML:
|
|
39511
|
+
innerHTML: d.value.caption,
|
|
39505
39512
|
class: "mt-2 text-[13px]"
|
|
39506
|
-
}, null, 8,
|
|
39507
|
-
])) : de("", !0)
|
|
39508
|
-
])) : (s(), i("div",
|
|
39509
|
-
|
|
39513
|
+
}, null, 8, Uwe)
|
|
39514
|
+
], 512)) : de("", !0)
|
|
39515
|
+
])) : (s(), i("div", zwe, [
|
|
39516
|
+
c.value ? (s(), i("div", {
|
|
39510
39517
|
key: 0,
|
|
39511
|
-
class:
|
|
39518
|
+
class: Re(["w-full flex-col mb-6", { "text-center": (p = c.value) == null ? void 0 : p.text_center }])
|
|
39512
39519
|
}, [
|
|
39513
|
-
o("h3",
|
|
39514
|
-
(
|
|
39520
|
+
o("h3", qwe, be(c.value.title), 1),
|
|
39521
|
+
(w = c.value) != null && w.supporting_text ? (s(), i("p", {
|
|
39515
39522
|
key: 0,
|
|
39516
39523
|
class: "text-[20px] font-normal mt-4 text-gray-600 leading-[30px]",
|
|
39517
|
-
innerHTML:
|
|
39518
|
-
}, null, 8,
|
|
39524
|
+
innerHTML: c.value.supporting_text
|
|
39525
|
+
}, null, 8, Gwe)) : de("", !0)
|
|
39519
39526
|
], 2)) : de("", !0),
|
|
39520
39527
|
o("div", {
|
|
39521
|
-
class:
|
|
39528
|
+
class: Re(a.value.hasOwnProperty("grid_columns") ? "" : "flex flex-row gap-8")
|
|
39522
39529
|
}, [
|
|
39523
39530
|
o("div", {
|
|
39524
|
-
class:
|
|
39531
|
+
class: Re(["grid gap-8", a.value.hasOwnProperty("grid_columns") ? `grid-cols-${a.value.grid_columns}` : "grid-cols-2 w-2/3"])
|
|
39525
39532
|
}, [
|
|
39526
|
-
(s(!0), i(ze, null, Qe(
|
|
39527
|
-
var
|
|
39533
|
+
(s(!0), i(ze, null, Qe(a.value.data, (x) => {
|
|
39534
|
+
var C, b;
|
|
39528
39535
|
return s(), i("div", {
|
|
39529
|
-
class:
|
|
39530
|
-
"bg-gray-50 p-8 rounded-
|
|
39531
|
-
"!p-0":
|
|
39536
|
+
class: Re(["flex gap-3 w-full", {
|
|
39537
|
+
"bg-gray-50 p-8 rounded-[24px] overflow-hidden flex-col": a.value.hasOwnProperty("grid_columns") && (a.value.grid_columns > 2 || ((C = a.value) == null ? void 0 : C.has_background)),
|
|
39538
|
+
"!p-0 rounded-tr-[0px] rounded-bl-[0px]": x == null ? void 0 : x.image
|
|
39532
39539
|
}])
|
|
39533
39540
|
}, [
|
|
39534
|
-
|
|
39535
|
-
|
|
39541
|
+
x.title ? (s(), i(ze, { key: 0 }, [
|
|
39542
|
+
x != null && x.icon ? (s(), i("div", Wwe, [
|
|
39536
39543
|
me(wn, {
|
|
39537
|
-
icon:
|
|
39544
|
+
icon: x.icon,
|
|
39538
39545
|
"icon-classes": "w-5 h-5 text-brand-600"
|
|
39539
39546
|
}, null, 8, ["icon"])
|
|
39540
39547
|
])) : de("", !0),
|
|
39541
39548
|
o("div", {
|
|
39542
|
-
class:
|
|
39549
|
+
class: Re(["max-w-[324px]", { "max-w-full": (b = a.value) == null ? void 0 : b.has_background }])
|
|
39543
39550
|
}, [
|
|
39544
|
-
o("h3",
|
|
39545
|
-
o("p",
|
|
39551
|
+
o("h3", Xwe, be(x.title), 1),
|
|
39552
|
+
o("p", Kwe, be(x.supporting_text), 1)
|
|
39546
39553
|
], 2)
|
|
39547
39554
|
], 64)) : (s(), i("img", {
|
|
39548
39555
|
key: 1,
|
|
39549
|
-
src:
|
|
39550
|
-
alt: "Feature Image"
|
|
39551
|
-
|
|
39556
|
+
src: x.image,
|
|
39557
|
+
alt: "Feature Image",
|
|
39558
|
+
class: "w-full h-full object-cover"
|
|
39559
|
+
}, null, 8, Zwe))
|
|
39552
39560
|
], 2);
|
|
39553
39561
|
}), 256))
|
|
39554
39562
|
], 2),
|
|
39555
|
-
|
|
39563
|
+
d.value ? (s(), i("div", Qwe, [
|
|
39556
39564
|
o("img", {
|
|
39557
|
-
src:
|
|
39558
|
-
alt: ((
|
|
39565
|
+
src: d.value.featured_image,
|
|
39566
|
+
alt: ((v = d.value) == null ? void 0 : v.caption) ?? "Image",
|
|
39559
39567
|
class: "rounded-br-[24px] rounded-tl-[24px] w-full"
|
|
39560
|
-
}, null, 8,
|
|
39568
|
+
}, null, 8, Ywe)
|
|
39561
39569
|
])) : de("", !0)
|
|
39562
39570
|
], 2)
|
|
39563
39571
|
]))
|
|
@@ -39565,13 +39573,13 @@ const iwe = { render: swe }, lwe = { class: "flex flex-col items-center gap-6 pb
|
|
|
39565
39573
|
]);
|
|
39566
39574
|
};
|
|
39567
39575
|
}
|
|
39568
|
-
},
|
|
39576
|
+
}, ege = { class: "overflow-hidden" }, tge = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full mt-[40px]" }, nge = {
|
|
39569
39577
|
key: 0,
|
|
39570
39578
|
class: "rounded-xl px-[40px] text-center mb-1 max-w-[1280px] mx-auto"
|
|
39571
|
-
},
|
|
39579
|
+
}, rge = { class: "text-[36px] text-gray-900 font-semibold" }, oge = ["innerHTML"], sge = { key: 1 }, ige = { class: "mt-4" }, lge = { class: "flex flex-row" }, age = { class: "w-1/5 mr-[40px] relative" }, cge = { class: "text-[24px] font-semibold text-navy-800" }, uge = { class: "w-4/5" }, dge = {
|
|
39572
39580
|
key: 0,
|
|
39573
39581
|
class: "text-[24px] mb-6 font-semibold text-navy-800"
|
|
39574
|
-
},
|
|
39582
|
+
}, hge = { class: "text-xl font-semibold text-gray-900" }, fge = { class: "all-unset" }, pge = ["innerHTML"], mge = {
|
|
39575
39583
|
__name: "Timeline",
|
|
39576
39584
|
props: {
|
|
39577
39585
|
section: {
|
|
@@ -39580,24 +39588,24 @@ const iwe = { render: swe }, lwe = { class: "flex flex-col items-center gap-6 pb
|
|
|
39580
39588
|
}
|
|
39581
39589
|
},
|
|
39582
39590
|
setup(t) {
|
|
39583
|
-
const n =
|
|
39591
|
+
const n = Ce(t.section), r = Te(() => n.value.components.find((u) => u.type === "header")), l = Te(() => n.value.components.find((u) => u.type === "timeline_items"));
|
|
39584
39592
|
return (u, c) => {
|
|
39585
39593
|
var d;
|
|
39586
|
-
return s(), i("div",
|
|
39587
|
-
o("div",
|
|
39588
|
-
r.value ? (s(), i("div",
|
|
39589
|
-
o("h3",
|
|
39594
|
+
return s(), i("div", ege, [
|
|
39595
|
+
o("div", tge, [
|
|
39596
|
+
r.value ? (s(), i("div", nge, [
|
|
39597
|
+
o("h3", rge, be(r.value.title), 1),
|
|
39590
39598
|
(d = r.value) != null && d.supporting_text ? (s(), i("p", {
|
|
39591
39599
|
key: 0,
|
|
39592
39600
|
class: "text-[20px] font-normal mt-2 text-gray-600 leading-[30px] max-w-[768px] mx-auto",
|
|
39593
39601
|
innerHTML: r.value.supporting_text
|
|
39594
|
-
}, null, 8,
|
|
39602
|
+
}, null, 8, oge)) : de("", !0)
|
|
39595
39603
|
])) : de("", !0),
|
|
39596
|
-
l.value ? (s(), i("div",
|
|
39597
|
-
o("div",
|
|
39598
|
-
(s(!0), i(ze, null, Qe(l.value.data, (a, h) => (s(), i("div",
|
|
39599
|
-
o("div",
|
|
39600
|
-
o("h1",
|
|
39604
|
+
l.value ? (s(), i("div", sge, [
|
|
39605
|
+
o("div", ige, [
|
|
39606
|
+
(s(!0), i(ze, null, Qe(l.value.data, (a, h) => (s(), i("div", lge, [
|
|
39607
|
+
o("div", age, [
|
|
39608
|
+
o("h1", cge, be(a.title), 1),
|
|
39601
39609
|
c[0] || (c[0] = o("div", { class: "w-[32px] h-[32px] flex items-center justify-center border-2 border-navy-100 rounded-full absolute right-[-17px] bg-white top-0" }, [
|
|
39602
39610
|
o("p", { class: "w-[16px] h-[16px] rounded-full bg-navy-600" })
|
|
39603
39611
|
], -1)),
|
|
@@ -39606,17 +39614,17 @@ const iwe = { render: swe }, lwe = { class: "flex flex-col items-center gap-6 pb
|
|
|
39606
39614
|
style: { background: "repeating-linear-gradient(to bottom, transparent, transparent 10px, #A9B8C6 8px, #A9B8C6 20px)", width: "2px" }
|
|
39607
39615
|
}, null, -1))
|
|
39608
39616
|
]),
|
|
39609
|
-
o("div",
|
|
39610
|
-
a.group_title ? (s(), i("p",
|
|
39617
|
+
o("div", uge, [
|
|
39618
|
+
a.group_title ? (s(), i("p", dge, be(a.group_title), 1)) : de("", !0),
|
|
39611
39619
|
(s(!0), i(ze, null, Qe(a.lines, (f, m) => (s(), i("div", {
|
|
39612
39620
|
key: m,
|
|
39613
39621
|
class: "bg-pale-orange-100 p-6 mb-6 rounded-[16px]"
|
|
39614
39622
|
}, [
|
|
39615
|
-
o("h4",
|
|
39616
|
-
o("div",
|
|
39623
|
+
o("h4", hge, be(f.title), 1),
|
|
39624
|
+
o("div", fge, [
|
|
39617
39625
|
o("p", {
|
|
39618
39626
|
innerHTML: f.description
|
|
39619
|
-
}, null, 8,
|
|
39627
|
+
}, null, 8, pge)
|
|
39620
39628
|
])
|
|
39621
39629
|
]))), 128))
|
|
39622
39630
|
])
|
|
@@ -39627,13 +39635,13 @@ const iwe = { render: swe }, lwe = { class: "flex flex-col items-center gap-6 pb
|
|
|
39627
39635
|
]);
|
|
39628
39636
|
};
|
|
39629
39637
|
}
|
|
39630
|
-
},
|
|
39638
|
+
}, vge = { class: "overflow-hidden bg-aqua-100" }, wge = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full my-[40px]" }, gge = {
|
|
39631
39639
|
key: 0,
|
|
39632
39640
|
class: "rounded-xl px-[40px] text-center mb-6 max-w-[1280px] mx-auto"
|
|
39633
|
-
},
|
|
39641
|
+
}, xge = { class: "text-[36px] text-gray-900 font-semibold" }, kge = ["innerHTML"], Cge = ["src"], yge = { class: "relative bg-white p-8 rounded-[24px] w-full" }, bge = {
|
|
39634
39642
|
key: 0,
|
|
39635
39643
|
class: "w-[48px] h-[48px] flex justify-center items-center rounded-[10px] text-white bg-aqua-900 mb-4"
|
|
39636
|
-
},
|
|
39644
|
+
}, Mge = { class: "text-[20px] font-semibold text-gray-900" }, Age = ["innerHTML"], _ge = ["href", "target"], Bge = {
|
|
39637
39645
|
__name: "LinkCard",
|
|
39638
39646
|
props: {
|
|
39639
39647
|
section: {
|
|
@@ -39642,24 +39650,24 @@ const iwe = { render: swe }, lwe = { class: "flex flex-col items-center gap-6 pb
|
|
|
39642
39650
|
}
|
|
39643
39651
|
},
|
|
39644
39652
|
setup(t) {
|
|
39645
|
-
const n =
|
|
39646
|
-
return
|
|
39653
|
+
const n = Ce(t.section), r = Te(() => n.value.components.find((d) => d.type === "header")), l = Te(() => n.value.components.find((d) => d.type === "link_cards")), u = Ce(null), c = Ce(null);
|
|
39654
|
+
return I1(() => {
|
|
39647
39655
|
u.value && c.value && (u.value.style.height = `${c.value.offsetHeight}px`);
|
|
39648
39656
|
}), (d, a) => {
|
|
39649
39657
|
var h, f, m, p, w;
|
|
39650
|
-
return s(), i("div",
|
|
39651
|
-
o("div",
|
|
39652
|
-
r.value ? (s(), i("div",
|
|
39653
|
-
o("h3",
|
|
39658
|
+
return s(), i("div", vge, [
|
|
39659
|
+
o("div", wge, [
|
|
39660
|
+
r.value ? (s(), i("div", gge, [
|
|
39661
|
+
o("h3", xge, be(r.value.title), 1),
|
|
39654
39662
|
(h = r.value) != null && h.supporting_text ? (s(), i("div", {
|
|
39655
39663
|
key: 0,
|
|
39656
39664
|
class: "text-[20px] font-normal mt-2 text-gray-600 leading-[30px] max-w-[768px] mx-auto",
|
|
39657
39665
|
innerHTML: r.value.supporting_text
|
|
39658
|
-
}, null, 8,
|
|
39666
|
+
}, null, 8, kge)) : de("", !0)
|
|
39659
39667
|
])) : de("", !0),
|
|
39660
39668
|
l.value ? (s(), i("div", {
|
|
39661
39669
|
key: 1,
|
|
39662
|
-
class:
|
|
39670
|
+
class: Re(["flex w-full", { "gap-8": (f = r.value) == null ? void 0 : f.featured_image }])
|
|
39663
39671
|
}, [
|
|
39664
39672
|
(m = r.value) != null && m.featured_image ? (s(), i("div", {
|
|
39665
39673
|
key: 0,
|
|
@@ -39671,35 +39679,35 @@ const iwe = { render: swe }, lwe = { class: "flex flex-col items-center gap-6 pb
|
|
|
39671
39679
|
src: (p = r.value) == null ? void 0 : p.featured_image,
|
|
39672
39680
|
class: "rounded-br-[24px] rounded-tl-[24px] h-full w-full object-cover",
|
|
39673
39681
|
alt: "Feature"
|
|
39674
|
-
}, null, 8,
|
|
39682
|
+
}, null, 8, Cge)
|
|
39675
39683
|
], 512)) : de("", !0),
|
|
39676
39684
|
o("div", {
|
|
39677
|
-
class:
|
|
39685
|
+
class: Re(["flex gap-8 w-full", { "flex-col h-fit": (w = r.value) == null ? void 0 : w.featured_image }]),
|
|
39678
39686
|
ref_key: "rightColumn",
|
|
39679
39687
|
ref: c
|
|
39680
39688
|
}, [
|
|
39681
|
-
(s(!0), i(ze, null, Qe(l.value.data, (v, x) => (s(), i("div",
|
|
39682
|
-
v.icon ? (s(), i("div",
|
|
39689
|
+
(s(!0), i(ze, null, Qe(l.value.data, (v, x) => (s(), i("div", yge, [
|
|
39690
|
+
v.icon ? (s(), i("div", bge, [
|
|
39683
39691
|
(s(), Ze(wn, {
|
|
39684
39692
|
icon: v.icon,
|
|
39685
39693
|
"icon-classes": "w-5 h-5",
|
|
39686
39694
|
key: x
|
|
39687
39695
|
}, null, 8, ["icon"]))
|
|
39688
39696
|
])) : de("", !0),
|
|
39689
|
-
o("h1",
|
|
39697
|
+
o("h1", Mge, be(v.title), 1),
|
|
39690
39698
|
o("div", {
|
|
39691
39699
|
class: "text-lg text-gray-600 mt-2 leading-[24px]",
|
|
39692
39700
|
innerHTML: v.description
|
|
39693
|
-
}, null, 8,
|
|
39701
|
+
}, null, 8, Age),
|
|
39694
39702
|
v != null && v.primary_button.show ? (s(), i("a", {
|
|
39695
39703
|
key: 1,
|
|
39696
39704
|
class: "text-brand-700 inline-flex gap-1.5 items-center font-semibold text-base mt-4",
|
|
39697
|
-
href:
|
|
39705
|
+
href: ye(C1)(v.primary_button.url),
|
|
39698
39706
|
target: v.primary_button.open_in_new_tab ? "_blank" : ""
|
|
39699
39707
|
}, [
|
|
39700
39708
|
P1(be(v.primary_button.label) + " ", 1),
|
|
39701
|
-
me(
|
|
39702
|
-
], 8,
|
|
39709
|
+
me(ye(V1), { class: "w-5 h-5" })
|
|
39710
|
+
], 8, _ge)) : de("", !0)
|
|
39703
39711
|
]))), 256))
|
|
39704
39712
|
], 2)
|
|
39705
39713
|
], 2)) : de("", !0)
|
|
@@ -39707,14 +39715,14 @@ const iwe = { render: swe }, lwe = { class: "flex flex-col items-center gap-6 pb
|
|
|
39707
39715
|
]);
|
|
39708
39716
|
};
|
|
39709
39717
|
}
|
|
39710
|
-
},
|
|
39718
|
+
}, $ge = {
|
|
39711
39719
|
xmlns: "http://www.w3.org/2000/svg",
|
|
39712
39720
|
fill: "none",
|
|
39713
39721
|
stroke: "currentColor",
|
|
39714
39722
|
viewBox: "0 0 24 24"
|
|
39715
39723
|
};
|
|
39716
|
-
function
|
|
39717
|
-
return s(), i("svg",
|
|
39724
|
+
function Sge(t, e) {
|
|
39725
|
+
return s(), i("svg", $ge, e[0] || (e[0] = [
|
|
39718
39726
|
o("path", {
|
|
39719
39727
|
"stroke-linecap": "round",
|
|
39720
39728
|
"stroke-linejoin": "round",
|
|
@@ -39723,13 +39731,13 @@ function Lge(t, e) {
|
|
|
39723
39731
|
}, null, -1)
|
|
39724
39732
|
]));
|
|
39725
39733
|
}
|
|
39726
|
-
const
|
|
39734
|
+
const jge = { render: Sge }, Lge = { class: "overflow-hidden" }, Tge = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full bg-white py-[40px] flex gap-[10%]" }, Ege = {
|
|
39727
39735
|
key: 0,
|
|
39728
39736
|
class: "rounded-xl px-[40px] text-center mb-6 max-w-[1280px] mx-auto"
|
|
39729
|
-
},
|
|
39737
|
+
}, Hge = { class: "text-[36px] text-gray-900 font-semibold" }, Oge = ["innerHTML"], Rge = ["src"], Nge = {
|
|
39730
39738
|
key: 2,
|
|
39731
39739
|
class: "flex w-full"
|
|
39732
|
-
},
|
|
39740
|
+
}, Vge = { class: "relative bg-white hover:bg-gray-100 p-2 rounded-lg w-full" }, Pge = ["href", "target"], Ige = { class: "flex gap-4 items-center max-w-[94%] w-full" }, Dge = { class: "w-full" }, Fge = {
|
|
39733
39741
|
__name: "LinkList",
|
|
39734
39742
|
props: {
|
|
39735
39743
|
section: {
|
|
@@ -39738,43 +39746,43 @@ const Tge = { render: Lge }, Ege = { class: "overflow-hidden" }, Hge = { class:
|
|
|
39738
39746
|
}
|
|
39739
39747
|
},
|
|
39740
39748
|
setup(t) {
|
|
39741
|
-
const n =
|
|
39742
|
-
return (u, c) => (s(), i("div",
|
|
39743
|
-
o("div",
|
|
39749
|
+
const n = Ce(t.section), r = Te(() => n.value.components.filter((u) => u.type === "header")), l = Te(() => n.value.components.filter((u) => u.type === "links"));
|
|
39750
|
+
return (u, c) => (s(), i("div", Lge, [
|
|
39751
|
+
o("div", Tge, [
|
|
39744
39752
|
(s(!0), i(ze, null, Qe(r.value, (d, a) => (s(), i("div", {
|
|
39745
|
-
class:
|
|
39753
|
+
class: Re(["gap-4", { "w-1/2": n.value.two_columns }])
|
|
39746
39754
|
}, [
|
|
39747
|
-
d ? (s(), i("div",
|
|
39748
|
-
o("h3",
|
|
39755
|
+
d ? (s(), i("div", Ege, [
|
|
39756
|
+
o("h3", Hge, be(d.title), 1),
|
|
39749
39757
|
d != null && d.supporting_text ? (s(), i("p", {
|
|
39750
39758
|
key: 0,
|
|
39751
39759
|
class: "text-[20px] font-normal mt-2 text-gray-600 leading-[30px] max-w-[768px] mx-auto",
|
|
39752
39760
|
innerHTML: d.supporting_text
|
|
39753
|
-
}, null, 8,
|
|
39761
|
+
}, null, 8, Oge)) : de("", !0)
|
|
39754
39762
|
])) : de("", !0),
|
|
39755
39763
|
d != null && d.featured_image ? (s(), i("img", {
|
|
39756
39764
|
key: 1,
|
|
39757
39765
|
src: d == null ? void 0 : d.featured_image,
|
|
39758
39766
|
class: "rounded-[24px] w-full h-[480px] object-cover mb-6",
|
|
39759
39767
|
alt: "Feature"
|
|
39760
|
-
}, null, 8,
|
|
39761
|
-
l.value[a] ? (s(), i("div",
|
|
39768
|
+
}, null, 8, Rge)) : de("", !0),
|
|
39769
|
+
l.value[a] ? (s(), i("div", Nge, [
|
|
39762
39770
|
o("div", {
|
|
39763
|
-
class:
|
|
39771
|
+
class: Re({ "grid grid-cols-2 gap-x-[100px]": !n.value.two_columns, "flex flex-col gap-4 w-full": n.value.two_columns })
|
|
39764
39772
|
}, [
|
|
39765
|
-
(s(!0), i(ze, null, Qe(l.value[a].data, (h, f) => (s(), i("div",
|
|
39773
|
+
(s(!0), i(ze, null, Qe(l.value[a].data, (h, f) => (s(), i("div", Vge, [
|
|
39766
39774
|
h.url ? (s(), i("a", {
|
|
39767
39775
|
key: 0,
|
|
39768
39776
|
class: "text-gray-900 w-full inline-flex justify-between gap-1.5 items-center leading-[28px] font-semibold text-lg hover:underline",
|
|
39769
|
-
href:
|
|
39777
|
+
href: ye(C1)(h.url),
|
|
39770
39778
|
target: h.open_in_new_tab ? "_blank" : ""
|
|
39771
39779
|
}, [
|
|
39772
|
-
o("div",
|
|
39773
|
-
me(
|
|
39774
|
-
o("span",
|
|
39780
|
+
o("div", Ige, [
|
|
39781
|
+
me(ye(jge), { class: "w-5 h-5" }),
|
|
39782
|
+
o("span", Dge, be(h.title), 1)
|
|
39775
39783
|
]),
|
|
39776
|
-
me(
|
|
39777
|
-
], 8,
|
|
39784
|
+
me(ye(V1), { class: "w-5 h-5" })
|
|
39785
|
+
], 8, Pge)) : de("", !0)
|
|
39778
39786
|
]))), 256))
|
|
39779
39787
|
], 2)
|
|
39780
39788
|
])) : de("", !0)
|
|
@@ -39782,14 +39790,14 @@ const Tge = { render: Lge }, Ege = { class: "overflow-hidden" }, Hge = { class:
|
|
|
39782
39790
|
])
|
|
39783
39791
|
]));
|
|
39784
39792
|
}
|
|
39785
|
-
},
|
|
39793
|
+
}, Uge = {
|
|
39786
39794
|
xmlns: "http://www.w3.org/2000/svg",
|
|
39787
39795
|
fill: "none",
|
|
39788
39796
|
stroke: "currentColor",
|
|
39789
39797
|
viewBox: "0 0 24 24"
|
|
39790
39798
|
};
|
|
39791
|
-
function
|
|
39792
|
-
return s(), i("svg",
|
|
39799
|
+
function zge(t, e) {
|
|
39800
|
+
return s(), i("svg", Uge, e[0] || (e[0] = [
|
|
39793
39801
|
o("path", {
|
|
39794
39802
|
"stroke-linecap": "round",
|
|
39795
39803
|
"stroke-linejoin": "round",
|
|
@@ -39798,10 +39806,10 @@ function Gge(t, e) {
|
|
|
39798
39806
|
}, null, -1)
|
|
39799
39807
|
]));
|
|
39800
39808
|
}
|
|
39801
|
-
const
|
|
39809
|
+
const qge = { render: zge }, Gge = { class: "overflow-hidden" }, Wge = ["src"], Xge = {
|
|
39802
39810
|
key: 0,
|
|
39803
39811
|
class: "w-[48px] h-[48px] bg-brand-100 border-[8px] border-brand-50 rounded-full flex items-center justify-center"
|
|
39804
|
-
},
|
|
39812
|
+
}, Kge = { class: "text-[36px] text-gray-900 font-semibold" }, Zge = ["innerHTML"], Qge = { class: "flex" }, Yge = { class: "bg-gray-100 rounded-full w-[28px] h-[28px] flex items-center justify-center text-gray-500 mr-2" }, Jge = { class: "text-lg text-gray-600 w-[97%]" }, exe = {
|
|
39805
39813
|
__name: "BulletPoints",
|
|
39806
39814
|
props: {
|
|
39807
39815
|
section: {
|
|
@@ -39810,54 +39818,55 @@ const Wge = { render: Gge }, Xge = { class: "overflow-hidden" }, Kge = ["src"],
|
|
|
39810
39818
|
}
|
|
39811
39819
|
},
|
|
39812
39820
|
setup(t) {
|
|
39813
|
-
const n =
|
|
39821
|
+
const n = Ce(t.section), r = Te(() => n.value.components.find((u) => u.type === "header")), l = Te(() => n.value.components.find((u) => u.type === "bullet_points"));
|
|
39814
39822
|
return (u, c) => {
|
|
39815
39823
|
var d, a, h, f, m, p, w, v;
|
|
39816
|
-
return s(), i("div",
|
|
39824
|
+
return s(), i("div", Gge, [
|
|
39817
39825
|
o("div", {
|
|
39818
|
-
class:
|
|
39826
|
+
class: Re(["max-w-[1640px] md:px-[120px] mx-auto w-full my-[40px]", { "flex gap-8": (d = r.value) == null ? void 0 : d.featured_image, "flex-row-reverse justify-between": (a = r.value) == null ? void 0 : a.revert }])
|
|
39819
39827
|
}, [
|
|
39820
39828
|
(h = r.value) != null && h.featured_image ? (s(), i("img", {
|
|
39821
39829
|
key: 0,
|
|
39822
39830
|
src: (f = r.value) == null ? void 0 : f.featured_image,
|
|
39823
39831
|
class: "w-[480px] object-cover rounded-[24px]",
|
|
39824
39832
|
alt: "Feature"
|
|
39825
|
-
}, null, 8,
|
|
39833
|
+
}, null, 8, Wge)) : de("", !0),
|
|
39826
39834
|
r.value ? (s(), i("div", {
|
|
39827
39835
|
key: 1,
|
|
39828
|
-
class:
|
|
39836
|
+
class: Re({ "py-[48px]": (m = r.value) == null ? void 0 : m.featured_image })
|
|
39829
39837
|
}, [
|
|
39830
|
-
(p = r.value) != null && p.icon ? (s(), i("div",
|
|
39838
|
+
(p = r.value) != null && p.icon ? (s(), i("div", Xge, [
|
|
39831
39839
|
me(wn, {
|
|
39832
39840
|
icon: r.value.icon,
|
|
39833
39841
|
"icon-classes": "w-5 h-5 text-brand-600"
|
|
39834
39842
|
}, null, 8, ["icon"])
|
|
39835
39843
|
])) : de("", !0),
|
|
39836
|
-
o("h3",
|
|
39844
|
+
o("h3", Kge, be(r.value.title), 1),
|
|
39837
39845
|
(w = r.value) != null && w.supporting_text ? (s(), i("p", {
|
|
39838
39846
|
key: 1,
|
|
39839
39847
|
class: "text-[20px] font-normal mt-2 text-gray-600 leading-[30px]",
|
|
39840
39848
|
innerHTML: r.value.supporting_text
|
|
39841
|
-
}, null, 8,
|
|
39842
|
-
|
|
39843
|
-
|
|
39849
|
+
}, null, 8, Zge)) : de("", !0),
|
|
39850
|
+
l.value ? (s(), i("div", {
|
|
39851
|
+
key: 2,
|
|
39852
|
+
class: Re(["flex flex-col mt-8 gap-4", { "!grid grid-cols-3": !((v = r.value) != null && v.featured_image) }])
|
|
39844
39853
|
}, [
|
|
39845
|
-
(s(!0), i(ze, null, Qe(l.value.data, (x) => (s(), i("div",
|
|
39846
|
-
o("div",
|
|
39847
|
-
me(
|
|
39854
|
+
(s(!0), i(ze, null, Qe(l.value.data, (x) => (s(), i("div", Qge, [
|
|
39855
|
+
o("div", Yge, [
|
|
39856
|
+
me(ye(qge), { class: "w-4 h-4" })
|
|
39848
39857
|
]),
|
|
39849
|
-
o("p",
|
|
39858
|
+
o("p", Jge, be(x.title), 1)
|
|
39850
39859
|
]))), 256))
|
|
39851
|
-
], 2)
|
|
39860
|
+
], 2)) : de("", !0)
|
|
39852
39861
|
], 2)) : de("", !0)
|
|
39853
39862
|
], 2)
|
|
39854
39863
|
]);
|
|
39855
39864
|
};
|
|
39856
39865
|
}
|
|
39857
|
-
},
|
|
39866
|
+
}, txe = { class: "overflow-hidden" }, nxe = {
|
|
39858
39867
|
key: 0,
|
|
39859
39868
|
class: "max-w-[33.3%] w-full min-h-[320px]"
|
|
39860
|
-
},
|
|
39869
|
+
}, rxe = ["src", "alt"], oxe = ["src"], sxe = { class: "text-xl text-brand-600 font-semibold px-[56px]" }, ixe = ["innerHTML"], lxe = { class: "flex gap-1 mt-4" }, axe = ["src"], cxe = ["src"], uxe = {
|
|
39861
39870
|
__name: "Callout",
|
|
39862
39871
|
props: {
|
|
39863
39872
|
section: {
|
|
@@ -39866,69 +39875,69 @@ const Wge = { render: Gge }, Xge = { class: "overflow-hidden" }, Kge = ["src"],
|
|
|
39866
39875
|
}
|
|
39867
39876
|
},
|
|
39868
39877
|
setup(t) {
|
|
39869
|
-
const n =
|
|
39878
|
+
const n = Ce(t.section), r = Te(() => n.value.components.find((u) => u.type === "callout")), l = Te(() => n.value.components.find((u) => u.type === "image_block"));
|
|
39870
39879
|
return (u, c) => {
|
|
39871
|
-
var d, a, h, f, m, p, w, v, x, C, b, A, $, R, V, I,
|
|
39872
|
-
return s(), i("div",
|
|
39880
|
+
var d, a, h, f, m, p, w, v, x, C, b, A, $, R, V, I, X, W, se, K, M, N;
|
|
39881
|
+
return s(), i("div", txe, [
|
|
39873
39882
|
o("div", {
|
|
39874
|
-
class:
|
|
39883
|
+
class: Re(["max-w-[1640px] md:px-[120px] mx-auto w-full mt-[40px]", { "flex gap-8": (d = r.value) == null ? void 0 : d.featured_image }])
|
|
39875
39884
|
}, [
|
|
39876
|
-
l.value && ((a = n.value) != null && a.acknowledgement_style) || (h = r.value) != null && h.featured_image && !((f = n.value) != null && f.acknowledgement_style) ? (s(), i("div",
|
|
39885
|
+
l.value && ((a = n.value) != null && a.acknowledgement_style) || (h = r.value) != null && h.featured_image && !((f = n.value) != null && f.acknowledgement_style) ? (s(), i("div", nxe, [
|
|
39877
39886
|
l.value && ((m = n.value) != null && m.acknowledgement_style) ? (s(), i("img", {
|
|
39878
39887
|
key: 0,
|
|
39879
39888
|
src: l.value.featured_image,
|
|
39880
39889
|
alt: ((p = l.value) == null ? void 0 : p.caption) ?? "Image",
|
|
39881
39890
|
class: "w-[560px] object-cover rounded-[24px] h-full"
|
|
39882
|
-
}, null, 8,
|
|
39891
|
+
}, null, 8, rxe)) : de("", !0),
|
|
39883
39892
|
(w = r.value) != null && w.featured_image && !((v = n.value) != null && v.acknowledgement_style) ? (s(), i("img", {
|
|
39884
39893
|
key: 1,
|
|
39885
39894
|
src: (x = r.value) == null ? void 0 : x.featured_image,
|
|
39886
39895
|
class: "w-[560px] object-cover rounded-[24px] h-full",
|
|
39887
39896
|
alt: "Feature"
|
|
39888
|
-
}, null, 8,
|
|
39897
|
+
}, null, 8, oxe)) : de("", !0)
|
|
39889
39898
|
])) : de("", !0),
|
|
39890
39899
|
r.value ? (s(), i("div", {
|
|
39891
39900
|
key: 1,
|
|
39892
|
-
class:
|
|
39901
|
+
class: Re(["rounded-[24px] flex items-center justify-center flex-col", {
|
|
39893
39902
|
"bg-pale-100 min-h-[320px] w-full": !((C = r.value) != null && C.featured_image),
|
|
39894
39903
|
"border border-brand-400 w-full py-8": (b = r.value) == null ? void 0 : b.featured_image,
|
|
39895
39904
|
"w-full ": !((A = n.value) != null && A.acknowledgement_style),
|
|
39896
39905
|
"bg-gray-100 border-none": ($ = n.value) == null ? void 0 : $.acknowledgement_style
|
|
39897
39906
|
}])
|
|
39898
39907
|
}, [
|
|
39899
|
-
o("h3",
|
|
39908
|
+
o("h3", sxe, be(r.value.title), 1),
|
|
39900
39909
|
(R = r.value) != null && R.supporting_text ? (s(), i("p", {
|
|
39901
39910
|
key: 0,
|
|
39902
|
-
class:
|
|
39911
|
+
class: Re(["mt-2 px-[56px]", { "text-normal text-[20px] text-gray-700 leading-[30px]": (V = n.value) == null ? void 0 : V.acknowledgement_style, "text-[30px] font-semibold text-gray-900 leading-[38px] text-center": !((I = n.value) != null && I.acknowledgement_style) }]),
|
|
39903
39912
|
innerHTML: r.value.supporting_text
|
|
39904
|
-
}, null, 10,
|
|
39905
|
-
o("div",
|
|
39906
|
-
(
|
|
39913
|
+
}, null, 10, ixe)) : de("", !0),
|
|
39914
|
+
o("div", lxe, [
|
|
39915
|
+
(X = r.value) != null && X.featured_image && ((W = n.value) != null && W.acknowledgement_style) ? (s(), i("img", {
|
|
39907
39916
|
key: 0,
|
|
39908
39917
|
src: (se = r.value) == null ? void 0 : se.featured_image,
|
|
39909
39918
|
class: "h-[96px]",
|
|
39910
39919
|
alt: "Feature"
|
|
39911
|
-
}, null, 8,
|
|
39920
|
+
}, null, 8, axe)) : de("", !0),
|
|
39912
39921
|
(K = r.value) != null && K.featured_image2 && ((M = n.value) != null && M.acknowledgement_style) ? (s(), i("img", {
|
|
39913
39922
|
key: 1,
|
|
39914
39923
|
src: (N = r.value) == null ? void 0 : N.featured_image2,
|
|
39915
39924
|
class: "h-[96px]",
|
|
39916
39925
|
alt: "Feature"
|
|
39917
|
-
}, null, 8,
|
|
39926
|
+
}, null, 8, cxe)) : de("", !0)
|
|
39918
39927
|
])
|
|
39919
39928
|
], 2)) : de("", !0)
|
|
39920
39929
|
], 2)
|
|
39921
39930
|
]);
|
|
39922
39931
|
};
|
|
39923
39932
|
}
|
|
39924
|
-
},
|
|
39933
|
+
}, dxe = {
|
|
39925
39934
|
xmlns: "http://www.w3.org/2000/svg",
|
|
39926
39935
|
fill: "none",
|
|
39927
39936
|
stroke: "currentColor",
|
|
39928
39937
|
viewBox: "0 0 24 24"
|
|
39929
39938
|
};
|
|
39930
|
-
function
|
|
39931
|
-
return s(), i("svg",
|
|
39939
|
+
function hxe(t, e) {
|
|
39940
|
+
return s(), i("svg", dxe, e[0] || (e[0] = [
|
|
39932
39941
|
o("path", {
|
|
39933
39942
|
"stroke-linecap": "round",
|
|
39934
39943
|
"stroke-linejoin": "round",
|
|
@@ -39937,14 +39946,14 @@ function pxe(t, e) {
|
|
|
39937
39946
|
}, null, -1)
|
|
39938
39947
|
]));
|
|
39939
39948
|
}
|
|
39940
|
-
const
|
|
39949
|
+
const fxe = { render: hxe }, pxe = {
|
|
39941
39950
|
xmlns: "http://www.w3.org/2000/svg",
|
|
39942
39951
|
fill: "none",
|
|
39943
39952
|
stroke: "currentColor",
|
|
39944
39953
|
viewBox: "0 0 24 24"
|
|
39945
39954
|
};
|
|
39946
|
-
function
|
|
39947
|
-
return s(), i("svg",
|
|
39955
|
+
function mxe(t, e) {
|
|
39956
|
+
return s(), i("svg", pxe, e[0] || (e[0] = [
|
|
39948
39957
|
o("path", {
|
|
39949
39958
|
"stroke-linecap": "round",
|
|
39950
39959
|
"stroke-linejoin": "round",
|
|
@@ -39953,14 +39962,14 @@ function wxe(t, e) {
|
|
|
39953
39962
|
}, null, -1)
|
|
39954
39963
|
]));
|
|
39955
39964
|
}
|
|
39956
|
-
const
|
|
39965
|
+
const vxe = { render: mxe }, wxe = {
|
|
39957
39966
|
xmlns: "http://www.w3.org/2000/svg",
|
|
39958
39967
|
fill: "none",
|
|
39959
39968
|
stroke: "currentColor",
|
|
39960
39969
|
viewBox: "0 0 24 24"
|
|
39961
39970
|
};
|
|
39962
|
-
function
|
|
39963
|
-
return s(), i("svg",
|
|
39971
|
+
function gxe(t, e) {
|
|
39972
|
+
return s(), i("svg", wxe, e[0] || (e[0] = [
|
|
39964
39973
|
o("path", {
|
|
39965
39974
|
"stroke-linecap": "round",
|
|
39966
39975
|
"stroke-linejoin": "round",
|
|
@@ -39969,10 +39978,10 @@ function kxe(t, e) {
|
|
|
39969
39978
|
}, null, -1)
|
|
39970
39979
|
]));
|
|
39971
39980
|
}
|
|
39972
|
-
const
|
|
39981
|
+
const xxe = { render: gxe }, kxe = { class: "overflow-hidden" }, Cxe = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full my-[40px] flex justify-center" }, yxe = {
|
|
39973
39982
|
key: 0,
|
|
39974
39983
|
class: "bg-gray-100 rounded-[16px] flex justify-center w-full"
|
|
39975
|
-
},
|
|
39984
|
+
}, bxe = { class: "flex items-center justify-center flex-col py-[40px] max-w-[820px]" }, Mxe = { class: "flex justify-between relative w-[150px]" }, Axe = { class: "w-[56px] h-[56px] border-[2px] border-white bg-gray-200 rounded-full flex justify-center items-center" }, _xe = { class: "w-[56px] h-[56px] border-[2px] border-white bg-gray-200 rounded-full flex justify-center items-center absolute top-[40%] left-1/2 -translate-x-1/2 -translate-y-1/2" }, Bxe = { class: "w-[56px] h-[56px] border-[2px] border-white bg-gray-200 rounded-full flex justify-center items-center" }, $xe = { class: "text-[24px] text-gray-900 font-semibold mt-4" }, Sxe = ["innerHTML"], jxe = { class: "flex gap-2" }, Lxe = ["href"], Txe = {
|
|
39976
39985
|
__name: "ContactUs",
|
|
39977
39986
|
props: {
|
|
39978
39987
|
section: {
|
|
@@ -39981,40 +39990,40 @@ const Cxe = { render: kxe }, yxe = { class: "overflow-hidden" }, bxe = { class:
|
|
|
39981
39990
|
}
|
|
39982
39991
|
},
|
|
39983
39992
|
setup(t) {
|
|
39984
|
-
const n =
|
|
39993
|
+
const n = Ce(t.section), r = Te(() => n.value.components.find((u) => u.type === "header")), l = Te(() => n.value.components.find((u) => u.type === "contact_us"));
|
|
39985
39994
|
return (u, c) => {
|
|
39986
39995
|
var d;
|
|
39987
|
-
return s(), i("div",
|
|
39988
|
-
o("div",
|
|
39989
|
-
r.value ? (s(), i("div",
|
|
39990
|
-
o("div",
|
|
39991
|
-
o("div",
|
|
39992
|
-
o("div",
|
|
39993
|
-
me(
|
|
39996
|
+
return s(), i("div", kxe, [
|
|
39997
|
+
o("div", Cxe, [
|
|
39998
|
+
r.value ? (s(), i("div", yxe, [
|
|
39999
|
+
o("div", bxe, [
|
|
40000
|
+
o("div", Mxe, [
|
|
40001
|
+
o("div", Axe, [
|
|
40002
|
+
me(ye(fxe), { class: "w-6 h-6 text-gray-600" })
|
|
39994
40003
|
]),
|
|
39995
|
-
o("div",
|
|
39996
|
-
me(
|
|
40004
|
+
o("div", _xe, [
|
|
40005
|
+
me(ye(vxe), { class: "w-6 h-6 text-gray-600" })
|
|
39997
40006
|
]),
|
|
39998
|
-
o("div",
|
|
39999
|
-
me(
|
|
40007
|
+
o("div", Bxe, [
|
|
40008
|
+
me(ye(xxe), { class: "w-6 h-6 text-gray-600" })
|
|
40000
40009
|
])
|
|
40001
40010
|
]),
|
|
40002
|
-
o("h3",
|
|
40011
|
+
o("h3", $xe, be(r.value.title), 1),
|
|
40003
40012
|
(d = r.value) != null && d.supporting_text ? (s(), i("p", {
|
|
40004
40013
|
key: 0,
|
|
40005
40014
|
class: "text-[18px] font-normal mt-2 text-gray-600 leading-[30px] text-center",
|
|
40006
40015
|
innerHTML: r.value.supporting_text
|
|
40007
|
-
}, null, 8,
|
|
40008
|
-
o("div",
|
|
40016
|
+
}, null, 8, Sxe)) : de("", !0),
|
|
40017
|
+
o("div", jxe, [
|
|
40009
40018
|
(s(!0), i(ze, null, Qe(l.value.data, (a) => (s(), i(ze, null, [
|
|
40010
40019
|
a != null && a.show ? (s(), i("a", {
|
|
40011
40020
|
key: 0,
|
|
40012
|
-
class:
|
|
40021
|
+
class: Re(["inline-flex gap-1.5 items-center font-semibold text-base mt-4 px-5 py-2.5 rounded-full", { "text-brand-700 hover:bg-white border border-brand-300": a.type === "phone", "text-white bg-brand-600 hover:bg-brand-800": a.type === "email" }]),
|
|
40013
40022
|
href: `${a.type === "email" ? "mailto:" : "tel:"} ${a.address}`
|
|
40014
40023
|
}, [
|
|
40015
40024
|
P1(be(a.label) + " ", 1),
|
|
40016
|
-
me(
|
|
40017
|
-
], 10,
|
|
40025
|
+
me(ye(V1), { class: "w-5 h-5" })
|
|
40026
|
+
], 10, Lxe)) : de("", !0)
|
|
40018
40027
|
], 64))), 256))
|
|
40019
40028
|
])
|
|
40020
40029
|
])
|
|
@@ -40023,7 +40032,7 @@ const Cxe = { render: kxe }, yxe = { class: "overflow-hidden" }, bxe = { class:
|
|
|
40023
40032
|
]);
|
|
40024
40033
|
};
|
|
40025
40034
|
}
|
|
40026
|
-
},
|
|
40035
|
+
}, Exe = { class: "page-render" }, $ke = {
|
|
40027
40036
|
__name: "PageRender",
|
|
40028
40037
|
props: {
|
|
40029
40038
|
page: {
|
|
@@ -40032,7 +40041,7 @@ const Cxe = { render: kxe }, yxe = { class: "overflow-hidden" }, bxe = { class:
|
|
|
40032
40041
|
}
|
|
40033
40042
|
},
|
|
40034
40043
|
setup(t) {
|
|
40035
|
-
const e =
|
|
40044
|
+
const e = Ce({
|
|
40036
40045
|
paragraph: We(Rwe),
|
|
40037
40046
|
standard_header: We(Swe),
|
|
40038
40047
|
header: We(Kme),
|
|
@@ -40041,15 +40050,15 @@ const Cxe = { render: kxe }, yxe = { class: "overflow-hidden" }, bxe = { class:
|
|
|
40041
40050
|
logo: We(yve),
|
|
40042
40051
|
collection_carousel: We(rwe),
|
|
40043
40052
|
collection_grid: We(Awe),
|
|
40044
|
-
two_column_image_content: We(
|
|
40045
|
-
timeline: We(
|
|
40046
|
-
link_card: We(
|
|
40047
|
-
link_list: We(
|
|
40048
|
-
bullet_points: We(
|
|
40049
|
-
callout: We(
|
|
40050
|
-
contact_us: We(
|
|
40053
|
+
two_column_image_content: We(Jwe),
|
|
40054
|
+
timeline: We(mge),
|
|
40055
|
+
link_card: We(Bge),
|
|
40056
|
+
link_list: We(Fge),
|
|
40057
|
+
bullet_points: We(exe),
|
|
40058
|
+
callout: We(uxe),
|
|
40059
|
+
contact_us: We(Txe)
|
|
40051
40060
|
}), n = (r) => r != null && r.type ? e.value[r == null ? void 0 : r.type] : "";
|
|
40052
|
-
return (r, l) => (s(), i("div",
|
|
40061
|
+
return (r, l) => (s(), i("div", Exe, [
|
|
40053
40062
|
(s(!0), i(ze, null, Qe(t.page.sections, (u, c) => (s(), i("div", null, [
|
|
40054
40063
|
(s(), Ze(Y1(n(u)), {
|
|
40055
40064
|
key: c,
|
|
@@ -40058,7 +40067,7 @@ const Cxe = { render: kxe }, yxe = { class: "overflow-hidden" }, bxe = { class:
|
|
|
40058
40067
|
]))), 256))
|
|
40059
40068
|
]));
|
|
40060
40069
|
}
|
|
40061
|
-
},
|
|
40070
|
+
}, Hxe = { class: "item-edit" }, Oxe = { class: "flex items-start gap-4 px-6 pt-4 h-full min-h-[90vh]" }, Rxe = { class: "flex flex-1 flex-col gap-4 mb-4" }, Nxe = { key: 0 }, Vxe = { class: "flex justify-between mb-4" }, Pxe = { class: "flex flex-col gap-1" }, Ixe = { class: "text-sm" }, Dxe = ["disabled"], Fxe = { class: "flex flex-col gap-4" }, Uxe = { class: "flex justify-between items-center border-b border-gray-200 pb-3 mb-4" }, zxe = { class: "text-lg font-semibold text-gray-900" }, qxe = ["onUpdate:modelValue"], Gxe = { class: "flex flex-col gap-8" }, Wxe = { class: "flex w-full max-w-[356px] flex-col gap-4" }, Xxe = { class: "flex justify-between space-x-xsSpace pt-xsSpace gap-4 sticky bottom-0 w-full bg-gray-200 py-2 px-6" }, Ske = {
|
|
40062
40071
|
__name: "ItemEdit",
|
|
40063
40072
|
props: {
|
|
40064
40073
|
item: {
|
|
@@ -40081,12 +40090,12 @@ const Cxe = { render: kxe }, yxe = { class: "overflow-hidden" }, bxe = { class:
|
|
|
40081
40090
|
emits: ["update"],
|
|
40082
40091
|
setup(t, { emit: e }) {
|
|
40083
40092
|
var x, C;
|
|
40084
|
-
const n = Gt("VFileUpload", J1), r = e, l = t, u = Te(() => l.item.hasOwnProperty("lines")), c =
|
|
40093
|
+
const n = Gt("VFileUpload", J1), r = e, l = t, u = Te(() => l.item.hasOwnProperty("lines")), c = Ce(null), d = Ce({
|
|
40085
40094
|
public: l.item.public,
|
|
40086
40095
|
title: l.item.title,
|
|
40087
40096
|
description: l.item.description,
|
|
40088
40097
|
featured_image: l.item.featured_image
|
|
40089
|
-
}), a =
|
|
40098
|
+
}), a = Ce({
|
|
40090
40099
|
title: l.item.title,
|
|
40091
40100
|
title_group: (x = l.item) == null ? void 0 : x.title_group,
|
|
40092
40101
|
max_items: (C = l.item) == null ? void 0 : C.max_items,
|
|
@@ -40115,33 +40124,33 @@ const Cxe = { render: kxe }, yxe = { class: "overflow-hidden" }, bxe = { class:
|
|
|
40115
40124
|
};
|
|
40116
40125
|
return (b, A) => {
|
|
40117
40126
|
var $, R, V;
|
|
40118
|
-
return s(), i("div",
|
|
40119
|
-
o("div",
|
|
40120
|
-
o("div",
|
|
40121
|
-
u.value ? (s(), i("div",
|
|
40122
|
-
o("div",
|
|
40123
|
-
o("div",
|
|
40127
|
+
return s(), i("div", Hxe, [
|
|
40128
|
+
o("div", Oxe, [
|
|
40129
|
+
o("div", Rxe, [
|
|
40130
|
+
u.value ? (s(), i("div", Nxe, [
|
|
40131
|
+
o("div", Vxe, [
|
|
40132
|
+
o("div", Pxe, [
|
|
40124
40133
|
A[6] || (A[6] = o("p", { class: "text-base font-semibold text-gray-900" }, "Events", -1)),
|
|
40125
|
-
o("p",
|
|
40134
|
+
o("p", Ixe, " This timeline item can contain up to " + be(($ = t.item) == null ? void 0 : $.max_items) + " events. ", 1)
|
|
40126
40135
|
]),
|
|
40127
40136
|
o("button", {
|
|
40128
40137
|
disabled: a.value.lines.length >= ((R = t.item) == null ? void 0 : R.max_items),
|
|
40129
40138
|
onClick: h,
|
|
40130
|
-
class:
|
|
40139
|
+
class: Re(["text-sm cursor-pointer flex items-center justify-center gap-1 rounded-[99px] border border-brand-600 bg-brand-500 px-3.5 h-[40px] font-semibold text-white hover:bg-brand-600", { "border-gray-100 bg-gray-100 !text-gray-400 hover:bg-gray-100": a.value.lines.length >= ((V = t.item) == null ? void 0 : V.max_items) }])
|
|
40131
40140
|
}, [
|
|
40132
|
-
me(
|
|
40141
|
+
me(ye(m0), { class: "h-5 w-5" }),
|
|
40133
40142
|
A[7] || (A[7] = o("span", null, "Event", -1))
|
|
40134
|
-
], 10,
|
|
40143
|
+
], 10, Dxe)
|
|
40135
40144
|
]),
|
|
40136
|
-
o("div",
|
|
40137
|
-
(s(!0), i(ze, null, Qe(a.value.lines, (I,
|
|
40138
|
-
key:
|
|
40145
|
+
o("div", Fxe, [
|
|
40146
|
+
(s(!0), i(ze, null, Qe(a.value.lines, (I, X) => (s(), i("div", {
|
|
40147
|
+
key: X,
|
|
40139
40148
|
class: "flex flex-col gap-2 rounded-lg px-6 pt-4 pb-[40px] bg-gray-50"
|
|
40140
40149
|
}, [
|
|
40141
|
-
o("div",
|
|
40142
|
-
o("p",
|
|
40150
|
+
o("div", Uxe, [
|
|
40151
|
+
o("p", zxe, " Event #" + be(X + 1), 1),
|
|
40143
40152
|
me(Bn, {
|
|
40144
|
-
onRemoveItem: (
|
|
40153
|
+
onRemoveItem: (W) => v(X)
|
|
40145
40154
|
}, null, 8, ["onRemoveItem"])
|
|
40146
40155
|
]),
|
|
40147
40156
|
me(pt, {
|
|
@@ -40153,12 +40162,12 @@ const Cxe = { render: kxe }, yxe = { class: "overflow-hidden" }, bxe = { class:
|
|
|
40153
40162
|
}, {
|
|
40154
40163
|
default: Xe(() => [
|
|
40155
40164
|
ht(o("input", {
|
|
40156
|
-
"onUpdate:modelValue": (
|
|
40165
|
+
"onUpdate:modelValue": (W) => I.title = W,
|
|
40157
40166
|
name: "line.title",
|
|
40158
40167
|
type: "text",
|
|
40159
40168
|
placeholder: "Heading",
|
|
40160
40169
|
class: "border-1 border-solid border-gray-300 rounded-lg bg-white w-full"
|
|
40161
|
-
}, null, 8,
|
|
40170
|
+
}, null, 8, qxe), [
|
|
40162
40171
|
[Lt, I.title]
|
|
40163
40172
|
])
|
|
40164
40173
|
]),
|
|
@@ -40175,7 +40184,7 @@ const Cxe = { render: kxe }, yxe = { class: "overflow-hidden" }, bxe = { class:
|
|
|
40175
40184
|
default: Xe(() => [
|
|
40176
40185
|
me(An, {
|
|
40177
40186
|
modelValue: I.description,
|
|
40178
|
-
"onUpdate:modelValue": (
|
|
40187
|
+
"onUpdate:modelValue": (W) => I.description = W
|
|
40179
40188
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
40180
40189
|
]),
|
|
40181
40190
|
_: 2
|
|
@@ -40187,7 +40196,7 @@ const Cxe = { render: kxe }, yxe = { class: "overflow-hidden" }, bxe = { class:
|
|
|
40187
40196
|
title: "Description"
|
|
40188
40197
|
}, {
|
|
40189
40198
|
default: Xe(() => [
|
|
40190
|
-
o("div",
|
|
40199
|
+
o("div", Gxe, [
|
|
40191
40200
|
me(pt, {
|
|
40192
40201
|
"is-vertical": "",
|
|
40193
40202
|
field: "title",
|
|
@@ -40241,7 +40250,7 @@ const Cxe = { render: kxe }, yxe = { class: "overflow-hidden" }, bxe = { class:
|
|
|
40241
40250
|
sites: t.sites
|
|
40242
40251
|
}, null, 8, ["button", "sites"])) : de("", !0)
|
|
40243
40252
|
]),
|
|
40244
|
-
o("div",
|
|
40253
|
+
o("div", Wxe, [
|
|
40245
40254
|
u.value ? (s(), i(ze, { key: 1 }, [
|
|
40246
40255
|
me(t1, {
|
|
40247
40256
|
title: "Timeline item title",
|
|
@@ -40323,7 +40332,7 @@ const Cxe = { render: kxe }, yxe = { class: "overflow-hidden" }, bxe = { class:
|
|
|
40323
40332
|
supporting_text: "Recommended dimension: 1200*1060px"
|
|
40324
40333
|
}, {
|
|
40325
40334
|
default: Xe(() => [
|
|
40326
|
-
me(
|
|
40335
|
+
me(ye(n), {
|
|
40327
40336
|
name: "image",
|
|
40328
40337
|
height: "h-[200px]",
|
|
40329
40338
|
modelValue: d.value.featured_image,
|
|
@@ -40336,7 +40345,7 @@ const Cxe = { render: kxe }, yxe = { class: "overflow-hidden" }, bxe = { class:
|
|
|
40336
40345
|
])
|
|
40337
40346
|
]),
|
|
40338
40347
|
a0(b.$slots, "default", {}, () => [
|
|
40339
|
-
o("div",
|
|
40348
|
+
o("div", Xxe, [
|
|
40340
40349
|
o("a", {
|
|
40341
40350
|
onClick: p,
|
|
40342
40351
|
class: "w-[200px] py-[9px] bg-white rounded-full border border-gray-300 shadow-xs text-md font-semibold hover:bg-gray-100 text-gray-700 text-center cursor-pointer"
|
|
@@ -40356,7 +40365,7 @@ const Cxe = { render: kxe }, yxe = { class: "overflow-hidden" }, bxe = { class:
|
|
|
40356
40365
|
]);
|
|
40357
40366
|
};
|
|
40358
40367
|
}
|
|
40359
|
-
},
|
|
40368
|
+
}, Kxe = { class: "item-edit" }, Zxe = { class: "flex items-start gap-4 px-6 pt-4 h-full min-h-[90vh]" }, Qxe = { class: "flex flex-1 flex-col gap-4" }, Yxe = { class: "flex flex-col gap-8" }, Jxe = { class: "flex gap-4" }, eke = { class: "flex w-full max-w-[356px] flex-col gap-4" }, tke = { class: "flex justify-between space-x-xsSpace pt-xsSpace gap-4 sticky bottom-0 w-full bg-gray-200 py-2 px-6" }, jke = {
|
|
40360
40369
|
__name: "LinkCardEdit",
|
|
40361
40370
|
props: {
|
|
40362
40371
|
item: {
|
|
@@ -40378,7 +40387,7 @@ const Cxe = { render: kxe }, yxe = { class: "overflow-hidden" }, bxe = { class:
|
|
|
40378
40387
|
},
|
|
40379
40388
|
emits: ["update"],
|
|
40380
40389
|
setup(t, { emit: e }) {
|
|
40381
|
-
const n = e, r = t, l =
|
|
40390
|
+
const n = e, r = t, l = Ce({
|
|
40382
40391
|
icon: r.item.icon,
|
|
40383
40392
|
public: r.item.public,
|
|
40384
40393
|
title: r.item.title,
|
|
@@ -40399,13 +40408,13 @@ const Cxe = { render: kxe }, yxe = { class: "overflow-hidden" }, bxe = { class:
|
|
|
40399
40408
|
var f;
|
|
40400
40409
|
return ((f = l.value.description) == null ? void 0 : f.replace(/<[^>]*>/g, " ").trim()).split(/\s+/).filter((m) => m.length > 0).length;
|
|
40401
40410
|
});
|
|
40402
|
-
return (a, h) => (s(), i("div",
|
|
40403
|
-
o("div",
|
|
40404
|
-
o("div",
|
|
40411
|
+
return (a, h) => (s(), i("div", Kxe, [
|
|
40412
|
+
o("div", Zxe, [
|
|
40413
|
+
o("div", Qxe, [
|
|
40405
40414
|
me(t1, { title: "Description" }, {
|
|
40406
40415
|
default: Xe(() => [
|
|
40407
|
-
o("div",
|
|
40408
|
-
o("div",
|
|
40416
|
+
o("div", Yxe, [
|
|
40417
|
+
o("div", Jxe, [
|
|
40409
40418
|
me(pt, {
|
|
40410
40419
|
"is-vertical": "",
|
|
40411
40420
|
field: "icon",
|
|
@@ -40470,7 +40479,7 @@ const Cxe = { render: kxe }, yxe = { class: "overflow-hidden" }, bxe = { class:
|
|
|
40470
40479
|
sites: t.sites
|
|
40471
40480
|
}, null, 8, ["button", "sites"])) : de("", !0)
|
|
40472
40481
|
]),
|
|
40473
|
-
o("div",
|
|
40482
|
+
o("div", eke, [
|
|
40474
40483
|
me(t1, {
|
|
40475
40484
|
title: "Visibility",
|
|
40476
40485
|
supporting_text: "Toggle off if you'd like to hide this item"
|
|
@@ -40488,7 +40497,7 @@ const Cxe = { render: kxe }, yxe = { class: "overflow-hidden" }, bxe = { class:
|
|
|
40488
40497
|
])
|
|
40489
40498
|
]),
|
|
40490
40499
|
a0(a.$slots, "default", {}, () => [
|
|
40491
|
-
o("div",
|
|
40500
|
+
o("div", tke, [
|
|
40492
40501
|
o("a", {
|
|
40493
40502
|
onClick: c,
|
|
40494
40503
|
class: "w-[200px] py-[9px] bg-white rounded-full border border-gray-300 shadow-xs text-md font-semibold hover:bg-gray-100 text-gray-700 text-center cursor-pointer"
|
|
@@ -40503,8 +40512,8 @@ const Cxe = { render: kxe }, yxe = { class: "overflow-hidden" }, bxe = { class:
|
|
|
40503
40512
|
}
|
|
40504
40513
|
};
|
|
40505
40514
|
export {
|
|
40506
|
-
|
|
40507
|
-
|
|
40508
|
-
|
|
40509
|
-
|
|
40515
|
+
Ske as ItemEdit,
|
|
40516
|
+
jke as LinkCardEdit,
|
|
40517
|
+
Bke as PageBuilder,
|
|
40518
|
+
$ke as PageRender
|
|
40510
40519
|
};
|