tabexseriescomponents 0.0.652 → 0.0.655
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 +594 -166
- package/dist/index.esm.js +594 -166
- package/dist/index.umd.js +594 -166
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -2693,7 +2693,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2693
2693
|
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
2694
2694
|
fontWeight: 400,
|
|
2695
2695
|
color: sectionproperties.measurementunitcolor,
|
|
2696
|
-
fontSize: sectionproperties.
|
|
2696
|
+
fontSize: sectionproperties.measurementunitfontsize + 'px'
|
|
2697
2697
|
}
|
|
2698
2698
|
}, fetchProductInfoQueryContext.data.data.productinfo.measurmentunit)), sectionproperties.quantityshow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
2699
2699
|
"class": "col-lg-12 p-0 text-start"
|
|
@@ -2811,9 +2811,14 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2811
2811
|
return /*#__PURE__*/React.createElement("tr", null, /*#__PURE__*/React.createElement("th", {
|
|
2812
2812
|
style: {
|
|
2813
2813
|
textTransform: 'capitalize',
|
|
2814
|
-
color: '#000'
|
|
2814
|
+
color: '#000',
|
|
2815
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
2815
2816
|
}
|
|
2816
|
-
}, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.name_en : fitem === null || fitem === void 0 ? void 0 : fitem.name_ar), /*#__PURE__*/React.createElement("td",
|
|
2817
|
+
}, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.name_en : fitem === null || fitem === void 0 ? void 0 : fitem.name_ar), /*#__PURE__*/React.createElement("td", {
|
|
2818
|
+
style: {
|
|
2819
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
2820
|
+
}
|
|
2821
|
+
}, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.value_en : fitem === null || fitem === void 0 ? void 0 : fitem.value_ar));
|
|
2817
2822
|
}))))), sectionproperties.defaultpricingposition == 'Under Name' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer11 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.productinfo) === null || _fetchProductInfoQuer11 === void 0 ? void 0 : _fetchProductInfoQuer11.isproducttobesold) == 1 && /*#__PURE__*/React.createElement(ProductHeaderPricing, {
|
|
2818
2823
|
actions: props.actions
|
|
2819
2824
|
}), langdetect == 'en' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer12 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer12 === void 0 || (_fetchProductInfoQuer12 = _fetchProductInfoQuer12.data) === null || _fetchProductInfoQuer12 === void 0 || (_fetchProductInfoQuer12 = _fetchProductInfoQuer12.productinfo) === null || _fetchProductInfoQuer12 === void 0 ? void 0 : _fetchProductInfoQuer12.short_description_en) != null && sectionproperties.descriptionstyle == 'Style 1' && /*#__PURE__*/React.createElement("div", {
|
|
@@ -3467,7 +3472,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3467
3472
|
"class": "col-lg-12 col-md-12 my-3 p-md-0"
|
|
3468
3473
|
}, /*#__PURE__*/React.createElement("hr", {
|
|
3469
3474
|
"class": "m-0"
|
|
3470
|
-
})), sectionproperties.descriptionstyle == 'Style 2' &&
|
|
3475
|
+
})), sectionproperties.descriptionstyle == 'Style 2' && /*#__PURE__*/React.createElement("div", {
|
|
3471
3476
|
"class": "col-lg-12 col-md-12 p-md-0 mb-3"
|
|
3472
3477
|
}, /*#__PURE__*/React.createElement(Accordion, {
|
|
3473
3478
|
allowMultipleExpanded: true,
|
|
@@ -18142,11 +18147,12 @@ var CardsSection = function CardsSection(props) {
|
|
|
18142
18147
|
};
|
|
18143
18148
|
var SectionTitle = function SectionTitle() {
|
|
18144
18149
|
return /*#__PURE__*/React.createElement("div", {
|
|
18145
|
-
"class": "d-flex align-items-center
|
|
18150
|
+
"class": "d-flex align-items-center",
|
|
18146
18151
|
style: {
|
|
18147
18152
|
position: 'relative',
|
|
18148
18153
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
|
|
18149
|
-
width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
|
|
18154
|
+
width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : '',
|
|
18155
|
+
flexDirection: sectionproperties.sectiontitlestyle == 'Line Under Text' ? 'column' : 'row'
|
|
18150
18156
|
}
|
|
18151
18157
|
}, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React.createElement("span", {
|
|
18152
18158
|
"class": section_cssstyles.line_left
|
|
@@ -18161,6 +18167,13 @@ var CardsSection = function CardsSection(props) {
|
|
|
18161
18167
|
}
|
|
18162
18168
|
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React.createElement("span", {
|
|
18163
18169
|
"class": section_cssstyles.line_right
|
|
18170
|
+
}), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React.createElement("span", {
|
|
18171
|
+
style: {
|
|
18172
|
+
width: '50%',
|
|
18173
|
+
background: sectionproperties.linebgcolor,
|
|
18174
|
+
height: 3,
|
|
18175
|
+
borderRadius: 10
|
|
18176
|
+
}
|
|
18164
18177
|
}));
|
|
18165
18178
|
};
|
|
18166
18179
|
var isCardsectionloading = function isCardsectionloading() {
|
|
@@ -29838,7 +29851,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
29838
29851
|
size: sectionproperties.cartBtn_iconFontSize
|
|
29839
29852
|
}), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React.createElement(FiCalendar, {
|
|
29840
29853
|
size: sectionproperties.cartBtn_iconFontSize
|
|
29841
|
-
}))), sectionproperties.userbtnstyle == 'Style 2' && !authdetailsContext.loggedin && /*#__PURE__*/React.createElement("div", {
|
|
29854
|
+
}))), sectionproperties.userbtnstyle == 'Style 2' && !authdetailsContext.loggedin && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
29842
29855
|
"class": "".concat(header_cssstyles.user_btn) + ' allcentered ',
|
|
29843
29856
|
onClick: function onClick() {
|
|
29844
29857
|
routingcountext(StaticPagesLinksContext.Login);
|
|
@@ -29850,7 +29863,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
29850
29863
|
fontWeight: sectionproperties.userBtnTextfontweight,
|
|
29851
29864
|
fontSize: sectionproperties.userbtn_logintextFontSize + 'px'
|
|
29852
29865
|
}
|
|
29853
|
-
}, langdetect == 'en' ? 'Login' : 'تسجيل الدخول')), sectionproperties.userbtnstyle == 'Style 2' && authdetailsContext.loggedin && /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, /*#__PURE__*/React.createElement("div", {
|
|
29866
|
+
}, langdetect == 'en' ? 'Login' : 'تسجيل الدخول')), sectionproperties.userbtnstyle == 'Style 2' && authdetailsContext.loggedin && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, /*#__PURE__*/React.createElement("div", {
|
|
29854
29867
|
className: header_cssstyles.userBtnLoggedinContainer + ' allcentered ',
|
|
29855
29868
|
sytle: {
|
|
29856
29869
|
position: 'relative'
|
|
@@ -29929,7 +29942,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
29929
29942
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem allcenetered m-0 p-0 '
|
|
29930
29943
|
}, /*#__PURE__*/React.createElement(BiLogOutCircle, {
|
|
29931
29944
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
29932
|
-
}), lang.logout))))), sectionproperties.userbtnstyle == 'Style 1' && /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React.createElement("div", {
|
|
29945
|
+
}), lang.logout))))), sectionproperties.userbtnstyle == 'Style 1' && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React.createElement("div", {
|
|
29933
29946
|
"class": langdetect == 'en' ? " ".concat(header_cssstyles.user_btn) + ' d-flex align-items-center justify-content-center ml-2 ' : " ".concat(header_cssstyles.user_btn) + ' d-flex align-items-center justify-content-center mr-2 ',
|
|
29934
29947
|
sytle: {
|
|
29935
29948
|
position: 'relative'
|
|
@@ -43049,7 +43062,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
43049
43062
|
function ownKeys$1C(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; }
|
|
43050
43063
|
function _objectSpread$1C(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1C(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1C(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
43051
43064
|
var Footer1 = function Footer1(props) {
|
|
43052
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _authdetailsContext$i12, _authdetailsContext$i13;
|
|
43065
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _authdetailsContext$i12, _authdetailsContext$i13, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i14, _authdetailsContext$i15;
|
|
43053
43066
|
var _useState = useState(''),
|
|
43054
43067
|
_useState2 = _slicedToArray(_useState, 2),
|
|
43055
43068
|
sectionproperties = _useState2[0],
|
|
@@ -43068,6 +43081,10 @@ var Footer1 = function Footer1(props) {
|
|
|
43068
43081
|
var templateproperties_context = props.actions.templateproperties_context;
|
|
43069
43082
|
var templatepropcontext = props.actions.templatepropcontext;
|
|
43070
43083
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
43084
|
+
var _useState5 = useState(''),
|
|
43085
|
+
_useState6 = _slicedToArray(_useState5, 2),
|
|
43086
|
+
newsletter = _useState6[0],
|
|
43087
|
+
setnewsletter = _useState6[1];
|
|
43071
43088
|
useEffect(function () {
|
|
43072
43089
|
if (props.srcfrom == 'addsectionform') {
|
|
43073
43090
|
var secpropobj = {};
|
|
@@ -43225,6 +43242,17 @@ var Footer1 = function Footer1(props) {
|
|
|
43225
43242
|
maxWidth: '35%',
|
|
43226
43243
|
height: 'auto'
|
|
43227
43244
|
}
|
|
43245
|
+
}),
|
|
43246
|
+
btnn: css({
|
|
43247
|
+
width: '150px',
|
|
43248
|
+
height: 40,
|
|
43249
|
+
borderRadius: 10,
|
|
43250
|
+
background: '#C2A24D',
|
|
43251
|
+
color: 'white',
|
|
43252
|
+
':hover': {
|
|
43253
|
+
transition: '.3s',
|
|
43254
|
+
background: '#186a81'
|
|
43255
|
+
}
|
|
43228
43256
|
})
|
|
43229
43257
|
};
|
|
43230
43258
|
var returnpolicyobj = function returnpolicyobj(policytype) {
|
|
@@ -43239,8 +43267,8 @@ var Footer1 = function Footer1(props) {
|
|
|
43239
43267
|
};
|
|
43240
43268
|
return /*#__PURE__*/React.createElement("div", {
|
|
43241
43269
|
"class": "row m-0 w-100 d-flex justify-content-center"
|
|
43242
|
-
}, /*#__PURE__*/React.createElement("footer", {
|
|
43243
|
-
"class": "".concat(footerStyles.footerContainer) + '
|
|
43270
|
+
}, sectionproperties.opencollapsible == 'Expanded' && /*#__PURE__*/React.createElement("footer", {
|
|
43271
|
+
"class": "".concat(footerStyles.footerContainer) + ' px-sm-2 py-md-4 p-md-4 '
|
|
43244
43272
|
}, /*#__PURE__*/React.createElement("div", {
|
|
43245
43273
|
"class": "row w-100 m-0 d-flex justify-content-center"
|
|
43246
43274
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -43499,7 +43527,137 @@ var Footer1 = function Footer1(props) {
|
|
|
43499
43527
|
"class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
|
|
43500
43528
|
}, /*#__PURE__*/React.createElement(IoLocationSharp, {
|
|
43501
43529
|
size: sectionproperties.footerinfoicon_fontsize
|
|
43502
|
-
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.address_en))))))
|
|
43530
|
+
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.address_en)))))), sectionproperties.opencollapsible == 'Not Expanded' && /*#__PURE__*/React.createElement("footer", {
|
|
43531
|
+
"class": "".concat(footerStyles.footerContainer) + ' p-sm-2 p-md-4 '
|
|
43532
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
43533
|
+
"class": "row w-100 m-0 d-flex justify-content-center"
|
|
43534
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
43535
|
+
"class": "col-lg-6"
|
|
43536
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
43537
|
+
"class": "row m-0 w-100"
|
|
43538
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
43539
|
+
"class": "col-lg-12 d-flex flex-row align-items-center justify-content-start mb-3 p-0"
|
|
43540
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
43541
|
+
"class": "".concat(footerStyles.footerlogo) + ' d-flex align-items-center justify-content-center '
|
|
43542
|
+
}, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
|
|
43543
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
43544
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
43545
|
+
path: langdetect == 'en' ? (_logoarrayofobjects$3 = logoarrayofobjects[0]) === null || _logoarrayofobjects$3 === void 0 ? void 0 : _logoarrayofobjects$3.englishlogo : (_logoarrayofobjects$4 = logoarrayofobjects[0]) === null || _logoarrayofobjects$4 === void 0 ? void 0 : _logoarrayofobjects$4.arabiclogo,
|
|
43546
|
+
style: {
|
|
43547
|
+
width: '100%',
|
|
43548
|
+
height: '100%',
|
|
43549
|
+
objectFit: 'contain'
|
|
43550
|
+
},
|
|
43551
|
+
loading: "lazy"
|
|
43552
|
+
}))), /*#__PURE__*/React.createElement("div", {
|
|
43553
|
+
"class": "col-lg-12 p-0 mb-3"
|
|
43554
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
43555
|
+
"class": "m-0 p-0",
|
|
43556
|
+
style: {
|
|
43557
|
+
fontSize: '15px',
|
|
43558
|
+
color: '#fff',
|
|
43559
|
+
fontWeight: sectionproperties.prodCatFontWeight,
|
|
43560
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
43561
|
+
}
|
|
43562
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.description_ar)), /*#__PURE__*/React.createElement("div", {
|
|
43563
|
+
"class": "col-lg-12 p-0 flex-row text-start"
|
|
43564
|
+
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
43565
|
+
"class": "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ',
|
|
43566
|
+
onClick: function onClick() {
|
|
43567
|
+
var _authdetailsContext$i16;
|
|
43568
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.facebooklink) != null) {
|
|
43569
|
+
var _authdetailsContext$i17;
|
|
43570
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.facebooklink, '_blank');
|
|
43571
|
+
}
|
|
43572
|
+
}
|
|
43573
|
+
}, /*#__PURE__*/React.createElement(FaFacebook, {
|
|
43574
|
+
size: sectionproperties.facebkbtnniconfontsize
|
|
43575
|
+
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
43576
|
+
"class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
43577
|
+
onClick: function onClick() {
|
|
43578
|
+
var _authdetailsContext$i18;
|
|
43579
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.instagramlink) != null) {
|
|
43580
|
+
var _authdetailsContext$i19;
|
|
43581
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.instagramlink, '_blank');
|
|
43582
|
+
}
|
|
43583
|
+
}
|
|
43584
|
+
}, /*#__PURE__*/React.createElement(AiFillInstagram, {
|
|
43585
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
43586
|
+
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
43587
|
+
"class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
|
|
43588
|
+
onClick: function onClick() {
|
|
43589
|
+
var _authdetailsContext$i20;
|
|
43590
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.whatsappnumber) != null) {
|
|
43591
|
+
var _authdetailsContext$i21;
|
|
43592
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.whatsappnumber), '_blank');
|
|
43593
|
+
}
|
|
43594
|
+
}
|
|
43595
|
+
}, /*#__PURE__*/React.createElement(FaWhatsapp, {
|
|
43596
|
+
size: sectionproperties.youtubebtniconfontsize
|
|
43597
|
+
}))))), /*#__PURE__*/React.createElement("div", {
|
|
43598
|
+
"class": "col-lg-6"
|
|
43599
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
43600
|
+
"class": "row m-0 w-100 mt-md-3"
|
|
43601
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
43602
|
+
"class": "col-lg-12 p-0 mb-3"
|
|
43603
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
43604
|
+
"class": "m-0 p-0",
|
|
43605
|
+
style: {
|
|
43606
|
+
fontSize: 20,
|
|
43607
|
+
color: 'white',
|
|
43608
|
+
fontWeight: 600,
|
|
43609
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
43610
|
+
}
|
|
43611
|
+
}, "\u0627\u0644\u062A\u0633\u062C\u064A\u0644 \u0641\u064A \u0627\u0644\u0646\u0634\u0631\u0629 \u0627\u0644\u0625\u062E\u0628\u0627\u0631\u064A\u0629")), /*#__PURE__*/React.createElement("div", {
|
|
43612
|
+
"class": "col-lg-12 p-0 mb-3"
|
|
43613
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
43614
|
+
"class": "m-0 p-0",
|
|
43615
|
+
style: {
|
|
43616
|
+
fontSize: 15,
|
|
43617
|
+
color: 'white',
|
|
43618
|
+
fontWeight: 500,
|
|
43619
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
43620
|
+
}
|
|
43621
|
+
}, "\u0623\u062F\u062E\u0644 \u0628\u0631\u064A\u062F\u0643 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u062A\u062D\u062F\u064A\u062B\u0627\u062A \u062F\u0648\u0631\u064A\u0629 \u062D\u0648\u0644 \u0627\u0644\u0645\u0624\u062A\u0645\u0631.")), /*#__PURE__*/React.createElement("div", {
|
|
43622
|
+
"class": "col-lg-12 allcentered mb-3 text-start p-0"
|
|
43623
|
+
}, /*#__PURE__*/React.createElement("input", {
|
|
43624
|
+
type: "text",
|
|
43625
|
+
className: "".concat(footerStyles.form_control) + ' w-md-100 ',
|
|
43626
|
+
value: event.target.value,
|
|
43627
|
+
placeholder: "\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A",
|
|
43628
|
+
onChange: function onChange(event) {
|
|
43629
|
+
var newslettertemp = _objectSpread$1C({}, newsletter);
|
|
43630
|
+
newslettertemp = event.target.value;
|
|
43631
|
+
setnewsletter(_objectSpread$1C({}, newslettertemp));
|
|
43632
|
+
},
|
|
43633
|
+
style: {
|
|
43634
|
+
background: 'white',
|
|
43635
|
+
fontSize: 14,
|
|
43636
|
+
color: '#000',
|
|
43637
|
+
borderRadius: 10,
|
|
43638
|
+
width: '50%',
|
|
43639
|
+
height: 40,
|
|
43640
|
+
paddingLeft: 20,
|
|
43641
|
+
paddingRight: 20
|
|
43642
|
+
}
|
|
43643
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
43644
|
+
"class": "col-lg-12 text-start mb-3 text-start p-0"
|
|
43645
|
+
}, /*#__PURE__*/React.createElement("button", {
|
|
43646
|
+
"class": footerStyles.btnn
|
|
43647
|
+
}, "\u0627\u0634\u062A\u0631\u0643 \u0627\u0644\u0622\u0646")))), /*#__PURE__*/React.createElement("div", {
|
|
43648
|
+
"class": "col-lg-12 d-flex justify-content-center mt-md-3 mb-md-3"
|
|
43649
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
43650
|
+
"class": "".concat(footerStyles.vl) + ' ml-sm-0 mr-sm-0 my-3 '
|
|
43651
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
43652
|
+
"class": "col-lg-12 text-start"
|
|
43653
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
43654
|
+
"class": "m-0 p-0",
|
|
43655
|
+
style: {
|
|
43656
|
+
fontSize: sectionproperties.generaltext_fontSize + 'px',
|
|
43657
|
+
color: sectionproperties.generaltext_fontColor,
|
|
43658
|
+
fontWeight: sectionproperties.generaltext_fontWeight
|
|
43659
|
+
}
|
|
43660
|
+
}, langdetect == 'en' ? sectionproperties.general_text_content : sectionproperties.general_text_content_ar)))));
|
|
43503
43661
|
};
|
|
43504
43662
|
|
|
43505
43663
|
function ownKeys$1B(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; }
|
|
@@ -48060,9 +48218,8 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
48060
48218
|
display: window.location.pathname == '/home' && sectionproperties.showfooterinhome == 'Hide' ? 'none' : 'flex'
|
|
48061
48219
|
}
|
|
48062
48220
|
}, /*#__PURE__*/React.createElement("div", {
|
|
48063
|
-
"class": "row m-0 w-
|
|
48221
|
+
"class": "row m-0 w-100",
|
|
48064
48222
|
style: {
|
|
48065
|
-
width: sectionproperties.footerwidth + 'vw',
|
|
48066
48223
|
position: 'relative',
|
|
48067
48224
|
background: sectionproperties.footerbgcolor
|
|
48068
48225
|
}
|
|
@@ -51404,8 +51561,10 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51404
51561
|
var itemquantity = 0;
|
|
51405
51562
|
if (langdetect == 'en') {
|
|
51406
51563
|
cardobj.name = arrayItem.productinfo.name_en;
|
|
51564
|
+
cardobj.name_en = arrayItem.productinfo.name_en;
|
|
51407
51565
|
} else {
|
|
51408
51566
|
cardobj.name = arrayItem.productinfo.name_ar;
|
|
51567
|
+
cardobj.name_ar = arrayItem.productinfo.name_ar;
|
|
51409
51568
|
}
|
|
51410
51569
|
if (langdetect == 'en') {
|
|
51411
51570
|
cardobj.description = arrayItem.productinfo.description_en;
|
|
@@ -51475,9 +51634,11 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51475
51634
|
cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
|
|
51476
51635
|
if (langdetect == 'en') {
|
|
51477
51636
|
cardobj.name = arrayItem.title_en;
|
|
51637
|
+
cardobj.name_en = arrayItem.title_en;
|
|
51478
51638
|
cardobj.description = arrayItem.description_en;
|
|
51479
51639
|
} else if (langdetect == 'ar') {
|
|
51480
|
-
cardobj.name = arrayItem.
|
|
51640
|
+
cardobj.name = arrayItem.title_en;
|
|
51641
|
+
cardobj.name_ar = arrayItem.title_ar;
|
|
51481
51642
|
cardobj.description = arrayItem.description_ar;
|
|
51482
51643
|
}
|
|
51483
51644
|
cardobj.image = arrayItem.collectionlogo;
|
|
@@ -51488,9 +51649,11 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51488
51649
|
cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
|
|
51489
51650
|
if (langdetect == 'en') {
|
|
51490
51651
|
cardobj.name = arrayItem.title_en;
|
|
51652
|
+
cardobj.name_en = arrayItem.title_en;
|
|
51491
51653
|
cardobj.description = arrayItem.description_en;
|
|
51492
51654
|
} else if (langdetect == 'ar') {
|
|
51493
51655
|
cardobj.name = arrayItem.title_ar;
|
|
51656
|
+
cardobj.name_ar = arrayItem.title_ar;
|
|
51494
51657
|
cardobj.description = arrayItem.description_ar;
|
|
51495
51658
|
}
|
|
51496
51659
|
cardobj.image = arrayItem.categorylogo;
|
|
@@ -51501,9 +51664,11 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51501
51664
|
cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
|
|
51502
51665
|
if (langdetect == 'en') {
|
|
51503
51666
|
cardobj.name = arrayItem.title_en;
|
|
51667
|
+
cardobj.name_en = arrayItem.title_en;
|
|
51504
51668
|
cardobj.description = arrayItem.description_en;
|
|
51505
51669
|
} else if (langdetect == 'ar') {
|
|
51506
51670
|
cardobj.name = arrayItem.title_ar;
|
|
51671
|
+
cardobj.name_ar = arrayItem.title_ar;
|
|
51507
51672
|
cardobj.description = arrayItem.description_ar;
|
|
51508
51673
|
}
|
|
51509
51674
|
cardobj.image = arrayItem.parentcollectionlogo;
|
|
@@ -51628,7 +51793,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51628
51793
|
})
|
|
51629
51794
|
};
|
|
51630
51795
|
var cardsrender = function cardsrender() {
|
|
51631
|
-
var _cardsarray$2, _cardsarray$3, _cardsarray$
|
|
51796
|
+
var _cardsarray$2, _cardsarray$3, _cardsarray$4, _cardsarray$6, _cardsarray$7, _cardsarray$8, _cardsarray$10, _cardsarray$11, _cardsarray$12, _cardsarray$14, _cardsarray$15, _cardsarray$16, _cardsarray$18, _cardsarray$19, _cardsarray$20;
|
|
51632
51797
|
return /*#__PURE__*/React.createElement("div", {
|
|
51633
51798
|
"class": 'row m-0 w-100'
|
|
51634
51799
|
}, !fetchProductsQuery.isFetching && cardsarray.length == 0 && /*#__PURE__*/React.createElement("div", {
|
|
@@ -51748,7 +51913,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51748
51913
|
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
51749
51914
|
}, /*#__PURE__*/React.createElement("p", {
|
|
51750
51915
|
"class": section_cssstyles.collectionname + ' m-0 p-0 '
|
|
51751
|
-
}, (_cardsarray$3 = cardsarray[0]) === null || _cardsarray$3 === void 0 ? void 0 : _cardsarray$3.
|
|
51916
|
+
}, langdetect == 'en' ? (_cardsarray$3 = cardsarray[0]) === null || _cardsarray$3 === void 0 ? void 0 : _cardsarray$3.name_en : (_cardsarray$4 = cardsarray[0]) === null || _cardsarray$4 === void 0 ? void 0 : _cardsarray$4.name_ar)), /*#__PURE__*/React.createElement("div", {
|
|
51752
51917
|
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
51753
51918
|
}, /*#__PURE__*/React.createElement("p", {
|
|
51754
51919
|
"class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
|
|
@@ -51759,8 +51924,8 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51759
51924
|
}, /*#__PURE__*/React.createElement("div", {
|
|
51760
51925
|
"class": sectionproperties.imagepadding == 0 ? section_cssstyles.cardcont + ' col-lg-6 p-md-0 cursor-pointer ' : section_cssstyles.cardcont + ' col-lg-6 p-md-0 mb-md-3 cursor-pointer ',
|
|
51761
51926
|
onClick: function onClick() {
|
|
51762
|
-
var _cardsarray$
|
|
51763
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$
|
|
51927
|
+
var _cardsarray$5;
|
|
51928
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$5 = cardsarray[1]) === null || _cardsarray$5 === void 0 ? void 0 : _cardsarray$5.collectionid));
|
|
51764
51929
|
},
|
|
51765
51930
|
style: {
|
|
51766
51931
|
paddingLeft: sectionproperties.imagepadding + 'px',
|
|
@@ -51782,7 +51947,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51782
51947
|
}, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
|
|
51783
51948
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
51784
51949
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
51785
|
-
path: (_cardsarray$
|
|
51950
|
+
path: (_cardsarray$6 = cardsarray[1]) === null || _cardsarray$6 === void 0 ? void 0 : _cardsarray$6.image,
|
|
51786
51951
|
loading: "lazy",
|
|
51787
51952
|
style: {
|
|
51788
51953
|
width: '100%',
|
|
@@ -51809,7 +51974,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51809
51974
|
"class": "col-lg-12 p-0 d-flex justify-content-center"
|
|
51810
51975
|
}, /*#__PURE__*/React.createElement("p", {
|
|
51811
51976
|
"class": section_cssstyles.collectionname + ' m-0 p-0 '
|
|
51812
|
-
}, (_cardsarray$
|
|
51977
|
+
}, langdetect == 'en' ? (_cardsarray$7 = cardsarray[1]) === null || _cardsarray$7 === void 0 ? void 0 : _cardsarray$7.name_en : (_cardsarray$8 = cardsarray[1]) === null || _cardsarray$8 === void 0 ? void 0 : _cardsarray$8.name_ar)), /*#__PURE__*/React.createElement("div", {
|
|
51813
51978
|
"class": "col-lg-12 p-0 d-flex justify-content-center"
|
|
51814
51979
|
}, /*#__PURE__*/React.createElement("p", {
|
|
51815
51980
|
"class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
|
|
@@ -51821,8 +51986,8 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51821
51986
|
marginBottom: sectionproperties.imagepadding == 0 ? 0 : '1rem'
|
|
51822
51987
|
},
|
|
51823
51988
|
onClick: function onClick() {
|
|
51824
|
-
var _cardsarray$
|
|
51825
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$
|
|
51989
|
+
var _cardsarray$9;
|
|
51990
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$9 = cardsarray[2]) === null || _cardsarray$9 === void 0 ? void 0 : _cardsarray$9.collectionid));
|
|
51826
51991
|
}
|
|
51827
51992
|
}, /*#__PURE__*/React.createElement("div", {
|
|
51828
51993
|
"class": "row m-0 w-100",
|
|
@@ -51839,7 +52004,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51839
52004
|
}, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
|
|
51840
52005
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
51841
52006
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
51842
|
-
path: (_cardsarray$
|
|
52007
|
+
path: (_cardsarray$10 = cardsarray[2]) === null || _cardsarray$10 === void 0 ? void 0 : _cardsarray$10.image,
|
|
51843
52008
|
loading: "lazy",
|
|
51844
52009
|
style: {
|
|
51845
52010
|
width: '100%',
|
|
@@ -51866,15 +52031,15 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51866
52031
|
"class": "col-lg-12 p-0 d-flex justify-content-center"
|
|
51867
52032
|
}, /*#__PURE__*/React.createElement("p", {
|
|
51868
52033
|
"class": section_cssstyles.collectionname + ' m-0 p-0 '
|
|
51869
|
-
}, (_cardsarray$
|
|
52034
|
+
}, langdetect == 'en' ? (_cardsarray$11 = cardsarray[2]) === null || _cardsarray$11 === void 0 ? void 0 : _cardsarray$11.name_en : (_cardsarray$12 = cardsarray[2]) === null || _cardsarray$12 === void 0 ? void 0 : _cardsarray$12.name_ar)), /*#__PURE__*/React.createElement("div", {
|
|
51870
52035
|
"class": "col-lg-12 p-0 d-flex justify-content-center"
|
|
51871
52036
|
}, /*#__PURE__*/React.createElement("p", {
|
|
51872
52037
|
"class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
|
|
51873
52038
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))), /*#__PURE__*/React.createElement("div", {
|
|
51874
52039
|
"class": sectionproperties.imagepadding == 0 ? section_cssstyles.cardcont + ' col-lg-7 p-md-0 cursor-pointer ' : section_cssstyles.cardcont + ' col-lg-7 p-md-0 mb-md-3 cursor-pointer ',
|
|
51875
52040
|
onClick: function onClick() {
|
|
51876
|
-
var _cardsarray$
|
|
51877
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$
|
|
52041
|
+
var _cardsarray$13;
|
|
52042
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$13 = cardsarray[3]) === null || _cardsarray$13 === void 0 ? void 0 : _cardsarray$13.collectionid));
|
|
51878
52043
|
},
|
|
51879
52044
|
style: {
|
|
51880
52045
|
paddingLeft: sectionproperties.imagepadding + 'px',
|
|
@@ -51896,7 +52061,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51896
52061
|
}, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
|
|
51897
52062
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
51898
52063
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
51899
|
-
path: (_cardsarray$
|
|
52064
|
+
path: (_cardsarray$14 = cardsarray[3]) === null || _cardsarray$14 === void 0 ? void 0 : _cardsarray$14.image,
|
|
51900
52065
|
loading: "lazy",
|
|
51901
52066
|
style: {
|
|
51902
52067
|
width: '100%',
|
|
@@ -51927,7 +52092,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51927
52092
|
"class": "col-lg-12 p-0 d-flex justify-content-center"
|
|
51928
52093
|
}, /*#__PURE__*/React.createElement("p", {
|
|
51929
52094
|
"class": section_cssstyles.collectionname + ' m-0 p-0 '
|
|
51930
|
-
}, (_cardsarray$
|
|
52095
|
+
}, langdetect == 'en' ? (_cardsarray$15 = cardsarray[3]) === null || _cardsarray$15 === void 0 ? void 0 : _cardsarray$15.name_en : (_cardsarray$16 = cardsarray[3]) === null || _cardsarray$16 === void 0 ? void 0 : _cardsarray$16.name_ar)), /*#__PURE__*/React.createElement("div", {
|
|
51931
52096
|
"class": "col-lg-12 p-0 d-flex justify-content-center"
|
|
51932
52097
|
}, /*#__PURE__*/React.createElement("p", {
|
|
51933
52098
|
"class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
|
|
@@ -51938,8 +52103,8 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51938
52103
|
paddingRight: sectionproperties.imagepadding + 'px'
|
|
51939
52104
|
},
|
|
51940
52105
|
onClick: function onClick() {
|
|
51941
|
-
var _cardsarray$
|
|
51942
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$
|
|
52106
|
+
var _cardsarray$17;
|
|
52107
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$17 = cardsarray[4]) === null || _cardsarray$17 === void 0 ? void 0 : _cardsarray$17.collectionid));
|
|
51943
52108
|
}
|
|
51944
52109
|
}, /*#__PURE__*/React.createElement("div", {
|
|
51945
52110
|
"class": "row m-0 w-100",
|
|
@@ -51956,7 +52121,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51956
52121
|
}, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
|
|
51957
52122
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
51958
52123
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
51959
|
-
path: (_cardsarray$
|
|
52124
|
+
path: (_cardsarray$18 = cardsarray[4]) === null || _cardsarray$18 === void 0 ? void 0 : _cardsarray$18.image,
|
|
51960
52125
|
loading: "lazy",
|
|
51961
52126
|
style: {
|
|
51962
52127
|
width: '100%',
|
|
@@ -51981,7 +52146,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51981
52146
|
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
51982
52147
|
}, /*#__PURE__*/React.createElement("p", {
|
|
51983
52148
|
"class": section_cssstyles.collectionname + ' m-0 p-0 '
|
|
51984
|
-
}, (_cardsarray$
|
|
52149
|
+
}, langdetect == 'en' ? (_cardsarray$19 = cardsarray[4]) === null || _cardsarray$19 === void 0 ? void 0 : _cardsarray$19.name_en : (_cardsarray$20 = cardsarray[4]) === null || _cardsarray$20 === void 0 ? void 0 : _cardsarray$20.name_ar)), /*#__PURE__*/React.createElement("div", {
|
|
51985
52150
|
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
51986
52151
|
}, /*#__PURE__*/React.createElement("p", {
|
|
51987
52152
|
"class": section_cssstyles.collectioncardbutton + ' m-0 p-0 allcentered collectioncardbutton '
|
|
@@ -58365,13 +58530,17 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58365
58530
|
}
|
|
58366
58531
|
if (item.type == 'date') {
|
|
58367
58532
|
return /*#__PURE__*/React.createElement("div", {
|
|
58533
|
+
"class": 'col-md-12 col-lg-' + sectionproperties.numberofcolsperrow
|
|
58534
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
58368
58535
|
"class": "row m-0 w-100 mb-3"
|
|
58369
58536
|
}, /*#__PURE__*/React.createElement("div", {
|
|
58370
58537
|
"class": "col-lg-12 text-start mb-2"
|
|
58371
58538
|
}, /*#__PURE__*/React.createElement("p", {
|
|
58372
58539
|
"class": form_cssstyles.formlabel + ' m-0 p-0 ',
|
|
58373
58540
|
style: {}
|
|
58374
|
-
}, langdetect == 'en' ? item.title_en : item.title_ar, " ",
|
|
58541
|
+
}, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React.createElement("sup", {
|
|
58542
|
+
"class": "text-danger"
|
|
58543
|
+
}, item.isrequired == 1 ? '*' : ''))), sectionproperties.datestartdate == 'Today' && /*#__PURE__*/React.createElement("div", {
|
|
58375
58544
|
"class": "col-lg-12 text-start"
|
|
58376
58545
|
}, /*#__PURE__*/React.createElement("input", {
|
|
58377
58546
|
type: type,
|
|
@@ -58390,16 +58559,20 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58390
58559
|
updateformfield(event.target.value, index);
|
|
58391
58560
|
},
|
|
58392
58561
|
className: "".concat(formstyles.form_control, " ").concat(form_cssstyles.form_control)
|
|
58393
|
-
})));
|
|
58562
|
+
}))));
|
|
58394
58563
|
} else {
|
|
58395
58564
|
return /*#__PURE__*/React.createElement("div", {
|
|
58565
|
+
"class": 'col-md-12 col-lg-' + sectionproperties.numberofcolsperrow
|
|
58566
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
58396
58567
|
"class": "row m-0 w-100 mb-3"
|
|
58397
58568
|
}, /*#__PURE__*/React.createElement("div", {
|
|
58398
58569
|
"class": "col-lg-12 text-start mb-2"
|
|
58399
58570
|
}, /*#__PURE__*/React.createElement("p", {
|
|
58400
58571
|
"class": form_cssstyles.formlabel + ' m-0 p-0 ',
|
|
58401
58572
|
style: {}
|
|
58402
|
-
}, langdetect == 'en' ? item.title_en : item.title_ar, " ",
|
|
58573
|
+
}, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React.createElement("sup", {
|
|
58574
|
+
"class": "text-danger"
|
|
58575
|
+
}, item.isrequired == 1 ? '*' : ''))), /*#__PURE__*/React.createElement("div", {
|
|
58403
58576
|
"class": "col-lg-12 text-start"
|
|
58404
58577
|
}, /*#__PURE__*/React.createElement("input", {
|
|
58405
58578
|
type: type,
|
|
@@ -58408,18 +58581,22 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58408
58581
|
updateformfield(event.target.value, index);
|
|
58409
58582
|
},
|
|
58410
58583
|
className: "".concat(formstyles.form_control, " ").concat(form_cssstyles.form_control)
|
|
58411
|
-
})));
|
|
58584
|
+
}))));
|
|
58412
58585
|
}
|
|
58413
58586
|
};
|
|
58414
58587
|
var textareaitem = function textareaitem(item, index) {
|
|
58415
58588
|
return /*#__PURE__*/React.createElement("div", {
|
|
58589
|
+
"class": 'col-md-12 col-lg-12'
|
|
58590
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
58416
58591
|
"class": "row m-0 w-100 mb-3"
|
|
58417
58592
|
}, /*#__PURE__*/React.createElement("div", {
|
|
58418
58593
|
"class": "col-lg-12 text-start mb-2"
|
|
58419
58594
|
}, /*#__PURE__*/React.createElement("p", {
|
|
58420
58595
|
"class": form_cssstyles.formlabel + ' m-0 p-0 ',
|
|
58421
58596
|
style: {}
|
|
58422
|
-
}, langdetect == 'en' ? item.title_en : item.title_ar, " ",
|
|
58597
|
+
}, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React.createElement("sup", {
|
|
58598
|
+
"class": "text-danger"
|
|
58599
|
+
}, item.isrequired == 1 ? '*' : ''))), /*#__PURE__*/React.createElement("div", {
|
|
58423
58600
|
"class": "col-lg-12 text-start"
|
|
58424
58601
|
}, /*#__PURE__*/React.createElement(TextareaAutosize, {
|
|
58425
58602
|
value: item.value,
|
|
@@ -58427,7 +58604,7 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58427
58604
|
updateformfield(event.target.value, index);
|
|
58428
58605
|
},
|
|
58429
58606
|
className: "".concat(formstyles.form_control, " ").concat(form_cssstyles.form_control)
|
|
58430
|
-
})));
|
|
58607
|
+
}))));
|
|
58431
58608
|
};
|
|
58432
58609
|
var selectboxitem = function selectboxitem(item, index) {
|
|
58433
58610
|
var itemsarr = item.selectboxvalues;
|
|
@@ -58435,13 +58612,17 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58435
58612
|
var decoditems = JSON.parse(itemsarr);
|
|
58436
58613
|
if (decoditems != undefined && Array.isArray(decoditems)) {
|
|
58437
58614
|
return /*#__PURE__*/React.createElement("div", {
|
|
58615
|
+
"class": 'col-md-12 col-lg-' + sectionproperties.numberofcolsperrow
|
|
58616
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
58438
58617
|
"class": "row m-0 w-100 mb-3"
|
|
58439
58618
|
}, /*#__PURE__*/React.createElement("div", {
|
|
58440
58619
|
"class": "col-lg-12 text-start mb-2"
|
|
58441
58620
|
}, /*#__PURE__*/React.createElement("p", {
|
|
58442
58621
|
"class": form_cssstyles.formlabel + ' m-0 p-0 ',
|
|
58443
58622
|
style: {}
|
|
58444
|
-
}, langdetect == 'en' ? item.title_en : item.title_ar, " ",
|
|
58623
|
+
}, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React.createElement("sup", {
|
|
58624
|
+
"class": "text-danger"
|
|
58625
|
+
}, item.isrequired == 1 ? '*' : ''))), /*#__PURE__*/React.createElement("div", {
|
|
58445
58626
|
"class": "col-lg-12 text-start"
|
|
58446
58627
|
}, /*#__PURE__*/React.createElement("select", {
|
|
58447
58628
|
value: item.value,
|
|
@@ -58455,7 +58636,7 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58455
58636
|
return /*#__PURE__*/React.createElement("option", {
|
|
58456
58637
|
value: sitem.optionname_en
|
|
58457
58638
|
}, langdetect == 'en' ? sitem.optionname_en : sitem.optionname_ar);
|
|
58458
|
-
}))));
|
|
58639
|
+
})))));
|
|
58459
58640
|
}
|
|
58460
58641
|
}
|
|
58461
58642
|
};
|
|
@@ -58478,7 +58659,7 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58478
58659
|
width: sectionproperties.generalbtn_width + '%',
|
|
58479
58660
|
height: sectionproperties.generalbtn_height + 'px',
|
|
58480
58661
|
backgroundColor: sectionproperties.generalbtn_bgColor,
|
|
58481
|
-
borderRadius: sectionproperties.
|
|
58662
|
+
borderRadius: sectionproperties.generalbtnborderradius + 'px',
|
|
58482
58663
|
color: sectionproperties.generalbtn_textColor,
|
|
58483
58664
|
fontSize: sectionproperties.generalbtn_fontsize,
|
|
58484
58665
|
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
@@ -58518,6 +58699,14 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58518
58699
|
transition: '.3s',
|
|
58519
58700
|
backgroundColor: '#044da6'
|
|
58520
58701
|
}
|
|
58702
|
+
}),
|
|
58703
|
+
sectiontitle: css({
|
|
58704
|
+
color: sectionproperties.sectionTitleColor,
|
|
58705
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
58706
|
+
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
58707
|
+
'@media (max-width: 800px)': {
|
|
58708
|
+
fontSize: sectionproperties.sectionTitleFontSizeresp
|
|
58709
|
+
}
|
|
58521
58710
|
})
|
|
58522
58711
|
};
|
|
58523
58712
|
return /*#__PURE__*/React.createElement("div", {
|
|
@@ -58561,12 +58750,8 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58561
58750
|
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
|
|
58562
58751
|
}
|
|
58563
58752
|
}, /*#__PURE__*/React.createElement("p", {
|
|
58564
|
-
"class":
|
|
58565
|
-
style: {
|
|
58566
|
-
color: sectionproperties.sectionTitleColor,
|
|
58567
|
-
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
58568
|
-
fontWeight: sectionproperties.sectionTitleFontWeight
|
|
58569
|
-
}
|
|
58753
|
+
"class": form_cssstyles.sectiontitle + ' m-0 p-0 ',
|
|
58754
|
+
style: {}
|
|
58570
58755
|
}, langdetect == 'en' ? formtitleen : formtitlear)), (dynamicform === null || dynamicform === void 0 ? void 0 : dynamicform.id) != undefined && /*#__PURE__*/React.createElement("div", {
|
|
58571
58756
|
"class": 'row m-0 w-100 p-3 mt-3'
|
|
58572
58757
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -58687,12 +58872,8 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58687
58872
|
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
|
|
58688
58873
|
}
|
|
58689
58874
|
}, /*#__PURE__*/React.createElement("p", {
|
|
58690
|
-
"class":
|
|
58691
|
-
style: {
|
|
58692
|
-
color: sectionproperties.sectionTitleColor,
|
|
58693
|
-
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
58694
|
-
fontWeight: sectionproperties.sectionTitleFontWeight
|
|
58695
|
-
}
|
|
58875
|
+
"class": form_cssstyles.sectiontitle + ' m-0 p-0 ',
|
|
58876
|
+
style: {}
|
|
58696
58877
|
}, langdetect == 'en' ? formtitleen : formtitlear)), (dynamicform === null || dynamicform === void 0 ? void 0 : dynamicform.id) != undefined && /*#__PURE__*/React.createElement("div", {
|
|
58697
58878
|
"class": 'row m-0 w-100 '
|
|
58698
58879
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -59532,14 +59713,14 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
59532
59713
|
height: '1px',
|
|
59533
59714
|
position: 'relative',
|
|
59534
59715
|
flex: '1 1 auto',
|
|
59535
|
-
minWidth: '10%',
|
|
59716
|
+
// minWidth: '10%',
|
|
59536
59717
|
background: sectionproperties.linebgcolor
|
|
59537
59718
|
}),
|
|
59538
59719
|
line_right: css({
|
|
59539
59720
|
height: '1px',
|
|
59540
59721
|
position: 'relative',
|
|
59541
59722
|
flex: '1 1 auto',
|
|
59542
|
-
minWidth: '10%',
|
|
59723
|
+
// minWidth: '10%',
|
|
59543
59724
|
background: sectionproperties.linebgcolor
|
|
59544
59725
|
}),
|
|
59545
59726
|
btn: css({
|
|
@@ -59577,36 +59758,39 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
59577
59758
|
top: 0,
|
|
59578
59759
|
bottom: 0
|
|
59579
59760
|
}
|
|
59761
|
+
}),
|
|
59762
|
+
sectiontitlecontent: css({
|
|
59763
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
59764
|
+
color: sectionproperties.sectionTitleColor,
|
|
59765
|
+
textTransform: sectionproperties.sectionTitleTextTransform,
|
|
59766
|
+
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
59767
|
+
// padding: sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? 7 : 0,
|
|
59768
|
+
textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
|
|
59769
|
+
'@media (max-width: 800px)': {
|
|
59770
|
+
fontSize: sectionproperties.sectionTitleFontSizeresp + 'px'
|
|
59771
|
+
}
|
|
59580
59772
|
})
|
|
59581
59773
|
};
|
|
59582
59774
|
var SectionTitle = function SectionTitle() {
|
|
59583
59775
|
return /*#__PURE__*/React.createElement("div", {
|
|
59584
|
-
"class": "d-flex align-items-center
|
|
59776
|
+
"class": "d-flex align-items-center allcentered",
|
|
59585
59777
|
style: {
|
|
59586
59778
|
position: 'relative',
|
|
59587
59779
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
|
|
59588
|
-
width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
|
|
59780
|
+
width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : '',
|
|
59781
|
+
flexDirection: sectionproperties.sectiontitlestyle == 'Line Under Text' ? 'column' : 'row'
|
|
59589
59782
|
}
|
|
59590
|
-
},
|
|
59591
|
-
"class": section_styles.line_left,
|
|
59592
|
-
style: {
|
|
59593
|
-
marginLeft: langdetect == 'en' ? 0 : sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
|
|
59594
|
-
marginRight: langdetect == 'en' ? sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0 : 0
|
|
59595
|
-
}
|
|
59596
|
-
}), /*#__PURE__*/React.createElement("p", {
|
|
59783
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
59597
59784
|
"class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? "".concat(section_styles.sectiontitlespan) + ' PacificoFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? "".concat(section_styles.sectiontitlespan) + ' PlayfairFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? "".concat(section_styles.sectiontitlespan) + ' GreatvibesFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? ' QuicksandFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? "".concat(section_styles.sectiontitlespan) + ' SatisfyFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : "".concat(section_styles.sectiontitlespan) + ' mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ',
|
|
59785
|
+
style: {}
|
|
59786
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
59787
|
+
"class": section_styles.sectiontitlecontent
|
|
59788
|
+
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar)), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React.createElement("span", {
|
|
59598
59789
|
style: {
|
|
59599
|
-
|
|
59600
|
-
|
|
59601
|
-
|
|
59602
|
-
|
|
59603
|
-
textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
59604
|
-
}
|
|
59605
|
-
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React.createElement("span", {
|
|
59606
|
-
"class": section_styles.line_right,
|
|
59607
|
-
style: {
|
|
59608
|
-
marginRight: langdetect == 'en' ? 0 : sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
|
|
59609
|
-
marginLeft: langdetect == 'en' ? sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0 : 0
|
|
59790
|
+
width: '50%',
|
|
59791
|
+
background: sectionproperties.linebgcolor,
|
|
59792
|
+
height: 3,
|
|
59793
|
+
borderRadius: 10
|
|
59610
59794
|
}
|
|
59611
59795
|
}));
|
|
59612
59796
|
};
|
|
@@ -59665,8 +59849,8 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
59665
59849
|
style: {
|
|
59666
59850
|
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
|
|
59667
59851
|
paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
|
|
59668
|
-
paddingTop: type == 'responsive' ? '
|
|
59669
|
-
paddingBottom: type == 'responsive' ? '
|
|
59852
|
+
paddingTop: type == 'responsive' ? sectionproperties.paddingverticalresponsive + 'px' : sectionproperties.paddingTop + 'px',
|
|
59853
|
+
paddingBottom: type == 'responsive' ? sectionproperties.paddingverticalresponsive + 'px' : sectionproperties.paddingBottom + 'px',
|
|
59670
59854
|
zIndex: 100,
|
|
59671
59855
|
height: sectionproperties.hideshowcardtransition == 'Show' ? type == 'responsive' ? sectionproperties.height_responsive + 'px' : '' : ''
|
|
59672
59856
|
}
|
|
@@ -59714,7 +59898,45 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
59714
59898
|
"class": "w-100 allcentered",
|
|
59715
59899
|
style: {
|
|
59716
59900
|
background: sectionproperties.outerbgcolor
|
|
59901
|
+
// backgroundImage: sectionproperties.sectionbgstyle == 'Besides each other' ? 'url(' + serverbaselink + maincontainerarrayofobjs[0]?.back_bgimage + ')' : '',
|
|
59902
|
+
}
|
|
59903
|
+
}, sectionproperties.sectionbgstyle == 'Besides each other' && /*#__PURE__*/React.createElement("div", {
|
|
59904
|
+
"class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-flex justify-content-center align-items-center ',
|
|
59905
|
+
style: {
|
|
59906
|
+
marginTop: sectionproperties.marginTop + 'px',
|
|
59907
|
+
marginBottom: sectionproperties.marginBottom + 'px'
|
|
59717
59908
|
}
|
|
59909
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
59910
|
+
"class": "col-lg-12 p-0"
|
|
59911
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
59912
|
+
"class": "row m-0 w-100 allcentered"
|
|
59913
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
59914
|
+
"class": "col-lg-10 col-md-11 mt-3 mb-3",
|
|
59915
|
+
style: {
|
|
59916
|
+
background: 'white',
|
|
59917
|
+
borderRadius: 10,
|
|
59918
|
+
boxShadow: '0 0 10px #ccc',
|
|
59919
|
+
padding: 40
|
|
59920
|
+
}
|
|
59921
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
59922
|
+
"class": "row m-0 w-100"
|
|
59923
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
59924
|
+
"class": "col-lg-3 col-md-12 allcentered"
|
|
59925
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
59926
|
+
"class": "w-100 d-flex allcentered mb-md-4"
|
|
59927
|
+
}, SectionTitle())), /*#__PURE__*/React.createElement("div", {
|
|
59928
|
+
"class": "col-lg-9 col-md-12 p-md-0",
|
|
59929
|
+
style: {
|
|
59930
|
+
paddingLeft: langdetect == 'en' ? '50px' : 0,
|
|
59931
|
+
paddingRight: langdetect == 'ar' ? '50px' : 0
|
|
59932
|
+
}
|
|
59933
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
59934
|
+
"class": "row m-0 w-100 text-start text-md-center",
|
|
59935
|
+
style: {
|
|
59936
|
+
fontSize: sectionproperties.prodCatFontSize + 'px'
|
|
59937
|
+
}
|
|
59938
|
+
}, Description()))))))), sectionproperties.sectionbgstyle == 'Text Below' && /*#__PURE__*/React.createElement("div", {
|
|
59939
|
+
"class": "row m-0 w-100"
|
|
59718
59940
|
}, /*#__PURE__*/React.createElement("div", {
|
|
59719
59941
|
"class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-flex d-md-none justify-content-center align-items-center ',
|
|
59720
59942
|
style: {
|
|
@@ -59729,7 +59951,7 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
59729
59951
|
marginBottom: sectionproperties.marginBottom + 'px',
|
|
59730
59952
|
background: sectionproperties.hideshowcardtransition == 'Show' ? maincontainerarrayofobjs.length != 0 ? 'url(' + serverbaselink$1 + ((_maincontainerarrayof3 = maincontainerarrayofobjs[0]) === null || _maincontainerarrayof3 === void 0 ? void 0 : _maincontainerarrayof3.back_bgimage) + ')' : '' : ''
|
|
59731
59953
|
}
|
|
59732
|
-
}, SectionContent('responsive')));
|
|
59954
|
+
}, SectionContent('responsive'))));
|
|
59733
59955
|
};
|
|
59734
59956
|
|
|
59735
59957
|
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; }
|
|
@@ -59802,6 +60024,28 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
59802
60024
|
color: sectionproperties.generalbtn_textColoronhover
|
|
59803
60025
|
}
|
|
59804
60026
|
}),
|
|
60027
|
+
btn2: css({
|
|
60028
|
+
width: sectionproperties.generalbtn_width + 'px',
|
|
60029
|
+
height: sectionproperties.generalbtn_height + 'px',
|
|
60030
|
+
// backgroundColor: sectionproperties.generalbtn_bgColor,
|
|
60031
|
+
color: sectionproperties.generalbtn_bgColoronhover,
|
|
60032
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertopleftradius + 'px' : sectionproperties.generalbtn_bordertoprightradius + 'px',
|
|
60033
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertoprightradius + 'px' : sectionproperties.generalbtn_bordertopleftradius + 'px',
|
|
60034
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomleftradius + 'px' : sectionproperties.generalbtn_borderbottomrightradius + 'px',
|
|
60035
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomrightradius + 'px' : sectionproperties.generalbtn_borderbottomleftradius + 'px',
|
|
60036
|
+
border: '1px solid ' + sectionproperties.generalbtn_bgColoronhover,
|
|
60037
|
+
fontSize: sectionproperties.generalbtn_fontsize + 'px',
|
|
60038
|
+
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
60039
|
+
marginTop: sectionproperties.generalbtn_marginTop + 'px',
|
|
60040
|
+
marginBottom: sectionproperties.generalbtn_marginBottom + 'px',
|
|
60041
|
+
transition: '.3s',
|
|
60042
|
+
cursor: 'pointer',
|
|
60043
|
+
':hover': {
|
|
60044
|
+
// backgroundColor: sectionproperties.generalbtn_bgColoronhover,
|
|
60045
|
+
color: sectionproperties.sectionproperties,
|
|
60046
|
+
borderColor: sectionproperties.sectionproperties
|
|
60047
|
+
}
|
|
60048
|
+
}),
|
|
59805
60049
|
sectiontitlespan: css({
|
|
59806
60050
|
paddingLeft: sectionproperties.sectiontitleborderradius == 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
|
|
59807
60051
|
paddingRight: sectionproperties.sectiontitleborderradius == 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0,
|
|
@@ -59957,8 +60201,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
59957
60201
|
borderRadius: sectionproperties.reservation_borderradius + 'px'
|
|
59958
60202
|
}
|
|
59959
60203
|
}, /*#__PURE__*/React.createElement("div", {
|
|
59960
|
-
"class": sectionproperties.justifyContentCenter == 'Centered' ? section_styles.rightinnercont + ' row m-0 w-100 h-100 ' : section_styles.rightinnercont + ' row m-0 w-100 mb-auto h-100 ',
|
|
59961
|
-
style: {
|
|
60204
|
+
"class": sectionproperties.justifyContentCenter == 'Centered' ? section_styles.rightinnercont + ' row m-0 w-100 h-100 ' : section_styles.rightinnercont + ' row m-0 w-100 mb-auto h-100 py-md-4 ',
|
|
60205
|
+
style: {
|
|
60206
|
+
// padding: 20,
|
|
60207
|
+
}
|
|
59962
60208
|
}, /*#__PURE__*/React.createElement("div", {
|
|
59963
60209
|
"class": sectionproperties.sectionstyleresponsive == 'Image above text' ? 'col-lg-12 pl-0 pr-0 d-flex mt-md-4' : 'col-lg-12 pl-0 pr-0 d-flex ',
|
|
59964
60210
|
style: {
|
|
@@ -60172,10 +60418,13 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60172
60418
|
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
60173
60419
|
}
|
|
60174
60420
|
}, /*#__PURE__*/React.createElement("div", {
|
|
60175
|
-
"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
|
|
60421
|
+
"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 px-md-0 ' : section_styles.sectioncintainer + ' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center px-md-0 ',
|
|
60176
60422
|
style: {
|
|
60177
60423
|
background: sectionproperties.reservation_bgcolor,
|
|
60178
|
-
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
60424
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
60425
|
+
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
60426
|
+
paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
|
|
60427
|
+
paddingRight: sectionproperties.innersectionpaddinghorizontal + 'px'
|
|
60179
60428
|
}
|
|
60180
60429
|
}, /*#__PURE__*/React.createElement("div", {
|
|
60181
60430
|
"class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
|
|
@@ -60255,7 +60504,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60255
60504
|
})), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60256
60505
|
"class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
|
|
60257
60506
|
}, /*#__PURE__*/React.createElement("button", {
|
|
60258
|
-
"class": "".concat(section_styles.
|
|
60507
|
+
"class": "".concat(section_styles.btn2) + ' m-md-0 ',
|
|
60259
60508
|
onClick: function onClick() {
|
|
60260
60509
|
if (sectionproperties.btntype == 'WhatsApp') {
|
|
60261
60510
|
var _authdetailsContext$i9;
|
|
@@ -60274,7 +60523,27 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60274
60523
|
marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
60275
60524
|
marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
60276
60525
|
}
|
|
60277
|
-
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)
|
|
60526
|
+
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar), /*#__PURE__*/React.createElement("button", {
|
|
60527
|
+
"class": "".concat(section_styles.btn) + ' mx-1 ',
|
|
60528
|
+
onClick: function onClick() {
|
|
60529
|
+
if (sectionproperties.btntype == 'WhatsApp') {
|
|
60530
|
+
var _authdetailsContext$i11;
|
|
60531
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.whatsappnumber) != null) {
|
|
60532
|
+
var _authdetailsContext$i12;
|
|
60533
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.whatsappnumber), '_blank');
|
|
60534
|
+
}
|
|
60535
|
+
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
60536
|
+
// window.open(sectionproperties.btnlink, '_target');
|
|
60537
|
+
routingcountext(sectionproperties.btnlink2, false, '');
|
|
60538
|
+
} else {
|
|
60539
|
+
window.open(sectionproperties.btnlink2, '_blank');
|
|
60540
|
+
}
|
|
60541
|
+
},
|
|
60542
|
+
style: {
|
|
60543
|
+
marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
60544
|
+
marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
60545
|
+
}
|
|
60546
|
+
}, langdetect == 'en' ? 'Subscribe' : 'اشترك الان')), /*#__PURE__*/React.createElement("div", {
|
|
60278
60547
|
"class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
|
|
60279
60548
|
style: {
|
|
60280
60549
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
@@ -60284,10 +60553,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60284
60553
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60285
60554
|
"class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60286
60555
|
onClick: function onClick() {
|
|
60287
|
-
var _authdetailsContext$
|
|
60288
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60289
|
-
var _authdetailsContext$
|
|
60290
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60556
|
+
var _authdetailsContext$i13;
|
|
60557
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.facebooklink) != null) {
|
|
60558
|
+
var _authdetailsContext$i14;
|
|
60559
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.facebooklink, '_blank');
|
|
60291
60560
|
}
|
|
60292
60561
|
}
|
|
60293
60562
|
}, /*#__PURE__*/React.createElement(FaFacebookF, {
|
|
@@ -60295,10 +60564,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60295
60564
|
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60296
60565
|
"class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60297
60566
|
onClick: function onClick() {
|
|
60298
|
-
var _authdetailsContext$
|
|
60299
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60300
|
-
var _authdetailsContext$
|
|
60301
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60567
|
+
var _authdetailsContext$i15;
|
|
60568
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.instagramlink) != null) {
|
|
60569
|
+
var _authdetailsContext$i16;
|
|
60570
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.instagramlink, '_blank');
|
|
60302
60571
|
}
|
|
60303
60572
|
}
|
|
60304
60573
|
}, /*#__PURE__*/React.createElement(AiFillInstagram, {
|
|
@@ -60306,10 +60575,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60306
60575
|
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60307
60576
|
"class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60308
60577
|
onClick: function onClick() {
|
|
60309
|
-
var _authdetailsContext$
|
|
60310
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60311
|
-
var _authdetailsContext$
|
|
60312
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60578
|
+
var _authdetailsContext$i17;
|
|
60579
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
|
|
60580
|
+
var _authdetailsContext$i18;
|
|
60581
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber), '_blank');
|
|
60313
60582
|
}
|
|
60314
60583
|
}
|
|
60315
60584
|
}, /*#__PURE__*/React.createElement(FaWhatsapp, {
|
|
@@ -60323,10 +60592,11 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60323
60592
|
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
60324
60593
|
}
|
|
60325
60594
|
}, /*#__PURE__*/React.createElement("div", {
|
|
60326
|
-
"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 ',
|
|
60595
|
+
"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 mb-md-3 ' : 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 mb-md-3 ',
|
|
60327
60596
|
style: {
|
|
60328
60597
|
background: sectionproperties.reservation_bgcolor,
|
|
60329
|
-
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
60598
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
60599
|
+
borderRadius: sectionproperties.reservation_borderradius + 'px'
|
|
60330
60600
|
}
|
|
60331
60601
|
}, /*#__PURE__*/React.createElement("div", {
|
|
60332
60602
|
"class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
|
|
@@ -60409,10 +60679,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60409
60679
|
"class": "".concat(section_styles.btn) + ' m-md-0 ',
|
|
60410
60680
|
onClick: function onClick() {
|
|
60411
60681
|
if (sectionproperties.btntype == 'WhatsApp') {
|
|
60412
|
-
var _authdetailsContext$
|
|
60413
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60414
|
-
var _authdetailsContext$
|
|
60415
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60682
|
+
var _authdetailsContext$i19;
|
|
60683
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.whatsappnumber) != null) {
|
|
60684
|
+
var _authdetailsContext$i20;
|
|
60685
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.whatsappnumber), '_blank');
|
|
60416
60686
|
}
|
|
60417
60687
|
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
60418
60688
|
// window.open(sectionproperties.btnlink, '_target');
|
|
@@ -60435,10 +60705,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60435
60705
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60436
60706
|
"class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60437
60707
|
onClick: function onClick() {
|
|
60438
|
-
var _authdetailsContext$
|
|
60439
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60440
|
-
var _authdetailsContext$
|
|
60441
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60708
|
+
var _authdetailsContext$i21;
|
|
60709
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.facebooklink) != null) {
|
|
60710
|
+
var _authdetailsContext$i22;
|
|
60711
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.facebooklink, '_blank');
|
|
60442
60712
|
}
|
|
60443
60713
|
}
|
|
60444
60714
|
}, /*#__PURE__*/React.createElement(FaFacebookF, {
|
|
@@ -60446,10 +60716,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60446
60716
|
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60447
60717
|
"class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60448
60718
|
onClick: function onClick() {
|
|
60449
|
-
var _authdetailsContext$
|
|
60450
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60451
|
-
var _authdetailsContext$
|
|
60452
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60719
|
+
var _authdetailsContext$i23;
|
|
60720
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.instagramlink) != null) {
|
|
60721
|
+
var _authdetailsContext$i24;
|
|
60722
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.instagramlink, '_blank');
|
|
60453
60723
|
}
|
|
60454
60724
|
}
|
|
60455
60725
|
}, /*#__PURE__*/React.createElement(AiFillInstagram, {
|
|
@@ -60457,10 +60727,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60457
60727
|
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60458
60728
|
"class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60459
60729
|
onClick: function onClick() {
|
|
60460
|
-
var _authdetailsContext$
|
|
60461
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60462
|
-
var _authdetailsContext$
|
|
60463
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60730
|
+
var _authdetailsContext$i25;
|
|
60731
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.whatsappnumber) != null) {
|
|
60732
|
+
var _authdetailsContext$i26;
|
|
60733
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.whatsappnumber), '_blank');
|
|
60464
60734
|
}
|
|
60465
60735
|
}
|
|
60466
60736
|
}, /*#__PURE__*/React.createElement(FaWhatsapp, {
|
|
@@ -60474,10 +60744,13 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60474
60744
|
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
60475
60745
|
}
|
|
60476
60746
|
}, sectionproperties.image_show == 'show' && Image(), /*#__PURE__*/React.createElement("div", {
|
|
60477
|
-
"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
|
|
60747
|
+
"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 px-md-0 ' : section_styles.sectioncintainer + ' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center px-md-0 ',
|
|
60478
60748
|
style: {
|
|
60479
60749
|
background: sectionproperties.reservation_bgcolor,
|
|
60480
|
-
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
60750
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
60751
|
+
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
60752
|
+
paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
|
|
60753
|
+
paddingRight: sectionproperties.innersectionpaddinghorizontal + 'px'
|
|
60481
60754
|
}
|
|
60482
60755
|
}, /*#__PURE__*/React.createElement("div", {
|
|
60483
60756
|
"class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
|
|
@@ -60557,13 +60830,13 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60557
60830
|
})), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60558
60831
|
"class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
|
|
60559
60832
|
}, /*#__PURE__*/React.createElement("button", {
|
|
60560
|
-
"class": "".concat(section_styles.
|
|
60833
|
+
"class": "".concat(section_styles.btn2) + ' m-md-0 ',
|
|
60561
60834
|
onClick: function onClick() {
|
|
60562
60835
|
if (sectionproperties.btntype == 'WhatsApp') {
|
|
60563
|
-
var _authdetailsContext$
|
|
60564
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60565
|
-
var _authdetailsContext$
|
|
60566
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60836
|
+
var _authdetailsContext$i27;
|
|
60837
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.whatsappnumber) != null) {
|
|
60838
|
+
var _authdetailsContext$i28;
|
|
60839
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.whatsappnumber), '_blank');
|
|
60567
60840
|
}
|
|
60568
60841
|
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
60569
60842
|
// window.open(sectionproperties.btnlink, '_target');
|
|
@@ -60576,7 +60849,27 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60576
60849
|
marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
60577
60850
|
marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
60578
60851
|
}
|
|
60579
|
-
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)
|
|
60852
|
+
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar), /*#__PURE__*/React.createElement("button", {
|
|
60853
|
+
"class": "".concat(section_styles.btn) + ' mx-1 ',
|
|
60854
|
+
onClick: function onClick() {
|
|
60855
|
+
if (sectionproperties.btntype == 'WhatsApp') {
|
|
60856
|
+
var _authdetailsContext$i29;
|
|
60857
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.whatsappnumber) != null) {
|
|
60858
|
+
var _authdetailsContext$i30;
|
|
60859
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.whatsappnumber), '_blank');
|
|
60860
|
+
}
|
|
60861
|
+
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
60862
|
+
// window.open(sectionproperties.btnlink, '_target');
|
|
60863
|
+
routingcountext(sectionproperties.btnlink2, false, '');
|
|
60864
|
+
} else {
|
|
60865
|
+
window.open(sectionproperties.btnlink2, '_blank');
|
|
60866
|
+
}
|
|
60867
|
+
},
|
|
60868
|
+
style: {
|
|
60869
|
+
marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
60870
|
+
marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
60871
|
+
}
|
|
60872
|
+
}, langdetect == 'en' ? 'Subscribe' : 'اشترك الان')), /*#__PURE__*/React.createElement("div", {
|
|
60580
60873
|
"class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
|
|
60581
60874
|
style: {
|
|
60582
60875
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
@@ -60586,10 +60879,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60586
60879
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60587
60880
|
"class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60588
60881
|
onClick: function onClick() {
|
|
60589
|
-
var _authdetailsContext$
|
|
60590
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60591
|
-
var _authdetailsContext$
|
|
60592
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60882
|
+
var _authdetailsContext$i31;
|
|
60883
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.facebooklink) != null) {
|
|
60884
|
+
var _authdetailsContext$i32;
|
|
60885
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.facebooklink, '_blank');
|
|
60593
60886
|
}
|
|
60594
60887
|
}
|
|
60595
60888
|
}, /*#__PURE__*/React.createElement(FaFacebookF, {
|
|
@@ -60597,10 +60890,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60597
60890
|
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60598
60891
|
"class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60599
60892
|
onClick: function onClick() {
|
|
60600
|
-
var _authdetailsContext$
|
|
60601
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60602
|
-
var _authdetailsContext$
|
|
60603
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60893
|
+
var _authdetailsContext$i33;
|
|
60894
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.instagramlink) != null) {
|
|
60895
|
+
var _authdetailsContext$i34;
|
|
60896
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.instagramlink, '_blank');
|
|
60604
60897
|
}
|
|
60605
60898
|
}
|
|
60606
60899
|
}, /*#__PURE__*/React.createElement(AiFillInstagram, {
|
|
@@ -60608,10 +60901,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60608
60901
|
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60609
60902
|
"class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60610
60903
|
onClick: function onClick() {
|
|
60611
|
-
var _authdetailsContext$
|
|
60612
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60613
|
-
var _authdetailsContext$
|
|
60614
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60904
|
+
var _authdetailsContext$i35;
|
|
60905
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.whatsappnumber) != null) {
|
|
60906
|
+
var _authdetailsContext$i36;
|
|
60907
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.whatsappnumber), '_blank');
|
|
60615
60908
|
}
|
|
60616
60909
|
}
|
|
60617
60910
|
}, /*#__PURE__*/React.createElement(FaWhatsapp, {
|
|
@@ -60711,10 +61004,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60711
61004
|
"class": "".concat(section_styles.btn) + ' m-md-0 ',
|
|
60712
61005
|
onClick: function onClick() {
|
|
60713
61006
|
if (sectionproperties.btntype == 'WhatsApp') {
|
|
60714
|
-
var _authdetailsContext$
|
|
60715
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60716
|
-
var _authdetailsContext$
|
|
60717
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
61007
|
+
var _authdetailsContext$i37;
|
|
61008
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.whatsappnumber) != null) {
|
|
61009
|
+
var _authdetailsContext$i38;
|
|
61010
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.whatsappnumber), '_blank');
|
|
60718
61011
|
}
|
|
60719
61012
|
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
60720
61013
|
// window.open(sectionproperties.btnlink, '_target');
|
|
@@ -60737,10 +61030,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60737
61030
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60738
61031
|
"class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60739
61032
|
onClick: function onClick() {
|
|
60740
|
-
var _authdetailsContext$
|
|
60741
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60742
|
-
var _authdetailsContext$
|
|
60743
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
61033
|
+
var _authdetailsContext$i39;
|
|
61034
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.facebooklink) != null) {
|
|
61035
|
+
var _authdetailsContext$i40;
|
|
61036
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.facebooklink, '_blank');
|
|
60744
61037
|
}
|
|
60745
61038
|
}
|
|
60746
61039
|
}, /*#__PURE__*/React.createElement(FaFacebookF, {
|
|
@@ -60748,10 +61041,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60748
61041
|
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60749
61042
|
"class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60750
61043
|
onClick: function onClick() {
|
|
60751
|
-
var _authdetailsContext$
|
|
60752
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60753
|
-
var _authdetailsContext$
|
|
60754
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
61044
|
+
var _authdetailsContext$i41;
|
|
61045
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.instagramlink) != null) {
|
|
61046
|
+
var _authdetailsContext$i42;
|
|
61047
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.instagramlink, '_blank');
|
|
60755
61048
|
}
|
|
60756
61049
|
}
|
|
60757
61050
|
}, /*#__PURE__*/React.createElement(AiFillInstagram, {
|
|
@@ -60759,10 +61052,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60759
61052
|
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60760
61053
|
"class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60761
61054
|
onClick: function onClick() {
|
|
60762
|
-
var _authdetailsContext$
|
|
60763
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60764
|
-
var _authdetailsContext$
|
|
60765
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
61055
|
+
var _authdetailsContext$i43;
|
|
61056
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.whatsappnumber) != null) {
|
|
61057
|
+
var _authdetailsContext$i44;
|
|
61058
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i44 = authdetailsContext.instinfo) === null || _authdetailsContext$i44 === void 0 ? void 0 : _authdetailsContext$i44.whatsappnumber), '_blank');
|
|
60766
61059
|
}
|
|
60767
61060
|
}
|
|
60768
61061
|
}, /*#__PURE__*/React.createElement(FaWhatsapp, {
|
|
@@ -61398,6 +61691,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61398
61691
|
}
|
|
61399
61692
|
}),
|
|
61400
61693
|
cardContainer: css({
|
|
61694
|
+
background: sectionproperties.reservation_bgcolor,
|
|
61401
61695
|
':hover .imageContainer': {
|
|
61402
61696
|
transition: '.3s',
|
|
61403
61697
|
backgroundColor: sectionproperties.activedotcolor
|
|
@@ -61405,6 +61699,9 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61405
61699
|
':hover .text1Styles': {
|
|
61406
61700
|
transition: '.3s',
|
|
61407
61701
|
color: sectionproperties.text1secondarycolor
|
|
61702
|
+
},
|
|
61703
|
+
':hover': {
|
|
61704
|
+
background: sectionproperties.innersectionbgcolorhover
|
|
61408
61705
|
}
|
|
61409
61706
|
}),
|
|
61410
61707
|
btnstyles: css({
|
|
@@ -61413,7 +61710,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61413
61710
|
fontSize: sectionproperties.generalbtn_fontsize + 'px',
|
|
61414
61711
|
color: sectionproperties.generalbtn_textColor,
|
|
61415
61712
|
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
61416
|
-
textDecoration: sectionproperties.textdecoration == 'None' ? 'none' : 'underline',
|
|
61713
|
+
// textDecoration: sectionproperties.textdecoration == 'None' ? 'none' : 'underline',
|
|
61417
61714
|
backgroundColor: sectionproperties.generalbtn_bgColor,
|
|
61418
61715
|
borderRadius: sectionproperties.generalbtnborderradius,
|
|
61419
61716
|
':hover': {
|
|
@@ -61485,18 +61782,21 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61485
61782
|
paddingRight: langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px'
|
|
61486
61783
|
}
|
|
61487
61784
|
}, /*#__PURE__*/React.createElement("div", {
|
|
61488
|
-
"class": "d-flex align-items-center flex-
|
|
61785
|
+
"class": "d-flex align-items-center flex-column allcentered",
|
|
61489
61786
|
style: {
|
|
61490
61787
|
position: 'relative',
|
|
61491
61788
|
width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
|
|
61492
61789
|
}
|
|
61493
|
-
},
|
|
61494
|
-
"class": sectionStyles.line_left
|
|
61495
|
-
}), /*#__PURE__*/React.createElement("p", {
|
|
61790
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
61496
61791
|
"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 ',
|
|
61497
61792
|
style: {}
|
|
61498
|
-
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line
|
|
61499
|
-
|
|
61793
|
+
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React.createElement("span", {
|
|
61794
|
+
style: {
|
|
61795
|
+
width: '50%',
|
|
61796
|
+
background: sectionproperties.linebgcolor,
|
|
61797
|
+
height: 3,
|
|
61798
|
+
borderRadius: 10
|
|
61799
|
+
}
|
|
61500
61800
|
})))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
61501
61801
|
"class": ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center px-sm-3',
|
|
61502
61802
|
style: {
|
|
@@ -61508,7 +61808,118 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61508
61808
|
}, /*#__PURE__*/React.createElement("p", {
|
|
61509
61809
|
"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',
|
|
61510
61810
|
style: {}
|
|
61511
|
-
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)),
|
|
61811
|
+
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), sectionproperties.flippingcards == 'Yes' && /*#__PURE__*/React.createElement("div", {
|
|
61812
|
+
"class": "row m-0 w-100"
|
|
61813
|
+
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
61814
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
61815
|
+
"class": sectionproperties.numofcols == '2' ? 'flip-card 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' ? 'flip-card 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 : 'flip-card 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,
|
|
61816
|
+
style: {
|
|
61817
|
+
zIndex: 2,
|
|
61818
|
+
paddingLeft: sectionproperties.marginhorizontal + 'px',
|
|
61819
|
+
paddingRight: sectionproperties.marginhorizontal + 'px'
|
|
61820
|
+
}
|
|
61821
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
61822
|
+
"class": "flip-card-inner",
|
|
61823
|
+
style: {
|
|
61824
|
+
background: sectionproperties.reservation_bgcolor,
|
|
61825
|
+
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
61826
|
+
border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : ''
|
|
61827
|
+
}
|
|
61828
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
61829
|
+
"class": "flip-card-front"
|
|
61830
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
61831
|
+
"class": "row m-0 w-100"
|
|
61832
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
61833
|
+
"class": "col-lg-12 d-flex align-items-center p-0",
|
|
61834
|
+
style: {
|
|
61835
|
+
marginBottom: sectionproperties.image_mb + 'px',
|
|
61836
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
61837
|
+
}
|
|
61838
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
61839
|
+
"class": sectionStyles.imageContainer + ' d-flex align-items-center imageContainer ',
|
|
61840
|
+
style: {
|
|
61841
|
+
background: 'transparent'
|
|
61842
|
+
}
|
|
61843
|
+
}, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
|
|
61844
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
61845
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
61846
|
+
path: cardsarray.length != 0 ? cardinfoitem.cardobj_img : '',
|
|
61847
|
+
style: {
|
|
61848
|
+
maxHeight: sectionproperties.iconcontainerwidth + '%',
|
|
61849
|
+
maxWidth: sectionproperties.iconcontainerwidth + '%',
|
|
61850
|
+
objectFit: 'contain'
|
|
61851
|
+
}
|
|
61852
|
+
}))), /*#__PURE__*/React.createElement("div", {
|
|
61853
|
+
"class": "col-lg-12 d-flex p-0",
|
|
61854
|
+
style: {
|
|
61855
|
+
marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
|
|
61856
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
61857
|
+
}
|
|
61858
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
61859
|
+
"class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles ',
|
|
61860
|
+
style: {
|
|
61861
|
+
cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default'
|
|
61862
|
+
}
|
|
61863
|
+
}, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)), sectionproperties.generalbtn_show = cardinfoitem.iscardclickable == 'Yes' && /*#__PURE__*/React.createElement("div", {
|
|
61864
|
+
"class": sectionproperties.justifyContentCenter == 'Centered' ? 'col-lg-12 mt-2 allcentered' : 'col-lg-12 mt-2 text-start p-0'
|
|
61865
|
+
}, /*#__PURE__*/React.createElement("button", {
|
|
61866
|
+
"class": "".concat(sectionStyles.btnstyles)
|
|
61867
|
+
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))), /*#__PURE__*/React.createElement("div", {
|
|
61868
|
+
"class": "flip-card-back allcentered"
|
|
61869
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
61870
|
+
"class": "row m-0 w-100 allcentered"
|
|
61871
|
+
}, sectionproperties.showimagewhenflip == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
61872
|
+
"class": "col-lg-12 d-flex align-items-center p-0",
|
|
61873
|
+
style: {
|
|
61874
|
+
marginBottom: sectionproperties.image_mb + 'px',
|
|
61875
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
61876
|
+
}
|
|
61877
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
61878
|
+
"class": ' d-flex align-items-center ',
|
|
61879
|
+
style: {
|
|
61880
|
+
width: '30%',
|
|
61881
|
+
height: '30%',
|
|
61882
|
+
justifyContent: sectionproperties.iconcontainerheight == '0' ? 'start' : 'center'
|
|
61883
|
+
}
|
|
61884
|
+
}, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
|
|
61885
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
61886
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
61887
|
+
path: cardsarray.length != 0 ? cardinfoitem.cardobj_img : '',
|
|
61888
|
+
style: {
|
|
61889
|
+
maxHeight: '100%',
|
|
61890
|
+
maxWidth: '100%',
|
|
61891
|
+
objectFit: 'contain'
|
|
61892
|
+
}
|
|
61893
|
+
}))), /*#__PURE__*/React.createElement("div", {
|
|
61894
|
+
"class": "col-lg-12 d-flex p-0",
|
|
61895
|
+
style: {
|
|
61896
|
+
marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
|
|
61897
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
61898
|
+
}
|
|
61899
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
61900
|
+
"class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles ',
|
|
61901
|
+
style: {
|
|
61902
|
+
cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
|
|
61903
|
+
color: ' #FFECB5',
|
|
61904
|
+
fontSize: 14
|
|
61905
|
+
}
|
|
61906
|
+
}, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)), /*#__PURE__*/React.createElement("div", {
|
|
61907
|
+
"class": "col-lg-12 d-flex p-0",
|
|
61908
|
+
style: {
|
|
61909
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
61910
|
+
}
|
|
61911
|
+
}, sectionproperties.slideshowtext2_show && /*#__PURE__*/React.createElement("p", {
|
|
61912
|
+
"class": "m-0 wordbreak",
|
|
61913
|
+
style: {
|
|
61914
|
+
color: sectionproperties.slideshowText2ContentColor,
|
|
61915
|
+
fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
|
|
61916
|
+
fontWeight: sectionproperties.slideshowText2ContentFontWeight,
|
|
61917
|
+
textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
61918
|
+
}
|
|
61919
|
+
}, langdetect == 'en' ? cardinfoitem.cardobj_descripen : cardinfoitem.cardobj_descripar))))));
|
|
61920
|
+
})), sectionproperties.flippingcards == 'No' && /*#__PURE__*/React.createElement("div", {
|
|
61921
|
+
"class": "row m-0 w-100"
|
|
61922
|
+
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
61512
61923
|
var _authdetailsContext$i;
|
|
61513
61924
|
return /*#__PURE__*/React.createElement("div", {
|
|
61514
61925
|
"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,
|
|
@@ -61521,20 +61932,37 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61521
61932
|
"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 ',
|
|
61522
61933
|
style: {
|
|
61523
61934
|
cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
|
|
61524
|
-
background: sectionproperties.reservation_bgcolor,
|
|
61525
61935
|
paddingTop: sectionproperties.reservation_padding_top + 'px',
|
|
61526
61936
|
paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
|
|
61527
61937
|
paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
|
|
61528
61938
|
paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
|
|
61529
61939
|
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
61530
|
-
border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor :
|
|
61940
|
+
border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
|
|
61941
|
+
// sectionproperties.innersectionbordertype == 'All'
|
|
61942
|
+
// ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
61943
|
+
// : cardinfoindex != cardsarray.length - 1
|
|
61944
|
+
// ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
61945
|
+
// : '',
|
|
61531
61946
|
// cardinfoindex != cardsarray.length - 1
|
|
61532
61947
|
// ? sectionproperties.innersectionbordertype == 'All'
|
|
61533
61948
|
// ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
61534
61949
|
// : ''
|
|
61535
61950
|
// : '',
|
|
61536
|
-
borderRight:
|
|
61537
|
-
|
|
61951
|
+
// borderRight:
|
|
61952
|
+
// cardinfoindex != cardsarray.length - 1
|
|
61953
|
+
// ? sectionproperties.innersectionbordertype == 'Right'
|
|
61954
|
+
// ? langdetect == 'en'
|
|
61955
|
+
// ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
61956
|
+
// : ''
|
|
61957
|
+
// : ''
|
|
61958
|
+
// : '',
|
|
61959
|
+
// borderLeft:
|
|
61960
|
+
// sectionproperties.innersectionbordertype == 'Right'
|
|
61961
|
+
// ? langdetect == 'ar'
|
|
61962
|
+
// ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
61963
|
+
// : ''
|
|
61964
|
+
// : '',
|
|
61965
|
+
borderRight: sectionproperties.innersectionbordertype != 'All' && cardinfoindex != cardsarray.length - 1 ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
|
|
61538
61966
|
boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
|
|
61539
61967
|
height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '66b4a0338cb14' ? '100%' : ''
|
|
61540
61968
|
},
|
|
@@ -61657,7 +62085,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61657
62085
|
}
|
|
61658
62086
|
}
|
|
61659
62087
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar))));
|
|
61660
|
-
}))));
|
|
62088
|
+
})))));
|
|
61661
62089
|
};
|
|
61662
62090
|
|
|
61663
62091
|
var css_248z$h = ".Slideshow_with_rotatedsquare-module_sectioncont__AfYNO{\n padding-top:80px;\n padding-bottom:80px;\n padding-left: 180px;\n padding-right: 180px;\n \n }\n .Slideshow_with_rotatedsquare-module_rotatedsquare__lZPTd{\n width:150px;\n height:150px;\n border-radius:15px;\n position: relative;\n transform: rotate(-45deg);\n }\n .Slideshow_with_rotatedsquare-module_circle__ofuN0{\n position: absolute;\n width:60px;\n height:60px;\n border-radius:50%;\n left:57%;\n top:100px;\n \n }\n .Slideshow_with_rotatedsquare-module_circle1__4tbou{\n \n width:10px;\n height:10px;\n border-radius:50%;\n margin-right:10px;\n margin-left:140px;\n background-color:blue;\n \n }\n \n ";
|
|
@@ -76864,7 +77292,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
76864
77292
|
style: {
|
|
76865
77293
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
76866
77294
|
}
|
|
76867
|
-
}, plainString(item.
|
|
77295
|
+
}, plainString(item.shortdescription)), /*#__PURE__*/React.createElement("div", {
|
|
76868
77296
|
style: {
|
|
76869
77297
|
flexDirection: 'column'
|
|
76870
77298
|
},
|