tabexseriescomponents 0.0.779 → 0.0.781
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 +158 -192
- package/dist/index.esm.js +158 -192
- package/dist/index.umd.js +158 -192
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -19853,7 +19853,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
19853
19853
|
// minHeight: sectionproperties.height == null || sectionproperties.height == 0 ? 'auto' : sectionproperties.height + 'vh',
|
|
19854
19854
|
}
|
|
19855
19855
|
}, sectionproperties.length != 0 && /*#__PURE__*/React.createElement("div", {
|
|
19856
|
-
"class": section_cssstyles.innercardssection + ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100
|
|
19856
|
+
"class": section_cssstyles.innercardssection + ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 '
|
|
19857
19857
|
}, sectionproperties.showproductgroupbytitle == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
19858
19858
|
"class": "col-lg-12 mb-3 mt-5 text-start"
|
|
19859
19859
|
}, /*#__PURE__*/React.createElement("p", {
|
|
@@ -21202,7 +21202,7 @@ styleInject(css_248z$B);
|
|
|
21202
21202
|
function ownKeys$24(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; }
|
|
21203
21203
|
function _objectSpread$24(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$24(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$24(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
21204
21204
|
var Subheader = function Subheader(props) {
|
|
21205
|
-
var _props$subheaderprope, _props$subheaderprope2, _props$subheaderprope3, _props$subheaderprope4, _templatepropcontext$, _fetchCategoriesQuery2, _authdetailsContext$i, _props$subheaderprope13, _templatepropcontext$2, _props$
|
|
21205
|
+
var _props$subheaderprope, _props$subheaderprope2, _props$subheaderprope3, _props$subheaderprope4, _templatepropcontext$, _fetchCategoriesQuery2, _authdetailsContext$i, _props$subheaderprope13, _templatepropcontext$2, _props$subheaderprope18, _props$subheaderprope19, _templatepropcontext$3, _fetchCategoriesQuery3, _authdetailsContext$i3, _fetchCategoriesQuery4, _authdetailsContext$i4, _fetchCategoriesQuery5, _props$subheaderprope34, _props$subheaderprope35, _props$subheaderprope36, _props$subheaderprope37, _fetchCategoriesQuery6, _fetchCategoriesQuery7, _props$subheaderprope40, _props$subheaderprope41, _props$subheaderprope42, _props$subheaderprope43, _fetchCategoriesQuery9, _fetchCategoriesQuery10;
|
|
21206
21206
|
var FetchQueriesEngineContext = props.actions.FetchQueriesEngineContext;
|
|
21207
21207
|
var setFetchQueriesEngineContext = props.actions.setFetchQueriesEngineContext;
|
|
21208
21208
|
var fetchCategoriesQueryContext = props.actions.fetchCategoriesQueryContext;
|
|
@@ -21216,30 +21216,34 @@ var Subheader = function Subheader(props) {
|
|
|
21216
21216
|
_useState2 = _slicedToArray(_useState, 2),
|
|
21217
21217
|
showdownheadermenu = _useState2[0],
|
|
21218
21218
|
setshowdownheadermenu = _useState2[1];
|
|
21219
|
-
var _useState3 = useState(
|
|
21219
|
+
var _useState3 = useState(false),
|
|
21220
21220
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
21221
|
-
|
|
21222
|
-
|
|
21221
|
+
inqmenushow = _useState4[0],
|
|
21222
|
+
setinqmenushow = _useState4[1];
|
|
21223
21223
|
var _useState5 = useState(''),
|
|
21224
21224
|
_useState6 = _slicedToArray(_useState5, 2),
|
|
21225
|
-
|
|
21226
|
-
|
|
21225
|
+
currentimagecollection = _useState6[0],
|
|
21226
|
+
setcurrentimagecollection = _useState6[1];
|
|
21227
21227
|
var _useState7 = useState(''),
|
|
21228
21228
|
_useState8 = _slicedToArray(_useState7, 2),
|
|
21229
|
-
|
|
21230
|
-
|
|
21231
|
-
var _useState9 = useState(
|
|
21229
|
+
Choosenindex = _useState8[0],
|
|
21230
|
+
setChoosenindex = _useState8[1];
|
|
21231
|
+
var _useState9 = useState(''),
|
|
21232
21232
|
_useState10 = _slicedToArray(_useState9, 2),
|
|
21233
|
-
|
|
21234
|
-
|
|
21235
|
-
var _useState11 = useState(
|
|
21233
|
+
Choosenname = _useState10[0],
|
|
21234
|
+
setChoosenname = _useState10[1];
|
|
21235
|
+
var _useState11 = useState({}),
|
|
21236
21236
|
_useState12 = _slicedToArray(_useState11, 2),
|
|
21237
|
-
|
|
21238
|
-
|
|
21237
|
+
sectionproperties = _useState12[0],
|
|
21238
|
+
setsectionproperties = _useState12[1];
|
|
21239
21239
|
var _useState13 = useState([]),
|
|
21240
|
-
_useState14 = _slicedToArray(_useState13, 2)
|
|
21241
|
-
_useState14[0]
|
|
21242
|
-
_useState14[1];
|
|
21240
|
+
_useState14 = _slicedToArray(_useState13, 2),
|
|
21241
|
+
pcollarray = _useState14[0],
|
|
21242
|
+
setpcollarray = _useState14[1];
|
|
21243
|
+
var _useState15 = useState([]),
|
|
21244
|
+
_useState16 = _slicedToArray(_useState15, 2);
|
|
21245
|
+
_useState16[0];
|
|
21246
|
+
_useState16[1];
|
|
21243
21247
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
21244
21248
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
21245
21249
|
useEffect(function () {
|
|
@@ -21429,33 +21433,53 @@ var Subheader = function Subheader(props) {
|
|
|
21429
21433
|
}
|
|
21430
21434
|
})), (props === null || props === void 0 || (_props$subheaderprope13 = props.subheaderpropertiesprops) === null || _props$subheaderprope13 === void 0 ? void 0 : _props$subheaderprope13.subheaderpositionprops) == 'in nav' && sectionproperties.showheaderpages == 'Show' && (templatepropcontext === null || templatepropcontext === void 0 || (_templatepropcontext$2 = templatepropcontext.pagesnprop) === null || _templatepropcontext$2 === void 0 ? void 0 : _templatepropcontext$2.map(function (item, index) {
|
|
21431
21435
|
if (item.isnavigation == 1 && item.isactive == 1 && item.pageorderindex > 0) {
|
|
21432
|
-
var
|
|
21433
|
-
|
|
21434
|
-
|
|
21435
|
-
|
|
21436
|
-
|
|
21437
|
-
|
|
21438
|
-
|
|
21439
|
-
|
|
21440
|
-
|
|
21441
|
-
|
|
21442
|
-
|
|
21443
|
-
|
|
21444
|
-
|
|
21445
|
-
|
|
21446
|
-
|
|
21447
|
-
|
|
21448
|
-
|
|
21436
|
+
var _authdetailsContext$i2;
|
|
21437
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.instid) == '6745e12fb23b4' && item.pagename == 'Inquiry') {
|
|
21438
|
+
var _props$subheaderprope14, _props$subheaderprope15;
|
|
21439
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
21440
|
+
onMouseEnter: function onMouseEnter() {
|
|
21441
|
+
setshowdownheadermenu(false);
|
|
21442
|
+
setinqmenushow(true);
|
|
21443
|
+
// alert('sad');
|
|
21444
|
+
// here
|
|
21445
|
+
},
|
|
21446
|
+
"class": "scrollhorizontalcard",
|
|
21447
|
+
style: {
|
|
21448
|
+
marginLeft: props === null || props === void 0 || (_props$subheaderprope14 = props.subheaderpropertiesprops) === null || _props$subheaderprope14 === void 0 ? void 0 : _props$subheaderprope14.paddingLeftprops,
|
|
21449
|
+
marginRight: props === null || props === void 0 || (_props$subheaderprope15 = props.subheaderpropertiesprops) === null || _props$subheaderprope15 === void 0 ? void 0 : _props$subheaderprope15.paddingLeftprops
|
|
21450
|
+
}
|
|
21451
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
21452
|
+
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 '
|
|
21453
|
+
}, langdetect == 'en' ? item.pagename : item.pagename_ar));
|
|
21454
|
+
} else {
|
|
21455
|
+
var _props$subheaderprope16, _props$subheaderprope17;
|
|
21456
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
21457
|
+
onClick: function onClick() {
|
|
21458
|
+
routingcountext(item.navigationroute);
|
|
21459
|
+
},
|
|
21460
|
+
onMouseEnter: function onMouseEnter() {
|
|
21461
|
+
setshowdownheadermenu(false);
|
|
21462
|
+
setChoosenindex('');
|
|
21463
|
+
},
|
|
21464
|
+
"class": "scrollhorizontalcard",
|
|
21465
|
+
style: {
|
|
21466
|
+
marginLeft: props === null || props === void 0 || (_props$subheaderprope16 = props.subheaderpropertiesprops) === null || _props$subheaderprope16 === void 0 ? void 0 : _props$subheaderprope16.paddingLeftprops,
|
|
21467
|
+
marginRight: props === null || props === void 0 || (_props$subheaderprope17 = props.subheaderpropertiesprops) === null || _props$subheaderprope17 === void 0 ? void 0 : _props$subheaderprope17.paddingLeftprops
|
|
21468
|
+
}
|
|
21469
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
21470
|
+
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 '
|
|
21471
|
+
}, langdetect == 'en' ? item.pagename : item.pagename_ar));
|
|
21472
|
+
}
|
|
21449
21473
|
}
|
|
21450
21474
|
}))), sectionproperties.subheaderpositionfromhome != 'Right After Home' && /*#__PURE__*/React.createElement("div", {
|
|
21451
21475
|
"class": "".concat(headerstyles$f.nav__item) + ' scrollhorizontal flex-row align-items-center w-100 justify-content-md-center ',
|
|
21452
21476
|
style: {
|
|
21453
21477
|
zIndex: 1000,
|
|
21454
|
-
justifyContent: ((_props$
|
|
21478
|
+
justifyContent: ((_props$subheaderprope18 = props.subheaderpropertiesprops) === null || _props$subheaderprope18 === void 0 ? void 0 : _props$subheaderprope18.subheadercontentpositionprops) == 'center' ? 'center' : 'start'
|
|
21455
21479
|
}
|
|
21456
|
-
}, (props === null || props === void 0 || (_props$
|
|
21480
|
+
}, (props === null || props === void 0 || (_props$subheaderprope19 = props.subheaderpropertiesprops) === null || _props$subheaderprope19 === void 0 ? void 0 : _props$subheaderprope19.subheaderpositionprops) == 'in nav' && sectionproperties.showheaderpages == 'Show' && (templatepropcontext === null || templatepropcontext === void 0 || (_templatepropcontext$3 = templatepropcontext.pagesnprop) === null || _templatepropcontext$3 === void 0 ? void 0 : _templatepropcontext$3.map(function (item, index) {
|
|
21457
21481
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
21458
|
-
var _props$
|
|
21482
|
+
var _props$subheaderprope20, _props$subheaderprope21;
|
|
21459
21483
|
return /*#__PURE__*/React.createElement("div", {
|
|
21460
21484
|
onClick: function onClick() {
|
|
21461
21485
|
routingcountext(item.navigationroute);
|
|
@@ -21466,8 +21490,8 @@ var Subheader = function Subheader(props) {
|
|
|
21466
21490
|
},
|
|
21467
21491
|
"class": "scrollhorizontalcard",
|
|
21468
21492
|
style: {
|
|
21469
|
-
marginLeft: props === null || props === void 0 || (_props$
|
|
21470
|
-
marginRight: props === null || props === void 0 || (_props$
|
|
21493
|
+
marginLeft: props === null || props === void 0 || (_props$subheaderprope20 = props.subheaderpropertiesprops) === null || _props$subheaderprope20 === void 0 ? void 0 : _props$subheaderprope20.paddingLeftprops,
|
|
21494
|
+
marginRight: props === null || props === void 0 || (_props$subheaderprope21 = props.subheaderpropertiesprops) === null || _props$subheaderprope21 === void 0 ? void 0 : _props$subheaderprope21.paddingLeftprops
|
|
21471
21495
|
}
|
|
21472
21496
|
}, /*#__PURE__*/React.createElement("p", {
|
|
21473
21497
|
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 '
|
|
@@ -21475,7 +21499,7 @@ var Subheader = function Subheader(props) {
|
|
|
21475
21499
|
}
|
|
21476
21500
|
})), sectionproperties.subheaderParentType == 'Categories' && (fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 || (_fetchCategoriesQuery3 = fetchCategoriesQueryContext.data) === null || _fetchCategoriesQuery3 === void 0 || (_fetchCategoriesQuery3 = _fetchCategoriesQuery3.data) === null || _fetchCategoriesQuery3 === void 0 ? void 0 : _fetchCategoriesQuery3.categories.map(function (item, index) {
|
|
21477
21501
|
if (item.isshowntocustomers == 1) {
|
|
21478
|
-
var _props$
|
|
21502
|
+
var _props$subheaderprope22, _props$subheaderprope23;
|
|
21479
21503
|
return /*#__PURE__*/React.createElement("p", {
|
|
21480
21504
|
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 scrollhorizontalcard ',
|
|
21481
21505
|
onClick: function onClick() {
|
|
@@ -21486,14 +21510,14 @@ var Subheader = function Subheader(props) {
|
|
|
21486
21510
|
setChoosenindex(index);
|
|
21487
21511
|
},
|
|
21488
21512
|
style: {
|
|
21489
|
-
marginLeft: props === null || props === void 0 || (_props$
|
|
21490
|
-
marginRight: props === null || props === void 0 || (_props$
|
|
21513
|
+
marginLeft: props === null || props === void 0 || (_props$subheaderprope22 = props.subheaderpropertiesprops) === null || _props$subheaderprope22 === void 0 ? void 0 : _props$subheaderprope22.paddingLeftprops,
|
|
21514
|
+
marginRight: props === null || props === void 0 || (_props$subheaderprope23 = props.subheaderpropertiesprops) === null || _props$subheaderprope23 === void 0 ? void 0 : _props$subheaderprope23.paddingLeftprops
|
|
21491
21515
|
}
|
|
21492
21516
|
}, langdetect == 'en' ? item.title_en : item.title_ar);
|
|
21493
21517
|
}
|
|
21494
21518
|
})), sectionproperties.subheaderParentType == 'Parent Collections' && pcollarray.map(function (item, index) {
|
|
21495
21519
|
if (item.isshowntocustomers == 1) {
|
|
21496
|
-
var _props$
|
|
21520
|
+
var _props$subheaderprope24, _props$subheaderprope25;
|
|
21497
21521
|
return /*#__PURE__*/React.createElement("p", {
|
|
21498
21522
|
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 scrollhorizontalcard ',
|
|
21499
21523
|
onClick: function onClick() {
|
|
@@ -21506,22 +21530,22 @@ var Subheader = function Subheader(props) {
|
|
|
21506
21530
|
setChoosenname(item.title_en);
|
|
21507
21531
|
},
|
|
21508
21532
|
style: {
|
|
21509
|
-
marginLeft: props === null || props === void 0 || (_props$
|
|
21510
|
-
marginRight: props === null || props === void 0 || (_props$
|
|
21533
|
+
marginLeft: props === null || props === void 0 || (_props$subheaderprope24 = props.subheaderpropertiesprops) === null || _props$subheaderprope24 === void 0 ? void 0 : _props$subheaderprope24.paddingLeftprops,
|
|
21534
|
+
marginRight: props === null || props === void 0 || (_props$subheaderprope25 = props.subheaderpropertiesprops) === null || _props$subheaderprope25 === void 0 ? void 0 : _props$subheaderprope25.paddingLeftprops
|
|
21511
21535
|
}
|
|
21512
21536
|
}, langdetect == 'en' ? item.title_en : item.title_ar);
|
|
21513
21537
|
}
|
|
21514
|
-
}), sectionproperties.subheaderParentType == 'Collections' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
21538
|
+
}), sectionproperties.subheaderParentType == 'Collections' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.instcollections) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.map(function (item, index) {
|
|
21515
21539
|
if (item.isshowntocustomers == 1) {
|
|
21516
|
-
var _props$
|
|
21540
|
+
var _props$subheaderprope26, _props$subheaderprope27;
|
|
21517
21541
|
return /*#__PURE__*/React.createElement("p", {
|
|
21518
21542
|
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 scrollhorizontalcard ',
|
|
21519
21543
|
onClick: function onClick() {
|
|
21520
21544
|
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
|
|
21521
21545
|
},
|
|
21522
21546
|
style: {
|
|
21523
|
-
marginLeft: props === null || props === void 0 || (_props$
|
|
21524
|
-
marginRight: props === null || props === void 0 || (_props$
|
|
21547
|
+
marginLeft: props === null || props === void 0 || (_props$subheaderprope26 = props.subheaderpropertiesprops) === null || _props$subheaderprope26 === void 0 ? void 0 : _props$subheaderprope26.paddingLeftprops,
|
|
21548
|
+
marginRight: props === null || props === void 0 || (_props$subheaderprope27 = props.subheaderpropertiesprops) === null || _props$subheaderprope27 === void 0 ? void 0 : _props$subheaderprope27.paddingLeftprops,
|
|
21525
21549
|
color: sectionproperties.subheader_categorytitle_fontColor_resp,
|
|
21526
21550
|
fontSize: sectionproperties.subheader_categorytitle_fontSize_resp + 'px',
|
|
21527
21551
|
textTransform: sectionproperties.subheader_categorytitle_textTransform,
|
|
@@ -21548,7 +21572,7 @@ var Subheader = function Subheader(props) {
|
|
|
21548
21572
|
}
|
|
21549
21573
|
}, sectionproperties.subheaderParentType == 'Categories' && (fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 || (_fetchCategoriesQuery4 = fetchCategoriesQueryContext.data) === null || _fetchCategoriesQuery4 === void 0 || (_fetchCategoriesQuery4 = _fetchCategoriesQuery4.data) === null || _fetchCategoriesQuery4 === void 0 ? void 0 : _fetchCategoriesQuery4.categories.map(function (item, index) {
|
|
21550
21574
|
if (item.isshowntocustomers == 1) {
|
|
21551
|
-
var _props$
|
|
21575
|
+
var _props$subheaderprope28, _props$subheaderprope29;
|
|
21552
21576
|
return /*#__PURE__*/React.createElement("p", {
|
|
21553
21577
|
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 scrollhorizontalcard ',
|
|
21554
21578
|
onClick: function onClick() {
|
|
@@ -21559,8 +21583,8 @@ var Subheader = function Subheader(props) {
|
|
|
21559
21583
|
setChoosenindex(index);
|
|
21560
21584
|
},
|
|
21561
21585
|
style: {
|
|
21562
|
-
marginLeft: props === null || props === void 0 || (_props$
|
|
21563
|
-
marginRight: props === null || props === void 0 || (_props$
|
|
21586
|
+
marginLeft: props === null || props === void 0 || (_props$subheaderprope28 = props.subheaderpropertiesprops) === null || _props$subheaderprope28 === void 0 ? void 0 : _props$subheaderprope28.paddingLeftprops,
|
|
21587
|
+
marginRight: props === null || props === void 0 || (_props$subheaderprope29 = props.subheaderpropertiesprops) === null || _props$subheaderprope29 === void 0 ? void 0 : _props$subheaderprope29.paddingLeftprops,
|
|
21564
21588
|
color: sectionproperties.subheader_categorytitle_fontColor_resp,
|
|
21565
21589
|
fontSize: sectionproperties.subheader_categorytitle_fontSize_resp + 'px',
|
|
21566
21590
|
textTransform: sectionproperties.subheader_categorytitle_textTransform,
|
|
@@ -21570,7 +21594,7 @@ var Subheader = function Subheader(props) {
|
|
|
21570
21594
|
}
|
|
21571
21595
|
})), sectionproperties.subheaderParentType == 'Parent Collections' && pcollarray.map(function (item, index) {
|
|
21572
21596
|
if (item.isshowntocustomers == 1) {
|
|
21573
|
-
var _props$
|
|
21597
|
+
var _props$subheaderprope30, _props$subheaderprope31;
|
|
21574
21598
|
return /*#__PURE__*/React.createElement("p", {
|
|
21575
21599
|
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 scrollhorizontalcard ',
|
|
21576
21600
|
onClick: function onClick() {
|
|
@@ -21581,8 +21605,8 @@ var Subheader = function Subheader(props) {
|
|
|
21581
21605
|
setChoosenindex(index);
|
|
21582
21606
|
},
|
|
21583
21607
|
style: {
|
|
21584
|
-
marginLeft: props === null || props === void 0 || (_props$
|
|
21585
|
-
marginRight: props === null || props === void 0 || (_props$
|
|
21608
|
+
marginLeft: props === null || props === void 0 || (_props$subheaderprope30 = props.subheaderpropertiesprops) === null || _props$subheaderprope30 === void 0 ? void 0 : _props$subheaderprope30.paddingLeftprops,
|
|
21609
|
+
marginRight: props === null || props === void 0 || (_props$subheaderprope31 = props.subheaderpropertiesprops) === null || _props$subheaderprope31 === void 0 ? void 0 : _props$subheaderprope31.paddingLeftprops,
|
|
21586
21610
|
color: sectionproperties.subheader_categorytitle_fontColor_resp,
|
|
21587
21611
|
fontSize: sectionproperties.subheader_categorytitle_fontSize_resp + 'px',
|
|
21588
21612
|
textTransform: sectionproperties.subheader_categorytitle_textTransform,
|
|
@@ -21590,17 +21614,17 @@ var Subheader = function Subheader(props) {
|
|
|
21590
21614
|
}
|
|
21591
21615
|
}, langdetect == 'en' ? item.title_en : item.title_ar);
|
|
21592
21616
|
}
|
|
21593
|
-
}), sectionproperties.subheaderParentType == 'Collections' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
21617
|
+
}), sectionproperties.subheaderParentType == 'Collections' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 || (_authdetailsContext$i4 = _authdetailsContext$i4.instcollections) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.map(function (item, index) {
|
|
21594
21618
|
if (item.isshowntocustomers == 1) {
|
|
21595
|
-
var _props$
|
|
21619
|
+
var _props$subheaderprope32, _props$subheaderprope33;
|
|
21596
21620
|
return /*#__PURE__*/React.createElement("p", {
|
|
21597
21621
|
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 scrollhorizontalcard ',
|
|
21598
21622
|
onClick: function onClick() {
|
|
21599
21623
|
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
|
|
21600
21624
|
},
|
|
21601
21625
|
style: {
|
|
21602
|
-
marginLeft: props === null || props === void 0 || (_props$
|
|
21603
|
-
marginRight: props === null || props === void 0 || (_props$
|
|
21626
|
+
marginLeft: props === null || props === void 0 || (_props$subheaderprope32 = props.subheaderpropertiesprops) === null || _props$subheaderprope32 === void 0 ? void 0 : _props$subheaderprope32.paddingLeftprops,
|
|
21627
|
+
marginRight: props === null || props === void 0 || (_props$subheaderprope33 = props.subheaderpropertiesprops) === null || _props$subheaderprope33 === void 0 ? void 0 : _props$subheaderprope33.paddingLeftprops,
|
|
21604
21628
|
color: sectionproperties.subheader_categorytitle_fontColor_resp,
|
|
21605
21629
|
fontSize: sectionproperties.subheader_categorytitle_fontSize_resp + 'px',
|
|
21606
21630
|
textTransform: sectionproperties.subheader_categorytitle_textTransform,
|
|
@@ -21617,8 +21641,8 @@ var Subheader = function Subheader(props) {
|
|
|
21617
21641
|
style: {
|
|
21618
21642
|
width: sectionproperties.subheader_width + '%',
|
|
21619
21643
|
zIndex: 2000,
|
|
21620
|
-
position: ((_props$
|
|
21621
|
-
top: ((_props$
|
|
21644
|
+
position: ((_props$subheaderprope34 = props.subheaderpropertiesprops) === null || _props$subheaderprope34 === void 0 ? void 0 : _props$subheaderprope34.subheaderpositionprops) == 'in nav' ? 'absolute' : '',
|
|
21645
|
+
top: ((_props$subheaderprope35 = props.subheaderpropertiesprops) === null || _props$subheaderprope35 === void 0 ? void 0 : _props$subheaderprope35.headernameprops) == 'Stylish Header' && ((_props$subheaderprope36 = props.subheaderpropertiesprops) === null || _props$subheaderprope36 === void 0 ? void 0 : _props$subheaderprope36.subheaderpositionprops) == 'in nav' ? 50 : ((_props$subheaderprope37 = props.subheaderpropertiesprops) === null || _props$subheaderprope37 === void 0 ? void 0 : _props$subheaderprope37.subheaderpositionprops) == 'in nav' ? 30 : '',
|
|
21622
21646
|
// border:
|
|
21623
21647
|
// sectionproperties.subheader_width != 100
|
|
21624
21648
|
// ? sectionproperties.subheader_dropdown_borderWidth + 'px solid ' + sectionproperties.subheader_dropdown_borderColor
|
|
@@ -21645,9 +21669,9 @@ var Subheader = function Subheader(props) {
|
|
|
21645
21669
|
"class": "font-16 font-weight-500 m-0 p-0"
|
|
21646
21670
|
}, langdetect == 'en' ? 'No collections' : 'لا توجد مجموعات')), sectionproperties.subheaderParentType == 'Categories' && (fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 || (_fetchCategoriesQuery7 = fetchCategoriesQueryContext.data) === null || _fetchCategoriesQuery7 === void 0 || (_fetchCategoriesQuery7 = _fetchCategoriesQuery7.data) === null || _fetchCategoriesQuery7 === void 0 || (_fetchCategoriesQuery7 = _fetchCategoriesQuery7.categories[Choosenindex]) === null || _fetchCategoriesQuery7 === void 0 ? void 0 : _fetchCategoriesQuery7.parentcolletions.map(function (item, index) {
|
|
21647
21671
|
if (item.isshowntocustomers == 1) {
|
|
21648
|
-
var _fetchCategoriesQuery8, _props$
|
|
21672
|
+
var _fetchCategoriesQuery8, _props$subheaderprope38, _props$subheaderprope39;
|
|
21649
21673
|
return /*#__PURE__*/React.createElement("div", {
|
|
21650
|
-
"class": (fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 || (_fetchCategoriesQuery8 = fetchCategoriesQueryContext.data) === null || _fetchCategoriesQuery8 === void 0 || (_fetchCategoriesQuery8 = _fetchCategoriesQuery8.data) === null || _fetchCategoriesQuery8 === void 0 || (_fetchCategoriesQuery8 = _fetchCategoriesQuery8.categories[Choosenindex]) === null || _fetchCategoriesQuery8 === void 0 ? void 0 : _fetchCategoriesQuery8.parentcolletions.length) >= 5 ? 'col-lg-2 pl-2 pr-2 col-md-6 col-sm-12 mb-md-4' : ((_props$
|
|
21674
|
+
"class": (fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 || (_fetchCategoriesQuery8 = fetchCategoriesQueryContext.data) === null || _fetchCategoriesQuery8 === void 0 || (_fetchCategoriesQuery8 = _fetchCategoriesQuery8.data) === null || _fetchCategoriesQuery8 === void 0 || (_fetchCategoriesQuery8 = _fetchCategoriesQuery8.categories[Choosenindex]) === null || _fetchCategoriesQuery8 === void 0 ? void 0 : _fetchCategoriesQuery8.parentcolletions.length) >= 5 ? 'col-lg-2 pl-2 pr-2 col-md-6 col-sm-12 mb-md-4' : ((_props$subheaderprope38 = props.subheaderpropertiesprops) === null || _props$subheaderprope38 === void 0 ? void 0 : _props$subheaderprope38.numofcolsinlistprops) != undefined ? ' pl-2 pr-2 col-md-6 col-sm-12 mb-md-4 col-lg-' + ((_props$subheaderprope39 = props.subheaderpropertiesprops) === null || _props$subheaderprope39 === void 0 ? void 0 : _props$subheaderprope39.numofcolsinlistprops) : 'col-lg-3 pl-2 pr-2 col-md-6 col-sm-12 mb-md-4',
|
|
21651
21675
|
style: {
|
|
21652
21676
|
cursor: 'pointer'
|
|
21653
21677
|
}
|
|
@@ -21737,8 +21761,8 @@ var Subheader = function Subheader(props) {
|
|
|
21737
21761
|
style: {
|
|
21738
21762
|
width: sectionproperties.subheader_width + '%',
|
|
21739
21763
|
zIndex: 2000,
|
|
21740
|
-
position: ((_props$
|
|
21741
|
-
top: ((_props$
|
|
21764
|
+
position: ((_props$subheaderprope40 = props.subheaderpropertiesprops) === null || _props$subheaderprope40 === void 0 ? void 0 : _props$subheaderprope40.subheaderpositionprops) == 'in nav' ? 'absolute' : '',
|
|
21765
|
+
top: ((_props$subheaderprope41 = props.subheaderpropertiesprops) === null || _props$subheaderprope41 === void 0 ? void 0 : _props$subheaderprope41.headernameprops) == 'Stylish Header' && ((_props$subheaderprope42 = props.subheaderpropertiesprops) === null || _props$subheaderprope42 === void 0 ? void 0 : _props$subheaderprope42.subheaderpositionprops) == 'in nav' ? 50 : ((_props$subheaderprope43 = props.subheaderpropertiesprops) === null || _props$subheaderprope43 === void 0 ? void 0 : _props$subheaderprope43.subheaderpositionprops) == 'in nav' ? 30 : '',
|
|
21742
21766
|
border: sectionproperties.subheader_dropdown_borderWidth + 'px solid ' + sectionproperties.subheader_dropdown_borderColor,
|
|
21743
21767
|
paddingLeft: langdetect == 'en' ? sectionproperties.subheader_dropdown_paddingLeft + 'px' : sectionproperties.subheader_dropdown_paddingRight + 'px',
|
|
21744
21768
|
paddingRight: langdetect == 'en' ? sectionproperties.subheader_dropdown_paddingRight + 'px' : sectionproperties.subheader_dropdown_paddingLeft + 'px'
|
|
@@ -21797,7 +21821,53 @@ var Subheader = function Subheader(props) {
|
|
|
21797
21821
|
height: '100%',
|
|
21798
21822
|
objectFit: 'contain'
|
|
21799
21823
|
}
|
|
21800
|
-
})))))))),
|
|
21824
|
+
})))))))), inqmenushow == true && /*#__PURE__*/React.createElement("div", {
|
|
21825
|
+
"class": "w-100"
|
|
21826
|
+
}, /*#__PURE__*/React.createElement("li", {
|
|
21827
|
+
"class": langdetect == 'en' ? ' dropdown dropdownen w-100' : ' dropdown dropdownar w-100',
|
|
21828
|
+
style: {
|
|
21829
|
+
left: langdetect == 'en' ? '70%' : '',
|
|
21830
|
+
right: langdetect == 'ar' ? '60%' : ''
|
|
21831
|
+
}
|
|
21832
|
+
}, /*#__PURE__*/React.createElement("ul", {
|
|
21833
|
+
"class": "mt-2",
|
|
21834
|
+
sytle: {
|
|
21835
|
+
width: '200px'
|
|
21836
|
+
}
|
|
21837
|
+
}, /*#__PURE__*/React.createElement("li", {
|
|
21838
|
+
"class": "dropdown d-flex align-items-center w-100"
|
|
21839
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
21840
|
+
"class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
|
|
21841
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
21842
|
+
className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
|
|
21843
|
+
onClick: function onClick() {
|
|
21844
|
+
routingcountext('ordering', false, '');
|
|
21845
|
+
}
|
|
21846
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
21847
|
+
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 '
|
|
21848
|
+
}, langdetect == 'en' ? 'Ordering' : 'للطلبات')))), /*#__PURE__*/React.createElement("li", {
|
|
21849
|
+
"class": "dropdown d-flex align-items-center w-100"
|
|
21850
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
21851
|
+
"class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
|
|
21852
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
21853
|
+
className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
|
|
21854
|
+
onClick: function onClick() {
|
|
21855
|
+
routingcountext('workshops', false, '');
|
|
21856
|
+
}
|
|
21857
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
21858
|
+
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 '
|
|
21859
|
+
}, langdetect == 'en' ? 'Workshops' : 'الورش')))), /*#__PURE__*/React.createElement("li", {
|
|
21860
|
+
"class": "dropdown d-flex align-items-center w-100"
|
|
21861
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
21862
|
+
"class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
|
|
21863
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
21864
|
+
className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
|
|
21865
|
+
onClick: function onClick() {
|
|
21866
|
+
routingcountext('appointments', false, '');
|
|
21867
|
+
}
|
|
21868
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
21869
|
+
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 '
|
|
21870
|
+
}, langdetect == 'en' ? 'Appointments' : 'المواعيد'))))))), Choosenindex.length != 0 && (fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 || (_fetchCategoriesQuery10 = fetchCategoriesQueryContext.data) === null || _fetchCategoriesQuery10 === void 0 || (_fetchCategoriesQuery10 = _fetchCategoriesQuery10.data) === null || _fetchCategoriesQuery10 === void 0 || (_fetchCategoriesQuery10 = _fetchCategoriesQuery10.categories[Choosenindex]) === null || _fetchCategoriesQuery10 === void 0 || (_fetchCategoriesQuery10 = _fetchCategoriesQuery10.parentcolletions) === null || _fetchCategoriesQuery10 === void 0 ? void 0 : _fetchCategoriesQuery10.length) != 0 && sectionproperties.subheaderstyle == 'Style 2' && /*#__PURE__*/React.createElement("div", {
|
|
21801
21871
|
"class": "w-100"
|
|
21802
21872
|
}, /*#__PURE__*/React.createElement("li", {
|
|
21803
21873
|
"class": langdetect == 'en' ? ' dropdown dropdownen w-100' : ' dropdown dropdownar w-100'
|
|
@@ -23234,7 +23304,7 @@ var SocialMediaSection = function SocialMediaSection(props) {
|
|
|
23234
23304
|
function ownKeys$20(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; }
|
|
23235
23305
|
function _objectSpread$20(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$20(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$20(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
23236
23306
|
var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
23237
|
-
var _authdetailsContext$i3, _authdetailsContext$i4, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16,
|
|
23307
|
+
var _authdetailsContext$i3, _authdetailsContext$i4, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _returnpolicyobj17, _returnpolicyobj18, _returnpolicyobj19, _returnpolicyobj20, _returnpolicyobj21, _returnpolicyobj22, _returnpolicyobj23, _returnpolicyobj24;
|
|
23238
23308
|
var actions = props.actions;
|
|
23239
23309
|
var LogoutMutationContext = props.actions.LogoutMutationContext;
|
|
23240
23310
|
var setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
|
|
@@ -23586,19 +23656,19 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
23586
23656
|
}, /*#__PURE__*/React.createElement(AccordionItemState, null, function (state) {
|
|
23587
23657
|
if (state.expanded == true) {
|
|
23588
23658
|
return /*#__PURE__*/React.createElement("i", {
|
|
23589
|
-
className: ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23659
|
+
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23590
23660
|
}, /*#__PURE__*/React.createElement(FiChevronDown, {
|
|
23591
23661
|
style: {
|
|
23592
|
-
color: '#000',
|
|
23662
|
+
// color: '#000',
|
|
23593
23663
|
fontSize: 15
|
|
23594
23664
|
}
|
|
23595
23665
|
}));
|
|
23596
23666
|
} else {
|
|
23597
23667
|
return /*#__PURE__*/React.createElement("i", {
|
|
23598
|
-
className: ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23668
|
+
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23599
23669
|
}, /*#__PURE__*/React.createElement(FiChevronUp, {
|
|
23600
23670
|
style: {
|
|
23601
|
-
color: '#000',
|
|
23671
|
+
// color: '#000',
|
|
23602
23672
|
fontSize: 15
|
|
23603
23673
|
}
|
|
23604
23674
|
}));
|
|
@@ -23637,19 +23707,19 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
23637
23707
|
}, /*#__PURE__*/React.createElement(AccordionItemState, null, function (state) {
|
|
23638
23708
|
if (state.expanded == true) {
|
|
23639
23709
|
return /*#__PURE__*/React.createElement("i", {
|
|
23640
|
-
className: ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23710
|
+
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23641
23711
|
}, /*#__PURE__*/React.createElement(FiChevronDown, {
|
|
23642
23712
|
style: {
|
|
23643
|
-
color: '#000',
|
|
23713
|
+
// color: '#000',
|
|
23644
23714
|
fontSize: 15
|
|
23645
23715
|
}
|
|
23646
23716
|
}));
|
|
23647
23717
|
} else {
|
|
23648
23718
|
return /*#__PURE__*/React.createElement("i", {
|
|
23649
|
-
className: ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23719
|
+
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23650
23720
|
}, /*#__PURE__*/React.createElement(FiChevronUp, {
|
|
23651
23721
|
style: {
|
|
23652
|
-
color: '#000',
|
|
23722
|
+
// color: '#000',
|
|
23653
23723
|
fontSize: 15
|
|
23654
23724
|
}
|
|
23655
23725
|
}));
|
|
@@ -23718,19 +23788,19 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
23718
23788
|
}, /*#__PURE__*/React.createElement(AccordionItemState, null, function (state) {
|
|
23719
23789
|
if (state.expanded == true) {
|
|
23720
23790
|
return /*#__PURE__*/React.createElement("i", {
|
|
23721
|
-
className: ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23791
|
+
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23722
23792
|
}, /*#__PURE__*/React.createElement(FiChevronDown, {
|
|
23723
23793
|
style: {
|
|
23724
|
-
color: '#000',
|
|
23794
|
+
// color: '#000',
|
|
23725
23795
|
fontSize: 15
|
|
23726
23796
|
}
|
|
23727
23797
|
}));
|
|
23728
23798
|
} else {
|
|
23729
23799
|
return /*#__PURE__*/React.createElement("i", {
|
|
23730
|
-
className: ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23800
|
+
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23731
23801
|
}, /*#__PURE__*/React.createElement(FiChevronUp, {
|
|
23732
23802
|
style: {
|
|
23733
|
-
color: '#000',
|
|
23803
|
+
// color: '#000',
|
|
23734
23804
|
fontSize: 15
|
|
23735
23805
|
}
|
|
23736
23806
|
}));
|
|
@@ -24722,60 +24792,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
24722
24792
|
}
|
|
24723
24793
|
}, lang.logout))))), activeTab == 'categories' && sectionproperties.responsiveheaderstyle != 'Style 2 With Merged Subheader' && /*#__PURE__*/React.createElement("div", {
|
|
24724
24794
|
className: ' row m-0 w-100 accordionContainer anim'
|
|
24725
|
-
}, sectionproperties.subheaderParentType == 'Categories' && CategoriesAccordion(), sectionproperties.subheaderParentType == 'Parent Collections' && ParentCollectionsAccordion(), sectionproperties.subheaderParentType == 'Collections' && CollectionsAccordion())), /*#__PURE__*/React.createElement(
|
|
24726
|
-
className: "col-lg-12 p-0 d-flex flex-row allcentered p-3",
|
|
24727
|
-
style: {
|
|
24728
|
-
background: '#eee'
|
|
24729
|
-
}
|
|
24730
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.facebooklink) != null && /*#__PURE__*/React.createElement("div", {
|
|
24731
|
-
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
24732
|
-
onClick: function onClick() {
|
|
24733
|
-
var _authdetailsContext$i7;
|
|
24734
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.facebooklink) != null) {
|
|
24735
|
-
var _authdetailsContext$i8;
|
|
24736
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.facebooklink, '_blank');
|
|
24737
|
-
}
|
|
24738
|
-
}
|
|
24739
|
-
}, /*#__PURE__*/React.createElement(FaFacebookF, {
|
|
24740
|
-
size: '20',
|
|
24741
|
-
color: '#62564b'
|
|
24742
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.instagramlink) != null && /*#__PURE__*/React.createElement("div", {
|
|
24743
|
-
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
24744
|
-
onClick: function onClick() {
|
|
24745
|
-
var _authdetailsContext$i10;
|
|
24746
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instagramlink) != null) {
|
|
24747
|
-
var _authdetailsContext$i11;
|
|
24748
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instagramlink, '_blank');
|
|
24749
|
-
}
|
|
24750
|
-
}
|
|
24751
|
-
}, /*#__PURE__*/React.createElement(AiFillInstagram, {
|
|
24752
|
-
size: '22',
|
|
24753
|
-
color: '#62564b'
|
|
24754
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.tiktoklink) != null && /*#__PURE__*/React.createElement("div", {
|
|
24755
|
-
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
24756
|
-
onClick: function onClick() {
|
|
24757
|
-
var _authdetailsContext$i13;
|
|
24758
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
|
|
24759
|
-
var _authdetailsContext$i14;
|
|
24760
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.tiktoklink, '_blank');
|
|
24761
|
-
}
|
|
24762
|
-
}
|
|
24763
|
-
}, /*#__PURE__*/React.createElement(IoLogoTiktok, {
|
|
24764
|
-
size: '20',
|
|
24765
|
-
color: '#62564b'
|
|
24766
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.youtubelink) != null && /*#__PURE__*/React.createElement("div", {
|
|
24767
|
-
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
24768
|
-
onClick: function onClick() {
|
|
24769
|
-
var _authdetailsContext$i16;
|
|
24770
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.instagramlink) != null) {
|
|
24771
|
-
var _authdetailsContext$i17;
|
|
24772
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.youtubelink, '_blank');
|
|
24773
|
-
}
|
|
24774
|
-
}
|
|
24775
|
-
}, /*#__PURE__*/React.createElement(AiFillYoutube, {
|
|
24776
|
-
size: '20',
|
|
24777
|
-
color: '#62564b'
|
|
24778
|
-
}))))), sectionproperties.length != 0 && sectionproperties.responsiveheaderstyle == 'Style 2 With Merged Subheader' && /*#__PURE__*/React.createElement(Offcanvas, {
|
|
24795
|
+
}, sectionproperties.subheaderParentType == 'Categories' && CategoriesAccordion(), sectionproperties.subheaderParentType == 'Parent Collections' && ParentCollectionsAccordion(), sectionproperties.subheaderParentType == 'Collections' && CollectionsAccordion())))), sectionproperties.length != 0 && sectionproperties.responsiveheaderstyle == 'Style 2 With Merged Subheader' && /*#__PURE__*/React.createElement(Offcanvas, {
|
|
24779
24796
|
show: openmenuCanvas,
|
|
24780
24797
|
onHide: function onHide() {
|
|
24781
24798
|
setopenmenuCanvas(false);
|
|
@@ -25144,60 +25161,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25144
25161
|
color: '#000',
|
|
25145
25162
|
fontSize: 16
|
|
25146
25163
|
}
|
|
25147
|
-
}, lang.logout))))))
|
|
25148
|
-
className: "col-lg-12 p-0 d-flex flex-row allcentered p-3",
|
|
25149
|
-
style: {
|
|
25150
|
-
background: '#eee'
|
|
25151
|
-
}
|
|
25152
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.facebooklink) != null && /*#__PURE__*/React.createElement("div", {
|
|
25153
|
-
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
25154
|
-
onClick: function onClick() {
|
|
25155
|
-
var _authdetailsContext$i19;
|
|
25156
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.facebooklink) != null) {
|
|
25157
|
-
var _authdetailsContext$i20;
|
|
25158
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.facebooklink, '_blank');
|
|
25159
|
-
}
|
|
25160
|
-
}
|
|
25161
|
-
}, /*#__PURE__*/React.createElement(FaFacebookF, {
|
|
25162
|
-
size: '20',
|
|
25163
|
-
color: '#62564b'
|
|
25164
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.instagramlink) != null && /*#__PURE__*/React.createElement("div", {
|
|
25165
|
-
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
25166
|
-
onClick: function onClick() {
|
|
25167
|
-
var _authdetailsContext$i22;
|
|
25168
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.instagramlink) != null) {
|
|
25169
|
-
var _authdetailsContext$i23;
|
|
25170
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.instagramlink, '_blank');
|
|
25171
|
-
}
|
|
25172
|
-
}
|
|
25173
|
-
}, /*#__PURE__*/React.createElement(AiFillInstagram, {
|
|
25174
|
-
size: '22',
|
|
25175
|
-
color: '#62564b'
|
|
25176
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.tiktoklink) != null && /*#__PURE__*/React.createElement("div", {
|
|
25177
|
-
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
25178
|
-
onClick: function onClick() {
|
|
25179
|
-
var _authdetailsContext$i25;
|
|
25180
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.instagramlink) != null) {
|
|
25181
|
-
var _authdetailsContext$i26;
|
|
25182
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.tiktoklink, '_blank');
|
|
25183
|
-
}
|
|
25184
|
-
}
|
|
25185
|
-
}, /*#__PURE__*/React.createElement(IoLogoTiktok, {
|
|
25186
|
-
size: '20',
|
|
25187
|
-
color: '#62564b'
|
|
25188
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.youtubelink) != null && /*#__PURE__*/React.createElement("div", {
|
|
25189
|
-
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
25190
|
-
onClick: function onClick() {
|
|
25191
|
-
var _authdetailsContext$i28;
|
|
25192
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.instagramlink) != null) {
|
|
25193
|
-
var _authdetailsContext$i29;
|
|
25194
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.youtubelink, '_blank');
|
|
25195
|
-
}
|
|
25196
|
-
}
|
|
25197
|
-
}, /*#__PURE__*/React.createElement(AiFillYoutube, {
|
|
25198
|
-
size: '20',
|
|
25199
|
-
color: '#62564b'
|
|
25200
|
-
})))))));
|
|
25164
|
+
}, lang.logout))))))))));
|
|
25201
25165
|
};
|
|
25202
25166
|
|
|
25203
25167
|
function ownKeys$1$(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; }
|
|
@@ -44466,19 +44430,18 @@ var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props)
|
|
|
44466
44430
|
}, /*#__PURE__*/React.createElement(AccordionItemState, null, function (state) {
|
|
44467
44431
|
if (state.expanded == true) {
|
|
44468
44432
|
return /*#__PURE__*/React.createElement("i", {
|
|
44469
|
-
className: ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
44433
|
+
className: "".concat(header_cssstyles.navbarItem) + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
44470
44434
|
}, /*#__PURE__*/React.createElement(FiChevronDown, {
|
|
44471
44435
|
style: {
|
|
44472
|
-
color: '#000',
|
|
44436
|
+
// color: '#000',
|
|
44473
44437
|
fontSize: 15
|
|
44474
44438
|
}
|
|
44475
44439
|
}));
|
|
44476
44440
|
} else {
|
|
44477
44441
|
return /*#__PURE__*/React.createElement("i", {
|
|
44478
|
-
className: ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
44442
|
+
className: "".concat(header_cssstyles.navbarItem) + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
44479
44443
|
}, /*#__PURE__*/React.createElement(FiChevronUp, {
|
|
44480
44444
|
style: {
|
|
44481
|
-
color: '#000',
|
|
44482
44445
|
fontSize: 15
|
|
44483
44446
|
}
|
|
44484
44447
|
}));
|
|
@@ -47236,6 +47199,9 @@ var Footer3 = function Footer3(props) {
|
|
|
47236
47199
|
"class": "".concat(footerStyles.footerinfotext) + ' d-flex align-items-center justify-content-md-center ',
|
|
47237
47200
|
onClick: function onClick() {
|
|
47238
47201
|
window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_blank');
|
|
47202
|
+
},
|
|
47203
|
+
style: {
|
|
47204
|
+
visibility: sectionproperties.showfooterphonenumber == 'Show' ? 'visible' : 'hidden'
|
|
47239
47205
|
}
|
|
47240
47206
|
}, /*#__PURE__*/React.createElement("a", {
|
|
47241
47207
|
"class": "".concat(footerStyles.footerinfotext) + ' storeinfotext ',
|