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.cjs.js
CHANGED
|
@@ -2742,7 +2742,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2742
2742
|
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
2743
2743
|
fontWeight: 400,
|
|
2744
2744
|
color: sectionproperties.measurementunitcolor,
|
|
2745
|
-
fontSize: sectionproperties.
|
|
2745
|
+
fontSize: sectionproperties.measurementunitfontsize + 'px'
|
|
2746
2746
|
}
|
|
2747
2747
|
}, fetchProductInfoQueryContext.data.data.productinfo.measurmentunit)), sectionproperties.quantityshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2748
2748
|
"class": "col-lg-12 p-0 text-start"
|
|
@@ -2860,9 +2860,14 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2860
2860
|
return /*#__PURE__*/React__default["default"].createElement("tr", null, /*#__PURE__*/React__default["default"].createElement("th", {
|
|
2861
2861
|
style: {
|
|
2862
2862
|
textTransform: 'capitalize',
|
|
2863
|
-
color: '#000'
|
|
2863
|
+
color: '#000',
|
|
2864
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
2864
2865
|
}
|
|
2865
|
-
}, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.name_en : fitem === null || fitem === void 0 ? void 0 : fitem.name_ar), /*#__PURE__*/React__default["default"].createElement("td",
|
|
2866
|
+
}, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.name_en : fitem === null || fitem === void 0 ? void 0 : fitem.name_ar), /*#__PURE__*/React__default["default"].createElement("td", {
|
|
2867
|
+
style: {
|
|
2868
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
2869
|
+
}
|
|
2870
|
+
}, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.value_en : fitem === null || fitem === void 0 ? void 0 : fitem.value_ar));
|
|
2866
2871
|
}))))), 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__default["default"].createElement(ProductHeaderPricing, {
|
|
2867
2872
|
actions: props.actions
|
|
2868
2873
|
}), 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__default["default"].createElement("div", {
|
|
@@ -3516,7 +3521,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3516
3521
|
"class": "col-lg-12 col-md-12 my-3 p-md-0"
|
|
3517
3522
|
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
3518
3523
|
"class": "m-0"
|
|
3519
|
-
})), sectionproperties.descriptionstyle == 'Style 2' &&
|
|
3524
|
+
})), sectionproperties.descriptionstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3520
3525
|
"class": "col-lg-12 col-md-12 p-md-0 mb-3"
|
|
3521
3526
|
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
|
|
3522
3527
|
allowMultipleExpanded: true,
|
|
@@ -18191,11 +18196,12 @@ var CardsSection = function CardsSection(props) {
|
|
|
18191
18196
|
};
|
|
18192
18197
|
var SectionTitle = function SectionTitle() {
|
|
18193
18198
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18194
|
-
"class": "d-flex align-items-center
|
|
18199
|
+
"class": "d-flex align-items-center",
|
|
18195
18200
|
style: {
|
|
18196
18201
|
position: 'relative',
|
|
18197
18202
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
|
|
18198
|
-
width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
|
|
18203
|
+
width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : '',
|
|
18204
|
+
flexDirection: sectionproperties.sectiontitlestyle == 'Line Under Text' ? 'column' : 'row'
|
|
18199
18205
|
}
|
|
18200
18206
|
}, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
18201
18207
|
"class": section_cssstyles.line_left
|
|
@@ -18210,6 +18216,13 @@ var CardsSection = function CardsSection(props) {
|
|
|
18210
18216
|
}
|
|
18211
18217
|
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
18212
18218
|
"class": section_cssstyles.line_right
|
|
18219
|
+
}), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
18220
|
+
style: {
|
|
18221
|
+
width: '50%',
|
|
18222
|
+
background: sectionproperties.linebgcolor,
|
|
18223
|
+
height: 3,
|
|
18224
|
+
borderRadius: 10
|
|
18225
|
+
}
|
|
18213
18226
|
}));
|
|
18214
18227
|
};
|
|
18215
18228
|
var isCardsectionloading = function isCardsectionloading() {
|
|
@@ -29887,7 +29900,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
29887
29900
|
size: sectionproperties.cartBtn_iconFontSize
|
|
29888
29901
|
}), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
|
|
29889
29902
|
size: sectionproperties.cartBtn_iconFontSize
|
|
29890
|
-
}))), sectionproperties.userbtnstyle == 'Style 2' && !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29903
|
+
}))), sectionproperties.userbtnstyle == 'Style 2' && !authdetailsContext.loggedin && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29891
29904
|
"class": "".concat(header_cssstyles.user_btn) + ' allcentered ',
|
|
29892
29905
|
onClick: function onClick() {
|
|
29893
29906
|
routingcountext(StaticPagesLinksContext.Login);
|
|
@@ -29899,7 +29912,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
29899
29912
|
fontWeight: sectionproperties.userBtnTextfontweight,
|
|
29900
29913
|
fontSize: sectionproperties.userbtn_logintextFontSize + 'px'
|
|
29901
29914
|
}
|
|
29902
|
-
}, langdetect == 'en' ? 'Login' : 'تسجيل الدخول')), sectionproperties.userbtnstyle == 'Style 2' && authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29915
|
+
}, langdetect == 'en' ? 'Login' : 'تسجيل الدخول')), sectionproperties.userbtnstyle == 'Style 2' && authdetailsContext.loggedin && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29903
29916
|
className: header_cssstyles.userBtnLoggedinContainer + ' allcentered ',
|
|
29904
29917
|
sytle: {
|
|
29905
29918
|
position: 'relative'
|
|
@@ -29978,7 +29991,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
29978
29991
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem allcenetered m-0 p-0 '
|
|
29979
29992
|
}, /*#__PURE__*/React__default["default"].createElement(BiLogOutCircle.BiLogOutCircle, {
|
|
29980
29993
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
29981
|
-
}), lang.logout))))), sectionproperties.userbtnstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29994
|
+
}), lang.logout))))), sectionproperties.userbtnstyle == 'Style 1' && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29982
29995
|
"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 ',
|
|
29983
29996
|
sytle: {
|
|
29984
29997
|
position: 'relative'
|
|
@@ -43098,7 +43111,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
43098
43111
|
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; }
|
|
43099
43112
|
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__default["default"](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; }
|
|
43100
43113
|
var Footer1 = function Footer1(props) {
|
|
43101
|
-
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;
|
|
43114
|
+
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;
|
|
43102
43115
|
var _useState = React.useState(''),
|
|
43103
43116
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
43104
43117
|
sectionproperties = _useState2[0],
|
|
@@ -43117,6 +43130,10 @@ var Footer1 = function Footer1(props) {
|
|
|
43117
43130
|
var templateproperties_context = props.actions.templateproperties_context;
|
|
43118
43131
|
var templatepropcontext = props.actions.templatepropcontext;
|
|
43119
43132
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
43133
|
+
var _useState5 = React.useState(''),
|
|
43134
|
+
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
43135
|
+
newsletter = _useState6[0],
|
|
43136
|
+
setnewsletter = _useState6[1];
|
|
43120
43137
|
React.useEffect(function () {
|
|
43121
43138
|
if (props.srcfrom == 'addsectionform') {
|
|
43122
43139
|
var secpropobj = {};
|
|
@@ -43274,6 +43291,17 @@ var Footer1 = function Footer1(props) {
|
|
|
43274
43291
|
maxWidth: '35%',
|
|
43275
43292
|
height: 'auto'
|
|
43276
43293
|
}
|
|
43294
|
+
}),
|
|
43295
|
+
btnn: glamor.css({
|
|
43296
|
+
width: '150px',
|
|
43297
|
+
height: 40,
|
|
43298
|
+
borderRadius: 10,
|
|
43299
|
+
background: '#C2A24D',
|
|
43300
|
+
color: 'white',
|
|
43301
|
+
':hover': {
|
|
43302
|
+
transition: '.3s',
|
|
43303
|
+
background: '#186a81'
|
|
43304
|
+
}
|
|
43277
43305
|
})
|
|
43278
43306
|
};
|
|
43279
43307
|
var returnpolicyobj = function returnpolicyobj(policytype) {
|
|
@@ -43288,8 +43316,8 @@ var Footer1 = function Footer1(props) {
|
|
|
43288
43316
|
};
|
|
43289
43317
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43290
43318
|
"class": "row m-0 w-100 d-flex justify-content-center"
|
|
43291
|
-
}, /*#__PURE__*/React__default["default"].createElement("footer", {
|
|
43292
|
-
"class": "".concat(footerStyles.footerContainer) + '
|
|
43319
|
+
}, sectionproperties.opencollapsible == 'Expanded' && /*#__PURE__*/React__default["default"].createElement("footer", {
|
|
43320
|
+
"class": "".concat(footerStyles.footerContainer) + ' px-sm-2 py-md-4 p-md-4 '
|
|
43293
43321
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43294
43322
|
"class": "row w-100 m-0 d-flex justify-content-center"
|
|
43295
43323
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -43548,7 +43576,137 @@ var Footer1 = function Footer1(props) {
|
|
|
43548
43576
|
"class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
|
|
43549
43577
|
}, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
|
|
43550
43578
|
size: sectionproperties.footerinfoicon_fontsize
|
|
43551
|
-
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.address_en))))))
|
|
43579
|
+
})), 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__default["default"].createElement("footer", {
|
|
43580
|
+
"class": "".concat(footerStyles.footerContainer) + ' p-sm-2 p-md-4 '
|
|
43581
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43582
|
+
"class": "row w-100 m-0 d-flex justify-content-center"
|
|
43583
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43584
|
+
"class": "col-lg-6"
|
|
43585
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43586
|
+
"class": "row m-0 w-100"
|
|
43587
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43588
|
+
"class": "col-lg-12 d-flex flex-row align-items-center justify-content-start mb-3 p-0"
|
|
43589
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43590
|
+
"class": "".concat(footerStyles.footerlogo) + ' d-flex align-items-center justify-content-center '
|
|
43591
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
43592
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
43593
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
43594
|
+
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,
|
|
43595
|
+
style: {
|
|
43596
|
+
width: '100%',
|
|
43597
|
+
height: '100%',
|
|
43598
|
+
objectFit: 'contain'
|
|
43599
|
+
},
|
|
43600
|
+
loading: "lazy"
|
|
43601
|
+
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43602
|
+
"class": "col-lg-12 p-0 mb-3"
|
|
43603
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43604
|
+
"class": "m-0 p-0",
|
|
43605
|
+
style: {
|
|
43606
|
+
fontSize: '15px',
|
|
43607
|
+
color: '#fff',
|
|
43608
|
+
fontWeight: sectionproperties.prodCatFontWeight,
|
|
43609
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
43610
|
+
}
|
|
43611
|
+
}, 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__default["default"].createElement("div", {
|
|
43612
|
+
"class": "col-lg-12 p-0 flex-row text-start"
|
|
43613
|
+
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43614
|
+
"class": "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ',
|
|
43615
|
+
onClick: function onClick() {
|
|
43616
|
+
var _authdetailsContext$i16;
|
|
43617
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.facebooklink) != null) {
|
|
43618
|
+
var _authdetailsContext$i17;
|
|
43619
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.facebooklink, '_blank');
|
|
43620
|
+
}
|
|
43621
|
+
}
|
|
43622
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaFacebook.FaFacebook, {
|
|
43623
|
+
size: sectionproperties.facebkbtnniconfontsize
|
|
43624
|
+
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43625
|
+
"class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
43626
|
+
onClick: function onClick() {
|
|
43627
|
+
var _authdetailsContext$i18;
|
|
43628
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.instagramlink) != null) {
|
|
43629
|
+
var _authdetailsContext$i19;
|
|
43630
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.instagramlink, '_blank');
|
|
43631
|
+
}
|
|
43632
|
+
}
|
|
43633
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
43634
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
43635
|
+
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43636
|
+
"class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
|
|
43637
|
+
onClick: function onClick() {
|
|
43638
|
+
var _authdetailsContext$i20;
|
|
43639
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.whatsappnumber) != null) {
|
|
43640
|
+
var _authdetailsContext$i21;
|
|
43641
|
+
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');
|
|
43642
|
+
}
|
|
43643
|
+
}
|
|
43644
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
43645
|
+
size: sectionproperties.youtubebtniconfontsize
|
|
43646
|
+
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43647
|
+
"class": "col-lg-6"
|
|
43648
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43649
|
+
"class": "row m-0 w-100 mt-md-3"
|
|
43650
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43651
|
+
"class": "col-lg-12 p-0 mb-3"
|
|
43652
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43653
|
+
"class": "m-0 p-0",
|
|
43654
|
+
style: {
|
|
43655
|
+
fontSize: 20,
|
|
43656
|
+
color: 'white',
|
|
43657
|
+
fontWeight: 600,
|
|
43658
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
43659
|
+
}
|
|
43660
|
+
}, "\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__default["default"].createElement("div", {
|
|
43661
|
+
"class": "col-lg-12 p-0 mb-3"
|
|
43662
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43663
|
+
"class": "m-0 p-0",
|
|
43664
|
+
style: {
|
|
43665
|
+
fontSize: 15,
|
|
43666
|
+
color: 'white',
|
|
43667
|
+
fontWeight: 500,
|
|
43668
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
43669
|
+
}
|
|
43670
|
+
}, "\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__default["default"].createElement("div", {
|
|
43671
|
+
"class": "col-lg-12 allcentered mb-3 text-start p-0"
|
|
43672
|
+
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
43673
|
+
type: "text",
|
|
43674
|
+
className: "".concat(footerStyles.form_control) + ' w-md-100 ',
|
|
43675
|
+
value: event.target.value,
|
|
43676
|
+
placeholder: "\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A",
|
|
43677
|
+
onChange: function onChange(event) {
|
|
43678
|
+
var newslettertemp = _objectSpread$1C({}, newsletter);
|
|
43679
|
+
newslettertemp = event.target.value;
|
|
43680
|
+
setnewsletter(_objectSpread$1C({}, newslettertemp));
|
|
43681
|
+
},
|
|
43682
|
+
style: {
|
|
43683
|
+
background: 'white',
|
|
43684
|
+
fontSize: 14,
|
|
43685
|
+
color: '#000',
|
|
43686
|
+
borderRadius: 10,
|
|
43687
|
+
width: '50%',
|
|
43688
|
+
height: 40,
|
|
43689
|
+
paddingLeft: 20,
|
|
43690
|
+
paddingRight: 20
|
|
43691
|
+
}
|
|
43692
|
+
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43693
|
+
"class": "col-lg-12 text-start mb-3 text-start p-0"
|
|
43694
|
+
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
43695
|
+
"class": footerStyles.btnn
|
|
43696
|
+
}, "\u0627\u0634\u062A\u0631\u0643 \u0627\u0644\u0622\u0646")))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43697
|
+
"class": "col-lg-12 d-flex justify-content-center mt-md-3 mb-md-3"
|
|
43698
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43699
|
+
"class": "".concat(footerStyles.vl) + ' ml-sm-0 mr-sm-0 my-3 '
|
|
43700
|
+
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43701
|
+
"class": "col-lg-12 text-start"
|
|
43702
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43703
|
+
"class": "m-0 p-0",
|
|
43704
|
+
style: {
|
|
43705
|
+
fontSize: sectionproperties.generaltext_fontSize + 'px',
|
|
43706
|
+
color: sectionproperties.generaltext_fontColor,
|
|
43707
|
+
fontWeight: sectionproperties.generaltext_fontWeight
|
|
43708
|
+
}
|
|
43709
|
+
}, langdetect == 'en' ? sectionproperties.general_text_content : sectionproperties.general_text_content_ar)))));
|
|
43552
43710
|
};
|
|
43553
43711
|
|
|
43554
43712
|
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; }
|
|
@@ -48109,9 +48267,8 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
48109
48267
|
display: window.location.pathname == '/home' && sectionproperties.showfooterinhome == 'Hide' ? 'none' : 'flex'
|
|
48110
48268
|
}
|
|
48111
48269
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
48112
|
-
"class": "row m-0 w-
|
|
48270
|
+
"class": "row m-0 w-100",
|
|
48113
48271
|
style: {
|
|
48114
|
-
width: sectionproperties.footerwidth + 'vw',
|
|
48115
48272
|
position: 'relative',
|
|
48116
48273
|
background: sectionproperties.footerbgcolor
|
|
48117
48274
|
}
|
|
@@ -51453,8 +51610,10 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51453
51610
|
var itemquantity = 0;
|
|
51454
51611
|
if (langdetect == 'en') {
|
|
51455
51612
|
cardobj.name = arrayItem.productinfo.name_en;
|
|
51613
|
+
cardobj.name_en = arrayItem.productinfo.name_en;
|
|
51456
51614
|
} else {
|
|
51457
51615
|
cardobj.name = arrayItem.productinfo.name_ar;
|
|
51616
|
+
cardobj.name_ar = arrayItem.productinfo.name_ar;
|
|
51458
51617
|
}
|
|
51459
51618
|
if (langdetect == 'en') {
|
|
51460
51619
|
cardobj.description = arrayItem.productinfo.description_en;
|
|
@@ -51524,9 +51683,11 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51524
51683
|
cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
|
|
51525
51684
|
if (langdetect == 'en') {
|
|
51526
51685
|
cardobj.name = arrayItem.title_en;
|
|
51686
|
+
cardobj.name_en = arrayItem.title_en;
|
|
51527
51687
|
cardobj.description = arrayItem.description_en;
|
|
51528
51688
|
} else if (langdetect == 'ar') {
|
|
51529
|
-
cardobj.name = arrayItem.
|
|
51689
|
+
cardobj.name = arrayItem.title_en;
|
|
51690
|
+
cardobj.name_ar = arrayItem.title_ar;
|
|
51530
51691
|
cardobj.description = arrayItem.description_ar;
|
|
51531
51692
|
}
|
|
51532
51693
|
cardobj.image = arrayItem.collectionlogo;
|
|
@@ -51537,9 +51698,11 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51537
51698
|
cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
|
|
51538
51699
|
if (langdetect == 'en') {
|
|
51539
51700
|
cardobj.name = arrayItem.title_en;
|
|
51701
|
+
cardobj.name_en = arrayItem.title_en;
|
|
51540
51702
|
cardobj.description = arrayItem.description_en;
|
|
51541
51703
|
} else if (langdetect == 'ar') {
|
|
51542
51704
|
cardobj.name = arrayItem.title_ar;
|
|
51705
|
+
cardobj.name_ar = arrayItem.title_ar;
|
|
51543
51706
|
cardobj.description = arrayItem.description_ar;
|
|
51544
51707
|
}
|
|
51545
51708
|
cardobj.image = arrayItem.categorylogo;
|
|
@@ -51550,9 +51713,11 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51550
51713
|
cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
|
|
51551
51714
|
if (langdetect == 'en') {
|
|
51552
51715
|
cardobj.name = arrayItem.title_en;
|
|
51716
|
+
cardobj.name_en = arrayItem.title_en;
|
|
51553
51717
|
cardobj.description = arrayItem.description_en;
|
|
51554
51718
|
} else if (langdetect == 'ar') {
|
|
51555
51719
|
cardobj.name = arrayItem.title_ar;
|
|
51720
|
+
cardobj.name_ar = arrayItem.title_ar;
|
|
51556
51721
|
cardobj.description = arrayItem.description_ar;
|
|
51557
51722
|
}
|
|
51558
51723
|
cardobj.image = arrayItem.parentcollectionlogo;
|
|
@@ -51677,7 +51842,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51677
51842
|
})
|
|
51678
51843
|
};
|
|
51679
51844
|
var cardsrender = function cardsrender() {
|
|
51680
|
-
var _cardsarray$2, _cardsarray$3, _cardsarray$
|
|
51845
|
+
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;
|
|
51681
51846
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
51682
51847
|
"class": 'row m-0 w-100'
|
|
51683
51848
|
}, !fetchProductsQuery.isFetching && cardsarray.length == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -51797,7 +51962,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51797
51962
|
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
51798
51963
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
51799
51964
|
"class": section_cssstyles.collectionname + ' m-0 p-0 '
|
|
51800
|
-
}, (_cardsarray$3 = cardsarray[0]) === null || _cardsarray$3 === void 0 ? void 0 : _cardsarray$3.
|
|
51965
|
+
}, 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__default["default"].createElement("div", {
|
|
51801
51966
|
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
51802
51967
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
51803
51968
|
"class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
|
|
@@ -51808,8 +51973,8 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51808
51973
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
51809
51974
|
"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 ',
|
|
51810
51975
|
onClick: function onClick() {
|
|
51811
|
-
var _cardsarray$
|
|
51812
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$
|
|
51976
|
+
var _cardsarray$5;
|
|
51977
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$5 = cardsarray[1]) === null || _cardsarray$5 === void 0 ? void 0 : _cardsarray$5.collectionid));
|
|
51813
51978
|
},
|
|
51814
51979
|
style: {
|
|
51815
51980
|
paddingLeft: sectionproperties.imagepadding + 'px',
|
|
@@ -51831,7 +51996,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51831
51996
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
51832
51997
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
51833
51998
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
51834
|
-
path: (_cardsarray$
|
|
51999
|
+
path: (_cardsarray$6 = cardsarray[1]) === null || _cardsarray$6 === void 0 ? void 0 : _cardsarray$6.image,
|
|
51835
52000
|
loading: "lazy",
|
|
51836
52001
|
style: {
|
|
51837
52002
|
width: '100%',
|
|
@@ -51858,7 +52023,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51858
52023
|
"class": "col-lg-12 p-0 d-flex justify-content-center"
|
|
51859
52024
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
51860
52025
|
"class": section_cssstyles.collectionname + ' m-0 p-0 '
|
|
51861
|
-
}, (_cardsarray$
|
|
52026
|
+
}, 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__default["default"].createElement("div", {
|
|
51862
52027
|
"class": "col-lg-12 p-0 d-flex justify-content-center"
|
|
51863
52028
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
51864
52029
|
"class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
|
|
@@ -51870,8 +52035,8 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51870
52035
|
marginBottom: sectionproperties.imagepadding == 0 ? 0 : '1rem'
|
|
51871
52036
|
},
|
|
51872
52037
|
onClick: function onClick() {
|
|
51873
|
-
var _cardsarray$
|
|
51874
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$
|
|
52038
|
+
var _cardsarray$9;
|
|
52039
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$9 = cardsarray[2]) === null || _cardsarray$9 === void 0 ? void 0 : _cardsarray$9.collectionid));
|
|
51875
52040
|
}
|
|
51876
52041
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
51877
52042
|
"class": "row m-0 w-100",
|
|
@@ -51888,7 +52053,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51888
52053
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
51889
52054
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
51890
52055
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
51891
|
-
path: (_cardsarray$
|
|
52056
|
+
path: (_cardsarray$10 = cardsarray[2]) === null || _cardsarray$10 === void 0 ? void 0 : _cardsarray$10.image,
|
|
51892
52057
|
loading: "lazy",
|
|
51893
52058
|
style: {
|
|
51894
52059
|
width: '100%',
|
|
@@ -51915,15 +52080,15 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51915
52080
|
"class": "col-lg-12 p-0 d-flex justify-content-center"
|
|
51916
52081
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
51917
52082
|
"class": section_cssstyles.collectionname + ' m-0 p-0 '
|
|
51918
|
-
}, (_cardsarray$
|
|
52083
|
+
}, 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__default["default"].createElement("div", {
|
|
51919
52084
|
"class": "col-lg-12 p-0 d-flex justify-content-center"
|
|
51920
52085
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
51921
52086
|
"class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
|
|
51922
52087
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
51923
52088
|
"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 ',
|
|
51924
52089
|
onClick: function onClick() {
|
|
51925
|
-
var _cardsarray$
|
|
51926
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$
|
|
52090
|
+
var _cardsarray$13;
|
|
52091
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$13 = cardsarray[3]) === null || _cardsarray$13 === void 0 ? void 0 : _cardsarray$13.collectionid));
|
|
51927
52092
|
},
|
|
51928
52093
|
style: {
|
|
51929
52094
|
paddingLeft: sectionproperties.imagepadding + 'px',
|
|
@@ -51945,7 +52110,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51945
52110
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
51946
52111
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
51947
52112
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
51948
|
-
path: (_cardsarray$
|
|
52113
|
+
path: (_cardsarray$14 = cardsarray[3]) === null || _cardsarray$14 === void 0 ? void 0 : _cardsarray$14.image,
|
|
51949
52114
|
loading: "lazy",
|
|
51950
52115
|
style: {
|
|
51951
52116
|
width: '100%',
|
|
@@ -51976,7 +52141,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51976
52141
|
"class": "col-lg-12 p-0 d-flex justify-content-center"
|
|
51977
52142
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
51978
52143
|
"class": section_cssstyles.collectionname + ' m-0 p-0 '
|
|
51979
|
-
}, (_cardsarray$
|
|
52144
|
+
}, 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__default["default"].createElement("div", {
|
|
51980
52145
|
"class": "col-lg-12 p-0 d-flex justify-content-center"
|
|
51981
52146
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
51982
52147
|
"class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
|
|
@@ -51987,8 +52152,8 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51987
52152
|
paddingRight: sectionproperties.imagepadding + 'px'
|
|
51988
52153
|
},
|
|
51989
52154
|
onClick: function onClick() {
|
|
51990
|
-
var _cardsarray$
|
|
51991
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$
|
|
52155
|
+
var _cardsarray$17;
|
|
52156
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$17 = cardsarray[4]) === null || _cardsarray$17 === void 0 ? void 0 : _cardsarray$17.collectionid));
|
|
51992
52157
|
}
|
|
51993
52158
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
51994
52159
|
"class": "row m-0 w-100",
|
|
@@ -52005,7 +52170,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
52005
52170
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
52006
52171
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
52007
52172
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
52008
|
-
path: (_cardsarray$
|
|
52173
|
+
path: (_cardsarray$18 = cardsarray[4]) === null || _cardsarray$18 === void 0 ? void 0 : _cardsarray$18.image,
|
|
52009
52174
|
loading: "lazy",
|
|
52010
52175
|
style: {
|
|
52011
52176
|
width: '100%',
|
|
@@ -52030,7 +52195,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
52030
52195
|
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
52031
52196
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
52032
52197
|
"class": section_cssstyles.collectionname + ' m-0 p-0 '
|
|
52033
|
-
}, (_cardsarray$
|
|
52198
|
+
}, 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__default["default"].createElement("div", {
|
|
52034
52199
|
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
52035
52200
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
52036
52201
|
"class": section_cssstyles.collectioncardbutton + ' m-0 p-0 allcentered collectioncardbutton '
|
|
@@ -58414,13 +58579,17 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58414
58579
|
}
|
|
58415
58580
|
if (item.type == 'date') {
|
|
58416
58581
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58582
|
+
"class": 'col-md-12 col-lg-' + sectionproperties.numberofcolsperrow
|
|
58583
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58417
58584
|
"class": "row m-0 w-100 mb-3"
|
|
58418
58585
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58419
58586
|
"class": "col-lg-12 text-start mb-2"
|
|
58420
58587
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
58421
58588
|
"class": form_cssstyles.formlabel + ' m-0 p-0 ',
|
|
58422
58589
|
style: {}
|
|
58423
|
-
}, langdetect == 'en' ? item.title_en : item.title_ar, " ",
|
|
58590
|
+
}, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React__default["default"].createElement("sup", {
|
|
58591
|
+
"class": "text-danger"
|
|
58592
|
+
}, item.isrequired == 1 ? '*' : ''))), sectionproperties.datestartdate == 'Today' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58424
58593
|
"class": "col-lg-12 text-start"
|
|
58425
58594
|
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
58426
58595
|
type: type,
|
|
@@ -58439,16 +58608,20 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58439
58608
|
updateformfield(event.target.value, index);
|
|
58440
58609
|
},
|
|
58441
58610
|
className: "".concat(formstyles.form_control, " ").concat(form_cssstyles.form_control)
|
|
58442
|
-
})));
|
|
58611
|
+
}))));
|
|
58443
58612
|
} else {
|
|
58444
58613
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58614
|
+
"class": 'col-md-12 col-lg-' + sectionproperties.numberofcolsperrow
|
|
58615
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58445
58616
|
"class": "row m-0 w-100 mb-3"
|
|
58446
58617
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58447
58618
|
"class": "col-lg-12 text-start mb-2"
|
|
58448
58619
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
58449
58620
|
"class": form_cssstyles.formlabel + ' m-0 p-0 ',
|
|
58450
58621
|
style: {}
|
|
58451
|
-
}, langdetect == 'en' ? item.title_en : item.title_ar, " ",
|
|
58622
|
+
}, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React__default["default"].createElement("sup", {
|
|
58623
|
+
"class": "text-danger"
|
|
58624
|
+
}, item.isrequired == 1 ? '*' : ''))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58452
58625
|
"class": "col-lg-12 text-start"
|
|
58453
58626
|
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
58454
58627
|
type: type,
|
|
@@ -58457,18 +58630,22 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58457
58630
|
updateformfield(event.target.value, index);
|
|
58458
58631
|
},
|
|
58459
58632
|
className: "".concat(formstyles.form_control, " ").concat(form_cssstyles.form_control)
|
|
58460
|
-
})));
|
|
58633
|
+
}))));
|
|
58461
58634
|
}
|
|
58462
58635
|
};
|
|
58463
58636
|
var textareaitem = function textareaitem(item, index) {
|
|
58464
58637
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58638
|
+
"class": 'col-md-12 col-lg-12'
|
|
58639
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58465
58640
|
"class": "row m-0 w-100 mb-3"
|
|
58466
58641
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58467
58642
|
"class": "col-lg-12 text-start mb-2"
|
|
58468
58643
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
58469
58644
|
"class": form_cssstyles.formlabel + ' m-0 p-0 ',
|
|
58470
58645
|
style: {}
|
|
58471
|
-
}, langdetect == 'en' ? item.title_en : item.title_ar, " ",
|
|
58646
|
+
}, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React__default["default"].createElement("sup", {
|
|
58647
|
+
"class": "text-danger"
|
|
58648
|
+
}, item.isrequired == 1 ? '*' : ''))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58472
58649
|
"class": "col-lg-12 text-start"
|
|
58473
58650
|
}, /*#__PURE__*/React__default["default"].createElement(TextareaAutosize__default["default"], {
|
|
58474
58651
|
value: item.value,
|
|
@@ -58476,7 +58653,7 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58476
58653
|
updateformfield(event.target.value, index);
|
|
58477
58654
|
},
|
|
58478
58655
|
className: "".concat(formstyles.form_control, " ").concat(form_cssstyles.form_control)
|
|
58479
|
-
})));
|
|
58656
|
+
}))));
|
|
58480
58657
|
};
|
|
58481
58658
|
var selectboxitem = function selectboxitem(item, index) {
|
|
58482
58659
|
var itemsarr = item.selectboxvalues;
|
|
@@ -58484,13 +58661,17 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58484
58661
|
var decoditems = JSON.parse(itemsarr);
|
|
58485
58662
|
if (decoditems != undefined && Array.isArray(decoditems)) {
|
|
58486
58663
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58664
|
+
"class": 'col-md-12 col-lg-' + sectionproperties.numberofcolsperrow
|
|
58665
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58487
58666
|
"class": "row m-0 w-100 mb-3"
|
|
58488
58667
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58489
58668
|
"class": "col-lg-12 text-start mb-2"
|
|
58490
58669
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
58491
58670
|
"class": form_cssstyles.formlabel + ' m-0 p-0 ',
|
|
58492
58671
|
style: {}
|
|
58493
|
-
}, langdetect == 'en' ? item.title_en : item.title_ar, " ",
|
|
58672
|
+
}, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React__default["default"].createElement("sup", {
|
|
58673
|
+
"class": "text-danger"
|
|
58674
|
+
}, item.isrequired == 1 ? '*' : ''))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58494
58675
|
"class": "col-lg-12 text-start"
|
|
58495
58676
|
}, /*#__PURE__*/React__default["default"].createElement("select", {
|
|
58496
58677
|
value: item.value,
|
|
@@ -58504,7 +58685,7 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58504
58685
|
return /*#__PURE__*/React__default["default"].createElement("option", {
|
|
58505
58686
|
value: sitem.optionname_en
|
|
58506
58687
|
}, langdetect == 'en' ? sitem.optionname_en : sitem.optionname_ar);
|
|
58507
|
-
}))));
|
|
58688
|
+
})))));
|
|
58508
58689
|
}
|
|
58509
58690
|
}
|
|
58510
58691
|
};
|
|
@@ -58527,7 +58708,7 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58527
58708
|
width: sectionproperties.generalbtn_width + '%',
|
|
58528
58709
|
height: sectionproperties.generalbtn_height + 'px',
|
|
58529
58710
|
backgroundColor: sectionproperties.generalbtn_bgColor,
|
|
58530
|
-
borderRadius: sectionproperties.
|
|
58711
|
+
borderRadius: sectionproperties.generalbtnborderradius + 'px',
|
|
58531
58712
|
color: sectionproperties.generalbtn_textColor,
|
|
58532
58713
|
fontSize: sectionproperties.generalbtn_fontsize,
|
|
58533
58714
|
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
@@ -58567,6 +58748,14 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58567
58748
|
transition: '.3s',
|
|
58568
58749
|
backgroundColor: '#044da6'
|
|
58569
58750
|
}
|
|
58751
|
+
}),
|
|
58752
|
+
sectiontitle: glamor.css({
|
|
58753
|
+
color: sectionproperties.sectionTitleColor,
|
|
58754
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
58755
|
+
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
58756
|
+
'@media (max-width: 800px)': {
|
|
58757
|
+
fontSize: sectionproperties.sectionTitleFontSizeresp
|
|
58758
|
+
}
|
|
58570
58759
|
})
|
|
58571
58760
|
};
|
|
58572
58761
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -58610,12 +58799,8 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58610
58799
|
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
|
|
58611
58800
|
}
|
|
58612
58801
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
58613
|
-
"class":
|
|
58614
|
-
style: {
|
|
58615
|
-
color: sectionproperties.sectionTitleColor,
|
|
58616
|
-
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
58617
|
-
fontWeight: sectionproperties.sectionTitleFontWeight
|
|
58618
|
-
}
|
|
58802
|
+
"class": form_cssstyles.sectiontitle + ' m-0 p-0 ',
|
|
58803
|
+
style: {}
|
|
58619
58804
|
}, langdetect == 'en' ? formtitleen : formtitlear)), (dynamicform === null || dynamicform === void 0 ? void 0 : dynamicform.id) != undefined && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58620
58805
|
"class": 'row m-0 w-100 p-3 mt-3'
|
|
58621
58806
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -58736,12 +58921,8 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58736
58921
|
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
|
|
58737
58922
|
}
|
|
58738
58923
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
58739
|
-
"class":
|
|
58740
|
-
style: {
|
|
58741
|
-
color: sectionproperties.sectionTitleColor,
|
|
58742
|
-
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
58743
|
-
fontWeight: sectionproperties.sectionTitleFontWeight
|
|
58744
|
-
}
|
|
58924
|
+
"class": form_cssstyles.sectiontitle + ' m-0 p-0 ',
|
|
58925
|
+
style: {}
|
|
58745
58926
|
}, langdetect == 'en' ? formtitleen : formtitlear)), (dynamicform === null || dynamicform === void 0 ? void 0 : dynamicform.id) != undefined && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58746
58927
|
"class": 'row m-0 w-100 '
|
|
58747
58928
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -59581,14 +59762,14 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
59581
59762
|
height: '1px',
|
|
59582
59763
|
position: 'relative',
|
|
59583
59764
|
flex: '1 1 auto',
|
|
59584
|
-
minWidth: '10%',
|
|
59765
|
+
// minWidth: '10%',
|
|
59585
59766
|
background: sectionproperties.linebgcolor
|
|
59586
59767
|
}),
|
|
59587
59768
|
line_right: glamor.css({
|
|
59588
59769
|
height: '1px',
|
|
59589
59770
|
position: 'relative',
|
|
59590
59771
|
flex: '1 1 auto',
|
|
59591
|
-
minWidth: '10%',
|
|
59772
|
+
// minWidth: '10%',
|
|
59592
59773
|
background: sectionproperties.linebgcolor
|
|
59593
59774
|
}),
|
|
59594
59775
|
btn: glamor.css({
|
|
@@ -59626,36 +59807,39 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
59626
59807
|
top: 0,
|
|
59627
59808
|
bottom: 0
|
|
59628
59809
|
}
|
|
59810
|
+
}),
|
|
59811
|
+
sectiontitlecontent: glamor.css({
|
|
59812
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
59813
|
+
color: sectionproperties.sectionTitleColor,
|
|
59814
|
+
textTransform: sectionproperties.sectionTitleTextTransform,
|
|
59815
|
+
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
59816
|
+
// padding: sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? 7 : 0,
|
|
59817
|
+
textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
|
|
59818
|
+
'@media (max-width: 800px)': {
|
|
59819
|
+
fontSize: sectionproperties.sectionTitleFontSizeresp + 'px'
|
|
59820
|
+
}
|
|
59629
59821
|
})
|
|
59630
59822
|
};
|
|
59631
59823
|
var SectionTitle = function SectionTitle() {
|
|
59632
59824
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59633
|
-
"class": "d-flex align-items-center
|
|
59825
|
+
"class": "d-flex align-items-center allcentered",
|
|
59634
59826
|
style: {
|
|
59635
59827
|
position: 'relative',
|
|
59636
59828
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
|
|
59637
|
-
width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
|
|
59829
|
+
width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : '',
|
|
59830
|
+
flexDirection: sectionproperties.sectiontitlestyle == 'Line Under Text' ? 'column' : 'row'
|
|
59638
59831
|
}
|
|
59639
|
-
},
|
|
59640
|
-
"class": section_styles.line_left,
|
|
59641
|
-
style: {
|
|
59642
|
-
marginLeft: langdetect == 'en' ? 0 : sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
|
|
59643
|
-
marginRight: langdetect == 'en' ? sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0 : 0
|
|
59644
|
-
}
|
|
59645
|
-
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
59832
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
59646
59833
|
"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 ',
|
|
59834
|
+
style: {}
|
|
59835
|
+
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
59836
|
+
"class": section_styles.sectiontitlecontent
|
|
59837
|
+
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar)), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
59647
59838
|
style: {
|
|
59648
|
-
|
|
59649
|
-
|
|
59650
|
-
|
|
59651
|
-
|
|
59652
|
-
textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
59653
|
-
}
|
|
59654
|
-
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
59655
|
-
"class": section_styles.line_right,
|
|
59656
|
-
style: {
|
|
59657
|
-
marginRight: langdetect == 'en' ? 0 : sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
|
|
59658
|
-
marginLeft: langdetect == 'en' ? sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0 : 0
|
|
59839
|
+
width: '50%',
|
|
59840
|
+
background: sectionproperties.linebgcolor,
|
|
59841
|
+
height: 3,
|
|
59842
|
+
borderRadius: 10
|
|
59659
59843
|
}
|
|
59660
59844
|
}));
|
|
59661
59845
|
};
|
|
@@ -59714,8 +59898,8 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
59714
59898
|
style: {
|
|
59715
59899
|
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
|
|
59716
59900
|
paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
|
|
59717
|
-
paddingTop: type == 'responsive' ? '
|
|
59718
|
-
paddingBottom: type == 'responsive' ? '
|
|
59901
|
+
paddingTop: type == 'responsive' ? sectionproperties.paddingverticalresponsive + 'px' : sectionproperties.paddingTop + 'px',
|
|
59902
|
+
paddingBottom: type == 'responsive' ? sectionproperties.paddingverticalresponsive + 'px' : sectionproperties.paddingBottom + 'px',
|
|
59719
59903
|
zIndex: 100,
|
|
59720
59904
|
height: sectionproperties.hideshowcardtransition == 'Show' ? type == 'responsive' ? sectionproperties.height_responsive + 'px' : '' : ''
|
|
59721
59905
|
}
|
|
@@ -59763,7 +59947,45 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
59763
59947
|
"class": "w-100 allcentered",
|
|
59764
59948
|
style: {
|
|
59765
59949
|
background: sectionproperties.outerbgcolor
|
|
59950
|
+
// backgroundImage: sectionproperties.sectionbgstyle == 'Besides each other' ? 'url(' + serverbaselink + maincontainerarrayofobjs[0]?.back_bgimage + ')' : '',
|
|
59951
|
+
}
|
|
59952
|
+
}, sectionproperties.sectionbgstyle == 'Besides each other' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59953
|
+
"class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-flex justify-content-center align-items-center ',
|
|
59954
|
+
style: {
|
|
59955
|
+
marginTop: sectionproperties.marginTop + 'px',
|
|
59956
|
+
marginBottom: sectionproperties.marginBottom + 'px'
|
|
59766
59957
|
}
|
|
59958
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59959
|
+
"class": "col-lg-12 p-0"
|
|
59960
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59961
|
+
"class": "row m-0 w-100 allcentered"
|
|
59962
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59963
|
+
"class": "col-lg-10 col-md-11 mt-3 mb-3",
|
|
59964
|
+
style: {
|
|
59965
|
+
background: 'white',
|
|
59966
|
+
borderRadius: 10,
|
|
59967
|
+
boxShadow: '0 0 10px #ccc',
|
|
59968
|
+
padding: 40
|
|
59969
|
+
}
|
|
59970
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59971
|
+
"class": "row m-0 w-100"
|
|
59972
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59973
|
+
"class": "col-lg-3 col-md-12 allcentered"
|
|
59974
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59975
|
+
"class": "w-100 d-flex allcentered mb-md-4"
|
|
59976
|
+
}, SectionTitle())), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59977
|
+
"class": "col-lg-9 col-md-12 p-md-0",
|
|
59978
|
+
style: {
|
|
59979
|
+
paddingLeft: langdetect == 'en' ? '50px' : 0,
|
|
59980
|
+
paddingRight: langdetect == 'ar' ? '50px' : 0
|
|
59981
|
+
}
|
|
59982
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59983
|
+
"class": "row m-0 w-100 text-start text-md-center",
|
|
59984
|
+
style: {
|
|
59985
|
+
fontSize: sectionproperties.prodCatFontSize + 'px'
|
|
59986
|
+
}
|
|
59987
|
+
}, Description()))))))), sectionproperties.sectionbgstyle == 'Text Below' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59988
|
+
"class": "row m-0 w-100"
|
|
59767
59989
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59768
59990
|
"class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-flex d-md-none justify-content-center align-items-center ',
|
|
59769
59991
|
style: {
|
|
@@ -59778,7 +60000,7 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
59778
60000
|
marginBottom: sectionproperties.marginBottom + 'px',
|
|
59779
60001
|
background: sectionproperties.hideshowcardtransition == 'Show' ? maincontainerarrayofobjs.length != 0 ? 'url(' + serverbaselink$1 + ((_maincontainerarrayof3 = maincontainerarrayofobjs[0]) === null || _maincontainerarrayof3 === void 0 ? void 0 : _maincontainerarrayof3.back_bgimage) + ')' : '' : ''
|
|
59780
60002
|
}
|
|
59781
|
-
}, SectionContent('responsive')));
|
|
60003
|
+
}, SectionContent('responsive'))));
|
|
59782
60004
|
};
|
|
59783
60005
|
|
|
59784
60006
|
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; }
|
|
@@ -59851,6 +60073,28 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
59851
60073
|
color: sectionproperties.generalbtn_textColoronhover
|
|
59852
60074
|
}
|
|
59853
60075
|
}),
|
|
60076
|
+
btn2: glamor.css({
|
|
60077
|
+
width: sectionproperties.generalbtn_width + 'px',
|
|
60078
|
+
height: sectionproperties.generalbtn_height + 'px',
|
|
60079
|
+
// backgroundColor: sectionproperties.generalbtn_bgColor,
|
|
60080
|
+
color: sectionproperties.generalbtn_bgColoronhover,
|
|
60081
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertopleftradius + 'px' : sectionproperties.generalbtn_bordertoprightradius + 'px',
|
|
60082
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertoprightradius + 'px' : sectionproperties.generalbtn_bordertopleftradius + 'px',
|
|
60083
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomleftradius + 'px' : sectionproperties.generalbtn_borderbottomrightradius + 'px',
|
|
60084
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomrightradius + 'px' : sectionproperties.generalbtn_borderbottomleftradius + 'px',
|
|
60085
|
+
border: '1px solid ' + sectionproperties.generalbtn_bgColoronhover,
|
|
60086
|
+
fontSize: sectionproperties.generalbtn_fontsize + 'px',
|
|
60087
|
+
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
60088
|
+
marginTop: sectionproperties.generalbtn_marginTop + 'px',
|
|
60089
|
+
marginBottom: sectionproperties.generalbtn_marginBottom + 'px',
|
|
60090
|
+
transition: '.3s',
|
|
60091
|
+
cursor: 'pointer',
|
|
60092
|
+
':hover': {
|
|
60093
|
+
// backgroundColor: sectionproperties.generalbtn_bgColoronhover,
|
|
60094
|
+
color: sectionproperties.sectionproperties,
|
|
60095
|
+
borderColor: sectionproperties.sectionproperties
|
|
60096
|
+
}
|
|
60097
|
+
}),
|
|
59854
60098
|
sectiontitlespan: glamor.css({
|
|
59855
60099
|
paddingLeft: sectionproperties.sectiontitleborderradius == 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
|
|
59856
60100
|
paddingRight: sectionproperties.sectiontitleborderradius == 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0,
|
|
@@ -60006,8 +60250,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60006
60250
|
borderRadius: sectionproperties.reservation_borderradius + 'px'
|
|
60007
60251
|
}
|
|
60008
60252
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60009
|
-
"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 ',
|
|
60010
|
-
style: {
|
|
60253
|
+
"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 ',
|
|
60254
|
+
style: {
|
|
60255
|
+
// padding: 20,
|
|
60256
|
+
}
|
|
60011
60257
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60012
60258
|
"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 ',
|
|
60013
60259
|
style: {
|
|
@@ -60221,10 +60467,13 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60221
60467
|
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
60222
60468
|
}
|
|
60223
60469
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60224
|
-
"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
|
|
60470
|
+
"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 ',
|
|
60225
60471
|
style: {
|
|
60226
60472
|
background: sectionproperties.reservation_bgcolor,
|
|
60227
|
-
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
60473
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
60474
|
+
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
60475
|
+
paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
|
|
60476
|
+
paddingRight: sectionproperties.innersectionpaddinghorizontal + 'px'
|
|
60228
60477
|
}
|
|
60229
60478
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60230
60479
|
"class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
|
|
@@ -60304,7 +60553,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60304
60553
|
})), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60305
60554
|
"class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
|
|
60306
60555
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
60307
|
-
"class": "".concat(section_styles.
|
|
60556
|
+
"class": "".concat(section_styles.btn2) + ' m-md-0 ',
|
|
60308
60557
|
onClick: function onClick() {
|
|
60309
60558
|
if (sectionproperties.btntype == 'WhatsApp') {
|
|
60310
60559
|
var _authdetailsContext$i9;
|
|
@@ -60323,7 +60572,27 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60323
60572
|
marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
60324
60573
|
marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
60325
60574
|
}
|
|
60326
|
-
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)
|
|
60575
|
+
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar), /*#__PURE__*/React__default["default"].createElement("button", {
|
|
60576
|
+
"class": "".concat(section_styles.btn) + ' mx-1 ',
|
|
60577
|
+
onClick: function onClick() {
|
|
60578
|
+
if (sectionproperties.btntype == 'WhatsApp') {
|
|
60579
|
+
var _authdetailsContext$i11;
|
|
60580
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.whatsappnumber) != null) {
|
|
60581
|
+
var _authdetailsContext$i12;
|
|
60582
|
+
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');
|
|
60583
|
+
}
|
|
60584
|
+
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
60585
|
+
// window.open(sectionproperties.btnlink, '_target');
|
|
60586
|
+
routingcountext(sectionproperties.btnlink2, false, '');
|
|
60587
|
+
} else {
|
|
60588
|
+
window.open(sectionproperties.btnlink2, '_blank');
|
|
60589
|
+
}
|
|
60590
|
+
},
|
|
60591
|
+
style: {
|
|
60592
|
+
marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
60593
|
+
marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
60594
|
+
}
|
|
60595
|
+
}, langdetect == 'en' ? 'Subscribe' : 'اشترك الان')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60327
60596
|
"class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
|
|
60328
60597
|
style: {
|
|
60329
60598
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
@@ -60333,10 +60602,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60333
60602
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60334
60603
|
"class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60335
60604
|
onClick: function onClick() {
|
|
60336
|
-
var _authdetailsContext$
|
|
60337
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60338
|
-
var _authdetailsContext$
|
|
60339
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60605
|
+
var _authdetailsContext$i13;
|
|
60606
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.facebooklink) != null) {
|
|
60607
|
+
var _authdetailsContext$i14;
|
|
60608
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.facebooklink, '_blank');
|
|
60340
60609
|
}
|
|
60341
60610
|
}
|
|
60342
60611
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
@@ -60344,10 +60613,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60344
60613
|
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60345
60614
|
"class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60346
60615
|
onClick: function onClick() {
|
|
60347
|
-
var _authdetailsContext$
|
|
60348
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60349
|
-
var _authdetailsContext$
|
|
60350
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60616
|
+
var _authdetailsContext$i15;
|
|
60617
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.instagramlink) != null) {
|
|
60618
|
+
var _authdetailsContext$i16;
|
|
60619
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.instagramlink, '_blank');
|
|
60351
60620
|
}
|
|
60352
60621
|
}
|
|
60353
60622
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
@@ -60355,10 +60624,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60355
60624
|
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60356
60625
|
"class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60357
60626
|
onClick: function onClick() {
|
|
60358
|
-
var _authdetailsContext$
|
|
60359
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60360
|
-
var _authdetailsContext$
|
|
60361
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60627
|
+
var _authdetailsContext$i17;
|
|
60628
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
|
|
60629
|
+
var _authdetailsContext$i18;
|
|
60630
|
+
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');
|
|
60362
60631
|
}
|
|
60363
60632
|
}
|
|
60364
60633
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
@@ -60372,10 +60641,11 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60372
60641
|
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
60373
60642
|
}
|
|
60374
60643
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60375
|
-
"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 ',
|
|
60644
|
+
"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 ',
|
|
60376
60645
|
style: {
|
|
60377
60646
|
background: sectionproperties.reservation_bgcolor,
|
|
60378
|
-
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
60647
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
60648
|
+
borderRadius: sectionproperties.reservation_borderradius + 'px'
|
|
60379
60649
|
}
|
|
60380
60650
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60381
60651
|
"class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
|
|
@@ -60458,10 +60728,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60458
60728
|
"class": "".concat(section_styles.btn) + ' m-md-0 ',
|
|
60459
60729
|
onClick: function onClick() {
|
|
60460
60730
|
if (sectionproperties.btntype == 'WhatsApp') {
|
|
60461
|
-
var _authdetailsContext$
|
|
60462
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60463
|
-
var _authdetailsContext$
|
|
60464
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60731
|
+
var _authdetailsContext$i19;
|
|
60732
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.whatsappnumber) != null) {
|
|
60733
|
+
var _authdetailsContext$i20;
|
|
60734
|
+
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');
|
|
60465
60735
|
}
|
|
60466
60736
|
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
60467
60737
|
// window.open(sectionproperties.btnlink, '_target');
|
|
@@ -60484,10 +60754,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60484
60754
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60485
60755
|
"class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60486
60756
|
onClick: function onClick() {
|
|
60487
|
-
var _authdetailsContext$
|
|
60488
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60489
|
-
var _authdetailsContext$
|
|
60490
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60757
|
+
var _authdetailsContext$i21;
|
|
60758
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.facebooklink) != null) {
|
|
60759
|
+
var _authdetailsContext$i22;
|
|
60760
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.facebooklink, '_blank');
|
|
60491
60761
|
}
|
|
60492
60762
|
}
|
|
60493
60763
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
@@ -60495,10 +60765,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60495
60765
|
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60496
60766
|
"class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60497
60767
|
onClick: function onClick() {
|
|
60498
|
-
var _authdetailsContext$
|
|
60499
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60500
|
-
var _authdetailsContext$
|
|
60501
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60768
|
+
var _authdetailsContext$i23;
|
|
60769
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.instagramlink) != null) {
|
|
60770
|
+
var _authdetailsContext$i24;
|
|
60771
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.instagramlink, '_blank');
|
|
60502
60772
|
}
|
|
60503
60773
|
}
|
|
60504
60774
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
@@ -60506,10 +60776,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60506
60776
|
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60507
60777
|
"class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60508
60778
|
onClick: function onClick() {
|
|
60509
|
-
var _authdetailsContext$
|
|
60510
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60511
|
-
var _authdetailsContext$
|
|
60512
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60779
|
+
var _authdetailsContext$i25;
|
|
60780
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.whatsappnumber) != null) {
|
|
60781
|
+
var _authdetailsContext$i26;
|
|
60782
|
+
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');
|
|
60513
60783
|
}
|
|
60514
60784
|
}
|
|
60515
60785
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
@@ -60523,10 +60793,13 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60523
60793
|
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
60524
60794
|
}
|
|
60525
60795
|
}, sectionproperties.image_show == 'show' && Image(), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60526
|
-
"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
|
|
60796
|
+
"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 ',
|
|
60527
60797
|
style: {
|
|
60528
60798
|
background: sectionproperties.reservation_bgcolor,
|
|
60529
|
-
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
60799
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
60800
|
+
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
60801
|
+
paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
|
|
60802
|
+
paddingRight: sectionproperties.innersectionpaddinghorizontal + 'px'
|
|
60530
60803
|
}
|
|
60531
60804
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60532
60805
|
"class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
|
|
@@ -60606,13 +60879,13 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60606
60879
|
})), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60607
60880
|
"class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
|
|
60608
60881
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
60609
|
-
"class": "".concat(section_styles.
|
|
60882
|
+
"class": "".concat(section_styles.btn2) + ' m-md-0 ',
|
|
60610
60883
|
onClick: function onClick() {
|
|
60611
60884
|
if (sectionproperties.btntype == 'WhatsApp') {
|
|
60612
|
-
var _authdetailsContext$
|
|
60613
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60614
|
-
var _authdetailsContext$
|
|
60615
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60885
|
+
var _authdetailsContext$i27;
|
|
60886
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.whatsappnumber) != null) {
|
|
60887
|
+
var _authdetailsContext$i28;
|
|
60888
|
+
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');
|
|
60616
60889
|
}
|
|
60617
60890
|
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
60618
60891
|
// window.open(sectionproperties.btnlink, '_target');
|
|
@@ -60625,7 +60898,27 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60625
60898
|
marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
60626
60899
|
marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
60627
60900
|
}
|
|
60628
|
-
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)
|
|
60901
|
+
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar), /*#__PURE__*/React__default["default"].createElement("button", {
|
|
60902
|
+
"class": "".concat(section_styles.btn) + ' mx-1 ',
|
|
60903
|
+
onClick: function onClick() {
|
|
60904
|
+
if (sectionproperties.btntype == 'WhatsApp') {
|
|
60905
|
+
var _authdetailsContext$i29;
|
|
60906
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.whatsappnumber) != null) {
|
|
60907
|
+
var _authdetailsContext$i30;
|
|
60908
|
+
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');
|
|
60909
|
+
}
|
|
60910
|
+
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
60911
|
+
// window.open(sectionproperties.btnlink, '_target');
|
|
60912
|
+
routingcountext(sectionproperties.btnlink2, false, '');
|
|
60913
|
+
} else {
|
|
60914
|
+
window.open(sectionproperties.btnlink2, '_blank');
|
|
60915
|
+
}
|
|
60916
|
+
},
|
|
60917
|
+
style: {
|
|
60918
|
+
marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
60919
|
+
marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
60920
|
+
}
|
|
60921
|
+
}, langdetect == 'en' ? 'Subscribe' : 'اشترك الان')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60629
60922
|
"class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
|
|
60630
60923
|
style: {
|
|
60631
60924
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
@@ -60635,10 +60928,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60635
60928
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60636
60929
|
"class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60637
60930
|
onClick: function onClick() {
|
|
60638
|
-
var _authdetailsContext$
|
|
60639
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60640
|
-
var _authdetailsContext$
|
|
60641
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60931
|
+
var _authdetailsContext$i31;
|
|
60932
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.facebooklink) != null) {
|
|
60933
|
+
var _authdetailsContext$i32;
|
|
60934
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.facebooklink, '_blank');
|
|
60642
60935
|
}
|
|
60643
60936
|
}
|
|
60644
60937
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
@@ -60646,10 +60939,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60646
60939
|
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60647
60940
|
"class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60648
60941
|
onClick: function onClick() {
|
|
60649
|
-
var _authdetailsContext$
|
|
60650
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60651
|
-
var _authdetailsContext$
|
|
60652
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60942
|
+
var _authdetailsContext$i33;
|
|
60943
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.instagramlink) != null) {
|
|
60944
|
+
var _authdetailsContext$i34;
|
|
60945
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.instagramlink, '_blank');
|
|
60653
60946
|
}
|
|
60654
60947
|
}
|
|
60655
60948
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
@@ -60657,10 +60950,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60657
60950
|
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60658
60951
|
"class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60659
60952
|
onClick: function onClick() {
|
|
60660
|
-
var _authdetailsContext$
|
|
60661
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60662
|
-
var _authdetailsContext$
|
|
60663
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60953
|
+
var _authdetailsContext$i35;
|
|
60954
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.whatsappnumber) != null) {
|
|
60955
|
+
var _authdetailsContext$i36;
|
|
60956
|
+
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');
|
|
60664
60957
|
}
|
|
60665
60958
|
}
|
|
60666
60959
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
@@ -60760,10 +61053,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60760
61053
|
"class": "".concat(section_styles.btn) + ' m-md-0 ',
|
|
60761
61054
|
onClick: function onClick() {
|
|
60762
61055
|
if (sectionproperties.btntype == 'WhatsApp') {
|
|
60763
|
-
var _authdetailsContext$
|
|
60764
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60765
|
-
var _authdetailsContext$
|
|
60766
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
61056
|
+
var _authdetailsContext$i37;
|
|
61057
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.whatsappnumber) != null) {
|
|
61058
|
+
var _authdetailsContext$i38;
|
|
61059
|
+
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');
|
|
60767
61060
|
}
|
|
60768
61061
|
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
60769
61062
|
// window.open(sectionproperties.btnlink, '_target');
|
|
@@ -60786,10 +61079,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60786
61079
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60787
61080
|
"class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60788
61081
|
onClick: function onClick() {
|
|
60789
|
-
var _authdetailsContext$
|
|
60790
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60791
|
-
var _authdetailsContext$
|
|
60792
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
61082
|
+
var _authdetailsContext$i39;
|
|
61083
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.facebooklink) != null) {
|
|
61084
|
+
var _authdetailsContext$i40;
|
|
61085
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.facebooklink, '_blank');
|
|
60793
61086
|
}
|
|
60794
61087
|
}
|
|
60795
61088
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
@@ -60797,10 +61090,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60797
61090
|
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60798
61091
|
"class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60799
61092
|
onClick: function onClick() {
|
|
60800
|
-
var _authdetailsContext$
|
|
60801
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60802
|
-
var _authdetailsContext$
|
|
60803
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
61093
|
+
var _authdetailsContext$i41;
|
|
61094
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.instagramlink) != null) {
|
|
61095
|
+
var _authdetailsContext$i42;
|
|
61096
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.instagramlink, '_blank');
|
|
60804
61097
|
}
|
|
60805
61098
|
}
|
|
60806
61099
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
@@ -60808,10 +61101,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60808
61101
|
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60809
61102
|
"class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60810
61103
|
onClick: function onClick() {
|
|
60811
|
-
var _authdetailsContext$
|
|
60812
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60813
|
-
var _authdetailsContext$
|
|
60814
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
61104
|
+
var _authdetailsContext$i43;
|
|
61105
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.whatsappnumber) != null) {
|
|
61106
|
+
var _authdetailsContext$i44;
|
|
61107
|
+
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');
|
|
60815
61108
|
}
|
|
60816
61109
|
}
|
|
60817
61110
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
@@ -61447,6 +61740,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61447
61740
|
}
|
|
61448
61741
|
}),
|
|
61449
61742
|
cardContainer: glamor.css({
|
|
61743
|
+
background: sectionproperties.reservation_bgcolor,
|
|
61450
61744
|
':hover .imageContainer': {
|
|
61451
61745
|
transition: '.3s',
|
|
61452
61746
|
backgroundColor: sectionproperties.activedotcolor
|
|
@@ -61454,6 +61748,9 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61454
61748
|
':hover .text1Styles': {
|
|
61455
61749
|
transition: '.3s',
|
|
61456
61750
|
color: sectionproperties.text1secondarycolor
|
|
61751
|
+
},
|
|
61752
|
+
':hover': {
|
|
61753
|
+
background: sectionproperties.innersectionbgcolorhover
|
|
61457
61754
|
}
|
|
61458
61755
|
}),
|
|
61459
61756
|
btnstyles: glamor.css({
|
|
@@ -61462,7 +61759,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61462
61759
|
fontSize: sectionproperties.generalbtn_fontsize + 'px',
|
|
61463
61760
|
color: sectionproperties.generalbtn_textColor,
|
|
61464
61761
|
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
61465
|
-
textDecoration: sectionproperties.textdecoration == 'None' ? 'none' : 'underline',
|
|
61762
|
+
// textDecoration: sectionproperties.textdecoration == 'None' ? 'none' : 'underline',
|
|
61466
61763
|
backgroundColor: sectionproperties.generalbtn_bgColor,
|
|
61467
61764
|
borderRadius: sectionproperties.generalbtnborderradius,
|
|
61468
61765
|
':hover': {
|
|
@@ -61534,18 +61831,21 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61534
61831
|
paddingRight: langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px'
|
|
61535
61832
|
}
|
|
61536
61833
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61537
|
-
"class": "d-flex align-items-center flex-
|
|
61834
|
+
"class": "d-flex align-items-center flex-column allcentered",
|
|
61538
61835
|
style: {
|
|
61539
61836
|
position: 'relative',
|
|
61540
61837
|
width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
|
|
61541
61838
|
}
|
|
61542
|
-
},
|
|
61543
|
-
"class": sectionStyles.line_left
|
|
61544
|
-
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
61839
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
61545
61840
|
"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 ',
|
|
61546
61841
|
style: {}
|
|
61547
|
-
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line
|
|
61548
|
-
|
|
61842
|
+
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
61843
|
+
style: {
|
|
61844
|
+
width: '50%',
|
|
61845
|
+
background: sectionproperties.linebgcolor,
|
|
61846
|
+
height: 3,
|
|
61847
|
+
borderRadius: 10
|
|
61848
|
+
}
|
|
61549
61849
|
})))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61550
61850
|
"class": ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center px-sm-3',
|
|
61551
61851
|
style: {
|
|
@@ -61557,7 +61857,118 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61557
61857
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
61558
61858
|
"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',
|
|
61559
61859
|
style: {}
|
|
61560
|
-
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)),
|
|
61860
|
+
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), sectionproperties.flippingcards == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61861
|
+
"class": "row m-0 w-100"
|
|
61862
|
+
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
61863
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61864
|
+
"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,
|
|
61865
|
+
style: {
|
|
61866
|
+
zIndex: 2,
|
|
61867
|
+
paddingLeft: sectionproperties.marginhorizontal + 'px',
|
|
61868
|
+
paddingRight: sectionproperties.marginhorizontal + 'px'
|
|
61869
|
+
}
|
|
61870
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61871
|
+
"class": "flip-card-inner",
|
|
61872
|
+
style: {
|
|
61873
|
+
background: sectionproperties.reservation_bgcolor,
|
|
61874
|
+
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
61875
|
+
border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : ''
|
|
61876
|
+
}
|
|
61877
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61878
|
+
"class": "flip-card-front"
|
|
61879
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61880
|
+
"class": "row m-0 w-100"
|
|
61881
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61882
|
+
"class": "col-lg-12 d-flex align-items-center p-0",
|
|
61883
|
+
style: {
|
|
61884
|
+
marginBottom: sectionproperties.image_mb + 'px',
|
|
61885
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
61886
|
+
}
|
|
61887
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61888
|
+
"class": sectionStyles.imageContainer + ' d-flex align-items-center imageContainer ',
|
|
61889
|
+
style: {
|
|
61890
|
+
background: 'transparent'
|
|
61891
|
+
}
|
|
61892
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
61893
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
61894
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
61895
|
+
path: cardsarray.length != 0 ? cardinfoitem.cardobj_img : '',
|
|
61896
|
+
style: {
|
|
61897
|
+
maxHeight: sectionproperties.iconcontainerwidth + '%',
|
|
61898
|
+
maxWidth: sectionproperties.iconcontainerwidth + '%',
|
|
61899
|
+
objectFit: 'contain'
|
|
61900
|
+
}
|
|
61901
|
+
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61902
|
+
"class": "col-lg-12 d-flex p-0",
|
|
61903
|
+
style: {
|
|
61904
|
+
marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
|
|
61905
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
61906
|
+
}
|
|
61907
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
61908
|
+
"class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles ',
|
|
61909
|
+
style: {
|
|
61910
|
+
cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default'
|
|
61911
|
+
}
|
|
61912
|
+
}, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)), sectionproperties.generalbtn_show = cardinfoitem.iscardclickable == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61913
|
+
"class": sectionproperties.justifyContentCenter == 'Centered' ? 'col-lg-12 mt-2 allcentered' : 'col-lg-12 mt-2 text-start p-0'
|
|
61914
|
+
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
61915
|
+
"class": "".concat(sectionStyles.btnstyles)
|
|
61916
|
+
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61917
|
+
"class": "flip-card-back allcentered"
|
|
61918
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61919
|
+
"class": "row m-0 w-100 allcentered"
|
|
61920
|
+
}, sectionproperties.showimagewhenflip == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61921
|
+
"class": "col-lg-12 d-flex align-items-center p-0",
|
|
61922
|
+
style: {
|
|
61923
|
+
marginBottom: sectionproperties.image_mb + 'px',
|
|
61924
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
61925
|
+
}
|
|
61926
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61927
|
+
"class": ' d-flex align-items-center ',
|
|
61928
|
+
style: {
|
|
61929
|
+
width: '30%',
|
|
61930
|
+
height: '30%',
|
|
61931
|
+
justifyContent: sectionproperties.iconcontainerheight == '0' ? 'start' : 'center'
|
|
61932
|
+
}
|
|
61933
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
61934
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
61935
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
61936
|
+
path: cardsarray.length != 0 ? cardinfoitem.cardobj_img : '',
|
|
61937
|
+
style: {
|
|
61938
|
+
maxHeight: '100%',
|
|
61939
|
+
maxWidth: '100%',
|
|
61940
|
+
objectFit: 'contain'
|
|
61941
|
+
}
|
|
61942
|
+
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61943
|
+
"class": "col-lg-12 d-flex p-0",
|
|
61944
|
+
style: {
|
|
61945
|
+
marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
|
|
61946
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
61947
|
+
}
|
|
61948
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
61949
|
+
"class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles ',
|
|
61950
|
+
style: {
|
|
61951
|
+
cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
|
|
61952
|
+
color: ' #FFECB5',
|
|
61953
|
+
fontSize: 14
|
|
61954
|
+
}
|
|
61955
|
+
}, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61956
|
+
"class": "col-lg-12 d-flex p-0",
|
|
61957
|
+
style: {
|
|
61958
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
61959
|
+
}
|
|
61960
|
+
}, sectionproperties.slideshowtext2_show && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
61961
|
+
"class": "m-0 wordbreak",
|
|
61962
|
+
style: {
|
|
61963
|
+
color: sectionproperties.slideshowText2ContentColor,
|
|
61964
|
+
fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
|
|
61965
|
+
fontWeight: sectionproperties.slideshowText2ContentFontWeight,
|
|
61966
|
+
textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
61967
|
+
}
|
|
61968
|
+
}, langdetect == 'en' ? cardinfoitem.cardobj_descripen : cardinfoitem.cardobj_descripar))))));
|
|
61969
|
+
})), sectionproperties.flippingcards == 'No' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61970
|
+
"class": "row m-0 w-100"
|
|
61971
|
+
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
61561
61972
|
var _authdetailsContext$i;
|
|
61562
61973
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61563
61974
|
"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,
|
|
@@ -61570,20 +61981,37 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61570
61981
|
"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 ',
|
|
61571
61982
|
style: {
|
|
61572
61983
|
cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
|
|
61573
|
-
background: sectionproperties.reservation_bgcolor,
|
|
61574
61984
|
paddingTop: sectionproperties.reservation_padding_top + 'px',
|
|
61575
61985
|
paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
|
|
61576
61986
|
paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
|
|
61577
61987
|
paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
|
|
61578
61988
|
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
61579
|
-
border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor :
|
|
61989
|
+
border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
|
|
61990
|
+
// sectionproperties.innersectionbordertype == 'All'
|
|
61991
|
+
// ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
61992
|
+
// : cardinfoindex != cardsarray.length - 1
|
|
61993
|
+
// ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
61994
|
+
// : '',
|
|
61580
61995
|
// cardinfoindex != cardsarray.length - 1
|
|
61581
61996
|
// ? sectionproperties.innersectionbordertype == 'All'
|
|
61582
61997
|
// ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
61583
61998
|
// : ''
|
|
61584
61999
|
// : '',
|
|
61585
|
-
borderRight:
|
|
61586
|
-
|
|
62000
|
+
// borderRight:
|
|
62001
|
+
// cardinfoindex != cardsarray.length - 1
|
|
62002
|
+
// ? sectionproperties.innersectionbordertype == 'Right'
|
|
62003
|
+
// ? langdetect == 'en'
|
|
62004
|
+
// ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
62005
|
+
// : ''
|
|
62006
|
+
// : ''
|
|
62007
|
+
// : '',
|
|
62008
|
+
// borderLeft:
|
|
62009
|
+
// sectionproperties.innersectionbordertype == 'Right'
|
|
62010
|
+
// ? langdetect == 'ar'
|
|
62011
|
+
// ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
62012
|
+
// : ''
|
|
62013
|
+
// : '',
|
|
62014
|
+
borderRight: sectionproperties.innersectionbordertype != 'All' && cardinfoindex != cardsarray.length - 1 ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
|
|
61587
62015
|
boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
|
|
61588
62016
|
height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '66b4a0338cb14' ? '100%' : ''
|
|
61589
62017
|
},
|
|
@@ -61706,7 +62134,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61706
62134
|
}
|
|
61707
62135
|
}
|
|
61708
62136
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar))));
|
|
61709
|
-
}))));
|
|
62137
|
+
})))));
|
|
61710
62138
|
};
|
|
61711
62139
|
|
|
61712
62140
|
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 ";
|
|
@@ -76913,7 +77341,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
76913
77341
|
style: {
|
|
76914
77342
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
76915
77343
|
}
|
|
76916
|
-
}, plainString(item.
|
|
77344
|
+
}, plainString(item.shortdescription)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
76917
77345
|
style: {
|
|
76918
77346
|
flexDirection: 'column'
|
|
76919
77347
|
},
|