tabexseriescomponents 0.0.809 → 0.0.812
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 +292 -337
- package/dist/index.esm.js +292 -337
- package/dist/index.umd.js +292 -337
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -12938,7 +12938,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
12938
12938
|
setFetchTabexStatesPayloadobjContext(_objectSpread$2n({}, tempFetchTabexStatesPayloadobjContext));
|
|
12939
12939
|
payloadobjchange('countryid', option.id);
|
|
12940
12940
|
},
|
|
12941
|
-
styles:
|
|
12941
|
+
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
12942
12942
|
placeholder: langdetect == 'en' ? 'Choose Country' : 'إختر البلد',
|
|
12943
12943
|
isSearchable: true
|
|
12944
12944
|
}), !fetchTabexCountriesQueryContext.isFetching && fetchTabexCountriesQueryContext.isSuccess && sectionproperties.inputfieldcolor == '#ffffff' && /*#__PURE__*/React__default["default"].createElement(Select$2, {
|
|
@@ -13022,7 +13022,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
13022
13022
|
setFetchTabexStatesPayloadobjContext(_objectSpread$2n({}, tempFetchTabexStatesPayloadobjContext));
|
|
13023
13023
|
payloadobjchange('stateid', option.id);
|
|
13024
13024
|
},
|
|
13025
|
-
styles:
|
|
13025
|
+
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
13026
13026
|
placeholder: lang.choosestategov,
|
|
13027
13027
|
isSearchable: true
|
|
13028
13028
|
}), !fetchTabexStatesQueryContext.isFetching && fetchTabexStatesQueryContext.isSuccess && sectionproperties.inputfieldcolor == '#ffffff' && /*#__PURE__*/React__default["default"].createElement(Select$2, {
|
|
@@ -13102,7 +13102,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
13102
13102
|
onChange: function onChange(option) {
|
|
13103
13103
|
payloadobjchange('cityid', option.id);
|
|
13104
13104
|
},
|
|
13105
|
-
styles:
|
|
13105
|
+
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
13106
13106
|
placeholder: lang.choosecity,
|
|
13107
13107
|
isSearchable: true
|
|
13108
13108
|
}), !fetchTabexCitiesQueryContext.isFetching && fetchTabexCitiesQueryContext.isSuccess && sectionproperties.inputfieldcolor == '#ffffff' && /*#__PURE__*/React__default["default"].createElement(Select$2, {
|
|
@@ -19177,9 +19177,20 @@ var CardsSection = function CardsSection(props) {
|
|
|
19177
19177
|
sectioncontainerr: glamor.css({
|
|
19178
19178
|
width: sectionproperties.width + 'vw',
|
|
19179
19179
|
marginTop: sectionproperties.marginTop + 'px',
|
|
19180
|
+
zIndex: 2,
|
|
19181
|
+
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
19182
|
+
backgroundSize: 'cover',
|
|
19183
|
+
backgroundImage: maincontainerarrayofobjs.length != 0 ? 'url(' + image_serverbaselink + maincontainerarrayofobjs[0].back_bgimage + ')' : '',
|
|
19184
|
+
boxShadow: sectionproperties.sectioncardshadow == 'Show' ? '0 0 10px ' + sectionproperties.sectioncardshadowcolor : 'none',
|
|
19185
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.borderBottomLeftRadius + 'px' : sectionproperties.borderBottomRightRadius + 'px',
|
|
19186
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.borderBottomRightRadius + 'px' : sectionproperties.borderBottomLeftRadius + 'px',
|
|
19187
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.borderTopLeftRadius + 'px' : sectionproperties.borderTopRightRadius + 'px',
|
|
19188
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.borderTopRightRadius + 'px' : sectionproperties.borderTopLeftRadius + 'px',
|
|
19189
|
+
marginBottom: sectionproperties.marginBottom + 'px',
|
|
19180
19190
|
'@media (max-width: 800px)': {
|
|
19181
19191
|
marginTop: sectionproperties.marginTopResp != undefined && sectionproperties.marginTopResp != undefined ? sectionproperties.marginTopResp + 'px' : sectionproperties.marginTop + 'px',
|
|
19182
|
-
width: sectionproperties.widthresponsive + '%'
|
|
19192
|
+
width: sectionproperties.widthresponsive + '%',
|
|
19193
|
+
backgroundImage: maincontainerarrayofobjs.length != 0 ? 'url(' + image_serverbaselink + maincontainerarrayofobjs[0].back_bgimageresp + ')' : ''
|
|
19183
19194
|
}
|
|
19184
19195
|
}),
|
|
19185
19196
|
innercardssection: glamor.css({
|
|
@@ -20122,16 +20133,6 @@ var CardsSection = function CardsSection(props) {
|
|
|
20122
20133
|
ref: refscr,
|
|
20123
20134
|
"class": section_cssstyles.sectioncontainerr + ' row ml-0 mr-0 d-flex justify-content-center ml-auto mr-auto ',
|
|
20124
20135
|
style: {
|
|
20125
|
-
zIndex: 2,
|
|
20126
|
-
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
20127
|
-
backgroundImage: maincontainerarrayofobjs.length != 0 ? 'url(' + image_serverbaselink + maincontainerarrayofobjs[0].back_bgimage + ')' : '',
|
|
20128
|
-
backgroundSize: 'cover',
|
|
20129
|
-
boxShadow: sectionproperties.sectioncardshadow == 'Show' ? '0 0 10px ' + sectionproperties.sectioncardshadowcolor : 'none',
|
|
20130
|
-
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.borderBottomLeftRadius + 'px' : sectionproperties.borderBottomRightRadius + 'px',
|
|
20131
|
-
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.borderBottomRightRadius + 'px' : sectionproperties.borderBottomLeftRadius + 'px',
|
|
20132
|
-
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.borderTopLeftRadius + 'px' : sectionproperties.borderTopRightRadius + 'px',
|
|
20133
|
-
borderTopRightRadius: langdetect == 'en' ? sectionproperties.borderTopRightRadius + 'px' : sectionproperties.borderTopLeftRadius + 'px',
|
|
20134
|
-
marginBottom: sectionproperties.marginBottom + 'px'
|
|
20135
20136
|
// minHeight: sectionproperties.height == null || sectionproperties.height == 0 ? 'auto' : sectionproperties.height + 'vh',
|
|
20136
20137
|
}
|
|
20137
20138
|
}, sectionproperties.length != 0 && sectionproperties.showanimation == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -31405,8 +31406,201 @@ styleInject(css_248z$v);
|
|
|
31405
31406
|
|
|
31406
31407
|
function ownKeys$1W(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; }
|
|
31407
31408
|
function _objectSpread$1W(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1W(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1W(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
31409
|
+
var FloatingIcons = function FloatingIcons(props) {
|
|
31410
|
+
var _authdetailsContext$i, _authdetailsContext$i2;
|
|
31411
|
+
var _useState = React.useState(''),
|
|
31412
|
+
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
31413
|
+
sectionproperties = _useState2[0],
|
|
31414
|
+
setsectionproperties = _useState2[1];
|
|
31415
|
+
var langdetect = props.actions.langdetect;
|
|
31416
|
+
var authdetailsContext = props.actions.authdetailsContext;
|
|
31417
|
+
var routingcountext = props.actions.routingcountext;
|
|
31418
|
+
React.useEffect(function () {
|
|
31419
|
+
if (props.sectionpropertiesprops != undefined) {
|
|
31420
|
+
setsectionproperties(_objectSpread$1W({}, props.sectionpropertiesprops));
|
|
31421
|
+
}
|
|
31422
|
+
}, [props.sectionpropertiesprops]);
|
|
31423
|
+
var header_cssstyles = {
|
|
31424
|
+
floatingwaicon: glamor.css(_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"]({
|
|
31425
|
+
position: 'fixed',
|
|
31426
|
+
zIndex: 999999,
|
|
31427
|
+
transition: 'all 0.3s ease-out',
|
|
31428
|
+
bottom: sectionproperties.floatingwhatsapppositionfrombottom + 'px',
|
|
31429
|
+
right: sectionproperties.floatingwhatsapppositionfromright + 'px',
|
|
31430
|
+
width: sectionproperties.floatingwhatsappiconwidth + 'px',
|
|
31431
|
+
height: sectionproperties.floatingwhatappiconheight + 'px',
|
|
31432
|
+
background: sectionproperties.floatingwhatappiconbgcolor,
|
|
31433
|
+
borderRadius: sectionproperties.floatingwhatsappiconborderradius + 'px',
|
|
31434
|
+
fontSize: sectionproperties.floatingwhatsappiconfontsize + 'px',
|
|
31435
|
+
color: sectionproperties.floatingwhatsappiconcolor
|
|
31436
|
+
}, "bottom", 70), "fontSize", 15), ':hover', {
|
|
31437
|
+
color: sectionproperties.floatingwhatsappiconcoloronhover,
|
|
31438
|
+
background: sectionproperties.floatingwhatappiconbgcoloronhover
|
|
31439
|
+
})),
|
|
31440
|
+
fbfloatingicon: glamor.css({
|
|
31441
|
+
position: 'fixed',
|
|
31442
|
+
zIndex: 999999,
|
|
31443
|
+
transition: 'all 0.3s ease-out',
|
|
31444
|
+
bottom: sectionproperties.floatingfbfrombottom + 'px',
|
|
31445
|
+
right: sectionproperties.floatingfbfromright + 'px',
|
|
31446
|
+
width: sectionproperties.floatingfbiconwidth + 'px',
|
|
31447
|
+
height: sectionproperties.floatingfbiconheight + 'px',
|
|
31448
|
+
background: sectionproperties.floatingwhatappiconbgcolor,
|
|
31449
|
+
borderRadius: sectionproperties.floatingfbiconborderradius + 'px',
|
|
31450
|
+
fontSize: sectionproperties.floatingfbiconfontsize + 'px',
|
|
31451
|
+
color: sectionproperties.floatingfbiconiconcolor,
|
|
31452
|
+
':hover': {
|
|
31453
|
+
color: sectionproperties.floatingfbiconiconcoloronhover,
|
|
31454
|
+
background: sectionproperties.floatingwhatappiconbgcoloronhover
|
|
31455
|
+
}
|
|
31456
|
+
}),
|
|
31457
|
+
instagramfloatingicon: glamor.css({
|
|
31458
|
+
position: 'fixed',
|
|
31459
|
+
zIndex: 999999,
|
|
31460
|
+
transition: 'all 0.3s ease-out',
|
|
31461
|
+
bottom: sectionproperties.floatinginstagramfrombottom + 'px',
|
|
31462
|
+
right: sectionproperties.floatinginstagramfromright + 'px',
|
|
31463
|
+
width: sectionproperties.floatinginstagramiconwidth + 'px',
|
|
31464
|
+
height: sectionproperties.floatinginstagramiconheight + 'px',
|
|
31465
|
+
background: sectionproperties.floatinginstagramiconbgcolor,
|
|
31466
|
+
borderRadius: sectionproperties.floatinginstagramiconborderradius + 'px',
|
|
31467
|
+
color: sectionproperties.floatinginstagramiconiconcolor,
|
|
31468
|
+
':hover': {
|
|
31469
|
+
color: sectionproperties.floatinginstagramiconiconcoloronhover,
|
|
31470
|
+
background: sectionproperties.floatinginstagramiconbgcoloronhover
|
|
31471
|
+
}
|
|
31472
|
+
}),
|
|
31473
|
+
floatingbtn: glamor.css({
|
|
31474
|
+
position: 'fixed',
|
|
31475
|
+
bottom: sectionproperties.floatingbtnfrombottom + 'px',
|
|
31476
|
+
right: sectionproperties.floatingbtnfromright + 'px',
|
|
31477
|
+
zIndex: 999999,
|
|
31478
|
+
transition: 'all 0.3s ease-out',
|
|
31479
|
+
width: sectionproperties.floatingbtnwidth + 'px',
|
|
31480
|
+
height: sectionproperties.floatingbtnheight + 'px',
|
|
31481
|
+
background: sectionproperties.floatingbtnbg,
|
|
31482
|
+
fontSize: sectionproperties.floatingbtnfontsize + 'px',
|
|
31483
|
+
color: sectionproperties.floatingbtncolor,
|
|
31484
|
+
borderRadius: sectionproperties.floatingbuttonborderradius + 'px',
|
|
31485
|
+
':hover': {
|
|
31486
|
+
color: sectionproperties.floatingbtncolorhover,
|
|
31487
|
+
backgroundColor: sectionproperties.floatingbtnbghover,
|
|
31488
|
+
transitions: '.3s',
|
|
31489
|
+
cursor: 'pointer'
|
|
31490
|
+
}
|
|
31491
|
+
// '@media (max-width: 800px)': {
|
|
31492
|
+
// width: '50%',
|
|
31493
|
+
// },
|
|
31494
|
+
})
|
|
31495
|
+
};
|
|
31496
|
+
var whatsappUrl = "https://wa.me/".concat(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.whatsappnumber, "?text=").concat(sectionproperties.directwabtnmessageen);
|
|
31497
|
+
var whatsappUrl_ar = "https://wa.me/".concat(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.whatsappnumber, "?text=").concat(sectionproperties.directwabtnmessagear);
|
|
31498
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31499
|
+
"class": '',
|
|
31500
|
+
style: {
|
|
31501
|
+
position: 'relative'
|
|
31502
|
+
}
|
|
31503
|
+
}, sectionproperties.showfloatingwaicon == 'Show' && /*#__PURE__*/React__default["default"].createElement("a", {
|
|
31504
|
+
href: langdetect == 'en' ? whatsappUrl : whatsappUrl_ar,
|
|
31505
|
+
target: "_blank",
|
|
31506
|
+
rel: "noopener noreferrer",
|
|
31507
|
+
style: {},
|
|
31508
|
+
"class": header_cssstyles.floatingwaicon + ' allcentered px-2 py-1 cursor-pointer '
|
|
31509
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
31510
|
+
size: sectionproperties.floatingwhatsappiconiconfontsize
|
|
31511
|
+
}), sectionproperties.floatingwhatsappiconfontsize != 0 && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
31512
|
+
"class": langdetect == 'en' ? 'ml-1' : 'mr-1'
|
|
31513
|
+
}, langdetect == 'en' ? sectionproperties.floatingwhatsappicontexten : sectionproperties.floatingwhatsappicontextar)), sectionproperties.showfloatingfbbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31514
|
+
"class": "".concat(header_cssstyles.fbfloatingicon) + ' allcentered cursor-pointer ',
|
|
31515
|
+
onClick: function onClick() {
|
|
31516
|
+
var _authdetailsContext$i3;
|
|
31517
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink) != null) {
|
|
31518
|
+
var _authdetailsContext$i4;
|
|
31519
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink, '_blank');
|
|
31520
|
+
}
|
|
31521
|
+
}
|
|
31522
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaFacebook.FaFacebook, {
|
|
31523
|
+
size: sectionproperties.floatingfbiconiconsize
|
|
31524
|
+
})), sectionproperties.instagramfloatingbtnshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31525
|
+
"class": "".concat(header_cssstyles.instagramfloatingicon) + ' allcentered cursor-pointer ',
|
|
31526
|
+
onClick: function onClick() {
|
|
31527
|
+
var _authdetailsContext$i5;
|
|
31528
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink) != null) {
|
|
31529
|
+
var _authdetailsContext$i6;
|
|
31530
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instagramlink, '_blank');
|
|
31531
|
+
}
|
|
31532
|
+
}
|
|
31533
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
31534
|
+
size: sectionproperties.floatinginstagramiconiconsize
|
|
31535
|
+
})), sectionproperties.tiktonfloatingbtnshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31536
|
+
"class": "".concat(header_cssstyles.fbfloatingicon) + ' allcentered cursor-pointer ',
|
|
31537
|
+
onClick: function onClick() {
|
|
31538
|
+
var _authdetailsContext$i7;
|
|
31539
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null) {
|
|
31540
|
+
var _authdetailsContext$i8;
|
|
31541
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instagramlink, '_blank');
|
|
31542
|
+
}
|
|
31543
|
+
}
|
|
31544
|
+
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
31545
|
+
size: 20
|
|
31546
|
+
})), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31547
|
+
"class": header_cssstyles.floatingbtn + ' allcentered cursor-pointer ',
|
|
31548
|
+
style: {},
|
|
31549
|
+
onClick: function onClick() {
|
|
31550
|
+
routingcountext(sectionproperties.floatingbtnlink, false, '');
|
|
31551
|
+
}
|
|
31552
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
31553
|
+
"class": "m-0 p-0"
|
|
31554
|
+
}, langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar)), sectionproperties.showfloatingbtn == 'Show when logged in' && authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31555
|
+
style: {
|
|
31556
|
+
position: 'fixed',
|
|
31557
|
+
bottom: sectionproperties.floatingbtnfrombottom + 'px',
|
|
31558
|
+
right: langdetect == 'en' ? sectionproperties.floatingbtnfromright + 'px' : '',
|
|
31559
|
+
left: langdetect == 'ar' ? sectionproperties.floatingbtnfromright + 'px' : '',
|
|
31560
|
+
zIndex: 2000,
|
|
31561
|
+
transition: 'all 0.3s ease-out',
|
|
31562
|
+
width: '100%'
|
|
31563
|
+
},
|
|
31564
|
+
"class": "text-end"
|
|
31565
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31566
|
+
"class": header_cssstyles.floatingbtn + ' allcentered ',
|
|
31567
|
+
style: {},
|
|
31568
|
+
onClick: function onClick() {
|
|
31569
|
+
if (sectionproperties.btnlinktype == 'Website Link') {
|
|
31570
|
+
routingcountext(sectionproperties.floatingbtnlink, false, '');
|
|
31571
|
+
} else {
|
|
31572
|
+
window.open(sectionproperties.floatingbtnlink, '_blank');
|
|
31573
|
+
|
|
31574
|
+
// routingcountext(sectionproperties.floatingbtnlink, true, '');
|
|
31575
|
+
}
|
|
31576
|
+
}
|
|
31577
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
31578
|
+
"class": "m-0 p-0"
|
|
31579
|
+
}, langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar))), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("a", {
|
|
31580
|
+
href: 'tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber),
|
|
31581
|
+
target: '_self',
|
|
31582
|
+
style: {
|
|
31583
|
+
position: 'fixed',
|
|
31584
|
+
bottom: sectionproperties.callppositionfrombottom + 'px',
|
|
31585
|
+
right: sectionproperties.callppositionfromright + 'px',
|
|
31586
|
+
zIndex: 999999,
|
|
31587
|
+
transition: 'all 0.3s ease-out'
|
|
31588
|
+
}
|
|
31589
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
31590
|
+
"class": langdetect == 'en' ? 'h-100 d-flex align-items-center justify-content-center mr-2' : 'h-100 d-flex align-items-center justify-content-center ml-2'
|
|
31591
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiPhone.FiPhone, {
|
|
31592
|
+
size: 30,
|
|
31593
|
+
color: sectionproperties.uppersection_iconcolor,
|
|
31594
|
+
style: {
|
|
31595
|
+
transform: langdetect == 'en' ? 'scaleX(1)' : 'scaleX(-1)'
|
|
31596
|
+
}
|
|
31597
|
+
}))));
|
|
31598
|
+
};
|
|
31599
|
+
|
|
31600
|
+
function ownKeys$1V(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; }
|
|
31601
|
+
function _objectSpread$1V(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1V(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1V(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
31408
31602
|
var Simpleheader = function Simpleheader(props) {
|
|
31409
|
-
var _header_cssstyles, _authdetailsContext$i,
|
|
31603
|
+
var _header_cssstyles, _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i3, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$i4, _authdetailsContext$i5, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
31410
31604
|
var actions = props.actions;
|
|
31411
31605
|
var _useState = React.useState(''),
|
|
31412
31606
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -31452,7 +31646,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
31452
31646
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
31453
31647
|
});
|
|
31454
31648
|
}
|
|
31455
|
-
setsectionproperties(_objectSpread$
|
|
31649
|
+
setsectionproperties(_objectSpread$1V({}, secpropobj));
|
|
31456
31650
|
}, [StatePagePropertiesContext]);
|
|
31457
31651
|
React.useEffect(function () {
|
|
31458
31652
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -31703,140 +31897,56 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
31703
31897
|
marginTop: sectionproperties.header_marginTop + 'px',
|
|
31704
31898
|
marginBottom: sectionproperties.header_marginBottom + 'px'
|
|
31705
31899
|
}
|
|
31706
|
-
},
|
|
31900
|
+
}, /*#__PURE__*/React__default["default"].createElement(FloatingIcons, {
|
|
31901
|
+
sectionpropertiesprops: sectionproperties,
|
|
31902
|
+
actions: actions
|
|
31903
|
+
}), templateproperties_context.showsocialmedia == 'Show' && /*#__PURE__*/React__default["default"].createElement(SocialMediaSection, {
|
|
31904
|
+
sectionpropertiesprops: sectionproperties,
|
|
31905
|
+
templateproperties_contextprops: templateproperties_context,
|
|
31906
|
+
actions: actions
|
|
31907
|
+
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31908
|
+
"class": " ".concat(header_cssstyles.headercontainer) + ' d-flex d-md-none align-items-center m-0 '
|
|
31909
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31910
|
+
"class": "row m-0 w-100 "
|
|
31911
|
+
}, templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31912
|
+
"class": "col-lg-12 p-0 d-flex d-md-none"
|
|
31913
|
+
}, /*#__PURE__*/React__default["default"].createElement(MarqueeHeader, {
|
|
31707
31914
|
sectionpropertiesprops: sectionproperties,
|
|
31708
31915
|
templateproperties_contextprops: templateproperties_context,
|
|
31709
31916
|
actions: actions
|
|
31710
|
-
}), sectionproperties.
|
|
31917
|
+
})), sectionproperties.showdownloadapp == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31918
|
+
"class": "w-100 d-flex d-md-none"
|
|
31919
|
+
}, /*#__PURE__*/React__default["default"].createElement(DownloadApp, {
|
|
31920
|
+
sectionpropertiesprops: sectionproperties,
|
|
31921
|
+
actions: actions
|
|
31922
|
+
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31923
|
+
"class": "col-lg-12 p-0"
|
|
31924
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31925
|
+
"class": header_cssstyles.headerinnercontainer + ' row m-0 w-100 px-1025-1 '
|
|
31926
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31927
|
+
"class": "col-lg-12 p-0"
|
|
31928
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31929
|
+
"class": " ".concat(headerstyles$9.navbar) + ' row m-0 w-100 d-flex flex-row align-items-center h-100 '
|
|
31930
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31931
|
+
"class": sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 || (_authdetailsContext$i = _authdetailsContext$i.instcurrencies) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.length) > 1 ? 'col-lg-4 p-0' : 'col-lg-2 p-0' : 'col-lg-2 p-0'
|
|
31932
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31933
|
+
"class": "".concat(header_cssstyles.header_logo) + ' d-flex align-items-center justify-content-center ',
|
|
31711
31934
|
style: {
|
|
31712
|
-
|
|
31713
|
-
bottom: sectionproperties.floatingbtnfrombottom + 'px',
|
|
31714
|
-
right: langdetect == 'en' ? sectionproperties.floatingbtnfromright + 'px' : '',
|
|
31715
|
-
left: langdetect == 'ar' ? sectionproperties.floatingbtnfromright + 'px' : '',
|
|
31716
|
-
zIndex: 2000,
|
|
31717
|
-
transition: 'all 0.3s ease-out',
|
|
31718
|
-
width: '100%',
|
|
31719
|
-
display: sectionproperties.showfloatingbtn == 'Show when logged in' ? 'none' : 'flex'
|
|
31935
|
+
cursor: 'pointer'
|
|
31720
31936
|
},
|
|
31721
|
-
"class": "text-end"
|
|
31722
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31723
|
-
"class": header_cssstyles.floatingbtn + ' allcentered ',
|
|
31724
|
-
style: {},
|
|
31725
31937
|
onClick: function onClick() {
|
|
31726
|
-
|
|
31727
|
-
routingcountext(sectionproperties.floatingbtnlink, false, '');
|
|
31728
|
-
} else {
|
|
31729
|
-
window.open(sectionproperties.floatingbtnlink, '_blank');
|
|
31730
|
-
|
|
31731
|
-
// routingcountext(sectionproperties.floatingbtnlink, true, '');
|
|
31732
|
-
}
|
|
31938
|
+
routingcountext(sectionproperties.logoonclickroute);
|
|
31733
31939
|
}
|
|
31734
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
31735
|
-
|
|
31736
|
-
|
|
31737
|
-
|
|
31738
|
-
position: 'fixed',
|
|
31739
|
-
bottom: sectionproperties.floatingbtnfrombottom + 'px',
|
|
31740
|
-
right: langdetect == 'en' ? sectionproperties.floatingbtnfromright + 'px' : '',
|
|
31741
|
-
left: langdetect == 'ar' ? sectionproperties.floatingbtnfromright + 'px' : '',
|
|
31742
|
-
zIndex: 2000,
|
|
31743
|
-
transition: 'all 0.3s ease-out',
|
|
31744
|
-
width: '100%'
|
|
31745
|
-
},
|
|
31746
|
-
"class": "text-end"
|
|
31747
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31748
|
-
"class": header_cssstyles.floatingbtn + ' allcentered ',
|
|
31749
|
-
style: {},
|
|
31750
|
-
onClick: function onClick() {
|
|
31751
|
-
if (sectionproperties.btnlinktype == 'Website Link') {
|
|
31752
|
-
routingcountext(sectionproperties.floatingbtnlink, false, '');
|
|
31753
|
-
} else {
|
|
31754
|
-
window.open(sectionproperties.floatingbtnlink, '_blank');
|
|
31755
|
-
|
|
31756
|
-
// routingcountext(sectionproperties.floatingbtnlink, true, '');
|
|
31757
|
-
}
|
|
31758
|
-
}
|
|
31759
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
31760
|
-
"class": "m-0 p-0"
|
|
31761
|
-
}, langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar))), sectionproperties.showwhatsapp == 'Show' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, /*#__PURE__*/React__default["default"].createElement("a", {
|
|
31762
|
-
href: 'https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.whatsappnumber),
|
|
31763
|
-
target: '_blank',
|
|
31764
|
-
style: {
|
|
31765
|
-
position: 'fixed',
|
|
31766
|
-
bottom: sectionproperties.whatsapppositionfrombottom + 'px',
|
|
31767
|
-
right: langdetect == 'en' ? sectionproperties.whatsapppositionfromright + 'px' : '',
|
|
31768
|
-
left: langdetect == 'ar' ? sectionproperties.whatsapppositionfromright + 'px' : '',
|
|
31769
|
-
zIndex: 2000,
|
|
31770
|
-
transition: 'all 0.3s ease-out'
|
|
31771
|
-
}
|
|
31772
|
-
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
31773
|
-
src: 'https://tabex-co.com/storage/StaticImages/whatsapp.png',
|
|
31774
|
-
style: {
|
|
31775
|
-
width: sectionproperties.wabtnwidth + 'px',
|
|
31776
|
-
height: sectionproperties.wabtnsize + 'px',
|
|
31777
|
-
cursor: 'pointer'
|
|
31778
|
-
}
|
|
31779
|
-
}))), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("a", {
|
|
31780
|
-
href: 'tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber),
|
|
31781
|
-
target: '_self',
|
|
31782
|
-
style: {
|
|
31783
|
-
position: 'fixed',
|
|
31784
|
-
bottom: sectionproperties.callppositionfrombottom + 'px',
|
|
31785
|
-
right: sectionproperties.callppositionfromright + 'px',
|
|
31786
|
-
zIndex: 2000,
|
|
31787
|
-
transition: 'all 0.3s ease-out'
|
|
31788
|
-
}
|
|
31789
|
-
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
31790
|
-
"class": langdetect == 'en' ? 'h-100 d-flex align-items-center justify-content-center mr-2' : 'h-100 d-flex align-items-center justify-content-center ml-2'
|
|
31791
|
-
}, /*#__PURE__*/React__default["default"].createElement(FiPhone.FiPhone, {
|
|
31792
|
-
size: 30,
|
|
31793
|
-
color: sectionproperties.uppersection_iconcolor,
|
|
31794
|
-
style: {
|
|
31795
|
-
transform: langdetect == 'en' ? 'scaleX(1)' : 'scaleX(-1)'
|
|
31796
|
-
}
|
|
31797
|
-
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31798
|
-
"class": " ".concat(header_cssstyles.headercontainer) + ' d-flex d-md-none align-items-center m-0 '
|
|
31799
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31800
|
-
"class": "row m-0 w-100 "
|
|
31801
|
-
}, templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31802
|
-
"class": "col-lg-12 p-0 d-flex d-md-none"
|
|
31803
|
-
}, /*#__PURE__*/React__default["default"].createElement(MarqueeHeader, {
|
|
31804
|
-
sectionpropertiesprops: sectionproperties,
|
|
31805
|
-
templateproperties_contextprops: templateproperties_context,
|
|
31806
|
-
actions: actions
|
|
31807
|
-
})), sectionproperties.showdownloadapp == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31808
|
-
"class": "w-100 d-flex d-md-none"
|
|
31809
|
-
}, /*#__PURE__*/React__default["default"].createElement(DownloadApp, {
|
|
31810
|
-
sectionpropertiesprops: sectionproperties,
|
|
31811
|
-
actions: actions
|
|
31812
|
-
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31813
|
-
"class": "col-lg-12 p-0"
|
|
31814
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31815
|
-
"class": header_cssstyles.headerinnercontainer + ' row m-0 w-100 px-1025-1 '
|
|
31816
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31817
|
-
"class": "col-lg-12 p-0"
|
|
31818
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31819
|
-
"class": " ".concat(headerstyles$9.navbar) + ' row m-0 w-100 d-flex flex-row align-items-center h-100 '
|
|
31820
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31821
|
-
"class": sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 || (_authdetailsContext$i2 = _authdetailsContext$i2.instcurrencies) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.length) > 1 ? 'col-lg-4 p-0' : 'col-lg-2 p-0' : 'col-lg-2 p-0'
|
|
31822
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31823
|
-
"class": "".concat(header_cssstyles.header_logo) + ' d-flex align-items-center justify-content-center ',
|
|
31824
|
-
style: {
|
|
31825
|
-
cursor: 'pointer'
|
|
31826
|
-
},
|
|
31827
|
-
onClick: function onClick() {
|
|
31828
|
-
routingcountext(sectionproperties.logoonclickroute);
|
|
31829
|
-
}
|
|
31830
|
-
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
31831
|
-
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
31832
|
-
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
31833
|
-
path: langdetect == 'en' ? (_logoarrayofobjects$ = logoarrayofobjects[0]) === null || _logoarrayofobjects$ === void 0 ? void 0 : _logoarrayofobjects$.englishlogo : (_logoarrayofobjects$2 = logoarrayofobjects[0]) === null || _logoarrayofobjects$2 === void 0 ? void 0 : _logoarrayofobjects$2.arabiclogo,
|
|
31940
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
31941
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
31942
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
31943
|
+
path: langdetect == 'en' ? (_logoarrayofobjects$ = logoarrayofobjects[0]) === null || _logoarrayofobjects$ === void 0 ? void 0 : _logoarrayofobjects$.englishlogo : (_logoarrayofobjects$2 = logoarrayofobjects[0]) === null || _logoarrayofobjects$2 === void 0 ? void 0 : _logoarrayofobjects$2.arabiclogo,
|
|
31834
31944
|
style: {
|
|
31835
31945
|
maxWidth: '100%',
|
|
31836
31946
|
maxHeight: '100%'
|
|
31837
31947
|
}
|
|
31838
31948
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31839
|
-
"class": sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31949
|
+
"class": sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 || (_authdetailsContext$i2 = _authdetailsContext$i2.instcurrencies) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.length) > 1 ? "".concat(headerstyles$9.nav__item) + ' col-lg-4 p-0 d-flex flex-row align-items-center ' : "".concat(headerstyles$9.nav__item) + ' col-lg-8 p-0 d-flex flex-row align-items-center ' : "".concat(headerstyles$9.nav__item) + ' col-lg-8 p-0 d-flex flex-row align-items-center ',
|
|
31840
31950
|
style: {
|
|
31841
31951
|
justifyContent: sectionproperties.header_centered == 'Centered' ? 'center' : 'start'
|
|
31842
31952
|
}
|
|
@@ -31868,7 +31978,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
31868
31978
|
subheadercontentpositionprops: sectionproperties.header_centered == 'Centered' ? 'center' : 'start'
|
|
31869
31979
|
}
|
|
31870
31980
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31871
|
-
"class": sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31981
|
+
"class": sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.instcurrencies) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.length) > 1 ? 'col-lg-4 p-0 d-flex align-items-center justify-content-end' : 'col-lg-2 p-0 d-flex align-items-center justify-content-end' : 'col-lg-2 p-0 d-flex align-items-center justify-content-end'
|
|
31872
31982
|
}, sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("i", {
|
|
31873
31983
|
className: header_cssstyles.searchicon + ' h-100 allcentered ',
|
|
31874
31984
|
onClick: function onClick() {
|
|
@@ -32193,7 +32303,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
32193
32303
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
32194
32304
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
32195
32305
|
"class": "ml-2 mr-2"
|
|
32196
|
-
}, "English"))))))), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
32306
|
+
}, "English"))))))), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 || (_authdetailsContext$i4 = _authdetailsContext$i4.instcurrencies) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.length) > 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32197
32307
|
"class": ' d-flex align-items-center justify-content-end '
|
|
32198
32308
|
}, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("li", {
|
|
32199
32309
|
"class": ' d-flex align-items-center justify-content-center '
|
|
@@ -32205,8 +32315,8 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
32205
32315
|
"class": ' row m-0 w-100 d-flex align-items-center '
|
|
32206
32316
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
32207
32317
|
"class": "m-0 p-0 ml-2 mr-2"
|
|
32208
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
32209
|
-
var _authdetailsContext$
|
|
32318
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 || (_authdetailsContext$i5 = _authdetailsContext$i5.instcurrencies) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.map(function (item, index) {
|
|
32319
|
+
var _authdetailsContext$i6;
|
|
32210
32320
|
return /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
32211
32321
|
onClick: function onClick() {
|
|
32212
32322
|
setcurrencyfunccontext(item);
|
|
@@ -32226,7 +32336,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
32226
32336
|
}
|
|
32227
32337
|
}, /*#__PURE__*/React__default["default"].createElement(FaMoneyBillWave.FaMoneyBillWave, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
32228
32338
|
"class": 'ml-2 mr-2'
|
|
32229
|
-
}, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar)))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
32339
|
+
}, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar)))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 || (_authdetailsContext$i6 = _authdetailsContext$i6.instcurrencies) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.length) - 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32230
32340
|
"class": "col-lg-12 p-0"
|
|
32231
32341
|
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
32232
32342
|
"class": "m-0"
|
|
@@ -32337,8 +32447,8 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
32337
32447
|
}))))))));
|
|
32338
32448
|
};
|
|
32339
32449
|
|
|
32340
|
-
function ownKeys$
|
|
32341
|
-
function _objectSpread$
|
|
32450
|
+
function ownKeys$1U(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; }
|
|
32451
|
+
function _objectSpread$1U(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1U(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1U(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
32342
32452
|
var Header8 = function Header8(props) {
|
|
32343
32453
|
var _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i9, _authdetailsContext$i11, _authdetailsContext$i13, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i14, _authdetailsContext$i16, _authdetailsContext$i18, _authdetailsContext$i19, _authdetailsContext$i20, _fetchcustomercartQue4, _fetchcustomercartQue5;
|
|
32344
32454
|
var actions = props.actions;
|
|
@@ -32395,7 +32505,7 @@ var Header8 = function Header8(props) {
|
|
|
32395
32505
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
32396
32506
|
});
|
|
32397
32507
|
}
|
|
32398
|
-
setsectionproperties(_objectSpread$
|
|
32508
|
+
setsectionproperties(_objectSpread$1U({}, secpropobj));
|
|
32399
32509
|
}, [StatePagePropertiesContext]);
|
|
32400
32510
|
var subtotalcart = function subtotalcart() {
|
|
32401
32511
|
var _fetchcustomercartQue;
|
|
@@ -34237,8 +34347,8 @@ var css_248z$u = ".headerresturant-module_header_innercontainer__K3I1g {\n di
|
|
|
34237
34347
|
var headerstyles$8 = {"header_innercontainer":"headerresturant-module_header_innercontainer__K3I1g","navbar_item":"headerresturant-module_navbar_item__Exl8b","navbar_item_text":"headerresturant-module_navbar_item_text__psv09","navbar_item_active":"headerresturant-module_navbar_item_active__8BCbD","searchbarcont":"headerresturant-module_searchbarcont__4VPWj","language_cont":"headerresturant-module_language_cont__LwHIK","badge_counter_header_notifications":"headerresturant-module_badge_counter_header_notifications__mGA2-"};
|
|
34238
34348
|
styleInject(css_248z$u);
|
|
34239
34349
|
|
|
34240
|
-
function ownKeys$
|
|
34241
|
-
function _objectSpread$
|
|
34350
|
+
function ownKeys$1T(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; }
|
|
34351
|
+
function _objectSpread$1T(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1T(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1T(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
34242
34352
|
var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
34243
34353
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3;
|
|
34244
34354
|
var _useState = React.useState(''),
|
|
@@ -34274,7 +34384,7 @@ var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
|
34274
34384
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
34275
34385
|
});
|
|
34276
34386
|
}
|
|
34277
|
-
setsectionproperties(_objectSpread$
|
|
34387
|
+
setsectionproperties(_objectSpread$1T({}, secpropobj));
|
|
34278
34388
|
}, [StatePagePropertiesContext]);
|
|
34279
34389
|
var _useState3 = React.useState([]),
|
|
34280
34390
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -34892,8 +35002,8 @@ var css_248z$t = ".header_contactinfo-module_lowerHeaderContainer__toB3m {\n
|
|
|
34892
35002
|
var headerstyles$7 = {"lowerHeaderContainer":"header_contactinfo-module_lowerHeaderContainer__toB3m","navbar_item":"header_contactinfo-module_navbar_item__T6mXT","navbar_item_text":"header_contactinfo-module_navbar_item_text__dSoH9","navbar_item_active":"header_contactinfo-module_navbar_item_active__eiC3f","badge_counter_header_notifications":"header_contactinfo-module_badge_counter_header_notifications__gWKN6"};
|
|
34893
35003
|
styleInject(css_248z$t);
|
|
34894
35004
|
|
|
34895
|
-
function ownKeys$
|
|
34896
|
-
function _objectSpread$
|
|
35005
|
+
function ownKeys$1S(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; }
|
|
35006
|
+
function _objectSpread$1S(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1S(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1S(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
34897
35007
|
var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
34898
35008
|
var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i12, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
34899
35009
|
var _useState = React.useState(''),
|
|
@@ -34930,7 +35040,7 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
34930
35040
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
34931
35041
|
});
|
|
34932
35042
|
}
|
|
34933
|
-
setsectionproperties(_objectSpread$
|
|
35043
|
+
setsectionproperties(_objectSpread$1S({}, secpropobj));
|
|
34934
35044
|
}, [StatePagePropertiesContext]);
|
|
34935
35045
|
var _useState3 = React.useState(false),
|
|
34936
35046
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -35708,8 +35818,8 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
35708
35818
|
}))))))));
|
|
35709
35819
|
};
|
|
35710
35820
|
|
|
35711
|
-
function ownKeys$
|
|
35712
|
-
function _objectSpread$
|
|
35821
|
+
function ownKeys$1R(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; }
|
|
35822
|
+
function _objectSpread$1R(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1R(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1R(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
35713
35823
|
var Modernheader = function Modernheader(props) {
|
|
35714
35824
|
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
35715
35825
|
var _useState = React.useState(''),
|
|
@@ -35756,7 +35866,7 @@ var Modernheader = function Modernheader(props) {
|
|
|
35756
35866
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
35757
35867
|
});
|
|
35758
35868
|
}
|
|
35759
|
-
setsectionproperties(_objectSpread$
|
|
35869
|
+
setsectionproperties(_objectSpread$1R({}, secpropobj));
|
|
35760
35870
|
}, [StatePagePropertiesContext]);
|
|
35761
35871
|
React.useEffect(function () {
|
|
35762
35872
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -36574,8 +36684,8 @@ var Modernheader = function Modernheader(props) {
|
|
|
36574
36684
|
}))))))));
|
|
36575
36685
|
};
|
|
36576
36686
|
|
|
36577
|
-
function ownKeys$
|
|
36578
|
-
function _objectSpread$
|
|
36687
|
+
function ownKeys$1Q(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; }
|
|
36688
|
+
function _objectSpread$1Q(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1Q(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1Q(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
36579
36689
|
var SearchCenteredHeader = function SearchCenteredHeader(props) {
|
|
36580
36690
|
var _fetchcustomercartQue2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7, _fetchcustomercartQue8, _fetchcustomercartQue9;
|
|
36581
36691
|
var _useState = React.useState(''),
|
|
@@ -36613,7 +36723,7 @@ var SearchCenteredHeader = function SearchCenteredHeader(props) {
|
|
|
36613
36723
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
36614
36724
|
});
|
|
36615
36725
|
}
|
|
36616
|
-
setsectionproperties(_objectSpread$
|
|
36726
|
+
setsectionproperties(_objectSpread$1Q({}, secpropobj));
|
|
36617
36727
|
}, [StatePagePropertiesContext]);
|
|
36618
36728
|
var _useState3 = React.useState([]),
|
|
36619
36729
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -37258,8 +37368,8 @@ var css_248z$s = ".stylishheader-module_headercontainer__FUgDo {\n display: fle
|
|
|
37258
37368
|
var headerstyles$6 = {"headercontainer":"stylishheader-module_headercontainer__FUgDo","navbar":"stylishheader-module_navbar__IX59y","badge_counter_header_notifications":"stylishheader-module_badge_counter_header_notifications__9G0T4"};
|
|
37259
37369
|
styleInject(css_248z$s);
|
|
37260
37370
|
|
|
37261
|
-
function ownKeys$
|
|
37262
|
-
function _objectSpread$
|
|
37371
|
+
function ownKeys$1P(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; }
|
|
37372
|
+
function _objectSpread$1P(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1P(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1P(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
37263
37373
|
var StylishHeader = function StylishHeader(props) {
|
|
37264
37374
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _logoarrayofobjects$3, _logoarrayofobjects$4, _logoarrayofobjects$5, _logoarrayofobjects$6;
|
|
37265
37375
|
var _useState = React.useState(''),
|
|
@@ -37300,7 +37410,7 @@ var StylishHeader = function StylishHeader(props) {
|
|
|
37300
37410
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
37301
37411
|
});
|
|
37302
37412
|
}
|
|
37303
|
-
setsectionproperties(_objectSpread$
|
|
37413
|
+
setsectionproperties(_objectSpread$1P({}, secpropobj));
|
|
37304
37414
|
}, [StatePagePropertiesContext]);
|
|
37305
37415
|
var _useState5 = React.useState([]),
|
|
37306
37416
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
@@ -38063,8 +38173,8 @@ var css_248z$r = ".threetieredheader-module_lowerHeaderContainer__hl0gc {\n d
|
|
|
38063
38173
|
var headerstyles$5 = {"lowerHeaderContainer":"threetieredheader-module_lowerHeaderContainer__hl0gc","navbar":"threetieredheader-module_navbar__Le5Kz","navbar_item":"threetieredheader-module_navbar_item__9VQR-","navbar_item_text":"threetieredheader-module_navbar_item_text__G7M4B","navbar_item_active":"threetieredheader-module_navbar_item_active__qGXP2","badge_counter_header_notifications":"threetieredheader-module_badge_counter_header_notifications__fmXNP","searchbar":"threetieredheader-module_searchbar__CMeCp","searchbaractive":"threetieredheader-module_searchbaractive__jQeUr"};
|
|
38064
38174
|
styleInject(css_248z$r);
|
|
38065
38175
|
|
|
38066
|
-
function ownKeys$
|
|
38067
|
-
function _objectSpread$
|
|
38176
|
+
function ownKeys$1O(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; }
|
|
38177
|
+
function _objectSpread$1O(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1O(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1O(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
38068
38178
|
var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
38069
38179
|
var _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$c, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i6, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
38070
38180
|
var actions = props.actions;
|
|
@@ -38102,7 +38212,7 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
38102
38212
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
38103
38213
|
});
|
|
38104
38214
|
}
|
|
38105
|
-
setsectionproperties(_objectSpread$
|
|
38215
|
+
setsectionproperties(_objectSpread$1O({}, secpropobj));
|
|
38106
38216
|
}, [StatePagePropertiesContext]);
|
|
38107
38217
|
var _useState3 = React.useState([]),
|
|
38108
38218
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -38942,8 +39052,8 @@ var css_248z$q = ".SearchFocusedHeader-module_headerMiddleContainer__P6xTy {\n
|
|
|
38942
39052
|
var headerstyles$4 = {"headerMiddleContainer":"SearchFocusedHeader-module_headerMiddleContainer__P6xTy","navbar":"SearchFocusedHeader-module_navbar__S8cPA","navbar_item":"SearchFocusedHeader-module_navbar_item__0oxbl","badge_counter_header_notifications":"SearchFocusedHeader-module_badge_counter_header_notifications__2qUaH","searchbar":"SearchFocusedHeader-module_searchbar__uJotQ","searchbaractive":"SearchFocusedHeader-module_searchbaractive__eZgrZ"};
|
|
38943
39053
|
styleInject(css_248z$q);
|
|
38944
39054
|
|
|
38945
|
-
function ownKeys$
|
|
38946
|
-
function _objectSpread$
|
|
39055
|
+
function ownKeys$1N(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; }
|
|
39056
|
+
function _objectSpread$1N(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1N(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1N(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
38947
39057
|
var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
38948
39058
|
var _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$i13, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i14, _authdetailsContext$i16;
|
|
38949
39059
|
var lang = props.actions.lang;
|
|
@@ -39010,7 +39120,7 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
39010
39120
|
});
|
|
39011
39121
|
}
|
|
39012
39122
|
}
|
|
39013
|
-
setsectionproperties(_objectSpread$
|
|
39123
|
+
setsectionproperties(_objectSpread$1N({}, secpropobj));
|
|
39014
39124
|
}, [StatePagePropertiesContext]);
|
|
39015
39125
|
var ButtonDropdown = function ButtonDropdown(item, index, fetchedarray) {
|
|
39016
39126
|
var _fetchedarray$Choosen, _fetchedarray$Choosen2, _pcollarray$Choosenin, _pcollarray$Choosenin2;
|
|
@@ -39944,8 +40054,8 @@ var css_248z$p = ".HeaderWithUtilityBar-module_headerMiddleContainer__5fNQX {\n
|
|
|
39944
40054
|
var headerstyles$3 = {"headerMiddleContainer":"HeaderWithUtilityBar-module_headerMiddleContainer__5fNQX","navbar_item":"HeaderWithUtilityBar-module_navbar_item__VR64E","badge_counter_header_notifications":"HeaderWithUtilityBar-module_badge_counter_header_notifications__-I6Pm","searchbar":"HeaderWithUtilityBar-module_searchbar__3rwMD","searchbaractive":"HeaderWithUtilityBar-module_searchbaractive__3gHHs"};
|
|
39945
40055
|
styleInject(css_248z$p);
|
|
39946
40056
|
|
|
39947
|
-
function ownKeys$
|
|
39948
|
-
function _objectSpread$
|
|
40057
|
+
function ownKeys$1M(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; }
|
|
40058
|
+
function _objectSpread$1M(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1M(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1M(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
39949
40059
|
var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
39950
40060
|
var _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2;
|
|
39951
40061
|
var lang = props.actions.lang;
|
|
@@ -39989,7 +40099,7 @@ var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
|
39989
40099
|
});
|
|
39990
40100
|
}
|
|
39991
40101
|
}
|
|
39992
|
-
setsectionproperties(_objectSpread$
|
|
40102
|
+
setsectionproperties(_objectSpread$1M({}, secpropobj));
|
|
39993
40103
|
}, [StatePagePropertiesContext]);
|
|
39994
40104
|
var _useState5 = React.useState([]),
|
|
39995
40105
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
@@ -40720,8 +40830,8 @@ var css_248z$o = ".HeaderWithAdSlider-module_nav__item__lmbKL {\n width: 100%
|
|
|
40720
40830
|
var headerstyles$2 = {"nav__item":"HeaderWithAdSlider-module_nav__item__lmbKL","link":"HeaderWithAdSlider-module_link__9hhKh","badge_counter_header_notifications":"HeaderWithAdSlider-module_badge_counter_header_notifications__Shv1O","searchbar":"HeaderWithAdSlider-module_searchbar__Dqa-y","searchbaractive":"HeaderWithAdSlider-module_searchbaractive__c7gv6"};
|
|
40721
40831
|
styleInject(css_248z$o);
|
|
40722
40832
|
|
|
40723
|
-
function ownKeys$
|
|
40724
|
-
function _objectSpread$
|
|
40833
|
+
function ownKeys$1L(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; }
|
|
40834
|
+
function _objectSpread$1L(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1L(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1L(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
40725
40835
|
var HeaderWithAdSlider = function HeaderWithAdSlider(props) {
|
|
40726
40836
|
var _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
40727
40837
|
var _useState = React.useState(''),
|
|
@@ -40759,7 +40869,7 @@ var HeaderWithAdSlider = function HeaderWithAdSlider(props) {
|
|
|
40759
40869
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
40760
40870
|
});
|
|
40761
40871
|
}
|
|
40762
|
-
setsectionproperties(_objectSpread$
|
|
40872
|
+
setsectionproperties(_objectSpread$1L({}, secpropobj));
|
|
40763
40873
|
}, [StatePagePropertiesContext]);
|
|
40764
40874
|
var _useState3 = React.useState([]),
|
|
40765
40875
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -41498,8 +41608,8 @@ var css_248z$n = ".HeaderWithSearchOnCenter-module_headercontainer__hEPeK {\n
|
|
|
41498
41608
|
var headerstyles$1 = {"headercontainer":"HeaderWithSearchOnCenter-module_headercontainer__hEPeK","navbar":"HeaderWithSearchOnCenter-module_navbar__4UEjw","header_cart":"HeaderWithSearchOnCenter-module_header_cart__3m4dH","header_badge":"HeaderWithSearchOnCenter-module_header_badge__TeMF5","nav__item":"HeaderWithSearchOnCenter-module_nav__item__xRxTI","link":"HeaderWithSearchOnCenter-module_link__wYKus","badge_counter_header_notifications":"HeaderWithSearchOnCenter-module_badge_counter_header_notifications__GXHqw","searchbar":"HeaderWithSearchOnCenter-module_searchbar__H6b-F","searchbaractive":"HeaderWithSearchOnCenter-module_searchbaractive__yWggL"};
|
|
41499
41609
|
styleInject(css_248z$n);
|
|
41500
41610
|
|
|
41501
|
-
function ownKeys$
|
|
41502
|
-
function _objectSpread$
|
|
41611
|
+
function ownKeys$1K(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; }
|
|
41612
|
+
function _objectSpread$1K(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1K(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1K(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
41503
41613
|
var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
41504
41614
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
41505
41615
|
var _useState = React.useState(''),
|
|
@@ -41536,7 +41646,7 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
41536
41646
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
41537
41647
|
});
|
|
41538
41648
|
}
|
|
41539
|
-
setsectionproperties(_objectSpread$
|
|
41649
|
+
setsectionproperties(_objectSpread$1K({}, secpropobj));
|
|
41540
41650
|
}, [StatePagePropertiesContext]);
|
|
41541
41651
|
var _useState3 = React.useState([]),
|
|
41542
41652
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -42152,8 +42262,8 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
42152
42262
|
}));
|
|
42153
42263
|
};
|
|
42154
42264
|
|
|
42155
|
-
function ownKeys$
|
|
42156
|
-
function _objectSpread$
|
|
42265
|
+
function ownKeys$1J(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; }
|
|
42266
|
+
function _objectSpread$1J(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1J(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1J(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
42157
42267
|
var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
42158
42268
|
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _authdetailsContext$c5, _fetchcustomercartQue3, _fetchcustomercartQue4;
|
|
42159
42269
|
var lang = props.actions.lang;
|
|
@@ -42201,7 +42311,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
42201
42311
|
});
|
|
42202
42312
|
}
|
|
42203
42313
|
}
|
|
42204
|
-
setsectionproperties(_objectSpread$
|
|
42314
|
+
setsectionproperties(_objectSpread$1J({}, secpropobj));
|
|
42205
42315
|
}, [StatePagePropertiesContext]);
|
|
42206
42316
|
React.useEffect(function () {
|
|
42207
42317
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -43141,8 +43251,8 @@ var css_248z$m = ".NewHeader-module_headercontainer__qY3Tj {\n position: abso
|
|
|
43141
43251
|
var headerstyles = {"headercontainer":"NewHeader-module_headercontainer__qY3Tj","navbar":"NewHeader-module_navbar__kLzIy","header_cart":"NewHeader-module_header_cart__wRj2v","header_badge":"NewHeader-module_header_badge__Et-AS","nav__item":"NewHeader-module_nav__item__jRv-r","link":"NewHeader-module_link__4ixBg","badge_counter_header_notifications":"NewHeader-module_badge_counter_header_notifications__GpVQI","searchbar":"NewHeader-module_searchbar__1aYXU","searchbaractive":"NewHeader-module_searchbaractive__Uv--y"};
|
|
43142
43252
|
styleInject(css_248z$m);
|
|
43143
43253
|
|
|
43144
|
-
function ownKeys$
|
|
43145
|
-
function _objectSpread$
|
|
43254
|
+
function ownKeys$1I(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; }
|
|
43255
|
+
function _objectSpread$1I(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1I(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1I(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
43146
43256
|
var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(props) {
|
|
43147
43257
|
var _textarray$, _textarray$2, _authdetailsContext$i, _authdetailsContext$i3, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
43148
43258
|
var _useState = React.useState(''),
|
|
@@ -43183,7 +43293,7 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
|
|
|
43183
43293
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
43184
43294
|
});
|
|
43185
43295
|
}
|
|
43186
|
-
setsectionproperties(_objectSpread$
|
|
43296
|
+
setsectionproperties(_objectSpread$1I({}, secpropobj));
|
|
43187
43297
|
}, [StatePagePropertiesContext]);
|
|
43188
43298
|
var _useState5 = React.useState([]),
|
|
43189
43299
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
@@ -44012,161 +44122,6 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
|
|
|
44012
44122
|
}));
|
|
44013
44123
|
};
|
|
44014
44124
|
|
|
44015
|
-
function ownKeys$1I(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; }
|
|
44016
|
-
function _objectSpread$1I(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1I(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1I(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
44017
|
-
var FloatingIcons = function FloatingIcons(props) {
|
|
44018
|
-
var _authdetailsContext$i, _authdetailsContext$i2;
|
|
44019
|
-
var _useState = React.useState(''),
|
|
44020
|
-
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
44021
|
-
sectionproperties = _useState2[0],
|
|
44022
|
-
setsectionproperties = _useState2[1];
|
|
44023
|
-
var langdetect = props.actions.langdetect;
|
|
44024
|
-
var authdetailsContext = props.actions.authdetailsContext;
|
|
44025
|
-
var routingcountext = props.actions.routingcountext;
|
|
44026
|
-
React.useEffect(function () {
|
|
44027
|
-
if (props.sectionpropertiesprops != undefined) {
|
|
44028
|
-
setsectionproperties(_objectSpread$1I({}, props.sectionpropertiesprops));
|
|
44029
|
-
}
|
|
44030
|
-
}, [props.sectionpropertiesprops]);
|
|
44031
|
-
var header_cssstyles = {
|
|
44032
|
-
floatingwaicon: glamor.css({
|
|
44033
|
-
position: 'fixed',
|
|
44034
|
-
bottom: sectionproperties.floatingwhatsapppositionfrombottom + 'px',
|
|
44035
|
-
right: sectionproperties.floatingwhatsapppositionfromright + 'px',
|
|
44036
|
-
zIndex: 999999,
|
|
44037
|
-
transition: 'all 0.3s ease-out',
|
|
44038
|
-
width: sectionproperties.floatingwhatsappiconwidth + 'px',
|
|
44039
|
-
height: sectionproperties.floatingwhatappiconheight + 'px',
|
|
44040
|
-
background: sectionproperties.floatingwhatappiconbgcolor,
|
|
44041
|
-
borderRadius: sectionproperties.floatingwhatsappiconborderradius + 'px',
|
|
44042
|
-
fontSize: sectionproperties.floatingwhatsappiconfontsize + 'px',
|
|
44043
|
-
color: sectionproperties.floatingwhatsappiconcolor,
|
|
44044
|
-
':hover': {
|
|
44045
|
-
color: sectionproperties.floatingwhatsappiconcoloronhover,
|
|
44046
|
-
background: sectionproperties.floatingwhatappiconbgcoloronhover
|
|
44047
|
-
}
|
|
44048
|
-
}),
|
|
44049
|
-
fbfloatingicon: glamor.css({
|
|
44050
|
-
position: 'fixed',
|
|
44051
|
-
bottom: sectionproperties.floatingfbfrombottom + 'px',
|
|
44052
|
-
right: sectionproperties.floatingfbfromright + 'px',
|
|
44053
|
-
zIndex: 999999,
|
|
44054
|
-
transition: 'all 0.3s ease-out',
|
|
44055
|
-
width: sectionproperties.floatingfbiconwidth + 'px',
|
|
44056
|
-
height: sectionproperties.floatingfbiconheight + 'px',
|
|
44057
|
-
background: sectionproperties.floatingwhatappiconbgcolor,
|
|
44058
|
-
borderRadius: sectionproperties.floatingfbiconborderradius + 'px',
|
|
44059
|
-
fontSize: sectionproperties.floatingfbiconfontsize + 'px',
|
|
44060
|
-
color: sectionproperties.floatingfbiconiconcolor,
|
|
44061
|
-
':hover': {
|
|
44062
|
-
// color: 'white',
|
|
44063
|
-
// background: '#1877F2',
|
|
44064
|
-
color: sectionproperties.floatingfbiconiconcoloronhover,
|
|
44065
|
-
background: sectionproperties.floatingwhatappiconbgcoloronhover
|
|
44066
|
-
}
|
|
44067
|
-
}),
|
|
44068
|
-
floatingbtn: glamor.css({
|
|
44069
|
-
position: 'fixed',
|
|
44070
|
-
bottom: sectionproperties.floatingbtnfrombottom + 'px',
|
|
44071
|
-
right: sectionproperties.floatingbtnfromright + 'px',
|
|
44072
|
-
zIndex: 999999,
|
|
44073
|
-
transition: 'all 0.3s ease-out',
|
|
44074
|
-
width: sectionproperties.floatingbtnwidth + 'px',
|
|
44075
|
-
height: sectionproperties.floatingbtnheight + 'px',
|
|
44076
|
-
background: sectionproperties.floatingbtnbg,
|
|
44077
|
-
fontSize: sectionproperties.floatingbtnfontsize + 'px',
|
|
44078
|
-
color: sectionproperties.floatingbtncolor,
|
|
44079
|
-
borderRadius: sectionproperties.floatingbuttonborderradius + 'px',
|
|
44080
|
-
':hover': {
|
|
44081
|
-
color: sectionproperties.floatingbtncolorhover,
|
|
44082
|
-
backgroundColor: sectionproperties.floatingbtnbghover,
|
|
44083
|
-
transitions: '.3s',
|
|
44084
|
-
cursor: 'pointer'
|
|
44085
|
-
}
|
|
44086
|
-
// '@media (max-width: 800px)': {
|
|
44087
|
-
// width: '50%',
|
|
44088
|
-
// },
|
|
44089
|
-
})
|
|
44090
|
-
};
|
|
44091
|
-
var whatsappUrl = "https://wa.me/".concat(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.whatsappnumber, "?text=").concat(sectionproperties.directwabtnmessageen);
|
|
44092
|
-
var whatsappUrl_ar = "https://wa.me/".concat(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.whatsappnumber, "?text=").concat(sectionproperties.directwabtnmessagear);
|
|
44093
|
-
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44094
|
-
"class": '',
|
|
44095
|
-
style: {
|
|
44096
|
-
position: 'relative'
|
|
44097
|
-
}
|
|
44098
|
-
}, sectionproperties.showfloatingwaicon == 'Show' && /*#__PURE__*/React__default["default"].createElement("a", {
|
|
44099
|
-
href: langdetect == 'en' ? whatsappUrl : whatsappUrl_ar,
|
|
44100
|
-
target: "_blank",
|
|
44101
|
-
rel: "noopener noreferrer",
|
|
44102
|
-
style: {},
|
|
44103
|
-
"class": header_cssstyles.floatingwaicon + ' allcentered px-2 py-1 cursor-pointer '
|
|
44104
|
-
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
44105
|
-
size: sectionproperties.floatingwhatsappiconiconfontsize
|
|
44106
|
-
}), sectionproperties.floatingwhatsappiconfontsize != 0 && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
44107
|
-
"class": langdetect == 'en' ? 'ml-1' : 'mr-1'
|
|
44108
|
-
}, langdetect == 'en' ? sectionproperties.floatingwhatsappicontexten : sectionproperties.floatingwhatsappicontextar)), sectionproperties.showfloatingfbbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44109
|
-
"class": "".concat(header_cssstyles.fbfloatingicon) + ' allcentered cursor-pointer ',
|
|
44110
|
-
onClick: function onClick() {
|
|
44111
|
-
var _authdetailsContext$i3;
|
|
44112
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink) != null) {
|
|
44113
|
-
var _authdetailsContext$i4;
|
|
44114
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink, '_blank');
|
|
44115
|
-
}
|
|
44116
|
-
}
|
|
44117
|
-
}, /*#__PURE__*/React__default["default"].createElement(FaFacebook.FaFacebook, {
|
|
44118
|
-
size: 20
|
|
44119
|
-
})), sectionproperties.instagramfloatingbtnshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44120
|
-
"class": "".concat(header_cssstyles.fbfloatingicon) + ' allcentered cursor-pointer ',
|
|
44121
|
-
onClick: function onClick() {
|
|
44122
|
-
var _authdetailsContext$i5;
|
|
44123
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink) != null) {
|
|
44124
|
-
var _authdetailsContext$i6;
|
|
44125
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instagramlink, '_blank');
|
|
44126
|
-
}
|
|
44127
|
-
}
|
|
44128
|
-
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
44129
|
-
size: 20
|
|
44130
|
-
})), sectionproperties.tiktonfloatingbtnshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44131
|
-
"class": "".concat(header_cssstyles.fbfloatingicon) + ' allcentered cursor-pointer ',
|
|
44132
|
-
onClick: function onClick() {
|
|
44133
|
-
var _authdetailsContext$i7;
|
|
44134
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null) {
|
|
44135
|
-
var _authdetailsContext$i8;
|
|
44136
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instagramlink, '_blank');
|
|
44137
|
-
}
|
|
44138
|
-
}
|
|
44139
|
-
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
44140
|
-
size: 20
|
|
44141
|
-
})), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44142
|
-
"class": header_cssstyles.floatingbtn + ' allcentered cursor-pointer ',
|
|
44143
|
-
style: {},
|
|
44144
|
-
onClick: function onClick() {
|
|
44145
|
-
routingcountext(sectionproperties.floatingbtnlink, false, '');
|
|
44146
|
-
}
|
|
44147
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
44148
|
-
"class": "m-0 p-0"
|
|
44149
|
-
}, langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("a", {
|
|
44150
|
-
href: 'tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber),
|
|
44151
|
-
target: '_self',
|
|
44152
|
-
style: {
|
|
44153
|
-
position: 'fixed',
|
|
44154
|
-
bottom: sectionproperties.callppositionfrombottom + 'px',
|
|
44155
|
-
right: sectionproperties.callppositionfromright + 'px',
|
|
44156
|
-
zIndex: 999999,
|
|
44157
|
-
transition: 'all 0.3s ease-out'
|
|
44158
|
-
}
|
|
44159
|
-
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
44160
|
-
"class": langdetect == 'en' ? 'h-100 d-flex align-items-center justify-content-center mr-2' : 'h-100 d-flex align-items-center justify-content-center ml-2'
|
|
44161
|
-
}, /*#__PURE__*/React__default["default"].createElement(FiPhone.FiPhone, {
|
|
44162
|
-
size: 30,
|
|
44163
|
-
color: sectionproperties.uppersection_iconcolor,
|
|
44164
|
-
style: {
|
|
44165
|
-
transform: langdetect == 'en' ? 'scaleX(1)' : 'scaleX(-1)'
|
|
44166
|
-
}
|
|
44167
|
-
}))));
|
|
44168
|
-
};
|
|
44169
|
-
|
|
44170
44125
|
function ownKeys$1H(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; }
|
|
44171
44126
|
function _objectSpread$1H(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1H(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1H(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
44172
44127
|
var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props) {
|