@dcodegroup-au/page-builder 0.5.6 → 0.5.8
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 +20 -1
- package/dist/page-builder.es.js +523 -359
- package/dist/page-builder.umd.js +523 -359
- package/example/src/App.vue +16 -3
- package/example/src/pages/SAEW.js +273 -0
- package/example/src/pages/Vectea2024.js +1 -1
- package/package.json +1 -1
- package/src/components/PageBuilder.vue +7 -0
- package/src/components/builders/Paragraph.vue +42 -2
- package/src/components/common/ItemSelect.vue +22 -0
- package/src/components/common/LinkedTo.vue +6 -4
- package/src/components/presenters/components/CollectionGridPresenter.vue +2 -2
- package/src/components/presenters/modules/BulletPoints.vue +12 -10
- package/src/components/presenters/modules/CollectionGrid.vue +1 -1
- package/src/components/presenters/modules/FAQ.vue +1 -1
- package/src/components/presenters/modules/Paragraph.vue +53 -7
package/dist/page-builder.umd.js
CHANGED
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
6
6
|
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
7
7
|
|
|
8
|
-
const _hoisted_1$
|
|
8
|
+
const _hoisted_1$jG = {
|
|
9
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
10
|
fill: "none",
|
|
11
11
|
stroke: "currentColor",
|
|
12
12
|
viewBox: "0 0 24 24"
|
|
13
13
|
};
|
|
14
14
|
function render$iX(_ctx, _cache) {
|
|
15
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
15
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$jG, _cache[0] || (_cache[0] = [
|
|
16
16
|
vue.createElementVNode("path", {
|
|
17
17
|
"stroke-linecap": "round",
|
|
18
18
|
"stroke-linejoin": "round",
|
|
@@ -22,14 +22,14 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
22
22
|
]));
|
|
23
23
|
}
|
|
24
24
|
const ChevronRight = { render: render$iX };
|
|
25
|
-
const _hoisted_1$
|
|
25
|
+
const _hoisted_1$jF = {
|
|
26
26
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27
27
|
fill: "none",
|
|
28
28
|
stroke: "currentColor",
|
|
29
29
|
viewBox: "0 0 24 24"
|
|
30
30
|
};
|
|
31
31
|
function render$iW(_ctx, _cache) {
|
|
32
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
32
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$jF, _cache[0] || (_cache[0] = [
|
|
33
33
|
vue.createElementVNode("path", {
|
|
34
34
|
"stroke-linecap": "round",
|
|
35
35
|
"stroke-linejoin": "round",
|
|
@@ -46,19 +46,19 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
46
46
|
}
|
|
47
47
|
return target;
|
|
48
48
|
};
|
|
49
|
-
const _sfc_main$
|
|
49
|
+
const _sfc_main$P = {};
|
|
50
50
|
function _sfc_render$1(_ctx, _cache) {
|
|
51
51
|
return _cache[0] || (_cache[0] = vue.createStaticVNode('<div class="text-lg pb-6 font-semibold text-gray-900 border-b border-gray-200">Instruction</div><div class="flex flex-col gap-3 py-6 text-gray-600"><div class="font-semibold text-gray-900">Modules</div><p>Modules are fixed and for internal reference only, and admin users cannot make the following changes:</p><ul class="list-inside list-disc pl-3"><li>Edit the title of any module (e.g., "Hero header").</li><li>Change the order of the modules.</li><li>Add new module.</li></ul><p>For any changes at the module level, please contact the development team.</p></div><div class="flex flex-col gap-3 py-6 text-gray-600"><div class="font-semibold text-gray-900">Edit sub-modules or edit nested items</div><p>Click any sub-module to edit its settings and any nested items within it.</p></div>', 3));
|
|
52
52
|
}
|
|
53
|
-
const Instructions = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
54
|
-
const _hoisted_1$
|
|
53
|
+
const Instructions = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["render", _sfc_render$1]]);
|
|
54
|
+
const _hoisted_1$jE = {
|
|
55
55
|
xmlns: "http://www.w3.org/2000/svg",
|
|
56
56
|
fill: "none",
|
|
57
57
|
stroke: "currentColor",
|
|
58
58
|
viewBox: "0 0 24 24"
|
|
59
59
|
};
|
|
60
60
|
function render$iV(_ctx, _cache) {
|
|
61
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
61
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$jE, _cache[0] || (_cache[0] = [
|
|
62
62
|
vue.createElementVNode("path", {
|
|
63
63
|
"stroke-linecap": "round",
|
|
64
64
|
"stroke-linejoin": "round",
|
|
@@ -183,14 +183,14 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
183
183
|
...overrides || {}
|
|
184
184
|
};
|
|
185
185
|
}
|
|
186
|
-
const _hoisted_1$
|
|
186
|
+
const _hoisted_1$jD = {
|
|
187
187
|
xmlns: "http://www.w3.org/2000/svg",
|
|
188
188
|
fill: "none",
|
|
189
189
|
stroke: "currentColor",
|
|
190
190
|
viewBox: "0 0 24 24"
|
|
191
191
|
};
|
|
192
192
|
function render$iU(_ctx, _cache) {
|
|
193
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
193
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$jD, _cache[0] || (_cache[0] = [
|
|
194
194
|
vue.createElementVNode("path", {
|
|
195
195
|
"stroke-linecap": "round",
|
|
196
196
|
"stroke-linejoin": "round",
|
|
@@ -200,14 +200,14 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
200
200
|
]));
|
|
201
201
|
}
|
|
202
202
|
const DotsHorizontal = { render: render$iU };
|
|
203
|
-
const _hoisted_1$
|
|
203
|
+
const _hoisted_1$jC = {
|
|
204
204
|
xmlns: "http://www.w3.org/2000/svg",
|
|
205
205
|
fill: "none",
|
|
206
206
|
stroke: "currentColor",
|
|
207
207
|
viewBox: "0 0 24 24"
|
|
208
208
|
};
|
|
209
209
|
function render$iT(_ctx, _cache) {
|
|
210
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
210
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$jC, _cache[0] || (_cache[0] = [
|
|
211
211
|
vue.createElementVNode("path", {
|
|
212
212
|
"stroke-linecap": "round",
|
|
213
213
|
"stroke-linejoin": "round",
|
|
@@ -217,14 +217,14 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
217
217
|
]));
|
|
218
218
|
}
|
|
219
219
|
const TrashICon = { render: render$iT };
|
|
220
|
-
const _hoisted_1$
|
|
220
|
+
const _hoisted_1$jB = {
|
|
221
221
|
xmlns: "http://www.w3.org/2000/svg",
|
|
222
222
|
fill: "none",
|
|
223
223
|
stroke: "currentColor",
|
|
224
224
|
viewBox: "0 0 24 24"
|
|
225
225
|
};
|
|
226
226
|
function render$iS(_ctx, _cache) {
|
|
227
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
227
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$jB, _cache[0] || (_cache[0] = [
|
|
228
228
|
vue.createElementVNode("path", {
|
|
229
229
|
"stroke-linecap": "round",
|
|
230
230
|
"stroke-linejoin": "round",
|
|
@@ -247,7 +247,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
247
247
|
document.removeEventListener("click", el.clickOutsideEvent);
|
|
248
248
|
}
|
|
249
249
|
};
|
|
250
|
-
const _hoisted_1$
|
|
250
|
+
const _hoisted_1$jA = { class: "relative z-50" };
|
|
251
251
|
const _hoisted_2$G = {
|
|
252
252
|
key: 0,
|
|
253
253
|
class: "absolute -left-60 top-6 w-[240px] rounded-lg border border-gray-200 bg-white text-sm"
|
|
@@ -257,7 +257,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
257
257
|
clickOutside: useClickOutside
|
|
258
258
|
}
|
|
259
259
|
};
|
|
260
|
-
const _sfc_main$
|
|
260
|
+
const _sfc_main$O = /* @__PURE__ */ Object.assign(__default__$1, {
|
|
261
261
|
__name: "ActionMenu",
|
|
262
262
|
props: {
|
|
263
263
|
enableEdit: {
|
|
@@ -285,7 +285,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
285
285
|
};
|
|
286
286
|
return (_ctx, _cache) => {
|
|
287
287
|
const _directive_click_outside = vue.resolveDirective("click-outside");
|
|
288
|
-
return vue.withDirectives((vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
288
|
+
return vue.withDirectives((vue.openBlock(), vue.createElementBlock("div", _hoisted_1$jA, [
|
|
289
289
|
vue.createElementVNode("div", {
|
|
290
290
|
class: "cursor-pointer text-gray-600 rounded-full hover:bg-gray-50 p-2.5 block",
|
|
291
291
|
onClick: _cache[0] || (_cache[0] = ($event) => open.value = !open.value)
|
|
@@ -315,14 +315,14 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
315
315
|
};
|
|
316
316
|
}
|
|
317
317
|
});
|
|
318
|
-
const _hoisted_1$
|
|
318
|
+
const _hoisted_1$jz = {
|
|
319
319
|
xmlns: "http://www.w3.org/2000/svg",
|
|
320
320
|
fill: "none",
|
|
321
321
|
stroke: "currentColor",
|
|
322
322
|
viewBox: "0 0 24 24"
|
|
323
323
|
};
|
|
324
324
|
function render$iR(_ctx, _cache) {
|
|
325
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
325
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$jz, _cache[0] || (_cache[0] = [
|
|
326
326
|
vue.createElementVNode("path", {
|
|
327
327
|
"stroke-linecap": "round",
|
|
328
328
|
"stroke-linejoin": "round",
|
|
@@ -332,19 +332,19 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
332
332
|
]));
|
|
333
333
|
}
|
|
334
334
|
const CloseIcon = { render: render$iR };
|
|
335
|
-
const _hoisted_1$
|
|
335
|
+
const _hoisted_1$jy = {
|
|
336
336
|
key: 0,
|
|
337
337
|
class: "fixed min-w-[400px] left-1/2 top-1/2 z-50 flex max-h-screen -translate-x-1/2 -translate-y-1/2 transform flex-col rounded-xl border-tertiary-500 bg-white"
|
|
338
338
|
};
|
|
339
339
|
const _hoisted_2$F = { class: "p-6 flex justify-between flex-col" };
|
|
340
340
|
const _hoisted_3$x = { class: "flex justify-between" };
|
|
341
341
|
const _hoisted_4$t = { class: "p-2 rounded-full border-8 border-error-50 bg-error-100 text-error-600" };
|
|
342
|
-
const _hoisted_5$
|
|
342
|
+
const _hoisted_5$r = { class: "text-lg font-semibold text-gray-900 pb-2 pt-4" };
|
|
343
343
|
const _hoisted_6$o = { class: "text-sm text-gray-600 pb-4" };
|
|
344
|
-
const _hoisted_7$
|
|
345
|
-
const _hoisted_8$
|
|
346
|
-
const _hoisted_9$
|
|
347
|
-
const _sfc_main$
|
|
344
|
+
const _hoisted_7$o = { class: "flex justify-between space-x-xsSpace pt-xsSpace gap-4" };
|
|
345
|
+
const _hoisted_8$m = ["textContent"];
|
|
346
|
+
const _hoisted_9$l = ["textContent"];
|
|
347
|
+
const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
348
348
|
__name: "Modal",
|
|
349
349
|
props: {
|
|
350
350
|
entity: {
|
|
@@ -394,7 +394,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
394
394
|
}, [
|
|
395
395
|
vue.createVNode(vue.Transition, { name: "fade" }, {
|
|
396
396
|
default: vue.withCtx(() => [
|
|
397
|
-
isOpen.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
397
|
+
isOpen.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$jy, [
|
|
398
398
|
vue.renderSlot(_ctx.$slots, "default", {}, () => [
|
|
399
399
|
vue.createElementVNode("div", {
|
|
400
400
|
class: vue.normalizeClass(["relative min-h-[260px] overflow-y-auto flex", { "overflow-y-visible": !_ctx.scrollable }])
|
|
@@ -410,20 +410,20 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
410
410
|
onClick: close
|
|
411
411
|
})
|
|
412
412
|
]),
|
|
413
|
-
vue.createElementVNode("h4", _hoisted_5$
|
|
413
|
+
vue.createElementVNode("h4", _hoisted_5$r, "Delete this " + vue.toDisplayString(__props.entity) + "?", 1),
|
|
414
414
|
vue.createElementVNode("p", _hoisted_6$o, "Do you want to delete this " + vue.toDisplayString(__props.entity) + "? This action cannot be undone.", 1)
|
|
415
415
|
]),
|
|
416
|
-
vue.createElementVNode("div", _hoisted_7$
|
|
416
|
+
vue.createElementVNode("div", _hoisted_7$o, [
|
|
417
417
|
vue.createElementVNode("a", {
|
|
418
418
|
onClick: close,
|
|
419
419
|
class: "w-1/2 py-[9px] rounded-full border border-gray-300 shadow-xs text-md font-semibold hover:bg-gray-100 text-gray-700 text-center cursor-pointer",
|
|
420
420
|
textContent: vue.toDisplayString(cancelButton.value)
|
|
421
|
-
}, null, 8, _hoisted_8$
|
|
421
|
+
}, null, 8, _hoisted_8$m),
|
|
422
422
|
vue.createElementVNode("a", {
|
|
423
423
|
onClick: vue.withModifiers(confirm, ["prevent"]),
|
|
424
424
|
class: "w-1/2 py-[9px] rounded-full shadow-xs text-md font-semibold text-white bg-error-600 hover:bg-error-700 border border-error-600 text-center cursor-pointer",
|
|
425
425
|
textContent: vue.toDisplayString(confirmButton.value)
|
|
426
|
-
}, null, 8, _hoisted_9$
|
|
426
|
+
}, null, 8, _hoisted_9$l)
|
|
427
427
|
])
|
|
428
428
|
])
|
|
429
429
|
], 2)
|
|
@@ -436,27 +436,27 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
436
436
|
};
|
|
437
437
|
}
|
|
438
438
|
});
|
|
439
|
-
const VModal = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
440
|
-
const _hoisted_1$
|
|
439
|
+
const VModal = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-fbfbcd3a"]]);
|
|
440
|
+
const _hoisted_1$jx = { class: "rounded-xl bg-gray-50 px-6 py-5" };
|
|
441
441
|
const _hoisted_2$E = { class: "flex justify-between pb-2" };
|
|
442
442
|
const _hoisted_3$w = { class: "text-lg font-semibold text-gray-900" };
|
|
443
443
|
const _hoisted_4$s = { class: "flex flex-col gap-4" };
|
|
444
|
-
const _hoisted_5$
|
|
444
|
+
const _hoisted_5$q = {
|
|
445
445
|
key: 0,
|
|
446
446
|
class: "text-gray-600 border-b border-gray-200 pb-4 text-sm"
|
|
447
447
|
};
|
|
448
448
|
const _hoisted_6$n = { class: "flex flex-col gap-3" };
|
|
449
|
-
const _hoisted_7$
|
|
450
|
-
const _hoisted_8$
|
|
451
|
-
const _hoisted_9$
|
|
452
|
-
const _hoisted_10$
|
|
449
|
+
const _hoisted_7$n = { class: "flex justify-between" };
|
|
450
|
+
const _hoisted_8$l = { class: "flex flex-col gap-1" };
|
|
451
|
+
const _hoisted_9$k = { class: "font-semibold text-gray-900" };
|
|
452
|
+
const _hoisted_10$g = { class: "text-sm text-gray-600" };
|
|
453
453
|
const _hoisted_11$e = ["disabled"];
|
|
454
454
|
const _hoisted_12$c = { class: "flex flex-col gap-3" };
|
|
455
455
|
const _hoisted_13$7 = ["onClick"];
|
|
456
456
|
const _hoisted_14$7 = ["onClick"];
|
|
457
|
-
const _hoisted_15$
|
|
457
|
+
const _hoisted_15$6 = { class: "text-xs text-gray-600" };
|
|
458
458
|
const _hoisted_16$4 = { class: "text-sm font-medium text-gray-900" };
|
|
459
|
-
const _sfc_main$
|
|
459
|
+
const _sfc_main$M = {
|
|
460
460
|
__name: "Items",
|
|
461
461
|
props: {
|
|
462
462
|
...defaultProps
|
|
@@ -505,17 +505,17 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
505
505
|
};
|
|
506
506
|
return (_ctx, _cache) => {
|
|
507
507
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
508
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
508
|
+
vue.createElementVNode("div", _hoisted_1$jx, [
|
|
509
509
|
vue.createElementVNode("div", _hoisted_2$E, [
|
|
510
510
|
vue.createElementVNode("p", _hoisted_3$w, vue.toDisplayString(dataRef.value.name), 1)
|
|
511
511
|
]),
|
|
512
512
|
vue.createElementVNode("div", _hoisted_4$s, [
|
|
513
|
-
dataRef.value.hasOwnProperty("supportive_text") ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$
|
|
513
|
+
dataRef.value.hasOwnProperty("supportive_text") ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$q, vue.toDisplayString(dataRef.value.supportive_text), 1)) : vue.createCommentVNode("", true),
|
|
514
514
|
vue.createElementVNode("div", _hoisted_6$n, [
|
|
515
|
-
vue.createElementVNode("div", _hoisted_7$
|
|
516
|
-
vue.createElementVNode("div", _hoisted_8$
|
|
517
|
-
vue.createElementVNode("div", _hoisted_9$
|
|
518
|
-
vue.createElementVNode("div", _hoisted_10$
|
|
515
|
+
vue.createElementVNode("div", _hoisted_7$n, [
|
|
516
|
+
vue.createElementVNode("div", _hoisted_8$l, [
|
|
517
|
+
vue.createElementVNode("div", _hoisted_9$k, vue.toDisplayString(vue.unref(parseName)(vue.unref(type))), 1),
|
|
518
|
+
vue.createElementVNode("div", _hoisted_10$g, "This " + vue.toDisplayString(vue.unref(singularize)(vue.unref(type))) + " can contain up to " + vue.toDisplayString(dataRef.value.max_items) + " " + vue.toDisplayString(vue.unref(parseName)(vue.unref(type), false)), 1)
|
|
519
519
|
]),
|
|
520
520
|
vue.createElementVNode("div", null, [
|
|
521
521
|
vue.createElementVNode("button", {
|
|
@@ -544,10 +544,10 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
544
544
|
class: "flex flex-1 flex-col cursor-pointer",
|
|
545
545
|
onClick: ($event) => edit(item, index)
|
|
546
546
|
}, [
|
|
547
|
-
vue.createElementVNode("div", _hoisted_15$
|
|
547
|
+
vue.createElementVNode("div", _hoisted_15$6, vue.toDisplayString(vue.unref(singularize)(vue.unref(parseName)(vue.unref(type)))) + " #" + vue.toDisplayString(index + 1), 1),
|
|
548
548
|
vue.createElementVNode("div", _hoisted_16$4, vue.toDisplayString(item.title), 1)
|
|
549
549
|
], 8, _hoisted_14$7),
|
|
550
|
-
vue.createVNode(_sfc_main$
|
|
550
|
+
vue.createVNode(_sfc_main$O, {
|
|
551
551
|
onRemoveItem: ($event) => handleDeleteItem(index),
|
|
552
552
|
"enable-edit": true,
|
|
553
553
|
onEditItem: ($event) => edit(item, index)
|
|
@@ -569,7 +569,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
569
569
|
};
|
|
570
570
|
}
|
|
571
571
|
};
|
|
572
|
-
const _hoisted_1$
|
|
572
|
+
const _hoisted_1$jw = ["for"];
|
|
573
573
|
const _hoisted_2$D = {
|
|
574
574
|
key: 0,
|
|
575
575
|
class: "v-field-label inline-block mb-2"
|
|
@@ -579,11 +579,11 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
579
579
|
key: 1,
|
|
580
580
|
class: "absolute right-0 -bottom-6 text-sm text-gray-600 font-normal"
|
|
581
581
|
};
|
|
582
|
-
const _hoisted_5$
|
|
582
|
+
const _hoisted_5$p = {
|
|
583
583
|
key: 2,
|
|
584
584
|
class: "absolute left-0 -bottom-6 text-sm text-gray-600 font-normal"
|
|
585
585
|
};
|
|
586
|
-
const _sfc_main$
|
|
586
|
+
const _sfc_main$L = {
|
|
587
587
|
__name: "InputWrapper",
|
|
588
588
|
props: {
|
|
589
589
|
field: {
|
|
@@ -630,8 +630,8 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
630
630
|
])) : vue.createCommentVNode("", true),
|
|
631
631
|
vue.renderSlot(_ctx.$slots, "default"),
|
|
632
632
|
__props.limit ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_4$r, vue.toDisplayString((_a = __props.value) == null ? void 0 : _a.length) + "/" + vue.toDisplayString(__props.limit) + " characters ", 1)) : vue.createCommentVNode("", true),
|
|
633
|
-
__props.showCount ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_5$
|
|
634
|
-
], 8, _hoisted_1$
|
|
633
|
+
__props.showCount ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_5$p, " Word count: " + vue.toDisplayString(__props.value), 1)) : vue.createCommentVNode("", true)
|
|
634
|
+
], 8, _hoisted_1$jw);
|
|
635
635
|
};
|
|
636
636
|
}
|
|
637
637
|
};
|
|
@@ -11670,14 +11670,14 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
11670
11670
|
}
|
|
11671
11671
|
var dropzoneExports = requireDropzone();
|
|
11672
11672
|
const Dropzone = /* @__PURE__ */ getDefaultExportFromCjs(dropzoneExports);
|
|
11673
|
-
const _hoisted_1$
|
|
11673
|
+
const _hoisted_1$jv = {
|
|
11674
11674
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11675
11675
|
fill: "none",
|
|
11676
11676
|
stroke: "currentColor",
|
|
11677
11677
|
viewBox: "0 0 24 24"
|
|
11678
11678
|
};
|
|
11679
11679
|
function render$iQ(_ctx, _cache) {
|
|
11680
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
11680
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$jv, _cache[0] || (_cache[0] = [
|
|
11681
11681
|
vue.createElementVNode("path", {
|
|
11682
11682
|
"stroke-linecap": "round",
|
|
11683
11683
|
"stroke-linejoin": "round",
|
|
@@ -11687,25 +11687,25 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
11687
11687
|
]));
|
|
11688
11688
|
}
|
|
11689
11689
|
const UploadCloud = { render: render$iQ };
|
|
11690
|
-
const _hoisted_1$
|
|
11690
|
+
const _hoisted_1$ju = { class: "file-upload" };
|
|
11691
11691
|
const _hoisted_2$C = ["name", "value"];
|
|
11692
11692
|
const _hoisted_3$u = {
|
|
11693
11693
|
key: 0,
|
|
11694
11694
|
class: "preview"
|
|
11695
11695
|
};
|
|
11696
11696
|
const _hoisted_4$q = { class: "file-upload-preview" };
|
|
11697
|
-
const _hoisted_5$
|
|
11697
|
+
const _hoisted_5$o = ["src"];
|
|
11698
11698
|
const _hoisted_6$m = {
|
|
11699
11699
|
key: 1,
|
|
11700
11700
|
class: "preview"
|
|
11701
11701
|
};
|
|
11702
|
-
const _hoisted_7$
|
|
11703
|
-
const _hoisted_8$
|
|
11704
|
-
const _hoisted_9$
|
|
11705
|
-
const _hoisted_10$
|
|
11702
|
+
const _hoisted_7$m = { class: "file-upload-preview" };
|
|
11703
|
+
const _hoisted_8$k = ["src", "title"];
|
|
11704
|
+
const _hoisted_9$j = ["href"];
|
|
11705
|
+
const _hoisted_10$f = { class: "file-upload-title" };
|
|
11706
11706
|
const _hoisted_11$d = { class: "file-upload-file-remove" };
|
|
11707
11707
|
const _hoisted_12$b = { class: "absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 p-4 rounded-lg flex flex-col justify-center items-center w-full" };
|
|
11708
|
-
const _sfc_main$
|
|
11708
|
+
const _sfc_main$K = {
|
|
11709
11709
|
__name: "FileUpload",
|
|
11710
11710
|
props: {
|
|
11711
11711
|
name: {
|
|
@@ -11779,7 +11779,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
11779
11779
|
file.value = props.modelValue;
|
|
11780
11780
|
});
|
|
11781
11781
|
return (_ctx, _cache) => {
|
|
11782
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
11782
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$ju, [
|
|
11783
11783
|
vue.createElementVNode("input", {
|
|
11784
11784
|
type: "hidden",
|
|
11785
11785
|
name: __props.name,
|
|
@@ -11792,24 +11792,24 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
11792
11792
|
class: "img rounded-lg h-[200px] object-contain",
|
|
11793
11793
|
src: __props.modelValue,
|
|
11794
11794
|
title: "Image"
|
|
11795
|
-
}, null, 8, _hoisted_5$
|
|
11795
|
+
}, null, 8, _hoisted_5$o)
|
|
11796
11796
|
])
|
|
11797
11797
|
])) : file.value && file.value.length ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$m, [
|
|
11798
|
-
vue.createElementVNode("span", _hoisted_7$
|
|
11798
|
+
vue.createElementVNode("span", _hoisted_7$m, [
|
|
11799
11799
|
isImage(file.value.mime_type) ? (vue.openBlock(), vue.createElementBlock("img", {
|
|
11800
11800
|
key: 0,
|
|
11801
11801
|
class: "img",
|
|
11802
11802
|
src: file.value.url,
|
|
11803
11803
|
title: file.value.file_name
|
|
11804
|
-
}, null, 8, _hoisted_8$
|
|
11804
|
+
}, null, 8, _hoisted_8$k)) : vue.createCommentVNode("", true)
|
|
11805
11805
|
]),
|
|
11806
11806
|
vue.createElementVNode("a", {
|
|
11807
11807
|
href: file.value.url,
|
|
11808
11808
|
target: "_blank",
|
|
11809
11809
|
class: "link"
|
|
11810
11810
|
}, [
|
|
11811
|
-
vue.createElementVNode("div", _hoisted_10$
|
|
11812
|
-
], 8, _hoisted_9$
|
|
11811
|
+
vue.createElementVNode("div", _hoisted_10$f, vue.toDisplayString(file.value.file_name), 1)
|
|
11812
|
+
], 8, _hoisted_9$j),
|
|
11813
11813
|
vue.createElementVNode("a", _hoisted_11$d, [
|
|
11814
11814
|
vue.createElementVNode("i", {
|
|
11815
11815
|
class: "fal fa-times",
|
|
@@ -11844,13 +11844,13 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
11844
11844
|
};
|
|
11845
11845
|
}
|
|
11846
11846
|
};
|
|
11847
|
-
const _hoisted_1$
|
|
11847
|
+
const _hoisted_1$jt = { class: "flex items-center gap-2" };
|
|
11848
11848
|
const _hoisted_2$B = ["aria-checked"];
|
|
11849
11849
|
const _hoisted_3$t = {
|
|
11850
11850
|
key: 0,
|
|
11851
11851
|
class: "text-sm text-gray-700 font-medium"
|
|
11852
11852
|
};
|
|
11853
|
-
const _sfc_main$
|
|
11853
|
+
const _sfc_main$J = {
|
|
11854
11854
|
__name: "Toggle",
|
|
11855
11855
|
props: {
|
|
11856
11856
|
modelValue: {
|
|
@@ -11885,7 +11885,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
11885
11885
|
emit("update:modelValue", !props.modelValue);
|
|
11886
11886
|
};
|
|
11887
11887
|
return (_ctx, _cache) => {
|
|
11888
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
11888
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$jt, [
|
|
11889
11889
|
vue.createElementVNode("button", {
|
|
11890
11890
|
type: "button",
|
|
11891
11891
|
class: vue.normalizeClass(["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", classes.value]),
|
|
@@ -11908,9 +11908,9 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
11908
11908
|
};
|
|
11909
11909
|
}
|
|
11910
11910
|
};
|
|
11911
|
-
const _hoisted_1$
|
|
11911
|
+
const _hoisted_1$js = { class: "flex flex-col gap-2" };
|
|
11912
11912
|
const _hoisted_2$A = ["value"];
|
|
11913
|
-
const _sfc_main$
|
|
11913
|
+
const _sfc_main$I = {
|
|
11914
11914
|
__name: "SiteContent",
|
|
11915
11915
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
11916
11916
|
sites: { type: Object, required: true },
|
|
@@ -11923,7 +11923,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
11923
11923
|
setup(__props) {
|
|
11924
11924
|
const url = vue.useModel(__props, "url");
|
|
11925
11925
|
return (_ctx, _cache) => {
|
|
11926
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
11926
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$js, [
|
|
11927
11927
|
_cache[1] || (_cache[1] = vue.createElementVNode("label", { class: "text-sm font-medium text-gray-700" }, "Select a page from the site*", -1)),
|
|
11928
11928
|
vue.withDirectives(vue.createElementVNode("select", {
|
|
11929
11929
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => url.value = $event),
|
|
@@ -11941,7 +11941,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
11941
11941
|
};
|
|
11942
11942
|
}
|
|
11943
11943
|
};
|
|
11944
|
-
const _sfc_main$
|
|
11944
|
+
const _sfc_main$H = {
|
|
11945
11945
|
__name: "ExternalPage",
|
|
11946
11946
|
props: {
|
|
11947
11947
|
"url": {},
|
|
@@ -11951,7 +11951,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
11951
11951
|
setup(__props) {
|
|
11952
11952
|
const url = vue.useModel(__props, "url");
|
|
11953
11953
|
return (_ctx, _cache) => {
|
|
11954
|
-
return vue.openBlock(), vue.createBlock(_sfc_main$
|
|
11954
|
+
return vue.openBlock(), vue.createBlock(_sfc_main$L, {
|
|
11955
11955
|
"is-vertical": "",
|
|
11956
11956
|
field: "title",
|
|
11957
11957
|
"label-text": "URL *",
|
|
@@ -11973,24 +11973,59 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
11973
11973
|
};
|
|
11974
11974
|
}
|
|
11975
11975
|
};
|
|
11976
|
+
const _hoisted_1$jr = { class: "flex flex-col gap-2" };
|
|
11977
|
+
const _hoisted_2$z = ["value"];
|
|
11978
|
+
const _sfc_main$G = {
|
|
11979
|
+
__name: "ItemSelect",
|
|
11980
|
+
props: /* @__PURE__ */ vue.mergeModels({
|
|
11981
|
+
items: { type: Object, required: true },
|
|
11982
|
+
errors: { type: Object, required: false, default: () => ({}) }
|
|
11983
|
+
}, {
|
|
11984
|
+
"url": {},
|
|
11985
|
+
"urlModifiers": {}
|
|
11986
|
+
}),
|
|
11987
|
+
emits: ["update:url"],
|
|
11988
|
+
setup(__props) {
|
|
11989
|
+
const url = vue.useModel(__props, "url");
|
|
11990
|
+
return (_ctx, _cache) => {
|
|
11991
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$jr, [
|
|
11992
|
+
_cache[1] || (_cache[1] = vue.createElementVNode("label", { class: "text-sm font-medium text-gray-700" }, "Select an item*", -1)),
|
|
11993
|
+
vue.withDirectives(vue.createElementVNode("select", {
|
|
11994
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => url.value = $event),
|
|
11995
|
+
name: "url"
|
|
11996
|
+
}, [
|
|
11997
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.items, (item) => {
|
|
11998
|
+
return vue.openBlock(), vue.createElementBlock("option", {
|
|
11999
|
+
value: item.value
|
|
12000
|
+
}, vue.toDisplayString(item.name), 9, _hoisted_2$z);
|
|
12001
|
+
}), 256))
|
|
12002
|
+
], 512), [
|
|
12003
|
+
[vue.vModelSelect, url.value]
|
|
12004
|
+
])
|
|
12005
|
+
]);
|
|
12006
|
+
};
|
|
12007
|
+
}
|
|
12008
|
+
};
|
|
11976
12009
|
const _hoisted_1$jq = { class: "flex flex-col gap-5" };
|
|
11977
|
-
const _hoisted_2$
|
|
12010
|
+
const _hoisted_2$y = {
|
|
11978
12011
|
key: 0,
|
|
11979
12012
|
class: "text-sm text-gray-700 font-medium py-2"
|
|
11980
12013
|
};
|
|
11981
12014
|
const _hoisted_3$s = { class: "text-sm flex items-center gap-6 font-medium text-gray-700" };
|
|
11982
12015
|
const _hoisted_4$p = { class: "flex items-center gap-2 cursor-pointer" };
|
|
11983
|
-
const _hoisted_5$
|
|
12016
|
+
const _hoisted_5$n = ["name", "value"];
|
|
11984
12017
|
const _hoisted_6$l = { class: "flex flex-col gap-2" };
|
|
11985
|
-
const _hoisted_7$
|
|
11986
|
-
const _hoisted_8$
|
|
12018
|
+
const _hoisted_7$l = ["value"];
|
|
12019
|
+
const _hoisted_8$j = { class: "flex items-center gap-2" };
|
|
11987
12020
|
const _sfc_main$F = {
|
|
11988
12021
|
__name: "LinkedTo",
|
|
11989
12022
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
11990
12023
|
label: { type: String, required: false },
|
|
11991
|
-
sites: { type: Array, required:
|
|
12024
|
+
sites: { type: Array, required: false, default: () => [] },
|
|
12025
|
+
// Todo refactor sites to items as generic usage
|
|
12026
|
+
forms: { type: Array, required: false, default: () => [] },
|
|
11992
12027
|
name: { type: String, required: true },
|
|
11993
|
-
options: { type: Array, required: false, default: ["site-content", "external-page", "download"] }
|
|
12028
|
+
options: { type: Array, required: false, default: ["site-content", "external-page", "download", "form"] }
|
|
11994
12029
|
}, {
|
|
11995
12030
|
"type": { default: "site-content" },
|
|
11996
12031
|
"typeModifiers": {},
|
|
@@ -12001,7 +12036,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
12001
12036
|
}),
|
|
12002
12037
|
emits: ["update:type", "update:url", "update:openInNewTab"],
|
|
12003
12038
|
setup(__props) {
|
|
12004
|
-
const VFileUpload = vue.inject("VFileUpload", _sfc_main$
|
|
12039
|
+
const VFileUpload = vue.inject("VFileUpload", _sfc_main$K);
|
|
12005
12040
|
const type = vue.useModel(__props, "type");
|
|
12006
12041
|
const url = vue.useModel(__props, "url");
|
|
12007
12042
|
const openInNewTab = vue.useModel(__props, "openInNewTab");
|
|
@@ -12010,16 +12045,17 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
12010
12045
|
};
|
|
12011
12046
|
const getComponentByType = (type2) => {
|
|
12012
12047
|
const components = {
|
|
12013
|
-
"site-content": _sfc_main$
|
|
12014
|
-
"external-page": _sfc_main$
|
|
12015
|
-
"download": VFileUpload
|
|
12048
|
+
"site-content": _sfc_main$I,
|
|
12049
|
+
"external-page": _sfc_main$H,
|
|
12050
|
+
"download": VFileUpload,
|
|
12051
|
+
"form": _sfc_main$G
|
|
12016
12052
|
};
|
|
12017
12053
|
return components[type2] || null;
|
|
12018
12054
|
};
|
|
12019
12055
|
return (_ctx, _cache) => {
|
|
12020
12056
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$jq, [
|
|
12021
12057
|
vue.createElementVNode("div", null, [
|
|
12022
|
-
__props.label ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_2$
|
|
12058
|
+
__props.label ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_2$y, vue.toDisplayString(__props.label), 1)) : vue.createCommentVNode("", true),
|
|
12023
12059
|
vue.createElementVNode("div", _hoisted_3$s, [
|
|
12024
12060
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.options, (option) => {
|
|
12025
12061
|
return vue.openBlock(), vue.createElementBlock("label", _hoisted_4$p, [
|
|
@@ -12028,9 +12064,8 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
12028
12064
|
type: "radio",
|
|
12029
12065
|
value: option,
|
|
12030
12066
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => type.value = $event),
|
|
12031
|
-
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"
|
|
12032
|
-
|
|
12033
|
-
}, null, 8, _hoisted_5$m), [
|
|
12067
|
+
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"
|
|
12068
|
+
}, null, 8, _hoisted_5$n), [
|
|
12034
12069
|
[vue.vModelRadio, type.value]
|
|
12035
12070
|
]),
|
|
12036
12071
|
vue.createElementVNode("span", null, vue.toDisplayString(toReadableWords(option)), 1)
|
|
@@ -12042,22 +12077,21 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
12042
12077
|
(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(getComponentByType(type.value)), {
|
|
12043
12078
|
url: url.value,
|
|
12044
12079
|
"onUpdate:url": _cache[1] || (_cache[1] = ($event) => url.value = $event),
|
|
12045
|
-
|
|
12046
|
-
|
|
12047
|
-
|
|
12048
|
-
}, null, 40, ["url", "modelValue", "sites"])),
|
|
12080
|
+
sites: __props.sites,
|
|
12081
|
+
items: __props.forms
|
|
12082
|
+
}, null, 40, ["url", "sites", "items"])),
|
|
12049
12083
|
vue.createElementVNode("input", {
|
|
12050
12084
|
type: "hidden",
|
|
12051
12085
|
name: "url",
|
|
12052
12086
|
value: url.value
|
|
12053
|
-
}, null, 8, _hoisted_7$
|
|
12087
|
+
}, null, 8, _hoisted_7$l)
|
|
12054
12088
|
]),
|
|
12055
|
-
vue.createElementVNode("div", _hoisted_8$
|
|
12056
|
-
vue.createVNode(_sfc_main$
|
|
12089
|
+
vue.createElementVNode("div", _hoisted_8$j, [
|
|
12090
|
+
vue.createVNode(_sfc_main$J, {
|
|
12057
12091
|
class: "mb-1",
|
|
12058
12092
|
name: "open_in_new_tab",
|
|
12059
12093
|
modelValue: openInNewTab.value,
|
|
12060
|
-
"onUpdate:modelValue": _cache[
|
|
12094
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => openInNewTab.value = $event),
|
|
12061
12095
|
title: "Open in a new tab"
|
|
12062
12096
|
}, null, 8, ["modelValue"])
|
|
12063
12097
|
])
|
|
@@ -12069,7 +12103,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
12069
12103
|
key: 0,
|
|
12070
12104
|
class: "pb-5"
|
|
12071
12105
|
};
|
|
12072
|
-
const _hoisted_2$
|
|
12106
|
+
const _hoisted_2$x = { class: "text-lg font-semibold text-gray-900" };
|
|
12073
12107
|
const _hoisted_3$r = {
|
|
12074
12108
|
key: 0,
|
|
12075
12109
|
class: "text-sm text-gray-600"
|
|
@@ -12096,7 +12130,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
12096
12130
|
class: vue.normalizeClass(["rounded-xl px-6 py-5", __props.classes])
|
|
12097
12131
|
}, [
|
|
12098
12132
|
__props.title ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$jp, [
|
|
12099
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
12133
|
+
vue.createElementVNode("div", _hoisted_2$x, vue.toDisplayString(__props.title), 1),
|
|
12100
12134
|
__props.supporting_text ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$r, vue.toDisplayString(__props.supporting_text), 1)) : vue.createCommentVNode("", true)
|
|
12101
12135
|
])) : vue.createCommentVNode("", true),
|
|
12102
12136
|
vue.renderSlot(_ctx.$slots, "default")
|
|
@@ -33885,15 +33919,15 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
33885
33919
|
};
|
|
33886
33920
|
const iconsData = /* @__PURE__ */ JSON.parse('[{"name":"ActivityHeart"},{"name":"Activity"},{"name":"Airplay"},{"name":"Airpods"},{"name":"AlarmClockCheck"},{"name":"AlarmClockMinus"},{"name":"AlarmClockOff"},{"name":"AlarmClockPlus"},{"name":"AlarmClock"},{"name":"AlertCircle"},{"name":"AlertHexagon"},{"name":"AlertOctagon"},{"name":"AlertSquare"},{"name":"AlertTriangle"},{"name":"AlignBottom01"},{"name":"AlignBottom02"},{"name":"AlignCenter"},{"name":"AlignHorizontalCentre01"},{"name":"AlignHorizontalCentre02"},{"name":"AlignJustify"},{"name":"AlignLeft01"},{"name":"AlignLeft02"},{"name":"AlignLeft"},{"name":"AlignRight01"},{"name":"AlignRight02"},{"name":"AlignRight"},{"name":"AlignTop01"},{"name":"AlignTop02"},{"name":"AlignVerticalCenter01"},{"name":"AlignVerticalCenter02"},{"name":"Anchor"},{"name":"AnnotationAlert"},{"name":"AnnotationCheck"},{"name":"AnnotationDots"},{"name":"AnnotationHeart"},{"name":"AnnotationInfo"},{"name":"AnnotationPlus"},{"name":"AnnotationQuestion"},{"name":"AnnotationX"},{"name":"Annotation"},{"name":"Announcement01"},{"name":"Announcement02"},{"name":"Announcement03"},{"name":"Archive"},{"name":"ArrowBlockDown"},{"name":"ArrowBlockLeft"},{"name":"ArrowBlockRight"},{"name":"ArrowBlockUp"},{"name":"ArrowCircleBrokenDownLeft"},{"name":"ArrowCircleBrokenDownRight"},{"name":"ArrowCircleBrokenDown"},{"name":"ArrowCircleBrokenLeft"},{"name":"ArrowCircleBrokenRight"},{"name":"ArrowCircleBrokenUpLeft"},{"name":"ArrowCircleBrokenUpRight"},{"name":"ArrowCircleBrokenUp"},{"name":"ArrowCircleDownLeft"},{"name":"ArrowCircleDownRight"},{"name":"ArrowCircleDown"},{"name":"ArrowCircleLeft"},{"name":"ArrowCircleRight"},{"name":"ArrowCircleUpLeft"},{"name":"ArrowCircleUpRight"},{"name":"ArrowCircleUp"},{"name":"ArrowDownLeft"},{"name":"ArrowDownRight"},{"name":"ArrowDown"},{"name":"ArrowLeft"},{"name":"ArrowNarrowDownLeft"},{"name":"ArrowNarrowDownRight"},{"name":"ArrowNarrowDown"},{"name":"ArrowNarrowLeft"},{"name":"ArrowNarrowRight"},{"name":"ArrowNarrowUpLeft"},{"name":"ArrowNarrowUpRight"},{"name":"ArrowNarrowUp"},{"name":"ArrowRight"},{"name":"ArrowSquareDownLeft"},{"name":"ArrowSquareDownRight"},{"name":"ArrowSquareDown"},{"name":"ArrowSquareLeft"},{"name":"ArrowSquareRight"},{"name":"ArrowSquareUpLeft"},{"name":"ArrowSquareUpRight"},{"name":"ArrowSquareUp"},{"name":"ArrowUpLeft"},{"name":"ArrowUpRight"},{"name":"ArrowUp"},{"name":"ArrowsDown"},{"name":"ArrowsLeft"},{"name":"ArrowsRight"},{"name":"ArrowsTriangle"},{"name":"ArrowsUp"},{"name":"Asterisk01"},{"name":"Asterisk02"},{"name":"AtSign"},{"name":"Atom01"},{"name":"Atom02"},{"name":"Attachment01"},{"name":"Attachment02"},{"name":"Award01"},{"name":"Award02"},{"name":"Award03"},{"name":"Award04"},{"name":"Award05"},{"name":"Backpack"},{"name":"BankNote01"},{"name":"BankNote02"},{"name":"BankNote03"},{"name":"Bank"},{"name":"BarChart01"},{"name":"BarChart02"},{"name":"BarChart03"},{"name":"BarChart04"},{"name":"BarChart05"},{"name":"BarChart06"},{"name":"BarChart07"},{"name":"BarChart08"},{"name":"BarChart09"},{"name":"BarChart10"},{"name":"BarChart11"},{"name":"BarChart12"},{"name":"BarChartCircle01"},{"name":"BarChartCircle02"},{"name":"BarChartCircle03"},{"name":"BarChartSquare01"},{"name":"BarChartSquare02"},{"name":"BarChartSquare03"},{"name":"BarChartSquareDown"},{"name":"BarChartSquareMinus"},{"name":"BarChartSquarePlus"},{"name":"BarChartSquareUp"},{"name":"BarLineChart"},{"name":"BatteryCharging01"},{"name":"BatteryCharging02"},{"name":"BatteryEmpty"},{"name":"BatteryFull"},{"name":"BatteryLow"},{"name":"BatteryMid"},{"name":"Beaker01"},{"name":"Beaker02"},{"name":"Bell01"},{"name":"Bell02"},{"name":"Bell03"},{"name":"Bell04"},{"name":"BellMinus"},{"name":"BellOff01"},{"name":"BellOff02"},{"name":"BellOff03"},{"name":"BellPlus"},{"name":"BellRinging01"},{"name":"BellRinging02"},{"name":"BellRinging03"},{"name":"BellRinging04"},{"name":"BezierCurve01"},{"name":"BezierCurve02"},{"name":"BezierCurve03"},{"name":"BluetoothConnect"},{"name":"BluetoothOff"},{"name":"BluetoothOn"},{"name":"BluetoothSignal"},{"name":"Bold01"},{"name":"Bold02"},{"name":"BoldSquare"},{"name":"BookClosed"},{"name":"BookOpen01"},{"name":"BookOpen02"},{"name":"BookmarkAdd"},{"name":"BookmarkCheck"},{"name":"BookmarkMinus"},{"name":"BookmarkX"},{"name":"Bookmark"},{"name":"Box"},{"name":"BracketsCheck"},{"name":"BracketsEllipses"},{"name":"BracketsMinus"},{"name":"BracketsPlus"},{"name":"BracketsSlash"},{"name":"BracketsX"},{"name":"Brackets"},{"name":"Briefcase01"},{"name":"Briefcase02"},{"name":"Browser"},{"name":"Brush01"},{"name":"Brush02"},{"name":"Brush03"},{"name":"Building01"},{"name":"Building02"},{"name":"Building03"},{"name":"Building04"},{"name":"Building05"},{"name":"Building06"},{"name":"Building07"},{"name":"Building08"},{"name":"Bus"},{"name":"Calculator"},{"name":"CalendarCheck01"},{"name":"CalendarCheck02"},{"name":"CalendarDate"},{"name":"CalendarHeart01"},{"name":"CalendarHeart02"},{"name":"CalendarMinus01"},{"name":"CalendarMinus02"},{"name":"CalendarPlus01"},{"name":"CalendarPlus02"},{"name":"Calendar"},{"name":"Camera01"},{"name":"Camera02"},{"name":"Camera03"},{"name":"CameraLens"},{"name":"CameraOff"},{"name":"CameraPlus"},{"name":"Car01"},{"name":"Car02"},{"name":"Certificate01"},{"name":"Certificate02"},{"name":"ChartBreakoutCircle"},{"name":"ChartBreakoutSquare"},{"name":"CheckCircleBroken"},{"name":"CheckCircle"},{"name":"CheckDone01"},{"name":"CheckDone02"},{"name":"CheckHeart"},{"name":"CheckSquareBroken"},{"name":"CheckSquare"},{"name":"CheckVerified01"},{"name":"CheckVerified02"},{"name":"CheckVerified03"},{"name":"Check"},{"name":"ChevronDownDouble"},{"name":"ChevronDown"},{"name":"ChevronLeftDouble"},{"name":"ChevronLeft"},{"name":"ChevronRightDouble"},{"name":"ChevronRight"},{"name":"ChevronSelectorHorizontal"},{"name":"ChevronSelectorVertical"},{"name":"ChevronUpDouble"},{"name":"ChevronUp"},{"name":"ChromeCast"},{"name":"CircleCut"},{"name":"Circle"},{"name":"Clapperboard"},{"name":"ClipboardAttachment"},{"name":"ClipboardCheck"},{"name":"ClipboardDownload"},{"name":"ClipboardMinus"},{"name":"ClipboardPlus"},{"name":"ClipboardX"},{"name":"Clipboard"},{"name":"ClockCheck"},{"name":"ClockFastForward"},{"name":"ClockPlus"},{"name":"ClockRefresh"},{"name":"ClockRewind"},{"name":"ClockSnooze"},{"name":"ClockStopwatch"},{"name":"Clock"},{"name":"Cloud01"},{"name":"Cloud02"},{"name":"Cloud03"},{"name":"CloudBlank01"},{"name":"CloudBlank02"},{"name":"CloudLightning"},{"name":"CloudMoon"},{"name":"CloudOff"},{"name":"CloudRaining01"},{"name":"CloudRaining02"},{"name":"CloudRaining03"},{"name":"CloudRaining04"},{"name":"CloudRaining05"},{"name":"CloudRaining06"},{"name":"CloudSnowing01"},{"name":"CloudSnowing02"},{"name":"CloudSun01"},{"name":"CloudSun02"},{"name":"CloudSun03"},{"name":"Code01"},{"name":"Code02"},{"name":"CodeBrowser"},{"name":"CodeCircle01"},{"name":"CodeCircle02"},{"name":"CodeCircle03"},{"name":"CodeSnippet01"},{"name":"CodeSnippet02"},{"name":"CodeSquare01"},{"name":"CodeSquare02"},{"name":"Codepen"},{"name":"Coins01"},{"name":"Coins02"},{"name":"Coins03"},{"name":"Coins04"},{"name":"CoinsHand"},{"name":"CoinsStacked01"},{"name":"CoinsStacked02"},{"name":"CoinsStacked03"},{"name":"CoinsStacked04"},{"name":"CoinsSwap01"},{"name":"CoinsSwap02"},{"name":"Colors1"},{"name":"Colors"},{"name":"Columns01"},{"name":"Columns02"},{"name":"Columns03"},{"name":"Command"},{"name":"Compass01"},{"name":"Compass02"},{"name":"Compass03"},{"name":"Compass"},{"name":"Container"},{"name":"Contrast01"},{"name":"Contrast02"},{"name":"Contrast03"},{"name":"Copy01"},{"name":"Copy02"},{"name":"Copy03"},{"name":"Copy04"},{"name":"Copy05"},{"name":"Copy06"},{"name":"Copy07"},{"name":"CornerDownLeft"},{"name":"CornerDownRight"},{"name":"CornerLeftDown"},{"name":"CornerLeftUp"},{"name":"CornerRightDown"},{"name":"CornerRightUp"},{"name":"CornerUpLeft"},{"name":"CornerUpRight"},{"name":"CpuChip01"},{"name":"CpuChip02"},{"name":"CreditCard01"},{"name":"CreditCard02"},{"name":"CreditCardCheck"},{"name":"CreditCardDown"},{"name":"CreditCardDownload"},{"name":"CreditCardEdit"},{"name":"CreditCardLock"},{"name":"CreditCardMinus"},{"name":"CreditCardPlus"},{"name":"CreditCardRefresh"},{"name":"CreditCardSearch"},{"name":"CreditCardShield"},{"name":"CreditCardUp"},{"name":"CreditCardUpload"},{"name":"CreditCardX"},{"name":"Crop01"},{"name":"Crop02"},{"name":"Cryptocurrency01"},{"name":"Cryptocurrency02"},{"name":"Cryptocurrency03"},{"name":"Cryptocurrency04"},{"name":"Cube01"},{"name":"Cube02"},{"name":"Cube03"},{"name":"Cube04"},{"name":"CubeOutline"},{"name":"CurrencyBitcoinCircle"},{"name":"CurrencyBitcoin"},{"name":"CurrencyDollarCircle"},{"name":"CurrencyDollar"},{"name":"CurrencyEthereumCircle"},{"name":"CurrencyEthereum"},{"name":"CurrencyEuroCircle"},{"name":"CurrencyEuro"},{"name":"CurrencyPoundCircle"},{"name":"CurrencyPound"},{"name":"CurrencyRubleCircle"},{"name":"CurrencyRuble"},{"name":"CurrencyRupeeCircle"},{"name":"CurrencyRupee"},{"name":"CurrencyYenCircle"},{"name":"CurrencyYen"},{"name":"Cursor01"},{"name":"Cursor02"},{"name":"Cursor03"},{"name":"Cursor04"},{"name":"CursorBox"},{"name":"CursorClick01"},{"name":"CursorClick02"},{"name":"Data"},{"name":"Database01"},{"name":"Database02"},{"name":"Database03"},{"name":"Dataflow01"},{"name":"Dataflow02"},{"name":"Dataflow03"},{"name":"Dataflow04"},{"name":"Delete"},{"name":"Diamond01"},{"name":"Diamond02"},{"name":"Dice1"},{"name":"Dice2"},{"name":"Dice3"},{"name":"Dice4"},{"name":"Dice5"},{"name":"Dice6"},{"name":"Disc01"},{"name":"Disc02"},{"name":"DistributeSpacingHorizontal"},{"name":"DistributeSpacingVertical"},{"name":"Divide01"},{"name":"Divide02"},{"name":"Divide03"},{"name":"Divider"},{"name":"Dotpoints01"},{"name":"Dotpoints02"},{"name":"DotsGrid"},{"name":"DotsHorizontal"},{"name":"DotsVertical"},{"name":"Download01"},{"name":"Download02"},{"name":"Download03"},{"name":"Download04"},{"name":"DownloadCloud01"},{"name":"DownloadCloud02"},{"name":"Drop"},{"name":"Droplets01"},{"name":"Droplets02"},{"name":"Droplets03"},{"name":"Dropper"},{"name":"Edit01"},{"name":"Edit02"},{"name":"Edit03"},{"name":"Edit04"},{"name":"Edit05"},{"name":"Elaa32px"},{"name":"ElaaFullname48px"},{"name":"EqualNot"},{"name":"Equal"},{"name":"Eraser"},{"name":"Expand01"},{"name":"Expand02"},{"name":"Expand03"},{"name":"Expand04"},{"name":"Expand05"},{"name":"Expand06"},{"name":"EyeOff"},{"name":"Eye"},{"name":"FaceContent"},{"name":"FaceFrown"},{"name":"FaceHappy"},{"name":"FaceIdSquare"},{"name":"FaceId"},{"name":"FaceNeutral"},{"name":"FaceSad"},{"name":"FaceSmile"},{"name":"FaceWink"},{"name":"Facebook"},{"name":"FastBackward"},{"name":"FastForward"},{"name":"FavElaa32pxWhite"},{"name":"Feather"},{"name":"Figma"},{"name":"File01"},{"name":"File02"},{"name":"File03"},{"name":"File04"},{"name":"File05"},{"name":"File06"},{"name":"File07"},{"name":"FileAttachment01"},{"name":"FileAttachment02"},{"name":"FileAttachment03"},{"name":"FileAttachment04"},{"name":"FileAttachment05"},{"name":"FileCheck01"},{"name":"FileCheck02"},{"name":"FileCheck03"},{"name":"FileCode01"},{"name":"FileCode02"},{"name":"FileDownload01"},{"name":"FileDownload02"},{"name":"FileDownload03"},{"name":"FileHeart01"},{"name":"FileHeart02"},{"name":"FileHeart03"},{"name":"FileLock01"},{"name":"FileLock02"},{"name":"FileLock03"},{"name":"FileMinus01"},{"name":"FileMinus02"},{"name":"FileMinus03"},{"name":"FilePage"},{"name":"FilePlus01"},{"name":"FilePlus02"},{"name":"FilePlus03"},{"name":"FileQuestion01"},{"name":"FileQuestion02"},{"name":"FileQuestion03"},{"name":"FileSearch01"},{"name":"FileSearch02"},{"name":"FileSearch03"},{"name":"FileShield01"},{"name":"FileShield02"},{"name":"FileShield03"},{"name":"FileX01"},{"name":"FileX02"},{"name":"FileX03"},{"name":"Film01"},{"name":"Film02"},{"name":"Film03"},{"name":"FilterFunnel01"},{"name":"FilterFunnel02"},{"name":"FilterLines"},{"name":"Fingerprint01"},{"name":"Fingerprint02"},{"name":"Fingerprint03"},{"name":"Fingerprint04"},{"name":"Flag01"},{"name":"Flag02"},{"name":"Flag03"},{"name":"Flag04"},{"name":"Flag05"},{"name":"Flag06"},{"name":"FlashOff"},{"name":"Flash"},{"name":"FlexAlignBottom"},{"name":"FlexAlignLeft"},{"name":"FlexAlignRight"},{"name":"FlexAlignTop"},{"name":"FlipBackward"},{"name":"FlipForward"},{"name":"FolderCheck"},{"name":"FolderClosed"},{"name":"FolderCode"},{"name":"FolderDownload"},{"name":"FolderLock"},{"name":"FolderMinus"},{"name":"FolderPlus"},{"name":"FolderQuestion"},{"name":"FolderSearch"},{"name":"FolderShield"},{"name":"FolderX"},{"name":"Folder"},{"name":"Framer"},{"name":"GamingPad01"},{"name":"GamingPad02"},{"name":"Gift01"},{"name":"Gift02"},{"name":"GitBranch01"},{"name":"GitBranch02"},{"name":"GitCommit"},{"name":"GitMerge"},{"name":"GitPullRequest"},{"name":"Glasses01"},{"name":"Glasses02"},{"name":"Globe01"},{"name":"Globe02"},{"name":"Globe03"},{"name":"Globe04"},{"name":"Globe05"},{"name":"Globe06"},{"name":"GlobeSlated01"},{"name":"GlobeSlated02"},{"name":"GoogleChrome"},{"name":"GraduationHat01"},{"name":"GraduationHat02"},{"name":"Grid01"},{"name":"Grid02"},{"name":"Grid03"},{"name":"GridDotsBlank"},{"name":"GridDotsBottom"},{"name":"GridDotsHorizontalCenter"},{"name":"GridDotsLeft"},{"name":"GridDotsOuter"},{"name":"GridDotsRight"},{"name":"GridDotsTop"},{"name":"GridDotsVerticalCenter"},{"name":"Hand"},{"name":"HardDrive"},{"name":"Hash01"},{"name":"Hash02"},{"name":"Heading01"},{"name":"Heading02"},{"name":"HeadingSquare"},{"name":"Headphones01"},{"name":"Headphones02"},{"name":"HeartCircle"},{"name":"HeartHand"},{"name":"HeartHexagon"},{"name":"HeartOctagon"},{"name":"HeartRounded"},{"name":"HeartSquare"},{"name":"Heart"},{"name":"Hearts"},{"name":"HelpCircle"},{"name":"HelpHexagon"},{"name":"HelpOctagon"},{"name":"HelpSquare"},{"name":"Hexagon01"},{"name":"Hexagon02"},{"name":"Home01"},{"name":"Home02"},{"name":"Home03"},{"name":"Home04"},{"name":"Home05"},{"name":"HomeLine"},{"name":"HomeSmile"},{"name":"HorizontalBarChart01"},{"name":"HorizontalBarChart02"},{"name":"HorizontalBarChart03"},{"name":"Hourglass01"},{"name":"Hourglass02"},{"name":"Hourglass03"},{"name":"Hurricane01"},{"name":"Hurricane02"},{"name":"Hurricane03"},{"name":"Image01"},{"name":"Image02"},{"name":"Image03"},{"name":"Image04"},{"name":"Image05"},{"name":"ImageCheck"},{"name":"ImageDown"},{"name":"ImageIndentLeft"},{"name":"ImageIndentRight"},{"name":"ImageLeft"},{"name":"ImagePlus"},{"name":"ImageRight"},{"name":"ImageUp"},{"name":"ImageUserCheck"},{"name":"ImageUserDown"},{"name":"ImageUserLeft"},{"name":"ImageUserPlus"},{"name":"ImageUserRight"},{"name":"ImageUserUp"},{"name":"ImageUserX"},{"name":"ImageUser"},{"name":"ImageX"},{"name":"Inbox01"},{"name":"Inbox02"},{"name":"Infinity"},{"name":"InfoCircle"},{"name":"InfoHexagon"},{"name":"InfoOctagon"},{"name":"InfoSquare"},{"name":"Instagram"},{"name":"IntersectCircle"},{"name":"IntersectSquare"},{"name":"Italic01"},{"name":"Italic02"},{"name":"ItalicSquare"},{"name":"Key01"},{"name":"Key02"},{"name":"Keyboard01"},{"name":"Keyboard02"},{"name":"Laptop01"},{"name":"Laptop02"},{"name":"LayerSingle"},{"name":"LayersThree01"},{"name":"LayersThree02"},{"name":"LayersTwo01"},{"name":"LayersTwo02"},{"name":"LayoutAlt01"},{"name":"LayoutAlt02"},{"name":"LayoutAlt03"},{"name":"LayoutAlt04"},{"name":"LayoutBottom"},{"name":"LayoutGrid01"},{"name":"LayoutGrid02"},{"name":"LayoutLeft"},{"name":"LayoutRight"},{"name":"LayoutTop"},{"name":"LeftIndent01"},{"name":"LeftIndent02"},{"name":"LetterSpacing01"},{"name":"LetterSpacing02"},{"name":"LifeBuoy01"},{"name":"LifeBuoy02"},{"name":"Lightbulb01"},{"name":"Lightbulb02"},{"name":"Lightbulb03"},{"name":"Lightbulb04"},{"name":"Lightbulb05"},{"name":"Lightning01"},{"name":"Lightning02"},{"name":"LineChartDown01"},{"name":"LineChartDown02"},{"name":"LineChartDown03"},{"name":"LineChartDown04"},{"name":"LineChartDown05"},{"name":"LineChartUp01"},{"name":"LineChartUp02"},{"name":"LineChartUp03"},{"name":"LineChartUp04"},{"name":"LineChartUp05"},{"name":"LineHeight"},{"name":"Link01"},{"name":"Link02"},{"name":"Link03"},{"name":"Link04"},{"name":"Link05"},{"name":"LinkBroken01"},{"name":"LinkBroken02"},{"name":"LinkExternal01"},{"name":"LinkExternal02"},{"name":"Linkedin"},{"name":"List"},{"name":"Loading01"},{"name":"Loading02"},{"name":"Loading03"},{"name":"Lock01"},{"name":"Lock02"},{"name":"Lock03"},{"name":"Lock04"},{"name":"LockKeyholeCircle"},{"name":"LockKeyholeSquare"},{"name":"LockUnlocked01"},{"name":"LockUnlocked02"},{"name":"LockUnlocked03"},{"name":"LockUnlocked04"},{"name":"LogIn01"},{"name":"LogIn02"},{"name":"LogIn03"},{"name":"LogIn04"},{"name":"LogOut01"},{"name":"LogOut02"},{"name":"LogOut03"},{"name":"LogOut04"},{"name":"Luggage01"},{"name":"Luggage02"},{"name":"Luggage03"},{"name":"MagicWand01"},{"name":"MagicWand02"},{"name":"Mail01"},{"name":"Mail02"},{"name":"Mail03"},{"name":"Mail04"},{"name":"Mail05"},{"name":"Map01"},{"name":"Map02"},{"name":"Mark"},{"name":"MarkerPin01"},{"name":"MarkerPin02"},{"name":"MarkerPin03"},{"name":"MarkerPin04"},{"name":"MarkerPin05"},{"name":"MarkerPin06"},{"name":"Maximize01"},{"name":"Maximize02"},{"name":"MedicalCircle"},{"name":"MedicalCross"},{"name":"MedicalSquare"},{"name":"Menu01"},{"name":"Menu02"},{"name":"Menu03"},{"name":"Menu04"},{"name":"Menu05"},{"name":"MessageAlertCircle"},{"name":"MessageAlertSquare"},{"name":"MessageChatCircle"},{"name":"MessageChatSquare"},{"name":"MessageCheckCircle"},{"name":"MessageCheckSquare"},{"name":"MessageCircle01"},{"name":"MessageCircle02"},{"name":"MessageDotsCircle"},{"name":"MessageDotsSquare"},{"name":"MessageHeartCircle"},{"name":"MessageHeartSquare"},{"name":"MessageNotificationCircle"},{"name":"MessageNotificationSquare"},{"name":"MessagePlusCircle"},{"name":"MessagePlusSquare"},{"name":"MessageQuestionCircle"},{"name":"MessageQuestionSquare"},{"name":"MessageSmileCircle"},{"name":"MessageSmileSquare"},{"name":"MessageSquare01"},{"name":"MessageSquare02"},{"name":"MessageTextCircle01"},{"name":"MessageTextCircle02"},{"name":"MessageTextSquare01"},{"name":"MessageTextSquare02"},{"name":"MessageXCircle"},{"name":"MessageXSquare"},{"name":"Microphone01"},{"name":"Microphone02"},{"name":"MicrophoneOff01"},{"name":"MicrophoneOff02"},{"name":"Microscope"},{"name":"Minimize01"},{"name":"Minimize02"},{"name":"MinusCircle"},{"name":"MinusSquare"},{"name":"Minus"},{"name":"Modem01"},{"name":"Modem02"},{"name":"Monitor01"},{"name":"Monitor02"},{"name":"Monitor03"},{"name":"Monitor04"},{"name":"Monitor05"},{"name":"Moon01"},{"name":"Moon02"},{"name":"MoonEclipse"},{"name":"MoonStar"},{"name":"Mouse"},{"name":"Move"},{"name":"MusicNote01"},{"name":"MusicNote02"},{"name":"MusicNotePlus"},{"name":"NavigationPointer01"},{"name":"NavigationPointer02"},{"name":"NavigationPointerOff01"},{"name":"NavigationPointerOff02"},{"name":"NotificationBox"},{"name":"NotificationMessage"},{"name":"NotificationText"},{"name":"Octagon"},{"name":"PackageCheck"},{"name":"PackageMinus"},{"name":"PackagePlus"},{"name":"PackageSearch"},{"name":"PackageX"},{"name":"Package"},{"name":"PaintPour"},{"name":"Paint"},{"name":"Palette"},{"name":"Paperclip"},{"name":"ParagraphSpacing"},{"name":"ParagraphWrap"},{"name":"PasscodeLock"},{"name":"Passcode"},{"name":"Passport"},{"name":"PauseCircle"},{"name":"PauseSquare"},{"name":"PenTool01"},{"name":"PenTool02"},{"name":"PenToolMinus"},{"name":"PenToolPlus"},{"name":"Pencil01"},{"name":"Pencil02"},{"name":"PencilLine"},{"name":"Pentagon"},{"name":"Percent01"},{"name":"Percent02"},{"name":"Percent03"},{"name":"Perspective01"},{"name":"Perspective02"},{"name":"Phone01"},{"name":"Phone02"},{"name":"PhoneCall01"},{"name":"PhoneCall02"},{"name":"PhoneHangUp"},{"name":"PhoneIncoming01"},{"name":"PhoneIncoming02"},{"name":"PhoneOutgoing01"},{"name":"PhoneOutgoing02"},{"name":"PhonePause"},{"name":"PhonePlus"},{"name":"PhoneX"},{"name":"Phone"},{"name":"PieChart01"},{"name":"PieChart02"},{"name":"PieChart03"},{"name":"PieChart04"},{"name":"PiggyBank01"},{"name":"PiggyBank02"},{"name":"Pilcrow01"},{"name":"Pilcrow02"},{"name":"PilcrowSquare"},{"name":"Pin01"},{"name":"Pin02"},{"name":"Placeholder"},{"name":"Plane"},{"name":"PlayCircle"},{"name":"PlaySquare"},{"name":"Play"},{"name":"PlusCircle"},{"name":"PlusSquare"},{"name":"Plus"},{"name":"Podcast"},{"name":"Power01"},{"name":"Power02"},{"name":"Power03"},{"name":"PresentationChart01"},{"name":"PresentationChart02"},{"name":"PresentationChart03"},{"name":"Printer"},{"name":"PuzzlePiece01"},{"name":"PuzzlePiece02"},{"name":"QrCode01"},{"name":"QrCode02"},{"name":"QuestionCircle"},{"name":"Quote02"},{"name":"Quote"},{"name":"ReceiptCheck"},{"name":"Receipt"},{"name":"Recording01"},{"name":"Recording02"},{"name":"Recording03"},{"name":"Reflect01"},{"name":"Reflect02"},{"name":"RefreshCcw01"},{"name":"RefreshCcw02"},{"name":"RefreshCcw03"},{"name":"RefreshCcw04"},{"name":"RefreshCcw05"},{"name":"RefreshCw01"},{"name":"RefreshCw02"},{"name":"RefreshCw03"},{"name":"RefreshCw04"},{"name":"RefreshCw05"},{"name":"Repeat01"},{"name":"Repeat02"},{"name":"Repeat03"},{"name":"Repeat04"},{"name":"ReverseLeft"},{"name":"ReverseRight"},{"name":"RightIndent01"},{"name":"RightIndent02"},{"name":"Rocket01"},{"name":"Rocket02"},{"name":"RollerBrush"},{"name":"Route"},{"name":"Rows01"},{"name":"Rows02"},{"name":"Rows03"},{"name":"Rss01"},{"name":"Rss02"},{"name":"Ruler"},{"name":"Safe"},{"name":"Sale01"},{"name":"Sale02"},{"name":"Sale03"},{"name":"Sale04"},{"name":"Save01"},{"name":"Save02"},{"name":"Save03"},{"name":"Scale01"},{"name":"Scale02"},{"name":"Scale03"},{"name":"Scales01"},{"name":"Scales02"},{"name":"Scan"},{"name":"Scissors01"},{"name":"Scissors02"},{"name":"ScissorsCut01"},{"name":"ScissorsCut02"},{"name":"SearchLg"},{"name":"SearchMd"},{"name":"SearchRefraction"},{"name":"SearchSm"},{"name":"Send01"},{"name":"Send02"},{"name":"Send03"},{"name":"Server01"},{"name":"Server02"},{"name":"Server03"},{"name":"Server04"},{"name":"Server05"},{"name":"Server06"},{"name":"ServicesVector"},{"name":"Settings01"},{"name":"Settings02"},{"name":"Settings03"},{"name":"Settings04"},{"name":"Share01"},{"name":"Share02"},{"name":"Share03"},{"name":"Share04"},{"name":"Share05"},{"name":"Share06"},{"name":"Share07"},{"name":"Shield01"},{"name":"Shield02"},{"name":"Shield03"},{"name":"ShieldDollar"},{"name":"ShieldOff"},{"name":"ShieldPlus"},{"name":"ShieldTick"},{"name":"ShieldZap"},{"name":"ShoppingBag01"},{"name":"ShoppingBag02"},{"name":"ShoppingBag03"},{"name":"ShoppingCart01"},{"name":"ShoppingCart02"},{"name":"ShoppingCart03"},{"name":"Shuffle01"},{"name":"Shuffle02"},{"name":"Signal01"},{"name":"Signal02"},{"name":"Signal03"},{"name":"Simcard"},{"name":"Skew"},{"name":"SkipBack"},{"name":"SkipForward"},{"name":"SlashCircle01"},{"name":"SlashCircle02"},{"name":"SlashDivider"},{"name":"SlashOctagon"},{"name":"Sliders01"},{"name":"Sliders02"},{"name":"Sliders03"},{"name":"Sliders04"},{"name":"Snowflake01"},{"name":"Snowflake02"},{"name":"SpacingHeight01"},{"name":"SpacingHeight02"},{"name":"SpacingWidth01"},{"name":"SpacingWidth02"},{"name":"Speaker01"},{"name":"Speaker02"},{"name":"Speaker03"},{"name":"Speedometer01"},{"name":"Speedometer02"},{"name":"Speedometer03"},{"name":"Speedometer04"},{"name":"Square"},{"name":"Stand"},{"name":"Star01"},{"name":"Star02"},{"name":"Star03"},{"name":"Star04"},{"name":"Star05"},{"name":"Star06"},{"name":"Star07"},{"name":"Star"},{"name":"Stars01"},{"name":"Stars02"},{"name":"Stars03"},{"name":"StickerCircle"},{"name":"StickerSquare"},{"name":"StopCircle"},{"name":"StopSquare"},{"name":"Stop"},{"name":"Strikethrough01"},{"name":"Strikethrough02"},{"name":"StrikethroughSquare"},{"name":"Subscript"},{"name":"SunSetting01"},{"name":"SunSetting02"},{"name":"SunSetting03"},{"name":"Sun"},{"name":"Sunrise"},{"name":"Sunset"},{"name":"SwitchHorizontal01"},{"name":"SwitchHorizontal02"},{"name":"SwitchVertical01"},{"name":"SwitchVertical02"},{"name":"Table"},{"name":"Tablet01"},{"name":"Tablet02"},{"name":"Tag01"},{"name":"Tag02"},{"name":"Tag03"},{"name":"Target01"},{"name":"Target02"},{"name":"Target03"},{"name":"Target04"},{"name":"Target05"},{"name":"Telescope"},{"name":"TerminalBrowser"},{"name":"TerminalCircle"},{"name":"TerminalSquare"},{"name":"Terminal"},{"name":"TextInput"},{"name":"Thermometer01"},{"name":"Thermometer02"},{"name":"Thermometer03"},{"name":"ThermometerCold"},{"name":"ThermometerWarm"},{"name":"ThumbsDown"},{"name":"ThumbsUp"},{"name":"Tick"},{"name":"Ticket01"},{"name":"Ticket02"},{"name":"Toggle01Left"},{"name":"Toggle01Right"},{"name":"Toggle02Left"},{"name":"Toggle02Right"},{"name":"Toggle03Left"},{"name":"Toggle03Right"},{"name":"Tool01"},{"name":"Tool02"},{"name":"Train"},{"name":"Tram"},{"name":"Transform"},{"name":"Translate01"},{"name":"Translate02"},{"name":"Trash01"},{"name":"Trash02"},{"name":"Trash03"},{"name":"Trash04"},{"name":"Trashed"},{"name":"TrendDown01"},{"name":"TrendDown02"},{"name":"TrendUp01"},{"name":"TrendUp02"},{"name":"Triangle"},{"name":"Trophy01"},{"name":"Trophy02"},{"name":"Truck01"},{"name":"Truck02"},{"name":"Tv01"},{"name":"Tv02"},{"name":"Tv03"},{"name":"Twitter"},{"name":"Type01"},{"name":"Type02"},{"name":"TypeSquare"},{"name":"TypeStrikethrough01"},{"name":"TypeStrikethrough02"},{"name":"Umbrella01"},{"name":"Umbrella02"},{"name":"Umbrella03"},{"name":"Underline01"},{"name":"Underline02"},{"name":"UnderlineSquare"},{"name":"Upload01"},{"name":"Upload02"},{"name":"Upload03"},{"name":"Upload04"},{"name":"UploadCloud01"},{"name":"UploadCloud02"},{"name":"UsbFlashDrive"},{"name":"User01"},{"name":"User02"},{"name":"User03"},{"name":"UserCheck01"},{"name":"UserCheck02"},{"name":"UserCircle"},{"name":"UserDown01"},{"name":"UserDown02"},{"name":"UserEdit"},{"name":"UserLeft01"},{"name":"UserLeft02"},{"name":"UserMinus01"},{"name":"UserMinus02"},{"name":"UserPlus01"},{"name":"UserPlus02"},{"name":"UserRight01"},{"name":"UserRight02"},{"name":"UserSquare"},{"name":"UserUp01"},{"name":"UserUp02"},{"name":"UserX01"},{"name":"UserX02"},{"name":"Users01"},{"name":"Users02"},{"name":"Users03"},{"name":"UsersCheck"},{"name":"UsersDown"},{"name":"UsersEdit"},{"name":"UsersLeft"},{"name":"UsersMinus"},{"name":"UsersPlus"},{"name":"UsersRight"},{"name":"UsersUp"},{"name":"UsersX"},{"name":"Variable"},{"name":"VerifiedTick"},{"name":"VideoRecorderOff"},{"name":"VideoRecorder"},{"name":"Virus"},{"name":"Voicemail"},{"name":"VolumeMax"},{"name":"VolumeMin"},{"name":"VolumeMinus"},{"name":"VolumePlus"},{"name":"VolumeX"},{"name":"Wallet01"},{"name":"Wallet02"},{"name":"Wallet03"},{"name":"Wallet04"},{"name":"Wallet05"},{"name":"WatchCircle"},{"name":"WatchSquare"},{"name":"Waves"},{"name":"Webcam01"},{"name":"Webcam02"},{"name":"WifiOff"},{"name":"Wifi"},{"name":"Wind01"},{"name":"Wind02"},{"name":"Wind03"},{"name":"XCircle"},{"name":"XClose"},{"name":"XSquare"},{"name":"X"},{"name":"Youtube"},{"name":"ZapCircle"},{"name":"ZapFast"},{"name":"ZapOff"},{"name":"ZapSquare"},{"name":"Zap"},{"name":"ZoomIn"},{"name":"ZoomOut"}]');
|
|
33887
33921
|
const _hoisted_1$P = { class: "relative block" };
|
|
33888
|
-
const _hoisted_2$
|
|
33922
|
+
const _hoisted_2$w = { class: "absolute left-[70%] top-[100%] z-10 flex w-[504px] flex-col rounded-xl border border-gray-300 bg-white" };
|
|
33889
33923
|
const _hoisted_3$q = { class: "flex flex-col gap-4 p-4" };
|
|
33890
33924
|
const _hoisted_4$o = { class: "relative" };
|
|
33891
|
-
const _hoisted_5$
|
|
33925
|
+
const _hoisted_5$m = { class: "flex flex-col gap-2" };
|
|
33892
33926
|
const _hoisted_6$k = { class: "text-sm font-medium text-gray-900" };
|
|
33893
|
-
const _hoisted_7$
|
|
33894
|
-
const _hoisted_8$
|
|
33895
|
-
const _hoisted_9$
|
|
33896
|
-
const _hoisted_10$
|
|
33927
|
+
const _hoisted_7$k = { key: 0 };
|
|
33928
|
+
const _hoisted_8$i = { key: 1 };
|
|
33929
|
+
const _hoisted_9$i = { key: 2 };
|
|
33930
|
+
const _hoisted_10$e = { class: "flex max-h-[196px] flex-wrap gap-1.5 overflow-y-auto" };
|
|
33897
33931
|
const __default__ = {
|
|
33898
33932
|
directives: {
|
|
33899
33933
|
clickOutside: useClickOutside
|
|
@@ -33952,7 +33986,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
33952
33986
|
class: "h-5 w-5"
|
|
33953
33987
|
}))
|
|
33954
33988
|
]),
|
|
33955
|
-
vue.withDirectives(vue.createElementVNode("div", _hoisted_2$
|
|
33989
|
+
vue.withDirectives(vue.createElementVNode("div", _hoisted_2$w, [
|
|
33956
33990
|
vue.createElementVNode("div", _hoisted_3$q, [
|
|
33957
33991
|
vue.createElementVNode("div", _hoisted_4$o, [
|
|
33958
33992
|
vue.withDirectives(vue.createElementVNode("input", {
|
|
@@ -33969,11 +34003,11 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
33969
34003
|
class: "absolute right-2 top-1/2 h-3 w-3 -translate-y-1/2 cursor-pointer"
|
|
33970
34004
|
}, " ✕ ")) : vue.createCommentVNode("", true)
|
|
33971
34005
|
]),
|
|
33972
|
-
vue.createElementVNode("div", _hoisted_5$
|
|
34006
|
+
vue.createElementVNode("div", _hoisted_5$m, [
|
|
33973
34007
|
vue.createElementVNode("p", _hoisted_6$k, [
|
|
33974
|
-
icons2.value.length > 0 && search.value.length > 0 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_7$
|
|
34008
|
+
icons2.value.length > 0 && search.value.length > 0 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_7$k, " Search result ")) : icons2.value.length < 1 && search.value.length > 0 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_8$i, " No search result ")) : search.value.length < 1 && icons2.value.length > 0 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_9$i, " Frequently used icons ")) : vue.createCommentVNode("", true)
|
|
33975
34009
|
]),
|
|
33976
|
-
vue.createElementVNode("div", _hoisted_10$
|
|
34010
|
+
vue.createElementVNode("div", _hoisted_10$e, [
|
|
33977
34011
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(icons2.value, (icon) => {
|
|
33978
34012
|
return vue.openBlock(), vue.createBlock(_sfc_main$D, {
|
|
33979
34013
|
class: "cursor-pointer rounded p-1 hover:bg-gray-100",
|
|
@@ -34004,7 +34038,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
34004
34038
|
}
|
|
34005
34039
|
});
|
|
34006
34040
|
const _hoisted_1$O = { class: "flex flex-col gap-8" };
|
|
34007
|
-
const _hoisted_2$
|
|
34041
|
+
const _hoisted_2$v = ["type"];
|
|
34008
34042
|
const _sfc_main$B = {
|
|
34009
34043
|
__name: "Button",
|
|
34010
34044
|
props: {
|
|
@@ -34034,13 +34068,13 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
34034
34068
|
var _a2, _b, _c;
|
|
34035
34069
|
return [
|
|
34036
34070
|
vue.createElementVNode("div", _hoisted_1$O, [
|
|
34037
|
-
vue.createVNode(_sfc_main$
|
|
34071
|
+
vue.createVNode(_sfc_main$J, {
|
|
34038
34072
|
name: "show",
|
|
34039
34073
|
modelValue: __props.button.show,
|
|
34040
34074
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => __props.button.show = $event),
|
|
34041
34075
|
title: "Show Button"
|
|
34042
34076
|
}, null, 8, ["modelValue"]),
|
|
34043
|
-
vue.createVNode(_sfc_main$
|
|
34077
|
+
vue.createVNode(_sfc_main$L, {
|
|
34044
34078
|
"is-vertical": "",
|
|
34045
34079
|
field: "button.label",
|
|
34046
34080
|
"label-text": "Button Label *",
|
|
@@ -34062,7 +34096,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
34062
34096
|
]),
|
|
34063
34097
|
_: 1
|
|
34064
34098
|
}, 8, ["value"]),
|
|
34065
|
-
["email", "phone"].includes((_a2 = __props.button) == null ? void 0 : _a2.type) ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
34099
|
+
["email", "phone"].includes((_a2 = __props.button) == null ? void 0 : _a2.type) ? (vue.openBlock(), vue.createBlock(_sfc_main$L, {
|
|
34066
34100
|
key: 0,
|
|
34067
34101
|
"is-vertical": "",
|
|
34068
34102
|
field: (_b = __props.button) == null ? void 0 : _b.type,
|
|
@@ -34081,7 +34115,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
34081
34115
|
placeholder: "Label",
|
|
34082
34116
|
maxlength: 100,
|
|
34083
34117
|
class: "border-1 border-solid border-gray-300 rounded-lg bg-white w-full"
|
|
34084
|
-
}, null, 8, _hoisted_2$
|
|
34118
|
+
}, null, 8, _hoisted_2$v), [
|
|
34085
34119
|
[vue.vModelDynamic, __props.button.address]
|
|
34086
34120
|
])
|
|
34087
34121
|
];
|
|
@@ -44993,15 +45027,15 @@ ${escapeText(this.code(index, length))}
|
|
|
44993
45027
|
}
|
|
44994
45028
|
};
|
|
44995
45029
|
const _hoisted_1$N = { class: "q-editor" };
|
|
44996
|
-
const _hoisted_2$
|
|
45030
|
+
const _hoisted_2$u = { ref: "editorContainer" };
|
|
44997
45031
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
44998
45032
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$N, [
|
|
44999
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
45033
|
+
vue.createElementVNode("div", _hoisted_2$u, null, 512)
|
|
45000
45034
|
]);
|
|
45001
45035
|
}
|
|
45002
45036
|
const QuillEditor = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render]]);
|
|
45003
45037
|
const _hoisted_1$M = ["maxlength"];
|
|
45004
|
-
const _hoisted_2$
|
|
45038
|
+
const _hoisted_2$t = {
|
|
45005
45039
|
key: 2,
|
|
45006
45040
|
class: "flex flex-col gap-4 bg-gray-200 rounded-xl px-6 py-5 mt-4"
|
|
45007
45041
|
};
|
|
@@ -45017,7 +45051,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45017
45051
|
emits: ["update"],
|
|
45018
45052
|
setup(__props, { emit: __emit }) {
|
|
45019
45053
|
var _a;
|
|
45020
|
-
const VFileUpload = vue.inject("VFileUpload", _sfc_main$
|
|
45054
|
+
const VFileUpload = vue.inject("VFileUpload", _sfc_main$K);
|
|
45021
45055
|
const props = __props;
|
|
45022
45056
|
const dataRef = vue.ref(((_a = props.data) == null ? void 0 : _a.component) ?? props.data);
|
|
45023
45057
|
return (_ctx, _cache) => {
|
|
@@ -45035,7 +45069,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45035
45069
|
key: 0,
|
|
45036
45070
|
class: vue.normalizeClass({ "flex gap-4": dataRef.value.hasOwnProperty("icon") })
|
|
45037
45071
|
}, [
|
|
45038
|
-
dataRef.value.hasOwnProperty("icon") ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
45072
|
+
dataRef.value.hasOwnProperty("icon") ? (vue.openBlock(), vue.createBlock(_sfc_main$L, {
|
|
45039
45073
|
key: 0,
|
|
45040
45074
|
"is-vertical": "",
|
|
45041
45075
|
field: "icon",
|
|
@@ -45051,7 +45085,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45051
45085
|
]),
|
|
45052
45086
|
_: 1
|
|
45053
45087
|
}, 8, ["value"])) : vue.createCommentVNode("", true),
|
|
45054
|
-
dataRef.value.hasOwnProperty("title") ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
45088
|
+
dataRef.value.hasOwnProperty("title") ? (vue.openBlock(), vue.createBlock(_sfc_main$L, {
|
|
45055
45089
|
key: 1,
|
|
45056
45090
|
"is-vertical": "",
|
|
45057
45091
|
field: "title",
|
|
@@ -45075,7 +45109,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45075
45109
|
_: 1
|
|
45076
45110
|
}, 8, ["label-text", "value"])) : vue.createCommentVNode("", true)
|
|
45077
45111
|
], 2)) : vue.createCommentVNode("", true),
|
|
45078
|
-
dataRef.value.hasOwnProperty("supporting_text") ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
45112
|
+
dataRef.value.hasOwnProperty("supporting_text") ? (vue.openBlock(), vue.createBlock(_sfc_main$L, {
|
|
45079
45113
|
key: 1,
|
|
45080
45114
|
"is-vertical": "",
|
|
45081
45115
|
field: "supporting_text",
|
|
@@ -45119,7 +45153,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45119
45153
|
sites: _ctx.sites,
|
|
45120
45154
|
classes: "bg-gray-200"
|
|
45121
45155
|
}, null, 8, ["button", "sites"])) : vue.createCommentVNode("", true),
|
|
45122
|
-
dataRef.value.hasOwnProperty("featured_image") ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$
|
|
45156
|
+
dataRef.value.hasOwnProperty("featured_image") ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$t, [
|
|
45123
45157
|
vue.createVNode(_sfc_main$E, {
|
|
45124
45158
|
class: "!p-0 !bg-gray-200",
|
|
45125
45159
|
title: "Featured Image",
|
|
@@ -45160,15 +45194,15 @@ ${escapeText(this.code(index, length))}
|
|
|
45160
45194
|
}
|
|
45161
45195
|
};
|
|
45162
45196
|
const _hoisted_1$L = { class: "rounded-xl bg-gray-50 px-6 py-5" };
|
|
45163
|
-
const _hoisted_2$
|
|
45197
|
+
const _hoisted_2$s = { class: "flex justify-between pb-2" };
|
|
45164
45198
|
const _hoisted_3$o = { class: "flex justify-between w-full py-1" };
|
|
45165
45199
|
const _hoisted_4$n = { class: "min-w-[50%] w-full" };
|
|
45166
|
-
const _hoisted_5$
|
|
45200
|
+
const _hoisted_5$l = { class: "text-lg font-semibold text-gray-900" };
|
|
45167
45201
|
const _hoisted_6$j = { class: "text-sm text-gray-600 mt-1" };
|
|
45168
|
-
const _hoisted_7$
|
|
45169
|
-
const _hoisted_8$
|
|
45170
|
-
const _hoisted_9$
|
|
45171
|
-
const _hoisted_10$
|
|
45202
|
+
const _hoisted_7$j = { class: "flex flex-col gap-3" };
|
|
45203
|
+
const _hoisted_8$h = { class: "flex items-center justify-between" };
|
|
45204
|
+
const _hoisted_9$h = { class: "text-lg font-semibold text-gray-900" };
|
|
45205
|
+
const _hoisted_10$d = { class: "relative flex items-end" };
|
|
45172
45206
|
const _hoisted_11$c = { class: "flex flex-col gap-6" };
|
|
45173
45207
|
const _hoisted_12$a = {
|
|
45174
45208
|
key: 0,
|
|
@@ -45176,7 +45210,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45176
45210
|
};
|
|
45177
45211
|
const _hoisted_13$6 = { class: "flex items-center gap-2 cursor-pointer" };
|
|
45178
45212
|
const _hoisted_14$6 = ["name", "value", "onUpdate:modelValue", "onChange"];
|
|
45179
|
-
const _hoisted_15$
|
|
45213
|
+
const _hoisted_15$5 = {
|
|
45180
45214
|
key: 1,
|
|
45181
45215
|
class: "flex flex-col gap-1.5"
|
|
45182
45216
|
};
|
|
@@ -45190,7 +45224,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45190
45224
|
},
|
|
45191
45225
|
emits: ["update"],
|
|
45192
45226
|
setup(__props, { emit: __emit }) {
|
|
45193
|
-
const VFileUpload = vue.inject("VFileUpload", _sfc_main$
|
|
45227
|
+
const VFileUpload = vue.inject("VFileUpload", _sfc_main$K);
|
|
45194
45228
|
const emit = __emit;
|
|
45195
45229
|
const props = __props;
|
|
45196
45230
|
const options = [{ value: "content", label: "Content" }, { value: "image_only", label: "Image Only" }];
|
|
@@ -45247,12 +45281,12 @@ ${escapeText(this.code(index, length))}
|
|
|
45247
45281
|
var _a;
|
|
45248
45282
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
45249
45283
|
vue.createElementVNode("div", _hoisted_1$L, [
|
|
45250
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
45284
|
+
vue.createElementVNode("div", _hoisted_2$s, [
|
|
45251
45285
|
vue.createElementVNode("div", _hoisted_3$o, [
|
|
45252
45286
|
vue.createElementVNode("div", _hoisted_4$n, [
|
|
45253
|
-
vue.createElementVNode("p", _hoisted_5$
|
|
45287
|
+
vue.createElementVNode("p", _hoisted_5$l, vue.toDisplayString(componentData.value.name), 1),
|
|
45254
45288
|
vue.createElementVNode("p", _hoisted_6$j, vue.toDisplayString(componentData.value.supportive_text), 1),
|
|
45255
|
-
componentData.value.hasOwnProperty("title") ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
45289
|
+
componentData.value.hasOwnProperty("title") ? (vue.openBlock(), vue.createBlock(_sfc_main$L, {
|
|
45256
45290
|
key: 0,
|
|
45257
45291
|
"is-vertical": "",
|
|
45258
45292
|
field: "title",
|
|
@@ -45287,7 +45321,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45287
45321
|
])
|
|
45288
45322
|
])
|
|
45289
45323
|
]),
|
|
45290
|
-
vue.createElementVNode("div", _hoisted_7$
|
|
45324
|
+
vue.createElementVNode("div", _hoisted_7$j, [
|
|
45291
45325
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(componentData.value.data, (item, index) => {
|
|
45292
45326
|
var _a2, _b, _c;
|
|
45293
45327
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
@@ -45296,10 +45330,10 @@ ${escapeText(this.code(index, length))}
|
|
|
45296
45330
|
ref_for: true,
|
|
45297
45331
|
ref: index === componentData.value.data.length - 1 ? (el) => lastItemRef.value = el : null
|
|
45298
45332
|
}, [
|
|
45299
|
-
vue.createElementVNode("div", _hoisted_8$
|
|
45300
|
-
vue.createElementVNode("div", _hoisted_9$
|
|
45301
|
-
vue.createElementVNode("div", _hoisted_10$
|
|
45302
|
-
vue.createVNode(_sfc_main$
|
|
45333
|
+
vue.createElementVNode("div", _hoisted_8$h, [
|
|
45334
|
+
vue.createElementVNode("div", _hoisted_9$h, " Item #" + vue.toDisplayString(index + 1), 1),
|
|
45335
|
+
vue.createElementVNode("div", _hoisted_10$d, [
|
|
45336
|
+
vue.createVNode(_sfc_main$O, {
|
|
45303
45337
|
onRemoveItem: ($event) => handleDeleteItem(index)
|
|
45304
45338
|
}, null, 8, ["onRemoveItem"])
|
|
45305
45339
|
])
|
|
@@ -45322,11 +45356,11 @@ ${escapeText(this.code(index, length))}
|
|
|
45322
45356
|
]);
|
|
45323
45357
|
}), 64))
|
|
45324
45358
|
])) : vue.createCommentVNode("", true),
|
|
45325
|
-
!item.hasOwnProperty("content_type") || item.content_type === "content" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_15$
|
|
45359
|
+
!item.hasOwnProperty("content_type") || item.content_type === "content" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_15$5, [
|
|
45326
45360
|
["feature_items", "faqs"].includes(componentData.value.type) ? (vue.openBlock(), vue.createBlock(_sfc_main$z, {
|
|
45327
45361
|
key: 0,
|
|
45328
45362
|
data: item
|
|
45329
|
-
}, null, 8, ["data"])) : (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
45363
|
+
}, null, 8, ["data"])) : (vue.openBlock(), vue.createBlock(_sfc_main$L, {
|
|
45330
45364
|
key: 1,
|
|
45331
45365
|
"is-vertical": "",
|
|
45332
45366
|
field: "title",
|
|
@@ -45377,7 +45411,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45377
45411
|
sites: _ctx.sites
|
|
45378
45412
|
}, null, 8, ["name", "type", "onUpdate:type", "url", "onUpdate:url", "openInNewTab", "onUpdate:openInNewTab", "sites"])) : vue.createCommentVNode("", true)
|
|
45379
45413
|
])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_18$1, [
|
|
45380
|
-
vue.createVNode(_sfc_main$
|
|
45414
|
+
vue.createVNode(_sfc_main$L, {
|
|
45381
45415
|
"is-vertical": "",
|
|
45382
45416
|
field: "image",
|
|
45383
45417
|
"label-text": "Image *",
|
|
@@ -45409,15 +45443,15 @@ ${escapeText(this.code(index, length))}
|
|
|
45409
45443
|
}
|
|
45410
45444
|
};
|
|
45411
45445
|
const _hoisted_1$K = { class: "rounded-xl bg-gray-50 px-6 py-5" };
|
|
45412
|
-
const _hoisted_2$
|
|
45446
|
+
const _hoisted_2$r = { class: "flex justify-between pb-2" };
|
|
45413
45447
|
const _hoisted_3$n = { class: "flex justify-between w-full py-1" };
|
|
45414
45448
|
const _hoisted_4$m = { class: "text-lg font-semibold text-gray-900" };
|
|
45415
|
-
const _hoisted_5$
|
|
45449
|
+
const _hoisted_5$k = { class: "text-sm text-gray-600 mt-1" };
|
|
45416
45450
|
const _hoisted_6$i = { class: "flex flex-col gap-3" };
|
|
45417
|
-
const _hoisted_7$
|
|
45418
|
-
const _hoisted_8$
|
|
45419
|
-
const _hoisted_9$
|
|
45420
|
-
const _hoisted_10$
|
|
45451
|
+
const _hoisted_7$i = { class: "flex items-center justify-between" };
|
|
45452
|
+
const _hoisted_8$g = { class: "text-lg font-semibold text-gray-900" };
|
|
45453
|
+
const _hoisted_9$g = { class: "relative flex items-end" };
|
|
45454
|
+
const _hoisted_10$c = { class: "flex flex-col gap-6" };
|
|
45421
45455
|
const _hoisted_11$b = { class: "flex flex-col gap-1.5" };
|
|
45422
45456
|
const _hoisted_12$9 = ["onUpdate:modelValue"];
|
|
45423
45457
|
const _sfc_main$x = {
|
|
@@ -45427,7 +45461,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45427
45461
|
},
|
|
45428
45462
|
emits: ["update"],
|
|
45429
45463
|
setup(__props, { emit: __emit }) {
|
|
45430
|
-
const VFileUpload = vue.inject("VFileUpload", _sfc_main$
|
|
45464
|
+
const VFileUpload = vue.inject("VFileUpload", _sfc_main$K);
|
|
45431
45465
|
const emit = __emit;
|
|
45432
45466
|
const props = __props;
|
|
45433
45467
|
const componentData = vue.ref(props.data.component);
|
|
@@ -45467,11 +45501,11 @@ ${escapeText(this.code(index, length))}
|
|
|
45467
45501
|
var _a;
|
|
45468
45502
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
45469
45503
|
vue.createElementVNode("div", _hoisted_1$K, [
|
|
45470
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
45504
|
+
vue.createElementVNode("div", _hoisted_2$r, [
|
|
45471
45505
|
vue.createElementVNode("div", _hoisted_3$n, [
|
|
45472
45506
|
vue.createElementVNode("div", null, [
|
|
45473
45507
|
vue.createElementVNode("p", _hoisted_4$m, vue.toDisplayString(componentData.value.name), 1),
|
|
45474
|
-
vue.createElementVNode("p", _hoisted_5$
|
|
45508
|
+
vue.createElementVNode("p", _hoisted_5$k, " This section can contain up to " + vue.toDisplayString(componentData.value.max_items) + " logos ", 1)
|
|
45475
45509
|
]),
|
|
45476
45510
|
vue.createElementVNode("div", null, [
|
|
45477
45511
|
vue.createElementVNode("a", {
|
|
@@ -45492,22 +45526,22 @@ ${escapeText(this.code(index, length))}
|
|
|
45492
45526
|
ref_for: true,
|
|
45493
45527
|
ref: index === componentData.value.data.length - 1 ? (el) => lastItemRef.value = el : null
|
|
45494
45528
|
}, [
|
|
45495
|
-
vue.createElementVNode("div", _hoisted_7$
|
|
45496
|
-
vue.createElementVNode("div", _hoisted_8$
|
|
45497
|
-
vue.createElementVNode("div", _hoisted_9$
|
|
45498
|
-
vue.createVNode(_sfc_main$
|
|
45529
|
+
vue.createElementVNode("div", _hoisted_7$i, [
|
|
45530
|
+
vue.createElementVNode("div", _hoisted_8$g, " Logo #" + vue.toDisplayString(index + 1), 1),
|
|
45531
|
+
vue.createElementVNode("div", _hoisted_9$g, [
|
|
45532
|
+
vue.createVNode(_sfc_main$O, {
|
|
45499
45533
|
onRemoveItem: ($event) => handleDeleteItem(index)
|
|
45500
45534
|
}, null, 8, ["onRemoveItem"])
|
|
45501
45535
|
])
|
|
45502
45536
|
]),
|
|
45503
|
-
vue.createElementVNode("div", _hoisted_10$
|
|
45537
|
+
vue.createElementVNode("div", _hoisted_10$c, [
|
|
45504
45538
|
vue.createElementVNode("div", _hoisted_11$b, [
|
|
45505
45539
|
vue.createVNode(vue.unref(VFileUpload), {
|
|
45506
45540
|
name: "image",
|
|
45507
45541
|
modelValue: item.logo,
|
|
45508
45542
|
"onUpdate:modelValue": ($event) => item.logo = $event
|
|
45509
45543
|
}, null, 8, ["modelValue", "onUpdate:modelValue"]),
|
|
45510
|
-
vue.createVNode(_sfc_main$
|
|
45544
|
+
vue.createVNode(_sfc_main$L, {
|
|
45511
45545
|
"is-vertical": "",
|
|
45512
45546
|
field: "url",
|
|
45513
45547
|
"label-text": "Url *",
|
|
@@ -45544,15 +45578,15 @@ ${escapeText(this.code(index, length))}
|
|
|
45544
45578
|
}
|
|
45545
45579
|
};
|
|
45546
45580
|
const _hoisted_1$J = { class: "rounded-xl bg-gray-50 px-6 py-5" };
|
|
45547
|
-
const _hoisted_2$
|
|
45581
|
+
const _hoisted_2$q = { class: "flex flex-col" };
|
|
45548
45582
|
const _hoisted_3$m = { class: "flex flex-col gap-4 mb-4 border-b border-gray-200 pb-4" };
|
|
45549
45583
|
const _hoisted_4$l = { class: "flex flex-col gap-6" };
|
|
45550
|
-
const _hoisted_5$
|
|
45584
|
+
const _hoisted_5$j = { class: "flex flex-col gap-1.5" };
|
|
45551
45585
|
const _hoisted_6$h = {
|
|
45552
45586
|
key: 0,
|
|
45553
45587
|
class: "text-base text-gray-900 font-semibold"
|
|
45554
45588
|
};
|
|
45555
|
-
const _hoisted_7$
|
|
45589
|
+
const _hoisted_7$h = {
|
|
45556
45590
|
key: 1,
|
|
45557
45591
|
class: "text-gray-600 text-base font-normal mt-2"
|
|
45558
45592
|
};
|
|
@@ -45568,12 +45602,12 @@ ${escapeText(this.code(index, length))}
|
|
|
45568
45602
|
return (_ctx, _cache) => {
|
|
45569
45603
|
var _a, _b, _c;
|
|
45570
45604
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$J, [
|
|
45571
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
45605
|
+
vue.createElementVNode("div", _hoisted_2$q, [
|
|
45572
45606
|
vue.createElementVNode("div", _hoisted_3$m, [
|
|
45573
45607
|
_cache[4] || (_cache[4] = vue.createElementVNode("p", { class: "text-lg font-semibold text-gray-900 border-b border-gray-200 pb-4" }, " Carousel ", -1)),
|
|
45574
45608
|
vue.createElementVNode("div", _hoisted_4$l, [
|
|
45575
|
-
vue.createElementVNode("div", _hoisted_5$
|
|
45576
|
-
componentData.value.button ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
45609
|
+
vue.createElementVNode("div", _hoisted_5$j, [
|
|
45610
|
+
componentData.value.button ? (vue.openBlock(), vue.createBlock(_sfc_main$L, {
|
|
45577
45611
|
key: 0,
|
|
45578
45612
|
"is-vertical": "",
|
|
45579
45613
|
field: "title",
|
|
@@ -45613,7 +45647,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45613
45647
|
]),
|
|
45614
45648
|
vue.createElementVNode("div", null, [
|
|
45615
45649
|
((_b = componentData.value.content) == null ? void 0 : _b.label) ? (vue.openBlock(), vue.createElementBlock("h3", _hoisted_6$h, vue.toDisplayString(componentData.value.content.label), 1)) : vue.createCommentVNode("", true),
|
|
45616
|
-
((_c = componentData.value.content) == null ? void 0 : _c.supportive_text) ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_7$
|
|
45650
|
+
((_c = componentData.value.content) == null ? void 0 : _c.supportive_text) ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_7$h, vue.toDisplayString(componentData.value.content.supportive_text), 1)) : vue.createCommentVNode("", true)
|
|
45617
45651
|
])
|
|
45618
45652
|
])
|
|
45619
45653
|
]);
|
|
@@ -45621,13 +45655,13 @@ ${escapeText(this.code(index, length))}
|
|
|
45621
45655
|
}
|
|
45622
45656
|
};
|
|
45623
45657
|
const _hoisted_1$I = { class: "rounded-xl bg-gray-50 px-6 py-5" };
|
|
45624
|
-
const _hoisted_2$
|
|
45658
|
+
const _hoisted_2$p = { class: "flex flex-col" };
|
|
45625
45659
|
const _hoisted_3$l = { class: "flex flex-col gap-4 mb-4 border-b border-gray-200 pb-4" };
|
|
45626
45660
|
const _hoisted_4$k = {
|
|
45627
45661
|
key: 0,
|
|
45628
45662
|
class: "text-base text-gray-900 font-semibold"
|
|
45629
45663
|
};
|
|
45630
|
-
const _hoisted_5$
|
|
45664
|
+
const _hoisted_5$i = {
|
|
45631
45665
|
key: 1,
|
|
45632
45666
|
class: "text-gray-600 text-base font-normal mt-2"
|
|
45633
45667
|
};
|
|
@@ -45643,16 +45677,16 @@ ${escapeText(this.code(index, length))}
|
|
|
45643
45677
|
return (_ctx, _cache) => {
|
|
45644
45678
|
var _a, _b, _c;
|
|
45645
45679
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$I, [
|
|
45646
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
45680
|
+
vue.createElementVNode("div", _hoisted_2$p, [
|
|
45647
45681
|
vue.createElementVNode("div", _hoisted_3$l, [
|
|
45648
45682
|
_cache[5] || (_cache[5] = vue.createElementVNode("p", { class: "text-lg font-semibold text-gray-900 border-b border-gray-200 pb-4" }, " Grid ", -1)),
|
|
45649
|
-
vue.createVNode(_sfc_main$
|
|
45683
|
+
vue.createVNode(_sfc_main$J, {
|
|
45650
45684
|
name: "show",
|
|
45651
45685
|
modelValue: componentData.value.button.show,
|
|
45652
45686
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => componentData.value.button.show = $event),
|
|
45653
45687
|
title: "Show Button"
|
|
45654
45688
|
}, null, 8, ["modelValue"]),
|
|
45655
|
-
vue.createVNode(_sfc_main$
|
|
45689
|
+
vue.createVNode(_sfc_main$L, {
|
|
45656
45690
|
"is-vertical": "",
|
|
45657
45691
|
field: "title",
|
|
45658
45692
|
"label-text": "Title *",
|
|
@@ -45689,7 +45723,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45689
45723
|
]),
|
|
45690
45724
|
vue.createElementVNode("div", null, [
|
|
45691
45725
|
((_b = componentData.value.content) == null ? void 0 : _b.label) ? (vue.openBlock(), vue.createElementBlock("h3", _hoisted_4$k, vue.toDisplayString(componentData.value.content.label), 1)) : vue.createCommentVNode("", true),
|
|
45692
|
-
((_c = componentData.value.content) == null ? void 0 : _c.supportive_text) ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_5$
|
|
45726
|
+
((_c = componentData.value.content) == null ? void 0 : _c.supportive_text) ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_5$i, vue.toDisplayString(componentData.value.content.supportive_text), 1)) : vue.createCommentVNode("", true)
|
|
45693
45727
|
])
|
|
45694
45728
|
])
|
|
45695
45729
|
]);
|
|
@@ -45697,15 +45731,15 @@ ${escapeText(this.code(index, length))}
|
|
|
45697
45731
|
}
|
|
45698
45732
|
};
|
|
45699
45733
|
const _hoisted_1$H = { class: "rounded-xl bg-gray-50 px-6 py-5" };
|
|
45700
|
-
const _hoisted_2$
|
|
45734
|
+
const _hoisted_2$o = { class: "flex justify-between pb-2" };
|
|
45701
45735
|
const _hoisted_3$k = { class: "flex justify-between w-full py-1" };
|
|
45702
45736
|
const _hoisted_4$j = { class: "text-lg font-semibold text-gray-900" };
|
|
45703
|
-
const _hoisted_5$
|
|
45737
|
+
const _hoisted_5$h = { class: "text-sm text-gray-600 mt-1" };
|
|
45704
45738
|
const _hoisted_6$g = { class: "flex flex-col gap-3" };
|
|
45705
|
-
const _hoisted_7$
|
|
45706
|
-
const _hoisted_8$
|
|
45707
|
-
const _hoisted_9$
|
|
45708
|
-
const _hoisted_10$
|
|
45739
|
+
const _hoisted_7$g = { class: "flex items-center justify-between" };
|
|
45740
|
+
const _hoisted_8$f = { class: "text-lg font-semibold text-gray-900" };
|
|
45741
|
+
const _hoisted_9$f = { class: "relative flex items-end" };
|
|
45742
|
+
const _hoisted_10$b = { class: "flex flex-col gap-6" };
|
|
45709
45743
|
const _hoisted_11$a = { class: "flex flex-col gap-1.5" };
|
|
45710
45744
|
const _sfc_main$u = {
|
|
45711
45745
|
__name: "VideoGrid",
|
|
@@ -45714,7 +45748,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45714
45748
|
},
|
|
45715
45749
|
emits: ["update"],
|
|
45716
45750
|
setup(__props, { emit: __emit }) {
|
|
45717
|
-
const VFileUpload = vue.inject("VFileUpload", _sfc_main$
|
|
45751
|
+
const VFileUpload = vue.inject("VFileUpload", _sfc_main$K);
|
|
45718
45752
|
const emit = __emit;
|
|
45719
45753
|
const props = __props;
|
|
45720
45754
|
const componentData = vue.ref(props.data.component);
|
|
@@ -45748,11 +45782,11 @@ ${escapeText(this.code(index, length))}
|
|
|
45748
45782
|
var _a;
|
|
45749
45783
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
45750
45784
|
vue.createElementVNode("div", _hoisted_1$H, [
|
|
45751
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
45785
|
+
vue.createElementVNode("div", _hoisted_2$o, [
|
|
45752
45786
|
vue.createElementVNode("div", _hoisted_3$k, [
|
|
45753
45787
|
vue.createElementVNode("div", null, [
|
|
45754
45788
|
vue.createElementVNode("p", _hoisted_4$j, vue.toDisplayString(componentData.value.name), 1),
|
|
45755
|
-
vue.createElementVNode("p", _hoisted_5$
|
|
45789
|
+
vue.createElementVNode("p", _hoisted_5$h, " This section can contain up to " + vue.toDisplayString(componentData.value.max_items) + " videos ", 1)
|
|
45756
45790
|
]),
|
|
45757
45791
|
vue.createElementVNode("div", null, [
|
|
45758
45792
|
vue.createElementVNode("a", {
|
|
@@ -45773,15 +45807,15 @@ ${escapeText(this.code(index, length))}
|
|
|
45773
45807
|
ref_for: true,
|
|
45774
45808
|
ref: index === componentData.value.data.length - 1 ? (el) => lastItemRef.value = el : null
|
|
45775
45809
|
}, [
|
|
45776
|
-
vue.createElementVNode("div", _hoisted_7$
|
|
45777
|
-
vue.createElementVNode("div", _hoisted_8$
|
|
45778
|
-
vue.createElementVNode("div", _hoisted_9$
|
|
45779
|
-
vue.createVNode(_sfc_main$
|
|
45810
|
+
vue.createElementVNode("div", _hoisted_7$g, [
|
|
45811
|
+
vue.createElementVNode("div", _hoisted_8$f, " Video #" + vue.toDisplayString(index + 1), 1),
|
|
45812
|
+
vue.createElementVNode("div", _hoisted_9$f, [
|
|
45813
|
+
vue.createVNode(_sfc_main$O, {
|
|
45780
45814
|
onRemoveItem: ($event) => handleDeleteItem(index)
|
|
45781
45815
|
}, null, 8, ["onRemoveItem"])
|
|
45782
45816
|
])
|
|
45783
45817
|
]),
|
|
45784
|
-
vue.createElementVNode("div", _hoisted_10$
|
|
45818
|
+
vue.createElementVNode("div", _hoisted_10$b, [
|
|
45785
45819
|
vue.createElementVNode("div", _hoisted_11$a, [
|
|
45786
45820
|
vue.createVNode(vue.unref(VFileUpload), {
|
|
45787
45821
|
name: "image",
|
|
@@ -45807,20 +45841,28 @@ ${escapeText(this.code(index, length))}
|
|
|
45807
45841
|
}
|
|
45808
45842
|
};
|
|
45809
45843
|
const _hoisted_1$G = { class: "rounded-xl bg-gray-50 px-6 py-5" };
|
|
45810
|
-
const _hoisted_2$
|
|
45844
|
+
const _hoisted_2$n = { class: "text-lg font-semibold text-gray-900 border-b border-gray-200 pb-4" };
|
|
45811
45845
|
const _hoisted_3$j = { class: "flex flex-col gap-4 rounded-xl bg-gray-200 px-6 py-5" };
|
|
45812
45846
|
const _hoisted_4$i = {
|
|
45813
45847
|
key: 0,
|
|
45814
45848
|
class: "rounded-xl bg-gray-200 mt-4"
|
|
45815
45849
|
};
|
|
45850
|
+
const _hoisted_5$g = {
|
|
45851
|
+
key: 1,
|
|
45852
|
+
class: "rounded-xl bg-gray-200 mt-4 px-6 py-5 flex flex-col gap-4"
|
|
45853
|
+
};
|
|
45816
45854
|
const _sfc_main$t = {
|
|
45817
45855
|
__name: "Paragraph",
|
|
45818
45856
|
props: {
|
|
45819
|
-
...defaultProps
|
|
45857
|
+
...defaultProps,
|
|
45858
|
+
forms: {
|
|
45859
|
+
type: Array,
|
|
45860
|
+
default: () => []
|
|
45861
|
+
}
|
|
45820
45862
|
},
|
|
45821
45863
|
emits: ["update"],
|
|
45822
45864
|
setup(__props, { emit: __emit }) {
|
|
45823
|
-
const VFileUpload = vue.inject("VFileUpload", _sfc_main$
|
|
45865
|
+
const VFileUpload = vue.inject("VFileUpload", _sfc_main$K);
|
|
45824
45866
|
const props = __props;
|
|
45825
45867
|
const dataRef = vue.ref(props.data.component);
|
|
45826
45868
|
const paragraphWordCount = vue.computed(() => {
|
|
@@ -45830,11 +45872,12 @@ ${escapeText(this.code(index, length))}
|
|
|
45830
45872
|
return words.length;
|
|
45831
45873
|
});
|
|
45832
45874
|
return (_ctx, _cache) => {
|
|
45875
|
+
var _a, _b;
|
|
45833
45876
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$G, [
|
|
45834
|
-
vue.createElementVNode("p", _hoisted_2$
|
|
45877
|
+
vue.createElementVNode("p", _hoisted_2$n, vue.toDisplayString(dataRef.value.name), 1),
|
|
45835
45878
|
vue.createElementVNode("div", _hoisted_3$j, [
|
|
45836
|
-
_cache[
|
|
45837
|
-
dataRef.value.hasOwnProperty("eyebrow_heading") ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
45879
|
+
_cache[9] || (_cache[9] = vue.createElementVNode("p", { class: "text-lg font-semibold text-gray-900" }, " Description ", -1)),
|
|
45880
|
+
dataRef.value.hasOwnProperty("eyebrow_heading") ? (vue.openBlock(), vue.createBlock(_sfc_main$L, {
|
|
45838
45881
|
key: 0,
|
|
45839
45882
|
"is-vertical": "",
|
|
45840
45883
|
field: "eyebrow_heading",
|
|
@@ -45857,7 +45900,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45857
45900
|
]),
|
|
45858
45901
|
_: 1
|
|
45859
45902
|
}, 8, ["value"])) : vue.createCommentVNode("", true),
|
|
45860
|
-
dataRef.value.hasOwnProperty("title") ? (vue.openBlock(), vue.createBlock(_sfc_main$
|
|
45903
|
+
dataRef.value.hasOwnProperty("title") ? (vue.openBlock(), vue.createBlock(_sfc_main$L, {
|
|
45861
45904
|
key: 1,
|
|
45862
45905
|
"is-vertical": "",
|
|
45863
45906
|
field: "title",
|
|
@@ -45880,7 +45923,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45880
45923
|
]),
|
|
45881
45924
|
_: 1
|
|
45882
45925
|
}, 8, ["value"])) : vue.createCommentVNode("", true),
|
|
45883
|
-
vue.createVNode(_sfc_main$
|
|
45926
|
+
vue.createVNode(_sfc_main$L, {
|
|
45884
45927
|
"is-vertical": "",
|
|
45885
45928
|
field: "description",
|
|
45886
45929
|
"label-text": "Description *",
|
|
@@ -45900,26 +45943,74 @@ ${escapeText(this.code(index, length))}
|
|
|
45900
45943
|
dataRef.value.hasOwnProperty("featured_image") ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$i, [
|
|
45901
45944
|
vue.createVNode(_sfc_main$E, {
|
|
45902
45945
|
classes: "bg-gray-200",
|
|
45903
|
-
title: "Featured Image",
|
|
45946
|
+
title: ((_a = dataRef.value) == null ? void 0 : _a.upload_title) ? dataRef.value.upload_title : "Featured Image",
|
|
45904
45947
|
supporting_text: "Recommended dimension: 1200*1060px"
|
|
45948
|
+
}, {
|
|
45949
|
+
default: vue.withCtx(() => {
|
|
45950
|
+
var _a2;
|
|
45951
|
+
return [
|
|
45952
|
+
vue.createVNode(vue.unref(VFileUpload), {
|
|
45953
|
+
name: "image",
|
|
45954
|
+
type: ((_a2 = dataRef.value) == null ? void 0 : _a2.source_type) ?? "image",
|
|
45955
|
+
height: "h-[395px]",
|
|
45956
|
+
modelValue: dataRef.value.featured_image,
|
|
45957
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => dataRef.value.featured_image = $event)
|
|
45958
|
+
}, null, 8, ["type", "modelValue"])
|
|
45959
|
+
];
|
|
45960
|
+
}),
|
|
45961
|
+
_: 1
|
|
45962
|
+
}, 8, ["title"])
|
|
45963
|
+
])) : vue.createCommentVNode("", true),
|
|
45964
|
+
dataRef.value.hasOwnProperty("button") ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$g, [
|
|
45965
|
+
_cache[10] || (_cache[10] = vue.createElementVNode("p", { class: "text-lg font-semibold text-gray-900 border-b border-gray-200 pb-4" }, " Link To ", -1)),
|
|
45966
|
+
vue.createVNode(_sfc_main$J, {
|
|
45967
|
+
name: "show",
|
|
45968
|
+
modelValue: dataRef.value.button.show,
|
|
45969
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => dataRef.value.button.show = $event),
|
|
45970
|
+
title: "Show Button"
|
|
45971
|
+
}, null, 8, ["modelValue"]),
|
|
45972
|
+
dataRef.value.button ? (vue.openBlock(), vue.createBlock(_sfc_main$L, {
|
|
45973
|
+
key: 0,
|
|
45974
|
+
"is-vertical": "",
|
|
45975
|
+
field: "title",
|
|
45976
|
+
"label-text": "Button label *",
|
|
45977
|
+
class: "w-full mb-4",
|
|
45978
|
+
value: dataRef.value.button.title,
|
|
45979
|
+
limit: 51
|
|
45905
45980
|
}, {
|
|
45906
45981
|
default: vue.withCtx(() => [
|
|
45907
|
-
vue.
|
|
45908
|
-
|
|
45909
|
-
|
|
45910
|
-
|
|
45911
|
-
|
|
45912
|
-
|
|
45982
|
+
vue.withDirectives(vue.createElementVNode("input", {
|
|
45983
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => dataRef.value.button.title = $event),
|
|
45984
|
+
name: "title",
|
|
45985
|
+
type: "text",
|
|
45986
|
+
placeholder: "Title",
|
|
45987
|
+
maxlength: 51,
|
|
45988
|
+
class: "border-1 border-solid border-gray-300 rounded-lg bg-white w-full"
|
|
45989
|
+
}, null, 512), [
|
|
45990
|
+
[vue.vModelText, dataRef.value.button.title]
|
|
45991
|
+
])
|
|
45913
45992
|
]),
|
|
45914
45993
|
_: 1
|
|
45915
|
-
})
|
|
45994
|
+
}, 8, ["value"])) : vue.createCommentVNode("", true),
|
|
45995
|
+
((_b = dataRef.value) == null ? void 0 : _b.button) ? (vue.openBlock(), vue.createBlock(_sfc_main$F, {
|
|
45996
|
+
key: 1,
|
|
45997
|
+
name: "button",
|
|
45998
|
+
type: dataRef.value.button.type,
|
|
45999
|
+
"onUpdate:type": _cache[6] || (_cache[6] = ($event) => dataRef.value.button.type = $event),
|
|
46000
|
+
url: dataRef.value.button.url,
|
|
46001
|
+
"onUpdate:url": _cache[7] || (_cache[7] = ($event) => dataRef.value.button.url = $event),
|
|
46002
|
+
openInNewTab: dataRef.value.button.open_in_new_tab,
|
|
46003
|
+
"onUpdate:openInNewTab": _cache[8] || (_cache[8] = ($event) => dataRef.value.button.open_in_new_tab = $event),
|
|
46004
|
+
sites: _ctx.sites,
|
|
46005
|
+
forms: __props.forms
|
|
46006
|
+
}, null, 8, ["type", "url", "openInNewTab", "sites", "forms"])) : vue.createCommentVNode("", true)
|
|
45916
46007
|
])) : vue.createCommentVNode("", true)
|
|
45917
46008
|
]);
|
|
45918
46009
|
};
|
|
45919
46010
|
}
|
|
45920
46011
|
};
|
|
45921
46012
|
const _hoisted_1$F = { class: "rounded-xl bg-gray-50 px-6 py-5" };
|
|
45922
|
-
const _hoisted_2$
|
|
46013
|
+
const _hoisted_2$m = { class: "text-lg font-semibold text-gray-900 pb-4" };
|
|
45923
46014
|
const _hoisted_3$i = {
|
|
45924
46015
|
key: 0,
|
|
45925
46016
|
class: "rounded-xl bg-gray-200"
|
|
@@ -45935,7 +46026,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45935
46026
|
},
|
|
45936
46027
|
emits: ["update"],
|
|
45937
46028
|
setup(__props, { emit: __emit }) {
|
|
45938
|
-
const VFileUpload = vue.inject("VFileUpload", _sfc_main$
|
|
46029
|
+
const VFileUpload = vue.inject("VFileUpload", _sfc_main$K);
|
|
45939
46030
|
const props = __props;
|
|
45940
46031
|
const dataRef = vue.ref(props.data.component);
|
|
45941
46032
|
const captionWordCount = vue.computed(() => {
|
|
@@ -45946,7 +46037,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45946
46037
|
});
|
|
45947
46038
|
return (_ctx, _cache) => {
|
|
45948
46039
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$F, [
|
|
45949
|
-
vue.createElementVNode("p", _hoisted_2$
|
|
46040
|
+
vue.createElementVNode("p", _hoisted_2$m, vue.toDisplayString(dataRef.value.name), 1),
|
|
45950
46041
|
dataRef.value.hasOwnProperty("featured_image") ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$i, [
|
|
45951
46042
|
vue.createVNode(_sfc_main$E, {
|
|
45952
46043
|
classes: "bg-gray-200",
|
|
@@ -45966,7 +46057,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45966
46057
|
])) : vue.createCommentVNode("", true),
|
|
45967
46058
|
dataRef.value.hasOwnProperty("caption") ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$h, [
|
|
45968
46059
|
_cache[2] || (_cache[2] = vue.createElementVNode("p", { class: "text-lg font-semibold text-gray-900 border-b border-gray-200" }, " Caption ", -1)),
|
|
45969
|
-
vue.createVNode(_sfc_main$
|
|
46060
|
+
vue.createVNode(_sfc_main$L, {
|
|
45970
46061
|
"is-vertical": "",
|
|
45971
46062
|
field: "caption",
|
|
45972
46063
|
"label-text": "Caption *",
|
|
@@ -46012,23 +46103,23 @@ ${escapeText(this.code(index, length))}
|
|
|
46012
46103
|
}
|
|
46013
46104
|
};
|
|
46014
46105
|
const _hoisted_1$E = { class: "page-builder overflow-auto" };
|
|
46015
|
-
const _hoisted_2$
|
|
46106
|
+
const _hoisted_2$l = { class: "flex gap-4 px-6 overflow-auto" };
|
|
46016
46107
|
const _hoisted_3$h = { class: "flex w-[356px] flex-col gap-2 pb-10 overflow-y-auto h-[100vh]" };
|
|
46017
46108
|
const _hoisted_4$g = { class: "border-b border-gray-200 pb-2" };
|
|
46018
46109
|
const _hoisted_5$f = ["onClick"];
|
|
46019
46110
|
const _hoisted_6$f = { class: "text-lg font-semibold text-brand-800" };
|
|
46020
|
-
const _hoisted_7$
|
|
46021
|
-
const _hoisted_8$
|
|
46022
|
-
const _hoisted_9$
|
|
46111
|
+
const _hoisted_7$f = { class: "relative flex items-center gap-3" };
|
|
46112
|
+
const _hoisted_8$e = { class: "cursor-pointer" };
|
|
46113
|
+
const _hoisted_9$e = {
|
|
46023
46114
|
key: 0,
|
|
46024
46115
|
class: "flex flex-col gap-2"
|
|
46025
46116
|
};
|
|
46026
|
-
const _hoisted_10$
|
|
46117
|
+
const _hoisted_10$a = ["onClick"];
|
|
46027
46118
|
const _hoisted_11$9 = { class: "flex flex-col" };
|
|
46028
46119
|
const _hoisted_12$8 = { class: "text-sm font-medium text-gray-900" };
|
|
46029
46120
|
const _hoisted_13$5 = { class: "flex items-center justify-between gap-3 px-[10px]" };
|
|
46030
46121
|
const _hoisted_14$5 = { class: "flex h-full flex-1 flex-col mb-20" };
|
|
46031
|
-
const _hoisted_15$
|
|
46122
|
+
const _hoisted_15$4 = {
|
|
46032
46123
|
key: 0,
|
|
46033
46124
|
class: "mb-4 px-6 py-5 rounded-xl bg-gray-50"
|
|
46034
46125
|
};
|
|
@@ -46052,6 +46143,12 @@ ${escapeText(this.code(index, length))}
|
|
|
46052
46143
|
return [];
|
|
46053
46144
|
}
|
|
46054
46145
|
},
|
|
46146
|
+
forms: {
|
|
46147
|
+
type: Array,
|
|
46148
|
+
default: () => {
|
|
46149
|
+
return [];
|
|
46150
|
+
}
|
|
46151
|
+
},
|
|
46055
46152
|
breadcrumbs: {
|
|
46056
46153
|
type: Array,
|
|
46057
46154
|
default: () => {
|
|
@@ -46068,8 +46165,8 @@ ${escapeText(this.code(index, length))}
|
|
|
46068
46165
|
const sections = vue.ref(((_a = props.modelValue) == null ? void 0 : _a.sections) ?? []);
|
|
46069
46166
|
let selected = vue.ref(null);
|
|
46070
46167
|
const componentMaps = vue.ref({
|
|
46071
|
-
sliders: vue.markRaw(_sfc_main$
|
|
46072
|
-
vertical_tabs: vue.markRaw(_sfc_main$
|
|
46168
|
+
sliders: vue.markRaw(_sfc_main$M),
|
|
46169
|
+
vertical_tabs: vue.markRaw(_sfc_main$M),
|
|
46073
46170
|
links: vue.markRaw(_sfc_main$y),
|
|
46074
46171
|
header: vue.markRaw(_sfc_main$z),
|
|
46075
46172
|
callout: vue.markRaw(_sfc_main$z),
|
|
@@ -46080,11 +46177,11 @@ ${escapeText(this.code(index, length))}
|
|
|
46080
46177
|
video_grid: vue.markRaw(_sfc_main$u),
|
|
46081
46178
|
paragraph: vue.markRaw(_sfc_main$t),
|
|
46082
46179
|
image_block: vue.markRaw(_sfc_main$s),
|
|
46083
|
-
timeline_items: vue.markRaw(_sfc_main$
|
|
46180
|
+
timeline_items: vue.markRaw(_sfc_main$M),
|
|
46084
46181
|
bullet_points: vue.markRaw(_sfc_main$y),
|
|
46085
46182
|
feature_items: vue.markRaw(_sfc_main$y),
|
|
46086
46183
|
faqs: vue.markRaw(_sfc_main$y),
|
|
46087
|
-
link_cards: vue.markRaw(_sfc_main$
|
|
46184
|
+
link_cards: vue.markRaw(_sfc_main$M),
|
|
46088
46185
|
contact_us: vue.markRaw(_sfc_main$r)
|
|
46089
46186
|
});
|
|
46090
46187
|
if (!openStates.value) {
|
|
@@ -46122,7 +46219,7 @@ ${escapeText(this.code(index, length))}
|
|
|
46122
46219
|
return (_ctx, _cache) => {
|
|
46123
46220
|
var _a2, _b;
|
|
46124
46221
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$E, [
|
|
46125
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
46222
|
+
vue.createElementVNode("div", _hoisted_2$l, [
|
|
46126
46223
|
vue.createElementVNode("div", _hoisted_3$h, [
|
|
46127
46224
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.modelValue.sections, (parent, sectionIndex) => {
|
|
46128
46225
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_4$g, [
|
|
@@ -46131,8 +46228,8 @@ ${escapeText(this.code(index, length))}
|
|
|
46131
46228
|
class: "flex cursor-pointer items-center justify-between px-2 py-4"
|
|
46132
46229
|
}, [
|
|
46133
46230
|
vue.createElementVNode("span", _hoisted_6$f, vue.toDisplayString(parent.title), 1),
|
|
46134
|
-
vue.createElementVNode("div", _hoisted_7$
|
|
46135
|
-
vue.createElementVNode("div", _hoisted_8$
|
|
46231
|
+
vue.createElementVNode("div", _hoisted_7$f, [
|
|
46232
|
+
vue.createElementVNode("div", _hoisted_8$e, [
|
|
46136
46233
|
!openStates.value[sectionIndex] ? (vue.openBlock(), vue.createBlock(vue.unref(ChevronRight), {
|
|
46137
46234
|
key: 0,
|
|
46138
46235
|
class: "h-5 w-5"
|
|
@@ -46143,7 +46240,7 @@ ${escapeText(this.code(index, length))}
|
|
|
46143
46240
|
])
|
|
46144
46241
|
])
|
|
46145
46242
|
], 8, _hoisted_5$f),
|
|
46146
|
-
openStates.value[sectionIndex] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_9$
|
|
46243
|
+
openStates.value[sectionIndex] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_9$e, [
|
|
46147
46244
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(parent.components, (component, index) => {
|
|
46148
46245
|
var _a3, _b2;
|
|
46149
46246
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
@@ -46157,17 +46254,17 @@ ${escapeText(this.code(index, length))}
|
|
|
46157
46254
|
vue.createElementVNode("div", _hoisted_13$5, [
|
|
46158
46255
|
vue.createVNode(vue.unref(ChevronRight), { class: "h-5 w-5" })
|
|
46159
46256
|
])
|
|
46160
|
-
], 10, _hoisted_10$
|
|
46257
|
+
], 10, _hoisted_10$a);
|
|
46161
46258
|
}), 256))
|
|
46162
46259
|
])) : vue.createCommentVNode("", true)
|
|
46163
46260
|
]);
|
|
46164
46261
|
}), 256))
|
|
46165
46262
|
]),
|
|
46166
46263
|
vue.createElementVNode("div", _hoisted_14$5, [
|
|
46167
|
-
!vue.unref(selected) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_15$
|
|
46264
|
+
!vue.unref(selected) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_15$4, [
|
|
46168
46265
|
_cache[3] || (_cache[3] = vue.createElementVNode("div", { class: "text-lg pb-6 font-semibold text-gray-900 border-b border-gray-200" }, "Settings", -1)),
|
|
46169
46266
|
vue.createElementVNode("div", _hoisted_16$2, [
|
|
46170
|
-
vue.createVNode(_sfc_main$
|
|
46267
|
+
vue.createVNode(_sfc_main$L, {
|
|
46171
46268
|
field: "breadcrumb",
|
|
46172
46269
|
"label-text": "Breadcrumb section",
|
|
46173
46270
|
class: "w-full"
|
|
@@ -46198,8 +46295,9 @@ ${escapeText(this.code(index, length))}
|
|
|
46198
46295
|
key: `${(_a2 = vue.unref(selected)) == null ? void 0 : _a2.sectionIndex} - ${(_b = vue.unref(selected)) == null ? void 0 : _b.componentIndex} ${Math.random().toString(36).substring(2, 10)}`,
|
|
46199
46296
|
data: vue.unref(selected),
|
|
46200
46297
|
sites: __props.sites,
|
|
46298
|
+
forms: __props.forms,
|
|
46201
46299
|
onUpdate: save
|
|
46202
|
-
}, null, 40, ["data", "sites"]))
|
|
46300
|
+
}, null, 40, ["data", "sites", "forms"]))
|
|
46203
46301
|
])
|
|
46204
46302
|
]),
|
|
46205
46303
|
vue.renderSlot(_ctx.$slots, "default", {}, () => [
|
|
@@ -47678,15 +47776,15 @@ ${escapeText(this.code(index, length))}
|
|
|
47678
47776
|
}
|
|
47679
47777
|
});
|
|
47680
47778
|
const _hoisted_1$C = { class: "flex h-[872px] w-full bg-navy-800 relative rounded-[48px] z-10" };
|
|
47681
|
-
const _hoisted_2$
|
|
47779
|
+
const _hoisted_2$k = { class: "lg:p-8 p-4 flex relative w-full" };
|
|
47682
47780
|
const _hoisted_3$g = { class: "lg:w-1/2 lg:pl-8 lg:pr-16 pl-4 pr-8 flex flex-col lg:mt-[218px] mt-[100px] absolute top-0 left-5 lg:relative" };
|
|
47683
47781
|
const _hoisted_4$f = { class: "gap-2 flex z-10 mb-4" };
|
|
47684
47782
|
const _hoisted_5$e = ["onClick"];
|
|
47685
47783
|
const _hoisted_6$e = { class: "lg:text-[48px] text-[40px] font-semibold text-white mb-3 lg:leading-normal leading-[48px]" };
|
|
47686
|
-
const _hoisted_7$
|
|
47687
|
-
const _hoisted_8$
|
|
47688
|
-
const _hoisted_9$
|
|
47689
|
-
const _hoisted_10$
|
|
47784
|
+
const _hoisted_7$e = ["innerHTML"];
|
|
47785
|
+
const _hoisted_8$d = { class: "flex gap-3 mt-8 flex-col lg:flex-row" };
|
|
47786
|
+
const _hoisted_9$d = ["href", "target"];
|
|
47787
|
+
const _hoisted_10$9 = ["href", "target"];
|
|
47690
47788
|
const _hoisted_11$8 = ["src"];
|
|
47691
47789
|
const _hoisted_12$7 = {
|
|
47692
47790
|
key: 1,
|
|
@@ -47720,7 +47818,7 @@ ${escapeText(this.code(index, length))}
|
|
|
47720
47818
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(vue.unref(slides), (slide, index) => {
|
|
47721
47819
|
return vue.openBlock(), vue.createBlock(vue.unref(Slide), { key: index }, {
|
|
47722
47820
|
default: vue.withCtx(() => [
|
|
47723
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
47821
|
+
vue.createElementVNode("div", _hoisted_2$k, [
|
|
47724
47822
|
vue.createElementVNode("div", _hoisted_3$g, [
|
|
47725
47823
|
vue.createElementVNode("div", _hoisted_4$f, [
|
|
47726
47824
|
vue.unref(slides).length > 1 ? (vue.openBlock(true), vue.createElementBlock(vue.Fragment, { key: 0 }, vue.renderList(vue.unref(slides), (slide2, index2) => {
|
|
@@ -47734,8 +47832,8 @@ ${escapeText(this.code(index, length))}
|
|
|
47734
47832
|
vue.createElementVNode("p", {
|
|
47735
47833
|
class: "text-lg font-normal text-navy-50",
|
|
47736
47834
|
innerHTML: slide == null ? void 0 : slide.description
|
|
47737
|
-
}, null, 8, _hoisted_7$
|
|
47738
|
-
vue.createElementVNode("div", _hoisted_8$
|
|
47835
|
+
}, null, 8, _hoisted_7$e),
|
|
47836
|
+
vue.createElementVNode("div", _hoisted_8$d, [
|
|
47739
47837
|
slide.secondary_button.show ? (vue.openBlock(), vue.createElementBlock("a", {
|
|
47740
47838
|
key: 0,
|
|
47741
47839
|
class: "text-white text-base font-semibold border border-white px-6 py-2 rounded-full hover:bg-navy-800 hover:opacity-60",
|
|
@@ -47743,7 +47841,7 @@ ${escapeText(this.code(index, length))}
|
|
|
47743
47841
|
target: slide.secondary_button.open_in_new_tab ? "_blank" : ""
|
|
47744
47842
|
}, [
|
|
47745
47843
|
vue.createElementVNode("span", null, vue.toDisplayString(slide.secondary_button.label), 1)
|
|
47746
|
-
], 8, _hoisted_9$
|
|
47844
|
+
], 8, _hoisted_9$d)) : vue.createCommentVNode("", true),
|
|
47747
47845
|
slide.primary_button.show ? (vue.openBlock(), vue.createElementBlock("a", {
|
|
47748
47846
|
key: 1,
|
|
47749
47847
|
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",
|
|
@@ -47752,7 +47850,7 @@ ${escapeText(this.code(index, length))}
|
|
|
47752
47850
|
}, [
|
|
47753
47851
|
vue.createTextVNode(vue.toDisplayString(slide.primary_button.label) + " ", 1),
|
|
47754
47852
|
vue.createVNode(vue.unref(ArrowUpRight), { class: "w-5 h-5" })
|
|
47755
|
-
], 8, _hoisted_10$
|
|
47853
|
+
], 8, _hoisted_10$9)) : vue.createCommentVNode("", true)
|
|
47756
47854
|
])
|
|
47757
47855
|
]),
|
|
47758
47856
|
slide.featured_image ? (vue.openBlock(), vue.createElementBlock("img", {
|
|
@@ -47810,7 +47908,7 @@ ${escapeText(this.code(index, length))}
|
|
|
47810
47908
|
}
|
|
47811
47909
|
};
|
|
47812
47910
|
const _hoisted_1$A = { class: "rounded-[48px] 1xl:max-w-[1824px] mx-auto w-full" };
|
|
47813
|
-
const _hoisted_2$
|
|
47911
|
+
const _hoisted_2$j = { class: "md:px-[90px]" };
|
|
47814
47912
|
const _sfc_main$n = {
|
|
47815
47913
|
__name: "HeroHeader",
|
|
47816
47914
|
props: {
|
|
@@ -47835,7 +47933,7 @@ ${escapeText(this.code(index, length))}
|
|
|
47835
47933
|
return (_ctx, _cache) => {
|
|
47836
47934
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$A, [
|
|
47837
47935
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(section.value.components, (component, index) => {
|
|
47838
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_2$
|
|
47936
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_2$j, [
|
|
47839
47937
|
(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(currentComponent(component)), {
|
|
47840
47938
|
key: index,
|
|
47841
47939
|
component
|
|
@@ -47909,7 +48007,7 @@ ${escapeText(this.code(index, length))}
|
|
|
47909
48007
|
}
|
|
47910
48008
|
const LeftVector = { render: render$c };
|
|
47911
48009
|
const _hoisted_1$x = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full" };
|
|
47912
|
-
const _hoisted_2$
|
|
48010
|
+
const _hoisted_2$i = { class: "w-full md:w-3/4" };
|
|
47913
48011
|
const _sfc_main$l = {
|
|
47914
48012
|
__name: "QuickLinks",
|
|
47915
48013
|
props: {
|
|
@@ -47946,7 +48044,7 @@ ${escapeText(this.code(index, length))}
|
|
|
47946
48044
|
}, [
|
|
47947
48045
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(section.value.components, (component, index) => {
|
|
47948
48046
|
var _a2;
|
|
47949
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_2$
|
|
48047
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_2$i, [
|
|
47950
48048
|
(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(currentComponent(component)), {
|
|
47951
48049
|
key: index,
|
|
47952
48050
|
component,
|
|
@@ -47965,19 +48063,19 @@ ${escapeText(this.code(index, length))}
|
|
|
47965
48063
|
}
|
|
47966
48064
|
};
|
|
47967
48065
|
const _hoisted_1$w = { class: "flex flex-col md:flex-row justify-center gap-4 items-stretch mt-6" };
|
|
47968
|
-
const _hoisted_2$
|
|
48066
|
+
const _hoisted_2$h = { class: "flex-1 w-full md:w-1/2 flex flex-col" };
|
|
47969
48067
|
const _hoisted_3$f = ["onClick"];
|
|
47970
48068
|
const _hoisted_4$e = { class: "py-4 pl-4 md:pl-6" };
|
|
47971
48069
|
const _hoisted_5$d = ["innerHTML"];
|
|
47972
48070
|
const _hoisted_6$d = { class: "flex-1 w-full md:w-1/2 bg-transparent flex flex-col items-center" };
|
|
47973
|
-
const _hoisted_7$
|
|
47974
|
-
const _hoisted_8$
|
|
48071
|
+
const _hoisted_7$d = ["src"];
|
|
48072
|
+
const _hoisted_8$c = {
|
|
47975
48073
|
key: 1,
|
|
47976
48074
|
class: "rounded-[20px] md:rounded-[40px] object-contain max-h-[200px] md:max-h-[387px] w-full",
|
|
47977
48075
|
src: _imports_0,
|
|
47978
48076
|
alt: "No Image Available"
|
|
47979
48077
|
};
|
|
47980
|
-
const _hoisted_9$
|
|
48078
|
+
const _hoisted_9$c = ["target", "href"];
|
|
47981
48079
|
const _sfc_main$k = {
|
|
47982
48080
|
__name: "VerticalTabPresenter",
|
|
47983
48081
|
props: {
|
|
@@ -48001,7 +48099,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48001
48099
|
});
|
|
48002
48100
|
return (_ctx, _cache) => {
|
|
48003
48101
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$w, [
|
|
48004
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
48102
|
+
vue.createElementVNode("div", _hoisted_2$h, [
|
|
48005
48103
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(publicTabs.value, (item) => {
|
|
48006
48104
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
48007
48105
|
key: item.title
|
|
@@ -48040,7 +48138,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48040
48138
|
src: selectedItem.value.featured_image,
|
|
48041
48139
|
alt: "Selected Item Image",
|
|
48042
48140
|
class: "rounded-[20px] md:rounded-[40px] object-contain max-h-[200px] md:max-h-[387px] w-full"
|
|
48043
|
-
}, null, 8, _hoisted_7$
|
|
48141
|
+
}, null, 8, _hoisted_7$d)) : (vue.openBlock(), vue.createElementBlock("img", _hoisted_8$c)),
|
|
48044
48142
|
((_d = (_c = selectedItem.value) == null ? void 0 : _c.primary_button) == null ? void 0 : _d.show) ? (vue.openBlock(), vue.createElementBlock("a", {
|
|
48045
48143
|
key: 2,
|
|
48046
48144
|
class: "text-sm md:text-md font-semibold text-brand-600 flex items-center gap-2 mt-4",
|
|
@@ -48049,7 +48147,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48049
48147
|
}, [
|
|
48050
48148
|
vue.createTextVNode(vue.toDisplayString(((_j = (_i = selectedItem.value) == null ? void 0 : _i.primary_button) == null ? void 0 : _j.label) ?? "N/A") + " ", 1),
|
|
48051
48149
|
vue.createVNode(vue.unref(ArrowUpRight), { class: "w-4 h-4 md:w-5 md:h-5" })
|
|
48052
|
-
], 8, _hoisted_9$
|
|
48150
|
+
], 8, _hoisted_9$c)) : vue.createCommentVNode("", true)
|
|
48053
48151
|
]))
|
|
48054
48152
|
];
|
|
48055
48153
|
}),
|
|
@@ -48062,7 +48160,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48062
48160
|
};
|
|
48063
48161
|
const VVerticalTabPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-ef885607"]]);
|
|
48064
48162
|
const _hoisted_1$v = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full" };
|
|
48065
|
-
const _hoisted_2$
|
|
48163
|
+
const _hoisted_2$g = { class: "max-md:mx-[30px] 1xl:mx-0 bg-navy-25 rounded-[48px] p-16" };
|
|
48066
48164
|
const _sfc_main$j = {
|
|
48067
48165
|
__name: "VTabs",
|
|
48068
48166
|
props: {
|
|
@@ -48086,7 +48184,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48086
48184
|
};
|
|
48087
48185
|
return (_ctx, _cache) => {
|
|
48088
48186
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$v, [
|
|
48089
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
48187
|
+
vue.createElementVNode("div", _hoisted_2$g, [
|
|
48090
48188
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(section.value.components, (component, index) => {
|
|
48091
48189
|
return vue.openBlock(), vue.createElementBlock("div", null, [
|
|
48092
48190
|
(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(currentComponent(component)), {
|
|
@@ -48101,7 +48199,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48101
48199
|
}
|
|
48102
48200
|
};
|
|
48103
48201
|
const _hoisted_1$u = { class: "w-full relative" };
|
|
48104
|
-
const _hoisted_2$
|
|
48202
|
+
const _hoisted_2$f = ["href"];
|
|
48105
48203
|
const _hoisted_3$e = ["src"];
|
|
48106
48204
|
const _hoisted_4$d = {
|
|
48107
48205
|
key: 1,
|
|
@@ -48155,7 +48253,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48155
48253
|
class: vue.normalizeClass(getLogoHeight(component == null ? void 0 : component.height)),
|
|
48156
48254
|
alt: "Brand Logo"
|
|
48157
48255
|
}, null, 10, _hoisted_3$e)) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_4$d, "No photo"))
|
|
48158
|
-
], 8, _hoisted_2$
|
|
48256
|
+
], 8, _hoisted_2$f);
|
|
48159
48257
|
}), 256))
|
|
48160
48258
|
], 2)) : vue.createCommentVNode("", true)
|
|
48161
48259
|
]);
|
|
@@ -48265,7 +48363,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48265
48363
|
}
|
|
48266
48364
|
};
|
|
48267
48365
|
const _hoisted_1$o = { class: "relative" };
|
|
48268
|
-
const _hoisted_2$
|
|
48366
|
+
const _hoisted_2$e = { class: "mb-4" };
|
|
48269
48367
|
const _hoisted_3$d = ["src"];
|
|
48270
48368
|
const _hoisted_4$c = {
|
|
48271
48369
|
key: 0,
|
|
@@ -48273,13 +48371,13 @@ ${escapeText(this.code(index, length))}
|
|
|
48273
48371
|
};
|
|
48274
48372
|
const _hoisted_5$c = { class: "my-3" };
|
|
48275
48373
|
const _hoisted_6$c = ["href"];
|
|
48276
|
-
const _hoisted_7$
|
|
48277
|
-
const _hoisted_8$
|
|
48374
|
+
const _hoisted_7$c = ["innerHTML"];
|
|
48375
|
+
const _hoisted_8$b = {
|
|
48278
48376
|
key: 1,
|
|
48279
48377
|
class: "flex gap-2 text-gray-600 mt-6 font-semibold"
|
|
48280
48378
|
};
|
|
48281
|
-
const _hoisted_9$
|
|
48282
|
-
const _hoisted_10$
|
|
48379
|
+
const _hoisted_9$b = ["innerHTML"];
|
|
48380
|
+
const _hoisted_10$8 = {
|
|
48283
48381
|
key: 2,
|
|
48284
48382
|
class: "flex gap-2 text-gray-600 mt-2 font-semibold"
|
|
48285
48383
|
};
|
|
@@ -48287,7 +48385,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48287
48385
|
const _hoisted_12$6 = { class: "border-t border-gray-200 mt-4 pt-[17px] flex justify-between items-center" };
|
|
48288
48386
|
const _hoisted_13$4 = ["href"];
|
|
48289
48387
|
const _hoisted_14$4 = { class: "absolute top-[-65px] right-4 flex gap-4" };
|
|
48290
|
-
const _hoisted_15$
|
|
48388
|
+
const _hoisted_15$3 = {
|
|
48291
48389
|
key: 0,
|
|
48292
48390
|
class: "flex justify-center mb-[40px]"
|
|
48293
48391
|
};
|
|
@@ -48337,7 +48435,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48337
48435
|
class: vue.normalizeClass(["w-full p-4 rounded-[16px]", { "bg-gray-50 h-full flex flex-col justify-between": !__props.hasBackground, "bg-white": __props.hasBackground }])
|
|
48338
48436
|
}, [
|
|
48339
48437
|
vue.createElementVNode("div", null, [
|
|
48340
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
48438
|
+
vue.createElementVNode("div", _hoisted_2$e, [
|
|
48341
48439
|
slide.image ? (vue.openBlock(), vue.createElementBlock("img", {
|
|
48342
48440
|
key: 0,
|
|
48343
48441
|
src: slide.image,
|
|
@@ -48363,15 +48461,15 @@ ${escapeText(this.code(index, length))}
|
|
|
48363
48461
|
vue.createElementVNode("p", {
|
|
48364
48462
|
class: "text-base font-normal text-gray-600 leading-[24px] multiline-ellipsis",
|
|
48365
48463
|
innerHTML: slide == null ? void 0 : slide.description
|
|
48366
|
-
}, null, 8, _hoisted_7$
|
|
48367
|
-
(slide == null ? void 0 : slide.type) === "event" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_8$
|
|
48464
|
+
}, null, 8, _hoisted_7$c),
|
|
48465
|
+
(slide == null ? void 0 : slide.type) === "event" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_8$b, [
|
|
48368
48466
|
vue.createVNode(vue.unref(Clock), { class: "w-4 h-4 mt-[3px]" }),
|
|
48369
48467
|
vue.createElementVNode("div", {
|
|
48370
48468
|
class: "text-sm",
|
|
48371
48469
|
innerHTML: slide == null ? void 0 : slide.line_1
|
|
48372
|
-
}, null, 8, _hoisted_9$
|
|
48470
|
+
}, null, 8, _hoisted_9$b)
|
|
48373
48471
|
])) : vue.createCommentVNode("", true),
|
|
48374
|
-
slide.type === "event" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_10$
|
|
48472
|
+
slide.type === "event" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_10$8, [
|
|
48375
48473
|
vue.createVNode(vue.unref(Ticket), { class: "w-4 h-4 mt-[3px]" }),
|
|
48376
48474
|
vue.createElementVNode("div", {
|
|
48377
48475
|
class: "text-sm",
|
|
@@ -48408,7 +48506,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48408
48506
|
vue.createVNode(vue.unref(ChevronRight), { class: "w-6 h-6" })
|
|
48409
48507
|
])
|
|
48410
48508
|
]),
|
|
48411
|
-
((_a2 = __props.component) == null ? void 0 : _a2.button) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_15$
|
|
48509
|
+
((_a2 = __props.component) == null ? void 0 : _a2.button) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_15$3, [
|
|
48412
48510
|
vue.createElementVNode("a", {
|
|
48413
48511
|
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",
|
|
48414
48512
|
href: vue.unref(formatUrl)(__props.component.button.url),
|
|
@@ -48423,7 +48521,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48423
48521
|
}
|
|
48424
48522
|
};
|
|
48425
48523
|
const _hoisted_1$n = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full" };
|
|
48426
|
-
const _hoisted_2$
|
|
48524
|
+
const _hoisted_2$d = { class: "max-md:mx-[30px] 1xl:mx-0 rounded-[48px] pt-[40px]" };
|
|
48427
48525
|
const _sfc_main$f = {
|
|
48428
48526
|
__name: "CollectionCarousel",
|
|
48429
48527
|
props: {
|
|
@@ -48447,7 +48545,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48447
48545
|
class: vue.normalizeClass(["overflow-hidden", { "rounded-br-[48px] rounded-tl-[48px] bg-aqua-100": (_a = section.value) == null ? void 0 : _a.has_background }])
|
|
48448
48546
|
}, [
|
|
48449
48547
|
vue.createElementVNode("div", _hoisted_1$n, [
|
|
48450
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
48548
|
+
vue.createElementVNode("div", _hoisted_2$d, [
|
|
48451
48549
|
vue.createVNode(_sfc_main$m, { component: headerComponent.value }, null, 8, ["component"])
|
|
48452
48550
|
])
|
|
48453
48551
|
]),
|
|
@@ -48480,34 +48578,34 @@ ${escapeText(this.code(index, length))}
|
|
|
48480
48578
|
]));
|
|
48481
48579
|
}
|
|
48482
48580
|
const PlayButton = { render: render$7 };
|
|
48483
|
-
const _hoisted_1$l = { class: "
|
|
48484
|
-
const _hoisted_2$
|
|
48485
|
-
const _hoisted_3$c = {
|
|
48581
|
+
const _hoisted_1$l = { class: "grid grid-cols-1 md:grid-cols-3 gap-6 w-full" };
|
|
48582
|
+
const _hoisted_2$c = {
|
|
48486
48583
|
key: 0,
|
|
48487
48584
|
class: "relative group"
|
|
48488
48585
|
};
|
|
48489
|
-
const
|
|
48586
|
+
const _hoisted_3$c = ["onClick"];
|
|
48587
|
+
const _hoisted_4$b = ["src"];
|
|
48490
48588
|
const _hoisted_5$b = ["src"];
|
|
48491
|
-
const _hoisted_6$b =
|
|
48492
|
-
const _hoisted_7$a = {
|
|
48589
|
+
const _hoisted_6$b = {
|
|
48493
48590
|
key: 2,
|
|
48494
48591
|
class: "w-full h-[281px] object-cover rounded-[16px] mb-4",
|
|
48592
|
+
alt: "No Available",
|
|
48495
48593
|
src: _imports_0
|
|
48496
48594
|
};
|
|
48497
|
-
const
|
|
48498
|
-
const
|
|
48595
|
+
const _hoisted_7$b = { class: "flex flex-col gap-2 items-start text-left w-full" };
|
|
48596
|
+
const _hoisted_8$a = {
|
|
48499
48597
|
key: 0,
|
|
48500
48598
|
class: "flex gap-2"
|
|
48501
48599
|
};
|
|
48502
|
-
const
|
|
48503
|
-
const
|
|
48504
|
-
const
|
|
48505
|
-
const
|
|
48506
|
-
const
|
|
48600
|
+
const _hoisted_9$a = ["href"];
|
|
48601
|
+
const _hoisted_10$7 = { class: "flex justify-between" };
|
|
48602
|
+
const _hoisted_11$6 = ["innerHTML"];
|
|
48603
|
+
const _hoisted_12$5 = { class: "text-gray-500 text-sm mb-4" };
|
|
48604
|
+
const _hoisted_13$3 = {
|
|
48507
48605
|
key: 0,
|
|
48508
48606
|
class: "flex justify-center"
|
|
48509
48607
|
};
|
|
48510
|
-
const
|
|
48608
|
+
const _hoisted_14$3 = ["href", "target"];
|
|
48511
48609
|
const _sfc_main$e = {
|
|
48512
48610
|
__name: "CollectionGridPresenter",
|
|
48513
48611
|
props: {
|
|
@@ -48545,15 +48643,17 @@ ${escapeText(this.code(index, length))}
|
|
|
48545
48643
|
}
|
|
48546
48644
|
};
|
|
48547
48645
|
return (_ctx, _cache) => {
|
|
48548
|
-
var _a2;
|
|
48549
|
-
return vue.openBlock(), vue.createElementBlock("div",
|
|
48550
|
-
vue.
|
|
48646
|
+
var _a2, _b2;
|
|
48647
|
+
return vue.openBlock(), vue.createElementBlock("div", {
|
|
48648
|
+
class: vue.normalizeClass(["flex flex-col items-center gap-6 pb-[40px] pt-[24px]", { "!pt-0": __props.component.hasOwnProperty("padding_top") && !((_a2 = __props.component) == null ? void 0 : _a2.padding_top) }])
|
|
48649
|
+
}, [
|
|
48650
|
+
vue.createElementVNode("div", _hoisted_1$l, [
|
|
48551
48651
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(vue.unref(items), (card, index) => {
|
|
48552
48652
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
48553
48653
|
key: index,
|
|
48554
48654
|
class: "card bg-white sm:p-0 px-4"
|
|
48555
48655
|
}, [
|
|
48556
|
-
__props.component.type === "video_grid" ? (vue.openBlock(), vue.createElementBlock("div",
|
|
48656
|
+
__props.component.type === "video_grid" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$c, [
|
|
48557
48657
|
vue.createElementVNode("video", {
|
|
48558
48658
|
onClick: ($event) => togglePlayPause(index),
|
|
48559
48659
|
ref_for: true,
|
|
@@ -48565,8 +48665,8 @@ ${escapeText(this.code(index, length))}
|
|
|
48565
48665
|
}, [
|
|
48566
48666
|
vue.createElementVNode("source", {
|
|
48567
48667
|
src: `${card.video}#t=2`
|
|
48568
|
-
}, null, 8,
|
|
48569
|
-
], 8,
|
|
48668
|
+
}, null, 8, _hoisted_4$b)
|
|
48669
|
+
], 8, _hoisted_3$c),
|
|
48570
48670
|
!isPlaying.value[index] ? (vue.openBlock(), vue.createBlock(vue.unref(PlayButton), {
|
|
48571
48671
|
key: 0,
|
|
48572
48672
|
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",
|
|
@@ -48577,9 +48677,9 @@ ${escapeText(this.code(index, length))}
|
|
|
48577
48677
|
src: card.image,
|
|
48578
48678
|
alt: "Card Image",
|
|
48579
48679
|
class: "w-full h-[281px] object-cover rounded-[16px] mb-4"
|
|
48580
|
-
}, null, 8,
|
|
48581
|
-
vue.createElementVNode("div",
|
|
48582
|
-
card.categories && card.categories.length ? (vue.openBlock(), vue.createElementBlock("div",
|
|
48680
|
+
}, null, 8, _hoisted_5$b)) : (vue.openBlock(), vue.createElementBlock("img", _hoisted_6$b)),
|
|
48681
|
+
vue.createElementVNode("div", _hoisted_7$b, [
|
|
48682
|
+
card.categories && card.categories.length ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_8$a, [
|
|
48583
48683
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(card.categories, (tag) => {
|
|
48584
48684
|
return vue.openBlock(), vue.createElementBlock("span", {
|
|
48585
48685
|
key: tag,
|
|
@@ -48598,20 +48698,20 @@ ${escapeText(this.code(index, length))}
|
|
|
48598
48698
|
target: "_blank",
|
|
48599
48699
|
rel: "noopener noreferrer"
|
|
48600
48700
|
}, [
|
|
48601
|
-
vue.createElementVNode("div",
|
|
48701
|
+
vue.createElementVNode("div", _hoisted_10$7, [
|
|
48602
48702
|
vue.createElementVNode("span", {
|
|
48603
48703
|
class: "w-5/6 leading-[28px]",
|
|
48604
48704
|
innerHTML: card.title
|
|
48605
|
-
}, null, 8,
|
|
48705
|
+
}, null, 8, _hoisted_11$6),
|
|
48606
48706
|
vue.createVNode(vue.unref(ArrowUpRight), { class: "w-5 h-5 mt-1" })
|
|
48607
48707
|
])
|
|
48608
|
-
], 8,
|
|
48609
|
-
vue.createElementVNode("p",
|
|
48708
|
+
], 8, _hoisted_9$a)) : vue.createCommentVNode("", true),
|
|
48709
|
+
vue.createElementVNode("p", _hoisted_12$5, vue.toDisplayString(card.dateTime), 1)
|
|
48610
48710
|
])
|
|
48611
48711
|
]);
|
|
48612
48712
|
}), 128))
|
|
48613
48713
|
]),
|
|
48614
|
-
Object.keys(vue.unref(button)).length && ((
|
|
48714
|
+
Object.keys(vue.unref(button)).length && ((_b2 = vue.unref(button)) == null ? void 0 : _b2.show) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_13$3, [
|
|
48615
48715
|
vue.createElementVNode("a", {
|
|
48616
48716
|
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",
|
|
48617
48717
|
href: vue.unref(formatUrl)(vue.unref(button).url),
|
|
@@ -48619,15 +48719,14 @@ ${escapeText(this.code(index, length))}
|
|
|
48619
48719
|
}, [
|
|
48620
48720
|
vue.createTextVNode(vue.toDisplayString(vue.unref(button).title) + " ", 1),
|
|
48621
48721
|
vue.createVNode(vue.unref(ArrowUpRight), { class: "w-5 h-5" })
|
|
48622
|
-
], 8,
|
|
48722
|
+
], 8, _hoisted_14$3)
|
|
48623
48723
|
])) : vue.createCommentVNode("", true)
|
|
48624
|
-
]);
|
|
48724
|
+
], 2);
|
|
48625
48725
|
};
|
|
48626
48726
|
}
|
|
48627
48727
|
};
|
|
48628
|
-
const CollectionGridPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-
|
|
48728
|
+
const CollectionGridPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-0fff82fb"]]);
|
|
48629
48729
|
const _hoisted_1$k = { class: "overflow-hidden" };
|
|
48630
|
-
const _hoisted_2$c = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full pt-[40px]" };
|
|
48631
48730
|
const _sfc_main$d = {
|
|
48632
48731
|
__name: "CollectionGrid",
|
|
48633
48732
|
props: {
|
|
@@ -48651,15 +48750,18 @@ ${escapeText(this.code(index, length))}
|
|
|
48651
48750
|
return componentMaps.value[component == null ? void 0 : component.type];
|
|
48652
48751
|
};
|
|
48653
48752
|
return (_ctx, _cache) => {
|
|
48753
|
+
var _a;
|
|
48654
48754
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$k, [
|
|
48655
|
-
vue.createElementVNode("div",
|
|
48755
|
+
vue.createElementVNode("div", {
|
|
48756
|
+
class: vue.normalizeClass(["max-w-[1640px] md:px-[120px] mx-auto w-full pt-[40px]", { "!pt-0": section.value.hasOwnProperty("padding_top") && !((_a = section.value) == null ? void 0 : _a.padding_top) }])
|
|
48757
|
+
}, [
|
|
48656
48758
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(section.value.components, (component, index) => {
|
|
48657
48759
|
return vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(currentComponent(component)), {
|
|
48658
48760
|
key: index,
|
|
48659
48761
|
component
|
|
48660
48762
|
}, null, 8, ["component"]);
|
|
48661
48763
|
}), 128))
|
|
48662
|
-
])
|
|
48764
|
+
], 2)
|
|
48663
48765
|
]);
|
|
48664
48766
|
};
|
|
48665
48767
|
}
|
|
@@ -48709,11 +48811,17 @@ ${escapeText(this.code(index, length))}
|
|
|
48709
48811
|
}
|
|
48710
48812
|
};
|
|
48711
48813
|
const _hoisted_1$i = { class: "overflow-hidden mt-4" };
|
|
48712
|
-
const _hoisted_2$a = { class: "
|
|
48713
|
-
const _hoisted_3$a = { class: "
|
|
48714
|
-
const _hoisted_4$a =
|
|
48715
|
-
const _hoisted_5$a =
|
|
48716
|
-
const _hoisted_6$a = ["
|
|
48814
|
+
const _hoisted_2$a = { class: "text-[36px] text-gray-900 font-semibold" };
|
|
48815
|
+
const _hoisted_3$a = { class: "all-unset" };
|
|
48816
|
+
const _hoisted_4$a = ["innerHTML"];
|
|
48817
|
+
const _hoisted_5$a = { key: 0 };
|
|
48818
|
+
const _hoisted_6$a = ["href"];
|
|
48819
|
+
const _hoisted_7$a = {
|
|
48820
|
+
key: 0,
|
|
48821
|
+
class: "w-full h-full relative"
|
|
48822
|
+
};
|
|
48823
|
+
const _hoisted_8$9 = ["src"];
|
|
48824
|
+
const _hoisted_9$9 = ["src"];
|
|
48717
48825
|
const _sfc_main$b = {
|
|
48718
48826
|
__name: "Paragraph",
|
|
48719
48827
|
props: {
|
|
@@ -48727,41 +48835,92 @@ ${escapeText(this.code(index, length))}
|
|
|
48727
48835
|
const leftColumn = vue.ref(null);
|
|
48728
48836
|
const rightColumn = vue.ref(null);
|
|
48729
48837
|
const section = vue.ref(props.section);
|
|
48838
|
+
const videoPlayer = vue.ref(null);
|
|
48839
|
+
const isPlaying = vue.ref(false);
|
|
48840
|
+
const component = vue.computed(() => {
|
|
48841
|
+
return section.value.components[0];
|
|
48842
|
+
});
|
|
48843
|
+
const button = vue.computed(() => {
|
|
48844
|
+
var _a;
|
|
48845
|
+
return ((_a = component.value) == null ? void 0 : _a.button) || {};
|
|
48846
|
+
});
|
|
48730
48847
|
vue.onMounted(() => {
|
|
48731
48848
|
if (leftColumn.value && rightColumn.value) {
|
|
48732
48849
|
rightColumn.value.style.height = `${leftColumn.value.offsetHeight}px`;
|
|
48733
48850
|
}
|
|
48734
48851
|
});
|
|
48852
|
+
const togglePlayPause = () => {
|
|
48853
|
+
var _a;
|
|
48854
|
+
if (!videoPlayer.value) {
|
|
48855
|
+
return;
|
|
48856
|
+
}
|
|
48857
|
+
if ((_a = videoPlayer.value) == null ? void 0 : _a.paused) {
|
|
48858
|
+
videoPlayer.value.play();
|
|
48859
|
+
isPlaying.value = true;
|
|
48860
|
+
} else {
|
|
48861
|
+
videoPlayer.value.pause();
|
|
48862
|
+
isPlaying.value = false;
|
|
48863
|
+
}
|
|
48864
|
+
};
|
|
48735
48865
|
return (_ctx, _cache) => {
|
|
48736
|
-
var _a, _b, _c;
|
|
48866
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
48737
48867
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$i, [
|
|
48738
|
-
vue.createElementVNode("div",
|
|
48739
|
-
((_a = section.value
|
|
48868
|
+
vue.createElementVNode("div", {
|
|
48869
|
+
class: vue.normalizeClass(["max-w-[1640px] md:px-[120px] mx-auto w-full pt-4 mb-4 flex gap-16 items-center", { "flex-row-reverse mt-6 !mb-10": (_a = section.value) == null ? void 0 : _a.revert }])
|
|
48870
|
+
}, [
|
|
48871
|
+
((_b = component.value) == null ? void 0 : _b.title) ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
48740
48872
|
key: 0,
|
|
48741
|
-
class: "max-w-[800px] py-4",
|
|
48873
|
+
class: vue.normalizeClass(["max-w-[800px] py-4", { "!max-w-full w-full": (_c = section.value) == null ? void 0 : _c.is_full_width }]),
|
|
48742
48874
|
ref_key: "leftColumn",
|
|
48743
48875
|
ref: leftColumn
|
|
48744
48876
|
}, [
|
|
48745
|
-
vue.createElementVNode("h3",
|
|
48746
|
-
vue.createElementVNode("div",
|
|
48877
|
+
vue.createElementVNode("h3", _hoisted_2$a, vue.toDisplayString(component.value.title), 1),
|
|
48878
|
+
vue.createElementVNode("div", _hoisted_3$a, [
|
|
48747
48879
|
vue.createElementVNode("div", {
|
|
48748
|
-
innerHTML:
|
|
48749
|
-
}, null, 8,
|
|
48880
|
+
innerHTML: component.value.paragraph
|
|
48881
|
+
}, null, 8, _hoisted_4$a),
|
|
48882
|
+
((_d = component.value) == null ? void 0 : _d.hasOwnProperty("button")) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$a, [
|
|
48883
|
+
vue.createElementVNode("a", {
|
|
48884
|
+
href: button.value.url,
|
|
48885
|
+
class: "inline-flex items-center gap-2 !no-underline px-3 py-2.5 rounded-full shadow-xs text-md font-semibold !text-white bg-brand-600 hover:bg-brand-700 border border-brand-600 text-center cursor-pointer"
|
|
48886
|
+
}, [
|
|
48887
|
+
vue.createTextVNode(vue.toDisplayString(button.value.title) + " ", 1),
|
|
48888
|
+
vue.createVNode(vue.unref(ArrowUpRight), { class: "w-5 h-5" })
|
|
48889
|
+
], 8, _hoisted_6$a)
|
|
48890
|
+
])) : vue.createCommentVNode("", true)
|
|
48750
48891
|
])
|
|
48751
|
-
],
|
|
48752
|
-
((
|
|
48892
|
+
], 2)) : vue.createCommentVNode("", true),
|
|
48893
|
+
((_e = component.value) == null ? void 0 : _e.featured_image) ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
48753
48894
|
key: 1,
|
|
48754
|
-
class: "w-full rounded-[24px]",
|
|
48895
|
+
class: "w-full max-w-[536px] rounded-[24px] overflow-hidden",
|
|
48755
48896
|
ref_key: "rightColumn",
|
|
48756
48897
|
ref: rightColumn
|
|
48757
48898
|
}, [
|
|
48758
|
-
vue.
|
|
48759
|
-
|
|
48899
|
+
((_f = component.value) == null ? void 0 : _f.source_type) === "video" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_7$a, [
|
|
48900
|
+
vue.createElementVNode("video", {
|
|
48901
|
+
onClick: togglePlayPause,
|
|
48902
|
+
preload: "metadata",
|
|
48903
|
+
ref_key: "videoPlayer",
|
|
48904
|
+
ref: videoPlayer,
|
|
48905
|
+
class: "h-full w-full object-cover"
|
|
48906
|
+
}, [
|
|
48907
|
+
vue.createElementVNode("source", {
|
|
48908
|
+
src: `${(_g = component.value) == null ? void 0 : _g.featured_image}#t=2`
|
|
48909
|
+
}, null, 8, _hoisted_8$9)
|
|
48910
|
+
], 512),
|
|
48911
|
+
!isPlaying.value ? (vue.openBlock(), vue.createBlock(vue.unref(PlayButton), {
|
|
48912
|
+
key: 0,
|
|
48913
|
+
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",
|
|
48914
|
+
onClick: togglePlayPause
|
|
48915
|
+
})) : vue.createCommentVNode("", true)
|
|
48916
|
+
])) : (vue.openBlock(), vue.createElementBlock("img", {
|
|
48917
|
+
key: 1,
|
|
48918
|
+
src: (_h = component.value) == null ? void 0 : _h.featured_image,
|
|
48760
48919
|
alt: "Feature Image",
|
|
48761
48920
|
class: "w-full h-full object-cover rounded-[24px]"
|
|
48762
|
-
}, null, 8,
|
|
48921
|
+
}, null, 8, _hoisted_9$9))
|
|
48763
48922
|
], 512)) : vue.createCommentVNode("", true)
|
|
48764
|
-
])
|
|
48923
|
+
], 2)
|
|
48765
48924
|
]);
|
|
48766
48925
|
};
|
|
48767
48926
|
}
|
|
@@ -48781,7 +48940,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48781
48940
|
class: "my-[44px]"
|
|
48782
48941
|
};
|
|
48783
48942
|
const _hoisted_9$8 = { class: "text-[36px] text-gray-900 font-semibold" };
|
|
48784
|
-
const _hoisted_10$
|
|
48943
|
+
const _hoisted_10$6 = ["innerHTML"];
|
|
48785
48944
|
const _hoisted_11$5 = {
|
|
48786
48945
|
key: 0,
|
|
48787
48946
|
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"
|
|
@@ -48868,7 +49027,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48868
49027
|
key: 0,
|
|
48869
49028
|
class: "text-[20px] font-normal mt-4 text-gray-600 leading-[30px]",
|
|
48870
49029
|
innerHTML: headerComponent.value.supporting_text
|
|
48871
|
-
}, null, 8, _hoisted_10$
|
|
49030
|
+
}, null, 8, _hoisted_10$6)) : vue.createCommentVNode("", true)
|
|
48872
49031
|
], 2)) : vue.createCommentVNode("", true),
|
|
48873
49032
|
vue.createElementVNode("div", {
|
|
48874
49033
|
class: vue.normalizeClass(featureItemsComponent.value.hasOwnProperty("grid_columns") ? "" : "flex flex-row gap-8")
|
|
@@ -48932,7 +49091,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48932
49091
|
const _hoisted_7$8 = { class: "mt-4" };
|
|
48933
49092
|
const _hoisted_8$7 = { class: "flex flex-row" };
|
|
48934
49093
|
const _hoisted_9$7 = { class: "w-1/5 mr-[40px] relative" };
|
|
48935
|
-
const _hoisted_10$
|
|
49094
|
+
const _hoisted_10$5 = { class: "text-[24px] font-semibold text-navy-800" };
|
|
48936
49095
|
const _hoisted_11$4 = { class: "w-4/5" };
|
|
48937
49096
|
const _hoisted_12$3 = {
|
|
48938
49097
|
key: 0,
|
|
@@ -48975,7 +49134,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48975
49134
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(timelineComponent.value.data, (data2, index) => {
|
|
48976
49135
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_8$7, [
|
|
48977
49136
|
vue.createElementVNode("div", _hoisted_9$7, [
|
|
48978
|
-
vue.createElementVNode("h1", _hoisted_10$
|
|
49137
|
+
vue.createElementVNode("h1", _hoisted_10$5, vue.toDisplayString(data2.title), 1),
|
|
48979
49138
|
_cache[0] || (_cache[0] = vue.createElementVNode("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" }, [
|
|
48980
49139
|
vue.createElementVNode("p", { class: "w-[16px] h-[16px] rounded-full bg-navy-600" })
|
|
48981
49140
|
], -1)),
|
|
@@ -49151,7 +49310,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49151
49310
|
};
|
|
49152
49311
|
const _hoisted_8$5 = { class: "relative bg-white hover:bg-gray-100 p-2 rounded-lg w-full" };
|
|
49153
49312
|
const _hoisted_9$5 = ["href", "target"];
|
|
49154
|
-
const _hoisted_10$
|
|
49313
|
+
const _hoisted_10$4 = { class: "flex gap-4 items-center max-w-[94%] w-full" };
|
|
49155
49314
|
const _hoisted_11$3 = { class: "w-full" };
|
|
49156
49315
|
const _sfc_main$7 = {
|
|
49157
49316
|
__name: "LinkList",
|
|
@@ -49203,7 +49362,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49203
49362
|
href: vue.unref(formatUrl)(link.url),
|
|
49204
49363
|
target: link.open_in_new_tab ? "_blank" : ""
|
|
49205
49364
|
}, [
|
|
49206
|
-
vue.createElementVNode("div", _hoisted_10$
|
|
49365
|
+
vue.createElementVNode("div", _hoisted_10$4, [
|
|
49207
49366
|
vue.createVNode(vue.unref(LinkExternal), { class: "w-5 h-5" }),
|
|
49208
49367
|
vue.createElementVNode("span", _hoisted_11$3, vue.toDisplayString(link.title), 1)
|
|
49209
49368
|
]),
|
|
@@ -49245,10 +49404,11 @@ ${escapeText(this.code(index, length))}
|
|
|
49245
49404
|
};
|
|
49246
49405
|
const _hoisted_4$5 = { class: "text-[36px] text-gray-900 font-semibold" };
|
|
49247
49406
|
const _hoisted_5$5 = ["innerHTML"];
|
|
49248
|
-
const _hoisted_6$5 =
|
|
49249
|
-
const _hoisted_7$5 =
|
|
49250
|
-
const _hoisted_8$4 = { class: "
|
|
49251
|
-
const _hoisted_9$4 = { class: "
|
|
49407
|
+
const _hoisted_6$5 = { class: "mt-8" };
|
|
49408
|
+
const _hoisted_7$5 = ["textContent"];
|
|
49409
|
+
const _hoisted_8$4 = { class: "flex" };
|
|
49410
|
+
const _hoisted_9$4 = { class: "bg-gray-100 rounded-full w-[28px] h-[28px] flex items-center justify-center text-gray-500 mr-2" };
|
|
49411
|
+
const _hoisted_10$3 = { class: "text-lg text-gray-600 w-[97%]" };
|
|
49252
49412
|
const _sfc_main$6 = {
|
|
49253
49413
|
__name: "BulletPoints",
|
|
49254
49414
|
props: {
|
|
@@ -49265,8 +49425,8 @@ ${escapeText(this.code(index, length))}
|
|
|
49265
49425
|
const headerComponent = vue.computed(() => {
|
|
49266
49426
|
return section.value.components.find((component) => component.type === "header");
|
|
49267
49427
|
});
|
|
49268
|
-
const
|
|
49269
|
-
return section.value.components.
|
|
49428
|
+
const bulletPointsComponents = vue.computed(() => {
|
|
49429
|
+
return section.value.components.filter((component) => component.type === "bullet_points");
|
|
49270
49430
|
});
|
|
49271
49431
|
vue.onMounted(() => {
|
|
49272
49432
|
if (leftColumn.value && rightColumn.value) {
|
|
@@ -49274,7 +49434,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49274
49434
|
}
|
|
49275
49435
|
});
|
|
49276
49436
|
return (_ctx, _cache) => {
|
|
49277
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j
|
|
49437
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j;
|
|
49278
49438
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$b, [
|
|
49279
49439
|
vue.createElementVNode("div", {
|
|
49280
49440
|
class: vue.normalizeClass({ "bg-gray-50 py-2 my-6": (_a = section.value) == null ? void 0 : _a.has_background, "my-8": (_b = section.value) == null ? void 0 : _b.margin })
|
|
@@ -49310,24 +49470,28 @@ ${escapeText(this.code(index, length))}
|
|
|
49310
49470
|
innerHTML: headerComponent.value.supporting_text
|
|
49311
49471
|
}, null, 8, _hoisted_5$5)) : vue.createCommentVNode("", true)
|
|
49312
49472
|
]),
|
|
49313
|
-
|
|
49314
|
-
|
|
49315
|
-
|
|
49316
|
-
|
|
49317
|
-
|
|
49318
|
-
|
|
49319
|
-
|
|
49320
|
-
|
|
49321
|
-
|
|
49322
|
-
|
|
49323
|
-
|
|
49324
|
-
vue.
|
|
49325
|
-
vue.
|
|
49326
|
-
|
|
49327
|
-
|
|
49328
|
-
|
|
49329
|
-
|
|
49330
|
-
|
|
49473
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(bulletPointsComponents.value, (bullet) => {
|
|
49474
|
+
var _a2, _b2;
|
|
49475
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_6$5, [
|
|
49476
|
+
(bullet == null ? void 0 : bullet.title) ? (vue.openBlock(), vue.createElementBlock("p", {
|
|
49477
|
+
key: 0,
|
|
49478
|
+
textContent: vue.toDisplayString(bullet.title),
|
|
49479
|
+
class: "font-semibold text-[20px] mb-4"
|
|
49480
|
+
}, null, 8, _hoisted_7$5)) : vue.createCommentVNode("", true),
|
|
49481
|
+
vue.createElementVNode("div", {
|
|
49482
|
+
class: vue.normalizeClass(["flex flex-col gap-4", { "!grid grid-cols-3": !((_a2 = headerComponent.value) == null ? void 0 : _a2.featured_image) && !((_b2 = section.value) == null ? void 0 : _b2.two_column) }])
|
|
49483
|
+
}, [
|
|
49484
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(bullet.data, (item) => {
|
|
49485
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_8$4, [
|
|
49486
|
+
vue.createElementVNode("div", _hoisted_9$4, [
|
|
49487
|
+
vue.createVNode(vue.unref(CheckIcon), { class: "w-4 h-4" })
|
|
49488
|
+
]),
|
|
49489
|
+
vue.createElementVNode("p", _hoisted_10$3, vue.toDisplayString(item.title), 1)
|
|
49490
|
+
]);
|
|
49491
|
+
}), 256))
|
|
49492
|
+
], 2)
|
|
49493
|
+
]);
|
|
49494
|
+
}), 256))
|
|
49331
49495
|
], 2)) : vue.createCommentVNode("", true)
|
|
49332
49496
|
], 2)
|
|
49333
49497
|
], 2)
|
|
@@ -49657,7 +49821,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49657
49821
|
]),
|
|
49658
49822
|
show.value[index2] ? (vue.openBlock(), vue.createElementBlock("p", {
|
|
49659
49823
|
key: 0,
|
|
49660
|
-
class: "mt-2 text-gray-600 leading-[24px]",
|
|
49824
|
+
class: "mt-2 text-gray-600 leading-[24px] all-unset",
|
|
49661
49825
|
innerHTML: link.supporting_text
|
|
49662
49826
|
}, null, 8, _hoisted_12$1)) : vue.createCommentVNode("", true)
|
|
49663
49827
|
]);
|
|
@@ -49756,7 +49920,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49756
49920
|
emits: ["update"],
|
|
49757
49921
|
setup(__props, { emit: __emit }) {
|
|
49758
49922
|
var _a, _b;
|
|
49759
|
-
const VFileUpload = vue.inject("VFileUpload", _sfc_main$
|
|
49923
|
+
const VFileUpload = vue.inject("VFileUpload", _sfc_main$K);
|
|
49760
49924
|
const emit = __emit;
|
|
49761
49925
|
const props = __props;
|
|
49762
49926
|
const hasLines = vue.computed(() => {
|
|
@@ -49843,11 +50007,11 @@ ${escapeText(this.code(index, length))}
|
|
|
49843
50007
|
}, [
|
|
49844
50008
|
vue.createElementVNode("div", _hoisted_10, [
|
|
49845
50009
|
vue.createElementVNode("p", _hoisted_11, " Event #" + vue.toDisplayString(index + 1), 1),
|
|
49846
|
-
vue.createVNode(_sfc_main$
|
|
50010
|
+
vue.createVNode(_sfc_main$O, {
|
|
49847
50011
|
onRemoveItem: ($event) => handleDeleteItem(index)
|
|
49848
50012
|
}, null, 8, ["onRemoveItem"])
|
|
49849
50013
|
]),
|
|
49850
|
-
vue.createVNode(_sfc_main$
|
|
50014
|
+
vue.createVNode(_sfc_main$L, {
|
|
49851
50015
|
"is-vertical": "",
|
|
49852
50016
|
field: "line.title",
|
|
49853
50017
|
"label-text": "Heading *",
|
|
@@ -49867,7 +50031,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49867
50031
|
]),
|
|
49868
50032
|
_: 2
|
|
49869
50033
|
}, 1032, ["value"]),
|
|
49870
|
-
vue.createVNode(_sfc_main$
|
|
50034
|
+
vue.createVNode(_sfc_main$L, {
|
|
49871
50035
|
"is-vertical": "",
|
|
49872
50036
|
field: "line.description",
|
|
49873
50037
|
"label-text": "Description *",
|
|
@@ -49892,7 +50056,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49892
50056
|
}, {
|
|
49893
50057
|
default: vue.withCtx(() => [
|
|
49894
50058
|
vue.createElementVNode("div", _hoisted_13, [
|
|
49895
|
-
vue.createVNode(_sfc_main$
|
|
50059
|
+
vue.createVNode(_sfc_main$L, {
|
|
49896
50060
|
"is-vertical": "",
|
|
49897
50061
|
field: "title",
|
|
49898
50062
|
"label-text": "Title *",
|
|
@@ -49914,7 +50078,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49914
50078
|
]),
|
|
49915
50079
|
_: 1
|
|
49916
50080
|
}, 8, ["value"]),
|
|
49917
|
-
vue.createVNode(_sfc_main$
|
|
50081
|
+
vue.createVNode(_sfc_main$L, {
|
|
49918
50082
|
"is-vertical": "",
|
|
49919
50083
|
field: "description",
|
|
49920
50084
|
"label-text": "Description *",
|
|
@@ -49952,7 +50116,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49952
50116
|
supporting_text: "Toggle off if you'd like to hide this item"
|
|
49953
50117
|
}, {
|
|
49954
50118
|
default: vue.withCtx(() => [
|
|
49955
|
-
vue.createVNode(_sfc_main$
|
|
50119
|
+
vue.createVNode(_sfc_main$J, {
|
|
49956
50120
|
modelValue: basicForm.value.public,
|
|
49957
50121
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => basicForm.value.public = $event),
|
|
49958
50122
|
name: "public",
|
|
@@ -49981,7 +50145,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49981
50145
|
supporting_text: "To indicate the time period of the events"
|
|
49982
50146
|
}, {
|
|
49983
50147
|
default: vue.withCtx(() => [
|
|
49984
|
-
vue.createVNode(_sfc_main$
|
|
50148
|
+
vue.createVNode(_sfc_main$L, {
|
|
49985
50149
|
"is-vertical": "",
|
|
49986
50150
|
field: "title",
|
|
49987
50151
|
"label-text": "Timeline item title *",
|
|
@@ -50011,7 +50175,7 @@ ${escapeText(this.code(index, length))}
|
|
|
50011
50175
|
supporting_text: "The title for the group of events under this time period"
|
|
50012
50176
|
}, {
|
|
50013
50177
|
default: vue.withCtx(() => [
|
|
50014
|
-
vue.createVNode(_sfc_main$
|
|
50178
|
+
vue.createVNode(_sfc_main$L, {
|
|
50015
50179
|
"is-vertical": "",
|
|
50016
50180
|
field: "title",
|
|
50017
50181
|
"label-text": "Event group title *",
|
|
@@ -50135,7 +50299,7 @@ ${escapeText(this.code(index, length))}
|
|
|
50135
50299
|
default: vue.withCtx(() => [
|
|
50136
50300
|
vue.createElementVNode("div", _hoisted_4, [
|
|
50137
50301
|
vue.createElementVNode("div", _hoisted_5, [
|
|
50138
|
-
vue.createVNode(_sfc_main$
|
|
50302
|
+
vue.createVNode(_sfc_main$L, {
|
|
50139
50303
|
"is-vertical": "",
|
|
50140
50304
|
field: "icon",
|
|
50141
50305
|
"label-text": "Icon *",
|
|
@@ -50150,7 +50314,7 @@ ${escapeText(this.code(index, length))}
|
|
|
50150
50314
|
]),
|
|
50151
50315
|
_: 1
|
|
50152
50316
|
}, 8, ["value"]),
|
|
50153
|
-
vue.createVNode(_sfc_main$
|
|
50317
|
+
vue.createVNode(_sfc_main$L, {
|
|
50154
50318
|
"is-vertical": "",
|
|
50155
50319
|
field: "title",
|
|
50156
50320
|
"label-text": "Title *",
|
|
@@ -50173,7 +50337,7 @@ ${escapeText(this.code(index, length))}
|
|
|
50173
50337
|
_: 1
|
|
50174
50338
|
}, 8, ["value"])
|
|
50175
50339
|
]),
|
|
50176
|
-
vue.createVNode(_sfc_main$
|
|
50340
|
+
vue.createVNode(_sfc_main$L, {
|
|
50177
50341
|
"is-vertical": "",
|
|
50178
50342
|
field: "description",
|
|
50179
50343
|
"label-text": "Supporting Text *",
|
|
@@ -50205,7 +50369,7 @@ ${escapeText(this.code(index, length))}
|
|
|
50205
50369
|
supporting_text: "Toggle off if you'd like to hide this item"
|
|
50206
50370
|
}, {
|
|
50207
50371
|
default: vue.withCtx(() => [
|
|
50208
|
-
vue.createVNode(_sfc_main$
|
|
50372
|
+
vue.createVNode(_sfc_main$J, {
|
|
50209
50373
|
modelValue: form.value.public,
|
|
50210
50374
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => form.value.public = $event),
|
|
50211
50375
|
name: "public",
|