@dcodegroup-au/page-builder 0.6.1 → 0.6.3
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 +24 -25
- package/dist/page-builder.es.js +237 -213
- package/dist/page-builder.umd.js +237 -213
- package/package.json +1 -1
- package/src/assets/css/style.css +3 -0
- package/src/components/LinkCardEdit.vue +4 -4
- package/src/components/PageRender.vue +1 -0
- package/src/components/presenters/components/CarouselPresenter.vue +1 -2
- package/src/components/presenters/modules/AccordionPricing.vue +2 -1
- package/src/components/presenters/modules/FAQ.vue +2 -1
- package/src/components/presenters/modules/HorizontalTabs.vue +6 -9
- package/src/components/presenters/modules/Paragraph.vue +1 -1
- package/src/components/presenters/modules/StandardHeader.vue +1 -1
- package/src/components/presenters/modules/TestimonialSlider.vue +22 -20
- package/src/components/presenters/modules/Timeline.vue +2 -1
- package/src/components/presenters/modules/TwoColumnsImageContent.vue +16 -4
package/dist/page-builder.es.js
CHANGED
|
@@ -447,7 +447,7 @@ const _hoisted_7$q = { class: "flex justify-between" };
|
|
|
447
447
|
const _hoisted_8$o = { class: "flex flex-col gap-1" };
|
|
448
448
|
const _hoisted_9$n = { class: "font-semibold text-gray-900" };
|
|
449
449
|
const _hoisted_10$j = { class: "text-sm text-gray-600" };
|
|
450
|
-
const _hoisted_11$
|
|
450
|
+
const _hoisted_11$h = ["disabled"];
|
|
451
451
|
const _hoisted_12$e = { class: "flex flex-col gap-3" };
|
|
452
452
|
const _hoisted_13$9 = ["onClick"];
|
|
453
453
|
const _hoisted_14$9 = ["onClick"];
|
|
@@ -523,7 +523,7 @@ const _sfc_main$Q = {
|
|
|
523
523
|
}, [
|
|
524
524
|
createVNode(unref(PlusIcon), { class: "h-5 w-5" }),
|
|
525
525
|
_cache[0] || (_cache[0] = createElementVNode("span", null, "Add", -1))
|
|
526
|
-
], 10, _hoisted_11$
|
|
526
|
+
], 10, _hoisted_11$h)
|
|
527
527
|
])
|
|
528
528
|
]),
|
|
529
529
|
createElementVNode("div", _hoisted_12$e, [
|
|
@@ -11700,7 +11700,7 @@ const _hoisted_7$p = { class: "file-upload-preview" };
|
|
|
11700
11700
|
const _hoisted_8$n = ["src", "title"];
|
|
11701
11701
|
const _hoisted_9$m = ["href"];
|
|
11702
11702
|
const _hoisted_10$i = { class: "file-upload-title" };
|
|
11703
|
-
const _hoisted_11$
|
|
11703
|
+
const _hoisted_11$g = { class: "file-upload-file-remove" };
|
|
11704
11704
|
const _hoisted_12$d = { 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
11705
|
const _sfc_main$O = {
|
|
11706
11706
|
__name: "FileUpload",
|
|
@@ -11807,7 +11807,7 @@ const _sfc_main$O = {
|
|
|
11807
11807
|
}, [
|
|
11808
11808
|
createElementVNode("div", _hoisted_10$i, toDisplayString(file.value.file_name), 1)
|
|
11809
11809
|
], 8, _hoisted_9$m),
|
|
11810
|
-
createElementVNode("a", _hoisted_11$
|
|
11810
|
+
createElementVNode("a", _hoisted_11$g, [
|
|
11811
11811
|
createElementVNode("i", {
|
|
11812
11812
|
class: "fal fa-times",
|
|
11813
11813
|
onClick: _cache[0] || (_cache[0] = ($event) => deleteFile(file.value))
|
|
@@ -45223,7 +45223,7 @@ const _hoisted_7$m = { class: "flex flex-col gap-3" };
|
|
|
45223
45223
|
const _hoisted_8$k = { class: "flex items-center justify-between" };
|
|
45224
45224
|
const _hoisted_9$k = { class: "text-lg font-semibold text-gray-900" };
|
|
45225
45225
|
const _hoisted_10$g = { class: "relative flex items-end" };
|
|
45226
|
-
const _hoisted_11$
|
|
45226
|
+
const _hoisted_11$f = { class: "flex flex-col gap-6" };
|
|
45227
45227
|
const _hoisted_12$c = {
|
|
45228
45228
|
key: 0,
|
|
45229
45229
|
class: "flex gap-4"
|
|
@@ -45358,7 +45358,7 @@ const _sfc_main$C = {
|
|
|
45358
45358
|
}, null, 8, ["onRemoveItem"])
|
|
45359
45359
|
])
|
|
45360
45360
|
]),
|
|
45361
|
-
createElementVNode("div", _hoisted_11$
|
|
45361
|
+
createElementVNode("div", _hoisted_11$f, [
|
|
45362
45362
|
!((_a2 = componentData.value) == null ? void 0 : _a2.hasOwnProperty("has_type_switcher")) || ((_b = componentData.value) == null ? void 0 : _b.has_type_switcher) ? (openBlock(), createElementBlock("div", _hoisted_12$c, [
|
|
45363
45363
|
(openBlock(), createElementBlock(Fragment, null, renderList(options, (option) => {
|
|
45364
45364
|
return createElementVNode("label", _hoisted_13$8, [
|
|
@@ -45472,7 +45472,7 @@ const _hoisted_7$l = { class: "flex items-center justify-between" };
|
|
|
45472
45472
|
const _hoisted_8$j = { class: "text-lg font-semibold text-gray-900" };
|
|
45473
45473
|
const _hoisted_9$j = { class: "relative flex items-end" };
|
|
45474
45474
|
const _hoisted_10$f = { class: "flex flex-col gap-6" };
|
|
45475
|
-
const _hoisted_11$
|
|
45475
|
+
const _hoisted_11$e = { class: "flex flex-col gap-1.5" };
|
|
45476
45476
|
const _hoisted_12$b = ["onUpdate:modelValue"];
|
|
45477
45477
|
const _sfc_main$B = {
|
|
45478
45478
|
__name: "Logos",
|
|
@@ -45555,7 +45555,7 @@ const _sfc_main$B = {
|
|
|
45555
45555
|
])
|
|
45556
45556
|
]),
|
|
45557
45557
|
createElementVNode("div", _hoisted_10$f, [
|
|
45558
|
-
createElementVNode("div", _hoisted_11$
|
|
45558
|
+
createElementVNode("div", _hoisted_11$e, [
|
|
45559
45559
|
createVNode(unref(VFileUpload), {
|
|
45560
45560
|
name: "image",
|
|
45561
45561
|
modelValue: item.logo,
|
|
@@ -45760,7 +45760,7 @@ const _hoisted_7$j = { class: "flex items-center justify-between" };
|
|
|
45760
45760
|
const _hoisted_8$i = { class: "text-lg font-semibold text-gray-900" };
|
|
45761
45761
|
const _hoisted_9$i = { class: "relative flex items-end" };
|
|
45762
45762
|
const _hoisted_10$e = { class: "flex flex-col gap-6" };
|
|
45763
|
-
const _hoisted_11$
|
|
45763
|
+
const _hoisted_11$d = { class: "flex flex-col gap-1.5" };
|
|
45764
45764
|
const _sfc_main$y = {
|
|
45765
45765
|
__name: "VideoGrid",
|
|
45766
45766
|
props: {
|
|
@@ -45836,7 +45836,7 @@ const _sfc_main$y = {
|
|
|
45836
45836
|
])
|
|
45837
45837
|
]),
|
|
45838
45838
|
createElementVNode("div", _hoisted_10$e, [
|
|
45839
|
-
createElementVNode("div", _hoisted_11$
|
|
45839
|
+
createElementVNode("div", _hoisted_11$d, [
|
|
45840
45840
|
createVNode(unref(VFileUpload), {
|
|
45841
45841
|
name: "image",
|
|
45842
45842
|
type: "video",
|
|
@@ -46157,7 +46157,7 @@ const _hoisted_9$h = {
|
|
|
46157
46157
|
class: "flex flex-col gap-2"
|
|
46158
46158
|
};
|
|
46159
46159
|
const _hoisted_10$d = ["onClick"];
|
|
46160
|
-
const _hoisted_11$
|
|
46160
|
+
const _hoisted_11$c = { class: "flex flex-col" };
|
|
46161
46161
|
const _hoisted_12$a = { class: "text-sm font-medium text-gray-900" };
|
|
46162
46162
|
const _hoisted_13$7 = { class: "flex items-center justify-between gap-3 px-[10px]" };
|
|
46163
46163
|
const _hoisted_14$7 = { class: "flex h-full flex-1 flex-col mb-20" };
|
|
@@ -46292,7 +46292,7 @@ const _sfc_main$t = {
|
|
|
46292
46292
|
onClick: ($event) => selectComponent(sectionIndex, component, index),
|
|
46293
46293
|
class: normalizeClass(["flex cursor-pointer items-center justify-between rounded-lg py-1.5 pl-6 pr-2 hover:bg-gray-100", { "bg-gray-200 hover:bg-gray-200": ((_a3 = unref(selected)) == null ? void 0 : _a3.sectionIndex) === sectionIndex && ((_b2 = unref(selected)) == null ? void 0 : _b2.componentIndex) === index }])
|
|
46294
46294
|
}, [
|
|
46295
|
-
createElementVNode("div", _hoisted_11$
|
|
46295
|
+
createElementVNode("div", _hoisted_11$c, [
|
|
46296
46296
|
_cache[1] || (_cache[1] = createElementVNode("div", { class: "text-xs text-gray-600" }, "Sub-module", -1)),
|
|
46297
46297
|
createElementVNode("div", _hoisted_12$a, toDisplayString(component.name), 1)
|
|
46298
46298
|
]),
|
|
@@ -47830,7 +47830,7 @@ const _hoisted_7$h = ["innerHTML"];
|
|
|
47830
47830
|
const _hoisted_8$g = { class: "flex gap-3 mt-8 flex-col lg:flex-row" };
|
|
47831
47831
|
const _hoisted_9$g = ["href", "target"];
|
|
47832
47832
|
const _hoisted_10$c = ["href", "target"];
|
|
47833
|
-
const _hoisted_11$
|
|
47833
|
+
const _hoisted_11$b = ["src"];
|
|
47834
47834
|
const _hoisted_12$9 = {
|
|
47835
47835
|
key: 1,
|
|
47836
47836
|
class: "rounded-[40px] h-[674px] max-w-[882px] lg:w-1/2 w-full object-cover",
|
|
@@ -47903,7 +47903,7 @@ const _sfc_main$s = {
|
|
|
47903
47903
|
src: slide.featured_image,
|
|
47904
47904
|
alt: "Slide Image",
|
|
47905
47905
|
class: "rounded-[40px] h-[674px] max-w-[882px] lg:w-1/2 w-full object-cover"
|
|
47906
|
-
}, null, 8, _hoisted_11$
|
|
47906
|
+
}, null, 8, _hoisted_11$b)) : (openBlock(), createElementBlock("img", _hoisted_12$9))
|
|
47907
47907
|
])
|
|
47908
47908
|
]),
|
|
47909
47909
|
_: 2
|
|
@@ -48426,7 +48426,7 @@ const _hoisted_10$b = {
|
|
|
48426
48426
|
key: 2,
|
|
48427
48427
|
class: "flex gap-2 text-gray-600 mt-2 font-semibold"
|
|
48428
48428
|
};
|
|
48429
|
-
const _hoisted_11$
|
|
48429
|
+
const _hoisted_11$a = ["innerHTML"];
|
|
48430
48430
|
const _hoisted_12$8 = { class: "border-t border-gray-200 mt-4 pt-[17px] flex justify-between items-center" };
|
|
48431
48431
|
const _hoisted_13$6 = ["href"];
|
|
48432
48432
|
const _hoisted_14$6 = { class: "absolute top-[-65px] right-4 flex gap-4" };
|
|
@@ -48504,7 +48504,7 @@ const _sfc_main$j = {
|
|
|
48504
48504
|
}, toDisplayString(slide == null ? void 0 : slide.title), 9, _hoisted_6$g)
|
|
48505
48505
|
]),
|
|
48506
48506
|
createElementVNode("p", {
|
|
48507
|
-
class: "text-base font-normal text-gray-600 leading-[24px]
|
|
48507
|
+
class: "text-base font-normal text-gray-600 leading-[24px] line-clamp-6",
|
|
48508
48508
|
innerHTML: slide == null ? void 0 : slide.description
|
|
48509
48509
|
}, null, 8, _hoisted_7$f),
|
|
48510
48510
|
(slide == null ? void 0 : slide.type) === "event" ? (openBlock(), createElementBlock("div", _hoisted_8$e, [
|
|
@@ -48519,7 +48519,7 @@ const _sfc_main$j = {
|
|
|
48519
48519
|
createElementVNode("div", {
|
|
48520
48520
|
class: "text-sm",
|
|
48521
48521
|
innerHTML: slide == null ? void 0 : slide.line_2
|
|
48522
|
-
}, null, 8, _hoisted_11$
|
|
48522
|
+
}, null, 8, _hoisted_11$a)
|
|
48523
48523
|
])) : createCommentVNode("", true)
|
|
48524
48524
|
]),
|
|
48525
48525
|
createElementVNode("div", _hoisted_12$8, [
|
|
@@ -48644,7 +48644,7 @@ const _hoisted_8$d = {
|
|
|
48644
48644
|
};
|
|
48645
48645
|
const _hoisted_9$d = ["href"];
|
|
48646
48646
|
const _hoisted_10$a = { class: "flex justify-between" };
|
|
48647
|
-
const _hoisted_11$
|
|
48647
|
+
const _hoisted_11$9 = ["innerHTML"];
|
|
48648
48648
|
const _hoisted_12$7 = { class: "text-gray-500 text-sm mb-4" };
|
|
48649
48649
|
const _hoisted_13$5 = {
|
|
48650
48650
|
key: 0,
|
|
@@ -48747,7 +48747,7 @@ const _sfc_main$h = {
|
|
|
48747
48747
|
createElementVNode("span", {
|
|
48748
48748
|
class: "w-5/6 leading-[28px]",
|
|
48749
48749
|
innerHTML: card.title
|
|
48750
|
-
}, null, 8, _hoisted_11$
|
|
48750
|
+
}, null, 8, _hoisted_11$9),
|
|
48751
48751
|
createVNode(unref(ArrowUpRight), { class: "w-5 h-5 mt-1" })
|
|
48752
48752
|
])
|
|
48753
48753
|
], 8, _hoisted_9$d)) : createCommentVNode("", true),
|
|
@@ -48881,7 +48881,7 @@ const _sfc_main$f = {
|
|
|
48881
48881
|
], 8, _hoisted_4$e)) : createCommentVNode("", true),
|
|
48882
48882
|
headerComponent.value.primary_button.show ? (openBlock(), createElementBlock("a", {
|
|
48883
48883
|
key: 1,
|
|
48884
|
-
class: "
|
|
48884
|
+
class: "bg-brand-600 hover:bg-brand-800 text-white h-[40px] rounded-full px-[14px] py-[10px] inline-flex gap-1.5 items-center shadow-xs text-base",
|
|
48885
48885
|
href: unref(formatUrl)(headerComponent.value.primary_button.url),
|
|
48886
48886
|
target: headerComponent.value.primary_button.open_in_new_tab ? "_blank" : ""
|
|
48887
48887
|
}, [
|
|
@@ -48957,23 +48957,23 @@ const _sfc_main$e = {
|
|
|
48957
48957
|
}
|
|
48958
48958
|
};
|
|
48959
48959
|
return (_ctx, _cache) => {
|
|
48960
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k;
|
|
48960
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l;
|
|
48961
48961
|
return openBlock(), createElementBlock("div", _hoisted_1$r, [
|
|
48962
48962
|
createElementVNode("div", {
|
|
48963
48963
|
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, "justify-center": (_b = section.value) == null ? void 0 : _b.center }])
|
|
48964
48964
|
}, [
|
|
48965
48965
|
((_c = component.value) == null ? void 0 : _c.title) || ((_d = component.value) == null ? void 0 : _d.paragraph) ? (openBlock(), createElementBlock("div", {
|
|
48966
48966
|
key: 0,
|
|
48967
|
-
class: normalizeClass(["max-w-[800px] py-4", { "!max-w-full w-full": (_e = section.value) == null ? void 0 : _e.is_full_width }]),
|
|
48967
|
+
class: normalizeClass(["max-w-[800px] py-4", { "!max-w-full w-full": (_e = section.value) == null ? void 0 : _e.is_full_width, "!py-8": (_f = component.value) == null ? void 0 : _f.featured_image }]),
|
|
48968
48968
|
ref_key: "leftColumn",
|
|
48969
48969
|
ref: leftColumn
|
|
48970
48970
|
}, [
|
|
48971
|
-
((
|
|
48971
|
+
((_g = component.value) == null ? void 0 : _g.title) ? (openBlock(), createElementBlock("h3", _hoisted_2$d, toDisplayString(component.value.title), 1)) : createCommentVNode("", true),
|
|
48972
48972
|
createElementVNode("div", _hoisted_3$d, [
|
|
48973
48973
|
createElementVNode("div", {
|
|
48974
48974
|
innerHTML: component.value.paragraph
|
|
48975
48975
|
}, null, 8, _hoisted_4$d),
|
|
48976
|
-
((
|
|
48976
|
+
((_h = component.value) == null ? void 0 : _h.hasOwnProperty("button")) && button.value.show ? (openBlock(), createElementBlock("div", _hoisted_5$d, [
|
|
48977
48977
|
createElementVNode("a", {
|
|
48978
48978
|
href: button.value.url,
|
|
48979
48979
|
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"
|
|
@@ -48984,13 +48984,13 @@ const _sfc_main$e = {
|
|
|
48984
48984
|
])) : createCommentVNode("", true)
|
|
48985
48985
|
])
|
|
48986
48986
|
], 2)) : createCommentVNode("", true),
|
|
48987
|
-
((
|
|
48987
|
+
((_i = component.value) == null ? void 0 : _i.featured_image) ? (openBlock(), createElementBlock("div", {
|
|
48988
48988
|
key: 1,
|
|
48989
48989
|
class: "w-full max-w-[536px] rounded-[24px] overflow-hidden",
|
|
48990
48990
|
ref_key: "rightColumn",
|
|
48991
48991
|
ref: rightColumn
|
|
48992
48992
|
}, [
|
|
48993
|
-
((
|
|
48993
|
+
((_j = component.value) == null ? void 0 : _j.source_type) === "video" ? (openBlock(), createElementBlock("div", _hoisted_7$d, [
|
|
48994
48994
|
createElementVNode("video", {
|
|
48995
48995
|
onClick: togglePlayPause,
|
|
48996
48996
|
preload: "metadata",
|
|
@@ -48999,7 +48999,7 @@ const _sfc_main$e = {
|
|
|
48999
48999
|
class: "h-full w-full object-cover"
|
|
49000
49000
|
}, [
|
|
49001
49001
|
createElementVNode("source", {
|
|
49002
|
-
src: `${(
|
|
49002
|
+
src: `${(_k = component.value) == null ? void 0 : _k.featured_image}#t=2`
|
|
49003
49003
|
}, null, 8, _hoisted_8$c)
|
|
49004
49004
|
], 512),
|
|
49005
49005
|
!isPlaying.value ? (openBlock(), createBlock(unref(PlayButton), {
|
|
@@ -49009,7 +49009,7 @@ const _sfc_main$e = {
|
|
|
49009
49009
|
})) : createCommentVNode("", true)
|
|
49010
49010
|
])) : (openBlock(), createElementBlock("img", {
|
|
49011
49011
|
key: 1,
|
|
49012
|
-
src: (
|
|
49012
|
+
src: (_l = component.value) == null ? void 0 : _l.featured_image,
|
|
49013
49013
|
alt: "Feature Image",
|
|
49014
49014
|
class: "w-full h-full object-cover rounded-[24px]"
|
|
49015
49015
|
}, null, 8, _hoisted_9$c))
|
|
@@ -49035,12 +49035,12 @@ const _hoisted_8$b = {
|
|
|
49035
49035
|
};
|
|
49036
49036
|
const _hoisted_9$b = { class: "text-[36px] text-gray-900 font-semibold" };
|
|
49037
49037
|
const _hoisted_10$9 = ["innerHTML"];
|
|
49038
|
-
const _hoisted_11$
|
|
49038
|
+
const _hoisted_11$8 = {
|
|
49039
49039
|
key: 0,
|
|
49040
49040
|
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"
|
|
49041
49041
|
};
|
|
49042
49042
|
const _hoisted_12$6 = { class: "font-semibold text-[20px] text-gray-900" };
|
|
49043
|
-
const _hoisted_13$4 =
|
|
49043
|
+
const _hoisted_13$4 = ["innerHTML"];
|
|
49044
49044
|
const _hoisted_14$4 = ["href", "target"];
|
|
49045
49045
|
const _hoisted_15$4 = ["src"];
|
|
49046
49046
|
const _hoisted_16$1 = {
|
|
@@ -49077,6 +49077,14 @@ const _sfc_main$d = {
|
|
|
49077
49077
|
}
|
|
49078
49078
|
return c;
|
|
49079
49079
|
});
|
|
49080
|
+
const items = computed(() => {
|
|
49081
|
+
return (featureItemsComponent.value.data || []).filter(function(o) {
|
|
49082
|
+
if (o.hasOwnProperty("public")) {
|
|
49083
|
+
return o.public;
|
|
49084
|
+
}
|
|
49085
|
+
return true;
|
|
49086
|
+
});
|
|
49087
|
+
});
|
|
49080
49088
|
onMounted(() => {
|
|
49081
49089
|
var _a;
|
|
49082
49090
|
if (leftColumn.value && rightColumn.value && ((_a = section.value) == null ? void 0 : _a.minimum_height)) {
|
|
@@ -49134,8 +49142,8 @@ const _sfc_main$d = {
|
|
|
49134
49142
|
createElementVNode("div", {
|
|
49135
49143
|
class: normalizeClass(["grid gap-8", featureItemsComponent.value.hasOwnProperty("grid_columns") ? `grid-cols-${featureItemsComponent.value.grid_columns}` : "grid-cols-2 w-2/3"])
|
|
49136
49144
|
}, [
|
|
49137
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(
|
|
49138
|
-
var _a2, _b2, _c2
|
|
49145
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(items.value, (item) => {
|
|
49146
|
+
var _a2, _b2, _c2;
|
|
49139
49147
|
return openBlock(), createElementBlock("div", {
|
|
49140
49148
|
class: normalizeClass(["flex gap-3 w-full", {
|
|
49141
49149
|
"bg-gray-50 p-8 rounded-[24px] overflow-hidden flex-col": featureItemsComponent.value.hasOwnProperty("grid_columns") && (featureItemsComponent.value.grid_columns > 2 || ((_a2 = featureItemsComponent.value) == null ? void 0 : _a2.has_background)),
|
|
@@ -49143,18 +49151,21 @@ const _sfc_main$d = {
|
|
|
49143
49151
|
}])
|
|
49144
49152
|
}, [
|
|
49145
49153
|
item.title ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
49146
|
-
(item == null ? void 0 : item.icon) ? (openBlock(), createElementBlock("div", _hoisted_11$
|
|
49154
|
+
(item == null ? void 0 : item.icon) ? (openBlock(), createElementBlock("div", _hoisted_11$8, [
|
|
49147
49155
|
createVNode(_sfc_main$H, {
|
|
49148
49156
|
icon: item.icon,
|
|
49149
49157
|
"icon-classes": "w-5 h-5 text-brand-600"
|
|
49150
49158
|
}, null, 8, ["icon"])
|
|
49151
49159
|
])) : createCommentVNode("", true),
|
|
49152
49160
|
createElementVNode("div", {
|
|
49153
|
-
class: normalizeClass(["max-w-[324px]", { "max-w-full": (_b2 = featureItemsComponent.value) == null ? void 0 : _b2.has_background }])
|
|
49161
|
+
class: normalizeClass(["max-w-[324px] ql-editor", { "max-w-full": (_b2 = featureItemsComponent.value) == null ? void 0 : _b2.has_background }])
|
|
49154
49162
|
}, [
|
|
49155
49163
|
createElementVNode("h3", _hoisted_12$6, toDisplayString(item.title), 1),
|
|
49156
|
-
createElementVNode("p",
|
|
49157
|
-
|
|
49164
|
+
createElementVNode("p", {
|
|
49165
|
+
class: "mt-2 text-md font-normal text-gray-600 leading-[24px]",
|
|
49166
|
+
innerHTML: item.supporting_text ?? item.description
|
|
49167
|
+
}, null, 8, _hoisted_13$4),
|
|
49168
|
+
((_c2 = item == null ? void 0 : item.primary_button) == null ? void 0 : _c2.show) ? (openBlock(), createElementBlock("a", {
|
|
49158
49169
|
key: 0,
|
|
49159
49170
|
class: "text-brand-700 inline-flex gap-1.5 items-center font-semibold text-base mt-4",
|
|
49160
49171
|
href: unref(formatUrl)(item.primary_button.url),
|
|
@@ -49200,13 +49211,13 @@ const _hoisted_7$b = { class: "mt-4" };
|
|
|
49200
49211
|
const _hoisted_8$a = { class: "flex flex-row" };
|
|
49201
49212
|
const _hoisted_9$a = { class: "w-1/5 mr-[40px] relative" };
|
|
49202
49213
|
const _hoisted_10$8 = { class: "text-[24px] font-semibold text-navy-800" };
|
|
49203
|
-
const _hoisted_11$
|
|
49214
|
+
const _hoisted_11$7 = { class: "w-4/5" };
|
|
49204
49215
|
const _hoisted_12$5 = {
|
|
49205
49216
|
key: 0,
|
|
49206
49217
|
class: "text-[24px] mb-6 font-semibold text-navy-800"
|
|
49207
49218
|
};
|
|
49208
49219
|
const _hoisted_13$3 = { class: "text-xl font-semibold text-gray-900" };
|
|
49209
|
-
const _hoisted_14$3 = { class: "all-unset" };
|
|
49220
|
+
const _hoisted_14$3 = { class: "all-unset ql-editor" };
|
|
49210
49221
|
const _hoisted_15$3 = ["innerHTML"];
|
|
49211
49222
|
const _sfc_main$c = {
|
|
49212
49223
|
__name: "Timeline",
|
|
@@ -49251,7 +49262,7 @@ const _sfc_main$c = {
|
|
|
49251
49262
|
style: { "background": "repeating-linear-gradient(to bottom, transparent, transparent 10px, #A9B8C6 8px, #A9B8C6 20px)", "width": "2px" }
|
|
49252
49263
|
}, null, -1))
|
|
49253
49264
|
]),
|
|
49254
|
-
createElementVNode("div", _hoisted_11$
|
|
49265
|
+
createElementVNode("div", _hoisted_11$7, [
|
|
49255
49266
|
data2.group_title ? (openBlock(), createElementBlock("p", _hoisted_12$5, toDisplayString(data2.group_title), 1)) : createCommentVNode("", true),
|
|
49256
49267
|
(openBlock(true), createElementBlock(Fragment, null, renderList(data2.lines, (line, index2) => {
|
|
49257
49268
|
return openBlock(), createElementBlock("div", {
|
|
@@ -49419,7 +49430,7 @@ const _hoisted_7$9 = {
|
|
|
49419
49430
|
const _hoisted_8$8 = { class: "relative bg-white hover:bg-gray-100 p-2 rounded-lg w-full" };
|
|
49420
49431
|
const _hoisted_9$8 = ["href", "target"];
|
|
49421
49432
|
const _hoisted_10$7 = { class: "flex gap-4 items-center max-w-[94%] w-full" };
|
|
49422
|
-
const _hoisted_11$
|
|
49433
|
+
const _hoisted_11$6 = { class: "w-full" };
|
|
49423
49434
|
const _sfc_main$a = {
|
|
49424
49435
|
__name: "LinkList",
|
|
49425
49436
|
props: {
|
|
@@ -49472,7 +49483,7 @@ const _sfc_main$a = {
|
|
|
49472
49483
|
}, [
|
|
49473
49484
|
createElementVNode("div", _hoisted_10$7, [
|
|
49474
49485
|
createVNode(unref(LinkExternal), { class: "w-5 h-5" }),
|
|
49475
|
-
createElementVNode("span", _hoisted_11$
|
|
49486
|
+
createElementVNode("span", _hoisted_11$6, toDisplayString(link.title), 1)
|
|
49476
49487
|
]),
|
|
49477
49488
|
createVNode(unref(ArrowUpRight), { class: "w-5 h-5" })
|
|
49478
49489
|
], 8, _hoisted_9$8)) : createCommentVNode("", true)
|
|
@@ -49755,7 +49766,7 @@ const _hoisted_7$6 = { class: "w-[56px] h-[56px] border-[2px] border-white bg-gr
|
|
|
49755
49766
|
const _hoisted_8$5 = { class: "w-[56px] h-[56px] border-[2px] border-white bg-gray-200 rounded-full flex justify-center items-center" };
|
|
49756
49767
|
const _hoisted_9$5 = { class: "text-[24px] text-gray-900 font-semibold mt-4" };
|
|
49757
49768
|
const _hoisted_10$5 = ["innerHTML"];
|
|
49758
|
-
const _hoisted_11$
|
|
49769
|
+
const _hoisted_11$5 = { class: "flex gap-2" };
|
|
49759
49770
|
const _hoisted_12$4 = ["href"];
|
|
49760
49771
|
const _sfc_main$7 = {
|
|
49761
49772
|
__name: "ContactUs",
|
|
@@ -49797,7 +49808,7 @@ const _sfc_main$7 = {
|
|
|
49797
49808
|
class: "text-[18px] font-normal mt-2 text-gray-600 leading-[30px] text-center",
|
|
49798
49809
|
innerHTML: headerComponent.value.supporting_text
|
|
49799
49810
|
}, null, 8, _hoisted_10$5)) : createCommentVNode("", true),
|
|
49800
|
-
createElementVNode("div", _hoisted_11$
|
|
49811
|
+
createElementVNode("div", _hoisted_11$5, [
|
|
49801
49812
|
(openBlock(true), createElementBlock(Fragment, null, renderList(contactUs.value.data, (item) => {
|
|
49802
49813
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
49803
49814
|
(item == null ? void 0 : item.show) ? (openBlock(), createElementBlock("a", {
|
|
@@ -49868,7 +49879,7 @@ const _hoisted_7$5 = {
|
|
|
49868
49879
|
const _hoisted_8$4 = { class: "relative bg-white w-full pt-6" };
|
|
49869
49880
|
const _hoisted_9$4 = { class: "text-gray-900 cursor-pointer w-full inline-flex justify-between gap-1.5 items-center leading-[28px] font-semibold text-lg" };
|
|
49870
49881
|
const _hoisted_10$4 = ["onClick"];
|
|
49871
|
-
const _hoisted_11$
|
|
49882
|
+
const _hoisted_11$4 = { class: "min-w-[24px]" };
|
|
49872
49883
|
const _hoisted_12$3 = ["innerHTML"];
|
|
49873
49884
|
const _sfc_main$6 = {
|
|
49874
49885
|
__name: "FAQ",
|
|
@@ -49915,7 +49926,7 @@ const _sfc_main$6 = {
|
|
|
49915
49926
|
class: "hover:underline",
|
|
49916
49927
|
onClick: ($event) => toggle(index2)
|
|
49917
49928
|
}, toDisplayString(link.title), 9, _hoisted_10$4),
|
|
49918
|
-
createElementVNode("span", _hoisted_11$
|
|
49929
|
+
createElementVNode("span", _hoisted_11$4, [
|
|
49919
49930
|
!show.value[index2] ? (openBlock(), createBlock(unref(Plus), {
|
|
49920
49931
|
key: 0,
|
|
49921
49932
|
class: "w-6 h-6 cursor-pointer text-gray-400 hover:text-gray-700",
|
|
@@ -49929,7 +49940,7 @@ const _sfc_main$6 = {
|
|
|
49929
49940
|
]),
|
|
49930
49941
|
show.value[index2] ? (openBlock(), createElementBlock("p", {
|
|
49931
49942
|
key: 0,
|
|
49932
|
-
class: "mt-2 text-gray-600 leading-[24px] all-unset",
|
|
49943
|
+
class: "mt-2 text-gray-600 leading-[24px] all-unset ql-editor",
|
|
49933
49944
|
innerHTML: link.supporting_text
|
|
49934
49945
|
}, null, 8, _hoisted_12$3)) : createCommentVNode("", true)
|
|
49935
49946
|
]);
|
|
@@ -49952,7 +49963,7 @@ const _hoisted_7$4 = { class: "text-gray-900 cursor-pointer w-full inline-flex j
|
|
|
49952
49963
|
const _hoisted_8$3 = ["onClick"];
|
|
49953
49964
|
const _hoisted_9$3 = { class: "min-w-[24px]" };
|
|
49954
49965
|
const _hoisted_10$3 = ["innerHTML"];
|
|
49955
|
-
const _hoisted_11$
|
|
49966
|
+
const _hoisted_11$3 = { class: "w-1/2 bg-white rounded-[16px] overflow-hidden flex flex-col items-center justify-center px-12" };
|
|
49956
49967
|
const _hoisted_12$2 = { key: 0 };
|
|
49957
49968
|
const _hoisted_13$2 = ["textContent"];
|
|
49958
49969
|
const _hoisted_14$2 = ["innerHTML"];
|
|
@@ -50012,14 +50023,14 @@ const _sfc_main$5 = {
|
|
|
50012
50023
|
]),
|
|
50013
50024
|
show.value[index] ? (openBlock(), createElementBlock("p", {
|
|
50014
50025
|
key: 0,
|
|
50015
|
-
class: "mt-2 text-gray-600 leading-[24px] all-unset",
|
|
50026
|
+
class: "mt-2 text-gray-600 leading-[24px] all-unset ql-editor",
|
|
50016
50027
|
innerHTML: price == null ? void 0 : price.supporting_text
|
|
50017
50028
|
}, null, 8, _hoisted_10$3)) : createCommentVNode("", true)
|
|
50018
50029
|
]);
|
|
50019
50030
|
}), 256))
|
|
50020
50031
|
])
|
|
50021
50032
|
]),
|
|
50022
|
-
createElementVNode("div", _hoisted_11$
|
|
50033
|
+
createElementVNode("div", _hoisted_11$3, [
|
|
50023
50034
|
paragraphComponent.value ? (openBlock(), createElementBlock("div", _hoisted_12$2, [
|
|
50024
50035
|
createElementVNode("p", {
|
|
50025
50036
|
class: "text-[32px] font-semibold text-gray-900",
|
|
@@ -50106,25 +50117,43 @@ const _hoisted_10$2 = {
|
|
|
50106
50117
|
key: 0,
|
|
50107
50118
|
class: "flex justify-center pb-32"
|
|
50108
50119
|
};
|
|
50109
|
-
const _hoisted_11$
|
|
50110
|
-
const _hoisted_12$1 = {
|
|
50111
|
-
|
|
50112
|
-
|
|
50113
|
-
|
|
50114
|
-
|
|
50120
|
+
const _hoisted_11$2 = { class: "w-2/5 px-8" };
|
|
50121
|
+
const _hoisted_12$1 = {
|
|
50122
|
+
class: /* @__PURE__ */ normalizeClass([
|
|
50123
|
+
"p-8 rounded-[20px] text-left min-h-full",
|
|
50124
|
+
"bg-brand-25"
|
|
50125
|
+
])
|
|
50126
|
+
};
|
|
50127
|
+
const _hoisted_13$1 = {
|
|
50128
|
+
class: /* @__PURE__ */ normalizeClass([
|
|
50129
|
+
"w-12 h-12 flex items-center justify-center rounded-full mb-4",
|
|
50130
|
+
"bg-brand-100 text-brand-600"
|
|
50131
|
+
])
|
|
50132
|
+
};
|
|
50133
|
+
const _hoisted_14$1 = {
|
|
50134
|
+
class: /* @__PURE__ */ normalizeClass([
|
|
50135
|
+
"text-4xl leading-10 font-semibold mb-4",
|
|
50136
|
+
"text-brand-700"
|
|
50137
|
+
])
|
|
50138
|
+
};
|
|
50139
|
+
const _hoisted_15$1 = { class: "leading-6 text-gray-600" };
|
|
50140
|
+
const _hoisted_16 = { class: "w-3/5 px-8 flex flex-col justify-between" };
|
|
50141
|
+
const _hoisted_17 = { class: "mb-12" };
|
|
50142
|
+
const _hoisted_18 = { class: "flex space-x-6" };
|
|
50143
|
+
const _hoisted_19 = {
|
|
50115
50144
|
key: 0,
|
|
50116
50145
|
class: "flex-1"
|
|
50117
50146
|
};
|
|
50118
|
-
const
|
|
50119
|
-
const
|
|
50120
|
-
const
|
|
50147
|
+
const _hoisted_20 = { class: "font-bold text-gray-900 leading-6 mb-6" };
|
|
50148
|
+
const _hoisted_21 = { class: "flex items-center justify-center min-w-6 h-6 bg-success-100 text-success-500 rounded-full mr-3" };
|
|
50149
|
+
const _hoisted_22 = {
|
|
50121
50150
|
key: 1,
|
|
50122
50151
|
class: "flex-1"
|
|
50123
50152
|
};
|
|
50124
|
-
const
|
|
50125
|
-
const
|
|
50126
|
-
const
|
|
50127
|
-
const
|
|
50153
|
+
const _hoisted_23 = { class: "font-bold text-gray-900 leading-6 mb-6" };
|
|
50154
|
+
const _hoisted_24 = { class: "flex items-center justify-center min-w-6 h-6 bg-gray-100 rounded-full mr-3" };
|
|
50155
|
+
const _hoisted_25 = ["href"];
|
|
50156
|
+
const _hoisted_26 = { class: "ml-2" };
|
|
50128
50157
|
const _sfc_main$4 = {
|
|
50129
50158
|
__name: "HorizontalTabs",
|
|
50130
50159
|
props: {
|
|
@@ -50181,84 +50210,72 @@ const _sfc_main$4 = {
|
|
|
50181
50210
|
name: "fade",
|
|
50182
50211
|
mode: "out-in"
|
|
50183
50212
|
}, {
|
|
50184
|
-
default: withCtx(() =>
|
|
50185
|
-
|
|
50186
|
-
|
|
50187
|
-
|
|
50188
|
-
|
|
50189
|
-
|
|
50190
|
-
|
|
50191
|
-
|
|
50192
|
-
|
|
50193
|
-
|
|
50213
|
+
default: withCtx(() => {
|
|
50214
|
+
var _a, _b;
|
|
50215
|
+
return [
|
|
50216
|
+
activeMembership.value ? (openBlock(), createElementBlock("div", {
|
|
50217
|
+
key: activeMembership.value.id,
|
|
50218
|
+
class: "bg-white py-8 rounded-3xl shadow-sm border border-gray-200 flex max-w-[1400px] mx-auto -mb-[140px]"
|
|
50219
|
+
}, [
|
|
50220
|
+
createElementVNode("div", _hoisted_11$2, [
|
|
50221
|
+
createElementVNode("div", _hoisted_12$1, [
|
|
50222
|
+
createElementVNode("span", _hoisted_13$1, [
|
|
50223
|
+
createVNode(unref(StarIcon), { class: "w-5 h-5" })
|
|
50224
|
+
]),
|
|
50225
|
+
createElementVNode("h3", _hoisted_14$1, toDisplayString(activeMembership.value.name), 1),
|
|
50226
|
+
createElementVNode("p", _hoisted_15$1, toDisplayString(activeMembership.value.description), 1)
|
|
50194
50227
|
])
|
|
50195
|
-
|
|
50196
|
-
|
|
50197
|
-
|
|
50198
|
-
|
|
50199
|
-
activeMembership.value.
|
|
50228
|
+
]),
|
|
50229
|
+
createElementVNode("div", _hoisted_16, [
|
|
50230
|
+
createElementVNode("div", _hoisted_17, [
|
|
50231
|
+
createElementVNode("div", _hoisted_18, [
|
|
50232
|
+
activeMembership.value.access ? (openBlock(), createElementBlock("div", _hoisted_19, [
|
|
50233
|
+
createElementVNode("h4", _hoisted_20, toDisplayString(activeMembership.value.access.title), 1),
|
|
50234
|
+
createElementVNode("ul", null, [
|
|
50235
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(activeMembership.value.access.list, (item, idx) => {
|
|
50236
|
+
return openBlock(), createElementBlock("li", {
|
|
50237
|
+
key: `access-${activeMembership.value.id}-${idx}`,
|
|
50238
|
+
class: "leading-6 flex items-top text-gray-600 mb-4"
|
|
50239
|
+
}, [
|
|
50240
|
+
createElementVNode("span", _hoisted_21, [
|
|
50241
|
+
createVNode(unref(Check), { class: "w-5 h-5" })
|
|
50242
|
+
]),
|
|
50243
|
+
createTextVNode(" " + toDisplayString(item), 1)
|
|
50244
|
+
]);
|
|
50245
|
+
}), 128))
|
|
50246
|
+
])
|
|
50247
|
+
])) : createCommentVNode("", true),
|
|
50248
|
+
activeMembership.value.excludes && ((_b = (_a = activeMembership.value.excludes) == null ? void 0 : _a.list) == null ? void 0 : _b.length) ? (openBlock(), createElementBlock("div", _hoisted_22, [
|
|
50249
|
+
createElementVNode("h4", _hoisted_23, toDisplayString(activeMembership.value.excludes.title), 1),
|
|
50250
|
+
createElementVNode("ul", null, [
|
|
50251
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(activeMembership.value.excludes.list, (item, idx) => {
|
|
50252
|
+
return openBlock(), createElementBlock("li", {
|
|
50253
|
+
key: `excludes-${activeMembership.value.id}-${idx}`,
|
|
50254
|
+
class: "leading-6 flex items-top text-gray-600 mb-4"
|
|
50255
|
+
}, [
|
|
50256
|
+
createElementVNode("span", _hoisted_24, [
|
|
50257
|
+
createVNode(unref(XIcon), { class: "w-5 h-5" })
|
|
50258
|
+
]),
|
|
50259
|
+
createTextVNode(" " + toDisplayString(item), 1)
|
|
50260
|
+
]);
|
|
50261
|
+
}), 128))
|
|
50262
|
+
])
|
|
50263
|
+
])) : createCommentVNode("", true)
|
|
50200
50264
|
])
|
|
50265
|
+
]),
|
|
50266
|
+
createElementVNode("a", {
|
|
50267
|
+
href: activeMembership.value.url,
|
|
50268
|
+
class: "py-3 px-6 rounded-full font-semibold flex items-center justify-center transition-colors bg-brand-600 text-white hover:bg-brand-700"
|
|
50201
50269
|
}, [
|
|
50202
|
-
|
|
50203
|
-
|
|
50204
|
-
|
|
50205
|
-
class: normalizeClass([
|
|
50206
|
-
"text-4xl leading-10 font-semibold mb-4",
|
|
50207
|
-
activeMembership.value.theme === "dark" ? "text-navy-700" : "text-brand-700"
|
|
50270
|
+
createTextVNode(toDisplayString(activeMembership.value.button.label) + " ", 1),
|
|
50271
|
+
createElementVNode("span", _hoisted_26, [
|
|
50272
|
+
createVNode(unref(ArrowUpRight), { class: "w-5 h-5" })
|
|
50208
50273
|
])
|
|
50209
|
-
|
|
50210
|
-
|
|
50211
|
-
|
|
50212
|
-
|
|
50213
|
-
|
|
50214
|
-
createElementVNode("div", _hoisted_14$1, [
|
|
50215
|
-
createElementVNode("div", _hoisted_15$1, [
|
|
50216
|
-
activeMembership.value.access ? (openBlock(), createElementBlock("div", _hoisted_16, [
|
|
50217
|
-
createElementVNode("h4", _hoisted_17, toDisplayString(activeMembership.value.access.title), 1),
|
|
50218
|
-
createElementVNode("ul", null, [
|
|
50219
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(activeMembership.value.access.list, (item, idx) => {
|
|
50220
|
-
return openBlock(), createElementBlock("li", {
|
|
50221
|
-
key: `access-${activeMembership.value.id}-${idx}`,
|
|
50222
|
-
class: "leading-6 flex items-top text-gray-600 mb-4"
|
|
50223
|
-
}, [
|
|
50224
|
-
createElementVNode("span", _hoisted_18, [
|
|
50225
|
-
createVNode(unref(Check), { class: "w-5 h-5" })
|
|
50226
|
-
]),
|
|
50227
|
-
createTextVNode(" " + toDisplayString(item), 1)
|
|
50228
|
-
]);
|
|
50229
|
-
}), 128))
|
|
50230
|
-
])
|
|
50231
|
-
])) : createCommentVNode("", true),
|
|
50232
|
-
activeMembership.value.excludes ? (openBlock(), createElementBlock("div", _hoisted_19, [
|
|
50233
|
-
createElementVNode("h4", _hoisted_20, toDisplayString(activeMembership.value.excludes.title), 1),
|
|
50234
|
-
createElementVNode("ul", null, [
|
|
50235
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(activeMembership.value.excludes.list, (item, idx) => {
|
|
50236
|
-
return openBlock(), createElementBlock("li", {
|
|
50237
|
-
key: `excludes-${activeMembership.value.id}-${idx}`,
|
|
50238
|
-
class: "leading-6 flex items-top text-gray-600 mb-4"
|
|
50239
|
-
}, [
|
|
50240
|
-
createElementVNode("span", _hoisted_21, [
|
|
50241
|
-
createVNode(unref(XIcon), { class: "w-5 h-5" })
|
|
50242
|
-
]),
|
|
50243
|
-
createTextVNode(" " + toDisplayString(item), 1)
|
|
50244
|
-
]);
|
|
50245
|
-
}), 128))
|
|
50246
|
-
])
|
|
50247
|
-
])) : createCommentVNode("", true)
|
|
50248
|
-
])
|
|
50249
|
-
]),
|
|
50250
|
-
createElementVNode("a", {
|
|
50251
|
-
href: activeMembership.value.url,
|
|
50252
|
-
class: normalizeClass(["py-3 px-6 rounded-full font-semibold flex items-center justify-center transition-colors", activeMembership.value.theme === "dark" ? "bg-brand-800 text-white hover:bg-brand-700" : "bg-navy-600 text-white hover:bg-navy-500"])
|
|
50253
|
-
}, [
|
|
50254
|
-
createTextVNode(toDisplayString(activeMembership.value.button.label) + " ", 1),
|
|
50255
|
-
createElementVNode("span", _hoisted_23, [
|
|
50256
|
-
createVNode(unref(ArrowUpRight), { class: "w-5 h-5" })
|
|
50257
|
-
])
|
|
50258
|
-
], 10, _hoisted_22)
|
|
50259
|
-
])
|
|
50260
|
-
])) : createCommentVNode("", true)
|
|
50261
|
-
]),
|
|
50274
|
+
], 8, _hoisted_25)
|
|
50275
|
+
])
|
|
50276
|
+
])) : createCommentVNode("", true)
|
|
50277
|
+
];
|
|
50278
|
+
}),
|
|
50262
50279
|
_: 1
|
|
50263
50280
|
})
|
|
50264
50281
|
])
|
|
@@ -50266,7 +50283,7 @@ const _sfc_main$4 = {
|
|
|
50266
50283
|
};
|
|
50267
50284
|
}
|
|
50268
50285
|
};
|
|
50269
|
-
const HorizontalTabs = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-
|
|
50286
|
+
const HorizontalTabs = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-936f7e6f"]]);
|
|
50270
50287
|
const _hoisted_1$6 = {
|
|
50271
50288
|
xmlns: "http://www.w3.org/2000/svg",
|
|
50272
50289
|
fill: "none",
|
|
@@ -50318,17 +50335,18 @@ const _hoisted_1$3 = { class: "relative overflow-hidden bg-gray-50" };
|
|
|
50318
50335
|
const _hoisted_2$2 = { class: "flex space-x-16 max-w-[1640px] md:px-[120px] mx-auto w-full" };
|
|
50319
50336
|
const _hoisted_3$2 = { class: "flex-1 flex flex-col justify-center gap-8" };
|
|
50320
50337
|
const _hoisted_4$2 = { class: "flex items-center gap-1" };
|
|
50321
|
-
const _hoisted_5$2 =
|
|
50322
|
-
const _hoisted_6$2 =
|
|
50323
|
-
const _hoisted_7$2 = { class: "w-[
|
|
50338
|
+
const _hoisted_5$2 = ["innerHTML"];
|
|
50339
|
+
const _hoisted_6$2 = { class: "text-gray-600" };
|
|
50340
|
+
const _hoisted_7$2 = { class: "h-[480px] w-[560px]" };
|
|
50324
50341
|
const _hoisted_8$1 = ["src"];
|
|
50325
50342
|
const _hoisted_9$1 = {
|
|
50326
50343
|
key: 1,
|
|
50327
|
-
class: "rounded-tl-3xl rounded-br-3xl",
|
|
50344
|
+
class: "rounded-tl-3xl rounded-br-3xl object-cover",
|
|
50328
50345
|
src: _imports_0,
|
|
50329
50346
|
alt: "No Image Available"
|
|
50330
50347
|
};
|
|
50331
|
-
const _hoisted_10$1 = { class: "flex max-w-[1640px] md:px-[120px] mx-auto w-full gap-4
|
|
50348
|
+
const _hoisted_10$1 = { class: "flex max-w-[1640px] md:px-[120px] mx-auto w-full gap-4 relative" };
|
|
50349
|
+
const _hoisted_11$1 = { class: "absolute bottom-[40px] left-[120px] w-full gap-4 flex" };
|
|
50332
50350
|
const _sfc_main$3 = {
|
|
50333
50351
|
__name: "TestimonialSlider",
|
|
50334
50352
|
props: {
|
|
@@ -50371,18 +50389,18 @@ const _sfc_main$3 = {
|
|
|
50371
50389
|
return createVNode(unref(Star), { class: "w-5 h-5 text-yellow-100" });
|
|
50372
50390
|
}), 64))
|
|
50373
50391
|
]),
|
|
50374
|
-
createElementVNode("h3",
|
|
50375
|
-
|
|
50376
|
-
class: "text-gray-600",
|
|
50392
|
+
createElementVNode("h3", {
|
|
50393
|
+
class: "font-medium text-3xl leading-[38px]",
|
|
50377
50394
|
innerHTML: feature.description
|
|
50378
|
-
}, null, 8,
|
|
50395
|
+
}, null, 8, _hoisted_5$2),
|
|
50396
|
+
createElementVNode("p", _hoisted_6$2, toDisplayString(feature.title), 1)
|
|
50379
50397
|
]),
|
|
50380
50398
|
createElementVNode("div", _hoisted_7$2, [
|
|
50381
50399
|
feature.featured_image ? (openBlock(), createElementBlock("img", {
|
|
50382
50400
|
key: 0,
|
|
50383
50401
|
src: feature.featured_image,
|
|
50384
50402
|
alt: "Audience smiling",
|
|
50385
|
-
class: "rounded-tl-3xl rounded-br-3xl"
|
|
50403
|
+
class: "rounded-tl-3xl rounded-br-3xl w-full h-full object-cover"
|
|
50386
50404
|
}, null, 8, _hoisted_8$1)) : (openBlock(), createElementBlock("img", _hoisted_9$1))
|
|
50387
50405
|
])
|
|
50388
50406
|
])
|
|
@@ -50390,19 +50408,21 @@ const _sfc_main$3 = {
|
|
|
50390
50408
|
}), 128))
|
|
50391
50409
|
], 4),
|
|
50392
50410
|
createElementVNode("footer", _hoisted_10$1, [
|
|
50393
|
-
createElementVNode("
|
|
50394
|
-
|
|
50395
|
-
|
|
50396
|
-
|
|
50397
|
-
|
|
50398
|
-
|
|
50399
|
-
|
|
50400
|
-
|
|
50401
|
-
|
|
50402
|
-
|
|
50403
|
-
|
|
50404
|
-
|
|
50405
|
-
|
|
50411
|
+
createElementVNode("div", _hoisted_11$1, [
|
|
50412
|
+
createElementVNode("button", {
|
|
50413
|
+
type: "button",
|
|
50414
|
+
onClick: prevSlide,
|
|
50415
|
+
class: "w-12 h-12 border border-gray-200 rounded-full flex items-center justify-center bg-gray-50"
|
|
50416
|
+
}, [
|
|
50417
|
+
createVNode(unref(ArrowLeft), { class: "w-6 h-6 text-gray-500" })
|
|
50418
|
+
]),
|
|
50419
|
+
createElementVNode("button", {
|
|
50420
|
+
type: "button",
|
|
50421
|
+
onClick: nextSlide,
|
|
50422
|
+
class: "w-12 h-12 border border-gray-200 rounded-full flex items-center justify-center bg-gray-50"
|
|
50423
|
+
}, [
|
|
50424
|
+
createVNode(unref(ArrowRight), { class: "w-6 h-6 text-gray-500" })
|
|
50425
|
+
])
|
|
50406
50426
|
])
|
|
50407
50427
|
])
|
|
50408
50428
|
])
|
|
@@ -50452,9 +50472,10 @@ const _sfc_main$2 = {
|
|
|
50452
50472
|
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.page.sections, (section, index) => {
|
|
50453
50473
|
return openBlock(), createElementBlock("div", null, [
|
|
50454
50474
|
(openBlock(), createBlock(resolveDynamicComponent(currentComponent(section)), {
|
|
50475
|
+
id: `section-${index}`,
|
|
50455
50476
|
key: index,
|
|
50456
50477
|
section
|
|
50457
|
-
}, null, 8, ["section"]))
|
|
50478
|
+
}, null, 8, ["id", "section"]))
|
|
50458
50479
|
]);
|
|
50459
50480
|
}), 256))
|
|
50460
50481
|
]);
|
|
@@ -50875,65 +50896,68 @@ const _sfc_main = {
|
|
|
50875
50896
|
createElementVNode("div", _hoisted_2, [
|
|
50876
50897
|
createElementVNode("div", _hoisted_3, [
|
|
50877
50898
|
createVNode(_sfc_main$I, { title: "Description" }, {
|
|
50878
|
-
default: withCtx(() =>
|
|
50879
|
-
|
|
50880
|
-
|
|
50899
|
+
default: withCtx(() => {
|
|
50900
|
+
var _a, _b;
|
|
50901
|
+
return [
|
|
50902
|
+
createElementVNode("div", _hoisted_4, [
|
|
50903
|
+
createElementVNode("div", _hoisted_5, [
|
|
50904
|
+
createVNode(_sfc_main$P, {
|
|
50905
|
+
"is-vertical": "",
|
|
50906
|
+
field: "icon",
|
|
50907
|
+
"label-text": "Icon *",
|
|
50908
|
+
value: form.value.icon
|
|
50909
|
+
}, {
|
|
50910
|
+
default: withCtx(() => [
|
|
50911
|
+
createVNode(_sfc_main$G, {
|
|
50912
|
+
id: "icon",
|
|
50913
|
+
modelValue: form.value.icon,
|
|
50914
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => form.value.icon = $event)
|
|
50915
|
+
}, null, 8, ["modelValue"])
|
|
50916
|
+
]),
|
|
50917
|
+
_: 1
|
|
50918
|
+
}, 8, ["value"]),
|
|
50919
|
+
createVNode(_sfc_main$P, {
|
|
50920
|
+
"is-vertical": "",
|
|
50921
|
+
field: "title",
|
|
50922
|
+
"label-text": ((_a = __props.item) == null ? void 0 : _a.title_label) ? __props.item.title_label : "Title *",
|
|
50923
|
+
class: "w-full",
|
|
50924
|
+
value: form.value.title,
|
|
50925
|
+
limit: 100
|
|
50926
|
+
}, {
|
|
50927
|
+
default: withCtx(() => [
|
|
50928
|
+
withDirectives(createElementVNode("input", {
|
|
50929
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => form.value.title = $event),
|
|
50930
|
+
name: "title",
|
|
50931
|
+
type: "text",
|
|
50932
|
+
placeholder: "Title",
|
|
50933
|
+
maxlength: 100,
|
|
50934
|
+
class: "border-1 border-solid border-gray-300 rounded-lg bg-white w-full"
|
|
50935
|
+
}, null, 512), [
|
|
50936
|
+
[vModelText, form.value.title]
|
|
50937
|
+
])
|
|
50938
|
+
]),
|
|
50939
|
+
_: 1
|
|
50940
|
+
}, 8, ["label-text", "value"])
|
|
50941
|
+
]),
|
|
50881
50942
|
createVNode(_sfc_main$P, {
|
|
50882
50943
|
"is-vertical": "",
|
|
50883
|
-
field: "
|
|
50884
|
-
"label-text": "
|
|
50885
|
-
|
|
50944
|
+
field: "description",
|
|
50945
|
+
"label-text": ((_b = __props.item) == null ? void 0 : _b.description_label) ? __props.item.description_label : "Supporting Text *",
|
|
50946
|
+
class: "w-full mb-4",
|
|
50947
|
+
value: descriptionWordCount.value,
|
|
50948
|
+
"show-count": true
|
|
50886
50949
|
}, {
|
|
50887
50950
|
default: withCtx(() => [
|
|
50888
|
-
createVNode(
|
|
50889
|
-
|
|
50890
|
-
modelValue: form.value.
|
|
50891
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => form.value.icon = $event)
|
|
50951
|
+
createVNode(QuillEditor, {
|
|
50952
|
+
modelValue: form.value.description,
|
|
50953
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => form.value.description = $event)
|
|
50892
50954
|
}, null, 8, ["modelValue"])
|
|
50893
50955
|
]),
|
|
50894
50956
|
_: 1
|
|
50895
|
-
}, 8, ["value"])
|
|
50896
|
-
|
|
50897
|
-
|
|
50898
|
-
|
|
50899
|
-
"label-text": "Title *",
|
|
50900
|
-
class: "w-full",
|
|
50901
|
-
value: form.value.title,
|
|
50902
|
-
limit: 51
|
|
50903
|
-
}, {
|
|
50904
|
-
default: withCtx(() => [
|
|
50905
|
-
withDirectives(createElementVNode("input", {
|
|
50906
|
-
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => form.value.title = $event),
|
|
50907
|
-
name: "title",
|
|
50908
|
-
type: "text",
|
|
50909
|
-
placeholder: "Title",
|
|
50910
|
-
maxlength: 51,
|
|
50911
|
-
class: "border-1 border-solid border-gray-300 rounded-lg bg-white w-full"
|
|
50912
|
-
}, null, 512), [
|
|
50913
|
-
[vModelText, form.value.title]
|
|
50914
|
-
])
|
|
50915
|
-
]),
|
|
50916
|
-
_: 1
|
|
50917
|
-
}, 8, ["value"])
|
|
50918
|
-
]),
|
|
50919
|
-
createVNode(_sfc_main$P, {
|
|
50920
|
-
"is-vertical": "",
|
|
50921
|
-
field: "description",
|
|
50922
|
-
"label-text": "Supporting Text *",
|
|
50923
|
-
class: "w-full mb-4",
|
|
50924
|
-
value: descriptionWordCount.value,
|
|
50925
|
-
"show-count": true
|
|
50926
|
-
}, {
|
|
50927
|
-
default: withCtx(() => [
|
|
50928
|
-
createVNode(QuillEditor, {
|
|
50929
|
-
modelValue: form.value.description,
|
|
50930
|
-
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => form.value.description = $event)
|
|
50931
|
-
}, null, 8, ["modelValue"])
|
|
50932
|
-
]),
|
|
50933
|
-
_: 1
|
|
50934
|
-
}, 8, ["value"])
|
|
50935
|
-
])
|
|
50936
|
-
]),
|
|
50957
|
+
}, 8, ["label-text", "value"])
|
|
50958
|
+
])
|
|
50959
|
+
];
|
|
50960
|
+
}),
|
|
50937
50961
|
_: 1
|
|
50938
50962
|
}),
|
|
50939
50963
|
form.value.hasOwnProperty("primary_button") ? (openBlock(), createBlock(_sfc_main$F, {
|