tabexseriescomponents 0.0.784 → 0.0.786
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 +1194 -15
- package/dist/index.esm.js +1194 -15
- package/dist/index.umd.js +1194 -15
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -19904,9 +19904,67 @@ var CardsSection = function CardsSection(props) {
|
|
|
19904
19904
|
marginBottom: sectionproperties.marginBottom + 'px'
|
|
19905
19905
|
// minHeight: sectionproperties.height == null || sectionproperties.height == 0 ? 'auto' : sectionproperties.height + 'vh',
|
|
19906
19906
|
}
|
|
19907
|
-
}, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19907
|
+
}, sectionproperties.length != 0 && sectionproperties.showanimation == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19908
|
+
"class": section_cssstyles.innercardssection + ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 ',
|
|
19909
|
+
"data-aos": 'fade-up'
|
|
19910
|
+
}, sectionproperties.showproductgroupbytitle == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19911
|
+
"class": "col-lg-12 mb-3 mt-5 text-start"
|
|
19912
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
19913
|
+
"class": "m-0",
|
|
19914
|
+
style: {
|
|
19915
|
+
fontWeight: 700,
|
|
19916
|
+
fontSize: 27,
|
|
19917
|
+
// color: '#62554a'
|
|
19918
|
+
color: sectionproperties.sectionTitleColor
|
|
19919
|
+
}
|
|
19920
|
+
}, langdetect == 'en' ? show_product_group_titles()['title_en'] : show_product_group_titles()['title_ar'])), sectionproperties.showproductgroupbytitle == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19921
|
+
"class": "col-lg-12 mb-3 text-start"
|
|
19922
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
19923
|
+
"class": "m-0",
|
|
19924
|
+
style: {
|
|
19925
|
+
fontSize: 18,
|
|
19926
|
+
color: sectionproperties.sectionTitleColor
|
|
19927
|
+
|
|
19928
|
+
// color: '#62554a',
|
|
19929
|
+
},
|
|
19930
|
+
dangerouslySetInnerHTML: {
|
|
19931
|
+
__html: show_product_group_titles()['description_en']
|
|
19932
|
+
}
|
|
19933
|
+
})), sectionproperties.showFilter == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19934
|
+
className: sectionproperties.filterdirection == 'Horizontal' ? 'col-lg-12 d-flex p-0' : sectionproperties.numofcols == '2' ? 'col-lg-2 d-flex' : 'col-lg-3 d-flex'
|
|
19935
|
+
}, /*#__PURE__*/React__default["default"].createElement(Filter$1, {
|
|
19936
|
+
sectionpropertiesprops: sectionproperties,
|
|
19937
|
+
actions: actions,
|
|
19938
|
+
openFilterSlider: openFilterSlider,
|
|
19939
|
+
setopenFilterSlider: setopenFilterSlider,
|
|
19940
|
+
show_product_group_titles: show_product_group_titles
|
|
19941
|
+
})), sectionproperties.showvariantfilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19942
|
+
className: sectionproperties.numofcols == '2' ? 'col-lg-2 d-flex' : 'col-lg-3 d-flex'
|
|
19943
|
+
}, /*#__PURE__*/React__default["default"].createElement(Filter$1, {
|
|
19944
|
+
sectionpropertiesprops: sectionproperties,
|
|
19945
|
+
actions: actions,
|
|
19946
|
+
openFilterSlider: openFilterSlider,
|
|
19947
|
+
setopenFilterSlider: setopenFilterSlider,
|
|
19948
|
+
show_product_group_titles: show_product_group_titles,
|
|
19949
|
+
typeprops: 'vertical'
|
|
19950
|
+
})), fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender(), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19951
|
+
"class": "col-lg-12 allcentered my-5"
|
|
19952
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19953
|
+
"class": "row m-0 w-100"
|
|
19954
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19955
|
+
"class": "col-lg-12 allcentered mb-3"
|
|
19956
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
19957
|
+
"class": section_cssstyles.titleee + ' m-0 p-0 ',
|
|
19958
|
+
style: {}
|
|
19959
|
+
}, langdetect == 'en' ? "Didn't find what you're looking for?" : 'مش لاقي اللي بتدور عليه؟')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19960
|
+
"class": "col-lg-12 allcentered"
|
|
19961
|
+
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
19962
|
+
"class": section_cssstyles.btnnn + ' w-md-100 ',
|
|
19963
|
+
onClick: function onClick() {
|
|
19964
|
+
routingcountext('inquiryform', false, '');
|
|
19965
|
+
}
|
|
19966
|
+
}, langdetect == 'en' ? 'Contact Us' : 'إتصل بنا'))))), sectionproperties.length != 0 && sectionproperties.showanimation != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19908
19967
|
"class": section_cssstyles.innercardssection + ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 '
|
|
19909
|
-
// data-aos={sectionproperties.showanimation == 'Yes' ? 'fade-up' : ''}
|
|
19910
19968
|
}, sectionproperties.showproductgroupbytitle == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19911
19969
|
"class": "col-lg-12 mb-3 mt-5 text-start"
|
|
19912
19970
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
@@ -44170,7 +44228,7 @@ var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props)
|
|
|
44170
44228
|
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 mr-4 '
|
|
44171
44229
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
44172
44230
|
"class": "m-0 p-0 d-flex align-items-center"
|
|
44173
|
-
}, "
|
|
44231
|
+
}, "En", /*#__PURE__*/React__default["default"].createElement("i", {
|
|
44174
44232
|
"class": "h-100 allcentered ml-auto pl-3"
|
|
44175
44233
|
}, /*#__PURE__*/React__default["default"].createElement(BsChevronDown.BsChevronDown, null)))))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
44176
44234
|
"class": "".concat(header_cssstyles.dropdownitem),
|
|
@@ -44194,7 +44252,7 @@ var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props)
|
|
|
44194
44252
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
44195
44253
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
44196
44254
|
"class": "ml-2 mr-2"
|
|
44197
|
-
}, "
|
|
44255
|
+
}, "En"))))))), sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44198
44256
|
style: {
|
|
44199
44257
|
marginRight: langdetect == 'en' ? '30px' : 0,
|
|
44200
44258
|
marginLeft: langdetect == 'en' ? 0 : '30px'
|
|
@@ -54082,9 +54140,27 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
54082
54140
|
style: {
|
|
54083
54141
|
zIndex: 2
|
|
54084
54142
|
}
|
|
54085
|
-
}, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54143
|
+
}, sectionproperties.length != 0 && sectionproperties.showanimation == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54144
|
+
"class": sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0 ? ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 pl-0 pr-0 ' : sectionproperties.paddingRight != 0 && langdetect == 'en' ? ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 pr-md-2 pr-sm-2 ' : sectionproperties.paddingRight != 0 && langdetect == 'ar' ? ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 pl-md-2 pl-sm-2 ' : sectionproperties.paddingLeft != 0 && langdetect == 'en' ? ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 pl-md-2 pl-sm-2 ' : sectionproperties.paddingLeft != 0 && langdetect == 'ar' ? ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 pr-md-2 pr-sm-2 ' : ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 justify-content-center ',
|
|
54145
|
+
"data-aos": 'fade-up',
|
|
54146
|
+
style: {
|
|
54147
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
|
|
54148
|
+
paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
|
|
54149
|
+
paddingTop: sectionproperties.paddingTop + 'px',
|
|
54150
|
+
paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
54151
|
+
marginTop: sectionproperties.marginTop + 'px',
|
|
54152
|
+
marginBottom: sectionproperties.marginBottom + 'px',
|
|
54153
|
+
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
54154
|
+
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
|
|
54155
|
+
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
54156
|
+
borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
|
|
54157
|
+
boxShadow: sectionproperties.sectioncardshadow == 'Show' ? '0 0 10px ' + sectionproperties.sectioncardshadowcolor : 'none',
|
|
54158
|
+
borderColor: sectionproperties.sectioncardbordercolor,
|
|
54159
|
+
border: sectionproperties.sectioncardborderwidth + 'px solid',
|
|
54160
|
+
background: sectionproperties.backgroundColor
|
|
54161
|
+
}
|
|
54162
|
+
}, cardsrender()), sectionproperties.length != 0 && sectionproperties.showanimation != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54086
54163
|
"class": sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0 ? ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 pl-0 pr-0 ' : sectionproperties.paddingRight != 0 && langdetect == 'en' ? ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 pr-md-2 pr-sm-2 ' : sectionproperties.paddingRight != 0 && langdetect == 'ar' ? ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 pl-md-2 pl-sm-2 ' : sectionproperties.paddingLeft != 0 && langdetect == 'en' ? ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 pl-md-2 pl-sm-2 ' : sectionproperties.paddingLeft != 0 && langdetect == 'ar' ? ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 pr-md-2 pr-sm-2 ' : ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 justify-content-center ',
|
|
54087
|
-
"data-aos": sectionproperties.showanimation == 'Yes' ? 'fade-up' : '',
|
|
54088
54164
|
style: {
|
|
54089
54165
|
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
|
|
54090
54166
|
paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
|
|
@@ -63319,7 +63395,7 @@ styleInject(css_248z$i);
|
|
|
63319
63395
|
function ownKeys$Y(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; }
|
|
63320
63396
|
function _objectSpread$Y(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$Y(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$Y(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
63321
63397
|
var Freetextsection = function Freetextsection(props) {
|
|
63322
|
-
var _maincontainerarrayof2, _maincontainerarrayof3, _maincontainerarrayof4;
|
|
63398
|
+
var _maincontainerarrayof2, _maincontainerarrayof3, _maincontainerarrayof4, _maincontainerarrayof5, _maincontainerarrayof6, _maincontainerarrayof7;
|
|
63323
63399
|
var _useState = React.useState(''),
|
|
63324
63400
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
63325
63401
|
sectionproperties = _useState2[0],
|
|
@@ -63544,6 +63620,9 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
63544
63620
|
style: {
|
|
63545
63621
|
background: sectionproperties.outerbgcolor
|
|
63546
63622
|
}
|
|
63623
|
+
}, sectionproperties.showanimation == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
63624
|
+
"class": "row m-0 w-100",
|
|
63625
|
+
"data-aos": 'fade-up'
|
|
63547
63626
|
}, sectionproperties.sectionbgstyle == 'Besides each other' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
63548
63627
|
"class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-flex justify-content-center align-items-center ',
|
|
63549
63628
|
style: {
|
|
@@ -63611,7 +63690,76 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
63611
63690
|
marginBottom: sectionproperties.marginBottom + 'px',
|
|
63612
63691
|
background: sectionproperties.hideshowcardtransition == 'Show' ? maincontainerarrayofobjs.length != 0 ? 'url(' + serverbaselink$1 + ((_maincontainerarrayof4 = maincontainerarrayofobjs[0]) === null || _maincontainerarrayof4 === void 0 ? void 0 : _maincontainerarrayof4.back_bgimage) + ')' : '' : ''
|
|
63613
63692
|
}
|
|
63614
|
-
}, SectionContent('responsive')))
|
|
63693
|
+
}, SectionContent('responsive'))), sectionproperties.showanimation != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
63694
|
+
"class": "row m-0 w-100"
|
|
63695
|
+
}, sectionproperties.sectionbgstyle == 'Besides each other' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
63696
|
+
"class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-flex justify-content-center align-items-center ',
|
|
63697
|
+
style: {
|
|
63698
|
+
marginTop: sectionproperties.marginTop + 'px',
|
|
63699
|
+
marginBottom: sectionproperties.marginBottom + 'px',
|
|
63700
|
+
background: sectionproperties.hideshowcardtransition == 'Show' ? maincontainerarrayofobjs.length != 0 ? 'url(' + serverbaselink$1 + ((_maincontainerarrayof5 = maincontainerarrayofobjs[0]) === null || _maincontainerarrayof5 === void 0 ? void 0 : _maincontainerarrayof5.back_bgimage) + ')' : '' : ''
|
|
63701
|
+
}
|
|
63702
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
63703
|
+
"class": sectionproperties.width == 100 ? ' row ml-0 mr-0 d-flex justify-content-between w-md-100 align-items-center ' : ' row ml-0 mr-0 d-flex justify-content-between w-md-95 align-items-center ',
|
|
63704
|
+
style: {
|
|
63705
|
+
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
63706
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.borderTopLeftRadius + 'px' : sectionproperties.borderTopRightRadius + 'px',
|
|
63707
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.borderTopRightRadius + 'px' : sectionproperties.borderTopLeftRadius + 'px',
|
|
63708
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.borderBottomLeftRadius + 'px' : sectionproperties.borderBottomRightRadius + 'px',
|
|
63709
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.borderBottomRightRadius + 'px' : sectionproperties.borderBottomLeftRadius + 'px',
|
|
63710
|
+
position: 'relative',
|
|
63711
|
+
border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
|
|
63712
|
+
width: sectionproperties.width + 'vw'
|
|
63713
|
+
}
|
|
63714
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
63715
|
+
"class": "col-lg-12 p-0"
|
|
63716
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
63717
|
+
"class": "row m-0 w-100 allcentered"
|
|
63718
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
63719
|
+
"class": "",
|
|
63720
|
+
style: {
|
|
63721
|
+
background: sectionproperties.reservation_bgcolor,
|
|
63722
|
+
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
63723
|
+
boxShadow: '0 0 10px ' + sectionproperties.innersectionshadowcolor,
|
|
63724
|
+
paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
|
|
63725
|
+
paddingRight: sectionproperties.innersectionpaddinghorizontal + 'px',
|
|
63726
|
+
paddingTop: sectionproperties.innersectionpaddingvertical + 'px',
|
|
63727
|
+
paddingBottom: sectionproperties.innersectionpaddingvertical + 'px',
|
|
63728
|
+
width: sectionproperties.innersectionWidth + '%'
|
|
63729
|
+
}
|
|
63730
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
63731
|
+
"class": "row m-0 w-100"
|
|
63732
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
63733
|
+
"class": sectionproperties.innercolsratio == '2:10' ? ' allcentered col-lg-2 col-md-12 p-md-0' : sectionproperties.innercolsratio == '3:9' ? 'col-md-12 allcentered col-lg-3 col-md-12 p-md-0' : sectionproperties.innercolsratio == '4:8' ? 'col-md-12 allcentered col-lg-4 col-md-12 p-md-0' : sectionproperties.innercolsratio == '5:7' ? 'col-md-12 allcentered col-lg-5 col-md-12 p-md-0' : sectionproperties.innercolsratio == '6:6' ? 'col-md-12 allcentered col-lg-6 col-md-12 p-md-0' : sectionproperties.innercolsratio == '7:5' ? 'col-md-12 allcentered col-lg-7 col-md-12 p-md-0' : 'col-md-12 allcentered col-lg-3 col-md-12 p-md-0'
|
|
63734
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
63735
|
+
"class": "w-100 d-flex allcentered mb-md-4"
|
|
63736
|
+
}, SectionTitle())), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
63737
|
+
"class": sectionproperties.innercolsratio == '2:10' ? 'col-md-12 d-flex justify-content-center col-lg-10 p-md-0 col-md-12' : sectionproperties.innercolsratio == '3:9' ? 'col-md-12 d-flex justify-content-center col-lg-9 p-md-0 col-md-12' : sectionproperties.innercolsratio == '4:8' ? 'col-md-12 d-flex justify-content-center col-lg-8 p-md-0 col-md-12' : sectionproperties.innercolsratio == '5:7' ? 'col-md-12 d-flex justify-content-center col-lg-7 p-md-0 col-md-12' : sectionproperties.innercolsratio == '6:6' ? 'col-md-12 d-flex justify-content-center col-lg-6 p-md-0 col-md-12' : sectionproperties.innercolsratio == '7:5' ? 'col-md-12 d-flex justify-content-center col-lg-5 p-md-0 col-md-12' : 'col-md-12 d-flex justify-content-center col-lg-3 p-md-0 col-md-12',
|
|
63738
|
+
style: {
|
|
63739
|
+
paddingLeft: langdetect == 'en' ? '50px' : 0,
|
|
63740
|
+
paddingRight: langdetect == 'ar' ? '50px' : 0,
|
|
63741
|
+
alignItems: sectionproperties.centerdescriptionvertical == 'Centered' ? 'center' : ''
|
|
63742
|
+
}
|
|
63743
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
63744
|
+
"class": "row m-0 w-100 text-start text-md-center",
|
|
63745
|
+
style: {
|
|
63746
|
+
fontSize: sectionproperties.prodCatFontSize + 'px'
|
|
63747
|
+
}
|
|
63748
|
+
}, Description())))))))), sectionproperties.sectionbgstyle == 'Text Below' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
63749
|
+
"class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-flex d-md-none justify-content-center align-items-center ',
|
|
63750
|
+
style: {
|
|
63751
|
+
marginTop: sectionproperties.marginTop + 'px',
|
|
63752
|
+
marginBottom: sectionproperties.marginBottom + 'px',
|
|
63753
|
+
background: sectionproperties.hideshowcardtransition == 'Show' ? maincontainerarrayofobjs.length != 0 ? 'url(' + serverbaselink$1 + ((_maincontainerarrayof6 = maincontainerarrayofobjs[0]) === null || _maincontainerarrayof6 === void 0 ? void 0 : _maincontainerarrayof6.back_bgimage) + ')' : '' : ''
|
|
63754
|
+
}
|
|
63755
|
+
}, SectionContent('normal')), sectionproperties.sectionbgstyle == 'Text Below' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
63756
|
+
"class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-none d-md-flex justify-content-center align-items-center ',
|
|
63757
|
+
style: {
|
|
63758
|
+
marginTop: sectionproperties.marginTopResp + 'px',
|
|
63759
|
+
marginBottom: sectionproperties.marginBottom + 'px',
|
|
63760
|
+
background: sectionproperties.hideshowcardtransition == 'Show' ? maincontainerarrayofobjs.length != 0 ? 'url(' + serverbaselink$1 + ((_maincontainerarrayof7 = maincontainerarrayofobjs[0]) === null || _maincontainerarrayof7 === void 0 ? void 0 : _maincontainerarrayof7.back_bgimage) + ')' : '' : ''
|
|
63761
|
+
}
|
|
63762
|
+
}, SectionContent('responsive'))));
|
|
63615
63763
|
};
|
|
63616
63764
|
|
|
63617
63765
|
function ownKeys$X(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; }
|
|
@@ -64016,6 +64164,9 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
64016
64164
|
marginBottom: sectionproperties.marginBottom + 'px',
|
|
64017
64165
|
background: sectionproperties.backgroundColor
|
|
64018
64166
|
}
|
|
64167
|
+
}, sectionproperties.showanimation == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64168
|
+
"class": "row m-0 w-100",
|
|
64169
|
+
"data-aos": 'fade-up'
|
|
64019
64170
|
}, sectionproperties.cardstyletype == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64020
64171
|
"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',
|
|
64021
64172
|
style: {
|
|
@@ -64711,7 +64862,704 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
64711
64862
|
}
|
|
64712
64863
|
}, sectionproperties.image_show == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64713
64864
|
"class": "w-100 mb-md-3"
|
|
64714
|
-
}, " ", Image()), Content())))))
|
|
64865
|
+
}, " ", Image()), Content()))))), sectionproperties.showanimation != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64866
|
+
"class": "row m-0 w-100"
|
|
64867
|
+
}, sectionproperties.cardstyletype == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64868
|
+
"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',
|
|
64869
|
+
style: {
|
|
64870
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
|
|
64871
|
+
paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
|
|
64872
|
+
width: sectionproperties.width + 'vw',
|
|
64873
|
+
border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
|
|
64874
|
+
borderRadius: sectionproperties.sectioncardborderradius + 'px'
|
|
64875
|
+
}
|
|
64876
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64877
|
+
"class":
|
|
64878
|
+
// sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0
|
|
64879
|
+
// ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 '
|
|
64880
|
+
// : sectionproperties.paddingLeft == 0 && sectionproperties.paddingRight == 0
|
|
64881
|
+
// ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between '
|
|
64882
|
+
// : sectionproperties.paddingLeft != 0
|
|
64883
|
+
// ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between pr-1025-1 px-md-3 '
|
|
64884
|
+
// : sectionproperties.paddingRight != 0
|
|
64885
|
+
// ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between pr-1025-1 px-md-3 '
|
|
64886
|
+
// : section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between '
|
|
64887
|
+
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 ',
|
|
64888
|
+
style: {
|
|
64889
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
|
|
64890
|
+
paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
|
|
64891
|
+
// paddingTop: sectionproperties.paddingTop + 'px',
|
|
64892
|
+
// paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
64893
|
+
marginTop: sectionproperties.marginTop + 'px',
|
|
64894
|
+
marginBottom: sectionproperties.marginBottom + 'px'
|
|
64895
|
+
}
|
|
64896
|
+
}, sectionproperties.sectionstyle == 'Image on right' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64897
|
+
"class": "col-lg-12 p-0 d-flex justify-content-between d-md-none"
|
|
64898
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64899
|
+
"class": "row m-0 w-100 d-flex justify-content-between",
|
|
64900
|
+
style: {
|
|
64901
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
64902
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
64903
|
+
}
|
|
64904
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64905
|
+
"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 ',
|
|
64906
|
+
style: {
|
|
64907
|
+
background: sectionproperties.reservation_bgcolor,
|
|
64908
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
64909
|
+
}
|
|
64910
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64911
|
+
"class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
|
|
64912
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64913
|
+
"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',
|
|
64914
|
+
style: {
|
|
64915
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
64916
|
+
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
|
|
64917
|
+
marginTop: sectionproperties.sectionTitleMarginTop + 'px',
|
|
64918
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
64919
|
+
}
|
|
64920
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64921
|
+
"class": 'd-flex align-items-center flex-row d-sm-none mt-sm-2 ',
|
|
64922
|
+
style: {
|
|
64923
|
+
position: 'relative',
|
|
64924
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
64925
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
64926
|
+
backgroundColor: sectionproperties.sectiontitlebgcolor,
|
|
64927
|
+
borderRadius: sectionproperties.sectiontitleborderradius + 'px',
|
|
64928
|
+
paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
|
|
64929
|
+
paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
|
|
64930
|
+
paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
|
|
64931
|
+
paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
|
|
64932
|
+
marginLeft: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
|
|
64933
|
+
marginRight: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0
|
|
64934
|
+
}
|
|
64935
|
+
}, SectionTitle()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64936
|
+
"class": 'd-none align-items-center flex-row d-sm-flex mt-sm-2',
|
|
64937
|
+
style: {
|
|
64938
|
+
position: 'relative',
|
|
64939
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
64940
|
+
fontSize: sectionproperties.sectionTitleFontSizeresp + 'px',
|
|
64941
|
+
backgroundColor: sectionproperties.sectiontitlebgcolor,
|
|
64942
|
+
borderRadius: sectionproperties.sectiontitleborderradius + 'px',
|
|
64943
|
+
paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
|
|
64944
|
+
paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
|
|
64945
|
+
paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
|
|
64946
|
+
paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
|
|
64947
|
+
marginLeft: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
|
|
64948
|
+
marginRight: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0
|
|
64949
|
+
}
|
|
64950
|
+
}, SectionTitle())), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64951
|
+
"class": "col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",
|
|
64952
|
+
style: {
|
|
64953
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
64954
|
+
marginBottom: sectionproperties.descriptionMarginBottom + 'px',
|
|
64955
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
64956
|
+
}
|
|
64957
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64958
|
+
"class": "d-flex align-items-center flex-row d-sm-none mt-sm-2",
|
|
64959
|
+
style: {
|
|
64960
|
+
position: 'relative',
|
|
64961
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
64962
|
+
fontSize: sectionproperties.prodCatFontSize + 'px',
|
|
64963
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
64964
|
+
paddingRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
64965
|
+
}
|
|
64966
|
+
}, SectionDescription()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64967
|
+
"class": "d-none align-items-center flex-row d-sm-flex mt-sm-2",
|
|
64968
|
+
style: {
|
|
64969
|
+
position: 'relative',
|
|
64970
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
64971
|
+
fontSize: sectionproperties.prodCatFontSizeResp + 'px'
|
|
64972
|
+
}
|
|
64973
|
+
}, SectionDescription())), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64974
|
+
"class": "col-lg-12 p-0 d-flex justify-content-md-center",
|
|
64975
|
+
style: {
|
|
64976
|
+
justifyContent: sectionproperties.text2centered == 'Centered' ? 'center' : 'start',
|
|
64977
|
+
marginBottom: sectionproperties.slideshowText2Content_marginBottom + 'px'
|
|
64978
|
+
}
|
|
64979
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
64980
|
+
"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 ',
|
|
64981
|
+
style: {},
|
|
64982
|
+
dangerouslySetInnerHTML: {
|
|
64983
|
+
__html: langdetect == 'en' ? sectionproperties.contenteditor : sectionproperties.text2editortextar
|
|
64984
|
+
}
|
|
64985
|
+
})), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64986
|
+
"class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
|
|
64987
|
+
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
64988
|
+
"class": "".concat(section_styles.btn) + ' m-md-0 ',
|
|
64989
|
+
onClick: function onClick() {
|
|
64990
|
+
if (sectionproperties.btntype == 'WhatsApp') {
|
|
64991
|
+
var _authdetailsContext$i41;
|
|
64992
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.whatsappnumber) != null) {
|
|
64993
|
+
var _authdetailsContext$i42;
|
|
64994
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.whatsappnumber), '_blank');
|
|
64995
|
+
}
|
|
64996
|
+
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
64997
|
+
// window.open(sectionproperties.btnlink, '_target');
|
|
64998
|
+
routingcountext(sectionproperties.btnlink, false, '');
|
|
64999
|
+
} else {
|
|
65000
|
+
window.open(sectionproperties.btnlink, '_blank');
|
|
65001
|
+
}
|
|
65002
|
+
},
|
|
65003
|
+
style: {
|
|
65004
|
+
marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
65005
|
+
marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
65006
|
+
}
|
|
65007
|
+
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65008
|
+
"class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
|
|
65009
|
+
style: {
|
|
65010
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
65011
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
65012
|
+
display: sectionproperties.fbbtn_show == 'Hide' && sectionproperties.instbtn_show == 'Hide' && sectionproperties.youtbtn_show == 'Hide' ? 'none' : 'flex'
|
|
65013
|
+
}
|
|
65014
|
+
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65015
|
+
"class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
65016
|
+
onClick: function onClick() {
|
|
65017
|
+
var _authdetailsContext$i43;
|
|
65018
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.facebooklink) != null) {
|
|
65019
|
+
var _authdetailsContext$i44;
|
|
65020
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i44 = authdetailsContext.instinfo) === null || _authdetailsContext$i44 === void 0 ? void 0 : _authdetailsContext$i44.facebooklink, '_blank');
|
|
65021
|
+
}
|
|
65022
|
+
}
|
|
65023
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
65024
|
+
size: sectionproperties.facebkbtnniconfontsize
|
|
65025
|
+
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65026
|
+
"class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
65027
|
+
onClick: function onClick() {
|
|
65028
|
+
var _authdetailsContext$i45;
|
|
65029
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i45 = authdetailsContext.instinfo) === null || _authdetailsContext$i45 === void 0 ? void 0 : _authdetailsContext$i45.instagramlink) != null) {
|
|
65030
|
+
var _authdetailsContext$i46;
|
|
65031
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i46 = authdetailsContext.instinfo) === null || _authdetailsContext$i46 === void 0 ? void 0 : _authdetailsContext$i46.instagramlink, '_blank');
|
|
65032
|
+
}
|
|
65033
|
+
}
|
|
65034
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
65035
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
65036
|
+
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65037
|
+
"class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
65038
|
+
onClick: function onClick() {
|
|
65039
|
+
var _authdetailsContext$i47;
|
|
65040
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i47 = authdetailsContext.instinfo) === null || _authdetailsContext$i47 === void 0 ? void 0 : _authdetailsContext$i47.whatsappnumber) != null) {
|
|
65041
|
+
var _authdetailsContext$i48;
|
|
65042
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i48 = authdetailsContext.instinfo) === null || _authdetailsContext$i48 === void 0 ? void 0 : _authdetailsContext$i48.whatsappnumber), '_blank');
|
|
65043
|
+
}
|
|
65044
|
+
}
|
|
65045
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
65046
|
+
size: sectionproperties.youtubebtniconfontsize
|
|
65047
|
+
}))))), sectionproperties.image_show == 'show' && Image())), sectionproperties.sectionstyleresponsive == 'Image below text' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65048
|
+
"class": "col-lg-12 p-0 d-none d-md-flex justify-content-between"
|
|
65049
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65050
|
+
"class": "row m-0 w-100 d-flex justify-content-between",
|
|
65051
|
+
style: {
|
|
65052
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
65053
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
65054
|
+
}
|
|
65055
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65056
|
+
"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 ',
|
|
65057
|
+
style: {
|
|
65058
|
+
background: sectionproperties.reservation_bgcolor,
|
|
65059
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
65060
|
+
}
|
|
65061
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65062
|
+
"class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
|
|
65063
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65064
|
+
"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',
|
|
65065
|
+
style: {
|
|
65066
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
65067
|
+
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
|
|
65068
|
+
marginTop: sectionproperties.sectionTitleMarginTop + 'px',
|
|
65069
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
65070
|
+
}
|
|
65071
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65072
|
+
"class": 'd-flex align-items-center flex-row d-sm-none mt-sm-2 ',
|
|
65073
|
+
style: {
|
|
65074
|
+
position: 'relative',
|
|
65075
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
65076
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
65077
|
+
backgroundColor: sectionproperties.sectiontitlebgcolor,
|
|
65078
|
+
borderRadius: sectionproperties.sectiontitleborderradius + 'px',
|
|
65079
|
+
paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
|
|
65080
|
+
paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
|
|
65081
|
+
paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
|
|
65082
|
+
paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
|
|
65083
|
+
marginLeft: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
|
|
65084
|
+
marginRight: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0
|
|
65085
|
+
}
|
|
65086
|
+
}, SectionTitle()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65087
|
+
"class": 'd-none align-items-center flex-row d-sm-flex mt-sm-2',
|
|
65088
|
+
style: {
|
|
65089
|
+
position: 'relative',
|
|
65090
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
65091
|
+
fontSize: sectionproperties.sectionTitleFontSizeresp + 'px',
|
|
65092
|
+
backgroundColor: sectionproperties.sectiontitlebgcolor,
|
|
65093
|
+
borderRadius: sectionproperties.sectiontitleborderradius + 'px',
|
|
65094
|
+
paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
|
|
65095
|
+
paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
|
|
65096
|
+
paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
|
|
65097
|
+
paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
|
|
65098
|
+
marginLeft: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
|
|
65099
|
+
marginRight: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0
|
|
65100
|
+
}
|
|
65101
|
+
}, SectionTitle())), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65102
|
+
"class": "col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",
|
|
65103
|
+
style: {
|
|
65104
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
65105
|
+
marginBottom: sectionproperties.descriptionMarginBottom + 'px',
|
|
65106
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
65107
|
+
}
|
|
65108
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65109
|
+
"class": "d-flex align-items-center flex-row d-sm-none mt-sm-2",
|
|
65110
|
+
style: {
|
|
65111
|
+
position: 'relative',
|
|
65112
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
65113
|
+
fontSize: sectionproperties.prodCatFontSize + 'px',
|
|
65114
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
65115
|
+
paddingRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
65116
|
+
}
|
|
65117
|
+
}, SectionDescription()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65118
|
+
"class": "d-none align-items-center flex-row d-sm-flex mt-sm-2",
|
|
65119
|
+
style: {
|
|
65120
|
+
position: 'relative',
|
|
65121
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
65122
|
+
fontSize: sectionproperties.prodCatFontSizeResp + 'px'
|
|
65123
|
+
}
|
|
65124
|
+
}, SectionDescription())), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65125
|
+
"class": "col-lg-12 p-0 d-flex justify-content-md-center",
|
|
65126
|
+
style: {
|
|
65127
|
+
justifyContent: sectionproperties.text2centered == 'Centered' ? 'center' : 'start',
|
|
65128
|
+
marginBottom: sectionproperties.slideshowText2Content_marginBottom + 'px'
|
|
65129
|
+
}
|
|
65130
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
65131
|
+
"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 ',
|
|
65132
|
+
style: {},
|
|
65133
|
+
dangerouslySetInnerHTML: {
|
|
65134
|
+
__html: langdetect == 'en' ? sectionproperties.contenteditor : sectionproperties.text2editortextar
|
|
65135
|
+
}
|
|
65136
|
+
})), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65137
|
+
"class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
|
|
65138
|
+
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
65139
|
+
"class": "".concat(section_styles.btn) + ' m-md-0 ',
|
|
65140
|
+
onClick: function onClick() {
|
|
65141
|
+
if (sectionproperties.btntype == 'WhatsApp') {
|
|
65142
|
+
var _authdetailsContext$i49;
|
|
65143
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i49 = authdetailsContext.instinfo) === null || _authdetailsContext$i49 === void 0 ? void 0 : _authdetailsContext$i49.whatsappnumber) != null) {
|
|
65144
|
+
var _authdetailsContext$i50;
|
|
65145
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i50 = authdetailsContext.instinfo) === null || _authdetailsContext$i50 === void 0 ? void 0 : _authdetailsContext$i50.whatsappnumber), '_blank');
|
|
65146
|
+
}
|
|
65147
|
+
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
65148
|
+
// window.open(sectionproperties.btnlink, '_target');
|
|
65149
|
+
routingcountext(sectionproperties.btnlink, false, '');
|
|
65150
|
+
} else {
|
|
65151
|
+
window.open(sectionproperties.btnlink, '_blank');
|
|
65152
|
+
}
|
|
65153
|
+
},
|
|
65154
|
+
style: {
|
|
65155
|
+
marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
65156
|
+
marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
65157
|
+
}
|
|
65158
|
+
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65159
|
+
"class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
|
|
65160
|
+
style: {
|
|
65161
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
65162
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
65163
|
+
display: sectionproperties.fbbtn_show == 'Hide' && sectionproperties.instbtn_show == 'Hide' && sectionproperties.youtbtn_show == 'Hide' ? 'none' : 'flex'
|
|
65164
|
+
}
|
|
65165
|
+
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65166
|
+
"class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
65167
|
+
onClick: function onClick() {
|
|
65168
|
+
var _authdetailsContext$i51;
|
|
65169
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i51 = authdetailsContext.instinfo) === null || _authdetailsContext$i51 === void 0 ? void 0 : _authdetailsContext$i51.facebooklink) != null) {
|
|
65170
|
+
var _authdetailsContext$i52;
|
|
65171
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i52 = authdetailsContext.instinfo) === null || _authdetailsContext$i52 === void 0 ? void 0 : _authdetailsContext$i52.facebooklink, '_blank');
|
|
65172
|
+
}
|
|
65173
|
+
}
|
|
65174
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
65175
|
+
size: sectionproperties.facebkbtnniconfontsize
|
|
65176
|
+
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65177
|
+
"class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
65178
|
+
onClick: function onClick() {
|
|
65179
|
+
var _authdetailsContext$i53;
|
|
65180
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i53 = authdetailsContext.instinfo) === null || _authdetailsContext$i53 === void 0 ? void 0 : _authdetailsContext$i53.instagramlink) != null) {
|
|
65181
|
+
var _authdetailsContext$i54;
|
|
65182
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i54 = authdetailsContext.instinfo) === null || _authdetailsContext$i54 === void 0 ? void 0 : _authdetailsContext$i54.instagramlink, '_blank');
|
|
65183
|
+
}
|
|
65184
|
+
}
|
|
65185
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
65186
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
65187
|
+
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65188
|
+
"class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
65189
|
+
onClick: function onClick() {
|
|
65190
|
+
var _authdetailsContext$i55;
|
|
65191
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i55 = authdetailsContext.instinfo) === null || _authdetailsContext$i55 === void 0 ? void 0 : _authdetailsContext$i55.whatsappnumber) != null) {
|
|
65192
|
+
var _authdetailsContext$i56;
|
|
65193
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i56 = authdetailsContext.instinfo) === null || _authdetailsContext$i56 === void 0 ? void 0 : _authdetailsContext$i56.whatsappnumber), '_blank');
|
|
65194
|
+
}
|
|
65195
|
+
}
|
|
65196
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
65197
|
+
size: sectionproperties.youtubebtniconfontsize
|
|
65198
|
+
}))))), sectionproperties.image_show == 'show' && Image())), sectionproperties.sectionstyle == 'Image on left' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65199
|
+
"class": "col-lg-12 p-0 d-flex justify-content-between d-md-none"
|
|
65200
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65201
|
+
"class": "row m-0 w-100 d-flex justify-content-between",
|
|
65202
|
+
style: {
|
|
65203
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
65204
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
65205
|
+
}
|
|
65206
|
+
}, sectionproperties.image_show == 'show' && Image(), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65207
|
+
"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 ',
|
|
65208
|
+
style: {
|
|
65209
|
+
background: sectionproperties.reservation_bgcolor,
|
|
65210
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
65211
|
+
}
|
|
65212
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65213
|
+
"class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
|
|
65214
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65215
|
+
"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',
|
|
65216
|
+
style: {
|
|
65217
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
65218
|
+
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
|
|
65219
|
+
marginTop: sectionproperties.sectionTitleMarginTop + 'px',
|
|
65220
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
65221
|
+
}
|
|
65222
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65223
|
+
"class": 'd-flex align-items-center flex-row d-sm-none mt-sm-2 ',
|
|
65224
|
+
style: {
|
|
65225
|
+
position: 'relative',
|
|
65226
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
65227
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
65228
|
+
backgroundColor: sectionproperties.sectiontitlebgcolor,
|
|
65229
|
+
borderRadius: sectionproperties.sectiontitleborderradius + 'px',
|
|
65230
|
+
paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
|
|
65231
|
+
paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
|
|
65232
|
+
paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
|
|
65233
|
+
paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
|
|
65234
|
+
marginLeft: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
|
|
65235
|
+
marginRight: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0
|
|
65236
|
+
}
|
|
65237
|
+
}, SectionTitle()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65238
|
+
"class": 'd-none align-items-center flex-row d-sm-flex mt-sm-2',
|
|
65239
|
+
style: {
|
|
65240
|
+
position: 'relative',
|
|
65241
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
65242
|
+
fontSize: sectionproperties.sectionTitleFontSizeresp + 'px',
|
|
65243
|
+
backgroundColor: sectionproperties.sectiontitlebgcolor,
|
|
65244
|
+
borderRadius: sectionproperties.sectiontitleborderradius + 'px',
|
|
65245
|
+
paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
|
|
65246
|
+
paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
|
|
65247
|
+
paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
|
|
65248
|
+
paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
|
|
65249
|
+
marginLeft: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
|
|
65250
|
+
marginRight: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0
|
|
65251
|
+
}
|
|
65252
|
+
}, SectionTitle())), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65253
|
+
"class": "col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",
|
|
65254
|
+
style: {
|
|
65255
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
65256
|
+
marginBottom: sectionproperties.descriptionMarginBottom + 'px',
|
|
65257
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
65258
|
+
}
|
|
65259
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65260
|
+
"class": "d-flex align-items-center flex-row d-sm-none mt-sm-2",
|
|
65261
|
+
style: {
|
|
65262
|
+
position: 'relative',
|
|
65263
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
65264
|
+
fontSize: sectionproperties.prodCatFontSize + 'px',
|
|
65265
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
65266
|
+
paddingRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
65267
|
+
}
|
|
65268
|
+
}, SectionDescription()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65269
|
+
"class": "d-none align-items-center flex-row d-sm-flex mt-sm-2",
|
|
65270
|
+
style: {
|
|
65271
|
+
position: 'relative',
|
|
65272
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
65273
|
+
fontSize: sectionproperties.prodCatFontSizeResp + 'px'
|
|
65274
|
+
}
|
|
65275
|
+
}, SectionDescription())), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65276
|
+
"class": "col-lg-12 p-0 d-flex justify-content-md-center",
|
|
65277
|
+
style: {
|
|
65278
|
+
justifyContent: sectionproperties.text2centered == 'Centered' ? 'center' : 'start',
|
|
65279
|
+
marginBottom: sectionproperties.slideshowText2Content_marginBottom + 'px'
|
|
65280
|
+
}
|
|
65281
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
65282
|
+
"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 ',
|
|
65283
|
+
style: {},
|
|
65284
|
+
dangerouslySetInnerHTML: {
|
|
65285
|
+
__html: langdetect == 'en' ? sectionproperties.contenteditor : sectionproperties.text2editortextar
|
|
65286
|
+
}
|
|
65287
|
+
})), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65288
|
+
"class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
|
|
65289
|
+
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
65290
|
+
"class": "".concat(section_styles.btn) + ' m-md-0 ',
|
|
65291
|
+
onClick: function onClick() {
|
|
65292
|
+
if (sectionproperties.btntype == 'WhatsApp') {
|
|
65293
|
+
var _authdetailsContext$i57;
|
|
65294
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i57 = authdetailsContext.instinfo) === null || _authdetailsContext$i57 === void 0 ? void 0 : _authdetailsContext$i57.whatsappnumber) != null) {
|
|
65295
|
+
var _authdetailsContext$i58;
|
|
65296
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i58 = authdetailsContext.instinfo) === null || _authdetailsContext$i58 === void 0 ? void 0 : _authdetailsContext$i58.whatsappnumber), '_blank');
|
|
65297
|
+
}
|
|
65298
|
+
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
65299
|
+
// window.open(sectionproperties.btnlink, '_target');
|
|
65300
|
+
routingcountext(sectionproperties.btnlink, false, '');
|
|
65301
|
+
} else {
|
|
65302
|
+
window.open(sectionproperties.btnlink, '_blank');
|
|
65303
|
+
}
|
|
65304
|
+
},
|
|
65305
|
+
style: {
|
|
65306
|
+
marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
65307
|
+
marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
65308
|
+
}
|
|
65309
|
+
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65310
|
+
"class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
|
|
65311
|
+
style: {
|
|
65312
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
65313
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
65314
|
+
display: sectionproperties.fbbtn_show == 'Hide' && sectionproperties.instbtn_show == 'Hide' && sectionproperties.youtbtn_show == 'Hide' ? 'none' : 'flex'
|
|
65315
|
+
}
|
|
65316
|
+
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65317
|
+
"class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
65318
|
+
onClick: function onClick() {
|
|
65319
|
+
var _authdetailsContext$i59;
|
|
65320
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i59 = authdetailsContext.instinfo) === null || _authdetailsContext$i59 === void 0 ? void 0 : _authdetailsContext$i59.facebooklink) != null) {
|
|
65321
|
+
var _authdetailsContext$i60;
|
|
65322
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i60 = authdetailsContext.instinfo) === null || _authdetailsContext$i60 === void 0 ? void 0 : _authdetailsContext$i60.facebooklink, '_blank');
|
|
65323
|
+
}
|
|
65324
|
+
}
|
|
65325
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
65326
|
+
size: sectionproperties.facebkbtnniconfontsize
|
|
65327
|
+
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65328
|
+
"class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
65329
|
+
onClick: function onClick() {
|
|
65330
|
+
var _authdetailsContext$i61;
|
|
65331
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i61 = authdetailsContext.instinfo) === null || _authdetailsContext$i61 === void 0 ? void 0 : _authdetailsContext$i61.instagramlink) != null) {
|
|
65332
|
+
var _authdetailsContext$i62;
|
|
65333
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i62 = authdetailsContext.instinfo) === null || _authdetailsContext$i62 === void 0 ? void 0 : _authdetailsContext$i62.instagramlink, '_blank');
|
|
65334
|
+
}
|
|
65335
|
+
}
|
|
65336
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
65337
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
65338
|
+
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65339
|
+
"class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
65340
|
+
onClick: function onClick() {
|
|
65341
|
+
var _authdetailsContext$i63;
|
|
65342
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i63 = authdetailsContext.instinfo) === null || _authdetailsContext$i63 === void 0 ? void 0 : _authdetailsContext$i63.whatsappnumber) != null) {
|
|
65343
|
+
var _authdetailsContext$i64;
|
|
65344
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i64 = authdetailsContext.instinfo) === null || _authdetailsContext$i64 === void 0 ? void 0 : _authdetailsContext$i64.whatsappnumber), '_blank');
|
|
65345
|
+
}
|
|
65346
|
+
}
|
|
65347
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
65348
|
+
size: sectionproperties.youtubebtniconfontsize
|
|
65349
|
+
}))))))), sectionproperties.sectionstyleresponsive == 'Image above text' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65350
|
+
"class": "col-lg-12 p-0 d-none d-md-flex justify-content-between"
|
|
65351
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65352
|
+
"class": "row m-0 w-100 d-flex justify-content-between",
|
|
65353
|
+
style: {
|
|
65354
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
65355
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
65356
|
+
}
|
|
65357
|
+
}, sectionproperties.image_show == 'show' && Image(), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65358
|
+
"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 ',
|
|
65359
|
+
style: {
|
|
65360
|
+
background: sectionproperties.reservation_bgcolor,
|
|
65361
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
65362
|
+
}
|
|
65363
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65364
|
+
"class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
|
|
65365
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65366
|
+
"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',
|
|
65367
|
+
style: {
|
|
65368
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
65369
|
+
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
|
|
65370
|
+
marginTop: sectionproperties.sectionTitleMarginTop + 'px',
|
|
65371
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
65372
|
+
}
|
|
65373
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65374
|
+
"class": 'd-flex align-items-center flex-row d-sm-none mt-sm-2 ',
|
|
65375
|
+
style: {
|
|
65376
|
+
position: 'relative',
|
|
65377
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
65378
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
65379
|
+
backgroundColor: sectionproperties.sectiontitlebgcolor,
|
|
65380
|
+
borderRadius: sectionproperties.sectiontitleborderradius + 'px',
|
|
65381
|
+
paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
|
|
65382
|
+
paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
|
|
65383
|
+
paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
|
|
65384
|
+
paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
|
|
65385
|
+
marginLeft: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
|
|
65386
|
+
marginRight: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0
|
|
65387
|
+
}
|
|
65388
|
+
}, SectionTitle()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65389
|
+
"class": 'd-none align-items-center flex-row d-sm-flex mt-sm-2',
|
|
65390
|
+
style: {
|
|
65391
|
+
position: 'relative',
|
|
65392
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
65393
|
+
fontSize: sectionproperties.sectionTitleFontSizeresp + 'px',
|
|
65394
|
+
backgroundColor: sectionproperties.sectiontitlebgcolor,
|
|
65395
|
+
borderRadius: sectionproperties.sectiontitleborderradius + 'px',
|
|
65396
|
+
paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
|
|
65397
|
+
paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
|
|
65398
|
+
paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
|
|
65399
|
+
paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
|
|
65400
|
+
marginLeft: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
|
|
65401
|
+
marginRight: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0
|
|
65402
|
+
}
|
|
65403
|
+
}, SectionTitle())), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65404
|
+
"class": "col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",
|
|
65405
|
+
style: {
|
|
65406
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
65407
|
+
marginBottom: sectionproperties.descriptionMarginBottom + 'px',
|
|
65408
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
65409
|
+
}
|
|
65410
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65411
|
+
"class": "d-flex align-items-center flex-row d-sm-none mt-sm-2",
|
|
65412
|
+
style: {
|
|
65413
|
+
position: 'relative',
|
|
65414
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
65415
|
+
fontSize: sectionproperties.prodCatFontSize + 'px',
|
|
65416
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
65417
|
+
paddingRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
65418
|
+
}
|
|
65419
|
+
}, SectionDescription()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65420
|
+
"class": "d-none align-items-center flex-row d-sm-flex mt-sm-2",
|
|
65421
|
+
style: {
|
|
65422
|
+
position: 'relative',
|
|
65423
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
65424
|
+
fontSize: sectionproperties.prodCatFontSizeResp + 'px'
|
|
65425
|
+
}
|
|
65426
|
+
}, SectionDescription())), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65427
|
+
"class": "col-lg-12 p-0 d-flex justify-content-md-center",
|
|
65428
|
+
style: {
|
|
65429
|
+
justifyContent: sectionproperties.text2centered == 'Centered' ? 'center' : 'start',
|
|
65430
|
+
marginBottom: sectionproperties.slideshowText2Content_marginBottom + 'px'
|
|
65431
|
+
}
|
|
65432
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
65433
|
+
"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 ',
|
|
65434
|
+
style: {},
|
|
65435
|
+
dangerouslySetInnerHTML: {
|
|
65436
|
+
__html: langdetect == 'en' ? sectionproperties.contenteditor : sectionproperties.text2editortextar
|
|
65437
|
+
}
|
|
65438
|
+
})), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65439
|
+
"class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
|
|
65440
|
+
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
65441
|
+
"class": "".concat(section_styles.btn) + ' m-md-0 ',
|
|
65442
|
+
onClick: function onClick() {
|
|
65443
|
+
if (sectionproperties.btntype == 'WhatsApp') {
|
|
65444
|
+
var _authdetailsContext$i65;
|
|
65445
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i65 = authdetailsContext.instinfo) === null || _authdetailsContext$i65 === void 0 ? void 0 : _authdetailsContext$i65.whatsappnumber) != null) {
|
|
65446
|
+
var _authdetailsContext$i66;
|
|
65447
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i66 = authdetailsContext.instinfo) === null || _authdetailsContext$i66 === void 0 ? void 0 : _authdetailsContext$i66.whatsappnumber), '_blank');
|
|
65448
|
+
}
|
|
65449
|
+
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
65450
|
+
// window.open(sectionproperties.btnlink, '_target');
|
|
65451
|
+
routingcountext(sectionproperties.btnlink, false, '');
|
|
65452
|
+
} else {
|
|
65453
|
+
window.open(sectionproperties.btnlink, '_blank');
|
|
65454
|
+
}
|
|
65455
|
+
},
|
|
65456
|
+
style: {
|
|
65457
|
+
marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
65458
|
+
marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
65459
|
+
}
|
|
65460
|
+
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65461
|
+
"class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
|
|
65462
|
+
style: {
|
|
65463
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
65464
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
65465
|
+
display: sectionproperties.fbbtn_show == 'Hide' && sectionproperties.instbtn_show == 'Hide' && sectionproperties.youtbtn_show == 'Hide' ? 'none' : 'flex'
|
|
65466
|
+
}
|
|
65467
|
+
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65468
|
+
"class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
65469
|
+
onClick: function onClick() {
|
|
65470
|
+
var _authdetailsContext$i67;
|
|
65471
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i67 = authdetailsContext.instinfo) === null || _authdetailsContext$i67 === void 0 ? void 0 : _authdetailsContext$i67.facebooklink) != null) {
|
|
65472
|
+
var _authdetailsContext$i68;
|
|
65473
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i68 = authdetailsContext.instinfo) === null || _authdetailsContext$i68 === void 0 ? void 0 : _authdetailsContext$i68.facebooklink, '_blank');
|
|
65474
|
+
}
|
|
65475
|
+
}
|
|
65476
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
65477
|
+
size: sectionproperties.facebkbtnniconfontsize
|
|
65478
|
+
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65479
|
+
"class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
65480
|
+
onClick: function onClick() {
|
|
65481
|
+
var _authdetailsContext$i69;
|
|
65482
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i69 = authdetailsContext.instinfo) === null || _authdetailsContext$i69 === void 0 ? void 0 : _authdetailsContext$i69.instagramlink) != null) {
|
|
65483
|
+
var _authdetailsContext$i70;
|
|
65484
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i70 = authdetailsContext.instinfo) === null || _authdetailsContext$i70 === void 0 ? void 0 : _authdetailsContext$i70.instagramlink, '_blank');
|
|
65485
|
+
}
|
|
65486
|
+
}
|
|
65487
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
65488
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
65489
|
+
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65490
|
+
"class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
65491
|
+
onClick: function onClick() {
|
|
65492
|
+
var _authdetailsContext$i71;
|
|
65493
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i71 = authdetailsContext.instinfo) === null || _authdetailsContext$i71 === void 0 ? void 0 : _authdetailsContext$i71.whatsappnumber) != null) {
|
|
65494
|
+
var _authdetailsContext$i72;
|
|
65495
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i72 = authdetailsContext.instinfo) === null || _authdetailsContext$i72 === void 0 ? void 0 : _authdetailsContext$i72.whatsappnumber), '_blank');
|
|
65496
|
+
}
|
|
65497
|
+
}
|
|
65498
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
65499
|
+
size: sectionproperties.youtubebtniconfontsize
|
|
65500
|
+
}))))))))), sectionproperties.cardstyletype == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65501
|
+
"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 ',
|
|
65502
|
+
style: {
|
|
65503
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
|
|
65504
|
+
paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
|
|
65505
|
+
border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
|
|
65506
|
+
borderRadius: sectionproperties.sectioncardborderradius + 'px'
|
|
65507
|
+
}
|
|
65508
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65509
|
+
"class":
|
|
65510
|
+
// sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0
|
|
65511
|
+
// ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 '
|
|
65512
|
+
// : sectionproperties.paddingLeft == 0 && sectionproperties.paddingRight == 0
|
|
65513
|
+
// ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between '
|
|
65514
|
+
// : sectionproperties.paddingLeft != 0
|
|
65515
|
+
// ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between pr-1025-1 px-md-3 '
|
|
65516
|
+
// : sectionproperties.paddingRight != 0
|
|
65517
|
+
// ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between pr-1025-1 px-md-3 '
|
|
65518
|
+
// : section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between '
|
|
65519
|
+
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 ',
|
|
65520
|
+
style: {
|
|
65521
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
|
|
65522
|
+
paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
|
|
65523
|
+
// paddingTop: sectionproperties.paddingTop + 'px',
|
|
65524
|
+
// paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
65525
|
+
marginTop: sectionproperties.marginTop + 'px',
|
|
65526
|
+
marginBottom: sectionproperties.marginBottom + 'px'
|
|
65527
|
+
}
|
|
65528
|
+
}, sectionproperties.sectionstyle == 'Image on right' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65529
|
+
"class": "col-lg-12 p-0 d-flex justify-content-between d-md-none"
|
|
65530
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65531
|
+
"class": "row m-0 w-100 d-flex justify-content-between",
|
|
65532
|
+
style: {
|
|
65533
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
65534
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
65535
|
+
}
|
|
65536
|
+
}, Content(), sectionproperties.image_show == 'show' && Image())), sectionproperties.sectionstyleresponsive == 'Image below text' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65537
|
+
"class": "col-lg-12 p-0 d-none d-md-flex justify-content-between"
|
|
65538
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65539
|
+
"class": "row m-0 w-100 d-flex justify-content-between",
|
|
65540
|
+
style: {
|
|
65541
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
65542
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
65543
|
+
}
|
|
65544
|
+
}, Content(), sectionproperties.image_show == 'show' && Image())), sectionproperties.sectionstyle == 'Image on left' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65545
|
+
"class": "col-lg-12 p-0 d-flex justify-content-between d-md-none"
|
|
65546
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65547
|
+
"class": "row m-0 w-100 d-flex justify-content-between",
|
|
65548
|
+
style: {
|
|
65549
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
65550
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
65551
|
+
}
|
|
65552
|
+
}, sectionproperties.image_show == 'show' && Image(), Content())), sectionproperties.sectionstyleresponsive == 'Image above text' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65553
|
+
"class": "col-lg-12 p-0 d-none d-md-flex justify-content-between"
|
|
65554
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65555
|
+
"class": "row m-0 w-100 d-flex justify-content-between",
|
|
65556
|
+
style: {
|
|
65557
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
65558
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
65559
|
+
}
|
|
65560
|
+
}, sectionproperties.image_show == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65561
|
+
"class": "w-100 mb-md-3"
|
|
65562
|
+
}, " ", Image()), Content()))))));
|
|
64715
65563
|
};
|
|
64716
65564
|
|
|
64717
65565
|
function ownKeys$W(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; }
|
|
@@ -65136,7 +65984,7 @@ var Servicesection = function Servicesection(props) {
|
|
|
65136
65984
|
function ownKeys$U(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; }
|
|
65137
65985
|
function _objectSpread$U(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$U(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$U(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
65138
65986
|
var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
65139
|
-
var _maincontainerarrayof;
|
|
65987
|
+
var _maincontainerarrayof, _maincontainerarrayof2;
|
|
65140
65988
|
var _useState = React.useState(''),
|
|
65141
65989
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
65142
65990
|
sectionproperties = _useState2[0],
|
|
@@ -65329,9 +66177,10 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
65329
66177
|
zIndex: 20,
|
|
65330
66178
|
justifyContent: sectionproperties.innersectionposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
65331
66179
|
}
|
|
65332
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
66180
|
+
}, sectionproperties.showanimation == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65333
66181
|
"class": sectionStyles.outercontainer + ' row ml-0 mr-0 align-items-center ',
|
|
65334
|
-
style: {}
|
|
66182
|
+
style: {},
|
|
66183
|
+
"data-aos": 'fade-up'
|
|
65335
66184
|
}, sectionproperties.maincontainerarrayofobjs != undefined && sectionproperties.maincontainerarrayofobjs.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65336
66185
|
"class": sectionStyles.imgcontainer
|
|
65337
66186
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
@@ -65544,6 +66393,221 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
65544
66393
|
}
|
|
65545
66394
|
}
|
|
65546
66395
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar))));
|
|
66396
|
+
}))), sectionproperties.showanimation != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
66397
|
+
"class": sectionStyles.outercontainer + ' row ml-0 mr-0 align-items-center ',
|
|
66398
|
+
style: {}
|
|
66399
|
+
}, sectionproperties.maincontainerarrayofobjs != undefined && sectionproperties.maincontainerarrayofobjs.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
66400
|
+
"class": sectionStyles.imgcontainer
|
|
66401
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
66402
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
66403
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
66404
|
+
path: (_maincontainerarrayof2 = maincontainerarrayofobjs[0]) === null || _maincontainerarrayof2 === void 0 ? void 0 : _maincontainerarrayof2.back_bgimage,
|
|
66405
|
+
style: {
|
|
66406
|
+
height: '100%',
|
|
66407
|
+
width: '100%',
|
|
66408
|
+
objectFit: 'cover',
|
|
66409
|
+
margin: 0,
|
|
66410
|
+
padding: 0,
|
|
66411
|
+
position: 'absolute',
|
|
66412
|
+
top: 0,
|
|
66413
|
+
bottom: 0,
|
|
66414
|
+
right: 0,
|
|
66415
|
+
left: 0
|
|
66416
|
+
}
|
|
66417
|
+
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
66418
|
+
"class": sectionStyles.containerrrr + ' row ml-0 mr-0 w-100 d-flex justify-content-center pl-md-3 pr-md-3 px-2015-3 ',
|
|
66419
|
+
style: {}
|
|
66420
|
+
}, sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
66421
|
+
"class": "col-lg-12 allcentered p-0",
|
|
66422
|
+
style: {
|
|
66423
|
+
zIndex: 1
|
|
66424
|
+
}
|
|
66425
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
66426
|
+
"class": "".concat(generalstyles.sectiontitlecont) + ' col-lg-12 allcentered plr-1025-0 pl-md-3 pr-md-3 ',
|
|
66427
|
+
style: {
|
|
66428
|
+
marginTop: sectionproperties.sectionTitleMarginTop + 'px',
|
|
66429
|
+
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
|
|
66430
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px',
|
|
66431
|
+
paddingRight: langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px'
|
|
66432
|
+
}
|
|
66433
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
66434
|
+
"class": "d-flex align-items-center flex-row allcentered",
|
|
66435
|
+
style: {
|
|
66436
|
+
position: 'relative',
|
|
66437
|
+
width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
|
|
66438
|
+
}
|
|
66439
|
+
}, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
66440
|
+
"class": sectionStyles.line_left
|
|
66441
|
+
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
66442
|
+
"class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? "".concat(sectionStyles.sectiontitlespan) + ' PacificoFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? "".concat(sectionStyles.sectiontitlespan) + ' PlayfairFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? "".concat(sectionStyles.sectiontitlespan) + ' GreatvibesFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? "".concat(sectionStyles.sectiontitlespan) + ' QuicksandFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? "".concat(sectionStyles.sectiontitlespan) + ' SatisfyFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center ' : "".concat(sectionStyles.sectiontitlespan) + ' mb-auto mb-0 pb-0 wordbreak d-flex align-items-center ',
|
|
66443
|
+
style: {}
|
|
66444
|
+
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
66445
|
+
"class": sectionStyles.line_right
|
|
66446
|
+
})))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
66447
|
+
"class": ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center px-sm-3',
|
|
66448
|
+
style: {
|
|
66449
|
+
justifyContent: sectionproperties.descriptionCentered == 'Centered' ? 'center' : 'start',
|
|
66450
|
+
marginBottom: sectionproperties.descriptionMarginBottom + 'px',
|
|
66451
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.description_marginLeft + 'px' : sectionproperties.description_marginRight + 'px',
|
|
66452
|
+
paddingRight: langdetect == 'en' ? sectionproperties.description_marginRight + 'px' : sectionproperties.description_marginLeft + 'px'
|
|
66453
|
+
}
|
|
66454
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
66455
|
+
"class": sectionproperties.descFontFamily == 'Pacifico' ? sectionStyles.descriptioncont + ' PacificoFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Playfair' ? sectionStyles.descriptioncont + ' PlayfairFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Great Vibes' ? sectionStyles.descriptioncont + ' GreatvibesFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Quicksand' ? sectionStyles.descriptioncont + ' QuicksandFont m-0 p-0 wordbreak' : sectionStyles.descriptioncont + ' m-0 p-0 wordbreak',
|
|
66456
|
+
style: {}
|
|
66457
|
+
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
66458
|
+
var _authdetailsContext$i2;
|
|
66459
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
66460
|
+
"class": sectionproperties.numofcols == '2' ? 'col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '3' ? 'col-lg-4 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp : 'col-lg-3 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp,
|
|
66461
|
+
style: {
|
|
66462
|
+
zIndex: 2,
|
|
66463
|
+
paddingLeft: sectionproperties.marginhorizontal + 'px',
|
|
66464
|
+
paddingRight: sectionproperties.marginhorizontal + 'px'
|
|
66465
|
+
}
|
|
66466
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
66467
|
+
"class": sectionproperties.innersectionbordertype != 'All' ? sectionStyles.cardContainer + ' row m-0 w-100 mb-auto border-md-none ' : sectionStyles.cardContainer + ' row m-0 w-100 mb-auto ',
|
|
66468
|
+
style: {
|
|
66469
|
+
cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
|
|
66470
|
+
// background: sectionproperties.reservation_bgcolor,
|
|
66471
|
+
background: cardinfoitem.cardbgcolorfromarray,
|
|
66472
|
+
paddingTop: sectionproperties.reservation_padding_top + 'px',
|
|
66473
|
+
paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
|
|
66474
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
|
|
66475
|
+
paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
|
|
66476
|
+
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
66477
|
+
border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
|
|
66478
|
+
// cardinfoindex != cardsarray.length - 1
|
|
66479
|
+
// ? sectionproperties.innersectionbordertype == 'All'
|
|
66480
|
+
// ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
66481
|
+
// : ''
|
|
66482
|
+
// : '',
|
|
66483
|
+
borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
|
|
66484
|
+
borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
|
|
66485
|
+
boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
|
|
66486
|
+
height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '66b4a0338cb14' ? '100%' : ''
|
|
66487
|
+
},
|
|
66488
|
+
onClick: function onClick() {
|
|
66489
|
+
// if (cardinfoitem.iscardclickable == 'Yes') {
|
|
66490
|
+
// window.open(cardinfoitem.btnlink, '_blank');
|
|
66491
|
+
// }
|
|
66492
|
+
if (cardinfoitem.btntype == 'Web Product Link' || cardinfoitem.btntype == 'App/Web Page') {
|
|
66493
|
+
routingcountext(cardinfoitem.btnlink, false, '');
|
|
66494
|
+
} else if (cardinfoitem.iscardclickable == 'Yes' && cardinfoitem.clickabletabtype == 'Same Tab' && cardinfoitem.btntype != 'Web Product Link') {
|
|
66495
|
+
// window.open(cardinfoitem.btnlink, '_target');
|
|
66496
|
+
routingcountext(cardinfoitem.btnlink, false, '');
|
|
66497
|
+
} else if (cardinfoitem.iscardclickable == 'Yes' && cardinfoitem.clickabletabtype == 'New Tab' && cardinfoitem.btntype != 'Web Product Link') {
|
|
66498
|
+
window.open(cardinfoitem.btnlink, '_blank');
|
|
66499
|
+
}
|
|
66500
|
+
}
|
|
66501
|
+
}, sectionproperties.imageposition == 'Top' && sectionproperties.image_width != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
66502
|
+
"class": "col-lg-12 d-flex align-items-center p-0 w-100 h-100",
|
|
66503
|
+
style: {
|
|
66504
|
+
marginBottom: sectionproperties.image_mb + 'px',
|
|
66505
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
66506
|
+
}
|
|
66507
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
66508
|
+
"class": sectionStyles.imageContainer + ' d-flex align-items-center imageContainer ',
|
|
66509
|
+
style: {
|
|
66510
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
66511
|
+
}
|
|
66512
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
66513
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
66514
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
66515
|
+
path: cardsarray.length != 0 ? cardinfoitem.cardobj_img : '',
|
|
66516
|
+
style: {
|
|
66517
|
+
maxHeight: sectionproperties.iconcontainerwidth + '%',
|
|
66518
|
+
maxWidth: sectionproperties.iconcontainerwidth + '%',
|
|
66519
|
+
objectFit: 'contain'
|
|
66520
|
+
}
|
|
66521
|
+
}))), sectionproperties.showrating == 'Show' && cardinfoitem.ratingnumber != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
66522
|
+
"class": "col-lg-12 allcentered p-0 mb-1"
|
|
66523
|
+
}, /*#__PURE__*/React__default["default"].createElement(ReactStars__default["default"], {
|
|
66524
|
+
count: 5,
|
|
66525
|
+
value: parseFloat(cardinfoitem.ratingnumber),
|
|
66526
|
+
edit: false,
|
|
66527
|
+
size: 18,
|
|
66528
|
+
emptyIcon: /*#__PURE__*/React__default["default"].createElement("i", {
|
|
66529
|
+
"class": "h-100 allcentered"
|
|
66530
|
+
}, /*#__PURE__*/React__default["default"].createElement(GoStar.GoStar, {
|
|
66531
|
+
style: {
|
|
66532
|
+
color: '#ccc'
|
|
66533
|
+
}
|
|
66534
|
+
})),
|
|
66535
|
+
halfIcon: /*#__PURE__*/React__default["default"].createElement("i", {
|
|
66536
|
+
"class": "h-100 allcentered"
|
|
66537
|
+
}, /*#__PURE__*/React__default["default"].createElement(IoIosStar.IoIosStar, {
|
|
66538
|
+
style: {
|
|
66539
|
+
color: sectionproperties.generalbtn_textColor
|
|
66540
|
+
}
|
|
66541
|
+
})),
|
|
66542
|
+
filledIcon: /*#__PURE__*/React__default["default"].createElement("i", {
|
|
66543
|
+
"class": "h-100 allcentered"
|
|
66544
|
+
}, /*#__PURE__*/React__default["default"].createElement(IoIosStar.IoIosStar, {
|
|
66545
|
+
style: {
|
|
66546
|
+
color: sectionproperties.generalbtn_textColor
|
|
66547
|
+
}
|
|
66548
|
+
})),
|
|
66549
|
+
activeColor: sectionproperties.generalbtn_textColor
|
|
66550
|
+
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
66551
|
+
"class": "col-lg-12 d-flex p-0",
|
|
66552
|
+
style: {
|
|
66553
|
+
marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
|
|
66554
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
66555
|
+
}
|
|
66556
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
66557
|
+
"class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles ',
|
|
66558
|
+
style: {
|
|
66559
|
+
cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
|
|
66560
|
+
color: cardinfoitem.text1colorfromarray
|
|
66561
|
+
}
|
|
66562
|
+
}, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
66563
|
+
"class": "col-lg-12 d-flex p-0",
|
|
66564
|
+
style: {
|
|
66565
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
66566
|
+
}
|
|
66567
|
+
}, sectionproperties.slideshowtext2_show && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
66568
|
+
"class": "m-0 wordbreak",
|
|
66569
|
+
style: {
|
|
66570
|
+
// color: sectionproperties.slideshowText2ContentColor,
|
|
66571
|
+
fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
|
|
66572
|
+
fontWeight: sectionproperties.slideshowText2ContentFontWeight,
|
|
66573
|
+
textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
66574
|
+
color: cardinfoitem.text2colorfromarray
|
|
66575
|
+
}
|
|
66576
|
+
}, langdetect == 'en' ? cardinfoitem.cardobj_descripen : cardinfoitem.cardobj_descripar)), sectionproperties.imageposition == 'Bottom' && sectionproperties.image_width != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
66577
|
+
"class": "col-lg-12 d-flex align-items-center p-0",
|
|
66578
|
+
style: {
|
|
66579
|
+
marginTop: sectionproperties.image_mb + 'px',
|
|
66580
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
66581
|
+
}
|
|
66582
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
66583
|
+
"class": sectionStyles.imageContainer + ' d-flex align-items-center imageContainer ',
|
|
66584
|
+
style: {}
|
|
66585
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
66586
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
66587
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
66588
|
+
path: cardsarray.length != 0 ? cardinfoitem.cardobj_img : '',
|
|
66589
|
+
style: {
|
|
66590
|
+
maxHeight: sectionproperties.iconcontainerwidth + '%',
|
|
66591
|
+
maxWidth: sectionproperties.iconcontainerwidth + '%',
|
|
66592
|
+
objectFit: 'contain'
|
|
66593
|
+
}
|
|
66594
|
+
}))), sectionproperties.generalbtn_show = cardinfoitem.iscardclickable == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
66595
|
+
"class": sectionproperties.justifyContentCenter == 'Centered' ? 'col-lg-12 mt-2 allcentered' : 'col-lg-12 mt-2 text-start p-0'
|
|
66596
|
+
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
66597
|
+
"class": "".concat(sectionStyles.btnstyles),
|
|
66598
|
+
onClick: function onClick() {
|
|
66599
|
+
if (cardinfoitem.btntype == 'Web Product Link') {
|
|
66600
|
+
routingcountext(cardinfoitem.btnlink, false, '');
|
|
66601
|
+
} else if (cardinfoitem.iscardclickable == 'Yes' && cardinfoitem.clickabletabtype == 'Same Tab' && cardinfoitem.btntype != 'Web Product Link') {
|
|
66602
|
+
window.open(cardinfoitem.btnlink, '_target');
|
|
66603
|
+
} else if (cardinfoitem.iscardclickable == 'Yes' && cardinfoitem.clickabletabtype == 'New Tab' && cardinfoitem.btntype != 'Web Product Link') {
|
|
66604
|
+
window.open(cardinfoitem.btnlink, '_blank');
|
|
66605
|
+
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
66606
|
+
// window.open(sectionproperties.btnlink, '_target');
|
|
66607
|
+
routingcountext(cardinfoitem.btnlink, false, '');
|
|
66608
|
+
}
|
|
66609
|
+
}
|
|
66610
|
+
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar))));
|
|
65547
66611
|
}))));
|
|
65548
66612
|
};
|
|
65549
66613
|
|
|
@@ -67928,7 +68992,7 @@ var TwoWayServiceSectionWithImage = function TwoWayServiceSectionWithImage(props
|
|
|
67928
68992
|
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; }
|
|
67929
68993
|
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; }
|
|
67930
68994
|
var ContactUsSection = function ContactUsSection(props) {
|
|
67931
|
-
var _authdetailsContext$i2, _authdetailsContext$i4, _authdetailsContext$i5;
|
|
68995
|
+
var _authdetailsContext$i2, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i7, _authdetailsContext$i9, _authdetailsContext$i10;
|
|
67932
68996
|
var _useState = React.useState(''),
|
|
67933
68997
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
67934
68998
|
sectionproperties = _useState2[0],
|
|
@@ -68029,11 +69093,12 @@ var ContactUsSection = function ContactUsSection(props) {
|
|
|
68029
69093
|
};
|
|
68030
69094
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
68031
69095
|
"class": section_styles.cards_sections + ' row m-0 d-flex align-items-center h-md-150vh pl-sm-3 pr-sm-3 pb-md-5 '
|
|
68032
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69096
|
+
}, sectionproperties.showanimation == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
68033
69097
|
"class": ' col-lg-12 p-0 h-100 ',
|
|
68034
69098
|
style: {
|
|
68035
69099
|
overflow: 'hidden'
|
|
68036
|
-
}
|
|
69100
|
+
},
|
|
69101
|
+
"data-aos": 'fade-up'
|
|
68037
69102
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
68038
69103
|
"class": "row m-0 d-flex justify-content-center w-100 h-100"
|
|
68039
69104
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -68143,6 +69208,120 @@ var ContactUsSection = function ContactUsSection(props) {
|
|
|
68143
69208
|
allowfullscreen: "",
|
|
68144
69209
|
loading: "lazy",
|
|
68145
69210
|
referrerpolicy: "no-referrer-when-downgrade"
|
|
69211
|
+
})))), sectionproperties.showanimation != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69212
|
+
"class": ' col-lg-12 p-0 h-100 ',
|
|
69213
|
+
style: {
|
|
69214
|
+
overflow: 'hidden'
|
|
69215
|
+
}
|
|
69216
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69217
|
+
"class": "row m-0 d-flex justify-content-center w-100 h-100"
|
|
69218
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69219
|
+
"class": "col-lg-6 d-flex align-items-center justify-content-start flex-column p-0"
|
|
69220
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69221
|
+
"class": "row m-0 w-100 d-flex align-items-center justify-content-start pl-5 pr-5 pl-md-2 pr-md-2 p-sm-0"
|
|
69222
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69223
|
+
"class": "col-lg-12 p-0 d-flex d-sm-none align-items-center",
|
|
69224
|
+
style: {
|
|
69225
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
69226
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px'
|
|
69227
|
+
}
|
|
69228
|
+
}, SectionTitle()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69229
|
+
"class": "col-lg-12 p-0 d-none d-sm-flex align-items-center justify-content-start",
|
|
69230
|
+
style: {
|
|
69231
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
69232
|
+
fontSize: sectionproperties.sectionTitleFontSizeresp + 'px'
|
|
69233
|
+
}
|
|
69234
|
+
}, SectionTitle()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69235
|
+
"class": "col-lg-12 p-0 d-flex d-sm-none align-items-center",
|
|
69236
|
+
style: {
|
|
69237
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
69238
|
+
fontSize: sectionproperties.prodCatFontSize + 'px'
|
|
69239
|
+
}
|
|
69240
|
+
}, Description()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69241
|
+
"class": "col-lg-12 p-0 d-none d-sm-flex align-items-center",
|
|
69242
|
+
style: {
|
|
69243
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
69244
|
+
fontSize: sectionproperties.prodCatFontSizeResp + 'px'
|
|
69245
|
+
}
|
|
69246
|
+
}, Description()), sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69247
|
+
"class": "col-lg-12 p-0 d-flex align-items-center justify-content-start mb-5"
|
|
69248
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
69249
|
+
"class": section_styles.storeinfo + ' m-0 p-0 d-flex justify-content-start flex-row ',
|
|
69250
|
+
onClick: function onClick() {
|
|
69251
|
+
var _authdetailsContext$i6;
|
|
69252
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 || (_authdetailsContext$i6 = _authdetailsContext$i6.contactinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.email), '_self');
|
|
69253
|
+
}
|
|
69254
|
+
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
69255
|
+
"class": section_styles.iconContainer + ' allcentered storeinfoicon '
|
|
69256
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
69257
|
+
"class": "h-100 allcentered"
|
|
69258
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiOutlineMail.AiOutlineMail, {
|
|
69259
|
+
size: sectionproperties.iconcontainer_iconfontsize
|
|
69260
|
+
}))), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
69261
|
+
"class": "ml-2 mr-2 d-flex justify-content-start flex-column"
|
|
69262
|
+
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
69263
|
+
"class": section_styles.storeinfotitle,
|
|
69264
|
+
style: {
|
|
69265
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
69266
|
+
}
|
|
69267
|
+
}, langdetect == 'en' ? sectionproperties.emailtitle_en : sectionproperties.emailtitle_ar), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
69268
|
+
"class": "storeinfo"
|
|
69269
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 || (_authdetailsContext$i7 = _authdetailsContext$i7.contactinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.email)))), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69270
|
+
"class": "col-lg-12 p-0 d-flex align-items-center justify-content-start mb-5"
|
|
69271
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
69272
|
+
"class": section_styles.storeinfo + ' m-0 p-0 d-flex justify-content-start flex-row ',
|
|
69273
|
+
onClick: function onClick() {
|
|
69274
|
+
window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_blank');
|
|
69275
|
+
}
|
|
69276
|
+
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
69277
|
+
"class": section_styles.iconContainer + ' allcentered storeinfoicon '
|
|
69278
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
69279
|
+
"class": "h-100 allcentered"
|
|
69280
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiPhoneCall.FiPhoneCall, {
|
|
69281
|
+
size: sectionproperties.iconcontainer_iconfontsize
|
|
69282
|
+
}))), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
69283
|
+
"class": "ml-2 mr-2 d-flex justify-content-start flex-column"
|
|
69284
|
+
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
69285
|
+
"class": section_styles.storeinfotitle,
|
|
69286
|
+
style: {
|
|
69287
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
69288
|
+
}
|
|
69289
|
+
}, langdetect == 'en' ? sectionproperties.phonetitle_en : sectionproperties.phonetitle_ar), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
69290
|
+
"class": "storeinfo"
|
|
69291
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)))), sectionproperties.showfooteraddress == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69292
|
+
"class": "col-lg-12 p-0 d-flex align-items-center justify-content-start mb-5 "
|
|
69293
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
69294
|
+
"class": section_styles.storeinfo + ' m-0 p-0 d-flex justify-content-start flex-row ',
|
|
69295
|
+
onClick: function onClick() {
|
|
69296
|
+
var _authdetailsContext$i8;
|
|
69297
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.googlemapslink);
|
|
69298
|
+
}
|
|
69299
|
+
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
69300
|
+
"class": section_styles.iconContainer + ' allcentered storeinfoicon '
|
|
69301
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
69302
|
+
"class": "h-100 allcentered"
|
|
69303
|
+
}, /*#__PURE__*/React__default["default"].createElement(HiOutlineLocationMarker.HiOutlineLocationMarker, {
|
|
69304
|
+
size: sectionproperties.iconcontainer_iconfontsize
|
|
69305
|
+
}))), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
69306
|
+
"class": "ml-2 mr-2 d-flex justify-content-start flex-column"
|
|
69307
|
+
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
69308
|
+
"class": section_styles.storeinfotitle
|
|
69309
|
+
}), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
69310
|
+
"class": section_styles.storeinfotitle,
|
|
69311
|
+
style: {
|
|
69312
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
69313
|
+
}
|
|
69314
|
+
}, langdetect == 'en' ? sectionproperties.addresstitle_en : sectionproperties.addresstitle_ar), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
69315
|
+
"class": "storeinfo"
|
|
69316
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.address_en)))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69317
|
+
"class": "col-lg-6 allcentered p-0 h-100"
|
|
69318
|
+
}, /*#__PURE__*/React__default["default"].createElement("iframe", {
|
|
69319
|
+
src: authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.googlemapslink,
|
|
69320
|
+
width: "100%",
|
|
69321
|
+
height: "100%",
|
|
69322
|
+
allowfullscreen: "",
|
|
69323
|
+
loading: "lazy",
|
|
69324
|
+
referrerpolicy: "no-referrer-when-downgrade"
|
|
68146
69325
|
})))));
|
|
68147
69326
|
};
|
|
68148
69327
|
|