tabexseriescomponents 0.0.613 → 0.0.614
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/index.cjs.js +729 -82
- package/dist/index.esm.js +729 -82
- package/dist/index.umd.js +729 -82
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -18495,6 +18495,8 @@ var CardsSection = function CardsSection(props) {
|
|
|
18495
18495
|
bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
|
|
18496
18496
|
} else if (item.tabexsectioninfo.sectioncompname == 'Classiccategorycard') {
|
|
18497
18497
|
bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
18498
|
+
} else if (item.tabexsectioninfo.sectioncompname == 'Horizontalcard') {
|
|
18499
|
+
bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
18498
18500
|
} else {
|
|
18499
18501
|
bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-6 col-sm-12 d-flex justify-content-center p-0 ';
|
|
18500
18502
|
}
|
|
@@ -18525,6 +18527,8 @@ var CardsSection = function CardsSection(props) {
|
|
|
18525
18527
|
bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
|
|
18526
18528
|
} else if (item.tabexsectioninfo.sectioncompname == 'Classiccategorycard') {
|
|
18527
18529
|
bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
18530
|
+
} else if (item.tabexsectioninfo.sectioncompname == 'Horizontalcard') {
|
|
18531
|
+
bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
18528
18532
|
} else {
|
|
18529
18533
|
bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-6 d-flex justify-content-center p-0';
|
|
18530
18534
|
}
|
|
@@ -18555,6 +18559,8 @@ var CardsSection = function CardsSection(props) {
|
|
|
18555
18559
|
bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
|
|
18556
18560
|
} else if (item.tabexsectioninfo.sectioncompname == 'Classiccategorycard') {
|
|
18557
18561
|
bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
18562
|
+
} else if (item.tabexsectioninfo.sectioncompname == 'Horizontalcard') {
|
|
18563
|
+
bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
18558
18564
|
} else {
|
|
18559
18565
|
bootstapclass = ' col-xl-4 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
18560
18566
|
}
|
|
@@ -18583,6 +18589,8 @@ var CardsSection = function CardsSection(props) {
|
|
|
18583
18589
|
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
|
|
18584
18590
|
} else if (item.tabexsectioninfo.sectioncompname == 'Classiccategorycard') {
|
|
18585
18591
|
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
18592
|
+
} else if (item.tabexsectioninfo.sectioncompname == 'Horizontalcard') {
|
|
18593
|
+
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
18586
18594
|
} else {
|
|
18587
18595
|
bootstapclass = ' col-xl-3 col-lg-4 col-md-4 p-0 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
18588
18596
|
}
|
|
@@ -18610,6 +18618,8 @@ var CardsSection = function CardsSection(props) {
|
|
|
18610
18618
|
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0';
|
|
18611
18619
|
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
|
|
18612
18620
|
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
|
|
18621
|
+
} else if (item.tabexsectioninfo.sectioncompname == 'Horizontalcard') {
|
|
18622
|
+
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
18613
18623
|
} else {
|
|
18614
18624
|
bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
18615
18625
|
}
|
|
@@ -18640,6 +18650,8 @@ var CardsSection = function CardsSection(props) {
|
|
|
18640
18650
|
bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
|
|
18641
18651
|
} else if (item.tabexsectioninfo.sectioncompname == 'Classiccategorycard') {
|
|
18642
18652
|
bootstapclass = ' col-xl-2 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
18653
|
+
} else if (item.tabexsectioninfo.sectioncompname == 'Horizontalcard') {
|
|
18654
|
+
bootstapclass = ' col-xl-2 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
18643
18655
|
} else {
|
|
18644
18656
|
bootstapclass = ' col-xl-2 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
|
|
18645
18657
|
}
|
|
@@ -28243,6 +28255,18 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
28243
28255
|
"class": "".concat(header_cssstyles.topbar_item_text)
|
|
28244
28256
|
}, langdetect == 'en' ? item.pagename : item.pagename_ar));
|
|
28245
28257
|
}
|
|
28258
|
+
})), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
28259
|
+
"class": "row m-0 w-100 p-0"
|
|
28260
|
+
}, /*#__PURE__*/React__default["default"].createElement(Subheader, {
|
|
28261
|
+
sectionpropertiesprops: sectionproperties,
|
|
28262
|
+
authdetailsContext: authdetailsContext,
|
|
28263
|
+
subheaderpropertiesprops: {
|
|
28264
|
+
subheaderpositionprops: 'in nav',
|
|
28265
|
+
paddingLeftprops: '30px',
|
|
28266
|
+
paddingRightprops: '30px',
|
|
28267
|
+
subheadercontentpositionprops: 'center'
|
|
28268
|
+
},
|
|
28269
|
+
actions: actions
|
|
28246
28270
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
28247
28271
|
"class": "col-lg-3 p-0 d-flex align-items-center justify-content-end"
|
|
28248
28272
|
}, sectionproperties.generalbtn_show == 'Show' && sectionproperties.btntype == 'Shop' && /*#__PURE__*/React__default["default"].createElement("button", {
|
|
@@ -44308,7 +44332,7 @@ var Footer4 = function Footer4(props) {
|
|
|
44308
44332
|
function ownKeys$1y(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
44309
44333
|
function _objectSpread$1y(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1y(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1y(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
44310
44334
|
var Footer5 = function Footer5(props) {
|
|
44311
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$
|
|
44335
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23, _authdetailsContext$i25, _authdetailsContext$i28, _authdetailsContext$i31, _authdetailsContext$i34, _authdetailsContext$i37, _authdetailsContext$i40, _authdetailsContext$i43;
|
|
44312
44336
|
var _useState = React.useState(''),
|
|
44313
44337
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
44314
44338
|
sectionproperties = _useState2[0],
|
|
@@ -44710,13 +44734,26 @@ var Footer5 = function Footer5(props) {
|
|
|
44710
44734
|
className: "h-100 allcentered"
|
|
44711
44735
|
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
44712
44736
|
size: sectionproperties.youtubebtniconfontsize
|
|
44713
|
-
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.
|
|
44737
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.telegramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44714
44738
|
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
44715
44739
|
onClick: function onClick() {
|
|
44716
44740
|
var _authdetailsContext$i18;
|
|
44717
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.
|
|
44741
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.telegramlink) != null) {
|
|
44718
44742
|
var _authdetailsContext$i19;
|
|
44719
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.
|
|
44743
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.telegramlink, '_blank');
|
|
44744
|
+
}
|
|
44745
|
+
}
|
|
44746
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
44747
|
+
className: "h-100 allcentered"
|
|
44748
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaTelegramPlane.FaTelegramPlane, {
|
|
44749
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
44750
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44751
|
+
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
44752
|
+
onClick: function onClick() {
|
|
44753
|
+
var _authdetailsContext$i21;
|
|
44754
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.tiktoklink) != null) {
|
|
44755
|
+
var _authdetailsContext$i22;
|
|
44756
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.youtubelink, '_blank');
|
|
44720
44757
|
}
|
|
44721
44758
|
}
|
|
44722
44759
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
@@ -44742,11 +44779,11 @@ var Footer5 = function Footer5(props) {
|
|
|
44742
44779
|
size: 20
|
|
44743
44780
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
44744
44781
|
className: ' p-0 m-0 wordbreak '
|
|
44745
|
-
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44782
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.address_en)), sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44746
44783
|
className: "".concat(footerStyles.footerinformationstyles) + ' col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-start justify-content-md-center align-items-center mb-3 storeinfotext cursor-pointer ',
|
|
44747
44784
|
onClick: function onClick() {
|
|
44748
|
-
var _authdetailsContext$
|
|
44749
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44785
|
+
var _authdetailsContext$i24;
|
|
44786
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 || (_authdetailsContext$i24 = _authdetailsContext$i24.contactinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.email), '_self');
|
|
44750
44787
|
}
|
|
44751
44788
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
44752
44789
|
className: "h-100 d-flex justify-content-center align-items-center"
|
|
@@ -44755,7 +44792,7 @@ var Footer5 = function Footer5(props) {
|
|
|
44755
44792
|
size: 20
|
|
44756
44793
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
44757
44794
|
className: ' p-0 m-0 wordbreak text-transform-none storeinfotext '
|
|
44758
|
-
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44795
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 || (_authdetailsContext$i25 = _authdetailsContext$i25.contactinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.email)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44759
44796
|
className: "".concat(footerStyles.footerinformationstyles) + ' col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-start justify-content-md-center align-items-center mb-md-3 storeinfotext ',
|
|
44760
44797
|
onClick: function onClick() {
|
|
44761
44798
|
window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
|
|
@@ -44810,8 +44847,8 @@ var Footer5 = function Footer5(props) {
|
|
|
44810
44847
|
"class": "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer ',
|
|
44811
44848
|
src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
|
|
44812
44849
|
onClick: function onClick() {
|
|
44813
|
-
var _authdetailsContext$
|
|
44814
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44850
|
+
var _authdetailsContext$i26;
|
|
44851
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.mobileapplink_appstore, '_blank');
|
|
44815
44852
|
},
|
|
44816
44853
|
style: {
|
|
44817
44854
|
width: '80%',
|
|
@@ -44823,8 +44860,8 @@ var Footer5 = function Footer5(props) {
|
|
|
44823
44860
|
"class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-start align-items-center cursor-pointer ',
|
|
44824
44861
|
src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
|
|
44825
44862
|
onClick: function onClick() {
|
|
44826
|
-
var _authdetailsContext$
|
|
44827
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44863
|
+
var _authdetailsContext$i27;
|
|
44864
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.mobileapplink_playstore, '_blank');
|
|
44828
44865
|
},
|
|
44829
44866
|
style: {
|
|
44830
44867
|
width: '80%',
|
|
@@ -44837,78 +44874,78 @@ var Footer5 = function Footer5(props) {
|
|
|
44837
44874
|
}
|
|
44838
44875
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44839
44876
|
className: "col-lg-12 allcentered"
|
|
44840
|
-
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44877
|
+
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44841
44878
|
className: langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.facebook_btn) + ' allcentered ml-3 ml-sm-4 ',
|
|
44842
44879
|
onClick: function onClick() {
|
|
44843
|
-
var _authdetailsContext$
|
|
44844
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44845
|
-
var _authdetailsContext$
|
|
44846
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44880
|
+
var _authdetailsContext$i29;
|
|
44881
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.facebooklink) != null) {
|
|
44882
|
+
var _authdetailsContext$i30;
|
|
44883
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.facebooklink, '_blank');
|
|
44847
44884
|
}
|
|
44848
44885
|
}
|
|
44849
44886
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
44850
44887
|
className: "h-100 allcentered"
|
|
44851
44888
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
44852
44889
|
size: sectionproperties.facebkbtnniconfontsize
|
|
44853
|
-
}))), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44890
|
+
}))), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44854
44891
|
className: langdetect == 'en' ? "".concat(footerStyles.instgram_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.instgram_btn) + ' allcentered ml-3 ml-sm-4',
|
|
44855
44892
|
onClick: function onClick() {
|
|
44856
|
-
var _authdetailsContext$
|
|
44857
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44858
|
-
var _authdetailsContext$
|
|
44859
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44893
|
+
var _authdetailsContext$i32;
|
|
44894
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.instagramlink) != null) {
|
|
44895
|
+
var _authdetailsContext$i33;
|
|
44896
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.instagramlink, '_blank');
|
|
44860
44897
|
}
|
|
44861
44898
|
}
|
|
44862
44899
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
44863
44900
|
className: "h-100 allcentered"
|
|
44864
44901
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
44865
44902
|
size: sectionproperties.instgrambtniconfontsize
|
|
44866
|
-
}))), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44903
|
+
}))), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44867
44904
|
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
44868
44905
|
onClick: function onClick() {
|
|
44869
|
-
var _authdetailsContext$
|
|
44870
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44871
|
-
var _authdetailsContext$
|
|
44872
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44906
|
+
var _authdetailsContext$i35;
|
|
44907
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.whatsappnumber) != null) {
|
|
44908
|
+
var _authdetailsContext$i36;
|
|
44909
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.whatsappnumber), '_blank');
|
|
44873
44910
|
}
|
|
44874
44911
|
}
|
|
44875
44912
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
44876
44913
|
className: "h-100 allcentered"
|
|
44877
44914
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
44878
44915
|
size: sectionproperties.youtubebtniconfontsize
|
|
44879
|
-
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44916
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44880
44917
|
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
44881
44918
|
onClick: function onClick() {
|
|
44882
|
-
var _authdetailsContext$
|
|
44883
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44884
|
-
var _authdetailsContext$
|
|
44885
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44919
|
+
var _authdetailsContext$i38;
|
|
44920
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.linkedinlink) != null) {
|
|
44921
|
+
var _authdetailsContext$i39;
|
|
44922
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.linkedinlink, '_blank');
|
|
44886
44923
|
}
|
|
44887
44924
|
}
|
|
44888
44925
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
44889
44926
|
className: "h-100 allcentered"
|
|
44890
44927
|
}, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
|
|
44891
44928
|
size: sectionproperties.instgrambtniconfontsize
|
|
44892
|
-
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44929
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44893
44930
|
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
44894
44931
|
onClick: function onClick() {
|
|
44895
|
-
var _authdetailsContext$
|
|
44896
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44897
|
-
var _authdetailsContext$
|
|
44898
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44932
|
+
var _authdetailsContext$i41;
|
|
44933
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.tiktoklink) != null) {
|
|
44934
|
+
var _authdetailsContext$i42;
|
|
44935
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.tiktoklink, '_blank');
|
|
44899
44936
|
}
|
|
44900
44937
|
}
|
|
44901
44938
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
44902
44939
|
className: "h-100 allcentered"
|
|
44903
44940
|
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
44904
44941
|
size: sectionproperties.instgrambtniconfontsize
|
|
44905
|
-
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44942
|
+
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44906
44943
|
className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
|
|
44907
44944
|
onClick: function onClick() {
|
|
44908
|
-
var _authdetailsContext$
|
|
44909
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44910
|
-
var _authdetailsContext$
|
|
44911
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
44945
|
+
var _authdetailsContext$i44;
|
|
44946
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i44 = authdetailsContext.instinfo) === null || _authdetailsContext$i44 === void 0 ? void 0 : _authdetailsContext$i44.tiktoklink) != null) {
|
|
44947
|
+
var _authdetailsContext$i45;
|
|
44948
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i45 = authdetailsContext.instinfo) === null || _authdetailsContext$i45 === void 0 ? void 0 : _authdetailsContext$i45.youtubelink, '_blank');
|
|
44912
44949
|
}
|
|
44913
44950
|
}
|
|
44914
44951
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
@@ -59605,7 +59642,640 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
59605
59642
|
marginBottom: sectionproperties.marginBottom + 'px',
|
|
59606
59643
|
background: sectionproperties.backgroundColor
|
|
59607
59644
|
}
|
|
59645
|
+
}, sectionproperties.cardstyletype == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59646
|
+
"class": sectionproperties.card_marginRight != 0 && sectionproperties.card_marginLeft != 0 ? sectionproperties.width != 100 ? 'd-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 w-md-90 mx-auto' : 'd-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 w-md-100 mx-auto' : sectionproperties.width != 100 ? 'd-flex justify-content-between align-items-center w-md-90 mx-auto' : 'd-flex justify-content-between align-items-center w-md-100 mx-auto',
|
|
59647
|
+
style: {
|
|
59648
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
|
|
59649
|
+
paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
|
|
59650
|
+
width: sectionproperties.width + 'vw',
|
|
59651
|
+
border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
|
|
59652
|
+
borderRadius: sectionproperties.sectioncardborderradius + 'px'
|
|
59653
|
+
}
|
|
59654
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59655
|
+
"class":
|
|
59656
|
+
// sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0
|
|
59657
|
+
// ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 '
|
|
59658
|
+
// : sectionproperties.paddingLeft == 0 && sectionproperties.paddingRight == 0
|
|
59659
|
+
// ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between '
|
|
59660
|
+
// : sectionproperties.paddingLeft != 0
|
|
59661
|
+
// ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between pr-1025-1 px-md-3 '
|
|
59662
|
+
// : sectionproperties.paddingRight != 0
|
|
59663
|
+
// ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between pr-1025-1 px-md-3 '
|
|
59664
|
+
// : section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between '
|
|
59665
|
+
sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0 ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 ' : sectionproperties.paddingLeft == 0 && sectionproperties.paddingRight == 0 ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between px-md-0 ' : sectionproperties.paddingLeft != 0 ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 ' : sectionproperties.paddingRight != 0 ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 ' : section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between px-md-0 ',
|
|
59666
|
+
style: {
|
|
59667
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
|
|
59668
|
+
paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
|
|
59669
|
+
// paddingTop: sectionproperties.paddingTop + 'px',
|
|
59670
|
+
// paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
59671
|
+
marginTop: sectionproperties.marginTop + 'px',
|
|
59672
|
+
marginBottom: sectionproperties.marginBottom + 'px'
|
|
59673
|
+
}
|
|
59674
|
+
}, sectionproperties.sectionstyle == 'Image on right' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59675
|
+
"class": "col-lg-12 p-0 d-flex justify-content-between d-md-none"
|
|
59676
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59677
|
+
"class": "row m-0 w-100 d-flex justify-content-between",
|
|
59678
|
+
style: {
|
|
59679
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
59680
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
59681
|
+
}
|
|
59682
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59683
|
+
"class": sectionproperties.image_show == 'show' ? section_styles.sectioncintainer + ' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ' : section_styles.sectioncintainer + ' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ',
|
|
59684
|
+
style: {
|
|
59685
|
+
background: sectionproperties.reservation_bgcolor,
|
|
59686
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
59687
|
+
}
|
|
59688
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59689
|
+
"class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
|
|
59690
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59691
|
+
"class": sectionproperties.sectionstyleresponsive == 'Image above text' ? 'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4' : 'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center',
|
|
59692
|
+
style: {
|
|
59693
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
59694
|
+
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
|
|
59695
|
+
marginTop: sectionproperties.sectionTitleMarginTop + 'px',
|
|
59696
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
59697
|
+
}
|
|
59698
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59699
|
+
"class": 'd-flex align-items-center flex-row d-sm-none mt-sm-2 ',
|
|
59700
|
+
style: {
|
|
59701
|
+
position: 'relative',
|
|
59702
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
59703
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
59704
|
+
backgroundColor: sectionproperties.sectiontitlebgcolor,
|
|
59705
|
+
borderRadius: sectionproperties.sectiontitleborderradius + 'px',
|
|
59706
|
+
paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
|
|
59707
|
+
paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
|
|
59708
|
+
paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
|
|
59709
|
+
paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
|
|
59710
|
+
marginLeft: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
|
|
59711
|
+
marginRight: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0
|
|
59712
|
+
}
|
|
59713
|
+
}, SectionTitle()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59714
|
+
"class": 'd-none align-items-center flex-row d-sm-flex mt-sm-2',
|
|
59715
|
+
style: {
|
|
59716
|
+
position: 'relative',
|
|
59717
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
59718
|
+
fontSize: sectionproperties.sectionTitleFontSizeresp + 'px',
|
|
59719
|
+
backgroundColor: sectionproperties.sectiontitlebgcolor,
|
|
59720
|
+
borderRadius: sectionproperties.sectiontitleborderradius + 'px',
|
|
59721
|
+
paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
|
|
59722
|
+
paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
|
|
59723
|
+
paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
|
|
59724
|
+
paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
|
|
59725
|
+
marginLeft: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
|
|
59726
|
+
marginRight: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0
|
|
59727
|
+
}
|
|
59728
|
+
}, SectionTitle())), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59729
|
+
"class": "col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",
|
|
59730
|
+
style: {
|
|
59731
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
59732
|
+
marginBottom: sectionproperties.descriptionMarginBottom + 'px',
|
|
59733
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
59734
|
+
}
|
|
59735
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59736
|
+
"class": "d-flex align-items-center flex-row d-sm-none mt-sm-2",
|
|
59737
|
+
style: {
|
|
59738
|
+
position: 'relative',
|
|
59739
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
59740
|
+
fontSize: sectionproperties.prodCatFontSize + 'px',
|
|
59741
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
59742
|
+
paddingRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
59743
|
+
}
|
|
59744
|
+
}, SectionDescription()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59745
|
+
"class": "d-none align-items-center flex-row d-sm-flex mt-sm-2",
|
|
59746
|
+
style: {
|
|
59747
|
+
position: 'relative',
|
|
59748
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
59749
|
+
fontSize: sectionproperties.prodCatFontSizeResp + 'px'
|
|
59750
|
+
}
|
|
59751
|
+
}, SectionDescription())), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59752
|
+
"class": "col-lg-12 p-0 d-flex justify-content-md-center",
|
|
59753
|
+
style: {
|
|
59754
|
+
justifyContent: sectionproperties.text2centered == 'Centered' ? 'center' : 'start',
|
|
59755
|
+
marginBottom: sectionproperties.slideshowText2Content_marginBottom + 'px'
|
|
59756
|
+
}
|
|
59757
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
59758
|
+
"class": sectionproperties.text2centered == 'Justify' ? section_styles.editortext + ' pb-0 pl-md-2 pr-md-2 ' : section_styles.editortext + ' pb-0 text-md-center pl-md-2 pr-md-2 ',
|
|
59759
|
+
style: {},
|
|
59760
|
+
dangerouslySetInnerHTML: {
|
|
59761
|
+
__html: langdetect == 'en' ? sectionproperties.contenteditor : sectionproperties.text2editortextar
|
|
59762
|
+
}
|
|
59763
|
+
})), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59764
|
+
"class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
|
|
59765
|
+
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
59766
|
+
"class": "".concat(section_styles.btn) + ' m-md-0 ',
|
|
59767
|
+
onClick: function onClick() {
|
|
59768
|
+
if (sectionproperties.btntype == 'WhatsApp') {
|
|
59769
|
+
var _authdetailsContext$i9;
|
|
59770
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.whatsappnumber) != null) {
|
|
59771
|
+
var _authdetailsContext$i10;
|
|
59772
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.whatsappnumber), '_blank');
|
|
59773
|
+
}
|
|
59774
|
+
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
59775
|
+
// window.open(sectionproperties.btnlink, '_target');
|
|
59776
|
+
routingcountext(sectionproperties.btnlink, false, '');
|
|
59777
|
+
} else {
|
|
59778
|
+
window.open(sectionproperties.btnlink, '_blank');
|
|
59779
|
+
}
|
|
59780
|
+
},
|
|
59781
|
+
style: {
|
|
59782
|
+
marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
59783
|
+
marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
59784
|
+
}
|
|
59785
|
+
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59786
|
+
"class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
|
|
59787
|
+
style: {
|
|
59788
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
59789
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
59790
|
+
display: sectionproperties.fbbtn_show == 'Hide' && sectionproperties.instbtn_show == 'Hide' && sectionproperties.youtbtn_show == 'Hide' ? 'none' : 'flex'
|
|
59791
|
+
}
|
|
59792
|
+
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59793
|
+
"class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
59794
|
+
onClick: function onClick() {
|
|
59795
|
+
var _authdetailsContext$i11;
|
|
59796
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.facebooklink) != null) {
|
|
59797
|
+
var _authdetailsContext$i12;
|
|
59798
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.facebooklink, '_blank');
|
|
59799
|
+
}
|
|
59800
|
+
}
|
|
59801
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
59802
|
+
size: sectionproperties.facebkbtnniconfontsize
|
|
59803
|
+
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59804
|
+
"class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
59805
|
+
onClick: function onClick() {
|
|
59806
|
+
var _authdetailsContext$i13;
|
|
59807
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
|
|
59808
|
+
var _authdetailsContext$i14;
|
|
59809
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.instagramlink, '_blank');
|
|
59810
|
+
}
|
|
59811
|
+
}
|
|
59812
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
59813
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
59814
|
+
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59815
|
+
"class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
59816
|
+
onClick: function onClick() {
|
|
59817
|
+
var _authdetailsContext$i15;
|
|
59818
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber) != null) {
|
|
59819
|
+
var _authdetailsContext$i16;
|
|
59820
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber), '_blank');
|
|
59821
|
+
}
|
|
59822
|
+
}
|
|
59823
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
59824
|
+
size: sectionproperties.youtubebtniconfontsize
|
|
59825
|
+
}))))), sectionproperties.image_show == 'show' && Image())), sectionproperties.sectionstyleresponsive == 'Image below text' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59826
|
+
"class": "col-lg-12 p-0 d-none d-md-flex justify-content-between"
|
|
59827
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59828
|
+
"class": "row m-0 w-100 d-flex justify-content-between",
|
|
59829
|
+
style: {
|
|
59830
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
59831
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
59832
|
+
}
|
|
59833
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59834
|
+
"class": sectionproperties.image_show == 'show' ? section_styles.sectioncintainer + ' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ' : section_styles.sectioncintainer + ' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ',
|
|
59835
|
+
style: {
|
|
59836
|
+
background: sectionproperties.reservation_bgcolor,
|
|
59837
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
59838
|
+
}
|
|
59839
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59840
|
+
"class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
|
|
59841
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59842
|
+
"class": sectionproperties.sectionstyleresponsive == 'Image above text' ? 'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4' : 'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center',
|
|
59843
|
+
style: {
|
|
59844
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
59845
|
+
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
|
|
59846
|
+
marginTop: sectionproperties.sectionTitleMarginTop + 'px',
|
|
59847
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
59848
|
+
}
|
|
59849
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59850
|
+
"class": 'd-flex align-items-center flex-row d-sm-none mt-sm-2 ',
|
|
59851
|
+
style: {
|
|
59852
|
+
position: 'relative',
|
|
59853
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
59854
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
59855
|
+
backgroundColor: sectionproperties.sectiontitlebgcolor,
|
|
59856
|
+
borderRadius: sectionproperties.sectiontitleborderradius + 'px',
|
|
59857
|
+
paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
|
|
59858
|
+
paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
|
|
59859
|
+
paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
|
|
59860
|
+
paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
|
|
59861
|
+
marginLeft: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
|
|
59862
|
+
marginRight: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0
|
|
59863
|
+
}
|
|
59864
|
+
}, SectionTitle()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59865
|
+
"class": 'd-none align-items-center flex-row d-sm-flex mt-sm-2',
|
|
59866
|
+
style: {
|
|
59867
|
+
position: 'relative',
|
|
59868
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
59869
|
+
fontSize: sectionproperties.sectionTitleFontSizeresp + 'px',
|
|
59870
|
+
backgroundColor: sectionproperties.sectiontitlebgcolor,
|
|
59871
|
+
borderRadius: sectionproperties.sectiontitleborderradius + 'px',
|
|
59872
|
+
paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
|
|
59873
|
+
paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
|
|
59874
|
+
paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
|
|
59875
|
+
paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
|
|
59876
|
+
marginLeft: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
|
|
59877
|
+
marginRight: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0
|
|
59878
|
+
}
|
|
59879
|
+
}, SectionTitle())), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59880
|
+
"class": "col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",
|
|
59881
|
+
style: {
|
|
59882
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
59883
|
+
marginBottom: sectionproperties.descriptionMarginBottom + 'px',
|
|
59884
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
59885
|
+
}
|
|
59886
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59887
|
+
"class": "d-flex align-items-center flex-row d-sm-none mt-sm-2",
|
|
59888
|
+
style: {
|
|
59889
|
+
position: 'relative',
|
|
59890
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
59891
|
+
fontSize: sectionproperties.prodCatFontSize + 'px',
|
|
59892
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
59893
|
+
paddingRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
59894
|
+
}
|
|
59895
|
+
}, SectionDescription()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59896
|
+
"class": "d-none align-items-center flex-row d-sm-flex mt-sm-2",
|
|
59897
|
+
style: {
|
|
59898
|
+
position: 'relative',
|
|
59899
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
59900
|
+
fontSize: sectionproperties.prodCatFontSizeResp + 'px'
|
|
59901
|
+
}
|
|
59902
|
+
}, SectionDescription())), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59903
|
+
"class": "col-lg-12 p-0 d-flex justify-content-md-center",
|
|
59904
|
+
style: {
|
|
59905
|
+
justifyContent: sectionproperties.text2centered == 'Centered' ? 'center' : 'start',
|
|
59906
|
+
marginBottom: sectionproperties.slideshowText2Content_marginBottom + 'px'
|
|
59907
|
+
}
|
|
59908
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
59909
|
+
"class": sectionproperties.text2centered == 'Justify' ? section_styles.editortext + ' pb-0 pl-md-2 pr-md-2 ' : section_styles.editortext + ' pb-0 text-md-center pl-md-2 pr-md-2 ',
|
|
59910
|
+
style: {},
|
|
59911
|
+
dangerouslySetInnerHTML: {
|
|
59912
|
+
__html: langdetect == 'en' ? sectionproperties.contenteditor : sectionproperties.text2editortextar
|
|
59913
|
+
}
|
|
59914
|
+
})), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59915
|
+
"class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
|
|
59916
|
+
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
59917
|
+
"class": "".concat(section_styles.btn) + ' m-md-0 ',
|
|
59918
|
+
onClick: function onClick() {
|
|
59919
|
+
if (sectionproperties.btntype == 'WhatsApp') {
|
|
59920
|
+
var _authdetailsContext$i17;
|
|
59921
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
|
|
59922
|
+
var _authdetailsContext$i18;
|
|
59923
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber), '_blank');
|
|
59924
|
+
}
|
|
59925
|
+
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
59926
|
+
// window.open(sectionproperties.btnlink, '_target');
|
|
59927
|
+
routingcountext(sectionproperties.btnlink, false, '');
|
|
59928
|
+
} else {
|
|
59929
|
+
window.open(sectionproperties.btnlink, '_blank');
|
|
59930
|
+
}
|
|
59931
|
+
},
|
|
59932
|
+
style: {
|
|
59933
|
+
marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
59934
|
+
marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
59935
|
+
}
|
|
59936
|
+
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59937
|
+
"class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
|
|
59938
|
+
style: {
|
|
59939
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
59940
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
59941
|
+
display: sectionproperties.fbbtn_show == 'Hide' && sectionproperties.instbtn_show == 'Hide' && sectionproperties.youtbtn_show == 'Hide' ? 'none' : 'flex'
|
|
59942
|
+
}
|
|
59943
|
+
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59944
|
+
"class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
59945
|
+
onClick: function onClick() {
|
|
59946
|
+
var _authdetailsContext$i19;
|
|
59947
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.facebooklink) != null) {
|
|
59948
|
+
var _authdetailsContext$i20;
|
|
59949
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.facebooklink, '_blank');
|
|
59950
|
+
}
|
|
59951
|
+
}
|
|
59952
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
59953
|
+
size: sectionproperties.facebkbtnniconfontsize
|
|
59954
|
+
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59955
|
+
"class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
59956
|
+
onClick: function onClick() {
|
|
59957
|
+
var _authdetailsContext$i21;
|
|
59958
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.instagramlink) != null) {
|
|
59959
|
+
var _authdetailsContext$i22;
|
|
59960
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.instagramlink, '_blank');
|
|
59961
|
+
}
|
|
59962
|
+
}
|
|
59963
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
59964
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
59965
|
+
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59966
|
+
"class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
59967
|
+
onClick: function onClick() {
|
|
59968
|
+
var _authdetailsContext$i23;
|
|
59969
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.whatsappnumber) != null) {
|
|
59970
|
+
var _authdetailsContext$i24;
|
|
59971
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.whatsappnumber), '_blank');
|
|
59972
|
+
}
|
|
59973
|
+
}
|
|
59974
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
59975
|
+
size: sectionproperties.youtubebtniconfontsize
|
|
59976
|
+
}))))), sectionproperties.image_show == 'show' && Image())), sectionproperties.sectionstyle == 'Image on left' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59977
|
+
"class": "col-lg-12 p-0 d-flex justify-content-between d-md-none"
|
|
59978
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59979
|
+
"class": "row m-0 w-100 d-flex justify-content-between",
|
|
59980
|
+
style: {
|
|
59981
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
59982
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
59983
|
+
}
|
|
59984
|
+
}, sectionproperties.image_show == 'show' && Image(), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59985
|
+
"class": sectionproperties.image_show == 'show' ? section_styles.sectioncintainer + ' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ' : section_styles.sectioncintainer + ' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ',
|
|
59986
|
+
style: {
|
|
59987
|
+
background: sectionproperties.reservation_bgcolor,
|
|
59988
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
59989
|
+
}
|
|
59990
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59991
|
+
"class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
|
|
59992
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59993
|
+
"class": sectionproperties.sectionstyleresponsive == 'Image above text' ? 'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4' : 'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center',
|
|
59994
|
+
style: {
|
|
59995
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
59996
|
+
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
|
|
59997
|
+
marginTop: sectionproperties.sectionTitleMarginTop + 'px',
|
|
59998
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
59999
|
+
}
|
|
60000
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60001
|
+
"class": 'd-flex align-items-center flex-row d-sm-none mt-sm-2 ',
|
|
60002
|
+
style: {
|
|
60003
|
+
position: 'relative',
|
|
60004
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
60005
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
60006
|
+
backgroundColor: sectionproperties.sectiontitlebgcolor,
|
|
60007
|
+
borderRadius: sectionproperties.sectiontitleborderradius + 'px',
|
|
60008
|
+
paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
|
|
60009
|
+
paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
|
|
60010
|
+
paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
|
|
60011
|
+
paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
|
|
60012
|
+
marginLeft: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
|
|
60013
|
+
marginRight: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0
|
|
60014
|
+
}
|
|
60015
|
+
}, SectionTitle()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60016
|
+
"class": 'd-none align-items-center flex-row d-sm-flex mt-sm-2',
|
|
60017
|
+
style: {
|
|
60018
|
+
position: 'relative',
|
|
60019
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
60020
|
+
fontSize: sectionproperties.sectionTitleFontSizeresp + 'px',
|
|
60021
|
+
backgroundColor: sectionproperties.sectiontitlebgcolor,
|
|
60022
|
+
borderRadius: sectionproperties.sectiontitleborderradius + 'px',
|
|
60023
|
+
paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
|
|
60024
|
+
paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
|
|
60025
|
+
paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
|
|
60026
|
+
paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
|
|
60027
|
+
marginLeft: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
|
|
60028
|
+
marginRight: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0
|
|
60029
|
+
}
|
|
60030
|
+
}, SectionTitle())), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60031
|
+
"class": "col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",
|
|
60032
|
+
style: {
|
|
60033
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
60034
|
+
marginBottom: sectionproperties.descriptionMarginBottom + 'px',
|
|
60035
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
60036
|
+
}
|
|
60037
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60038
|
+
"class": "d-flex align-items-center flex-row d-sm-none mt-sm-2",
|
|
60039
|
+
style: {
|
|
60040
|
+
position: 'relative',
|
|
60041
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
60042
|
+
fontSize: sectionproperties.prodCatFontSize + 'px',
|
|
60043
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
60044
|
+
paddingRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
60045
|
+
}
|
|
60046
|
+
}, SectionDescription()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60047
|
+
"class": "d-none align-items-center flex-row d-sm-flex mt-sm-2",
|
|
60048
|
+
style: {
|
|
60049
|
+
position: 'relative',
|
|
60050
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
60051
|
+
fontSize: sectionproperties.prodCatFontSizeResp + 'px'
|
|
60052
|
+
}
|
|
60053
|
+
}, SectionDescription())), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60054
|
+
"class": "col-lg-12 p-0 d-flex justify-content-md-center",
|
|
60055
|
+
style: {
|
|
60056
|
+
justifyContent: sectionproperties.text2centered == 'Centered' ? 'center' : 'start',
|
|
60057
|
+
marginBottom: sectionproperties.slideshowText2Content_marginBottom + 'px'
|
|
60058
|
+
}
|
|
60059
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
60060
|
+
"class": sectionproperties.text2centered == 'Justify' ? section_styles.editortext + ' pb-0 pl-md-2 pr-md-2 ' : section_styles.editortext + ' pb-0 text-md-center pl-md-2 pr-md-2 ',
|
|
60061
|
+
style: {},
|
|
60062
|
+
dangerouslySetInnerHTML: {
|
|
60063
|
+
__html: langdetect == 'en' ? sectionproperties.contenteditor : sectionproperties.text2editortextar
|
|
60064
|
+
}
|
|
60065
|
+
})), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60066
|
+
"class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
|
|
60067
|
+
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
60068
|
+
"class": "".concat(section_styles.btn) + ' m-md-0 ',
|
|
60069
|
+
onClick: function onClick() {
|
|
60070
|
+
if (sectionproperties.btntype == 'WhatsApp') {
|
|
60071
|
+
var _authdetailsContext$i25;
|
|
60072
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.whatsappnumber) != null) {
|
|
60073
|
+
var _authdetailsContext$i26;
|
|
60074
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.whatsappnumber), '_blank');
|
|
60075
|
+
}
|
|
60076
|
+
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
60077
|
+
// window.open(sectionproperties.btnlink, '_target');
|
|
60078
|
+
routingcountext(sectionproperties.btnlink, false, '');
|
|
60079
|
+
} else {
|
|
60080
|
+
window.open(sectionproperties.btnlink, '_blank');
|
|
60081
|
+
}
|
|
60082
|
+
},
|
|
60083
|
+
style: {
|
|
60084
|
+
marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
60085
|
+
marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
60086
|
+
}
|
|
60087
|
+
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60088
|
+
"class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
|
|
60089
|
+
style: {
|
|
60090
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
60091
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
60092
|
+
display: sectionproperties.fbbtn_show == 'Hide' && sectionproperties.instbtn_show == 'Hide' && sectionproperties.youtbtn_show == 'Hide' ? 'none' : 'flex'
|
|
60093
|
+
}
|
|
60094
|
+
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60095
|
+
"class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60096
|
+
onClick: function onClick() {
|
|
60097
|
+
var _authdetailsContext$i27;
|
|
60098
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.facebooklink) != null) {
|
|
60099
|
+
var _authdetailsContext$i28;
|
|
60100
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.facebooklink, '_blank');
|
|
60101
|
+
}
|
|
60102
|
+
}
|
|
60103
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
60104
|
+
size: sectionproperties.facebkbtnniconfontsize
|
|
60105
|
+
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60106
|
+
"class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60107
|
+
onClick: function onClick() {
|
|
60108
|
+
var _authdetailsContext$i29;
|
|
60109
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.instagramlink) != null) {
|
|
60110
|
+
var _authdetailsContext$i30;
|
|
60111
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.instagramlink, '_blank');
|
|
60112
|
+
}
|
|
60113
|
+
}
|
|
60114
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
60115
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
60116
|
+
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60117
|
+
"class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60118
|
+
onClick: function onClick() {
|
|
60119
|
+
var _authdetailsContext$i31;
|
|
60120
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.whatsappnumber) != null) {
|
|
60121
|
+
var _authdetailsContext$i32;
|
|
60122
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.whatsappnumber), '_blank');
|
|
60123
|
+
}
|
|
60124
|
+
}
|
|
60125
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
60126
|
+
size: sectionproperties.youtubebtniconfontsize
|
|
60127
|
+
}))))))), sectionproperties.sectionstyleresponsive == 'Image above text' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60128
|
+
"class": "col-lg-12 p-0 d-none d-md-flex justify-content-between"
|
|
60129
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60130
|
+
"class": "row m-0 w-100 d-flex justify-content-between",
|
|
60131
|
+
style: {
|
|
60132
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
60133
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
60134
|
+
}
|
|
60135
|
+
}, sectionproperties.image_show == 'show' && Image(), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60136
|
+
"class": sectionproperties.image_show == 'show' ? section_styles.sectioncintainer + ' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ' : section_styles.sectioncintainer + ' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ',
|
|
60137
|
+
style: {
|
|
60138
|
+
background: sectionproperties.reservation_bgcolor,
|
|
60139
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
60140
|
+
}
|
|
59608
60141
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60142
|
+
"class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
|
|
60143
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60144
|
+
"class": sectionproperties.sectionstyleresponsive == 'Image above text' ? 'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4' : 'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center',
|
|
60145
|
+
style: {
|
|
60146
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
60147
|
+
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
|
|
60148
|
+
marginTop: sectionproperties.sectionTitleMarginTop + 'px',
|
|
60149
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
60150
|
+
}
|
|
60151
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60152
|
+
"class": 'd-flex align-items-center flex-row d-sm-none mt-sm-2 ',
|
|
60153
|
+
style: {
|
|
60154
|
+
position: 'relative',
|
|
60155
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
60156
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
60157
|
+
backgroundColor: sectionproperties.sectiontitlebgcolor,
|
|
60158
|
+
borderRadius: sectionproperties.sectiontitleborderradius + 'px',
|
|
60159
|
+
paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
|
|
60160
|
+
paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
|
|
60161
|
+
paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
|
|
60162
|
+
paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
|
|
60163
|
+
marginLeft: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
|
|
60164
|
+
marginRight: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0
|
|
60165
|
+
}
|
|
60166
|
+
}, SectionTitle()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60167
|
+
"class": 'd-none align-items-center flex-row d-sm-flex mt-sm-2',
|
|
60168
|
+
style: {
|
|
60169
|
+
position: 'relative',
|
|
60170
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
60171
|
+
fontSize: sectionproperties.sectionTitleFontSizeresp + 'px',
|
|
60172
|
+
backgroundColor: sectionproperties.sectiontitlebgcolor,
|
|
60173
|
+
borderRadius: sectionproperties.sectiontitleborderradius + 'px',
|
|
60174
|
+
paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
|
|
60175
|
+
paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
|
|
60176
|
+
paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
|
|
60177
|
+
paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
|
|
60178
|
+
marginLeft: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
|
|
60179
|
+
marginRight: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0
|
|
60180
|
+
}
|
|
60181
|
+
}, SectionTitle())), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60182
|
+
"class": "col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",
|
|
60183
|
+
style: {
|
|
60184
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
60185
|
+
marginBottom: sectionproperties.descriptionMarginBottom + 'px',
|
|
60186
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
60187
|
+
}
|
|
60188
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60189
|
+
"class": "d-flex align-items-center flex-row d-sm-none mt-sm-2",
|
|
60190
|
+
style: {
|
|
60191
|
+
position: 'relative',
|
|
60192
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
60193
|
+
fontSize: sectionproperties.prodCatFontSize + 'px',
|
|
60194
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
60195
|
+
paddingRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
60196
|
+
}
|
|
60197
|
+
}, SectionDescription()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60198
|
+
"class": "d-none align-items-center flex-row d-sm-flex mt-sm-2",
|
|
60199
|
+
style: {
|
|
60200
|
+
position: 'relative',
|
|
60201
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
60202
|
+
fontSize: sectionproperties.prodCatFontSizeResp + 'px'
|
|
60203
|
+
}
|
|
60204
|
+
}, SectionDescription())), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60205
|
+
"class": "col-lg-12 p-0 d-flex justify-content-md-center",
|
|
60206
|
+
style: {
|
|
60207
|
+
justifyContent: sectionproperties.text2centered == 'Centered' ? 'center' : 'start',
|
|
60208
|
+
marginBottom: sectionproperties.slideshowText2Content_marginBottom + 'px'
|
|
60209
|
+
}
|
|
60210
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
60211
|
+
"class": sectionproperties.text2centered == 'Justify' ? section_styles.editortext + ' pb-0 pl-md-2 pr-md-2 ' : section_styles.editortext + ' pb-0 text-md-center pl-md-2 pr-md-2 ',
|
|
60212
|
+
style: {},
|
|
60213
|
+
dangerouslySetInnerHTML: {
|
|
60214
|
+
__html: langdetect == 'en' ? sectionproperties.contenteditor : sectionproperties.text2editortextar
|
|
60215
|
+
}
|
|
60216
|
+
})), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60217
|
+
"class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
|
|
60218
|
+
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
60219
|
+
"class": "".concat(section_styles.btn) + ' m-md-0 ',
|
|
60220
|
+
onClick: function onClick() {
|
|
60221
|
+
if (sectionproperties.btntype == 'WhatsApp') {
|
|
60222
|
+
var _authdetailsContext$i33;
|
|
60223
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.whatsappnumber) != null) {
|
|
60224
|
+
var _authdetailsContext$i34;
|
|
60225
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.whatsappnumber), '_blank');
|
|
60226
|
+
}
|
|
60227
|
+
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
60228
|
+
// window.open(sectionproperties.btnlink, '_target');
|
|
60229
|
+
routingcountext(sectionproperties.btnlink, false, '');
|
|
60230
|
+
} else {
|
|
60231
|
+
window.open(sectionproperties.btnlink, '_blank');
|
|
60232
|
+
}
|
|
60233
|
+
},
|
|
60234
|
+
style: {
|
|
60235
|
+
marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
60236
|
+
marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
60237
|
+
}
|
|
60238
|
+
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60239
|
+
"class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
|
|
60240
|
+
style: {
|
|
60241
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
60242
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
60243
|
+
display: sectionproperties.fbbtn_show == 'Hide' && sectionproperties.instbtn_show == 'Hide' && sectionproperties.youtbtn_show == 'Hide' ? 'none' : 'flex'
|
|
60244
|
+
}
|
|
60245
|
+
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60246
|
+
"class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60247
|
+
onClick: function onClick() {
|
|
60248
|
+
var _authdetailsContext$i35;
|
|
60249
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.facebooklink) != null) {
|
|
60250
|
+
var _authdetailsContext$i36;
|
|
60251
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.facebooklink, '_blank');
|
|
60252
|
+
}
|
|
60253
|
+
}
|
|
60254
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
60255
|
+
size: sectionproperties.facebkbtnniconfontsize
|
|
60256
|
+
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60257
|
+
"class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60258
|
+
onClick: function onClick() {
|
|
60259
|
+
var _authdetailsContext$i37;
|
|
60260
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.instagramlink) != null) {
|
|
60261
|
+
var _authdetailsContext$i38;
|
|
60262
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.instagramlink, '_blank');
|
|
60263
|
+
}
|
|
60264
|
+
}
|
|
60265
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
60266
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
60267
|
+
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60268
|
+
"class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60269
|
+
onClick: function onClick() {
|
|
60270
|
+
var _authdetailsContext$i39;
|
|
60271
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.whatsappnumber) != null) {
|
|
60272
|
+
var _authdetailsContext$i40;
|
|
60273
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.whatsappnumber), '_blank');
|
|
60274
|
+
}
|
|
60275
|
+
}
|
|
60276
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
60277
|
+
size: sectionproperties.youtubebtniconfontsize
|
|
60278
|
+
}))))))))), sectionproperties.cardstyletype == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59609
60279
|
"class": sectionproperties.card_marginRight != 0 && sectionproperties.card_marginLeft != 0 ? sectionproperties.width != 100 ? section_styles.cont1 + ' d-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 mx-auto ' : section_styles.cont1 + ' d-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 mx-auto ' : sectionproperties.width != 100 ? section_styles.cont1 + ' d-flex justify-content-between align-items-center mx-auto ' : section_styles.cont1 + ' d-flex justify-content-between align-items-center mx-auto ',
|
|
59610
60280
|
style: {
|
|
59611
60281
|
paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
|
|
@@ -70047,7 +70717,6 @@ var Classiccategorycard = function Classiccategorycard(props) {
|
|
|
70047
70717
|
function ownKeys$m(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
70048
70718
|
function _objectSpread$m(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$m(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$m(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
70049
70719
|
var Horizontalcard = function Horizontalcard(props) {
|
|
70050
|
-
var _ref;
|
|
70051
70720
|
var _useState = React.useState(''),
|
|
70052
70721
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
70053
70722
|
sectionproperties = _useState2[0],
|
|
@@ -70178,6 +70847,20 @@ var Horizontalcard = function Horizontalcard(props) {
|
|
|
70178
70847
|
left: 0,
|
|
70179
70848
|
right: 0,
|
|
70180
70849
|
margin: 'auto'
|
|
70850
|
+
}),
|
|
70851
|
+
imagecont: glamor.css({
|
|
70852
|
+
width: '100%',
|
|
70853
|
+
height: sectionproperties.image_height + 'px',
|
|
70854
|
+
cursor: 'pointer',
|
|
70855
|
+
position: 'relative',
|
|
70856
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
|
|
70857
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
70858
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
|
|
70859
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
|
|
70860
|
+
background: sectionproperties.image_bgcolor,
|
|
70861
|
+
'@media (max-width: 800px)': {
|
|
70862
|
+
height: sectionproperties.height_responsive + 'px'
|
|
70863
|
+
}
|
|
70181
70864
|
})
|
|
70182
70865
|
};
|
|
70183
70866
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -70199,21 +70882,11 @@ var Horizontalcard = function Horizontalcard(props) {
|
|
|
70199
70882
|
}, sectionproperties.image_show == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
70200
70883
|
"class": props.numberOfColsvertical == '1' ? 'col-lg-2 col-md-3 col-sm-3 p-0 h-100' : 'col-lg-4 col-md-4 col-sm-4 p-0 h-100'
|
|
70201
70884
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
70202
|
-
"class":
|
|
70885
|
+
"class": card_cssstyles.imagecont + ' d-flex allcentered ',
|
|
70203
70886
|
onClick: function onClick() {
|
|
70204
70887
|
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
70205
70888
|
},
|
|
70206
|
-
style: {
|
|
70207
|
-
width: '100%',
|
|
70208
|
-
height: sectionproperties.image_height + 'px',
|
|
70209
|
-
cursor: 'pointer',
|
|
70210
|
-
position: 'relative',
|
|
70211
|
-
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
|
|
70212
|
-
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
70213
|
-
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
|
|
70214
|
-
borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
|
|
70215
|
-
background: sectionproperties.image_bgcolor
|
|
70216
|
-
}
|
|
70889
|
+
style: {}
|
|
70217
70890
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
70218
70891
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
70219
70892
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
@@ -70234,33 +70907,7 @@ var Horizontalcard = function Horizontalcard(props) {
|
|
|
70234
70907
|
"class": "".concat(card_cssstyles.outstockbadge) + ' allcentered '
|
|
70235
70908
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
70236
70909
|
"class": "m-0 p-0"
|
|
70237
|
-
}, langdetect == 'en' ? sectionproperties.outstock_contenten : sectionproperties.outstock_contentar))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
70238
|
-
"class": "d-none d-md-flex",
|
|
70239
|
-
onClick: function onClick() {
|
|
70240
|
-
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
70241
|
-
},
|
|
70242
|
-
style: {
|
|
70243
|
-
width: '100%',
|
|
70244
|
-
height: sectionproperties.height_responsive + 'px',
|
|
70245
|
-
cursor: 'pointer',
|
|
70246
|
-
position: 'relative',
|
|
70247
|
-
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
|
|
70248
|
-
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
70249
|
-
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
|
|
70250
|
-
borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px'
|
|
70251
|
-
}
|
|
70252
|
-
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
70253
|
-
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
70254
|
-
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
70255
|
-
path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image,
|
|
70256
|
-
style: (_ref = {
|
|
70257
|
-
width: '100%',
|
|
70258
|
-
height: '100%',
|
|
70259
|
-
objectFit: 'contain',
|
|
70260
|
-
marginBottom: 'auto'
|
|
70261
|
-
}, _defineProperty__default["default"](_ref, "objectFit", sectionproperties.bgcovercontain == 'Cover' ? 'cover' : 'contain'), _defineProperty__default["default"](_ref, "marginBottom", 'auto'), _defineProperty__default["default"](_ref, "borderBottomLeftRadius", langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px'), _defineProperty__default["default"](_ref, "borderBottomRightRadius", langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px'), _defineProperty__default["default"](_ref, "borderTopLeftRadius", langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px'), _defineProperty__default["default"](_ref, "borderTopRightRadius", langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px'), _ref),
|
|
70262
|
-
loading: "lazy"
|
|
70263
|
-
})), (item === null || item === void 0 ? void 0 : item.hassale) == 1 && sectionproperties.showbadge == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
70910
|
+
}, langdetect == 'en' ? sectionproperties.outstock_contenten : sectionproperties.outstock_contentar))), (item === null || item === void 0 ? void 0 : item.hassale) == 1 && sectionproperties.showbadge == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
70264
70911
|
"class": "allcentered",
|
|
70265
70912
|
style: {
|
|
70266
70913
|
position: 'absolute',
|