tabexseriescomponents 0.0.809 → 0.0.811
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 +249 -295
- package/dist/index.esm.js +249 -295
- package/dist/index.umd.js +249 -295
- 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, {
|
|
@@ -31405,8 +31405,201 @@ styleInject(css_248z$v);
|
|
|
31405
31405
|
|
|
31406
31406
|
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
31407
|
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; }
|
|
31408
|
+
var FloatingIcons = function FloatingIcons(props) {
|
|
31409
|
+
var _authdetailsContext$i, _authdetailsContext$i2;
|
|
31410
|
+
var _useState = React.useState(''),
|
|
31411
|
+
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
31412
|
+
sectionproperties = _useState2[0],
|
|
31413
|
+
setsectionproperties = _useState2[1];
|
|
31414
|
+
var langdetect = props.actions.langdetect;
|
|
31415
|
+
var authdetailsContext = props.actions.authdetailsContext;
|
|
31416
|
+
var routingcountext = props.actions.routingcountext;
|
|
31417
|
+
React.useEffect(function () {
|
|
31418
|
+
if (props.sectionpropertiesprops != undefined) {
|
|
31419
|
+
setsectionproperties(_objectSpread$1W({}, props.sectionpropertiesprops));
|
|
31420
|
+
}
|
|
31421
|
+
}, [props.sectionpropertiesprops]);
|
|
31422
|
+
var header_cssstyles = {
|
|
31423
|
+
floatingwaicon: glamor.css(_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"]({
|
|
31424
|
+
position: 'fixed',
|
|
31425
|
+
zIndex: 999999,
|
|
31426
|
+
transition: 'all 0.3s ease-out',
|
|
31427
|
+
bottom: sectionproperties.floatingwhatsapppositionfrombottom + 'px',
|
|
31428
|
+
right: sectionproperties.floatingwhatsapppositionfromright + 'px',
|
|
31429
|
+
width: sectionproperties.floatingwhatsappiconwidth + 'px',
|
|
31430
|
+
height: sectionproperties.floatingwhatappiconheight + 'px',
|
|
31431
|
+
background: sectionproperties.floatingwhatappiconbgcolor,
|
|
31432
|
+
borderRadius: sectionproperties.floatingwhatsappiconborderradius + 'px',
|
|
31433
|
+
fontSize: sectionproperties.floatingwhatsappiconfontsize + 'px',
|
|
31434
|
+
color: sectionproperties.floatingwhatsappiconcolor
|
|
31435
|
+
}, "bottom", 70), "fontSize", 15), ':hover', {
|
|
31436
|
+
color: sectionproperties.floatingwhatsappiconcoloronhover,
|
|
31437
|
+
background: sectionproperties.floatingwhatappiconbgcoloronhover
|
|
31438
|
+
})),
|
|
31439
|
+
fbfloatingicon: glamor.css({
|
|
31440
|
+
position: 'fixed',
|
|
31441
|
+
zIndex: 999999,
|
|
31442
|
+
transition: 'all 0.3s ease-out',
|
|
31443
|
+
bottom: sectionproperties.floatingfbfrombottom + 'px',
|
|
31444
|
+
right: sectionproperties.floatingfbfromright + 'px',
|
|
31445
|
+
width: sectionproperties.floatingfbiconwidth + 'px',
|
|
31446
|
+
height: sectionproperties.floatingfbiconheight + 'px',
|
|
31447
|
+
background: sectionproperties.floatingwhatappiconbgcolor,
|
|
31448
|
+
borderRadius: sectionproperties.floatingfbiconborderradius + 'px',
|
|
31449
|
+
fontSize: sectionproperties.floatingfbiconfontsize + 'px',
|
|
31450
|
+
color: sectionproperties.floatingfbiconiconcolor,
|
|
31451
|
+
':hover': {
|
|
31452
|
+
color: sectionproperties.floatingfbiconiconcoloronhover,
|
|
31453
|
+
background: sectionproperties.floatingwhatappiconbgcoloronhover
|
|
31454
|
+
}
|
|
31455
|
+
}),
|
|
31456
|
+
instagramfloatingicon: glamor.css({
|
|
31457
|
+
position: 'fixed',
|
|
31458
|
+
zIndex: 999999,
|
|
31459
|
+
transition: 'all 0.3s ease-out',
|
|
31460
|
+
bottom: sectionproperties.floatinginstagramfrombottom + 'px',
|
|
31461
|
+
right: sectionproperties.floatinginstagramfromright + 'px',
|
|
31462
|
+
width: sectionproperties.floatinginstagramiconwidth + 'px',
|
|
31463
|
+
height: sectionproperties.floatinginstagramiconheight + 'px',
|
|
31464
|
+
background: sectionproperties.floatinginstagramiconbgcolor,
|
|
31465
|
+
borderRadius: sectionproperties.floatinginstagramiconborderradius + 'px',
|
|
31466
|
+
color: sectionproperties.floatinginstagramiconiconcolor,
|
|
31467
|
+
':hover': {
|
|
31468
|
+
color: sectionproperties.floatinginstagramiconiconcoloronhover,
|
|
31469
|
+
background: sectionproperties.floatinginstagramiconbgcoloronhover
|
|
31470
|
+
}
|
|
31471
|
+
}),
|
|
31472
|
+
floatingbtn: glamor.css({
|
|
31473
|
+
position: 'fixed',
|
|
31474
|
+
bottom: sectionproperties.floatingbtnfrombottom + 'px',
|
|
31475
|
+
right: sectionproperties.floatingbtnfromright + 'px',
|
|
31476
|
+
zIndex: 999999,
|
|
31477
|
+
transition: 'all 0.3s ease-out',
|
|
31478
|
+
width: sectionproperties.floatingbtnwidth + 'px',
|
|
31479
|
+
height: sectionproperties.floatingbtnheight + 'px',
|
|
31480
|
+
background: sectionproperties.floatingbtnbg,
|
|
31481
|
+
fontSize: sectionproperties.floatingbtnfontsize + 'px',
|
|
31482
|
+
color: sectionproperties.floatingbtncolor,
|
|
31483
|
+
borderRadius: sectionproperties.floatingbuttonborderradius + 'px',
|
|
31484
|
+
':hover': {
|
|
31485
|
+
color: sectionproperties.floatingbtncolorhover,
|
|
31486
|
+
backgroundColor: sectionproperties.floatingbtnbghover,
|
|
31487
|
+
transitions: '.3s',
|
|
31488
|
+
cursor: 'pointer'
|
|
31489
|
+
}
|
|
31490
|
+
// '@media (max-width: 800px)': {
|
|
31491
|
+
// width: '50%',
|
|
31492
|
+
// },
|
|
31493
|
+
})
|
|
31494
|
+
};
|
|
31495
|
+
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);
|
|
31496
|
+
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);
|
|
31497
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31498
|
+
"class": '',
|
|
31499
|
+
style: {
|
|
31500
|
+
position: 'relative'
|
|
31501
|
+
}
|
|
31502
|
+
}, sectionproperties.showfloatingwaicon == 'Show' && /*#__PURE__*/React__default["default"].createElement("a", {
|
|
31503
|
+
href: langdetect == 'en' ? whatsappUrl : whatsappUrl_ar,
|
|
31504
|
+
target: "_blank",
|
|
31505
|
+
rel: "noopener noreferrer",
|
|
31506
|
+
style: {},
|
|
31507
|
+
"class": header_cssstyles.floatingwaicon + ' allcentered px-2 py-1 cursor-pointer '
|
|
31508
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
31509
|
+
size: sectionproperties.floatingwhatsappiconiconfontsize
|
|
31510
|
+
}), sectionproperties.floatingwhatsappiconfontsize != 0 && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
31511
|
+
"class": langdetect == 'en' ? 'ml-1' : 'mr-1'
|
|
31512
|
+
}, langdetect == 'en' ? sectionproperties.floatingwhatsappicontexten : sectionproperties.floatingwhatsappicontextar)), sectionproperties.showfloatingfbbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31513
|
+
"class": "".concat(header_cssstyles.fbfloatingicon) + ' allcentered cursor-pointer ',
|
|
31514
|
+
onClick: function onClick() {
|
|
31515
|
+
var _authdetailsContext$i3;
|
|
31516
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink) != null) {
|
|
31517
|
+
var _authdetailsContext$i4;
|
|
31518
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink, '_blank');
|
|
31519
|
+
}
|
|
31520
|
+
}
|
|
31521
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaFacebook.FaFacebook, {
|
|
31522
|
+
size: sectionproperties.floatingfbiconiconsize
|
|
31523
|
+
})), sectionproperties.instagramfloatingbtnshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31524
|
+
"class": "".concat(header_cssstyles.instagramfloatingicon) + ' allcentered cursor-pointer ',
|
|
31525
|
+
onClick: function onClick() {
|
|
31526
|
+
var _authdetailsContext$i5;
|
|
31527
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink) != null) {
|
|
31528
|
+
var _authdetailsContext$i6;
|
|
31529
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instagramlink, '_blank');
|
|
31530
|
+
}
|
|
31531
|
+
}
|
|
31532
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
31533
|
+
size: sectionproperties.floatinginstagramiconiconsize
|
|
31534
|
+
})), sectionproperties.tiktonfloatingbtnshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31535
|
+
"class": "".concat(header_cssstyles.fbfloatingicon) + ' allcentered cursor-pointer ',
|
|
31536
|
+
onClick: function onClick() {
|
|
31537
|
+
var _authdetailsContext$i7;
|
|
31538
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null) {
|
|
31539
|
+
var _authdetailsContext$i8;
|
|
31540
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instagramlink, '_blank');
|
|
31541
|
+
}
|
|
31542
|
+
}
|
|
31543
|
+
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
31544
|
+
size: 20
|
|
31545
|
+
})), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31546
|
+
"class": header_cssstyles.floatingbtn + ' allcentered cursor-pointer ',
|
|
31547
|
+
style: {},
|
|
31548
|
+
onClick: function onClick() {
|
|
31549
|
+
routingcountext(sectionproperties.floatingbtnlink, false, '');
|
|
31550
|
+
}
|
|
31551
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
31552
|
+
"class": "m-0 p-0"
|
|
31553
|
+
}, langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar)), sectionproperties.showfloatingbtn == 'Show when logged in' && authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31554
|
+
style: {
|
|
31555
|
+
position: 'fixed',
|
|
31556
|
+
bottom: sectionproperties.floatingbtnfrombottom + 'px',
|
|
31557
|
+
right: langdetect == 'en' ? sectionproperties.floatingbtnfromright + 'px' : '',
|
|
31558
|
+
left: langdetect == 'ar' ? sectionproperties.floatingbtnfromright + 'px' : '',
|
|
31559
|
+
zIndex: 2000,
|
|
31560
|
+
transition: 'all 0.3s ease-out',
|
|
31561
|
+
width: '100%'
|
|
31562
|
+
},
|
|
31563
|
+
"class": "text-end"
|
|
31564
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31565
|
+
"class": header_cssstyles.floatingbtn + ' allcentered ',
|
|
31566
|
+
style: {},
|
|
31567
|
+
onClick: function onClick() {
|
|
31568
|
+
if (sectionproperties.btnlinktype == 'Website Link') {
|
|
31569
|
+
routingcountext(sectionproperties.floatingbtnlink, false, '');
|
|
31570
|
+
} else {
|
|
31571
|
+
window.open(sectionproperties.floatingbtnlink, '_blank');
|
|
31572
|
+
|
|
31573
|
+
// routingcountext(sectionproperties.floatingbtnlink, true, '');
|
|
31574
|
+
}
|
|
31575
|
+
}
|
|
31576
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
31577
|
+
"class": "m-0 p-0"
|
|
31578
|
+
}, langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar))), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("a", {
|
|
31579
|
+
href: 'tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber),
|
|
31580
|
+
target: '_self',
|
|
31581
|
+
style: {
|
|
31582
|
+
position: 'fixed',
|
|
31583
|
+
bottom: sectionproperties.callppositionfrombottom + 'px',
|
|
31584
|
+
right: sectionproperties.callppositionfromright + 'px',
|
|
31585
|
+
zIndex: 999999,
|
|
31586
|
+
transition: 'all 0.3s ease-out'
|
|
31587
|
+
}
|
|
31588
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
31589
|
+
"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'
|
|
31590
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiPhone.FiPhone, {
|
|
31591
|
+
size: 30,
|
|
31592
|
+
color: sectionproperties.uppersection_iconcolor,
|
|
31593
|
+
style: {
|
|
31594
|
+
transform: langdetect == 'en' ? 'scaleX(1)' : 'scaleX(-1)'
|
|
31595
|
+
}
|
|
31596
|
+
}))));
|
|
31597
|
+
};
|
|
31598
|
+
|
|
31599
|
+
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; }
|
|
31600
|
+
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
31601
|
var Simpleheader = function Simpleheader(props) {
|
|
31409
|
-
var _header_cssstyles, _authdetailsContext$i,
|
|
31602
|
+
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
31603
|
var actions = props.actions;
|
|
31411
31604
|
var _useState = React.useState(''),
|
|
31412
31605
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -31452,7 +31645,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
31452
31645
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
31453
31646
|
});
|
|
31454
31647
|
}
|
|
31455
|
-
setsectionproperties(_objectSpread$
|
|
31648
|
+
setsectionproperties(_objectSpread$1V({}, secpropobj));
|
|
31456
31649
|
}, [StatePagePropertiesContext]);
|
|
31457
31650
|
React.useEffect(function () {
|
|
31458
31651
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -31703,98 +31896,14 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
31703
31896
|
marginTop: sectionproperties.header_marginTop + 'px',
|
|
31704
31897
|
marginBottom: sectionproperties.header_marginBottom + 'px'
|
|
31705
31898
|
}
|
|
31706
|
-
},
|
|
31899
|
+
}, /*#__PURE__*/React__default["default"].createElement(FloatingIcons, {
|
|
31900
|
+
sectionpropertiesprops: sectionproperties,
|
|
31901
|
+
actions: actions
|
|
31902
|
+
}), templateproperties_context.showsocialmedia == 'Show' && /*#__PURE__*/React__default["default"].createElement(SocialMediaSection, {
|
|
31707
31903
|
sectionpropertiesprops: sectionproperties,
|
|
31708
31904
|
templateproperties_contextprops: templateproperties_context,
|
|
31709
31905
|
actions: actions
|
|
31710
|
-
}),
|
|
31711
|
-
style: {
|
|
31712
|
-
position: 'fixed',
|
|
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'
|
|
31720
|
-
},
|
|
31721
|
-
"class": "text-end"
|
|
31722
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31723
|
-
"class": header_cssstyles.floatingbtn + ' allcentered ',
|
|
31724
|
-
style: {},
|
|
31725
|
-
onClick: function onClick() {
|
|
31726
|
-
if (sectionproperties.btnlinktype == 'Website Link') {
|
|
31727
|
-
routingcountext(sectionproperties.floatingbtnlink, false, '');
|
|
31728
|
-
} else {
|
|
31729
|
-
window.open(sectionproperties.floatingbtnlink, '_blank');
|
|
31730
|
-
|
|
31731
|
-
// routingcountext(sectionproperties.floatingbtnlink, true, '');
|
|
31732
|
-
}
|
|
31733
|
-
}
|
|
31734
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
31735
|
-
"class": "m-0 p-0"
|
|
31736
|
-
}, langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar))), sectionproperties.showfloatingbtn == 'Show when logged in' && authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31737
|
-
style: {
|
|
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", {
|
|
31906
|
+
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31798
31907
|
"class": " ".concat(header_cssstyles.headercontainer) + ' d-flex d-md-none align-items-center m-0 '
|
|
31799
31908
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31800
31909
|
"class": "row m-0 w-100 "
|
|
@@ -31818,7 +31927,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
31818
31927
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31819
31928
|
"class": " ".concat(headerstyles$9.navbar) + ' row m-0 w-100 d-flex flex-row align-items-center h-100 '
|
|
31820
31929
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31821
|
-
"class": sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31930
|
+
"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'
|
|
31822
31931
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31823
31932
|
"class": "".concat(header_cssstyles.header_logo) + ' d-flex align-items-center justify-content-center ',
|
|
31824
31933
|
style: {
|
|
@@ -31836,7 +31945,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
31836
31945
|
maxHeight: '100%'
|
|
31837
31946
|
}
|
|
31838
31947
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31839
|
-
"class": sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31948
|
+
"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
31949
|
style: {
|
|
31841
31950
|
justifyContent: sectionproperties.header_centered == 'Centered' ? 'center' : 'start'
|
|
31842
31951
|
}
|
|
@@ -31868,7 +31977,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
31868
31977
|
subheadercontentpositionprops: sectionproperties.header_centered == 'Centered' ? 'center' : 'start'
|
|
31869
31978
|
}
|
|
31870
31979
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31871
|
-
"class": sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
31980
|
+
"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
31981
|
}, sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("i", {
|
|
31873
31982
|
className: header_cssstyles.searchicon + ' h-100 allcentered ',
|
|
31874
31983
|
onClick: function onClick() {
|
|
@@ -32193,7 +32302,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
32193
32302
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
32194
32303
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
32195
32304
|
"class": "ml-2 mr-2"
|
|
32196
|
-
}, "English"))))))), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
32305
|
+
}, "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
32306
|
"class": ' d-flex align-items-center justify-content-end '
|
|
32198
32307
|
}, /*#__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
32308
|
"class": ' d-flex align-items-center justify-content-center '
|
|
@@ -32205,8 +32314,8 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
32205
32314
|
"class": ' row m-0 w-100 d-flex align-items-center '
|
|
32206
32315
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
32207
32316
|
"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$
|
|
32317
|
+
}, 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) {
|
|
32318
|
+
var _authdetailsContext$i6;
|
|
32210
32319
|
return /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
32211
32320
|
onClick: function onClick() {
|
|
32212
32321
|
setcurrencyfunccontext(item);
|
|
@@ -32226,7 +32335,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
32226
32335
|
}
|
|
32227
32336
|
}, /*#__PURE__*/React__default["default"].createElement(FaMoneyBillWave.FaMoneyBillWave, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
32228
32337
|
"class": 'ml-2 mr-2'
|
|
32229
|
-
}, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar)))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
32338
|
+
}, 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
32339
|
"class": "col-lg-12 p-0"
|
|
32231
32340
|
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
32232
32341
|
"class": "m-0"
|
|
@@ -32337,8 +32446,8 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
32337
32446
|
}))))))));
|
|
32338
32447
|
};
|
|
32339
32448
|
|
|
32340
|
-
function ownKeys$
|
|
32341
|
-
function _objectSpread$
|
|
32449
|
+
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; }
|
|
32450
|
+
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
32451
|
var Header8 = function Header8(props) {
|
|
32343
32452
|
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
32453
|
var actions = props.actions;
|
|
@@ -32395,7 +32504,7 @@ var Header8 = function Header8(props) {
|
|
|
32395
32504
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
32396
32505
|
});
|
|
32397
32506
|
}
|
|
32398
|
-
setsectionproperties(_objectSpread$
|
|
32507
|
+
setsectionproperties(_objectSpread$1U({}, secpropobj));
|
|
32399
32508
|
}, [StatePagePropertiesContext]);
|
|
32400
32509
|
var subtotalcart = function subtotalcart() {
|
|
32401
32510
|
var _fetchcustomercartQue;
|
|
@@ -34237,8 +34346,8 @@ var css_248z$u = ".headerresturant-module_header_innercontainer__K3I1g {\n di
|
|
|
34237
34346
|
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
34347
|
styleInject(css_248z$u);
|
|
34239
34348
|
|
|
34240
|
-
function ownKeys$
|
|
34241
|
-
function _objectSpread$
|
|
34349
|
+
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; }
|
|
34350
|
+
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
34351
|
var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
34243
34352
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3;
|
|
34244
34353
|
var _useState = React.useState(''),
|
|
@@ -34274,7 +34383,7 @@ var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
|
34274
34383
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
34275
34384
|
});
|
|
34276
34385
|
}
|
|
34277
|
-
setsectionproperties(_objectSpread$
|
|
34386
|
+
setsectionproperties(_objectSpread$1T({}, secpropobj));
|
|
34278
34387
|
}, [StatePagePropertiesContext]);
|
|
34279
34388
|
var _useState3 = React.useState([]),
|
|
34280
34389
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -34892,8 +35001,8 @@ var css_248z$t = ".header_contactinfo-module_lowerHeaderContainer__toB3m {\n
|
|
|
34892
35001
|
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
35002
|
styleInject(css_248z$t);
|
|
34894
35003
|
|
|
34895
|
-
function ownKeys$
|
|
34896
|
-
function _objectSpread$
|
|
35004
|
+
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; }
|
|
35005
|
+
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
35006
|
var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
34898
35007
|
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
35008
|
var _useState = React.useState(''),
|
|
@@ -34930,7 +35039,7 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
34930
35039
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
34931
35040
|
});
|
|
34932
35041
|
}
|
|
34933
|
-
setsectionproperties(_objectSpread$
|
|
35042
|
+
setsectionproperties(_objectSpread$1S({}, secpropobj));
|
|
34934
35043
|
}, [StatePagePropertiesContext]);
|
|
34935
35044
|
var _useState3 = React.useState(false),
|
|
34936
35045
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -35708,8 +35817,8 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
35708
35817
|
}))))))));
|
|
35709
35818
|
};
|
|
35710
35819
|
|
|
35711
|
-
function ownKeys$
|
|
35712
|
-
function _objectSpread$
|
|
35820
|
+
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; }
|
|
35821
|
+
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
35822
|
var Modernheader = function Modernheader(props) {
|
|
35714
35823
|
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
35715
35824
|
var _useState = React.useState(''),
|
|
@@ -35756,7 +35865,7 @@ var Modernheader = function Modernheader(props) {
|
|
|
35756
35865
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
35757
35866
|
});
|
|
35758
35867
|
}
|
|
35759
|
-
setsectionproperties(_objectSpread$
|
|
35868
|
+
setsectionproperties(_objectSpread$1R({}, secpropobj));
|
|
35760
35869
|
}, [StatePagePropertiesContext]);
|
|
35761
35870
|
React.useEffect(function () {
|
|
35762
35871
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -36574,8 +36683,8 @@ var Modernheader = function Modernheader(props) {
|
|
|
36574
36683
|
}))))))));
|
|
36575
36684
|
};
|
|
36576
36685
|
|
|
36577
|
-
function ownKeys$
|
|
36578
|
-
function _objectSpread$
|
|
36686
|
+
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; }
|
|
36687
|
+
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
36688
|
var SearchCenteredHeader = function SearchCenteredHeader(props) {
|
|
36580
36689
|
var _fetchcustomercartQue2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7, _fetchcustomercartQue8, _fetchcustomercartQue9;
|
|
36581
36690
|
var _useState = React.useState(''),
|
|
@@ -36613,7 +36722,7 @@ var SearchCenteredHeader = function SearchCenteredHeader(props) {
|
|
|
36613
36722
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
36614
36723
|
});
|
|
36615
36724
|
}
|
|
36616
|
-
setsectionproperties(_objectSpread$
|
|
36725
|
+
setsectionproperties(_objectSpread$1Q({}, secpropobj));
|
|
36617
36726
|
}, [StatePagePropertiesContext]);
|
|
36618
36727
|
var _useState3 = React.useState([]),
|
|
36619
36728
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -37258,8 +37367,8 @@ var css_248z$s = ".stylishheader-module_headercontainer__FUgDo {\n display: fle
|
|
|
37258
37367
|
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
37368
|
styleInject(css_248z$s);
|
|
37260
37369
|
|
|
37261
|
-
function ownKeys$
|
|
37262
|
-
function _objectSpread$
|
|
37370
|
+
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; }
|
|
37371
|
+
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
37372
|
var StylishHeader = function StylishHeader(props) {
|
|
37264
37373
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _logoarrayofobjects$3, _logoarrayofobjects$4, _logoarrayofobjects$5, _logoarrayofobjects$6;
|
|
37265
37374
|
var _useState = React.useState(''),
|
|
@@ -37300,7 +37409,7 @@ var StylishHeader = function StylishHeader(props) {
|
|
|
37300
37409
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
37301
37410
|
});
|
|
37302
37411
|
}
|
|
37303
|
-
setsectionproperties(_objectSpread$
|
|
37412
|
+
setsectionproperties(_objectSpread$1P({}, secpropobj));
|
|
37304
37413
|
}, [StatePagePropertiesContext]);
|
|
37305
37414
|
var _useState5 = React.useState([]),
|
|
37306
37415
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
@@ -38063,8 +38172,8 @@ var css_248z$r = ".threetieredheader-module_lowerHeaderContainer__hl0gc {\n d
|
|
|
38063
38172
|
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
38173
|
styleInject(css_248z$r);
|
|
38065
38174
|
|
|
38066
|
-
function ownKeys$
|
|
38067
|
-
function _objectSpread$
|
|
38175
|
+
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; }
|
|
38176
|
+
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
38177
|
var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
38069
38178
|
var _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$c, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i6, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3;
|
|
38070
38179
|
var actions = props.actions;
|
|
@@ -38102,7 +38211,7 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
38102
38211
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
38103
38212
|
});
|
|
38104
38213
|
}
|
|
38105
|
-
setsectionproperties(_objectSpread$
|
|
38214
|
+
setsectionproperties(_objectSpread$1O({}, secpropobj));
|
|
38106
38215
|
}, [StatePagePropertiesContext]);
|
|
38107
38216
|
var _useState3 = React.useState([]),
|
|
38108
38217
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -38942,8 +39051,8 @@ var css_248z$q = ".SearchFocusedHeader-module_headerMiddleContainer__P6xTy {\n
|
|
|
38942
39051
|
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
39052
|
styleInject(css_248z$q);
|
|
38944
39053
|
|
|
38945
|
-
function ownKeys$
|
|
38946
|
-
function _objectSpread$
|
|
39054
|
+
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; }
|
|
39055
|
+
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
39056
|
var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
38948
39057
|
var _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$i13, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i14, _authdetailsContext$i16;
|
|
38949
39058
|
var lang = props.actions.lang;
|
|
@@ -39010,7 +39119,7 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
39010
39119
|
});
|
|
39011
39120
|
}
|
|
39012
39121
|
}
|
|
39013
|
-
setsectionproperties(_objectSpread$
|
|
39122
|
+
setsectionproperties(_objectSpread$1N({}, secpropobj));
|
|
39014
39123
|
}, [StatePagePropertiesContext]);
|
|
39015
39124
|
var ButtonDropdown = function ButtonDropdown(item, index, fetchedarray) {
|
|
39016
39125
|
var _fetchedarray$Choosen, _fetchedarray$Choosen2, _pcollarray$Choosenin, _pcollarray$Choosenin2;
|
|
@@ -39944,8 +40053,8 @@ var css_248z$p = ".HeaderWithUtilityBar-module_headerMiddleContainer__5fNQX {\n
|
|
|
39944
40053
|
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
40054
|
styleInject(css_248z$p);
|
|
39946
40055
|
|
|
39947
|
-
function ownKeys$
|
|
39948
|
-
function _objectSpread$
|
|
40056
|
+
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; }
|
|
40057
|
+
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
40058
|
var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
39950
40059
|
var _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2;
|
|
39951
40060
|
var lang = props.actions.lang;
|
|
@@ -39989,7 +40098,7 @@ var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
|
39989
40098
|
});
|
|
39990
40099
|
}
|
|
39991
40100
|
}
|
|
39992
|
-
setsectionproperties(_objectSpread$
|
|
40101
|
+
setsectionproperties(_objectSpread$1M({}, secpropobj));
|
|
39993
40102
|
}, [StatePagePropertiesContext]);
|
|
39994
40103
|
var _useState5 = React.useState([]),
|
|
39995
40104
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
@@ -40720,8 +40829,8 @@ var css_248z$o = ".HeaderWithAdSlider-module_nav__item__lmbKL {\n width: 100%
|
|
|
40720
40829
|
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
40830
|
styleInject(css_248z$o);
|
|
40722
40831
|
|
|
40723
|
-
function ownKeys$
|
|
40724
|
-
function _objectSpread$
|
|
40832
|
+
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; }
|
|
40833
|
+
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
40834
|
var HeaderWithAdSlider = function HeaderWithAdSlider(props) {
|
|
40726
40835
|
var _authdetailsContext$i, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
40727
40836
|
var _useState = React.useState(''),
|
|
@@ -40759,7 +40868,7 @@ var HeaderWithAdSlider = function HeaderWithAdSlider(props) {
|
|
|
40759
40868
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
40760
40869
|
});
|
|
40761
40870
|
}
|
|
40762
|
-
setsectionproperties(_objectSpread$
|
|
40871
|
+
setsectionproperties(_objectSpread$1L({}, secpropobj));
|
|
40763
40872
|
}, [StatePagePropertiesContext]);
|
|
40764
40873
|
var _useState3 = React.useState([]),
|
|
40765
40874
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -41498,8 +41607,8 @@ var css_248z$n = ".HeaderWithSearchOnCenter-module_headercontainer__hEPeK {\n
|
|
|
41498
41607
|
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
41608
|
styleInject(css_248z$n);
|
|
41500
41609
|
|
|
41501
|
-
function ownKeys$
|
|
41502
|
-
function _objectSpread$
|
|
41610
|
+
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; }
|
|
41611
|
+
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
41612
|
var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
41504
41613
|
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
41505
41614
|
var _useState = React.useState(''),
|
|
@@ -41536,7 +41645,7 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
41536
41645
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
41537
41646
|
});
|
|
41538
41647
|
}
|
|
41539
|
-
setsectionproperties(_objectSpread$
|
|
41648
|
+
setsectionproperties(_objectSpread$1K({}, secpropobj));
|
|
41540
41649
|
}, [StatePagePropertiesContext]);
|
|
41541
41650
|
var _useState3 = React.useState([]),
|
|
41542
41651
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
@@ -42152,8 +42261,8 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
42152
42261
|
}));
|
|
42153
42262
|
};
|
|
42154
42263
|
|
|
42155
|
-
function ownKeys$
|
|
42156
|
-
function _objectSpread$
|
|
42264
|
+
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; }
|
|
42265
|
+
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
42266
|
var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
42158
42267
|
var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _authdetailsContext$c5, _fetchcustomercartQue3, _fetchcustomercartQue4;
|
|
42159
42268
|
var lang = props.actions.lang;
|
|
@@ -42201,7 +42310,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
42201
42310
|
});
|
|
42202
42311
|
}
|
|
42203
42312
|
}
|
|
42204
|
-
setsectionproperties(_objectSpread$
|
|
42313
|
+
setsectionproperties(_objectSpread$1J({}, secpropobj));
|
|
42205
42314
|
}, [StatePagePropertiesContext]);
|
|
42206
42315
|
React.useEffect(function () {
|
|
42207
42316
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -43141,8 +43250,8 @@ var css_248z$m = ".NewHeader-module_headercontainer__qY3Tj {\n position: abso
|
|
|
43141
43250
|
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
43251
|
styleInject(css_248z$m);
|
|
43143
43252
|
|
|
43144
|
-
function ownKeys$
|
|
43145
|
-
function _objectSpread$
|
|
43253
|
+
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; }
|
|
43254
|
+
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
43255
|
var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(props) {
|
|
43147
43256
|
var _textarray$, _textarray$2, _authdetailsContext$i, _authdetailsContext$i3, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2;
|
|
43148
43257
|
var _useState = React.useState(''),
|
|
@@ -43183,7 +43292,7 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
|
|
|
43183
43292
|
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
43184
43293
|
});
|
|
43185
43294
|
}
|
|
43186
|
-
setsectionproperties(_objectSpread$
|
|
43295
|
+
setsectionproperties(_objectSpread$1I({}, secpropobj));
|
|
43187
43296
|
}, [StatePagePropertiesContext]);
|
|
43188
43297
|
var _useState5 = React.useState([]),
|
|
43189
43298
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
@@ -44012,161 +44121,6 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
|
|
|
44012
44121
|
}));
|
|
44013
44122
|
};
|
|
44014
44123
|
|
|
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
44124
|
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
44125
|
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
44126
|
var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props) {
|