@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.es.js
CHANGED
|
@@ -2,14 +2,14 @@ var __defProp = Object.defineProperty;
|
|
|
2
2
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
3
|
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
4
4
|
import { createElementBlock, openBlock, createElementVNode, createStaticVNode, ref, resolveDirective, withDirectives, createCommentVNode, createVNode, unref, defineComponent, reactive, computed, normalizeClass, Transition, withCtx, renderSlot, toDisplayString, withModifiers, Fragment, renderList, createTextVNode, onMounted, vShow, mergeModels, useModel, vModelSelect, createBlock, vModelText, inject, vModelRadio, resolveDynamicComponent, shallowRef, watch, vModelDynamic, onBeforeUnmount, nextTick, markRaw, h, shallowReactive, watchEffect, provide, toRefs, useId, getCurrentInstance, onUnmounted, onUpdated, cloneVNode, normalizeStyle } from "vue";
|
|
5
|
-
const _hoisted_1$
|
|
5
|
+
const _hoisted_1$jG = {
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7
7
|
fill: "none",
|
|
8
8
|
stroke: "currentColor",
|
|
9
9
|
viewBox: "0 0 24 24"
|
|
10
10
|
};
|
|
11
11
|
function render$iX(_ctx, _cache) {
|
|
12
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
12
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$jG, _cache[0] || (_cache[0] = [
|
|
13
13
|
createElementVNode("path", {
|
|
14
14
|
"stroke-linecap": "round",
|
|
15
15
|
"stroke-linejoin": "round",
|
|
@@ -19,14 +19,14 @@ function render$iX(_ctx, _cache) {
|
|
|
19
19
|
]));
|
|
20
20
|
}
|
|
21
21
|
const ChevronRight = { render: render$iX };
|
|
22
|
-
const _hoisted_1$
|
|
22
|
+
const _hoisted_1$jF = {
|
|
23
23
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24
24
|
fill: "none",
|
|
25
25
|
stroke: "currentColor",
|
|
26
26
|
viewBox: "0 0 24 24"
|
|
27
27
|
};
|
|
28
28
|
function render$iW(_ctx, _cache) {
|
|
29
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
29
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$jF, _cache[0] || (_cache[0] = [
|
|
30
30
|
createElementVNode("path", {
|
|
31
31
|
"stroke-linecap": "round",
|
|
32
32
|
"stroke-linejoin": "round",
|
|
@@ -43,19 +43,19 @@ const _export_sfc = (sfc, props) => {
|
|
|
43
43
|
}
|
|
44
44
|
return target;
|
|
45
45
|
};
|
|
46
|
-
const _sfc_main$
|
|
46
|
+
const _sfc_main$P = {};
|
|
47
47
|
function _sfc_render$1(_ctx, _cache) {
|
|
48
48
|
return _cache[0] || (_cache[0] = 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));
|
|
49
49
|
}
|
|
50
|
-
const Instructions = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
51
|
-
const _hoisted_1$
|
|
50
|
+
const Instructions = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["render", _sfc_render$1]]);
|
|
51
|
+
const _hoisted_1$jE = {
|
|
52
52
|
xmlns: "http://www.w3.org/2000/svg",
|
|
53
53
|
fill: "none",
|
|
54
54
|
stroke: "currentColor",
|
|
55
55
|
viewBox: "0 0 24 24"
|
|
56
56
|
};
|
|
57
57
|
function render$iV(_ctx, _cache) {
|
|
58
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
58
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$jE, _cache[0] || (_cache[0] = [
|
|
59
59
|
createElementVNode("path", {
|
|
60
60
|
"stroke-linecap": "round",
|
|
61
61
|
"stroke-linejoin": "round",
|
|
@@ -180,14 +180,14 @@ function createLink(overrides = {}, type = null) {
|
|
|
180
180
|
...overrides || {}
|
|
181
181
|
};
|
|
182
182
|
}
|
|
183
|
-
const _hoisted_1$
|
|
183
|
+
const _hoisted_1$jD = {
|
|
184
184
|
xmlns: "http://www.w3.org/2000/svg",
|
|
185
185
|
fill: "none",
|
|
186
186
|
stroke: "currentColor",
|
|
187
187
|
viewBox: "0 0 24 24"
|
|
188
188
|
};
|
|
189
189
|
function render$iU(_ctx, _cache) {
|
|
190
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
190
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$jD, _cache[0] || (_cache[0] = [
|
|
191
191
|
createElementVNode("path", {
|
|
192
192
|
"stroke-linecap": "round",
|
|
193
193
|
"stroke-linejoin": "round",
|
|
@@ -197,14 +197,14 @@ function render$iU(_ctx, _cache) {
|
|
|
197
197
|
]));
|
|
198
198
|
}
|
|
199
199
|
const DotsHorizontal = { render: render$iU };
|
|
200
|
-
const _hoisted_1$
|
|
200
|
+
const _hoisted_1$jC = {
|
|
201
201
|
xmlns: "http://www.w3.org/2000/svg",
|
|
202
202
|
fill: "none",
|
|
203
203
|
stroke: "currentColor",
|
|
204
204
|
viewBox: "0 0 24 24"
|
|
205
205
|
};
|
|
206
206
|
function render$iT(_ctx, _cache) {
|
|
207
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
207
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$jC, _cache[0] || (_cache[0] = [
|
|
208
208
|
createElementVNode("path", {
|
|
209
209
|
"stroke-linecap": "round",
|
|
210
210
|
"stroke-linejoin": "round",
|
|
@@ -214,14 +214,14 @@ function render$iT(_ctx, _cache) {
|
|
|
214
214
|
]));
|
|
215
215
|
}
|
|
216
216
|
const TrashICon = { render: render$iT };
|
|
217
|
-
const _hoisted_1$
|
|
217
|
+
const _hoisted_1$jB = {
|
|
218
218
|
xmlns: "http://www.w3.org/2000/svg",
|
|
219
219
|
fill: "none",
|
|
220
220
|
stroke: "currentColor",
|
|
221
221
|
viewBox: "0 0 24 24"
|
|
222
222
|
};
|
|
223
223
|
function render$iS(_ctx, _cache) {
|
|
224
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
224
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$jB, _cache[0] || (_cache[0] = [
|
|
225
225
|
createElementVNode("path", {
|
|
226
226
|
"stroke-linecap": "round",
|
|
227
227
|
"stroke-linejoin": "round",
|
|
@@ -244,7 +244,7 @@ const useClickOutside = {
|
|
|
244
244
|
document.removeEventListener("click", el.clickOutsideEvent);
|
|
245
245
|
}
|
|
246
246
|
};
|
|
247
|
-
const _hoisted_1$
|
|
247
|
+
const _hoisted_1$jA = { class: "relative z-50" };
|
|
248
248
|
const _hoisted_2$G = {
|
|
249
249
|
key: 0,
|
|
250
250
|
class: "absolute -left-60 top-6 w-[240px] rounded-lg border border-gray-200 bg-white text-sm"
|
|
@@ -254,7 +254,7 @@ const __default__$1 = {
|
|
|
254
254
|
clickOutside: useClickOutside
|
|
255
255
|
}
|
|
256
256
|
};
|
|
257
|
-
const _sfc_main$
|
|
257
|
+
const _sfc_main$O = /* @__PURE__ */ Object.assign(__default__$1, {
|
|
258
258
|
__name: "ActionMenu",
|
|
259
259
|
props: {
|
|
260
260
|
enableEdit: {
|
|
@@ -282,7 +282,7 @@ const _sfc_main$N = /* @__PURE__ */ Object.assign(__default__$1, {
|
|
|
282
282
|
};
|
|
283
283
|
return (_ctx, _cache) => {
|
|
284
284
|
const _directive_click_outside = resolveDirective("click-outside");
|
|
285
|
-
return withDirectives((openBlock(), createElementBlock("div", _hoisted_1$
|
|
285
|
+
return withDirectives((openBlock(), createElementBlock("div", _hoisted_1$jA, [
|
|
286
286
|
createElementVNode("div", {
|
|
287
287
|
class: "cursor-pointer text-gray-600 rounded-full hover:bg-gray-50 p-2.5 block",
|
|
288
288
|
onClick: _cache[0] || (_cache[0] = ($event) => open.value = !open.value)
|
|
@@ -312,14 +312,14 @@ const _sfc_main$N = /* @__PURE__ */ Object.assign(__default__$1, {
|
|
|
312
312
|
};
|
|
313
313
|
}
|
|
314
314
|
});
|
|
315
|
-
const _hoisted_1$
|
|
315
|
+
const _hoisted_1$jz = {
|
|
316
316
|
xmlns: "http://www.w3.org/2000/svg",
|
|
317
317
|
fill: "none",
|
|
318
318
|
stroke: "currentColor",
|
|
319
319
|
viewBox: "0 0 24 24"
|
|
320
320
|
};
|
|
321
321
|
function render$iR(_ctx, _cache) {
|
|
322
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
322
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$jz, _cache[0] || (_cache[0] = [
|
|
323
323
|
createElementVNode("path", {
|
|
324
324
|
"stroke-linecap": "round",
|
|
325
325
|
"stroke-linejoin": "round",
|
|
@@ -329,19 +329,19 @@ function render$iR(_ctx, _cache) {
|
|
|
329
329
|
]));
|
|
330
330
|
}
|
|
331
331
|
const CloseIcon = { render: render$iR };
|
|
332
|
-
const _hoisted_1$
|
|
332
|
+
const _hoisted_1$jy = {
|
|
333
333
|
key: 0,
|
|
334
334
|
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"
|
|
335
335
|
};
|
|
336
336
|
const _hoisted_2$F = { class: "p-6 flex justify-between flex-col" };
|
|
337
337
|
const _hoisted_3$x = { class: "flex justify-between" };
|
|
338
338
|
const _hoisted_4$t = { class: "p-2 rounded-full border-8 border-error-50 bg-error-100 text-error-600" };
|
|
339
|
-
const _hoisted_5$
|
|
339
|
+
const _hoisted_5$r = { class: "text-lg font-semibold text-gray-900 pb-2 pt-4" };
|
|
340
340
|
const _hoisted_6$o = { class: "text-sm text-gray-600 pb-4" };
|
|
341
|
-
const _hoisted_7$
|
|
342
|
-
const _hoisted_8$
|
|
343
|
-
const _hoisted_9$
|
|
344
|
-
const _sfc_main$
|
|
341
|
+
const _hoisted_7$o = { class: "flex justify-between space-x-xsSpace pt-xsSpace gap-4" };
|
|
342
|
+
const _hoisted_8$m = ["textContent"];
|
|
343
|
+
const _hoisted_9$l = ["textContent"];
|
|
344
|
+
const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
345
345
|
__name: "Modal",
|
|
346
346
|
props: {
|
|
347
347
|
entity: {
|
|
@@ -391,7 +391,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
391
391
|
}, [
|
|
392
392
|
createVNode(Transition, { name: "fade" }, {
|
|
393
393
|
default: withCtx(() => [
|
|
394
|
-
isOpen.value ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
394
|
+
isOpen.value ? (openBlock(), createElementBlock("div", _hoisted_1$jy, [
|
|
395
395
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
396
396
|
createElementVNode("div", {
|
|
397
397
|
class: normalizeClass(["relative min-h-[260px] overflow-y-auto flex", { "overflow-y-visible": !_ctx.scrollable }])
|
|
@@ -407,20 +407,20 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
407
407
|
onClick: close
|
|
408
408
|
})
|
|
409
409
|
]),
|
|
410
|
-
createElementVNode("h4", _hoisted_5$
|
|
410
|
+
createElementVNode("h4", _hoisted_5$r, "Delete this " + toDisplayString(__props.entity) + "?", 1),
|
|
411
411
|
createElementVNode("p", _hoisted_6$o, "Do you want to delete this " + toDisplayString(__props.entity) + "? This action cannot be undone.", 1)
|
|
412
412
|
]),
|
|
413
|
-
createElementVNode("div", _hoisted_7$
|
|
413
|
+
createElementVNode("div", _hoisted_7$o, [
|
|
414
414
|
createElementVNode("a", {
|
|
415
415
|
onClick: close,
|
|
416
416
|
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",
|
|
417
417
|
textContent: toDisplayString(cancelButton.value)
|
|
418
|
-
}, null, 8, _hoisted_8$
|
|
418
|
+
}, null, 8, _hoisted_8$m),
|
|
419
419
|
createElementVNode("a", {
|
|
420
420
|
onClick: withModifiers(confirm, ["prevent"]),
|
|
421
421
|
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",
|
|
422
422
|
textContent: toDisplayString(confirmButton.value)
|
|
423
|
-
}, null, 8, _hoisted_9$
|
|
423
|
+
}, null, 8, _hoisted_9$l)
|
|
424
424
|
])
|
|
425
425
|
])
|
|
426
426
|
], 2)
|
|
@@ -433,27 +433,27 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
433
433
|
};
|
|
434
434
|
}
|
|
435
435
|
});
|
|
436
|
-
const VModal = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
437
|
-
const _hoisted_1$
|
|
436
|
+
const VModal = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-fbfbcd3a"]]);
|
|
437
|
+
const _hoisted_1$jx = { class: "rounded-xl bg-gray-50 px-6 py-5" };
|
|
438
438
|
const _hoisted_2$E = { class: "flex justify-between pb-2" };
|
|
439
439
|
const _hoisted_3$w = { class: "text-lg font-semibold text-gray-900" };
|
|
440
440
|
const _hoisted_4$s = { class: "flex flex-col gap-4" };
|
|
441
|
-
const _hoisted_5$
|
|
441
|
+
const _hoisted_5$q = {
|
|
442
442
|
key: 0,
|
|
443
443
|
class: "text-gray-600 border-b border-gray-200 pb-4 text-sm"
|
|
444
444
|
};
|
|
445
445
|
const _hoisted_6$n = { class: "flex flex-col gap-3" };
|
|
446
|
-
const _hoisted_7$
|
|
447
|
-
const _hoisted_8$
|
|
448
|
-
const _hoisted_9$
|
|
449
|
-
const _hoisted_10$
|
|
446
|
+
const _hoisted_7$n = { class: "flex justify-between" };
|
|
447
|
+
const _hoisted_8$l = { class: "flex flex-col gap-1" };
|
|
448
|
+
const _hoisted_9$k = { class: "font-semibold text-gray-900" };
|
|
449
|
+
const _hoisted_10$g = { class: "text-sm text-gray-600" };
|
|
450
450
|
const _hoisted_11$e = ["disabled"];
|
|
451
451
|
const _hoisted_12$c = { class: "flex flex-col gap-3" };
|
|
452
452
|
const _hoisted_13$7 = ["onClick"];
|
|
453
453
|
const _hoisted_14$7 = ["onClick"];
|
|
454
|
-
const _hoisted_15$
|
|
454
|
+
const _hoisted_15$6 = { class: "text-xs text-gray-600" };
|
|
455
455
|
const _hoisted_16$4 = { class: "text-sm font-medium text-gray-900" };
|
|
456
|
-
const _sfc_main$
|
|
456
|
+
const _sfc_main$M = {
|
|
457
457
|
__name: "Items",
|
|
458
458
|
props: {
|
|
459
459
|
...defaultProps
|
|
@@ -502,17 +502,17 @@ const _sfc_main$L = {
|
|
|
502
502
|
};
|
|
503
503
|
return (_ctx, _cache) => {
|
|
504
504
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
505
|
-
createElementVNode("div", _hoisted_1$
|
|
505
|
+
createElementVNode("div", _hoisted_1$jx, [
|
|
506
506
|
createElementVNode("div", _hoisted_2$E, [
|
|
507
507
|
createElementVNode("p", _hoisted_3$w, toDisplayString(dataRef.value.name), 1)
|
|
508
508
|
]),
|
|
509
509
|
createElementVNode("div", _hoisted_4$s, [
|
|
510
|
-
dataRef.value.hasOwnProperty("supportive_text") ? (openBlock(), createElementBlock("div", _hoisted_5$
|
|
510
|
+
dataRef.value.hasOwnProperty("supportive_text") ? (openBlock(), createElementBlock("div", _hoisted_5$q, toDisplayString(dataRef.value.supportive_text), 1)) : createCommentVNode("", true),
|
|
511
511
|
createElementVNode("div", _hoisted_6$n, [
|
|
512
|
-
createElementVNode("div", _hoisted_7$
|
|
513
|
-
createElementVNode("div", _hoisted_8$
|
|
514
|
-
createElementVNode("div", _hoisted_9$
|
|
515
|
-
createElementVNode("div", _hoisted_10$
|
|
512
|
+
createElementVNode("div", _hoisted_7$n, [
|
|
513
|
+
createElementVNode("div", _hoisted_8$l, [
|
|
514
|
+
createElementVNode("div", _hoisted_9$k, toDisplayString(unref(parseName)(unref(type))), 1),
|
|
515
|
+
createElementVNode("div", _hoisted_10$g, "This " + toDisplayString(unref(singularize)(unref(type))) + " can contain up to " + toDisplayString(dataRef.value.max_items) + " " + toDisplayString(unref(parseName)(unref(type), false)), 1)
|
|
516
516
|
]),
|
|
517
517
|
createElementVNode("div", null, [
|
|
518
518
|
createElementVNode("button", {
|
|
@@ -541,10 +541,10 @@ const _sfc_main$L = {
|
|
|
541
541
|
class: "flex flex-1 flex-col cursor-pointer",
|
|
542
542
|
onClick: ($event) => edit(item, index)
|
|
543
543
|
}, [
|
|
544
|
-
createElementVNode("div", _hoisted_15$
|
|
544
|
+
createElementVNode("div", _hoisted_15$6, toDisplayString(unref(singularize)(unref(parseName)(unref(type)))) + " #" + toDisplayString(index + 1), 1),
|
|
545
545
|
createElementVNode("div", _hoisted_16$4, toDisplayString(item.title), 1)
|
|
546
546
|
], 8, _hoisted_14$7),
|
|
547
|
-
createVNode(_sfc_main$
|
|
547
|
+
createVNode(_sfc_main$O, {
|
|
548
548
|
onRemoveItem: ($event) => handleDeleteItem(index),
|
|
549
549
|
"enable-edit": true,
|
|
550
550
|
onEditItem: ($event) => edit(item, index)
|
|
@@ -566,7 +566,7 @@ const _sfc_main$L = {
|
|
|
566
566
|
};
|
|
567
567
|
}
|
|
568
568
|
};
|
|
569
|
-
const _hoisted_1$
|
|
569
|
+
const _hoisted_1$jw = ["for"];
|
|
570
570
|
const _hoisted_2$D = {
|
|
571
571
|
key: 0,
|
|
572
572
|
class: "v-field-label inline-block mb-2"
|
|
@@ -576,11 +576,11 @@ const _hoisted_4$r = {
|
|
|
576
576
|
key: 1,
|
|
577
577
|
class: "absolute right-0 -bottom-6 text-sm text-gray-600 font-normal"
|
|
578
578
|
};
|
|
579
|
-
const _hoisted_5$
|
|
579
|
+
const _hoisted_5$p = {
|
|
580
580
|
key: 2,
|
|
581
581
|
class: "absolute left-0 -bottom-6 text-sm text-gray-600 font-normal"
|
|
582
582
|
};
|
|
583
|
-
const _sfc_main$
|
|
583
|
+
const _sfc_main$L = {
|
|
584
584
|
__name: "InputWrapper",
|
|
585
585
|
props: {
|
|
586
586
|
field: {
|
|
@@ -627,8 +627,8 @@ const _sfc_main$K = {
|
|
|
627
627
|
])) : createCommentVNode("", true),
|
|
628
628
|
renderSlot(_ctx.$slots, "default"),
|
|
629
629
|
__props.limit ? (openBlock(), createElementBlock("span", _hoisted_4$r, toDisplayString((_a = __props.value) == null ? void 0 : _a.length) + "/" + toDisplayString(__props.limit) + " characters ", 1)) : createCommentVNode("", true),
|
|
630
|
-
__props.showCount ? (openBlock(), createElementBlock("span", _hoisted_5$
|
|
631
|
-
], 8, _hoisted_1$
|
|
630
|
+
__props.showCount ? (openBlock(), createElementBlock("span", _hoisted_5$p, " Word count: " + toDisplayString(__props.value), 1)) : createCommentVNode("", true)
|
|
631
|
+
], 8, _hoisted_1$jw);
|
|
632
632
|
};
|
|
633
633
|
}
|
|
634
634
|
};
|
|
@@ -11667,14 +11667,14 @@ function requireDropzone() {
|
|
|
11667
11667
|
}
|
|
11668
11668
|
var dropzoneExports = requireDropzone();
|
|
11669
11669
|
const Dropzone = /* @__PURE__ */ getDefaultExportFromCjs(dropzoneExports);
|
|
11670
|
-
const _hoisted_1$
|
|
11670
|
+
const _hoisted_1$jv = {
|
|
11671
11671
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11672
11672
|
fill: "none",
|
|
11673
11673
|
stroke: "currentColor",
|
|
11674
11674
|
viewBox: "0 0 24 24"
|
|
11675
11675
|
};
|
|
11676
11676
|
function render$iQ(_ctx, _cache) {
|
|
11677
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
11677
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$jv, _cache[0] || (_cache[0] = [
|
|
11678
11678
|
createElementVNode("path", {
|
|
11679
11679
|
"stroke-linecap": "round",
|
|
11680
11680
|
"stroke-linejoin": "round",
|
|
@@ -11684,25 +11684,25 @@ function render$iQ(_ctx, _cache) {
|
|
|
11684
11684
|
]));
|
|
11685
11685
|
}
|
|
11686
11686
|
const UploadCloud = { render: render$iQ };
|
|
11687
|
-
const _hoisted_1$
|
|
11687
|
+
const _hoisted_1$ju = { class: "file-upload" };
|
|
11688
11688
|
const _hoisted_2$C = ["name", "value"];
|
|
11689
11689
|
const _hoisted_3$u = {
|
|
11690
11690
|
key: 0,
|
|
11691
11691
|
class: "preview"
|
|
11692
11692
|
};
|
|
11693
11693
|
const _hoisted_4$q = { class: "file-upload-preview" };
|
|
11694
|
-
const _hoisted_5$
|
|
11694
|
+
const _hoisted_5$o = ["src"];
|
|
11695
11695
|
const _hoisted_6$m = {
|
|
11696
11696
|
key: 1,
|
|
11697
11697
|
class: "preview"
|
|
11698
11698
|
};
|
|
11699
|
-
const _hoisted_7$
|
|
11700
|
-
const _hoisted_8$
|
|
11701
|
-
const _hoisted_9$
|
|
11702
|
-
const _hoisted_10$
|
|
11699
|
+
const _hoisted_7$m = { class: "file-upload-preview" };
|
|
11700
|
+
const _hoisted_8$k = ["src", "title"];
|
|
11701
|
+
const _hoisted_9$j = ["href"];
|
|
11702
|
+
const _hoisted_10$f = { class: "file-upload-title" };
|
|
11703
11703
|
const _hoisted_11$d = { class: "file-upload-file-remove" };
|
|
11704
11704
|
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" };
|
|
11705
|
-
const _sfc_main$
|
|
11705
|
+
const _sfc_main$K = {
|
|
11706
11706
|
__name: "FileUpload",
|
|
11707
11707
|
props: {
|
|
11708
11708
|
name: {
|
|
@@ -11776,7 +11776,7 @@ const _sfc_main$J = {
|
|
|
11776
11776
|
file.value = props.modelValue;
|
|
11777
11777
|
});
|
|
11778
11778
|
return (_ctx, _cache) => {
|
|
11779
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
11779
|
+
return openBlock(), createElementBlock("div", _hoisted_1$ju, [
|
|
11780
11780
|
createElementVNode("input", {
|
|
11781
11781
|
type: "hidden",
|
|
11782
11782
|
name: __props.name,
|
|
@@ -11789,24 +11789,24 @@ const _sfc_main$J = {
|
|
|
11789
11789
|
class: "img rounded-lg h-[200px] object-contain",
|
|
11790
11790
|
src: __props.modelValue,
|
|
11791
11791
|
title: "Image"
|
|
11792
|
-
}, null, 8, _hoisted_5$
|
|
11792
|
+
}, null, 8, _hoisted_5$o)
|
|
11793
11793
|
])
|
|
11794
11794
|
])) : file.value && file.value.length ? (openBlock(), createElementBlock("div", _hoisted_6$m, [
|
|
11795
|
-
createElementVNode("span", _hoisted_7$
|
|
11795
|
+
createElementVNode("span", _hoisted_7$m, [
|
|
11796
11796
|
isImage(file.value.mime_type) ? (openBlock(), createElementBlock("img", {
|
|
11797
11797
|
key: 0,
|
|
11798
11798
|
class: "img",
|
|
11799
11799
|
src: file.value.url,
|
|
11800
11800
|
title: file.value.file_name
|
|
11801
|
-
}, null, 8, _hoisted_8$
|
|
11801
|
+
}, null, 8, _hoisted_8$k)) : createCommentVNode("", true)
|
|
11802
11802
|
]),
|
|
11803
11803
|
createElementVNode("a", {
|
|
11804
11804
|
href: file.value.url,
|
|
11805
11805
|
target: "_blank",
|
|
11806
11806
|
class: "link"
|
|
11807
11807
|
}, [
|
|
11808
|
-
createElementVNode("div", _hoisted_10$
|
|
11809
|
-
], 8, _hoisted_9$
|
|
11808
|
+
createElementVNode("div", _hoisted_10$f, toDisplayString(file.value.file_name), 1)
|
|
11809
|
+
], 8, _hoisted_9$j),
|
|
11810
11810
|
createElementVNode("a", _hoisted_11$d, [
|
|
11811
11811
|
createElementVNode("i", {
|
|
11812
11812
|
class: "fal fa-times",
|
|
@@ -11841,13 +11841,13 @@ const _sfc_main$J = {
|
|
|
11841
11841
|
};
|
|
11842
11842
|
}
|
|
11843
11843
|
};
|
|
11844
|
-
const _hoisted_1$
|
|
11844
|
+
const _hoisted_1$jt = { class: "flex items-center gap-2" };
|
|
11845
11845
|
const _hoisted_2$B = ["aria-checked"];
|
|
11846
11846
|
const _hoisted_3$t = {
|
|
11847
11847
|
key: 0,
|
|
11848
11848
|
class: "text-sm text-gray-700 font-medium"
|
|
11849
11849
|
};
|
|
11850
|
-
const _sfc_main$
|
|
11850
|
+
const _sfc_main$J = {
|
|
11851
11851
|
__name: "Toggle",
|
|
11852
11852
|
props: {
|
|
11853
11853
|
modelValue: {
|
|
@@ -11882,7 +11882,7 @@ const _sfc_main$I = {
|
|
|
11882
11882
|
emit("update:modelValue", !props.modelValue);
|
|
11883
11883
|
};
|
|
11884
11884
|
return (_ctx, _cache) => {
|
|
11885
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
11885
|
+
return openBlock(), createElementBlock("div", _hoisted_1$jt, [
|
|
11886
11886
|
createElementVNode("button", {
|
|
11887
11887
|
type: "button",
|
|
11888
11888
|
class: 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]),
|
|
@@ -11905,9 +11905,9 @@ const _sfc_main$I = {
|
|
|
11905
11905
|
};
|
|
11906
11906
|
}
|
|
11907
11907
|
};
|
|
11908
|
-
const _hoisted_1$
|
|
11908
|
+
const _hoisted_1$js = { class: "flex flex-col gap-2" };
|
|
11909
11909
|
const _hoisted_2$A = ["value"];
|
|
11910
|
-
const _sfc_main$
|
|
11910
|
+
const _sfc_main$I = {
|
|
11911
11911
|
__name: "SiteContent",
|
|
11912
11912
|
props: /* @__PURE__ */ mergeModels({
|
|
11913
11913
|
sites: { type: Object, required: true },
|
|
@@ -11920,7 +11920,7 @@ const _sfc_main$H = {
|
|
|
11920
11920
|
setup(__props) {
|
|
11921
11921
|
const url = useModel(__props, "url");
|
|
11922
11922
|
return (_ctx, _cache) => {
|
|
11923
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
11923
|
+
return openBlock(), createElementBlock("div", _hoisted_1$js, [
|
|
11924
11924
|
_cache[1] || (_cache[1] = createElementVNode("label", { class: "text-sm font-medium text-gray-700" }, "Select a page from the site*", -1)),
|
|
11925
11925
|
withDirectives(createElementVNode("select", {
|
|
11926
11926
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => url.value = $event),
|
|
@@ -11938,7 +11938,7 @@ const _sfc_main$H = {
|
|
|
11938
11938
|
};
|
|
11939
11939
|
}
|
|
11940
11940
|
};
|
|
11941
|
-
const _sfc_main$
|
|
11941
|
+
const _sfc_main$H = {
|
|
11942
11942
|
__name: "ExternalPage",
|
|
11943
11943
|
props: {
|
|
11944
11944
|
"url": {},
|
|
@@ -11948,7 +11948,7 @@ const _sfc_main$G = {
|
|
|
11948
11948
|
setup(__props) {
|
|
11949
11949
|
const url = useModel(__props, "url");
|
|
11950
11950
|
return (_ctx, _cache) => {
|
|
11951
|
-
return openBlock(), createBlock(_sfc_main$
|
|
11951
|
+
return openBlock(), createBlock(_sfc_main$L, {
|
|
11952
11952
|
"is-vertical": "",
|
|
11953
11953
|
field: "title",
|
|
11954
11954
|
"label-text": "URL *",
|
|
@@ -11970,24 +11970,59 @@ const _sfc_main$G = {
|
|
|
11970
11970
|
};
|
|
11971
11971
|
}
|
|
11972
11972
|
};
|
|
11973
|
+
const _hoisted_1$jr = { class: "flex flex-col gap-2" };
|
|
11974
|
+
const _hoisted_2$z = ["value"];
|
|
11975
|
+
const _sfc_main$G = {
|
|
11976
|
+
__name: "ItemSelect",
|
|
11977
|
+
props: /* @__PURE__ */ mergeModels({
|
|
11978
|
+
items: { type: Object, required: true },
|
|
11979
|
+
errors: { type: Object, required: false, default: () => ({}) }
|
|
11980
|
+
}, {
|
|
11981
|
+
"url": {},
|
|
11982
|
+
"urlModifiers": {}
|
|
11983
|
+
}),
|
|
11984
|
+
emits: ["update:url"],
|
|
11985
|
+
setup(__props) {
|
|
11986
|
+
const url = useModel(__props, "url");
|
|
11987
|
+
return (_ctx, _cache) => {
|
|
11988
|
+
return openBlock(), createElementBlock("div", _hoisted_1$jr, [
|
|
11989
|
+
_cache[1] || (_cache[1] = createElementVNode("label", { class: "text-sm font-medium text-gray-700" }, "Select an item*", -1)),
|
|
11990
|
+
withDirectives(createElementVNode("select", {
|
|
11991
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => url.value = $event),
|
|
11992
|
+
name: "url"
|
|
11993
|
+
}, [
|
|
11994
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.items, (item) => {
|
|
11995
|
+
return openBlock(), createElementBlock("option", {
|
|
11996
|
+
value: item.value
|
|
11997
|
+
}, toDisplayString(item.name), 9, _hoisted_2$z);
|
|
11998
|
+
}), 256))
|
|
11999
|
+
], 512), [
|
|
12000
|
+
[vModelSelect, url.value]
|
|
12001
|
+
])
|
|
12002
|
+
]);
|
|
12003
|
+
};
|
|
12004
|
+
}
|
|
12005
|
+
};
|
|
11973
12006
|
const _hoisted_1$jq = { class: "flex flex-col gap-5" };
|
|
11974
|
-
const _hoisted_2$
|
|
12007
|
+
const _hoisted_2$y = {
|
|
11975
12008
|
key: 0,
|
|
11976
12009
|
class: "text-sm text-gray-700 font-medium py-2"
|
|
11977
12010
|
};
|
|
11978
12011
|
const _hoisted_3$s = { class: "text-sm flex items-center gap-6 font-medium text-gray-700" };
|
|
11979
12012
|
const _hoisted_4$p = { class: "flex items-center gap-2 cursor-pointer" };
|
|
11980
|
-
const _hoisted_5$
|
|
12013
|
+
const _hoisted_5$n = ["name", "value"];
|
|
11981
12014
|
const _hoisted_6$l = { class: "flex flex-col gap-2" };
|
|
11982
|
-
const _hoisted_7$
|
|
11983
|
-
const _hoisted_8$
|
|
12015
|
+
const _hoisted_7$l = ["value"];
|
|
12016
|
+
const _hoisted_8$j = { class: "flex items-center gap-2" };
|
|
11984
12017
|
const _sfc_main$F = {
|
|
11985
12018
|
__name: "LinkedTo",
|
|
11986
12019
|
props: /* @__PURE__ */ mergeModels({
|
|
11987
12020
|
label: { type: String, required: false },
|
|
11988
|
-
sites: { type: Array, required:
|
|
12021
|
+
sites: { type: Array, required: false, default: () => [] },
|
|
12022
|
+
// Todo refactor sites to items as generic usage
|
|
12023
|
+
forms: { type: Array, required: false, default: () => [] },
|
|
11989
12024
|
name: { type: String, required: true },
|
|
11990
|
-
options: { type: Array, required: false, default: ["site-content", "external-page", "download"] }
|
|
12025
|
+
options: { type: Array, required: false, default: ["site-content", "external-page", "download", "form"] }
|
|
11991
12026
|
}, {
|
|
11992
12027
|
"type": { default: "site-content" },
|
|
11993
12028
|
"typeModifiers": {},
|
|
@@ -11998,7 +12033,7 @@ const _sfc_main$F = {
|
|
|
11998
12033
|
}),
|
|
11999
12034
|
emits: ["update:type", "update:url", "update:openInNewTab"],
|
|
12000
12035
|
setup(__props) {
|
|
12001
|
-
const VFileUpload = inject("VFileUpload", _sfc_main$
|
|
12036
|
+
const VFileUpload = inject("VFileUpload", _sfc_main$K);
|
|
12002
12037
|
const type = useModel(__props, "type");
|
|
12003
12038
|
const url = useModel(__props, "url");
|
|
12004
12039
|
const openInNewTab = useModel(__props, "openInNewTab");
|
|
@@ -12007,16 +12042,17 @@ const _sfc_main$F = {
|
|
|
12007
12042
|
};
|
|
12008
12043
|
const getComponentByType = (type2) => {
|
|
12009
12044
|
const components = {
|
|
12010
|
-
"site-content": _sfc_main$
|
|
12011
|
-
"external-page": _sfc_main$
|
|
12012
|
-
"download": VFileUpload
|
|
12045
|
+
"site-content": _sfc_main$I,
|
|
12046
|
+
"external-page": _sfc_main$H,
|
|
12047
|
+
"download": VFileUpload,
|
|
12048
|
+
"form": _sfc_main$G
|
|
12013
12049
|
};
|
|
12014
12050
|
return components[type2] || null;
|
|
12015
12051
|
};
|
|
12016
12052
|
return (_ctx, _cache) => {
|
|
12017
12053
|
return openBlock(), createElementBlock("div", _hoisted_1$jq, [
|
|
12018
12054
|
createElementVNode("div", null, [
|
|
12019
|
-
__props.label ? (openBlock(), createElementBlock("p", _hoisted_2$
|
|
12055
|
+
__props.label ? (openBlock(), createElementBlock("p", _hoisted_2$y, toDisplayString(__props.label), 1)) : createCommentVNode("", true),
|
|
12020
12056
|
createElementVNode("div", _hoisted_3$s, [
|
|
12021
12057
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.options, (option) => {
|
|
12022
12058
|
return openBlock(), createElementBlock("label", _hoisted_4$p, [
|
|
@@ -12025,9 +12061,8 @@ const _sfc_main$F = {
|
|
|
12025
12061
|
type: "radio",
|
|
12026
12062
|
value: option,
|
|
12027
12063
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => type.value = $event),
|
|
12028
|
-
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"
|
|
12029
|
-
|
|
12030
|
-
}, null, 8, _hoisted_5$m), [
|
|
12064
|
+
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"
|
|
12065
|
+
}, null, 8, _hoisted_5$n), [
|
|
12031
12066
|
[vModelRadio, type.value]
|
|
12032
12067
|
]),
|
|
12033
12068
|
createElementVNode("span", null, toDisplayString(toReadableWords(option)), 1)
|
|
@@ -12039,22 +12074,21 @@ const _sfc_main$F = {
|
|
|
12039
12074
|
(openBlock(), createBlock(resolveDynamicComponent(getComponentByType(type.value)), {
|
|
12040
12075
|
url: url.value,
|
|
12041
12076
|
"onUpdate:url": _cache[1] || (_cache[1] = ($event) => url.value = $event),
|
|
12042
|
-
|
|
12043
|
-
|
|
12044
|
-
|
|
12045
|
-
}, null, 40, ["url", "modelValue", "sites"])),
|
|
12077
|
+
sites: __props.sites,
|
|
12078
|
+
items: __props.forms
|
|
12079
|
+
}, null, 40, ["url", "sites", "items"])),
|
|
12046
12080
|
createElementVNode("input", {
|
|
12047
12081
|
type: "hidden",
|
|
12048
12082
|
name: "url",
|
|
12049
12083
|
value: url.value
|
|
12050
|
-
}, null, 8, _hoisted_7$
|
|
12084
|
+
}, null, 8, _hoisted_7$l)
|
|
12051
12085
|
]),
|
|
12052
|
-
createElementVNode("div", _hoisted_8$
|
|
12053
|
-
createVNode(_sfc_main$
|
|
12086
|
+
createElementVNode("div", _hoisted_8$j, [
|
|
12087
|
+
createVNode(_sfc_main$J, {
|
|
12054
12088
|
class: "mb-1",
|
|
12055
12089
|
name: "open_in_new_tab",
|
|
12056
12090
|
modelValue: openInNewTab.value,
|
|
12057
|
-
"onUpdate:modelValue": _cache[
|
|
12091
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => openInNewTab.value = $event),
|
|
12058
12092
|
title: "Open in a new tab"
|
|
12059
12093
|
}, null, 8, ["modelValue"])
|
|
12060
12094
|
])
|
|
@@ -12066,7 +12100,7 @@ const _hoisted_1$jp = {
|
|
|
12066
12100
|
key: 0,
|
|
12067
12101
|
class: "pb-5"
|
|
12068
12102
|
};
|
|
12069
|
-
const _hoisted_2$
|
|
12103
|
+
const _hoisted_2$x = { class: "text-lg font-semibold text-gray-900" };
|
|
12070
12104
|
const _hoisted_3$r = {
|
|
12071
12105
|
key: 0,
|
|
12072
12106
|
class: "text-sm text-gray-600"
|
|
@@ -12093,7 +12127,7 @@ const _sfc_main$E = {
|
|
|
12093
12127
|
class: normalizeClass(["rounded-xl px-6 py-5", __props.classes])
|
|
12094
12128
|
}, [
|
|
12095
12129
|
__props.title ? (openBlock(), createElementBlock("div", _hoisted_1$jp, [
|
|
12096
|
-
createElementVNode("div", _hoisted_2$
|
|
12130
|
+
createElementVNode("div", _hoisted_2$x, toDisplayString(__props.title), 1),
|
|
12097
12131
|
__props.supporting_text ? (openBlock(), createElementBlock("div", _hoisted_3$r, toDisplayString(__props.supporting_text), 1)) : createCommentVNode("", true)
|
|
12098
12132
|
])) : createCommentVNode("", true),
|
|
12099
12133
|
renderSlot(_ctx.$slots, "default")
|
|
@@ -33882,15 +33916,15 @@ const _sfc_main$D = {
|
|
|
33882
33916
|
};
|
|
33883
33917
|
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"}]');
|
|
33884
33918
|
const _hoisted_1$P = { class: "relative block" };
|
|
33885
|
-
const _hoisted_2$
|
|
33919
|
+
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" };
|
|
33886
33920
|
const _hoisted_3$q = { class: "flex flex-col gap-4 p-4" };
|
|
33887
33921
|
const _hoisted_4$o = { class: "relative" };
|
|
33888
|
-
const _hoisted_5$
|
|
33922
|
+
const _hoisted_5$m = { class: "flex flex-col gap-2" };
|
|
33889
33923
|
const _hoisted_6$k = { class: "text-sm font-medium text-gray-900" };
|
|
33890
|
-
const _hoisted_7$
|
|
33891
|
-
const _hoisted_8$
|
|
33892
|
-
const _hoisted_9$
|
|
33893
|
-
const _hoisted_10$
|
|
33924
|
+
const _hoisted_7$k = { key: 0 };
|
|
33925
|
+
const _hoisted_8$i = { key: 1 };
|
|
33926
|
+
const _hoisted_9$i = { key: 2 };
|
|
33927
|
+
const _hoisted_10$e = { class: "flex max-h-[196px] flex-wrap gap-1.5 overflow-y-auto" };
|
|
33894
33928
|
const __default__ = {
|
|
33895
33929
|
directives: {
|
|
33896
33930
|
clickOutside: useClickOutside
|
|
@@ -33949,7 +33983,7 @@ const _sfc_main$C = /* @__PURE__ */ Object.assign(__default__, {
|
|
|
33949
33983
|
class: "h-5 w-5"
|
|
33950
33984
|
}))
|
|
33951
33985
|
]),
|
|
33952
|
-
withDirectives(createElementVNode("div", _hoisted_2$
|
|
33986
|
+
withDirectives(createElementVNode("div", _hoisted_2$w, [
|
|
33953
33987
|
createElementVNode("div", _hoisted_3$q, [
|
|
33954
33988
|
createElementVNode("div", _hoisted_4$o, [
|
|
33955
33989
|
withDirectives(createElementVNode("input", {
|
|
@@ -33966,11 +34000,11 @@ const _sfc_main$C = /* @__PURE__ */ Object.assign(__default__, {
|
|
|
33966
34000
|
class: "absolute right-2 top-1/2 h-3 w-3 -translate-y-1/2 cursor-pointer"
|
|
33967
34001
|
}, " ✕ ")) : createCommentVNode("", true)
|
|
33968
34002
|
]),
|
|
33969
|
-
createElementVNode("div", _hoisted_5$
|
|
34003
|
+
createElementVNode("div", _hoisted_5$m, [
|
|
33970
34004
|
createElementVNode("p", _hoisted_6$k, [
|
|
33971
|
-
icons2.value.length > 0 && search.value.length > 0 ? (openBlock(), createElementBlock("span", _hoisted_7$
|
|
34005
|
+
icons2.value.length > 0 && search.value.length > 0 ? (openBlock(), createElementBlock("span", _hoisted_7$k, " Search result ")) : icons2.value.length < 1 && search.value.length > 0 ? (openBlock(), createElementBlock("span", _hoisted_8$i, " No search result ")) : search.value.length < 1 && icons2.value.length > 0 ? (openBlock(), createElementBlock("span", _hoisted_9$i, " Frequently used icons ")) : createCommentVNode("", true)
|
|
33972
34006
|
]),
|
|
33973
|
-
createElementVNode("div", _hoisted_10$
|
|
34007
|
+
createElementVNode("div", _hoisted_10$e, [
|
|
33974
34008
|
(openBlock(true), createElementBlock(Fragment, null, renderList(icons2.value, (icon) => {
|
|
33975
34009
|
return openBlock(), createBlock(_sfc_main$D, {
|
|
33976
34010
|
class: "cursor-pointer rounded p-1 hover:bg-gray-100",
|
|
@@ -34001,7 +34035,7 @@ const _sfc_main$C = /* @__PURE__ */ Object.assign(__default__, {
|
|
|
34001
34035
|
}
|
|
34002
34036
|
});
|
|
34003
34037
|
const _hoisted_1$O = { class: "flex flex-col gap-8" };
|
|
34004
|
-
const _hoisted_2$
|
|
34038
|
+
const _hoisted_2$v = ["type"];
|
|
34005
34039
|
const _sfc_main$B = {
|
|
34006
34040
|
__name: "Button",
|
|
34007
34041
|
props: {
|
|
@@ -34031,13 +34065,13 @@ const _sfc_main$B = {
|
|
|
34031
34065
|
var _a2, _b, _c;
|
|
34032
34066
|
return [
|
|
34033
34067
|
createElementVNode("div", _hoisted_1$O, [
|
|
34034
|
-
createVNode(_sfc_main$
|
|
34068
|
+
createVNode(_sfc_main$J, {
|
|
34035
34069
|
name: "show",
|
|
34036
34070
|
modelValue: __props.button.show,
|
|
34037
34071
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => __props.button.show = $event),
|
|
34038
34072
|
title: "Show Button"
|
|
34039
34073
|
}, null, 8, ["modelValue"]),
|
|
34040
|
-
createVNode(_sfc_main$
|
|
34074
|
+
createVNode(_sfc_main$L, {
|
|
34041
34075
|
"is-vertical": "",
|
|
34042
34076
|
field: "button.label",
|
|
34043
34077
|
"label-text": "Button Label *",
|
|
@@ -34059,7 +34093,7 @@ const _sfc_main$B = {
|
|
|
34059
34093
|
]),
|
|
34060
34094
|
_: 1
|
|
34061
34095
|
}, 8, ["value"]),
|
|
34062
|
-
["email", "phone"].includes((_a2 = __props.button) == null ? void 0 : _a2.type) ? (openBlock(), createBlock(_sfc_main$
|
|
34096
|
+
["email", "phone"].includes((_a2 = __props.button) == null ? void 0 : _a2.type) ? (openBlock(), createBlock(_sfc_main$L, {
|
|
34063
34097
|
key: 0,
|
|
34064
34098
|
"is-vertical": "",
|
|
34065
34099
|
field: (_b = __props.button) == null ? void 0 : _b.type,
|
|
@@ -34078,7 +34112,7 @@ const _sfc_main$B = {
|
|
|
34078
34112
|
placeholder: "Label",
|
|
34079
34113
|
maxlength: 100,
|
|
34080
34114
|
class: "border-1 border-solid border-gray-300 rounded-lg bg-white w-full"
|
|
34081
|
-
}, null, 8, _hoisted_2$
|
|
34115
|
+
}, null, 8, _hoisted_2$v), [
|
|
34082
34116
|
[vModelDynamic, __props.button.address]
|
|
34083
34117
|
])
|
|
34084
34118
|
];
|
|
@@ -44990,15 +45024,15 @@ const _sfc_main$A = {
|
|
|
44990
45024
|
}
|
|
44991
45025
|
};
|
|
44992
45026
|
const _hoisted_1$N = { class: "q-editor" };
|
|
44993
|
-
const _hoisted_2$
|
|
45027
|
+
const _hoisted_2$u = { ref: "editorContainer" };
|
|
44994
45028
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
44995
45029
|
return openBlock(), createElementBlock("div", _hoisted_1$N, [
|
|
44996
|
-
createElementVNode("div", _hoisted_2$
|
|
45030
|
+
createElementVNode("div", _hoisted_2$u, null, 512)
|
|
44997
45031
|
]);
|
|
44998
45032
|
}
|
|
44999
45033
|
const QuillEditor = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render]]);
|
|
45000
45034
|
const _hoisted_1$M = ["maxlength"];
|
|
45001
|
-
const _hoisted_2$
|
|
45035
|
+
const _hoisted_2$t = {
|
|
45002
45036
|
key: 2,
|
|
45003
45037
|
class: "flex flex-col gap-4 bg-gray-200 rounded-xl px-6 py-5 mt-4"
|
|
45004
45038
|
};
|
|
@@ -45014,7 +45048,7 @@ const _sfc_main$z = {
|
|
|
45014
45048
|
emits: ["update"],
|
|
45015
45049
|
setup(__props, { emit: __emit }) {
|
|
45016
45050
|
var _a;
|
|
45017
|
-
const VFileUpload = inject("VFileUpload", _sfc_main$
|
|
45051
|
+
const VFileUpload = inject("VFileUpload", _sfc_main$K);
|
|
45018
45052
|
const props = __props;
|
|
45019
45053
|
const dataRef = ref(((_a = props.data) == null ? void 0 : _a.component) ?? props.data);
|
|
45020
45054
|
return (_ctx, _cache) => {
|
|
@@ -45032,7 +45066,7 @@ const _sfc_main$z = {
|
|
|
45032
45066
|
key: 0,
|
|
45033
45067
|
class: normalizeClass({ "flex gap-4": dataRef.value.hasOwnProperty("icon") })
|
|
45034
45068
|
}, [
|
|
45035
|
-
dataRef.value.hasOwnProperty("icon") ? (openBlock(), createBlock(_sfc_main$
|
|
45069
|
+
dataRef.value.hasOwnProperty("icon") ? (openBlock(), createBlock(_sfc_main$L, {
|
|
45036
45070
|
key: 0,
|
|
45037
45071
|
"is-vertical": "",
|
|
45038
45072
|
field: "icon",
|
|
@@ -45048,7 +45082,7 @@ const _sfc_main$z = {
|
|
|
45048
45082
|
]),
|
|
45049
45083
|
_: 1
|
|
45050
45084
|
}, 8, ["value"])) : createCommentVNode("", true),
|
|
45051
|
-
dataRef.value.hasOwnProperty("title") ? (openBlock(), createBlock(_sfc_main$
|
|
45085
|
+
dataRef.value.hasOwnProperty("title") ? (openBlock(), createBlock(_sfc_main$L, {
|
|
45052
45086
|
key: 1,
|
|
45053
45087
|
"is-vertical": "",
|
|
45054
45088
|
field: "title",
|
|
@@ -45072,7 +45106,7 @@ const _sfc_main$z = {
|
|
|
45072
45106
|
_: 1
|
|
45073
45107
|
}, 8, ["label-text", "value"])) : createCommentVNode("", true)
|
|
45074
45108
|
], 2)) : createCommentVNode("", true),
|
|
45075
|
-
dataRef.value.hasOwnProperty("supporting_text") ? (openBlock(), createBlock(_sfc_main$
|
|
45109
|
+
dataRef.value.hasOwnProperty("supporting_text") ? (openBlock(), createBlock(_sfc_main$L, {
|
|
45076
45110
|
key: 1,
|
|
45077
45111
|
"is-vertical": "",
|
|
45078
45112
|
field: "supporting_text",
|
|
@@ -45116,7 +45150,7 @@ const _sfc_main$z = {
|
|
|
45116
45150
|
sites: _ctx.sites,
|
|
45117
45151
|
classes: "bg-gray-200"
|
|
45118
45152
|
}, null, 8, ["button", "sites"])) : createCommentVNode("", true),
|
|
45119
|
-
dataRef.value.hasOwnProperty("featured_image") ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
45153
|
+
dataRef.value.hasOwnProperty("featured_image") ? (openBlock(), createElementBlock("div", _hoisted_2$t, [
|
|
45120
45154
|
createVNode(_sfc_main$E, {
|
|
45121
45155
|
class: "!p-0 !bg-gray-200",
|
|
45122
45156
|
title: "Featured Image",
|
|
@@ -45157,15 +45191,15 @@ const _sfc_main$z = {
|
|
|
45157
45191
|
}
|
|
45158
45192
|
};
|
|
45159
45193
|
const _hoisted_1$L = { class: "rounded-xl bg-gray-50 px-6 py-5" };
|
|
45160
|
-
const _hoisted_2$
|
|
45194
|
+
const _hoisted_2$s = { class: "flex justify-between pb-2" };
|
|
45161
45195
|
const _hoisted_3$o = { class: "flex justify-between w-full py-1" };
|
|
45162
45196
|
const _hoisted_4$n = { class: "min-w-[50%] w-full" };
|
|
45163
|
-
const _hoisted_5$
|
|
45197
|
+
const _hoisted_5$l = { class: "text-lg font-semibold text-gray-900" };
|
|
45164
45198
|
const _hoisted_6$j = { class: "text-sm text-gray-600 mt-1" };
|
|
45165
|
-
const _hoisted_7$
|
|
45166
|
-
const _hoisted_8$
|
|
45167
|
-
const _hoisted_9$
|
|
45168
|
-
const _hoisted_10$
|
|
45199
|
+
const _hoisted_7$j = { class: "flex flex-col gap-3" };
|
|
45200
|
+
const _hoisted_8$h = { class: "flex items-center justify-between" };
|
|
45201
|
+
const _hoisted_9$h = { class: "text-lg font-semibold text-gray-900" };
|
|
45202
|
+
const _hoisted_10$d = { class: "relative flex items-end" };
|
|
45169
45203
|
const _hoisted_11$c = { class: "flex flex-col gap-6" };
|
|
45170
45204
|
const _hoisted_12$a = {
|
|
45171
45205
|
key: 0,
|
|
@@ -45173,7 +45207,7 @@ const _hoisted_12$a = {
|
|
|
45173
45207
|
};
|
|
45174
45208
|
const _hoisted_13$6 = { class: "flex items-center gap-2 cursor-pointer" };
|
|
45175
45209
|
const _hoisted_14$6 = ["name", "value", "onUpdate:modelValue", "onChange"];
|
|
45176
|
-
const _hoisted_15$
|
|
45210
|
+
const _hoisted_15$5 = {
|
|
45177
45211
|
key: 1,
|
|
45178
45212
|
class: "flex flex-col gap-1.5"
|
|
45179
45213
|
};
|
|
@@ -45187,7 +45221,7 @@ const _sfc_main$y = {
|
|
|
45187
45221
|
},
|
|
45188
45222
|
emits: ["update"],
|
|
45189
45223
|
setup(__props, { emit: __emit }) {
|
|
45190
|
-
const VFileUpload = inject("VFileUpload", _sfc_main$
|
|
45224
|
+
const VFileUpload = inject("VFileUpload", _sfc_main$K);
|
|
45191
45225
|
const emit = __emit;
|
|
45192
45226
|
const props = __props;
|
|
45193
45227
|
const options = [{ value: "content", label: "Content" }, { value: "image_only", label: "Image Only" }];
|
|
@@ -45244,12 +45278,12 @@ const _sfc_main$y = {
|
|
|
45244
45278
|
var _a;
|
|
45245
45279
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
45246
45280
|
createElementVNode("div", _hoisted_1$L, [
|
|
45247
|
-
createElementVNode("div", _hoisted_2$
|
|
45281
|
+
createElementVNode("div", _hoisted_2$s, [
|
|
45248
45282
|
createElementVNode("div", _hoisted_3$o, [
|
|
45249
45283
|
createElementVNode("div", _hoisted_4$n, [
|
|
45250
|
-
createElementVNode("p", _hoisted_5$
|
|
45284
|
+
createElementVNode("p", _hoisted_5$l, toDisplayString(componentData.value.name), 1),
|
|
45251
45285
|
createElementVNode("p", _hoisted_6$j, toDisplayString(componentData.value.supportive_text), 1),
|
|
45252
|
-
componentData.value.hasOwnProperty("title") ? (openBlock(), createBlock(_sfc_main$
|
|
45286
|
+
componentData.value.hasOwnProperty("title") ? (openBlock(), createBlock(_sfc_main$L, {
|
|
45253
45287
|
key: 0,
|
|
45254
45288
|
"is-vertical": "",
|
|
45255
45289
|
field: "title",
|
|
@@ -45284,7 +45318,7 @@ const _sfc_main$y = {
|
|
|
45284
45318
|
])
|
|
45285
45319
|
])
|
|
45286
45320
|
]),
|
|
45287
|
-
createElementVNode("div", _hoisted_7$
|
|
45321
|
+
createElementVNode("div", _hoisted_7$j, [
|
|
45288
45322
|
(openBlock(true), createElementBlock(Fragment, null, renderList(componentData.value.data, (item, index) => {
|
|
45289
45323
|
var _a2, _b, _c;
|
|
45290
45324
|
return openBlock(), createElementBlock("div", {
|
|
@@ -45293,10 +45327,10 @@ const _sfc_main$y = {
|
|
|
45293
45327
|
ref_for: true,
|
|
45294
45328
|
ref: index === componentData.value.data.length - 1 ? (el) => lastItemRef.value = el : null
|
|
45295
45329
|
}, [
|
|
45296
|
-
createElementVNode("div", _hoisted_8$
|
|
45297
|
-
createElementVNode("div", _hoisted_9$
|
|
45298
|
-
createElementVNode("div", _hoisted_10$
|
|
45299
|
-
createVNode(_sfc_main$
|
|
45330
|
+
createElementVNode("div", _hoisted_8$h, [
|
|
45331
|
+
createElementVNode("div", _hoisted_9$h, " Item #" + toDisplayString(index + 1), 1),
|
|
45332
|
+
createElementVNode("div", _hoisted_10$d, [
|
|
45333
|
+
createVNode(_sfc_main$O, {
|
|
45300
45334
|
onRemoveItem: ($event) => handleDeleteItem(index)
|
|
45301
45335
|
}, null, 8, ["onRemoveItem"])
|
|
45302
45336
|
])
|
|
@@ -45319,11 +45353,11 @@ const _sfc_main$y = {
|
|
|
45319
45353
|
]);
|
|
45320
45354
|
}), 64))
|
|
45321
45355
|
])) : createCommentVNode("", true),
|
|
45322
|
-
!item.hasOwnProperty("content_type") || item.content_type === "content" ? (openBlock(), createElementBlock("div", _hoisted_15$
|
|
45356
|
+
!item.hasOwnProperty("content_type") || item.content_type === "content" ? (openBlock(), createElementBlock("div", _hoisted_15$5, [
|
|
45323
45357
|
["feature_items", "faqs"].includes(componentData.value.type) ? (openBlock(), createBlock(_sfc_main$z, {
|
|
45324
45358
|
key: 0,
|
|
45325
45359
|
data: item
|
|
45326
|
-
}, null, 8, ["data"])) : (openBlock(), createBlock(_sfc_main$
|
|
45360
|
+
}, null, 8, ["data"])) : (openBlock(), createBlock(_sfc_main$L, {
|
|
45327
45361
|
key: 1,
|
|
45328
45362
|
"is-vertical": "",
|
|
45329
45363
|
field: "title",
|
|
@@ -45374,7 +45408,7 @@ const _sfc_main$y = {
|
|
|
45374
45408
|
sites: _ctx.sites
|
|
45375
45409
|
}, null, 8, ["name", "type", "onUpdate:type", "url", "onUpdate:url", "openInNewTab", "onUpdate:openInNewTab", "sites"])) : createCommentVNode("", true)
|
|
45376
45410
|
])) : (openBlock(), createElementBlock("div", _hoisted_18$1, [
|
|
45377
|
-
createVNode(_sfc_main$
|
|
45411
|
+
createVNode(_sfc_main$L, {
|
|
45378
45412
|
"is-vertical": "",
|
|
45379
45413
|
field: "image",
|
|
45380
45414
|
"label-text": "Image *",
|
|
@@ -45406,15 +45440,15 @@ const _sfc_main$y = {
|
|
|
45406
45440
|
}
|
|
45407
45441
|
};
|
|
45408
45442
|
const _hoisted_1$K = { class: "rounded-xl bg-gray-50 px-6 py-5" };
|
|
45409
|
-
const _hoisted_2$
|
|
45443
|
+
const _hoisted_2$r = { class: "flex justify-between pb-2" };
|
|
45410
45444
|
const _hoisted_3$n = { class: "flex justify-between w-full py-1" };
|
|
45411
45445
|
const _hoisted_4$m = { class: "text-lg font-semibold text-gray-900" };
|
|
45412
|
-
const _hoisted_5$
|
|
45446
|
+
const _hoisted_5$k = { class: "text-sm text-gray-600 mt-1" };
|
|
45413
45447
|
const _hoisted_6$i = { class: "flex flex-col gap-3" };
|
|
45414
|
-
const _hoisted_7$
|
|
45415
|
-
const _hoisted_8$
|
|
45416
|
-
const _hoisted_9$
|
|
45417
|
-
const _hoisted_10$
|
|
45448
|
+
const _hoisted_7$i = { class: "flex items-center justify-between" };
|
|
45449
|
+
const _hoisted_8$g = { class: "text-lg font-semibold text-gray-900" };
|
|
45450
|
+
const _hoisted_9$g = { class: "relative flex items-end" };
|
|
45451
|
+
const _hoisted_10$c = { class: "flex flex-col gap-6" };
|
|
45418
45452
|
const _hoisted_11$b = { class: "flex flex-col gap-1.5" };
|
|
45419
45453
|
const _hoisted_12$9 = ["onUpdate:modelValue"];
|
|
45420
45454
|
const _sfc_main$x = {
|
|
@@ -45424,7 +45458,7 @@ const _sfc_main$x = {
|
|
|
45424
45458
|
},
|
|
45425
45459
|
emits: ["update"],
|
|
45426
45460
|
setup(__props, { emit: __emit }) {
|
|
45427
|
-
const VFileUpload = inject("VFileUpload", _sfc_main$
|
|
45461
|
+
const VFileUpload = inject("VFileUpload", _sfc_main$K);
|
|
45428
45462
|
const emit = __emit;
|
|
45429
45463
|
const props = __props;
|
|
45430
45464
|
const componentData = ref(props.data.component);
|
|
@@ -45464,11 +45498,11 @@ const _sfc_main$x = {
|
|
|
45464
45498
|
var _a;
|
|
45465
45499
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
45466
45500
|
createElementVNode("div", _hoisted_1$K, [
|
|
45467
|
-
createElementVNode("div", _hoisted_2$
|
|
45501
|
+
createElementVNode("div", _hoisted_2$r, [
|
|
45468
45502
|
createElementVNode("div", _hoisted_3$n, [
|
|
45469
45503
|
createElementVNode("div", null, [
|
|
45470
45504
|
createElementVNode("p", _hoisted_4$m, toDisplayString(componentData.value.name), 1),
|
|
45471
|
-
createElementVNode("p", _hoisted_5$
|
|
45505
|
+
createElementVNode("p", _hoisted_5$k, " This section can contain up to " + toDisplayString(componentData.value.max_items) + " logos ", 1)
|
|
45472
45506
|
]),
|
|
45473
45507
|
createElementVNode("div", null, [
|
|
45474
45508
|
createElementVNode("a", {
|
|
@@ -45489,22 +45523,22 @@ const _sfc_main$x = {
|
|
|
45489
45523
|
ref_for: true,
|
|
45490
45524
|
ref: index === componentData.value.data.length - 1 ? (el) => lastItemRef.value = el : null
|
|
45491
45525
|
}, [
|
|
45492
|
-
createElementVNode("div", _hoisted_7$
|
|
45493
|
-
createElementVNode("div", _hoisted_8$
|
|
45494
|
-
createElementVNode("div", _hoisted_9$
|
|
45495
|
-
createVNode(_sfc_main$
|
|
45526
|
+
createElementVNode("div", _hoisted_7$i, [
|
|
45527
|
+
createElementVNode("div", _hoisted_8$g, " Logo #" + toDisplayString(index + 1), 1),
|
|
45528
|
+
createElementVNode("div", _hoisted_9$g, [
|
|
45529
|
+
createVNode(_sfc_main$O, {
|
|
45496
45530
|
onRemoveItem: ($event) => handleDeleteItem(index)
|
|
45497
45531
|
}, null, 8, ["onRemoveItem"])
|
|
45498
45532
|
])
|
|
45499
45533
|
]),
|
|
45500
|
-
createElementVNode("div", _hoisted_10$
|
|
45534
|
+
createElementVNode("div", _hoisted_10$c, [
|
|
45501
45535
|
createElementVNode("div", _hoisted_11$b, [
|
|
45502
45536
|
createVNode(unref(VFileUpload), {
|
|
45503
45537
|
name: "image",
|
|
45504
45538
|
modelValue: item.logo,
|
|
45505
45539
|
"onUpdate:modelValue": ($event) => item.logo = $event
|
|
45506
45540
|
}, null, 8, ["modelValue", "onUpdate:modelValue"]),
|
|
45507
|
-
createVNode(_sfc_main$
|
|
45541
|
+
createVNode(_sfc_main$L, {
|
|
45508
45542
|
"is-vertical": "",
|
|
45509
45543
|
field: "url",
|
|
45510
45544
|
"label-text": "Url *",
|
|
@@ -45541,15 +45575,15 @@ const _sfc_main$x = {
|
|
|
45541
45575
|
}
|
|
45542
45576
|
};
|
|
45543
45577
|
const _hoisted_1$J = { class: "rounded-xl bg-gray-50 px-6 py-5" };
|
|
45544
|
-
const _hoisted_2$
|
|
45578
|
+
const _hoisted_2$q = { class: "flex flex-col" };
|
|
45545
45579
|
const _hoisted_3$m = { class: "flex flex-col gap-4 mb-4 border-b border-gray-200 pb-4" };
|
|
45546
45580
|
const _hoisted_4$l = { class: "flex flex-col gap-6" };
|
|
45547
|
-
const _hoisted_5$
|
|
45581
|
+
const _hoisted_5$j = { class: "flex flex-col gap-1.5" };
|
|
45548
45582
|
const _hoisted_6$h = {
|
|
45549
45583
|
key: 0,
|
|
45550
45584
|
class: "text-base text-gray-900 font-semibold"
|
|
45551
45585
|
};
|
|
45552
|
-
const _hoisted_7$
|
|
45586
|
+
const _hoisted_7$h = {
|
|
45553
45587
|
key: 1,
|
|
45554
45588
|
class: "text-gray-600 text-base font-normal mt-2"
|
|
45555
45589
|
};
|
|
@@ -45565,12 +45599,12 @@ const _sfc_main$w = {
|
|
|
45565
45599
|
return (_ctx, _cache) => {
|
|
45566
45600
|
var _a, _b, _c;
|
|
45567
45601
|
return openBlock(), createElementBlock("div", _hoisted_1$J, [
|
|
45568
|
-
createElementVNode("div", _hoisted_2$
|
|
45602
|
+
createElementVNode("div", _hoisted_2$q, [
|
|
45569
45603
|
createElementVNode("div", _hoisted_3$m, [
|
|
45570
45604
|
_cache[4] || (_cache[4] = createElementVNode("p", { class: "text-lg font-semibold text-gray-900 border-b border-gray-200 pb-4" }, " Carousel ", -1)),
|
|
45571
45605
|
createElementVNode("div", _hoisted_4$l, [
|
|
45572
|
-
createElementVNode("div", _hoisted_5$
|
|
45573
|
-
componentData.value.button ? (openBlock(), createBlock(_sfc_main$
|
|
45606
|
+
createElementVNode("div", _hoisted_5$j, [
|
|
45607
|
+
componentData.value.button ? (openBlock(), createBlock(_sfc_main$L, {
|
|
45574
45608
|
key: 0,
|
|
45575
45609
|
"is-vertical": "",
|
|
45576
45610
|
field: "title",
|
|
@@ -45610,7 +45644,7 @@ const _sfc_main$w = {
|
|
|
45610
45644
|
]),
|
|
45611
45645
|
createElementVNode("div", null, [
|
|
45612
45646
|
((_b = componentData.value.content) == null ? void 0 : _b.label) ? (openBlock(), createElementBlock("h3", _hoisted_6$h, toDisplayString(componentData.value.content.label), 1)) : createCommentVNode("", true),
|
|
45613
|
-
((_c = componentData.value.content) == null ? void 0 : _c.supportive_text) ? (openBlock(), createElementBlock("p", _hoisted_7$
|
|
45647
|
+
((_c = componentData.value.content) == null ? void 0 : _c.supportive_text) ? (openBlock(), createElementBlock("p", _hoisted_7$h, toDisplayString(componentData.value.content.supportive_text), 1)) : createCommentVNode("", true)
|
|
45614
45648
|
])
|
|
45615
45649
|
])
|
|
45616
45650
|
]);
|
|
@@ -45618,13 +45652,13 @@ const _sfc_main$w = {
|
|
|
45618
45652
|
}
|
|
45619
45653
|
};
|
|
45620
45654
|
const _hoisted_1$I = { class: "rounded-xl bg-gray-50 px-6 py-5" };
|
|
45621
|
-
const _hoisted_2$
|
|
45655
|
+
const _hoisted_2$p = { class: "flex flex-col" };
|
|
45622
45656
|
const _hoisted_3$l = { class: "flex flex-col gap-4 mb-4 border-b border-gray-200 pb-4" };
|
|
45623
45657
|
const _hoisted_4$k = {
|
|
45624
45658
|
key: 0,
|
|
45625
45659
|
class: "text-base text-gray-900 font-semibold"
|
|
45626
45660
|
};
|
|
45627
|
-
const _hoisted_5$
|
|
45661
|
+
const _hoisted_5$i = {
|
|
45628
45662
|
key: 1,
|
|
45629
45663
|
class: "text-gray-600 text-base font-normal mt-2"
|
|
45630
45664
|
};
|
|
@@ -45640,16 +45674,16 @@ const _sfc_main$v = {
|
|
|
45640
45674
|
return (_ctx, _cache) => {
|
|
45641
45675
|
var _a, _b, _c;
|
|
45642
45676
|
return openBlock(), createElementBlock("div", _hoisted_1$I, [
|
|
45643
|
-
createElementVNode("div", _hoisted_2$
|
|
45677
|
+
createElementVNode("div", _hoisted_2$p, [
|
|
45644
45678
|
createElementVNode("div", _hoisted_3$l, [
|
|
45645
45679
|
_cache[5] || (_cache[5] = createElementVNode("p", { class: "text-lg font-semibold text-gray-900 border-b border-gray-200 pb-4" }, " Grid ", -1)),
|
|
45646
|
-
createVNode(_sfc_main$
|
|
45680
|
+
createVNode(_sfc_main$J, {
|
|
45647
45681
|
name: "show",
|
|
45648
45682
|
modelValue: componentData.value.button.show,
|
|
45649
45683
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => componentData.value.button.show = $event),
|
|
45650
45684
|
title: "Show Button"
|
|
45651
45685
|
}, null, 8, ["modelValue"]),
|
|
45652
|
-
createVNode(_sfc_main$
|
|
45686
|
+
createVNode(_sfc_main$L, {
|
|
45653
45687
|
"is-vertical": "",
|
|
45654
45688
|
field: "title",
|
|
45655
45689
|
"label-text": "Title *",
|
|
@@ -45686,7 +45720,7 @@ const _sfc_main$v = {
|
|
|
45686
45720
|
]),
|
|
45687
45721
|
createElementVNode("div", null, [
|
|
45688
45722
|
((_b = componentData.value.content) == null ? void 0 : _b.label) ? (openBlock(), createElementBlock("h3", _hoisted_4$k, toDisplayString(componentData.value.content.label), 1)) : createCommentVNode("", true),
|
|
45689
|
-
((_c = componentData.value.content) == null ? void 0 : _c.supportive_text) ? (openBlock(), createElementBlock("p", _hoisted_5$
|
|
45723
|
+
((_c = componentData.value.content) == null ? void 0 : _c.supportive_text) ? (openBlock(), createElementBlock("p", _hoisted_5$i, toDisplayString(componentData.value.content.supportive_text), 1)) : createCommentVNode("", true)
|
|
45690
45724
|
])
|
|
45691
45725
|
])
|
|
45692
45726
|
]);
|
|
@@ -45694,15 +45728,15 @@ const _sfc_main$v = {
|
|
|
45694
45728
|
}
|
|
45695
45729
|
};
|
|
45696
45730
|
const _hoisted_1$H = { class: "rounded-xl bg-gray-50 px-6 py-5" };
|
|
45697
|
-
const _hoisted_2$
|
|
45731
|
+
const _hoisted_2$o = { class: "flex justify-between pb-2" };
|
|
45698
45732
|
const _hoisted_3$k = { class: "flex justify-between w-full py-1" };
|
|
45699
45733
|
const _hoisted_4$j = { class: "text-lg font-semibold text-gray-900" };
|
|
45700
|
-
const _hoisted_5$
|
|
45734
|
+
const _hoisted_5$h = { class: "text-sm text-gray-600 mt-1" };
|
|
45701
45735
|
const _hoisted_6$g = { class: "flex flex-col gap-3" };
|
|
45702
|
-
const _hoisted_7$
|
|
45703
|
-
const _hoisted_8$
|
|
45704
|
-
const _hoisted_9$
|
|
45705
|
-
const _hoisted_10$
|
|
45736
|
+
const _hoisted_7$g = { class: "flex items-center justify-between" };
|
|
45737
|
+
const _hoisted_8$f = { class: "text-lg font-semibold text-gray-900" };
|
|
45738
|
+
const _hoisted_9$f = { class: "relative flex items-end" };
|
|
45739
|
+
const _hoisted_10$b = { class: "flex flex-col gap-6" };
|
|
45706
45740
|
const _hoisted_11$a = { class: "flex flex-col gap-1.5" };
|
|
45707
45741
|
const _sfc_main$u = {
|
|
45708
45742
|
__name: "VideoGrid",
|
|
@@ -45711,7 +45745,7 @@ const _sfc_main$u = {
|
|
|
45711
45745
|
},
|
|
45712
45746
|
emits: ["update"],
|
|
45713
45747
|
setup(__props, { emit: __emit }) {
|
|
45714
|
-
const VFileUpload = inject("VFileUpload", _sfc_main$
|
|
45748
|
+
const VFileUpload = inject("VFileUpload", _sfc_main$K);
|
|
45715
45749
|
const emit = __emit;
|
|
45716
45750
|
const props = __props;
|
|
45717
45751
|
const componentData = ref(props.data.component);
|
|
@@ -45745,11 +45779,11 @@ const _sfc_main$u = {
|
|
|
45745
45779
|
var _a;
|
|
45746
45780
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
45747
45781
|
createElementVNode("div", _hoisted_1$H, [
|
|
45748
|
-
createElementVNode("div", _hoisted_2$
|
|
45782
|
+
createElementVNode("div", _hoisted_2$o, [
|
|
45749
45783
|
createElementVNode("div", _hoisted_3$k, [
|
|
45750
45784
|
createElementVNode("div", null, [
|
|
45751
45785
|
createElementVNode("p", _hoisted_4$j, toDisplayString(componentData.value.name), 1),
|
|
45752
|
-
createElementVNode("p", _hoisted_5$
|
|
45786
|
+
createElementVNode("p", _hoisted_5$h, " This section can contain up to " + toDisplayString(componentData.value.max_items) + " videos ", 1)
|
|
45753
45787
|
]),
|
|
45754
45788
|
createElementVNode("div", null, [
|
|
45755
45789
|
createElementVNode("a", {
|
|
@@ -45770,15 +45804,15 @@ const _sfc_main$u = {
|
|
|
45770
45804
|
ref_for: true,
|
|
45771
45805
|
ref: index === componentData.value.data.length - 1 ? (el) => lastItemRef.value = el : null
|
|
45772
45806
|
}, [
|
|
45773
|
-
createElementVNode("div", _hoisted_7$
|
|
45774
|
-
createElementVNode("div", _hoisted_8$
|
|
45775
|
-
createElementVNode("div", _hoisted_9$
|
|
45776
|
-
createVNode(_sfc_main$
|
|
45807
|
+
createElementVNode("div", _hoisted_7$g, [
|
|
45808
|
+
createElementVNode("div", _hoisted_8$f, " Video #" + toDisplayString(index + 1), 1),
|
|
45809
|
+
createElementVNode("div", _hoisted_9$f, [
|
|
45810
|
+
createVNode(_sfc_main$O, {
|
|
45777
45811
|
onRemoveItem: ($event) => handleDeleteItem(index)
|
|
45778
45812
|
}, null, 8, ["onRemoveItem"])
|
|
45779
45813
|
])
|
|
45780
45814
|
]),
|
|
45781
|
-
createElementVNode("div", _hoisted_10$
|
|
45815
|
+
createElementVNode("div", _hoisted_10$b, [
|
|
45782
45816
|
createElementVNode("div", _hoisted_11$a, [
|
|
45783
45817
|
createVNode(unref(VFileUpload), {
|
|
45784
45818
|
name: "image",
|
|
@@ -45804,20 +45838,28 @@ const _sfc_main$u = {
|
|
|
45804
45838
|
}
|
|
45805
45839
|
};
|
|
45806
45840
|
const _hoisted_1$G = { class: "rounded-xl bg-gray-50 px-6 py-5" };
|
|
45807
|
-
const _hoisted_2$
|
|
45841
|
+
const _hoisted_2$n = { class: "text-lg font-semibold text-gray-900 border-b border-gray-200 pb-4" };
|
|
45808
45842
|
const _hoisted_3$j = { class: "flex flex-col gap-4 rounded-xl bg-gray-200 px-6 py-5" };
|
|
45809
45843
|
const _hoisted_4$i = {
|
|
45810
45844
|
key: 0,
|
|
45811
45845
|
class: "rounded-xl bg-gray-200 mt-4"
|
|
45812
45846
|
};
|
|
45847
|
+
const _hoisted_5$g = {
|
|
45848
|
+
key: 1,
|
|
45849
|
+
class: "rounded-xl bg-gray-200 mt-4 px-6 py-5 flex flex-col gap-4"
|
|
45850
|
+
};
|
|
45813
45851
|
const _sfc_main$t = {
|
|
45814
45852
|
__name: "Paragraph",
|
|
45815
45853
|
props: {
|
|
45816
|
-
...defaultProps
|
|
45854
|
+
...defaultProps,
|
|
45855
|
+
forms: {
|
|
45856
|
+
type: Array,
|
|
45857
|
+
default: () => []
|
|
45858
|
+
}
|
|
45817
45859
|
},
|
|
45818
45860
|
emits: ["update"],
|
|
45819
45861
|
setup(__props, { emit: __emit }) {
|
|
45820
|
-
const VFileUpload = inject("VFileUpload", _sfc_main$
|
|
45862
|
+
const VFileUpload = inject("VFileUpload", _sfc_main$K);
|
|
45821
45863
|
const props = __props;
|
|
45822
45864
|
const dataRef = ref(props.data.component);
|
|
45823
45865
|
const paragraphWordCount = computed(() => {
|
|
@@ -45827,11 +45869,12 @@ const _sfc_main$t = {
|
|
|
45827
45869
|
return words.length;
|
|
45828
45870
|
});
|
|
45829
45871
|
return (_ctx, _cache) => {
|
|
45872
|
+
var _a, _b;
|
|
45830
45873
|
return openBlock(), createElementBlock("div", _hoisted_1$G, [
|
|
45831
|
-
createElementVNode("p", _hoisted_2$
|
|
45874
|
+
createElementVNode("p", _hoisted_2$n, toDisplayString(dataRef.value.name), 1),
|
|
45832
45875
|
createElementVNode("div", _hoisted_3$j, [
|
|
45833
|
-
_cache[
|
|
45834
|
-
dataRef.value.hasOwnProperty("eyebrow_heading") ? (openBlock(), createBlock(_sfc_main$
|
|
45876
|
+
_cache[9] || (_cache[9] = createElementVNode("p", { class: "text-lg font-semibold text-gray-900" }, " Description ", -1)),
|
|
45877
|
+
dataRef.value.hasOwnProperty("eyebrow_heading") ? (openBlock(), createBlock(_sfc_main$L, {
|
|
45835
45878
|
key: 0,
|
|
45836
45879
|
"is-vertical": "",
|
|
45837
45880
|
field: "eyebrow_heading",
|
|
@@ -45854,7 +45897,7 @@ const _sfc_main$t = {
|
|
|
45854
45897
|
]),
|
|
45855
45898
|
_: 1
|
|
45856
45899
|
}, 8, ["value"])) : createCommentVNode("", true),
|
|
45857
|
-
dataRef.value.hasOwnProperty("title") ? (openBlock(), createBlock(_sfc_main$
|
|
45900
|
+
dataRef.value.hasOwnProperty("title") ? (openBlock(), createBlock(_sfc_main$L, {
|
|
45858
45901
|
key: 1,
|
|
45859
45902
|
"is-vertical": "",
|
|
45860
45903
|
field: "title",
|
|
@@ -45877,7 +45920,7 @@ const _sfc_main$t = {
|
|
|
45877
45920
|
]),
|
|
45878
45921
|
_: 1
|
|
45879
45922
|
}, 8, ["value"])) : createCommentVNode("", true),
|
|
45880
|
-
createVNode(_sfc_main$
|
|
45923
|
+
createVNode(_sfc_main$L, {
|
|
45881
45924
|
"is-vertical": "",
|
|
45882
45925
|
field: "description",
|
|
45883
45926
|
"label-text": "Description *",
|
|
@@ -45897,26 +45940,74 @@ const _sfc_main$t = {
|
|
|
45897
45940
|
dataRef.value.hasOwnProperty("featured_image") ? (openBlock(), createElementBlock("div", _hoisted_4$i, [
|
|
45898
45941
|
createVNode(_sfc_main$E, {
|
|
45899
45942
|
classes: "bg-gray-200",
|
|
45900
|
-
title: "Featured Image",
|
|
45943
|
+
title: ((_a = dataRef.value) == null ? void 0 : _a.upload_title) ? dataRef.value.upload_title : "Featured Image",
|
|
45901
45944
|
supporting_text: "Recommended dimension: 1200*1060px"
|
|
45945
|
+
}, {
|
|
45946
|
+
default: withCtx(() => {
|
|
45947
|
+
var _a2;
|
|
45948
|
+
return [
|
|
45949
|
+
createVNode(unref(VFileUpload), {
|
|
45950
|
+
name: "image",
|
|
45951
|
+
type: ((_a2 = dataRef.value) == null ? void 0 : _a2.source_type) ?? "image",
|
|
45952
|
+
height: "h-[395px]",
|
|
45953
|
+
modelValue: dataRef.value.featured_image,
|
|
45954
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => dataRef.value.featured_image = $event)
|
|
45955
|
+
}, null, 8, ["type", "modelValue"])
|
|
45956
|
+
];
|
|
45957
|
+
}),
|
|
45958
|
+
_: 1
|
|
45959
|
+
}, 8, ["title"])
|
|
45960
|
+
])) : createCommentVNode("", true),
|
|
45961
|
+
dataRef.value.hasOwnProperty("button") ? (openBlock(), createElementBlock("div", _hoisted_5$g, [
|
|
45962
|
+
_cache[10] || (_cache[10] = createElementVNode("p", { class: "text-lg font-semibold text-gray-900 border-b border-gray-200 pb-4" }, " Link To ", -1)),
|
|
45963
|
+
createVNode(_sfc_main$J, {
|
|
45964
|
+
name: "show",
|
|
45965
|
+
modelValue: dataRef.value.button.show,
|
|
45966
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => dataRef.value.button.show = $event),
|
|
45967
|
+
title: "Show Button"
|
|
45968
|
+
}, null, 8, ["modelValue"]),
|
|
45969
|
+
dataRef.value.button ? (openBlock(), createBlock(_sfc_main$L, {
|
|
45970
|
+
key: 0,
|
|
45971
|
+
"is-vertical": "",
|
|
45972
|
+
field: "title",
|
|
45973
|
+
"label-text": "Button label *",
|
|
45974
|
+
class: "w-full mb-4",
|
|
45975
|
+
value: dataRef.value.button.title,
|
|
45976
|
+
limit: 51
|
|
45902
45977
|
}, {
|
|
45903
45978
|
default: withCtx(() => [
|
|
45904
|
-
|
|
45905
|
-
|
|
45906
|
-
|
|
45907
|
-
|
|
45908
|
-
|
|
45909
|
-
|
|
45979
|
+
withDirectives(createElementVNode("input", {
|
|
45980
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => dataRef.value.button.title = $event),
|
|
45981
|
+
name: "title",
|
|
45982
|
+
type: "text",
|
|
45983
|
+
placeholder: "Title",
|
|
45984
|
+
maxlength: 51,
|
|
45985
|
+
class: "border-1 border-solid border-gray-300 rounded-lg bg-white w-full"
|
|
45986
|
+
}, null, 512), [
|
|
45987
|
+
[vModelText, dataRef.value.button.title]
|
|
45988
|
+
])
|
|
45910
45989
|
]),
|
|
45911
45990
|
_: 1
|
|
45912
|
-
})
|
|
45991
|
+
}, 8, ["value"])) : createCommentVNode("", true),
|
|
45992
|
+
((_b = dataRef.value) == null ? void 0 : _b.button) ? (openBlock(), createBlock(_sfc_main$F, {
|
|
45993
|
+
key: 1,
|
|
45994
|
+
name: "button",
|
|
45995
|
+
type: dataRef.value.button.type,
|
|
45996
|
+
"onUpdate:type": _cache[6] || (_cache[6] = ($event) => dataRef.value.button.type = $event),
|
|
45997
|
+
url: dataRef.value.button.url,
|
|
45998
|
+
"onUpdate:url": _cache[7] || (_cache[7] = ($event) => dataRef.value.button.url = $event),
|
|
45999
|
+
openInNewTab: dataRef.value.button.open_in_new_tab,
|
|
46000
|
+
"onUpdate:openInNewTab": _cache[8] || (_cache[8] = ($event) => dataRef.value.button.open_in_new_tab = $event),
|
|
46001
|
+
sites: _ctx.sites,
|
|
46002
|
+
forms: __props.forms
|
|
46003
|
+
}, null, 8, ["type", "url", "openInNewTab", "sites", "forms"])) : createCommentVNode("", true)
|
|
45913
46004
|
])) : createCommentVNode("", true)
|
|
45914
46005
|
]);
|
|
45915
46006
|
};
|
|
45916
46007
|
}
|
|
45917
46008
|
};
|
|
45918
46009
|
const _hoisted_1$F = { class: "rounded-xl bg-gray-50 px-6 py-5" };
|
|
45919
|
-
const _hoisted_2$
|
|
46010
|
+
const _hoisted_2$m = { class: "text-lg font-semibold text-gray-900 pb-4" };
|
|
45920
46011
|
const _hoisted_3$i = {
|
|
45921
46012
|
key: 0,
|
|
45922
46013
|
class: "rounded-xl bg-gray-200"
|
|
@@ -45932,7 +46023,7 @@ const _sfc_main$s = {
|
|
|
45932
46023
|
},
|
|
45933
46024
|
emits: ["update"],
|
|
45934
46025
|
setup(__props, { emit: __emit }) {
|
|
45935
|
-
const VFileUpload = inject("VFileUpload", _sfc_main$
|
|
46026
|
+
const VFileUpload = inject("VFileUpload", _sfc_main$K);
|
|
45936
46027
|
const props = __props;
|
|
45937
46028
|
const dataRef = ref(props.data.component);
|
|
45938
46029
|
const captionWordCount = computed(() => {
|
|
@@ -45943,7 +46034,7 @@ const _sfc_main$s = {
|
|
|
45943
46034
|
});
|
|
45944
46035
|
return (_ctx, _cache) => {
|
|
45945
46036
|
return openBlock(), createElementBlock("div", _hoisted_1$F, [
|
|
45946
|
-
createElementVNode("p", _hoisted_2$
|
|
46037
|
+
createElementVNode("p", _hoisted_2$m, toDisplayString(dataRef.value.name), 1),
|
|
45947
46038
|
dataRef.value.hasOwnProperty("featured_image") ? (openBlock(), createElementBlock("div", _hoisted_3$i, [
|
|
45948
46039
|
createVNode(_sfc_main$E, {
|
|
45949
46040
|
classes: "bg-gray-200",
|
|
@@ -45963,7 +46054,7 @@ const _sfc_main$s = {
|
|
|
45963
46054
|
])) : createCommentVNode("", true),
|
|
45964
46055
|
dataRef.value.hasOwnProperty("caption") ? (openBlock(), createElementBlock("div", _hoisted_4$h, [
|
|
45965
46056
|
_cache[2] || (_cache[2] = createElementVNode("p", { class: "text-lg font-semibold text-gray-900 border-b border-gray-200" }, " Caption ", -1)),
|
|
45966
|
-
createVNode(_sfc_main$
|
|
46057
|
+
createVNode(_sfc_main$L, {
|
|
45967
46058
|
"is-vertical": "",
|
|
45968
46059
|
field: "caption",
|
|
45969
46060
|
"label-text": "Caption *",
|
|
@@ -46009,23 +46100,23 @@ const _sfc_main$r = {
|
|
|
46009
46100
|
}
|
|
46010
46101
|
};
|
|
46011
46102
|
const _hoisted_1$E = { class: "page-builder overflow-auto" };
|
|
46012
|
-
const _hoisted_2$
|
|
46103
|
+
const _hoisted_2$l = { class: "flex gap-4 px-6 overflow-auto" };
|
|
46013
46104
|
const _hoisted_3$h = { class: "flex w-[356px] flex-col gap-2 pb-10 overflow-y-auto h-[100vh]" };
|
|
46014
46105
|
const _hoisted_4$g = { class: "border-b border-gray-200 pb-2" };
|
|
46015
46106
|
const _hoisted_5$f = ["onClick"];
|
|
46016
46107
|
const _hoisted_6$f = { class: "text-lg font-semibold text-brand-800" };
|
|
46017
|
-
const _hoisted_7$
|
|
46018
|
-
const _hoisted_8$
|
|
46019
|
-
const _hoisted_9$
|
|
46108
|
+
const _hoisted_7$f = { class: "relative flex items-center gap-3" };
|
|
46109
|
+
const _hoisted_8$e = { class: "cursor-pointer" };
|
|
46110
|
+
const _hoisted_9$e = {
|
|
46020
46111
|
key: 0,
|
|
46021
46112
|
class: "flex flex-col gap-2"
|
|
46022
46113
|
};
|
|
46023
|
-
const _hoisted_10$
|
|
46114
|
+
const _hoisted_10$a = ["onClick"];
|
|
46024
46115
|
const _hoisted_11$9 = { class: "flex flex-col" };
|
|
46025
46116
|
const _hoisted_12$8 = { class: "text-sm font-medium text-gray-900" };
|
|
46026
46117
|
const _hoisted_13$5 = { class: "flex items-center justify-between gap-3 px-[10px]" };
|
|
46027
46118
|
const _hoisted_14$5 = { class: "flex h-full flex-1 flex-col mb-20" };
|
|
46028
|
-
const _hoisted_15$
|
|
46119
|
+
const _hoisted_15$4 = {
|
|
46029
46120
|
key: 0,
|
|
46030
46121
|
class: "mb-4 px-6 py-5 rounded-xl bg-gray-50"
|
|
46031
46122
|
};
|
|
@@ -46049,6 +46140,12 @@ const _sfc_main$q = {
|
|
|
46049
46140
|
return [];
|
|
46050
46141
|
}
|
|
46051
46142
|
},
|
|
46143
|
+
forms: {
|
|
46144
|
+
type: Array,
|
|
46145
|
+
default: () => {
|
|
46146
|
+
return [];
|
|
46147
|
+
}
|
|
46148
|
+
},
|
|
46052
46149
|
breadcrumbs: {
|
|
46053
46150
|
type: Array,
|
|
46054
46151
|
default: () => {
|
|
@@ -46065,8 +46162,8 @@ const _sfc_main$q = {
|
|
|
46065
46162
|
const sections = ref(((_a = props.modelValue) == null ? void 0 : _a.sections) ?? []);
|
|
46066
46163
|
let selected = ref(null);
|
|
46067
46164
|
const componentMaps = ref({
|
|
46068
|
-
sliders: markRaw(_sfc_main$
|
|
46069
|
-
vertical_tabs: markRaw(_sfc_main$
|
|
46165
|
+
sliders: markRaw(_sfc_main$M),
|
|
46166
|
+
vertical_tabs: markRaw(_sfc_main$M),
|
|
46070
46167
|
links: markRaw(_sfc_main$y),
|
|
46071
46168
|
header: markRaw(_sfc_main$z),
|
|
46072
46169
|
callout: markRaw(_sfc_main$z),
|
|
@@ -46077,11 +46174,11 @@ const _sfc_main$q = {
|
|
|
46077
46174
|
video_grid: markRaw(_sfc_main$u),
|
|
46078
46175
|
paragraph: markRaw(_sfc_main$t),
|
|
46079
46176
|
image_block: markRaw(_sfc_main$s),
|
|
46080
|
-
timeline_items: markRaw(_sfc_main$
|
|
46177
|
+
timeline_items: markRaw(_sfc_main$M),
|
|
46081
46178
|
bullet_points: markRaw(_sfc_main$y),
|
|
46082
46179
|
feature_items: markRaw(_sfc_main$y),
|
|
46083
46180
|
faqs: markRaw(_sfc_main$y),
|
|
46084
|
-
link_cards: markRaw(_sfc_main$
|
|
46181
|
+
link_cards: markRaw(_sfc_main$M),
|
|
46085
46182
|
contact_us: markRaw(_sfc_main$r)
|
|
46086
46183
|
});
|
|
46087
46184
|
if (!openStates.value) {
|
|
@@ -46119,7 +46216,7 @@ const _sfc_main$q = {
|
|
|
46119
46216
|
return (_ctx, _cache) => {
|
|
46120
46217
|
var _a2, _b;
|
|
46121
46218
|
return openBlock(), createElementBlock("div", _hoisted_1$E, [
|
|
46122
|
-
createElementVNode("div", _hoisted_2$
|
|
46219
|
+
createElementVNode("div", _hoisted_2$l, [
|
|
46123
46220
|
createElementVNode("div", _hoisted_3$h, [
|
|
46124
46221
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.modelValue.sections, (parent, sectionIndex) => {
|
|
46125
46222
|
return openBlock(), createElementBlock("div", _hoisted_4$g, [
|
|
@@ -46128,8 +46225,8 @@ const _sfc_main$q = {
|
|
|
46128
46225
|
class: "flex cursor-pointer items-center justify-between px-2 py-4"
|
|
46129
46226
|
}, [
|
|
46130
46227
|
createElementVNode("span", _hoisted_6$f, toDisplayString(parent.title), 1),
|
|
46131
|
-
createElementVNode("div", _hoisted_7$
|
|
46132
|
-
createElementVNode("div", _hoisted_8$
|
|
46228
|
+
createElementVNode("div", _hoisted_7$f, [
|
|
46229
|
+
createElementVNode("div", _hoisted_8$e, [
|
|
46133
46230
|
!openStates.value[sectionIndex] ? (openBlock(), createBlock(unref(ChevronRight), {
|
|
46134
46231
|
key: 0,
|
|
46135
46232
|
class: "h-5 w-5"
|
|
@@ -46140,7 +46237,7 @@ const _sfc_main$q = {
|
|
|
46140
46237
|
])
|
|
46141
46238
|
])
|
|
46142
46239
|
], 8, _hoisted_5$f),
|
|
46143
|
-
openStates.value[sectionIndex] ? (openBlock(), createElementBlock("div", _hoisted_9$
|
|
46240
|
+
openStates.value[sectionIndex] ? (openBlock(), createElementBlock("div", _hoisted_9$e, [
|
|
46144
46241
|
(openBlock(true), createElementBlock(Fragment, null, renderList(parent.components, (component, index) => {
|
|
46145
46242
|
var _a3, _b2;
|
|
46146
46243
|
return openBlock(), createElementBlock("div", {
|
|
@@ -46154,17 +46251,17 @@ const _sfc_main$q = {
|
|
|
46154
46251
|
createElementVNode("div", _hoisted_13$5, [
|
|
46155
46252
|
createVNode(unref(ChevronRight), { class: "h-5 w-5" })
|
|
46156
46253
|
])
|
|
46157
|
-
], 10, _hoisted_10$
|
|
46254
|
+
], 10, _hoisted_10$a);
|
|
46158
46255
|
}), 256))
|
|
46159
46256
|
])) : createCommentVNode("", true)
|
|
46160
46257
|
]);
|
|
46161
46258
|
}), 256))
|
|
46162
46259
|
]),
|
|
46163
46260
|
createElementVNode("div", _hoisted_14$5, [
|
|
46164
|
-
!unref(selected) ? (openBlock(), createElementBlock("div", _hoisted_15$
|
|
46261
|
+
!unref(selected) ? (openBlock(), createElementBlock("div", _hoisted_15$4, [
|
|
46165
46262
|
_cache[3] || (_cache[3] = createElementVNode("div", { class: "text-lg pb-6 font-semibold text-gray-900 border-b border-gray-200" }, "Settings", -1)),
|
|
46166
46263
|
createElementVNode("div", _hoisted_16$2, [
|
|
46167
|
-
createVNode(_sfc_main$
|
|
46264
|
+
createVNode(_sfc_main$L, {
|
|
46168
46265
|
field: "breadcrumb",
|
|
46169
46266
|
"label-text": "Breadcrumb section",
|
|
46170
46267
|
class: "w-full"
|
|
@@ -46195,8 +46292,9 @@ const _sfc_main$q = {
|
|
|
46195
46292
|
key: `${(_a2 = unref(selected)) == null ? void 0 : _a2.sectionIndex} - ${(_b = unref(selected)) == null ? void 0 : _b.componentIndex} ${Math.random().toString(36).substring(2, 10)}`,
|
|
46196
46293
|
data: unref(selected),
|
|
46197
46294
|
sites: __props.sites,
|
|
46295
|
+
forms: __props.forms,
|
|
46198
46296
|
onUpdate: save
|
|
46199
|
-
}, null, 40, ["data", "sites"]))
|
|
46297
|
+
}, null, 40, ["data", "sites", "forms"]))
|
|
46200
46298
|
])
|
|
46201
46299
|
]),
|
|
46202
46300
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
@@ -47675,15 +47773,15 @@ const Slide = defineComponent({
|
|
|
47675
47773
|
}
|
|
47676
47774
|
});
|
|
47677
47775
|
const _hoisted_1$C = { class: "flex h-[872px] w-full bg-navy-800 relative rounded-[48px] z-10" };
|
|
47678
|
-
const _hoisted_2$
|
|
47776
|
+
const _hoisted_2$k = { class: "lg:p-8 p-4 flex relative w-full" };
|
|
47679
47777
|
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" };
|
|
47680
47778
|
const _hoisted_4$f = { class: "gap-2 flex z-10 mb-4" };
|
|
47681
47779
|
const _hoisted_5$e = ["onClick"];
|
|
47682
47780
|
const _hoisted_6$e = { class: "lg:text-[48px] text-[40px] font-semibold text-white mb-3 lg:leading-normal leading-[48px]" };
|
|
47683
|
-
const _hoisted_7$
|
|
47684
|
-
const _hoisted_8$
|
|
47685
|
-
const _hoisted_9$
|
|
47686
|
-
const _hoisted_10$
|
|
47781
|
+
const _hoisted_7$e = ["innerHTML"];
|
|
47782
|
+
const _hoisted_8$d = { class: "flex gap-3 mt-8 flex-col lg:flex-row" };
|
|
47783
|
+
const _hoisted_9$d = ["href", "target"];
|
|
47784
|
+
const _hoisted_10$9 = ["href", "target"];
|
|
47687
47785
|
const _hoisted_11$8 = ["src"];
|
|
47688
47786
|
const _hoisted_12$7 = {
|
|
47689
47787
|
key: 1,
|
|
@@ -47717,7 +47815,7 @@ const _sfc_main$p = {
|
|
|
47717
47815
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(slides), (slide, index) => {
|
|
47718
47816
|
return openBlock(), createBlock(unref(Slide), { key: index }, {
|
|
47719
47817
|
default: withCtx(() => [
|
|
47720
|
-
createElementVNode("div", _hoisted_2$
|
|
47818
|
+
createElementVNode("div", _hoisted_2$k, [
|
|
47721
47819
|
createElementVNode("div", _hoisted_3$g, [
|
|
47722
47820
|
createElementVNode("div", _hoisted_4$f, [
|
|
47723
47821
|
unref(slides).length > 1 ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList(unref(slides), (slide2, index2) => {
|
|
@@ -47731,8 +47829,8 @@ const _sfc_main$p = {
|
|
|
47731
47829
|
createElementVNode("p", {
|
|
47732
47830
|
class: "text-lg font-normal text-navy-50",
|
|
47733
47831
|
innerHTML: slide == null ? void 0 : slide.description
|
|
47734
|
-
}, null, 8, _hoisted_7$
|
|
47735
|
-
createElementVNode("div", _hoisted_8$
|
|
47832
|
+
}, null, 8, _hoisted_7$e),
|
|
47833
|
+
createElementVNode("div", _hoisted_8$d, [
|
|
47736
47834
|
slide.secondary_button.show ? (openBlock(), createElementBlock("a", {
|
|
47737
47835
|
key: 0,
|
|
47738
47836
|
class: "text-white text-base font-semibold border border-white px-6 py-2 rounded-full hover:bg-navy-800 hover:opacity-60",
|
|
@@ -47740,7 +47838,7 @@ const _sfc_main$p = {
|
|
|
47740
47838
|
target: slide.secondary_button.open_in_new_tab ? "_blank" : ""
|
|
47741
47839
|
}, [
|
|
47742
47840
|
createElementVNode("span", null, toDisplayString(slide.secondary_button.label), 1)
|
|
47743
|
-
], 8, _hoisted_9$
|
|
47841
|
+
], 8, _hoisted_9$d)) : createCommentVNode("", true),
|
|
47744
47842
|
slide.primary_button.show ? (openBlock(), createElementBlock("a", {
|
|
47745
47843
|
key: 1,
|
|
47746
47844
|
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",
|
|
@@ -47749,7 +47847,7 @@ const _sfc_main$p = {
|
|
|
47749
47847
|
}, [
|
|
47750
47848
|
createTextVNode(toDisplayString(slide.primary_button.label) + " ", 1),
|
|
47751
47849
|
createVNode(unref(ArrowUpRight), { class: "w-5 h-5" })
|
|
47752
|
-
], 8, _hoisted_10$
|
|
47850
|
+
], 8, _hoisted_10$9)) : createCommentVNode("", true)
|
|
47753
47851
|
])
|
|
47754
47852
|
]),
|
|
47755
47853
|
slide.featured_image ? (openBlock(), createElementBlock("img", {
|
|
@@ -47807,7 +47905,7 @@ const _sfc_main$o = {
|
|
|
47807
47905
|
}
|
|
47808
47906
|
};
|
|
47809
47907
|
const _hoisted_1$A = { class: "rounded-[48px] 1xl:max-w-[1824px] mx-auto w-full" };
|
|
47810
|
-
const _hoisted_2$
|
|
47908
|
+
const _hoisted_2$j = { class: "md:px-[90px]" };
|
|
47811
47909
|
const _sfc_main$n = {
|
|
47812
47910
|
__name: "HeroHeader",
|
|
47813
47911
|
props: {
|
|
@@ -47832,7 +47930,7 @@ const _sfc_main$n = {
|
|
|
47832
47930
|
return (_ctx, _cache) => {
|
|
47833
47931
|
return openBlock(), createElementBlock("div", _hoisted_1$A, [
|
|
47834
47932
|
(openBlock(true), createElementBlock(Fragment, null, renderList(section.value.components, (component, index) => {
|
|
47835
|
-
return openBlock(), createElementBlock("div", _hoisted_2$
|
|
47933
|
+
return openBlock(), createElementBlock("div", _hoisted_2$j, [
|
|
47836
47934
|
(openBlock(), createBlock(resolveDynamicComponent(currentComponent(component)), {
|
|
47837
47935
|
key: index,
|
|
47838
47936
|
component
|
|
@@ -47906,7 +48004,7 @@ function render$c(_ctx, _cache) {
|
|
|
47906
48004
|
}
|
|
47907
48005
|
const LeftVector = { render: render$c };
|
|
47908
48006
|
const _hoisted_1$x = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full" };
|
|
47909
|
-
const _hoisted_2$
|
|
48007
|
+
const _hoisted_2$i = { class: "w-full md:w-3/4" };
|
|
47910
48008
|
const _sfc_main$l = {
|
|
47911
48009
|
__name: "QuickLinks",
|
|
47912
48010
|
props: {
|
|
@@ -47943,7 +48041,7 @@ const _sfc_main$l = {
|
|
|
47943
48041
|
}, [
|
|
47944
48042
|
(openBlock(true), createElementBlock(Fragment, null, renderList(section.value.components, (component, index) => {
|
|
47945
48043
|
var _a2;
|
|
47946
|
-
return openBlock(), createElementBlock("div", _hoisted_2$
|
|
48044
|
+
return openBlock(), createElementBlock("div", _hoisted_2$i, [
|
|
47947
48045
|
(openBlock(), createBlock(resolveDynamicComponent(currentComponent(component)), {
|
|
47948
48046
|
key: index,
|
|
47949
48047
|
component,
|
|
@@ -47962,19 +48060,19 @@ const _sfc_main$l = {
|
|
|
47962
48060
|
}
|
|
47963
48061
|
};
|
|
47964
48062
|
const _hoisted_1$w = { class: "flex flex-col md:flex-row justify-center gap-4 items-stretch mt-6" };
|
|
47965
|
-
const _hoisted_2$
|
|
48063
|
+
const _hoisted_2$h = { class: "flex-1 w-full md:w-1/2 flex flex-col" };
|
|
47966
48064
|
const _hoisted_3$f = ["onClick"];
|
|
47967
48065
|
const _hoisted_4$e = { class: "py-4 pl-4 md:pl-6" };
|
|
47968
48066
|
const _hoisted_5$d = ["innerHTML"];
|
|
47969
48067
|
const _hoisted_6$d = { class: "flex-1 w-full md:w-1/2 bg-transparent flex flex-col items-center" };
|
|
47970
|
-
const _hoisted_7$
|
|
47971
|
-
const _hoisted_8$
|
|
48068
|
+
const _hoisted_7$d = ["src"];
|
|
48069
|
+
const _hoisted_8$c = {
|
|
47972
48070
|
key: 1,
|
|
47973
48071
|
class: "rounded-[20px] md:rounded-[40px] object-contain max-h-[200px] md:max-h-[387px] w-full",
|
|
47974
48072
|
src: _imports_0,
|
|
47975
48073
|
alt: "No Image Available"
|
|
47976
48074
|
};
|
|
47977
|
-
const _hoisted_9$
|
|
48075
|
+
const _hoisted_9$c = ["target", "href"];
|
|
47978
48076
|
const _sfc_main$k = {
|
|
47979
48077
|
__name: "VerticalTabPresenter",
|
|
47980
48078
|
props: {
|
|
@@ -47998,7 +48096,7 @@ const _sfc_main$k = {
|
|
|
47998
48096
|
});
|
|
47999
48097
|
return (_ctx, _cache) => {
|
|
48000
48098
|
return openBlock(), createElementBlock("div", _hoisted_1$w, [
|
|
48001
|
-
createElementVNode("div", _hoisted_2$
|
|
48099
|
+
createElementVNode("div", _hoisted_2$h, [
|
|
48002
48100
|
(openBlock(true), createElementBlock(Fragment, null, renderList(publicTabs.value, (item) => {
|
|
48003
48101
|
return openBlock(), createElementBlock("div", {
|
|
48004
48102
|
key: item.title
|
|
@@ -48037,7 +48135,7 @@ const _sfc_main$k = {
|
|
|
48037
48135
|
src: selectedItem.value.featured_image,
|
|
48038
48136
|
alt: "Selected Item Image",
|
|
48039
48137
|
class: "rounded-[20px] md:rounded-[40px] object-contain max-h-[200px] md:max-h-[387px] w-full"
|
|
48040
|
-
}, null, 8, _hoisted_7$
|
|
48138
|
+
}, null, 8, _hoisted_7$d)) : (openBlock(), createElementBlock("img", _hoisted_8$c)),
|
|
48041
48139
|
((_d = (_c = selectedItem.value) == null ? void 0 : _c.primary_button) == null ? void 0 : _d.show) ? (openBlock(), createElementBlock("a", {
|
|
48042
48140
|
key: 2,
|
|
48043
48141
|
class: "text-sm md:text-md font-semibold text-brand-600 flex items-center gap-2 mt-4",
|
|
@@ -48046,7 +48144,7 @@ const _sfc_main$k = {
|
|
|
48046
48144
|
}, [
|
|
48047
48145
|
createTextVNode(toDisplayString(((_j = (_i = selectedItem.value) == null ? void 0 : _i.primary_button) == null ? void 0 : _j.label) ?? "N/A") + " ", 1),
|
|
48048
48146
|
createVNode(unref(ArrowUpRight), { class: "w-4 h-4 md:w-5 md:h-5" })
|
|
48049
|
-
], 8, _hoisted_9$
|
|
48147
|
+
], 8, _hoisted_9$c)) : createCommentVNode("", true)
|
|
48050
48148
|
]))
|
|
48051
48149
|
];
|
|
48052
48150
|
}),
|
|
@@ -48059,7 +48157,7 @@ const _sfc_main$k = {
|
|
|
48059
48157
|
};
|
|
48060
48158
|
const VVerticalTabPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-ef885607"]]);
|
|
48061
48159
|
const _hoisted_1$v = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full" };
|
|
48062
|
-
const _hoisted_2$
|
|
48160
|
+
const _hoisted_2$g = { class: "max-md:mx-[30px] 1xl:mx-0 bg-navy-25 rounded-[48px] p-16" };
|
|
48063
48161
|
const _sfc_main$j = {
|
|
48064
48162
|
__name: "VTabs",
|
|
48065
48163
|
props: {
|
|
@@ -48083,7 +48181,7 @@ const _sfc_main$j = {
|
|
|
48083
48181
|
};
|
|
48084
48182
|
return (_ctx, _cache) => {
|
|
48085
48183
|
return openBlock(), createElementBlock("div", _hoisted_1$v, [
|
|
48086
|
-
createElementVNode("div", _hoisted_2$
|
|
48184
|
+
createElementVNode("div", _hoisted_2$g, [
|
|
48087
48185
|
(openBlock(true), createElementBlock(Fragment, null, renderList(section.value.components, (component, index) => {
|
|
48088
48186
|
return openBlock(), createElementBlock("div", null, [
|
|
48089
48187
|
(openBlock(), createBlock(resolveDynamicComponent(currentComponent(component)), {
|
|
@@ -48098,7 +48196,7 @@ const _sfc_main$j = {
|
|
|
48098
48196
|
}
|
|
48099
48197
|
};
|
|
48100
48198
|
const _hoisted_1$u = { class: "w-full relative" };
|
|
48101
|
-
const _hoisted_2$
|
|
48199
|
+
const _hoisted_2$f = ["href"];
|
|
48102
48200
|
const _hoisted_3$e = ["src"];
|
|
48103
48201
|
const _hoisted_4$d = {
|
|
48104
48202
|
key: 1,
|
|
@@ -48152,7 +48250,7 @@ const _sfc_main$i = {
|
|
|
48152
48250
|
class: normalizeClass(getLogoHeight(component == null ? void 0 : component.height)),
|
|
48153
48251
|
alt: "Brand Logo"
|
|
48154
48252
|
}, null, 10, _hoisted_3$e)) : (openBlock(), createElementBlock("span", _hoisted_4$d, "No photo"))
|
|
48155
|
-
], 8, _hoisted_2$
|
|
48253
|
+
], 8, _hoisted_2$f);
|
|
48156
48254
|
}), 256))
|
|
48157
48255
|
], 2)) : createCommentVNode("", true)
|
|
48158
48256
|
]);
|
|
@@ -48262,7 +48360,7 @@ const _sfc_main$h = {
|
|
|
48262
48360
|
}
|
|
48263
48361
|
};
|
|
48264
48362
|
const _hoisted_1$o = { class: "relative" };
|
|
48265
|
-
const _hoisted_2$
|
|
48363
|
+
const _hoisted_2$e = { class: "mb-4" };
|
|
48266
48364
|
const _hoisted_3$d = ["src"];
|
|
48267
48365
|
const _hoisted_4$c = {
|
|
48268
48366
|
key: 0,
|
|
@@ -48270,13 +48368,13 @@ const _hoisted_4$c = {
|
|
|
48270
48368
|
};
|
|
48271
48369
|
const _hoisted_5$c = { class: "my-3" };
|
|
48272
48370
|
const _hoisted_6$c = ["href"];
|
|
48273
|
-
const _hoisted_7$
|
|
48274
|
-
const _hoisted_8$
|
|
48371
|
+
const _hoisted_7$c = ["innerHTML"];
|
|
48372
|
+
const _hoisted_8$b = {
|
|
48275
48373
|
key: 1,
|
|
48276
48374
|
class: "flex gap-2 text-gray-600 mt-6 font-semibold"
|
|
48277
48375
|
};
|
|
48278
|
-
const _hoisted_9$
|
|
48279
|
-
const _hoisted_10$
|
|
48376
|
+
const _hoisted_9$b = ["innerHTML"];
|
|
48377
|
+
const _hoisted_10$8 = {
|
|
48280
48378
|
key: 2,
|
|
48281
48379
|
class: "flex gap-2 text-gray-600 mt-2 font-semibold"
|
|
48282
48380
|
};
|
|
@@ -48284,7 +48382,7 @@ const _hoisted_11$7 = ["innerHTML"];
|
|
|
48284
48382
|
const _hoisted_12$6 = { class: "border-t border-gray-200 mt-4 pt-[17px] flex justify-between items-center" };
|
|
48285
48383
|
const _hoisted_13$4 = ["href"];
|
|
48286
48384
|
const _hoisted_14$4 = { class: "absolute top-[-65px] right-4 flex gap-4" };
|
|
48287
|
-
const _hoisted_15$
|
|
48385
|
+
const _hoisted_15$3 = {
|
|
48288
48386
|
key: 0,
|
|
48289
48387
|
class: "flex justify-center mb-[40px]"
|
|
48290
48388
|
};
|
|
@@ -48334,7 +48432,7 @@ const _sfc_main$g = {
|
|
|
48334
48432
|
class: normalizeClass(["w-full p-4 rounded-[16px]", { "bg-gray-50 h-full flex flex-col justify-between": !__props.hasBackground, "bg-white": __props.hasBackground }])
|
|
48335
48433
|
}, [
|
|
48336
48434
|
createElementVNode("div", null, [
|
|
48337
|
-
createElementVNode("div", _hoisted_2$
|
|
48435
|
+
createElementVNode("div", _hoisted_2$e, [
|
|
48338
48436
|
slide.image ? (openBlock(), createElementBlock("img", {
|
|
48339
48437
|
key: 0,
|
|
48340
48438
|
src: slide.image,
|
|
@@ -48360,15 +48458,15 @@ const _sfc_main$g = {
|
|
|
48360
48458
|
createElementVNode("p", {
|
|
48361
48459
|
class: "text-base font-normal text-gray-600 leading-[24px] multiline-ellipsis",
|
|
48362
48460
|
innerHTML: slide == null ? void 0 : slide.description
|
|
48363
|
-
}, null, 8, _hoisted_7$
|
|
48364
|
-
(slide == null ? void 0 : slide.type) === "event" ? (openBlock(), createElementBlock("div", _hoisted_8$
|
|
48461
|
+
}, null, 8, _hoisted_7$c),
|
|
48462
|
+
(slide == null ? void 0 : slide.type) === "event" ? (openBlock(), createElementBlock("div", _hoisted_8$b, [
|
|
48365
48463
|
createVNode(unref(Clock), { class: "w-4 h-4 mt-[3px]" }),
|
|
48366
48464
|
createElementVNode("div", {
|
|
48367
48465
|
class: "text-sm",
|
|
48368
48466
|
innerHTML: slide == null ? void 0 : slide.line_1
|
|
48369
|
-
}, null, 8, _hoisted_9$
|
|
48467
|
+
}, null, 8, _hoisted_9$b)
|
|
48370
48468
|
])) : createCommentVNode("", true),
|
|
48371
|
-
slide.type === "event" ? (openBlock(), createElementBlock("div", _hoisted_10$
|
|
48469
|
+
slide.type === "event" ? (openBlock(), createElementBlock("div", _hoisted_10$8, [
|
|
48372
48470
|
createVNode(unref(Ticket), { class: "w-4 h-4 mt-[3px]" }),
|
|
48373
48471
|
createElementVNode("div", {
|
|
48374
48472
|
class: "text-sm",
|
|
@@ -48405,7 +48503,7 @@ const _sfc_main$g = {
|
|
|
48405
48503
|
createVNode(unref(ChevronRight), { class: "w-6 h-6" })
|
|
48406
48504
|
])
|
|
48407
48505
|
]),
|
|
48408
|
-
((_a2 = __props.component) == null ? void 0 : _a2.button) ? (openBlock(), createElementBlock("div", _hoisted_15$
|
|
48506
|
+
((_a2 = __props.component) == null ? void 0 : _a2.button) ? (openBlock(), createElementBlock("div", _hoisted_15$3, [
|
|
48409
48507
|
createElementVNode("a", {
|
|
48410
48508
|
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",
|
|
48411
48509
|
href: unref(formatUrl)(__props.component.button.url),
|
|
@@ -48420,7 +48518,7 @@ const _sfc_main$g = {
|
|
|
48420
48518
|
}
|
|
48421
48519
|
};
|
|
48422
48520
|
const _hoisted_1$n = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full" };
|
|
48423
|
-
const _hoisted_2$
|
|
48521
|
+
const _hoisted_2$d = { class: "max-md:mx-[30px] 1xl:mx-0 rounded-[48px] pt-[40px]" };
|
|
48424
48522
|
const _sfc_main$f = {
|
|
48425
48523
|
__name: "CollectionCarousel",
|
|
48426
48524
|
props: {
|
|
@@ -48444,7 +48542,7 @@ const _sfc_main$f = {
|
|
|
48444
48542
|
class: normalizeClass(["overflow-hidden", { "rounded-br-[48px] rounded-tl-[48px] bg-aqua-100": (_a = section.value) == null ? void 0 : _a.has_background }])
|
|
48445
48543
|
}, [
|
|
48446
48544
|
createElementVNode("div", _hoisted_1$n, [
|
|
48447
|
-
createElementVNode("div", _hoisted_2$
|
|
48545
|
+
createElementVNode("div", _hoisted_2$d, [
|
|
48448
48546
|
createVNode(_sfc_main$m, { component: headerComponent.value }, null, 8, ["component"])
|
|
48449
48547
|
])
|
|
48450
48548
|
]),
|
|
@@ -48477,34 +48575,34 @@ function render$7(_ctx, _cache) {
|
|
|
48477
48575
|
]));
|
|
48478
48576
|
}
|
|
48479
48577
|
const PlayButton = { render: render$7 };
|
|
48480
|
-
const _hoisted_1$l = { class: "
|
|
48481
|
-
const _hoisted_2$
|
|
48482
|
-
const _hoisted_3$c = {
|
|
48578
|
+
const _hoisted_1$l = { class: "grid grid-cols-1 md:grid-cols-3 gap-6 w-full" };
|
|
48579
|
+
const _hoisted_2$c = {
|
|
48483
48580
|
key: 0,
|
|
48484
48581
|
class: "relative group"
|
|
48485
48582
|
};
|
|
48486
|
-
const
|
|
48583
|
+
const _hoisted_3$c = ["onClick"];
|
|
48584
|
+
const _hoisted_4$b = ["src"];
|
|
48487
48585
|
const _hoisted_5$b = ["src"];
|
|
48488
|
-
const _hoisted_6$b =
|
|
48489
|
-
const _hoisted_7$a = {
|
|
48586
|
+
const _hoisted_6$b = {
|
|
48490
48587
|
key: 2,
|
|
48491
48588
|
class: "w-full h-[281px] object-cover rounded-[16px] mb-4",
|
|
48589
|
+
alt: "No Available",
|
|
48492
48590
|
src: _imports_0
|
|
48493
48591
|
};
|
|
48494
|
-
const
|
|
48495
|
-
const
|
|
48592
|
+
const _hoisted_7$b = { class: "flex flex-col gap-2 items-start text-left w-full" };
|
|
48593
|
+
const _hoisted_8$a = {
|
|
48496
48594
|
key: 0,
|
|
48497
48595
|
class: "flex gap-2"
|
|
48498
48596
|
};
|
|
48499
|
-
const
|
|
48500
|
-
const
|
|
48501
|
-
const
|
|
48502
|
-
const
|
|
48503
|
-
const
|
|
48597
|
+
const _hoisted_9$a = ["href"];
|
|
48598
|
+
const _hoisted_10$7 = { class: "flex justify-between" };
|
|
48599
|
+
const _hoisted_11$6 = ["innerHTML"];
|
|
48600
|
+
const _hoisted_12$5 = { class: "text-gray-500 text-sm mb-4" };
|
|
48601
|
+
const _hoisted_13$3 = {
|
|
48504
48602
|
key: 0,
|
|
48505
48603
|
class: "flex justify-center"
|
|
48506
48604
|
};
|
|
48507
|
-
const
|
|
48605
|
+
const _hoisted_14$3 = ["href", "target"];
|
|
48508
48606
|
const _sfc_main$e = {
|
|
48509
48607
|
__name: "CollectionGridPresenter",
|
|
48510
48608
|
props: {
|
|
@@ -48542,15 +48640,17 @@ const _sfc_main$e = {
|
|
|
48542
48640
|
}
|
|
48543
48641
|
};
|
|
48544
48642
|
return (_ctx, _cache) => {
|
|
48545
|
-
var _a2;
|
|
48546
|
-
return openBlock(), createElementBlock("div",
|
|
48547
|
-
|
|
48643
|
+
var _a2, _b2;
|
|
48644
|
+
return openBlock(), createElementBlock("div", {
|
|
48645
|
+
class: 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) }])
|
|
48646
|
+
}, [
|
|
48647
|
+
createElementVNode("div", _hoisted_1$l, [
|
|
48548
48648
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(items), (card, index) => {
|
|
48549
48649
|
return openBlock(), createElementBlock("div", {
|
|
48550
48650
|
key: index,
|
|
48551
48651
|
class: "card bg-white sm:p-0 px-4"
|
|
48552
48652
|
}, [
|
|
48553
|
-
__props.component.type === "video_grid" ? (openBlock(), createElementBlock("div",
|
|
48653
|
+
__props.component.type === "video_grid" ? (openBlock(), createElementBlock("div", _hoisted_2$c, [
|
|
48554
48654
|
createElementVNode("video", {
|
|
48555
48655
|
onClick: ($event) => togglePlayPause(index),
|
|
48556
48656
|
ref_for: true,
|
|
@@ -48562,8 +48662,8 @@ const _sfc_main$e = {
|
|
|
48562
48662
|
}, [
|
|
48563
48663
|
createElementVNode("source", {
|
|
48564
48664
|
src: `${card.video}#t=2`
|
|
48565
|
-
}, null, 8,
|
|
48566
|
-
], 8,
|
|
48665
|
+
}, null, 8, _hoisted_4$b)
|
|
48666
|
+
], 8, _hoisted_3$c),
|
|
48567
48667
|
!isPlaying.value[index] ? (openBlock(), createBlock(unref(PlayButton), {
|
|
48568
48668
|
key: 0,
|
|
48569
48669
|
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",
|
|
@@ -48574,9 +48674,9 @@ const _sfc_main$e = {
|
|
|
48574
48674
|
src: card.image,
|
|
48575
48675
|
alt: "Card Image",
|
|
48576
48676
|
class: "w-full h-[281px] object-cover rounded-[16px] mb-4"
|
|
48577
|
-
}, null, 8,
|
|
48578
|
-
createElementVNode("div",
|
|
48579
|
-
card.categories && card.categories.length ? (openBlock(), createElementBlock("div",
|
|
48677
|
+
}, null, 8, _hoisted_5$b)) : (openBlock(), createElementBlock("img", _hoisted_6$b)),
|
|
48678
|
+
createElementVNode("div", _hoisted_7$b, [
|
|
48679
|
+
card.categories && card.categories.length ? (openBlock(), createElementBlock("div", _hoisted_8$a, [
|
|
48580
48680
|
(openBlock(true), createElementBlock(Fragment, null, renderList(card.categories, (tag) => {
|
|
48581
48681
|
return openBlock(), createElementBlock("span", {
|
|
48582
48682
|
key: tag,
|
|
@@ -48595,20 +48695,20 @@ const _sfc_main$e = {
|
|
|
48595
48695
|
target: "_blank",
|
|
48596
48696
|
rel: "noopener noreferrer"
|
|
48597
48697
|
}, [
|
|
48598
|
-
createElementVNode("div",
|
|
48698
|
+
createElementVNode("div", _hoisted_10$7, [
|
|
48599
48699
|
createElementVNode("span", {
|
|
48600
48700
|
class: "w-5/6 leading-[28px]",
|
|
48601
48701
|
innerHTML: card.title
|
|
48602
|
-
}, null, 8,
|
|
48702
|
+
}, null, 8, _hoisted_11$6),
|
|
48603
48703
|
createVNode(unref(ArrowUpRight), { class: "w-5 h-5 mt-1" })
|
|
48604
48704
|
])
|
|
48605
|
-
], 8,
|
|
48606
|
-
createElementVNode("p",
|
|
48705
|
+
], 8, _hoisted_9$a)) : createCommentVNode("", true),
|
|
48706
|
+
createElementVNode("p", _hoisted_12$5, toDisplayString(card.dateTime), 1)
|
|
48607
48707
|
])
|
|
48608
48708
|
]);
|
|
48609
48709
|
}), 128))
|
|
48610
48710
|
]),
|
|
48611
|
-
Object.keys(unref(button)).length && ((
|
|
48711
|
+
Object.keys(unref(button)).length && ((_b2 = unref(button)) == null ? void 0 : _b2.show) ? (openBlock(), createElementBlock("div", _hoisted_13$3, [
|
|
48612
48712
|
createElementVNode("a", {
|
|
48613
48713
|
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",
|
|
48614
48714
|
href: unref(formatUrl)(unref(button).url),
|
|
@@ -48616,15 +48716,14 @@ const _sfc_main$e = {
|
|
|
48616
48716
|
}, [
|
|
48617
48717
|
createTextVNode(toDisplayString(unref(button).title) + " ", 1),
|
|
48618
48718
|
createVNode(unref(ArrowUpRight), { class: "w-5 h-5" })
|
|
48619
|
-
], 8,
|
|
48719
|
+
], 8, _hoisted_14$3)
|
|
48620
48720
|
])) : createCommentVNode("", true)
|
|
48621
|
-
]);
|
|
48721
|
+
], 2);
|
|
48622
48722
|
};
|
|
48623
48723
|
}
|
|
48624
48724
|
};
|
|
48625
|
-
const CollectionGridPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-
|
|
48725
|
+
const CollectionGridPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-0fff82fb"]]);
|
|
48626
48726
|
const _hoisted_1$k = { class: "overflow-hidden" };
|
|
48627
|
-
const _hoisted_2$c = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full pt-[40px]" };
|
|
48628
48727
|
const _sfc_main$d = {
|
|
48629
48728
|
__name: "CollectionGrid",
|
|
48630
48729
|
props: {
|
|
@@ -48648,15 +48747,18 @@ const _sfc_main$d = {
|
|
|
48648
48747
|
return componentMaps.value[component == null ? void 0 : component.type];
|
|
48649
48748
|
};
|
|
48650
48749
|
return (_ctx, _cache) => {
|
|
48750
|
+
var _a;
|
|
48651
48751
|
return openBlock(), createElementBlock("div", _hoisted_1$k, [
|
|
48652
|
-
createElementVNode("div",
|
|
48752
|
+
createElementVNode("div", {
|
|
48753
|
+
class: 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) }])
|
|
48754
|
+
}, [
|
|
48653
48755
|
(openBlock(true), createElementBlock(Fragment, null, renderList(section.value.components, (component, index) => {
|
|
48654
48756
|
return openBlock(), createBlock(resolveDynamicComponent(currentComponent(component)), {
|
|
48655
48757
|
key: index,
|
|
48656
48758
|
component
|
|
48657
48759
|
}, null, 8, ["component"]);
|
|
48658
48760
|
}), 128))
|
|
48659
|
-
])
|
|
48761
|
+
], 2)
|
|
48660
48762
|
]);
|
|
48661
48763
|
};
|
|
48662
48764
|
}
|
|
@@ -48706,11 +48808,17 @@ const _sfc_main$c = {
|
|
|
48706
48808
|
}
|
|
48707
48809
|
};
|
|
48708
48810
|
const _hoisted_1$i = { class: "overflow-hidden mt-4" };
|
|
48709
|
-
const _hoisted_2$a = { class: "
|
|
48710
|
-
const _hoisted_3$a = { class: "
|
|
48711
|
-
const _hoisted_4$a =
|
|
48712
|
-
const _hoisted_5$a =
|
|
48713
|
-
const _hoisted_6$a = ["
|
|
48811
|
+
const _hoisted_2$a = { class: "text-[36px] text-gray-900 font-semibold" };
|
|
48812
|
+
const _hoisted_3$a = { class: "all-unset" };
|
|
48813
|
+
const _hoisted_4$a = ["innerHTML"];
|
|
48814
|
+
const _hoisted_5$a = { key: 0 };
|
|
48815
|
+
const _hoisted_6$a = ["href"];
|
|
48816
|
+
const _hoisted_7$a = {
|
|
48817
|
+
key: 0,
|
|
48818
|
+
class: "w-full h-full relative"
|
|
48819
|
+
};
|
|
48820
|
+
const _hoisted_8$9 = ["src"];
|
|
48821
|
+
const _hoisted_9$9 = ["src"];
|
|
48714
48822
|
const _sfc_main$b = {
|
|
48715
48823
|
__name: "Paragraph",
|
|
48716
48824
|
props: {
|
|
@@ -48724,41 +48832,92 @@ const _sfc_main$b = {
|
|
|
48724
48832
|
const leftColumn = ref(null);
|
|
48725
48833
|
const rightColumn = ref(null);
|
|
48726
48834
|
const section = ref(props.section);
|
|
48835
|
+
const videoPlayer = ref(null);
|
|
48836
|
+
const isPlaying = ref(false);
|
|
48837
|
+
const component = computed(() => {
|
|
48838
|
+
return section.value.components[0];
|
|
48839
|
+
});
|
|
48840
|
+
const button = computed(() => {
|
|
48841
|
+
var _a;
|
|
48842
|
+
return ((_a = component.value) == null ? void 0 : _a.button) || {};
|
|
48843
|
+
});
|
|
48727
48844
|
onMounted(() => {
|
|
48728
48845
|
if (leftColumn.value && rightColumn.value) {
|
|
48729
48846
|
rightColumn.value.style.height = `${leftColumn.value.offsetHeight}px`;
|
|
48730
48847
|
}
|
|
48731
48848
|
});
|
|
48849
|
+
const togglePlayPause = () => {
|
|
48850
|
+
var _a;
|
|
48851
|
+
if (!videoPlayer.value) {
|
|
48852
|
+
return;
|
|
48853
|
+
}
|
|
48854
|
+
if ((_a = videoPlayer.value) == null ? void 0 : _a.paused) {
|
|
48855
|
+
videoPlayer.value.play();
|
|
48856
|
+
isPlaying.value = true;
|
|
48857
|
+
} else {
|
|
48858
|
+
videoPlayer.value.pause();
|
|
48859
|
+
isPlaying.value = false;
|
|
48860
|
+
}
|
|
48861
|
+
};
|
|
48732
48862
|
return (_ctx, _cache) => {
|
|
48733
|
-
var _a, _b, _c;
|
|
48863
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
48734
48864
|
return openBlock(), createElementBlock("div", _hoisted_1$i, [
|
|
48735
|
-
createElementVNode("div",
|
|
48736
|
-
((_a = section.value
|
|
48865
|
+
createElementVNode("div", {
|
|
48866
|
+
class: 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 }])
|
|
48867
|
+
}, [
|
|
48868
|
+
((_b = component.value) == null ? void 0 : _b.title) ? (openBlock(), createElementBlock("div", {
|
|
48737
48869
|
key: 0,
|
|
48738
|
-
class: "max-w-[800px] py-4",
|
|
48870
|
+
class: normalizeClass(["max-w-[800px] py-4", { "!max-w-full w-full": (_c = section.value) == null ? void 0 : _c.is_full_width }]),
|
|
48739
48871
|
ref_key: "leftColumn",
|
|
48740
48872
|
ref: leftColumn
|
|
48741
48873
|
}, [
|
|
48742
|
-
createElementVNode("h3",
|
|
48743
|
-
createElementVNode("div",
|
|
48874
|
+
createElementVNode("h3", _hoisted_2$a, toDisplayString(component.value.title), 1),
|
|
48875
|
+
createElementVNode("div", _hoisted_3$a, [
|
|
48744
48876
|
createElementVNode("div", {
|
|
48745
|
-
innerHTML:
|
|
48746
|
-
}, null, 8,
|
|
48877
|
+
innerHTML: component.value.paragraph
|
|
48878
|
+
}, null, 8, _hoisted_4$a),
|
|
48879
|
+
((_d = component.value) == null ? void 0 : _d.hasOwnProperty("button")) ? (openBlock(), createElementBlock("div", _hoisted_5$a, [
|
|
48880
|
+
createElementVNode("a", {
|
|
48881
|
+
href: button.value.url,
|
|
48882
|
+
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"
|
|
48883
|
+
}, [
|
|
48884
|
+
createTextVNode(toDisplayString(button.value.title) + " ", 1),
|
|
48885
|
+
createVNode(unref(ArrowUpRight), { class: "w-5 h-5" })
|
|
48886
|
+
], 8, _hoisted_6$a)
|
|
48887
|
+
])) : createCommentVNode("", true)
|
|
48747
48888
|
])
|
|
48748
|
-
],
|
|
48749
|
-
((
|
|
48889
|
+
], 2)) : createCommentVNode("", true),
|
|
48890
|
+
((_e = component.value) == null ? void 0 : _e.featured_image) ? (openBlock(), createElementBlock("div", {
|
|
48750
48891
|
key: 1,
|
|
48751
|
-
class: "w-full rounded-[24px]",
|
|
48892
|
+
class: "w-full max-w-[536px] rounded-[24px] overflow-hidden",
|
|
48752
48893
|
ref_key: "rightColumn",
|
|
48753
48894
|
ref: rightColumn
|
|
48754
48895
|
}, [
|
|
48755
|
-
|
|
48756
|
-
|
|
48896
|
+
((_f = component.value) == null ? void 0 : _f.source_type) === "video" ? (openBlock(), createElementBlock("div", _hoisted_7$a, [
|
|
48897
|
+
createElementVNode("video", {
|
|
48898
|
+
onClick: togglePlayPause,
|
|
48899
|
+
preload: "metadata",
|
|
48900
|
+
ref_key: "videoPlayer",
|
|
48901
|
+
ref: videoPlayer,
|
|
48902
|
+
class: "h-full w-full object-cover"
|
|
48903
|
+
}, [
|
|
48904
|
+
createElementVNode("source", {
|
|
48905
|
+
src: `${(_g = component.value) == null ? void 0 : _g.featured_image}#t=2`
|
|
48906
|
+
}, null, 8, _hoisted_8$9)
|
|
48907
|
+
], 512),
|
|
48908
|
+
!isPlaying.value ? (openBlock(), createBlock(unref(PlayButton), {
|
|
48909
|
+
key: 0,
|
|
48910
|
+
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",
|
|
48911
|
+
onClick: togglePlayPause
|
|
48912
|
+
})) : createCommentVNode("", true)
|
|
48913
|
+
])) : (openBlock(), createElementBlock("img", {
|
|
48914
|
+
key: 1,
|
|
48915
|
+
src: (_h = component.value) == null ? void 0 : _h.featured_image,
|
|
48757
48916
|
alt: "Feature Image",
|
|
48758
48917
|
class: "w-full h-full object-cover rounded-[24px]"
|
|
48759
|
-
}, null, 8,
|
|
48918
|
+
}, null, 8, _hoisted_9$9))
|
|
48760
48919
|
], 512)) : createCommentVNode("", true)
|
|
48761
|
-
])
|
|
48920
|
+
], 2)
|
|
48762
48921
|
]);
|
|
48763
48922
|
};
|
|
48764
48923
|
}
|
|
@@ -48778,7 +48937,7 @@ const _hoisted_8$8 = {
|
|
|
48778
48937
|
class: "my-[44px]"
|
|
48779
48938
|
};
|
|
48780
48939
|
const _hoisted_9$8 = { class: "text-[36px] text-gray-900 font-semibold" };
|
|
48781
|
-
const _hoisted_10$
|
|
48940
|
+
const _hoisted_10$6 = ["innerHTML"];
|
|
48782
48941
|
const _hoisted_11$5 = {
|
|
48783
48942
|
key: 0,
|
|
48784
48943
|
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"
|
|
@@ -48865,7 +49024,7 @@ const _sfc_main$a = {
|
|
|
48865
49024
|
key: 0,
|
|
48866
49025
|
class: "text-[20px] font-normal mt-4 text-gray-600 leading-[30px]",
|
|
48867
49026
|
innerHTML: headerComponent.value.supporting_text
|
|
48868
|
-
}, null, 8, _hoisted_10$
|
|
49027
|
+
}, null, 8, _hoisted_10$6)) : createCommentVNode("", true)
|
|
48869
49028
|
], 2)) : createCommentVNode("", true),
|
|
48870
49029
|
createElementVNode("div", {
|
|
48871
49030
|
class: normalizeClass(featureItemsComponent.value.hasOwnProperty("grid_columns") ? "" : "flex flex-row gap-8")
|
|
@@ -48929,7 +49088,7 @@ const _hoisted_6$8 = { key: 1 };
|
|
|
48929
49088
|
const _hoisted_7$8 = { class: "mt-4" };
|
|
48930
49089
|
const _hoisted_8$7 = { class: "flex flex-row" };
|
|
48931
49090
|
const _hoisted_9$7 = { class: "w-1/5 mr-[40px] relative" };
|
|
48932
|
-
const _hoisted_10$
|
|
49091
|
+
const _hoisted_10$5 = { class: "text-[24px] font-semibold text-navy-800" };
|
|
48933
49092
|
const _hoisted_11$4 = { class: "w-4/5" };
|
|
48934
49093
|
const _hoisted_12$3 = {
|
|
48935
49094
|
key: 0,
|
|
@@ -48972,7 +49131,7 @@ const _sfc_main$9 = {
|
|
|
48972
49131
|
(openBlock(true), createElementBlock(Fragment, null, renderList(timelineComponent.value.data, (data2, index) => {
|
|
48973
49132
|
return openBlock(), createElementBlock("div", _hoisted_8$7, [
|
|
48974
49133
|
createElementVNode("div", _hoisted_9$7, [
|
|
48975
|
-
createElementVNode("h1", _hoisted_10$
|
|
49134
|
+
createElementVNode("h1", _hoisted_10$5, toDisplayString(data2.title), 1),
|
|
48976
49135
|
_cache[0] || (_cache[0] = 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" }, [
|
|
48977
49136
|
createElementVNode("p", { class: "w-[16px] h-[16px] rounded-full bg-navy-600" })
|
|
48978
49137
|
], -1)),
|
|
@@ -49148,7 +49307,7 @@ const _hoisted_7$6 = {
|
|
|
49148
49307
|
};
|
|
49149
49308
|
const _hoisted_8$5 = { class: "relative bg-white hover:bg-gray-100 p-2 rounded-lg w-full" };
|
|
49150
49309
|
const _hoisted_9$5 = ["href", "target"];
|
|
49151
|
-
const _hoisted_10$
|
|
49310
|
+
const _hoisted_10$4 = { class: "flex gap-4 items-center max-w-[94%] w-full" };
|
|
49152
49311
|
const _hoisted_11$3 = { class: "w-full" };
|
|
49153
49312
|
const _sfc_main$7 = {
|
|
49154
49313
|
__name: "LinkList",
|
|
@@ -49200,7 +49359,7 @@ const _sfc_main$7 = {
|
|
|
49200
49359
|
href: unref(formatUrl)(link.url),
|
|
49201
49360
|
target: link.open_in_new_tab ? "_blank" : ""
|
|
49202
49361
|
}, [
|
|
49203
|
-
createElementVNode("div", _hoisted_10$
|
|
49362
|
+
createElementVNode("div", _hoisted_10$4, [
|
|
49204
49363
|
createVNode(unref(LinkExternal), { class: "w-5 h-5" }),
|
|
49205
49364
|
createElementVNode("span", _hoisted_11$3, toDisplayString(link.title), 1)
|
|
49206
49365
|
]),
|
|
@@ -49242,10 +49401,11 @@ const _hoisted_3$5 = {
|
|
|
49242
49401
|
};
|
|
49243
49402
|
const _hoisted_4$5 = { class: "text-[36px] text-gray-900 font-semibold" };
|
|
49244
49403
|
const _hoisted_5$5 = ["innerHTML"];
|
|
49245
|
-
const _hoisted_6$5 =
|
|
49246
|
-
const _hoisted_7$5 =
|
|
49247
|
-
const _hoisted_8$4 = { class: "
|
|
49248
|
-
const _hoisted_9$4 = { class: "
|
|
49404
|
+
const _hoisted_6$5 = { class: "mt-8" };
|
|
49405
|
+
const _hoisted_7$5 = ["textContent"];
|
|
49406
|
+
const _hoisted_8$4 = { class: "flex" };
|
|
49407
|
+
const _hoisted_9$4 = { class: "bg-gray-100 rounded-full w-[28px] h-[28px] flex items-center justify-center text-gray-500 mr-2" };
|
|
49408
|
+
const _hoisted_10$3 = { class: "text-lg text-gray-600 w-[97%]" };
|
|
49249
49409
|
const _sfc_main$6 = {
|
|
49250
49410
|
__name: "BulletPoints",
|
|
49251
49411
|
props: {
|
|
@@ -49262,8 +49422,8 @@ const _sfc_main$6 = {
|
|
|
49262
49422
|
const headerComponent = computed(() => {
|
|
49263
49423
|
return section.value.components.find((component) => component.type === "header");
|
|
49264
49424
|
});
|
|
49265
|
-
const
|
|
49266
|
-
return section.value.components.
|
|
49425
|
+
const bulletPointsComponents = computed(() => {
|
|
49426
|
+
return section.value.components.filter((component) => component.type === "bullet_points");
|
|
49267
49427
|
});
|
|
49268
49428
|
onMounted(() => {
|
|
49269
49429
|
if (leftColumn.value && rightColumn.value) {
|
|
@@ -49271,7 +49431,7 @@ const _sfc_main$6 = {
|
|
|
49271
49431
|
}
|
|
49272
49432
|
});
|
|
49273
49433
|
return (_ctx, _cache) => {
|
|
49274
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j
|
|
49434
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j;
|
|
49275
49435
|
return openBlock(), createElementBlock("div", _hoisted_1$b, [
|
|
49276
49436
|
createElementVNode("div", {
|
|
49277
49437
|
class: 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 })
|
|
@@ -49307,24 +49467,28 @@ const _sfc_main$6 = {
|
|
|
49307
49467
|
innerHTML: headerComponent.value.supporting_text
|
|
49308
49468
|
}, null, 8, _hoisted_5$5)) : createCommentVNode("", true)
|
|
49309
49469
|
]),
|
|
49310
|
-
|
|
49311
|
-
|
|
49312
|
-
|
|
49313
|
-
|
|
49314
|
-
|
|
49315
|
-
|
|
49316
|
-
|
|
49317
|
-
|
|
49318
|
-
|
|
49319
|
-
|
|
49320
|
-
|
|
49321
|
-
|
|
49322
|
-
|
|
49323
|
-
|
|
49324
|
-
|
|
49325
|
-
|
|
49326
|
-
|
|
49327
|
-
|
|
49470
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(bulletPointsComponents.value, (bullet) => {
|
|
49471
|
+
var _a2, _b2;
|
|
49472
|
+
return openBlock(), createElementBlock("div", _hoisted_6$5, [
|
|
49473
|
+
(bullet == null ? void 0 : bullet.title) ? (openBlock(), createElementBlock("p", {
|
|
49474
|
+
key: 0,
|
|
49475
|
+
textContent: toDisplayString(bullet.title),
|
|
49476
|
+
class: "font-semibold text-[20px] mb-4"
|
|
49477
|
+
}, null, 8, _hoisted_7$5)) : createCommentVNode("", true),
|
|
49478
|
+
createElementVNode("div", {
|
|
49479
|
+
class: 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) }])
|
|
49480
|
+
}, [
|
|
49481
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(bullet.data, (item) => {
|
|
49482
|
+
return openBlock(), createElementBlock("div", _hoisted_8$4, [
|
|
49483
|
+
createElementVNode("div", _hoisted_9$4, [
|
|
49484
|
+
createVNode(unref(CheckIcon), { class: "w-4 h-4" })
|
|
49485
|
+
]),
|
|
49486
|
+
createElementVNode("p", _hoisted_10$3, toDisplayString(item.title), 1)
|
|
49487
|
+
]);
|
|
49488
|
+
}), 256))
|
|
49489
|
+
], 2)
|
|
49490
|
+
]);
|
|
49491
|
+
}), 256))
|
|
49328
49492
|
], 2)) : createCommentVNode("", true)
|
|
49329
49493
|
], 2)
|
|
49330
49494
|
], 2)
|
|
@@ -49654,7 +49818,7 @@ const _sfc_main$3 = {
|
|
|
49654
49818
|
]),
|
|
49655
49819
|
show.value[index2] ? (openBlock(), createElementBlock("p", {
|
|
49656
49820
|
key: 0,
|
|
49657
|
-
class: "mt-2 text-gray-600 leading-[24px]",
|
|
49821
|
+
class: "mt-2 text-gray-600 leading-[24px] all-unset",
|
|
49658
49822
|
innerHTML: link.supporting_text
|
|
49659
49823
|
}, null, 8, _hoisted_12$1)) : createCommentVNode("", true)
|
|
49660
49824
|
]);
|
|
@@ -49753,7 +49917,7 @@ const _sfc_main$1 = {
|
|
|
49753
49917
|
emits: ["update"],
|
|
49754
49918
|
setup(__props, { emit: __emit }) {
|
|
49755
49919
|
var _a, _b;
|
|
49756
|
-
const VFileUpload = inject("VFileUpload", _sfc_main$
|
|
49920
|
+
const VFileUpload = inject("VFileUpload", _sfc_main$K);
|
|
49757
49921
|
const emit = __emit;
|
|
49758
49922
|
const props = __props;
|
|
49759
49923
|
const hasLines = computed(() => {
|
|
@@ -49840,11 +50004,11 @@ const _sfc_main$1 = {
|
|
|
49840
50004
|
}, [
|
|
49841
50005
|
createElementVNode("div", _hoisted_10, [
|
|
49842
50006
|
createElementVNode("p", _hoisted_11, " Event #" + toDisplayString(index + 1), 1),
|
|
49843
|
-
createVNode(_sfc_main$
|
|
50007
|
+
createVNode(_sfc_main$O, {
|
|
49844
50008
|
onRemoveItem: ($event) => handleDeleteItem(index)
|
|
49845
50009
|
}, null, 8, ["onRemoveItem"])
|
|
49846
50010
|
]),
|
|
49847
|
-
createVNode(_sfc_main$
|
|
50011
|
+
createVNode(_sfc_main$L, {
|
|
49848
50012
|
"is-vertical": "",
|
|
49849
50013
|
field: "line.title",
|
|
49850
50014
|
"label-text": "Heading *",
|
|
@@ -49864,7 +50028,7 @@ const _sfc_main$1 = {
|
|
|
49864
50028
|
]),
|
|
49865
50029
|
_: 2
|
|
49866
50030
|
}, 1032, ["value"]),
|
|
49867
|
-
createVNode(_sfc_main$
|
|
50031
|
+
createVNode(_sfc_main$L, {
|
|
49868
50032
|
"is-vertical": "",
|
|
49869
50033
|
field: "line.description",
|
|
49870
50034
|
"label-text": "Description *",
|
|
@@ -49889,7 +50053,7 @@ const _sfc_main$1 = {
|
|
|
49889
50053
|
}, {
|
|
49890
50054
|
default: withCtx(() => [
|
|
49891
50055
|
createElementVNode("div", _hoisted_13, [
|
|
49892
|
-
createVNode(_sfc_main$
|
|
50056
|
+
createVNode(_sfc_main$L, {
|
|
49893
50057
|
"is-vertical": "",
|
|
49894
50058
|
field: "title",
|
|
49895
50059
|
"label-text": "Title *",
|
|
@@ -49911,7 +50075,7 @@ const _sfc_main$1 = {
|
|
|
49911
50075
|
]),
|
|
49912
50076
|
_: 1
|
|
49913
50077
|
}, 8, ["value"]),
|
|
49914
|
-
createVNode(_sfc_main$
|
|
50078
|
+
createVNode(_sfc_main$L, {
|
|
49915
50079
|
"is-vertical": "",
|
|
49916
50080
|
field: "description",
|
|
49917
50081
|
"label-text": "Description *",
|
|
@@ -49949,7 +50113,7 @@ const _sfc_main$1 = {
|
|
|
49949
50113
|
supporting_text: "Toggle off if you'd like to hide this item"
|
|
49950
50114
|
}, {
|
|
49951
50115
|
default: withCtx(() => [
|
|
49952
|
-
createVNode(_sfc_main$
|
|
50116
|
+
createVNode(_sfc_main$J, {
|
|
49953
50117
|
modelValue: basicForm.value.public,
|
|
49954
50118
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => basicForm.value.public = $event),
|
|
49955
50119
|
name: "public",
|
|
@@ -49978,7 +50142,7 @@ const _sfc_main$1 = {
|
|
|
49978
50142
|
supporting_text: "To indicate the time period of the events"
|
|
49979
50143
|
}, {
|
|
49980
50144
|
default: withCtx(() => [
|
|
49981
|
-
createVNode(_sfc_main$
|
|
50145
|
+
createVNode(_sfc_main$L, {
|
|
49982
50146
|
"is-vertical": "",
|
|
49983
50147
|
field: "title",
|
|
49984
50148
|
"label-text": "Timeline item title *",
|
|
@@ -50008,7 +50172,7 @@ const _sfc_main$1 = {
|
|
|
50008
50172
|
supporting_text: "The title for the group of events under this time period"
|
|
50009
50173
|
}, {
|
|
50010
50174
|
default: withCtx(() => [
|
|
50011
|
-
createVNode(_sfc_main$
|
|
50175
|
+
createVNode(_sfc_main$L, {
|
|
50012
50176
|
"is-vertical": "",
|
|
50013
50177
|
field: "title",
|
|
50014
50178
|
"label-text": "Event group title *",
|
|
@@ -50132,7 +50296,7 @@ const _sfc_main = {
|
|
|
50132
50296
|
default: withCtx(() => [
|
|
50133
50297
|
createElementVNode("div", _hoisted_4, [
|
|
50134
50298
|
createElementVNode("div", _hoisted_5, [
|
|
50135
|
-
createVNode(_sfc_main$
|
|
50299
|
+
createVNode(_sfc_main$L, {
|
|
50136
50300
|
"is-vertical": "",
|
|
50137
50301
|
field: "icon",
|
|
50138
50302
|
"label-text": "Icon *",
|
|
@@ -50147,7 +50311,7 @@ const _sfc_main = {
|
|
|
50147
50311
|
]),
|
|
50148
50312
|
_: 1
|
|
50149
50313
|
}, 8, ["value"]),
|
|
50150
|
-
createVNode(_sfc_main$
|
|
50314
|
+
createVNode(_sfc_main$L, {
|
|
50151
50315
|
"is-vertical": "",
|
|
50152
50316
|
field: "title",
|
|
50153
50317
|
"label-text": "Title *",
|
|
@@ -50170,7 +50334,7 @@ const _sfc_main = {
|
|
|
50170
50334
|
_: 1
|
|
50171
50335
|
}, 8, ["value"])
|
|
50172
50336
|
]),
|
|
50173
|
-
createVNode(_sfc_main$
|
|
50337
|
+
createVNode(_sfc_main$L, {
|
|
50174
50338
|
"is-vertical": "",
|
|
50175
50339
|
field: "description",
|
|
50176
50340
|
"label-text": "Supporting Text *",
|
|
@@ -50202,7 +50366,7 @@ const _sfc_main = {
|
|
|
50202
50366
|
supporting_text: "Toggle off if you'd like to hide this item"
|
|
50203
50367
|
}, {
|
|
50204
50368
|
default: withCtx(() => [
|
|
50205
|
-
createVNode(_sfc_main$
|
|
50369
|
+
createVNode(_sfc_main$J, {
|
|
50206
50370
|
modelValue: form.value.public,
|
|
50207
50371
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => form.value.public = $event),
|
|
50208
50372
|
name: "public",
|