@dcodegroup-au/page-builder 0.6.0 → 0.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/page-builder.css +10 -21
- package/dist/page-builder.es.js +240 -213
- package/dist/page-builder.umd.js +240 -213
- package/package.json +1 -1
- package/src/components/LinkCardEdit.vue +4 -4
- package/src/components/PageRender.vue +1 -0
- package/src/components/presenters/modules/HorizontalTabs.vue +6 -9
- package/src/components/presenters/modules/Paragraph.vue +5 -4
- package/src/components/presenters/modules/StandardHeader.vue +1 -1
- package/src/components/presenters/modules/TestimonialSlider.vue +22 -20
- package/src/components/presenters/modules/TwoColumnsImageContent.vue +16 -4
package/dist/page-builder.umd.js
CHANGED
|
@@ -450,7 +450,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
450
450
|
const _hoisted_8$o = { class: "flex flex-col gap-1" };
|
|
451
451
|
const _hoisted_9$n = { class: "font-semibold text-gray-900" };
|
|
452
452
|
const _hoisted_10$j = { class: "text-sm text-gray-600" };
|
|
453
|
-
const _hoisted_11$
|
|
453
|
+
const _hoisted_11$h = ["disabled"];
|
|
454
454
|
const _hoisted_12$e = { class: "flex flex-col gap-3" };
|
|
455
455
|
const _hoisted_13$9 = ["onClick"];
|
|
456
456
|
const _hoisted_14$9 = ["onClick"];
|
|
@@ -526,7 +526,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
526
526
|
}, [
|
|
527
527
|
vue.createVNode(vue.unref(PlusIcon), { class: "h-5 w-5" }),
|
|
528
528
|
_cache[0] || (_cache[0] = vue.createElementVNode("span", null, "Add", -1))
|
|
529
|
-
], 10, _hoisted_11$
|
|
529
|
+
], 10, _hoisted_11$h)
|
|
530
530
|
])
|
|
531
531
|
]),
|
|
532
532
|
vue.createElementVNode("div", _hoisted_12$e, [
|
|
@@ -11703,7 +11703,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
11703
11703
|
const _hoisted_8$n = ["src", "title"];
|
|
11704
11704
|
const _hoisted_9$m = ["href"];
|
|
11705
11705
|
const _hoisted_10$i = { class: "file-upload-title" };
|
|
11706
|
-
const _hoisted_11$
|
|
11706
|
+
const _hoisted_11$g = { class: "file-upload-file-remove" };
|
|
11707
11707
|
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" };
|
|
11708
11708
|
const _sfc_main$O = {
|
|
11709
11709
|
__name: "FileUpload",
|
|
@@ -11810,7 +11810,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
11810
11810
|
}, [
|
|
11811
11811
|
vue.createElementVNode("div", _hoisted_10$i, vue.toDisplayString(file.value.file_name), 1)
|
|
11812
11812
|
], 8, _hoisted_9$m),
|
|
11813
|
-
vue.createElementVNode("a", _hoisted_11$
|
|
11813
|
+
vue.createElementVNode("a", _hoisted_11$g, [
|
|
11814
11814
|
vue.createElementVNode("i", {
|
|
11815
11815
|
class: "fal fa-times",
|
|
11816
11816
|
onClick: _cache[0] || (_cache[0] = ($event) => deleteFile(file.value))
|
|
@@ -45226,7 +45226,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45226
45226
|
const _hoisted_8$k = { class: "flex items-center justify-between" };
|
|
45227
45227
|
const _hoisted_9$k = { class: "text-lg font-semibold text-gray-900" };
|
|
45228
45228
|
const _hoisted_10$g = { class: "relative flex items-end" };
|
|
45229
|
-
const _hoisted_11$
|
|
45229
|
+
const _hoisted_11$f = { class: "flex flex-col gap-6" };
|
|
45230
45230
|
const _hoisted_12$c = {
|
|
45231
45231
|
key: 0,
|
|
45232
45232
|
class: "flex gap-4"
|
|
@@ -45361,7 +45361,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45361
45361
|
}, null, 8, ["onRemoveItem"])
|
|
45362
45362
|
])
|
|
45363
45363
|
]),
|
|
45364
|
-
vue.createElementVNode("div", _hoisted_11$
|
|
45364
|
+
vue.createElementVNode("div", _hoisted_11$f, [
|
|
45365
45365
|
!((_a2 = componentData.value) == null ? void 0 : _a2.hasOwnProperty("has_type_switcher")) || ((_b = componentData.value) == null ? void 0 : _b.has_type_switcher) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_12$c, [
|
|
45366
45366
|
(vue.openBlock(), vue.createElementBlock(vue.Fragment, null, vue.renderList(options, (option) => {
|
|
45367
45367
|
return vue.createElementVNode("label", _hoisted_13$8, [
|
|
@@ -45475,7 +45475,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45475
45475
|
const _hoisted_8$j = { class: "text-lg font-semibold text-gray-900" };
|
|
45476
45476
|
const _hoisted_9$j = { class: "relative flex items-end" };
|
|
45477
45477
|
const _hoisted_10$f = { class: "flex flex-col gap-6" };
|
|
45478
|
-
const _hoisted_11$
|
|
45478
|
+
const _hoisted_11$e = { class: "flex flex-col gap-1.5" };
|
|
45479
45479
|
const _hoisted_12$b = ["onUpdate:modelValue"];
|
|
45480
45480
|
const _sfc_main$B = {
|
|
45481
45481
|
__name: "Logos",
|
|
@@ -45558,7 +45558,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45558
45558
|
])
|
|
45559
45559
|
]),
|
|
45560
45560
|
vue.createElementVNode("div", _hoisted_10$f, [
|
|
45561
|
-
vue.createElementVNode("div", _hoisted_11$
|
|
45561
|
+
vue.createElementVNode("div", _hoisted_11$e, [
|
|
45562
45562
|
vue.createVNode(vue.unref(VFileUpload), {
|
|
45563
45563
|
name: "image",
|
|
45564
45564
|
modelValue: item.logo,
|
|
@@ -45763,7 +45763,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45763
45763
|
const _hoisted_8$i = { class: "text-lg font-semibold text-gray-900" };
|
|
45764
45764
|
const _hoisted_9$i = { class: "relative flex items-end" };
|
|
45765
45765
|
const _hoisted_10$e = { class: "flex flex-col gap-6" };
|
|
45766
|
-
const _hoisted_11$
|
|
45766
|
+
const _hoisted_11$d = { class: "flex flex-col gap-1.5" };
|
|
45767
45767
|
const _sfc_main$y = {
|
|
45768
45768
|
__name: "VideoGrid",
|
|
45769
45769
|
props: {
|
|
@@ -45839,7 +45839,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45839
45839
|
])
|
|
45840
45840
|
]),
|
|
45841
45841
|
vue.createElementVNode("div", _hoisted_10$e, [
|
|
45842
|
-
vue.createElementVNode("div", _hoisted_11$
|
|
45842
|
+
vue.createElementVNode("div", _hoisted_11$d, [
|
|
45843
45843
|
vue.createVNode(vue.unref(VFileUpload), {
|
|
45844
45844
|
name: "image",
|
|
45845
45845
|
type: "video",
|
|
@@ -46160,7 +46160,7 @@ ${escapeText(this.code(index, length))}
|
|
|
46160
46160
|
class: "flex flex-col gap-2"
|
|
46161
46161
|
};
|
|
46162
46162
|
const _hoisted_10$d = ["onClick"];
|
|
46163
|
-
const _hoisted_11$
|
|
46163
|
+
const _hoisted_11$c = { class: "flex flex-col" };
|
|
46164
46164
|
const _hoisted_12$a = { class: "text-sm font-medium text-gray-900" };
|
|
46165
46165
|
const _hoisted_13$7 = { class: "flex items-center justify-between gap-3 px-[10px]" };
|
|
46166
46166
|
const _hoisted_14$7 = { class: "flex h-full flex-1 flex-col mb-20" };
|
|
@@ -46295,7 +46295,7 @@ ${escapeText(this.code(index, length))}
|
|
|
46295
46295
|
onClick: ($event) => selectComponent(sectionIndex, component, index),
|
|
46296
46296
|
class: vue.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 = vue.unref(selected)) == null ? void 0 : _a3.sectionIndex) === sectionIndex && ((_b2 = vue.unref(selected)) == null ? void 0 : _b2.componentIndex) === index }])
|
|
46297
46297
|
}, [
|
|
46298
|
-
vue.createElementVNode("div", _hoisted_11$
|
|
46298
|
+
vue.createElementVNode("div", _hoisted_11$c, [
|
|
46299
46299
|
_cache[1] || (_cache[1] = vue.createElementVNode("div", { class: "text-xs text-gray-600" }, "Sub-module", -1)),
|
|
46300
46300
|
vue.createElementVNode("div", _hoisted_12$a, vue.toDisplayString(component.name), 1)
|
|
46301
46301
|
]),
|
|
@@ -47833,7 +47833,7 @@ ${escapeText(this.code(index, length))}
|
|
|
47833
47833
|
const _hoisted_8$g = { class: "flex gap-3 mt-8 flex-col lg:flex-row" };
|
|
47834
47834
|
const _hoisted_9$g = ["href", "target"];
|
|
47835
47835
|
const _hoisted_10$c = ["href", "target"];
|
|
47836
|
-
const _hoisted_11$
|
|
47836
|
+
const _hoisted_11$b = ["src"];
|
|
47837
47837
|
const _hoisted_12$9 = {
|
|
47838
47838
|
key: 1,
|
|
47839
47839
|
class: "rounded-[40px] h-[674px] max-w-[882px] lg:w-1/2 w-full object-cover",
|
|
@@ -47906,7 +47906,7 @@ ${escapeText(this.code(index, length))}
|
|
|
47906
47906
|
src: slide.featured_image,
|
|
47907
47907
|
alt: "Slide Image",
|
|
47908
47908
|
class: "rounded-[40px] h-[674px] max-w-[882px] lg:w-1/2 w-full object-cover"
|
|
47909
|
-
}, null, 8, _hoisted_11$
|
|
47909
|
+
}, null, 8, _hoisted_11$b)) : (vue.openBlock(), vue.createElementBlock("img", _hoisted_12$9))
|
|
47910
47910
|
])
|
|
47911
47911
|
]),
|
|
47912
47912
|
_: 2
|
|
@@ -48429,7 +48429,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48429
48429
|
key: 2,
|
|
48430
48430
|
class: "flex gap-2 text-gray-600 mt-2 font-semibold"
|
|
48431
48431
|
};
|
|
48432
|
-
const _hoisted_11$
|
|
48432
|
+
const _hoisted_11$a = ["innerHTML"];
|
|
48433
48433
|
const _hoisted_12$8 = { class: "border-t border-gray-200 mt-4 pt-[17px] flex justify-between items-center" };
|
|
48434
48434
|
const _hoisted_13$6 = ["href"];
|
|
48435
48435
|
const _hoisted_14$6 = { class: "absolute top-[-65px] right-4 flex gap-4" };
|
|
@@ -48522,7 +48522,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48522
48522
|
vue.createElementVNode("div", {
|
|
48523
48523
|
class: "text-sm",
|
|
48524
48524
|
innerHTML: slide == null ? void 0 : slide.line_2
|
|
48525
|
-
}, null, 8, _hoisted_11$
|
|
48525
|
+
}, null, 8, _hoisted_11$a)
|
|
48526
48526
|
])) : vue.createCommentVNode("", true)
|
|
48527
48527
|
]),
|
|
48528
48528
|
vue.createElementVNode("div", _hoisted_12$8, [
|
|
@@ -48647,7 +48647,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48647
48647
|
};
|
|
48648
48648
|
const _hoisted_9$d = ["href"];
|
|
48649
48649
|
const _hoisted_10$a = { class: "flex justify-between" };
|
|
48650
|
-
const _hoisted_11$
|
|
48650
|
+
const _hoisted_11$9 = ["innerHTML"];
|
|
48651
48651
|
const _hoisted_12$7 = { class: "text-gray-500 text-sm mb-4" };
|
|
48652
48652
|
const _hoisted_13$5 = {
|
|
48653
48653
|
key: 0,
|
|
@@ -48750,7 +48750,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48750
48750
|
vue.createElementVNode("span", {
|
|
48751
48751
|
class: "w-5/6 leading-[28px]",
|
|
48752
48752
|
innerHTML: card.title
|
|
48753
|
-
}, null, 8, _hoisted_11$
|
|
48753
|
+
}, null, 8, _hoisted_11$9),
|
|
48754
48754
|
vue.createVNode(vue.unref(ArrowUpRight), { class: "w-5 h-5 mt-1" })
|
|
48755
48755
|
])
|
|
48756
48756
|
], 8, _hoisted_9$d)) : vue.createCommentVNode("", true),
|
|
@@ -48884,7 +48884,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48884
48884
|
], 8, _hoisted_4$e)) : vue.createCommentVNode("", true),
|
|
48885
48885
|
headerComponent.value.primary_button.show ? (vue.openBlock(), vue.createElementBlock("a", {
|
|
48886
48886
|
key: 1,
|
|
48887
|
-
class: "
|
|
48887
|
+
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",
|
|
48888
48888
|
href: vue.unref(formatUrl)(headerComponent.value.primary_button.url),
|
|
48889
48889
|
target: headerComponent.value.primary_button.open_in_new_tab ? "_blank" : ""
|
|
48890
48890
|
}, [
|
|
@@ -48905,8 +48905,11 @@ ${escapeText(this.code(index, length))}
|
|
|
48905
48905
|
}
|
|
48906
48906
|
};
|
|
48907
48907
|
const _hoisted_1$r = { class: "overflow-hidden mt-4" };
|
|
48908
|
-
const _hoisted_2$d = {
|
|
48909
|
-
|
|
48908
|
+
const _hoisted_2$d = {
|
|
48909
|
+
key: 0,
|
|
48910
|
+
class: "text-[36px] text-gray-900 font-semibold"
|
|
48911
|
+
};
|
|
48912
|
+
const _hoisted_3$d = { class: "all-unset ql-editor" };
|
|
48910
48913
|
const _hoisted_4$d = ["innerHTML"];
|
|
48911
48914
|
const _hoisted_5$d = { key: 0 };
|
|
48912
48915
|
const _hoisted_6$d = ["href"];
|
|
@@ -48957,23 +48960,23 @@ ${escapeText(this.code(index, length))}
|
|
|
48957
48960
|
}
|
|
48958
48961
|
};
|
|
48959
48962
|
return (_ctx, _cache) => {
|
|
48960
|
-
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
48963
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k;
|
|
48961
48964
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$r, [
|
|
48962
48965
|
vue.createElementVNode("div", {
|
|
48963
|
-
class: vue.normalizeClass(["max-w-[1640px] md:px-[120px] mx-auto w-full pt-4 mb-4 flex gap-16 items-center", { "flex-row-reverse mt-6 !mb-10": (_a = section.value) == null ? void 0 : _a.revert }])
|
|
48966
|
+
class: vue.normalizeClass(["max-w-[1640px] md:px-[120px] mx-auto w-full pt-4 mb-4 flex gap-16 items-center", { "flex-row-reverse mt-6 !mb-10": (_a = section.value) == null ? void 0 : _a.revert, "justify-center": (_b = section.value) == null ? void 0 : _b.center }])
|
|
48964
48967
|
}, [
|
|
48965
|
-
((
|
|
48968
|
+
((_c = component.value) == null ? void 0 : _c.title) || ((_d = component.value) == null ? void 0 : _d.paragraph) ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
48966
48969
|
key: 0,
|
|
48967
|
-
class: vue.normalizeClass(["max-w-[800px] py-4", { "!max-w-full w-full": (
|
|
48970
|
+
class: vue.normalizeClass(["max-w-[800px] py-4", { "!max-w-full w-full": (_e = section.value) == null ? void 0 : _e.is_full_width }]),
|
|
48968
48971
|
ref_key: "leftColumn",
|
|
48969
48972
|
ref: leftColumn
|
|
48970
48973
|
}, [
|
|
48971
|
-
vue.
|
|
48974
|
+
((_f = component.value) == null ? void 0 : _f.title) ? (vue.openBlock(), vue.createElementBlock("h3", _hoisted_2$d, vue.toDisplayString(component.value.title), 1)) : vue.createCommentVNode("", true),
|
|
48972
48975
|
vue.createElementVNode("div", _hoisted_3$d, [
|
|
48973
48976
|
vue.createElementVNode("div", {
|
|
48974
48977
|
innerHTML: component.value.paragraph
|
|
48975
48978
|
}, null, 8, _hoisted_4$d),
|
|
48976
|
-
((
|
|
48979
|
+
((_g = component.value) == null ? void 0 : _g.hasOwnProperty("button")) && button.value.show ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$d, [
|
|
48977
48980
|
vue.createElementVNode("a", {
|
|
48978
48981
|
href: button.value.url,
|
|
48979
48982
|
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 +48987,13 @@ ${escapeText(this.code(index, length))}
|
|
|
48984
48987
|
])) : vue.createCommentVNode("", true)
|
|
48985
48988
|
])
|
|
48986
48989
|
], 2)) : vue.createCommentVNode("", true),
|
|
48987
|
-
((
|
|
48990
|
+
((_h = component.value) == null ? void 0 : _h.featured_image) ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
48988
48991
|
key: 1,
|
|
48989
48992
|
class: "w-full max-w-[536px] rounded-[24px] overflow-hidden",
|
|
48990
48993
|
ref_key: "rightColumn",
|
|
48991
48994
|
ref: rightColumn
|
|
48992
48995
|
}, [
|
|
48993
|
-
((
|
|
48996
|
+
((_i = component.value) == null ? void 0 : _i.source_type) === "video" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_7$d, [
|
|
48994
48997
|
vue.createElementVNode("video", {
|
|
48995
48998
|
onClick: togglePlayPause,
|
|
48996
48999
|
preload: "metadata",
|
|
@@ -48999,7 +49002,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48999
49002
|
class: "h-full w-full object-cover"
|
|
49000
49003
|
}, [
|
|
49001
49004
|
vue.createElementVNode("source", {
|
|
49002
|
-
src: `${(
|
|
49005
|
+
src: `${(_j = component.value) == null ? void 0 : _j.featured_image}#t=2`
|
|
49003
49006
|
}, null, 8, _hoisted_8$c)
|
|
49004
49007
|
], 512),
|
|
49005
49008
|
!isPlaying.value ? (vue.openBlock(), vue.createBlock(vue.unref(PlayButton), {
|
|
@@ -49009,7 +49012,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49009
49012
|
})) : vue.createCommentVNode("", true)
|
|
49010
49013
|
])) : (vue.openBlock(), vue.createElementBlock("img", {
|
|
49011
49014
|
key: 1,
|
|
49012
|
-
src: (
|
|
49015
|
+
src: (_k = component.value) == null ? void 0 : _k.featured_image,
|
|
49013
49016
|
alt: "Feature Image",
|
|
49014
49017
|
class: "w-full h-full object-cover rounded-[24px]"
|
|
49015
49018
|
}, null, 8, _hoisted_9$c))
|
|
@@ -49035,12 +49038,12 @@ ${escapeText(this.code(index, length))}
|
|
|
49035
49038
|
};
|
|
49036
49039
|
const _hoisted_9$b = { class: "text-[36px] text-gray-900 font-semibold" };
|
|
49037
49040
|
const _hoisted_10$9 = ["innerHTML"];
|
|
49038
|
-
const _hoisted_11$
|
|
49041
|
+
const _hoisted_11$8 = {
|
|
49039
49042
|
key: 0,
|
|
49040
49043
|
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
49044
|
};
|
|
49042
49045
|
const _hoisted_12$6 = { class: "font-semibold text-[20px] text-gray-900" };
|
|
49043
|
-
const _hoisted_13$4 =
|
|
49046
|
+
const _hoisted_13$4 = ["innerHTML"];
|
|
49044
49047
|
const _hoisted_14$4 = ["href", "target"];
|
|
49045
49048
|
const _hoisted_15$4 = ["src"];
|
|
49046
49049
|
const _hoisted_16$1 = {
|
|
@@ -49077,6 +49080,14 @@ ${escapeText(this.code(index, length))}
|
|
|
49077
49080
|
}
|
|
49078
49081
|
return c;
|
|
49079
49082
|
});
|
|
49083
|
+
const items = vue.computed(() => {
|
|
49084
|
+
return (featureItemsComponent.value.data || []).filter(function(o) {
|
|
49085
|
+
if (o.hasOwnProperty("public")) {
|
|
49086
|
+
return o.public;
|
|
49087
|
+
}
|
|
49088
|
+
return true;
|
|
49089
|
+
});
|
|
49090
|
+
});
|
|
49080
49091
|
vue.onMounted(() => {
|
|
49081
49092
|
var _a;
|
|
49082
49093
|
if (leftColumn.value && rightColumn.value && ((_a = section.value) == null ? void 0 : _a.minimum_height)) {
|
|
@@ -49134,8 +49145,8 @@ ${escapeText(this.code(index, length))}
|
|
|
49134
49145
|
vue.createElementVNode("div", {
|
|
49135
49146
|
class: vue.normalizeClass(["grid gap-8", featureItemsComponent.value.hasOwnProperty("grid_columns") ? `grid-cols-${featureItemsComponent.value.grid_columns}` : "grid-cols-2 w-2/3"])
|
|
49136
49147
|
}, [
|
|
49137
|
-
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(
|
|
49138
|
-
var _a2, _b2, _c2
|
|
49148
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(items.value, (item) => {
|
|
49149
|
+
var _a2, _b2, _c2;
|
|
49139
49150
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
49140
49151
|
class: vue.normalizeClass(["flex gap-3 w-full", {
|
|
49141
49152
|
"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 +49154,21 @@ ${escapeText(this.code(index, length))}
|
|
|
49143
49154
|
}])
|
|
49144
49155
|
}, [
|
|
49145
49156
|
item.title ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
49146
|
-
(item == null ? void 0 : item.icon) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_11$
|
|
49157
|
+
(item == null ? void 0 : item.icon) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_11$8, [
|
|
49147
49158
|
vue.createVNode(_sfc_main$H, {
|
|
49148
49159
|
icon: item.icon,
|
|
49149
49160
|
"icon-classes": "w-5 h-5 text-brand-600"
|
|
49150
49161
|
}, null, 8, ["icon"])
|
|
49151
49162
|
])) : vue.createCommentVNode("", true),
|
|
49152
49163
|
vue.createElementVNode("div", {
|
|
49153
|
-
class: vue.normalizeClass(["max-w-[324px]", { "max-w-full": (_b2 = featureItemsComponent.value) == null ? void 0 : _b2.has_background }])
|
|
49164
|
+
class: vue.normalizeClass(["max-w-[324px] q-editor", { "max-w-full": (_b2 = featureItemsComponent.value) == null ? void 0 : _b2.has_background }])
|
|
49154
49165
|
}, [
|
|
49155
49166
|
vue.createElementVNode("h3", _hoisted_12$6, vue.toDisplayString(item.title), 1),
|
|
49156
|
-
vue.createElementVNode("p",
|
|
49157
|
-
|
|
49167
|
+
vue.createElementVNode("p", {
|
|
49168
|
+
class: "mt-2 text-md font-normal text-gray-600 leading-[24px]",
|
|
49169
|
+
innerHTML: item.supporting_text ?? item.description
|
|
49170
|
+
}, null, 8, _hoisted_13$4),
|
|
49171
|
+
((_c2 = item == null ? void 0 : item.primary_button) == null ? void 0 : _c2.show) ? (vue.openBlock(), vue.createElementBlock("a", {
|
|
49158
49172
|
key: 0,
|
|
49159
49173
|
class: "text-brand-700 inline-flex gap-1.5 items-center font-semibold text-base mt-4",
|
|
49160
49174
|
href: vue.unref(formatUrl)(item.primary_button.url),
|
|
@@ -49200,7 +49214,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49200
49214
|
const _hoisted_8$a = { class: "flex flex-row" };
|
|
49201
49215
|
const _hoisted_9$a = { class: "w-1/5 mr-[40px] relative" };
|
|
49202
49216
|
const _hoisted_10$8 = { class: "text-[24px] font-semibold text-navy-800" };
|
|
49203
|
-
const _hoisted_11$
|
|
49217
|
+
const _hoisted_11$7 = { class: "w-4/5" };
|
|
49204
49218
|
const _hoisted_12$5 = {
|
|
49205
49219
|
key: 0,
|
|
49206
49220
|
class: "text-[24px] mb-6 font-semibold text-navy-800"
|
|
@@ -49251,7 +49265,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49251
49265
|
style: { "background": "repeating-linear-gradient(to bottom, transparent, transparent 10px, #A9B8C6 8px, #A9B8C6 20px)", "width": "2px" }
|
|
49252
49266
|
}, null, -1))
|
|
49253
49267
|
]),
|
|
49254
|
-
vue.createElementVNode("div", _hoisted_11$
|
|
49268
|
+
vue.createElementVNode("div", _hoisted_11$7, [
|
|
49255
49269
|
data2.group_title ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_12$5, vue.toDisplayString(data2.group_title), 1)) : vue.createCommentVNode("", true),
|
|
49256
49270
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(data2.lines, (line, index2) => {
|
|
49257
49271
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
@@ -49419,7 +49433,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49419
49433
|
const _hoisted_8$8 = { class: "relative bg-white hover:bg-gray-100 p-2 rounded-lg w-full" };
|
|
49420
49434
|
const _hoisted_9$8 = ["href", "target"];
|
|
49421
49435
|
const _hoisted_10$7 = { class: "flex gap-4 items-center max-w-[94%] w-full" };
|
|
49422
|
-
const _hoisted_11$
|
|
49436
|
+
const _hoisted_11$6 = { class: "w-full" };
|
|
49423
49437
|
const _sfc_main$a = {
|
|
49424
49438
|
__name: "LinkList",
|
|
49425
49439
|
props: {
|
|
@@ -49472,7 +49486,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49472
49486
|
}, [
|
|
49473
49487
|
vue.createElementVNode("div", _hoisted_10$7, [
|
|
49474
49488
|
vue.createVNode(vue.unref(LinkExternal), { class: "w-5 h-5" }),
|
|
49475
|
-
vue.createElementVNode("span", _hoisted_11$
|
|
49489
|
+
vue.createElementVNode("span", _hoisted_11$6, vue.toDisplayString(link.title), 1)
|
|
49476
49490
|
]),
|
|
49477
49491
|
vue.createVNode(vue.unref(ArrowUpRight), { class: "w-5 h-5" })
|
|
49478
49492
|
], 8, _hoisted_9$8)) : vue.createCommentVNode("", true)
|
|
@@ -49755,7 +49769,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49755
49769
|
const _hoisted_8$5 = { class: "w-[56px] h-[56px] border-[2px] border-white bg-gray-200 rounded-full flex justify-center items-center" };
|
|
49756
49770
|
const _hoisted_9$5 = { class: "text-[24px] text-gray-900 font-semibold mt-4" };
|
|
49757
49771
|
const _hoisted_10$5 = ["innerHTML"];
|
|
49758
|
-
const _hoisted_11$
|
|
49772
|
+
const _hoisted_11$5 = { class: "flex gap-2" };
|
|
49759
49773
|
const _hoisted_12$4 = ["href"];
|
|
49760
49774
|
const _sfc_main$7 = {
|
|
49761
49775
|
__name: "ContactUs",
|
|
@@ -49797,7 +49811,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49797
49811
|
class: "text-[18px] font-normal mt-2 text-gray-600 leading-[30px] text-center",
|
|
49798
49812
|
innerHTML: headerComponent.value.supporting_text
|
|
49799
49813
|
}, null, 8, _hoisted_10$5)) : vue.createCommentVNode("", true),
|
|
49800
|
-
vue.createElementVNode("div", _hoisted_11$
|
|
49814
|
+
vue.createElementVNode("div", _hoisted_11$5, [
|
|
49801
49815
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(contactUs.value.data, (item) => {
|
|
49802
49816
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
49803
49817
|
(item == null ? void 0 : item.show) ? (vue.openBlock(), vue.createElementBlock("a", {
|
|
@@ -49868,7 +49882,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49868
49882
|
const _hoisted_8$4 = { class: "relative bg-white w-full pt-6" };
|
|
49869
49883
|
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
49884
|
const _hoisted_10$4 = ["onClick"];
|
|
49871
|
-
const _hoisted_11$
|
|
49885
|
+
const _hoisted_11$4 = { class: "min-w-[24px]" };
|
|
49872
49886
|
const _hoisted_12$3 = ["innerHTML"];
|
|
49873
49887
|
const _sfc_main$6 = {
|
|
49874
49888
|
__name: "FAQ",
|
|
@@ -49915,7 +49929,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49915
49929
|
class: "hover:underline",
|
|
49916
49930
|
onClick: ($event) => toggle(index2)
|
|
49917
49931
|
}, vue.toDisplayString(link.title), 9, _hoisted_10$4),
|
|
49918
|
-
vue.createElementVNode("span", _hoisted_11$
|
|
49932
|
+
vue.createElementVNode("span", _hoisted_11$4, [
|
|
49919
49933
|
!show.value[index2] ? (vue.openBlock(), vue.createBlock(vue.unref(Plus), {
|
|
49920
49934
|
key: 0,
|
|
49921
49935
|
class: "w-6 h-6 cursor-pointer text-gray-400 hover:text-gray-700",
|
|
@@ -49952,7 +49966,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49952
49966
|
const _hoisted_8$3 = ["onClick"];
|
|
49953
49967
|
const _hoisted_9$3 = { class: "min-w-[24px]" };
|
|
49954
49968
|
const _hoisted_10$3 = ["innerHTML"];
|
|
49955
|
-
const _hoisted_11$
|
|
49969
|
+
const _hoisted_11$3 = { class: "w-1/2 bg-white rounded-[16px] overflow-hidden flex flex-col items-center justify-center px-12" };
|
|
49956
49970
|
const _hoisted_12$2 = { key: 0 };
|
|
49957
49971
|
const _hoisted_13$2 = ["textContent"];
|
|
49958
49972
|
const _hoisted_14$2 = ["innerHTML"];
|
|
@@ -50019,7 +50033,7 @@ ${escapeText(this.code(index, length))}
|
|
|
50019
50033
|
}), 256))
|
|
50020
50034
|
])
|
|
50021
50035
|
]),
|
|
50022
|
-
vue.createElementVNode("div", _hoisted_11$
|
|
50036
|
+
vue.createElementVNode("div", _hoisted_11$3, [
|
|
50023
50037
|
paragraphComponent.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_12$2, [
|
|
50024
50038
|
vue.createElementVNode("p", {
|
|
50025
50039
|
class: "text-[32px] font-semibold text-gray-900",
|
|
@@ -50106,25 +50120,43 @@ ${escapeText(this.code(index, length))}
|
|
|
50106
50120
|
key: 0,
|
|
50107
50121
|
class: "flex justify-center pb-32"
|
|
50108
50122
|
};
|
|
50109
|
-
const _hoisted_11$
|
|
50110
|
-
const _hoisted_12$1 = {
|
|
50111
|
-
|
|
50112
|
-
|
|
50113
|
-
|
|
50114
|
-
|
|
50123
|
+
const _hoisted_11$2 = { class: "w-2/5 px-8" };
|
|
50124
|
+
const _hoisted_12$1 = {
|
|
50125
|
+
class: /* @__PURE__ */ vue.normalizeClass([
|
|
50126
|
+
"p-8 rounded-[20px] text-left min-h-full",
|
|
50127
|
+
"bg-brand-25"
|
|
50128
|
+
])
|
|
50129
|
+
};
|
|
50130
|
+
const _hoisted_13$1 = {
|
|
50131
|
+
class: /* @__PURE__ */ vue.normalizeClass([
|
|
50132
|
+
"w-12 h-12 flex items-center justify-center rounded-full mb-4",
|
|
50133
|
+
"bg-brand-100 text-brand-600"
|
|
50134
|
+
])
|
|
50135
|
+
};
|
|
50136
|
+
const _hoisted_14$1 = {
|
|
50137
|
+
class: /* @__PURE__ */ vue.normalizeClass([
|
|
50138
|
+
"text-4xl leading-10 font-semibold mb-4",
|
|
50139
|
+
"text-brand-700"
|
|
50140
|
+
])
|
|
50141
|
+
};
|
|
50142
|
+
const _hoisted_15$1 = { class: "leading-6 text-gray-600" };
|
|
50143
|
+
const _hoisted_16 = { class: "w-3/5 px-8 flex flex-col justify-between" };
|
|
50144
|
+
const _hoisted_17 = { class: "mb-12" };
|
|
50145
|
+
const _hoisted_18 = { class: "flex space-x-6" };
|
|
50146
|
+
const _hoisted_19 = {
|
|
50115
50147
|
key: 0,
|
|
50116
50148
|
class: "flex-1"
|
|
50117
50149
|
};
|
|
50118
|
-
const
|
|
50119
|
-
const
|
|
50120
|
-
const
|
|
50150
|
+
const _hoisted_20 = { class: "font-bold text-gray-900 leading-6 mb-6" };
|
|
50151
|
+
const _hoisted_21 = { class: "flex items-center justify-center min-w-6 h-6 bg-success-100 text-success-500 rounded-full mr-3" };
|
|
50152
|
+
const _hoisted_22 = {
|
|
50121
50153
|
key: 1,
|
|
50122
50154
|
class: "flex-1"
|
|
50123
50155
|
};
|
|
50124
|
-
const
|
|
50125
|
-
const
|
|
50126
|
-
const
|
|
50127
|
-
const
|
|
50156
|
+
const _hoisted_23 = { class: "font-bold text-gray-900 leading-6 mb-6" };
|
|
50157
|
+
const _hoisted_24 = { class: "flex items-center justify-center min-w-6 h-6 bg-gray-100 rounded-full mr-3" };
|
|
50158
|
+
const _hoisted_25 = ["href"];
|
|
50159
|
+
const _hoisted_26 = { class: "ml-2" };
|
|
50128
50160
|
const _sfc_main$4 = {
|
|
50129
50161
|
__name: "HorizontalTabs",
|
|
50130
50162
|
props: {
|
|
@@ -50181,84 +50213,72 @@ ${escapeText(this.code(index, length))}
|
|
|
50181
50213
|
name: "fade",
|
|
50182
50214
|
mode: "out-in"
|
|
50183
50215
|
}, {
|
|
50184
|
-
default: vue.withCtx(() =>
|
|
50185
|
-
|
|
50186
|
-
|
|
50187
|
-
|
|
50188
|
-
|
|
50189
|
-
|
|
50190
|
-
|
|
50191
|
-
|
|
50192
|
-
|
|
50193
|
-
|
|
50216
|
+
default: vue.withCtx(() => {
|
|
50217
|
+
var _a, _b;
|
|
50218
|
+
return [
|
|
50219
|
+
activeMembership.value ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
50220
|
+
key: activeMembership.value.id,
|
|
50221
|
+
class: "bg-white py-8 rounded-3xl shadow-sm border border-gray-200 flex max-w-[1400px] mx-auto -mb-[140px]"
|
|
50222
|
+
}, [
|
|
50223
|
+
vue.createElementVNode("div", _hoisted_11$2, [
|
|
50224
|
+
vue.createElementVNode("div", _hoisted_12$1, [
|
|
50225
|
+
vue.createElementVNode("span", _hoisted_13$1, [
|
|
50226
|
+
vue.createVNode(vue.unref(StarIcon), { class: "w-5 h-5" })
|
|
50227
|
+
]),
|
|
50228
|
+
vue.createElementVNode("h3", _hoisted_14$1, vue.toDisplayString(activeMembership.value.name), 1),
|
|
50229
|
+
vue.createElementVNode("p", _hoisted_15$1, vue.toDisplayString(activeMembership.value.description), 1)
|
|
50194
50230
|
])
|
|
50195
|
-
|
|
50196
|
-
|
|
50197
|
-
|
|
50198
|
-
|
|
50199
|
-
activeMembership.value.
|
|
50231
|
+
]),
|
|
50232
|
+
vue.createElementVNode("div", _hoisted_16, [
|
|
50233
|
+
vue.createElementVNode("div", _hoisted_17, [
|
|
50234
|
+
vue.createElementVNode("div", _hoisted_18, [
|
|
50235
|
+
activeMembership.value.access ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_19, [
|
|
50236
|
+
vue.createElementVNode("h4", _hoisted_20, vue.toDisplayString(activeMembership.value.access.title), 1),
|
|
50237
|
+
vue.createElementVNode("ul", null, [
|
|
50238
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(activeMembership.value.access.list, (item, idx) => {
|
|
50239
|
+
return vue.openBlock(), vue.createElementBlock("li", {
|
|
50240
|
+
key: `access-${activeMembership.value.id}-${idx}`,
|
|
50241
|
+
class: "leading-6 flex items-top text-gray-600 mb-4"
|
|
50242
|
+
}, [
|
|
50243
|
+
vue.createElementVNode("span", _hoisted_21, [
|
|
50244
|
+
vue.createVNode(vue.unref(Check), { class: "w-5 h-5" })
|
|
50245
|
+
]),
|
|
50246
|
+
vue.createTextVNode(" " + vue.toDisplayString(item), 1)
|
|
50247
|
+
]);
|
|
50248
|
+
}), 128))
|
|
50249
|
+
])
|
|
50250
|
+
])) : vue.createCommentVNode("", true),
|
|
50251
|
+
activeMembership.value.excludes && ((_b = (_a = activeMembership.value.excludes) == null ? void 0 : _a.list) == null ? void 0 : _b.length) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_22, [
|
|
50252
|
+
vue.createElementVNode("h4", _hoisted_23, vue.toDisplayString(activeMembership.value.excludes.title), 1),
|
|
50253
|
+
vue.createElementVNode("ul", null, [
|
|
50254
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(activeMembership.value.excludes.list, (item, idx) => {
|
|
50255
|
+
return vue.openBlock(), vue.createElementBlock("li", {
|
|
50256
|
+
key: `excludes-${activeMembership.value.id}-${idx}`,
|
|
50257
|
+
class: "leading-6 flex items-top text-gray-600 mb-4"
|
|
50258
|
+
}, [
|
|
50259
|
+
vue.createElementVNode("span", _hoisted_24, [
|
|
50260
|
+
vue.createVNode(vue.unref(XIcon), { class: "w-5 h-5" })
|
|
50261
|
+
]),
|
|
50262
|
+
vue.createTextVNode(" " + vue.toDisplayString(item), 1)
|
|
50263
|
+
]);
|
|
50264
|
+
}), 128))
|
|
50265
|
+
])
|
|
50266
|
+
])) : vue.createCommentVNode("", true)
|
|
50200
50267
|
])
|
|
50268
|
+
]),
|
|
50269
|
+
vue.createElementVNode("a", {
|
|
50270
|
+
href: activeMembership.value.url,
|
|
50271
|
+
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
50272
|
}, [
|
|
50202
|
-
vue.
|
|
50203
|
-
|
|
50204
|
-
|
|
50205
|
-
class: vue.normalizeClass([
|
|
50206
|
-
"text-4xl leading-10 font-semibold mb-4",
|
|
50207
|
-
activeMembership.value.theme === "dark" ? "text-navy-700" : "text-brand-700"
|
|
50273
|
+
vue.createTextVNode(vue.toDisplayString(activeMembership.value.button.label) + " ", 1),
|
|
50274
|
+
vue.createElementVNode("span", _hoisted_26, [
|
|
50275
|
+
vue.createVNode(vue.unref(ArrowUpRight), { class: "w-5 h-5" })
|
|
50208
50276
|
])
|
|
50209
|
-
|
|
50210
|
-
|
|
50211
|
-
|
|
50212
|
-
|
|
50213
|
-
|
|
50214
|
-
vue.createElementVNode("div", _hoisted_14$1, [
|
|
50215
|
-
vue.createElementVNode("div", _hoisted_15$1, [
|
|
50216
|
-
activeMembership.value.access ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_16, [
|
|
50217
|
-
vue.createElementVNode("h4", _hoisted_17, vue.toDisplayString(activeMembership.value.access.title), 1),
|
|
50218
|
-
vue.createElementVNode("ul", null, [
|
|
50219
|
-
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(activeMembership.value.access.list, (item, idx) => {
|
|
50220
|
-
return vue.openBlock(), vue.createElementBlock("li", {
|
|
50221
|
-
key: `access-${activeMembership.value.id}-${idx}`,
|
|
50222
|
-
class: "leading-6 flex items-top text-gray-600 mb-4"
|
|
50223
|
-
}, [
|
|
50224
|
-
vue.createElementVNode("span", _hoisted_18, [
|
|
50225
|
-
vue.createVNode(vue.unref(Check), { class: "w-5 h-5" })
|
|
50226
|
-
]),
|
|
50227
|
-
vue.createTextVNode(" " + vue.toDisplayString(item), 1)
|
|
50228
|
-
]);
|
|
50229
|
-
}), 128))
|
|
50230
|
-
])
|
|
50231
|
-
])) : vue.createCommentVNode("", true),
|
|
50232
|
-
activeMembership.value.excludes ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_19, [
|
|
50233
|
-
vue.createElementVNode("h4", _hoisted_20, vue.toDisplayString(activeMembership.value.excludes.title), 1),
|
|
50234
|
-
vue.createElementVNode("ul", null, [
|
|
50235
|
-
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(activeMembership.value.excludes.list, (item, idx) => {
|
|
50236
|
-
return vue.openBlock(), vue.createElementBlock("li", {
|
|
50237
|
-
key: `excludes-${activeMembership.value.id}-${idx}`,
|
|
50238
|
-
class: "leading-6 flex items-top text-gray-600 mb-4"
|
|
50239
|
-
}, [
|
|
50240
|
-
vue.createElementVNode("span", _hoisted_21, [
|
|
50241
|
-
vue.createVNode(vue.unref(XIcon), { class: "w-5 h-5" })
|
|
50242
|
-
]),
|
|
50243
|
-
vue.createTextVNode(" " + vue.toDisplayString(item), 1)
|
|
50244
|
-
]);
|
|
50245
|
-
}), 128))
|
|
50246
|
-
])
|
|
50247
|
-
])) : vue.createCommentVNode("", true)
|
|
50248
|
-
])
|
|
50249
|
-
]),
|
|
50250
|
-
vue.createElementVNode("a", {
|
|
50251
|
-
href: activeMembership.value.url,
|
|
50252
|
-
class: vue.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
|
-
vue.createTextVNode(vue.toDisplayString(activeMembership.value.button.label) + " ", 1),
|
|
50255
|
-
vue.createElementVNode("span", _hoisted_23, [
|
|
50256
|
-
vue.createVNode(vue.unref(ArrowUpRight), { class: "w-5 h-5" })
|
|
50257
|
-
])
|
|
50258
|
-
], 10, _hoisted_22)
|
|
50259
|
-
])
|
|
50260
|
-
])) : vue.createCommentVNode("", true)
|
|
50261
|
-
]),
|
|
50277
|
+
], 8, _hoisted_25)
|
|
50278
|
+
])
|
|
50279
|
+
])) : vue.createCommentVNode("", true)
|
|
50280
|
+
];
|
|
50281
|
+
}),
|
|
50262
50282
|
_: 1
|
|
50263
50283
|
})
|
|
50264
50284
|
])
|
|
@@ -50266,7 +50286,7 @@ ${escapeText(this.code(index, length))}
|
|
|
50266
50286
|
};
|
|
50267
50287
|
}
|
|
50268
50288
|
};
|
|
50269
|
-
const HorizontalTabs = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-
|
|
50289
|
+
const HorizontalTabs = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-936f7e6f"]]);
|
|
50270
50290
|
const _hoisted_1$6 = {
|
|
50271
50291
|
xmlns: "http://www.w3.org/2000/svg",
|
|
50272
50292
|
fill: "none",
|
|
@@ -50318,17 +50338,18 @@ ${escapeText(this.code(index, length))}
|
|
|
50318
50338
|
const _hoisted_2$2 = { class: "flex space-x-16 max-w-[1640px] md:px-[120px] mx-auto w-full" };
|
|
50319
50339
|
const _hoisted_3$2 = { class: "flex-1 flex flex-col justify-center gap-8" };
|
|
50320
50340
|
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-[
|
|
50341
|
+
const _hoisted_5$2 = ["innerHTML"];
|
|
50342
|
+
const _hoisted_6$2 = { class: "text-gray-600" };
|
|
50343
|
+
const _hoisted_7$2 = { class: "h-[480px] w-[560px]" };
|
|
50324
50344
|
const _hoisted_8$1 = ["src"];
|
|
50325
50345
|
const _hoisted_9$1 = {
|
|
50326
50346
|
key: 1,
|
|
50327
|
-
class: "rounded-tl-3xl rounded-br-3xl",
|
|
50347
|
+
class: "rounded-tl-3xl rounded-br-3xl object-cover",
|
|
50328
50348
|
src: _imports_0,
|
|
50329
50349
|
alt: "No Image Available"
|
|
50330
50350
|
};
|
|
50331
|
-
const _hoisted_10$1 = { class: "flex max-w-[1640px] md:px-[120px] mx-auto w-full gap-4
|
|
50351
|
+
const _hoisted_10$1 = { class: "flex max-w-[1640px] md:px-[120px] mx-auto w-full gap-4 relative" };
|
|
50352
|
+
const _hoisted_11$1 = { class: "absolute bottom-[40px] left-[120px] w-full gap-4 flex" };
|
|
50332
50353
|
const _sfc_main$3 = {
|
|
50333
50354
|
__name: "TestimonialSlider",
|
|
50334
50355
|
props: {
|
|
@@ -50371,18 +50392,18 @@ ${escapeText(this.code(index, length))}
|
|
|
50371
50392
|
return vue.createVNode(vue.unref(Star), { class: "w-5 h-5 text-yellow-100" });
|
|
50372
50393
|
}), 64))
|
|
50373
50394
|
]),
|
|
50374
|
-
vue.createElementVNode("h3",
|
|
50375
|
-
|
|
50376
|
-
class: "text-gray-600",
|
|
50395
|
+
vue.createElementVNode("h3", {
|
|
50396
|
+
class: "font-semibold text-3xl leading-9",
|
|
50377
50397
|
innerHTML: feature.description
|
|
50378
|
-
}, null, 8,
|
|
50398
|
+
}, null, 8, _hoisted_5$2),
|
|
50399
|
+
vue.createElementVNode("p", _hoisted_6$2, vue.toDisplayString(feature.title), 1)
|
|
50379
50400
|
]),
|
|
50380
50401
|
vue.createElementVNode("div", _hoisted_7$2, [
|
|
50381
50402
|
feature.featured_image ? (vue.openBlock(), vue.createElementBlock("img", {
|
|
50382
50403
|
key: 0,
|
|
50383
50404
|
src: feature.featured_image,
|
|
50384
50405
|
alt: "Audience smiling",
|
|
50385
|
-
class: "rounded-tl-3xl rounded-br-3xl"
|
|
50406
|
+
class: "rounded-tl-3xl rounded-br-3xl w-full h-full object-cover"
|
|
50386
50407
|
}, null, 8, _hoisted_8$1)) : (vue.openBlock(), vue.createElementBlock("img", _hoisted_9$1))
|
|
50387
50408
|
])
|
|
50388
50409
|
])
|
|
@@ -50390,19 +50411,21 @@ ${escapeText(this.code(index, length))}
|
|
|
50390
50411
|
}), 128))
|
|
50391
50412
|
], 4),
|
|
50392
50413
|
vue.createElementVNode("footer", _hoisted_10$1, [
|
|
50393
|
-
vue.createElementVNode("
|
|
50394
|
-
|
|
50395
|
-
|
|
50396
|
-
|
|
50397
|
-
|
|
50398
|
-
|
|
50399
|
-
|
|
50400
|
-
|
|
50401
|
-
|
|
50402
|
-
|
|
50403
|
-
|
|
50404
|
-
|
|
50405
|
-
|
|
50414
|
+
vue.createElementVNode("div", _hoisted_11$1, [
|
|
50415
|
+
vue.createElementVNode("button", {
|
|
50416
|
+
type: "button",
|
|
50417
|
+
onClick: prevSlide,
|
|
50418
|
+
class: "w-12 h-12 border border-gray-200 rounded-full flex items-center justify-center bg-gray-50"
|
|
50419
|
+
}, [
|
|
50420
|
+
vue.createVNode(vue.unref(ArrowLeft), { class: "w-6 h-6 text-gray-500" })
|
|
50421
|
+
]),
|
|
50422
|
+
vue.createElementVNode("button", {
|
|
50423
|
+
type: "button",
|
|
50424
|
+
onClick: nextSlide,
|
|
50425
|
+
class: "w-12 h-12 border border-gray-200 rounded-full flex items-center justify-center bg-gray-50"
|
|
50426
|
+
}, [
|
|
50427
|
+
vue.createVNode(vue.unref(ArrowRight), { class: "w-6 h-6 text-gray-500" })
|
|
50428
|
+
])
|
|
50406
50429
|
])
|
|
50407
50430
|
])
|
|
50408
50431
|
])
|
|
@@ -50452,9 +50475,10 @@ ${escapeText(this.code(index, length))}
|
|
|
50452
50475
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.page.sections, (section, index) => {
|
|
50453
50476
|
return vue.openBlock(), vue.createElementBlock("div", null, [
|
|
50454
50477
|
(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(currentComponent(section)), {
|
|
50478
|
+
id: `section-${index}`,
|
|
50455
50479
|
key: index,
|
|
50456
50480
|
section
|
|
50457
|
-
}, null, 8, ["section"]))
|
|
50481
|
+
}, null, 8, ["id", "section"]))
|
|
50458
50482
|
]);
|
|
50459
50483
|
}), 256))
|
|
50460
50484
|
]);
|
|
@@ -50875,65 +50899,68 @@ ${escapeText(this.code(index, length))}
|
|
|
50875
50899
|
vue.createElementVNode("div", _hoisted_2, [
|
|
50876
50900
|
vue.createElementVNode("div", _hoisted_3, [
|
|
50877
50901
|
vue.createVNode(_sfc_main$I, { title: "Description" }, {
|
|
50878
|
-
default: vue.withCtx(() =>
|
|
50879
|
-
|
|
50880
|
-
|
|
50902
|
+
default: vue.withCtx(() => {
|
|
50903
|
+
var _a, _b;
|
|
50904
|
+
return [
|
|
50905
|
+
vue.createElementVNode("div", _hoisted_4, [
|
|
50906
|
+
vue.createElementVNode("div", _hoisted_5, [
|
|
50907
|
+
vue.createVNode(_sfc_main$P, {
|
|
50908
|
+
"is-vertical": "",
|
|
50909
|
+
field: "icon",
|
|
50910
|
+
"label-text": "Icon *",
|
|
50911
|
+
value: form.value.icon
|
|
50912
|
+
}, {
|
|
50913
|
+
default: vue.withCtx(() => [
|
|
50914
|
+
vue.createVNode(_sfc_main$G, {
|
|
50915
|
+
id: "icon",
|
|
50916
|
+
modelValue: form.value.icon,
|
|
50917
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => form.value.icon = $event)
|
|
50918
|
+
}, null, 8, ["modelValue"])
|
|
50919
|
+
]),
|
|
50920
|
+
_: 1
|
|
50921
|
+
}, 8, ["value"]),
|
|
50922
|
+
vue.createVNode(_sfc_main$P, {
|
|
50923
|
+
"is-vertical": "",
|
|
50924
|
+
field: "title",
|
|
50925
|
+
"label-text": ((_a = __props.item) == null ? void 0 : _a.title_label) ? __props.item.title_label : "Title *",
|
|
50926
|
+
class: "w-full",
|
|
50927
|
+
value: form.value.title,
|
|
50928
|
+
limit: 100
|
|
50929
|
+
}, {
|
|
50930
|
+
default: vue.withCtx(() => [
|
|
50931
|
+
vue.withDirectives(vue.createElementVNode("input", {
|
|
50932
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => form.value.title = $event),
|
|
50933
|
+
name: "title",
|
|
50934
|
+
type: "text",
|
|
50935
|
+
placeholder: "Title",
|
|
50936
|
+
maxlength: 100,
|
|
50937
|
+
class: "border-1 border-solid border-gray-300 rounded-lg bg-white w-full"
|
|
50938
|
+
}, null, 512), [
|
|
50939
|
+
[vue.vModelText, form.value.title]
|
|
50940
|
+
])
|
|
50941
|
+
]),
|
|
50942
|
+
_: 1
|
|
50943
|
+
}, 8, ["label-text", "value"])
|
|
50944
|
+
]),
|
|
50881
50945
|
vue.createVNode(_sfc_main$P, {
|
|
50882
50946
|
"is-vertical": "",
|
|
50883
|
-
field: "
|
|
50884
|
-
"label-text": "
|
|
50885
|
-
|
|
50947
|
+
field: "description",
|
|
50948
|
+
"label-text": ((_b = __props.item) == null ? void 0 : _b.description_label) ? __props.item.description_label : "Supporting Text *",
|
|
50949
|
+
class: "w-full mb-4",
|
|
50950
|
+
value: descriptionWordCount.value,
|
|
50951
|
+
"show-count": true
|
|
50886
50952
|
}, {
|
|
50887
50953
|
default: vue.withCtx(() => [
|
|
50888
|
-
vue.createVNode(
|
|
50889
|
-
|
|
50890
|
-
modelValue: form.value.
|
|
50891
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => form.value.icon = $event)
|
|
50954
|
+
vue.createVNode(QuillEditor, {
|
|
50955
|
+
modelValue: form.value.description,
|
|
50956
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => form.value.description = $event)
|
|
50892
50957
|
}, null, 8, ["modelValue"])
|
|
50893
50958
|
]),
|
|
50894
50959
|
_: 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: vue.withCtx(() => [
|
|
50905
|
-
vue.withDirectives(vue.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
|
-
[vue.vModelText, form.value.title]
|
|
50914
|
-
])
|
|
50915
|
-
]),
|
|
50916
|
-
_: 1
|
|
50917
|
-
}, 8, ["value"])
|
|
50918
|
-
]),
|
|
50919
|
-
vue.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: vue.withCtx(() => [
|
|
50928
|
-
vue.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
|
-
]),
|
|
50960
|
+
}, 8, ["label-text", "value"])
|
|
50961
|
+
])
|
|
50962
|
+
];
|
|
50963
|
+
}),
|
|
50937
50964
|
_: 1
|
|
50938
50965
|
}),
|
|
50939
50966
|
form.value.hasOwnProperty("primary_button") ? (vue.openBlock(), vue.createBlock(_sfc_main$F, {
|