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.cjs.js
CHANGED
|
@@ -19902,7 +19902,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
19902
19902
|
// minHeight: sectionproperties.height == null || sectionproperties.height == 0 ? 'auto' : sectionproperties.height + 'vh',
|
|
19903
19903
|
}
|
|
19904
19904
|
}, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19905
|
-
"class": section_cssstyles.innercardssection + ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100
|
|
19905
|
+
"class": section_cssstyles.innercardssection + ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 '
|
|
19906
19906
|
}, sectionproperties.showproductgroupbytitle == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19907
19907
|
"class": "col-lg-12 mb-3 mt-5 text-start"
|
|
19908
19908
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
@@ -21251,7 +21251,7 @@ styleInject(css_248z$B);
|
|
|
21251
21251
|
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; }
|
|
21252
21252
|
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__default["default"](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; }
|
|
21253
21253
|
var Subheader = function Subheader(props) {
|
|
21254
|
-
var _props$subheaderprope, _props$subheaderprope2, _props$subheaderprope3, _props$subheaderprope4, _templatepropcontext$, _fetchCategoriesQuery2, _authdetailsContext$i, _props$subheaderprope13, _templatepropcontext$2, _props$
|
|
21254
|
+
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;
|
|
21255
21255
|
var FetchQueriesEngineContext = props.actions.FetchQueriesEngineContext;
|
|
21256
21256
|
var setFetchQueriesEngineContext = props.actions.setFetchQueriesEngineContext;
|
|
21257
21257
|
var fetchCategoriesQueryContext = props.actions.fetchCategoriesQueryContext;
|
|
@@ -21265,30 +21265,34 @@ var Subheader = function Subheader(props) {
|
|
|
21265
21265
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
21266
21266
|
showdownheadermenu = _useState2[0],
|
|
21267
21267
|
setshowdownheadermenu = _useState2[1];
|
|
21268
|
-
var _useState3 = React.useState(
|
|
21268
|
+
var _useState3 = React.useState(false),
|
|
21269
21269
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
21270
|
-
|
|
21271
|
-
|
|
21270
|
+
inqmenushow = _useState4[0],
|
|
21271
|
+
setinqmenushow = _useState4[1];
|
|
21272
21272
|
var _useState5 = React.useState(''),
|
|
21273
21273
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
21274
|
-
|
|
21275
|
-
|
|
21274
|
+
currentimagecollection = _useState6[0],
|
|
21275
|
+
setcurrentimagecollection = _useState6[1];
|
|
21276
21276
|
var _useState7 = React.useState(''),
|
|
21277
21277
|
_useState8 = _slicedToArray__default["default"](_useState7, 2),
|
|
21278
|
-
|
|
21279
|
-
|
|
21280
|
-
var _useState9 = React.useState(
|
|
21278
|
+
Choosenindex = _useState8[0],
|
|
21279
|
+
setChoosenindex = _useState8[1];
|
|
21280
|
+
var _useState9 = React.useState(''),
|
|
21281
21281
|
_useState10 = _slicedToArray__default["default"](_useState9, 2),
|
|
21282
|
-
|
|
21283
|
-
|
|
21284
|
-
var _useState11 = React.useState(
|
|
21282
|
+
Choosenname = _useState10[0],
|
|
21283
|
+
setChoosenname = _useState10[1];
|
|
21284
|
+
var _useState11 = React.useState({}),
|
|
21285
21285
|
_useState12 = _slicedToArray__default["default"](_useState11, 2),
|
|
21286
|
-
|
|
21287
|
-
|
|
21286
|
+
sectionproperties = _useState12[0],
|
|
21287
|
+
setsectionproperties = _useState12[1];
|
|
21288
21288
|
var _useState13 = React.useState([]),
|
|
21289
|
-
_useState14 = _slicedToArray__default["default"](_useState13, 2)
|
|
21290
|
-
_useState14[0]
|
|
21291
|
-
_useState14[1];
|
|
21289
|
+
_useState14 = _slicedToArray__default["default"](_useState13, 2),
|
|
21290
|
+
pcollarray = _useState14[0],
|
|
21291
|
+
setpcollarray = _useState14[1];
|
|
21292
|
+
var _useState15 = React.useState([]),
|
|
21293
|
+
_useState16 = _slicedToArray__default["default"](_useState15, 2);
|
|
21294
|
+
_useState16[0];
|
|
21295
|
+
_useState16[1];
|
|
21292
21296
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
21293
21297
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
21294
21298
|
React.useEffect(function () {
|
|
@@ -21478,33 +21482,53 @@ var Subheader = function Subheader(props) {
|
|
|
21478
21482
|
}
|
|
21479
21483
|
})), (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) {
|
|
21480
21484
|
if (item.isnavigation == 1 && item.isactive == 1 && item.pageorderindex > 0) {
|
|
21481
|
-
var
|
|
21482
|
-
|
|
21483
|
-
|
|
21484
|
-
|
|
21485
|
-
|
|
21486
|
-
|
|
21487
|
-
|
|
21488
|
-
|
|
21489
|
-
|
|
21490
|
-
|
|
21491
|
-
|
|
21492
|
-
|
|
21493
|
-
|
|
21494
|
-
|
|
21495
|
-
|
|
21496
|
-
|
|
21497
|
-
|
|
21485
|
+
var _authdetailsContext$i2;
|
|
21486
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.instid) == '6745e12fb23b4' && item.pagename == 'Inquiry') {
|
|
21487
|
+
var _props$subheaderprope14, _props$subheaderprope15;
|
|
21488
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21489
|
+
onMouseEnter: function onMouseEnter() {
|
|
21490
|
+
setshowdownheadermenu(false);
|
|
21491
|
+
setinqmenushow(true);
|
|
21492
|
+
// alert('sad');
|
|
21493
|
+
// here
|
|
21494
|
+
},
|
|
21495
|
+
"class": "scrollhorizontalcard",
|
|
21496
|
+
style: {
|
|
21497
|
+
marginLeft: props === null || props === void 0 || (_props$subheaderprope14 = props.subheaderpropertiesprops) === null || _props$subheaderprope14 === void 0 ? void 0 : _props$subheaderprope14.paddingLeftprops,
|
|
21498
|
+
marginRight: props === null || props === void 0 || (_props$subheaderprope15 = props.subheaderpropertiesprops) === null || _props$subheaderprope15 === void 0 ? void 0 : _props$subheaderprope15.paddingLeftprops
|
|
21499
|
+
}
|
|
21500
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21501
|
+
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 '
|
|
21502
|
+
}, langdetect == 'en' ? item.pagename : item.pagename_ar));
|
|
21503
|
+
} else {
|
|
21504
|
+
var _props$subheaderprope16, _props$subheaderprope17;
|
|
21505
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21506
|
+
onClick: function onClick() {
|
|
21507
|
+
routingcountext(item.navigationroute);
|
|
21508
|
+
},
|
|
21509
|
+
onMouseEnter: function onMouseEnter() {
|
|
21510
|
+
setshowdownheadermenu(false);
|
|
21511
|
+
setChoosenindex('');
|
|
21512
|
+
},
|
|
21513
|
+
"class": "scrollhorizontalcard",
|
|
21514
|
+
style: {
|
|
21515
|
+
marginLeft: props === null || props === void 0 || (_props$subheaderprope16 = props.subheaderpropertiesprops) === null || _props$subheaderprope16 === void 0 ? void 0 : _props$subheaderprope16.paddingLeftprops,
|
|
21516
|
+
marginRight: props === null || props === void 0 || (_props$subheaderprope17 = props.subheaderpropertiesprops) === null || _props$subheaderprope17 === void 0 ? void 0 : _props$subheaderprope17.paddingLeftprops
|
|
21517
|
+
}
|
|
21518
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21519
|
+
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 '
|
|
21520
|
+
}, langdetect == 'en' ? item.pagename : item.pagename_ar));
|
|
21521
|
+
}
|
|
21498
21522
|
}
|
|
21499
21523
|
}))), sectionproperties.subheaderpositionfromhome != 'Right After Home' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21500
21524
|
"class": "".concat(headerstyles$f.nav__item) + ' scrollhorizontal flex-row align-items-center w-100 justify-content-md-center ',
|
|
21501
21525
|
style: {
|
|
21502
21526
|
zIndex: 1000,
|
|
21503
|
-
justifyContent: ((_props$
|
|
21527
|
+
justifyContent: ((_props$subheaderprope18 = props.subheaderpropertiesprops) === null || _props$subheaderprope18 === void 0 ? void 0 : _props$subheaderprope18.subheadercontentpositionprops) == 'center' ? 'center' : 'start'
|
|
21504
21528
|
}
|
|
21505
|
-
}, (props === null || props === void 0 || (_props$
|
|
21529
|
+
}, (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) {
|
|
21506
21530
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
21507
|
-
var _props$
|
|
21531
|
+
var _props$subheaderprope20, _props$subheaderprope21;
|
|
21508
21532
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21509
21533
|
onClick: function onClick() {
|
|
21510
21534
|
routingcountext(item.navigationroute);
|
|
@@ -21515,8 +21539,8 @@ var Subheader = function Subheader(props) {
|
|
|
21515
21539
|
},
|
|
21516
21540
|
"class": "scrollhorizontalcard",
|
|
21517
21541
|
style: {
|
|
21518
|
-
marginLeft: props === null || props === void 0 || (_props$
|
|
21519
|
-
marginRight: props === null || props === void 0 || (_props$
|
|
21542
|
+
marginLeft: props === null || props === void 0 || (_props$subheaderprope20 = props.subheaderpropertiesprops) === null || _props$subheaderprope20 === void 0 ? void 0 : _props$subheaderprope20.paddingLeftprops,
|
|
21543
|
+
marginRight: props === null || props === void 0 || (_props$subheaderprope21 = props.subheaderpropertiesprops) === null || _props$subheaderprope21 === void 0 ? void 0 : _props$subheaderprope21.paddingLeftprops
|
|
21520
21544
|
}
|
|
21521
21545
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21522
21546
|
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 '
|
|
@@ -21524,7 +21548,7 @@ var Subheader = function Subheader(props) {
|
|
|
21524
21548
|
}
|
|
21525
21549
|
})), 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) {
|
|
21526
21550
|
if (item.isshowntocustomers == 1) {
|
|
21527
|
-
var _props$
|
|
21551
|
+
var _props$subheaderprope22, _props$subheaderprope23;
|
|
21528
21552
|
return /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21529
21553
|
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 scrollhorizontalcard ',
|
|
21530
21554
|
onClick: function onClick() {
|
|
@@ -21535,14 +21559,14 @@ var Subheader = function Subheader(props) {
|
|
|
21535
21559
|
setChoosenindex(index);
|
|
21536
21560
|
},
|
|
21537
21561
|
style: {
|
|
21538
|
-
marginLeft: props === null || props === void 0 || (_props$
|
|
21539
|
-
marginRight: props === null || props === void 0 || (_props$
|
|
21562
|
+
marginLeft: props === null || props === void 0 || (_props$subheaderprope22 = props.subheaderpropertiesprops) === null || _props$subheaderprope22 === void 0 ? void 0 : _props$subheaderprope22.paddingLeftprops,
|
|
21563
|
+
marginRight: props === null || props === void 0 || (_props$subheaderprope23 = props.subheaderpropertiesprops) === null || _props$subheaderprope23 === void 0 ? void 0 : _props$subheaderprope23.paddingLeftprops
|
|
21540
21564
|
}
|
|
21541
21565
|
}, langdetect == 'en' ? item.title_en : item.title_ar);
|
|
21542
21566
|
}
|
|
21543
21567
|
})), sectionproperties.subheaderParentType == 'Parent Collections' && pcollarray.map(function (item, index) {
|
|
21544
21568
|
if (item.isshowntocustomers == 1) {
|
|
21545
|
-
var _props$
|
|
21569
|
+
var _props$subheaderprope24, _props$subheaderprope25;
|
|
21546
21570
|
return /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21547
21571
|
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 scrollhorizontalcard ',
|
|
21548
21572
|
onClick: function onClick() {
|
|
@@ -21555,22 +21579,22 @@ var Subheader = function Subheader(props) {
|
|
|
21555
21579
|
setChoosenname(item.title_en);
|
|
21556
21580
|
},
|
|
21557
21581
|
style: {
|
|
21558
|
-
marginLeft: props === null || props === void 0 || (_props$
|
|
21559
|
-
marginRight: props === null || props === void 0 || (_props$
|
|
21582
|
+
marginLeft: props === null || props === void 0 || (_props$subheaderprope24 = props.subheaderpropertiesprops) === null || _props$subheaderprope24 === void 0 ? void 0 : _props$subheaderprope24.paddingLeftprops,
|
|
21583
|
+
marginRight: props === null || props === void 0 || (_props$subheaderprope25 = props.subheaderpropertiesprops) === null || _props$subheaderprope25 === void 0 ? void 0 : _props$subheaderprope25.paddingLeftprops
|
|
21560
21584
|
}
|
|
21561
21585
|
}, langdetect == 'en' ? item.title_en : item.title_ar);
|
|
21562
21586
|
}
|
|
21563
|
-
}), sectionproperties.subheaderParentType == 'Collections' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
21587
|
+
}), 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) {
|
|
21564
21588
|
if (item.isshowntocustomers == 1) {
|
|
21565
|
-
var _props$
|
|
21589
|
+
var _props$subheaderprope26, _props$subheaderprope27;
|
|
21566
21590
|
return /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21567
21591
|
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 scrollhorizontalcard ',
|
|
21568
21592
|
onClick: function onClick() {
|
|
21569
21593
|
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
|
|
21570
21594
|
},
|
|
21571
21595
|
style: {
|
|
21572
|
-
marginLeft: props === null || props === void 0 || (_props$
|
|
21573
|
-
marginRight: props === null || props === void 0 || (_props$
|
|
21596
|
+
marginLeft: props === null || props === void 0 || (_props$subheaderprope26 = props.subheaderpropertiesprops) === null || _props$subheaderprope26 === void 0 ? void 0 : _props$subheaderprope26.paddingLeftprops,
|
|
21597
|
+
marginRight: props === null || props === void 0 || (_props$subheaderprope27 = props.subheaderpropertiesprops) === null || _props$subheaderprope27 === void 0 ? void 0 : _props$subheaderprope27.paddingLeftprops,
|
|
21574
21598
|
color: sectionproperties.subheader_categorytitle_fontColor_resp,
|
|
21575
21599
|
fontSize: sectionproperties.subheader_categorytitle_fontSize_resp + 'px',
|
|
21576
21600
|
textTransform: sectionproperties.subheader_categorytitle_textTransform,
|
|
@@ -21597,7 +21621,7 @@ var Subheader = function Subheader(props) {
|
|
|
21597
21621
|
}
|
|
21598
21622
|
}, 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) {
|
|
21599
21623
|
if (item.isshowntocustomers == 1) {
|
|
21600
|
-
var _props$
|
|
21624
|
+
var _props$subheaderprope28, _props$subheaderprope29;
|
|
21601
21625
|
return /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21602
21626
|
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 scrollhorizontalcard ',
|
|
21603
21627
|
onClick: function onClick() {
|
|
@@ -21608,8 +21632,8 @@ var Subheader = function Subheader(props) {
|
|
|
21608
21632
|
setChoosenindex(index);
|
|
21609
21633
|
},
|
|
21610
21634
|
style: {
|
|
21611
|
-
marginLeft: props === null || props === void 0 || (_props$
|
|
21612
|
-
marginRight: props === null || props === void 0 || (_props$
|
|
21635
|
+
marginLeft: props === null || props === void 0 || (_props$subheaderprope28 = props.subheaderpropertiesprops) === null || _props$subheaderprope28 === void 0 ? void 0 : _props$subheaderprope28.paddingLeftprops,
|
|
21636
|
+
marginRight: props === null || props === void 0 || (_props$subheaderprope29 = props.subheaderpropertiesprops) === null || _props$subheaderprope29 === void 0 ? void 0 : _props$subheaderprope29.paddingLeftprops,
|
|
21613
21637
|
color: sectionproperties.subheader_categorytitle_fontColor_resp,
|
|
21614
21638
|
fontSize: sectionproperties.subheader_categorytitle_fontSize_resp + 'px',
|
|
21615
21639
|
textTransform: sectionproperties.subheader_categorytitle_textTransform,
|
|
@@ -21619,7 +21643,7 @@ var Subheader = function Subheader(props) {
|
|
|
21619
21643
|
}
|
|
21620
21644
|
})), sectionproperties.subheaderParentType == 'Parent Collections' && pcollarray.map(function (item, index) {
|
|
21621
21645
|
if (item.isshowntocustomers == 1) {
|
|
21622
|
-
var _props$
|
|
21646
|
+
var _props$subheaderprope30, _props$subheaderprope31;
|
|
21623
21647
|
return /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21624
21648
|
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 scrollhorizontalcard ',
|
|
21625
21649
|
onClick: function onClick() {
|
|
@@ -21630,8 +21654,8 @@ var Subheader = function Subheader(props) {
|
|
|
21630
21654
|
setChoosenindex(index);
|
|
21631
21655
|
},
|
|
21632
21656
|
style: {
|
|
21633
|
-
marginLeft: props === null || props === void 0 || (_props$
|
|
21634
|
-
marginRight: props === null || props === void 0 || (_props$
|
|
21657
|
+
marginLeft: props === null || props === void 0 || (_props$subheaderprope30 = props.subheaderpropertiesprops) === null || _props$subheaderprope30 === void 0 ? void 0 : _props$subheaderprope30.paddingLeftprops,
|
|
21658
|
+
marginRight: props === null || props === void 0 || (_props$subheaderprope31 = props.subheaderpropertiesprops) === null || _props$subheaderprope31 === void 0 ? void 0 : _props$subheaderprope31.paddingLeftprops,
|
|
21635
21659
|
color: sectionproperties.subheader_categorytitle_fontColor_resp,
|
|
21636
21660
|
fontSize: sectionproperties.subheader_categorytitle_fontSize_resp + 'px',
|
|
21637
21661
|
textTransform: sectionproperties.subheader_categorytitle_textTransform,
|
|
@@ -21639,17 +21663,17 @@ var Subheader = function Subheader(props) {
|
|
|
21639
21663
|
}
|
|
21640
21664
|
}, langdetect == 'en' ? item.title_en : item.title_ar);
|
|
21641
21665
|
}
|
|
21642
|
-
}), sectionproperties.subheaderParentType == 'Collections' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
21666
|
+
}), 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) {
|
|
21643
21667
|
if (item.isshowntocustomers == 1) {
|
|
21644
|
-
var _props$
|
|
21668
|
+
var _props$subheaderprope32, _props$subheaderprope33;
|
|
21645
21669
|
return /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21646
21670
|
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 scrollhorizontalcard ',
|
|
21647
21671
|
onClick: function onClick() {
|
|
21648
21672
|
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
|
|
21649
21673
|
},
|
|
21650
21674
|
style: {
|
|
21651
|
-
marginLeft: props === null || props === void 0 || (_props$
|
|
21652
|
-
marginRight: props === null || props === void 0 || (_props$
|
|
21675
|
+
marginLeft: props === null || props === void 0 || (_props$subheaderprope32 = props.subheaderpropertiesprops) === null || _props$subheaderprope32 === void 0 ? void 0 : _props$subheaderprope32.paddingLeftprops,
|
|
21676
|
+
marginRight: props === null || props === void 0 || (_props$subheaderprope33 = props.subheaderpropertiesprops) === null || _props$subheaderprope33 === void 0 ? void 0 : _props$subheaderprope33.paddingLeftprops,
|
|
21653
21677
|
color: sectionproperties.subheader_categorytitle_fontColor_resp,
|
|
21654
21678
|
fontSize: sectionproperties.subheader_categorytitle_fontSize_resp + 'px',
|
|
21655
21679
|
textTransform: sectionproperties.subheader_categorytitle_textTransform,
|
|
@@ -21666,8 +21690,8 @@ var Subheader = function Subheader(props) {
|
|
|
21666
21690
|
style: {
|
|
21667
21691
|
width: sectionproperties.subheader_width + '%',
|
|
21668
21692
|
zIndex: 2000,
|
|
21669
|
-
position: ((_props$
|
|
21670
|
-
top: ((_props$
|
|
21693
|
+
position: ((_props$subheaderprope34 = props.subheaderpropertiesprops) === null || _props$subheaderprope34 === void 0 ? void 0 : _props$subheaderprope34.subheaderpositionprops) == 'in nav' ? 'absolute' : '',
|
|
21694
|
+
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 : '',
|
|
21671
21695
|
// border:
|
|
21672
21696
|
// sectionproperties.subheader_width != 100
|
|
21673
21697
|
// ? sectionproperties.subheader_dropdown_borderWidth + 'px solid ' + sectionproperties.subheader_dropdown_borderColor
|
|
@@ -21694,9 +21718,9 @@ var Subheader = function Subheader(props) {
|
|
|
21694
21718
|
"class": "font-16 font-weight-500 m-0 p-0"
|
|
21695
21719
|
}, 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) {
|
|
21696
21720
|
if (item.isshowntocustomers == 1) {
|
|
21697
|
-
var _fetchCategoriesQuery8, _props$
|
|
21721
|
+
var _fetchCategoriesQuery8, _props$subheaderprope38, _props$subheaderprope39;
|
|
21698
21722
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21699
|
-
"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$
|
|
21723
|
+
"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',
|
|
21700
21724
|
style: {
|
|
21701
21725
|
cursor: 'pointer'
|
|
21702
21726
|
}
|
|
@@ -21786,8 +21810,8 @@ var Subheader = function Subheader(props) {
|
|
|
21786
21810
|
style: {
|
|
21787
21811
|
width: sectionproperties.subheader_width + '%',
|
|
21788
21812
|
zIndex: 2000,
|
|
21789
|
-
position: ((_props$
|
|
21790
|
-
top: ((_props$
|
|
21813
|
+
position: ((_props$subheaderprope40 = props.subheaderpropertiesprops) === null || _props$subheaderprope40 === void 0 ? void 0 : _props$subheaderprope40.subheaderpositionprops) == 'in nav' ? 'absolute' : '',
|
|
21814
|
+
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 : '',
|
|
21791
21815
|
border: sectionproperties.subheader_dropdown_borderWidth + 'px solid ' + sectionproperties.subheader_dropdown_borderColor,
|
|
21792
21816
|
paddingLeft: langdetect == 'en' ? sectionproperties.subheader_dropdown_paddingLeft + 'px' : sectionproperties.subheader_dropdown_paddingRight + 'px',
|
|
21793
21817
|
paddingRight: langdetect == 'en' ? sectionproperties.subheader_dropdown_paddingRight + 'px' : sectionproperties.subheader_dropdown_paddingLeft + 'px'
|
|
@@ -21846,7 +21870,53 @@ var Subheader = function Subheader(props) {
|
|
|
21846
21870
|
height: '100%',
|
|
21847
21871
|
objectFit: 'contain'
|
|
21848
21872
|
}
|
|
21849
|
-
})))))))),
|
|
21873
|
+
})))))))), inqmenushow == true && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21874
|
+
"class": "w-100"
|
|
21875
|
+
}, /*#__PURE__*/React__default["default"].createElement("li", {
|
|
21876
|
+
"class": langdetect == 'en' ? ' dropdown dropdownen w-100' : ' dropdown dropdownar w-100',
|
|
21877
|
+
style: {
|
|
21878
|
+
left: langdetect == 'en' ? '70%' : '',
|
|
21879
|
+
right: langdetect == 'ar' ? '60%' : ''
|
|
21880
|
+
}
|
|
21881
|
+
}, /*#__PURE__*/React__default["default"].createElement("ul", {
|
|
21882
|
+
"class": "mt-2",
|
|
21883
|
+
sytle: {
|
|
21884
|
+
width: '200px'
|
|
21885
|
+
}
|
|
21886
|
+
}, /*#__PURE__*/React__default["default"].createElement("li", {
|
|
21887
|
+
"class": "dropdown d-flex align-items-center w-100"
|
|
21888
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21889
|
+
"class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
|
|
21890
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21891
|
+
className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
|
|
21892
|
+
onClick: function onClick() {
|
|
21893
|
+
routingcountext('ordering', false, '');
|
|
21894
|
+
}
|
|
21895
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21896
|
+
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 '
|
|
21897
|
+
}, langdetect == 'en' ? 'Ordering' : 'للطلبات')))), /*#__PURE__*/React__default["default"].createElement("li", {
|
|
21898
|
+
"class": "dropdown d-flex align-items-center w-100"
|
|
21899
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21900
|
+
"class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
|
|
21901
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21902
|
+
className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
|
|
21903
|
+
onClick: function onClick() {
|
|
21904
|
+
routingcountext('workshops', false, '');
|
|
21905
|
+
}
|
|
21906
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21907
|
+
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 '
|
|
21908
|
+
}, langdetect == 'en' ? 'Workshops' : 'الورش')))), /*#__PURE__*/React__default["default"].createElement("li", {
|
|
21909
|
+
"class": "dropdown d-flex align-items-center w-100"
|
|
21910
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21911
|
+
"class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
|
|
21912
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21913
|
+
className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
|
|
21914
|
+
onClick: function onClick() {
|
|
21915
|
+
routingcountext('appointments', false, '');
|
|
21916
|
+
}
|
|
21917
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21918
|
+
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 '
|
|
21919
|
+
}, 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__default["default"].createElement("div", {
|
|
21850
21920
|
"class": "w-100"
|
|
21851
21921
|
}, /*#__PURE__*/React__default["default"].createElement("li", {
|
|
21852
21922
|
"class": langdetect == 'en' ? ' dropdown dropdownen w-100' : ' dropdown dropdownar w-100'
|
|
@@ -23283,7 +23353,7 @@ var SocialMediaSection = function SocialMediaSection(props) {
|
|
|
23283
23353
|
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; }
|
|
23284
23354
|
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__default["default"](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; }
|
|
23285
23355
|
var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
23286
|
-
var _authdetailsContext$i3, _authdetailsContext$i4, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16,
|
|
23356
|
+
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;
|
|
23287
23357
|
var actions = props.actions;
|
|
23288
23358
|
var LogoutMutationContext = props.actions.LogoutMutationContext;
|
|
23289
23359
|
var setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
|
|
@@ -23635,19 +23705,19 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
23635
23705
|
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemState, null, function (state) {
|
|
23636
23706
|
if (state.expanded == true) {
|
|
23637
23707
|
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
23638
|
-
className: ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23708
|
+
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23639
23709
|
}, /*#__PURE__*/React__default["default"].createElement(FiChevronDown.FiChevronDown, {
|
|
23640
23710
|
style: {
|
|
23641
|
-
color: '#000',
|
|
23711
|
+
// color: '#000',
|
|
23642
23712
|
fontSize: 15
|
|
23643
23713
|
}
|
|
23644
23714
|
}));
|
|
23645
23715
|
} else {
|
|
23646
23716
|
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
23647
|
-
className: ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23717
|
+
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23648
23718
|
}, /*#__PURE__*/React__default["default"].createElement(FiChevronUp.FiChevronUp, {
|
|
23649
23719
|
style: {
|
|
23650
|
-
color: '#000',
|
|
23720
|
+
// color: '#000',
|
|
23651
23721
|
fontSize: 15
|
|
23652
23722
|
}
|
|
23653
23723
|
}));
|
|
@@ -23686,19 +23756,19 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
23686
23756
|
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemState, null, function (state) {
|
|
23687
23757
|
if (state.expanded == true) {
|
|
23688
23758
|
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
23689
|
-
className: ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23759
|
+
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23690
23760
|
}, /*#__PURE__*/React__default["default"].createElement(FiChevronDown.FiChevronDown, {
|
|
23691
23761
|
style: {
|
|
23692
|
-
color: '#000',
|
|
23762
|
+
// color: '#000',
|
|
23693
23763
|
fontSize: 15
|
|
23694
23764
|
}
|
|
23695
23765
|
}));
|
|
23696
23766
|
} else {
|
|
23697
23767
|
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
23698
|
-
className: ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23768
|
+
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23699
23769
|
}, /*#__PURE__*/React__default["default"].createElement(FiChevronUp.FiChevronUp, {
|
|
23700
23770
|
style: {
|
|
23701
|
-
color: '#000',
|
|
23771
|
+
// color: '#000',
|
|
23702
23772
|
fontSize: 15
|
|
23703
23773
|
}
|
|
23704
23774
|
}));
|
|
@@ -23767,19 +23837,19 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
23767
23837
|
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemState, null, function (state) {
|
|
23768
23838
|
if (state.expanded == true) {
|
|
23769
23839
|
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
23770
|
-
className: ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23840
|
+
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23771
23841
|
}, /*#__PURE__*/React__default["default"].createElement(FiChevronDown.FiChevronDown, {
|
|
23772
23842
|
style: {
|
|
23773
|
-
color: '#000',
|
|
23843
|
+
// color: '#000',
|
|
23774
23844
|
fontSize: 15
|
|
23775
23845
|
}
|
|
23776
23846
|
}));
|
|
23777
23847
|
} else {
|
|
23778
23848
|
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
23779
|
-
className: ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23849
|
+
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23780
23850
|
}, /*#__PURE__*/React__default["default"].createElement(FiChevronUp.FiChevronUp, {
|
|
23781
23851
|
style: {
|
|
23782
|
-
color: '#000',
|
|
23852
|
+
// color: '#000',
|
|
23783
23853
|
fontSize: 15
|
|
23784
23854
|
}
|
|
23785
23855
|
}));
|
|
@@ -24771,60 +24841,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
24771
24841
|
}
|
|
24772
24842
|
}, lang.logout))))), activeTab == 'categories' && sectionproperties.responsiveheaderstyle != 'Style 2 With Merged Subheader' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24773
24843
|
className: ' row m-0 w-100 accordionContainer anim'
|
|
24774
|
-
}, sectionproperties.subheaderParentType == 'Categories' && CategoriesAccordion(), sectionproperties.subheaderParentType == 'Parent Collections' && ParentCollectionsAccordion(), sectionproperties.subheaderParentType == 'Collections' && CollectionsAccordion())), /*#__PURE__*/React__default["default"].createElement(
|
|
24775
|
-
className: "col-lg-12 p-0 d-flex flex-row allcentered p-3",
|
|
24776
|
-
style: {
|
|
24777
|
-
background: '#eee'
|
|
24778
|
-
}
|
|
24779
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24780
|
-
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
24781
|
-
onClick: function onClick() {
|
|
24782
|
-
var _authdetailsContext$i7;
|
|
24783
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.facebooklink) != null) {
|
|
24784
|
-
var _authdetailsContext$i8;
|
|
24785
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.facebooklink, '_blank');
|
|
24786
|
-
}
|
|
24787
|
-
}
|
|
24788
|
-
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
24789
|
-
size: '20',
|
|
24790
|
-
color: '#62564b'
|
|
24791
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24792
|
-
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
24793
|
-
onClick: function onClick() {
|
|
24794
|
-
var _authdetailsContext$i10;
|
|
24795
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instagramlink) != null) {
|
|
24796
|
-
var _authdetailsContext$i11;
|
|
24797
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instagramlink, '_blank');
|
|
24798
|
-
}
|
|
24799
|
-
}
|
|
24800
|
-
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
24801
|
-
size: '22',
|
|
24802
|
-
color: '#62564b'
|
|
24803
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24804
|
-
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
24805
|
-
onClick: function onClick() {
|
|
24806
|
-
var _authdetailsContext$i13;
|
|
24807
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
|
|
24808
|
-
var _authdetailsContext$i14;
|
|
24809
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.tiktoklink, '_blank');
|
|
24810
|
-
}
|
|
24811
|
-
}
|
|
24812
|
-
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
24813
|
-
size: '20',
|
|
24814
|
-
color: '#62564b'
|
|
24815
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24816
|
-
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
24817
|
-
onClick: function onClick() {
|
|
24818
|
-
var _authdetailsContext$i16;
|
|
24819
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.instagramlink) != null) {
|
|
24820
|
-
var _authdetailsContext$i17;
|
|
24821
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.youtubelink, '_blank');
|
|
24822
|
-
}
|
|
24823
|
-
}
|
|
24824
|
-
}, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
|
|
24825
|
-
size: '20',
|
|
24826
|
-
color: '#62564b'
|
|
24827
|
-
}))))), sectionproperties.length != 0 && sectionproperties.responsiveheaderstyle == 'Style 2 With Merged Subheader' && /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Offcanvas, {
|
|
24844
|
+
}, 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__default["default"].createElement(reactBootstrap.Offcanvas, {
|
|
24828
24845
|
show: openmenuCanvas,
|
|
24829
24846
|
onHide: function onHide() {
|
|
24830
24847
|
setopenmenuCanvas(false);
|
|
@@ -25193,60 +25210,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25193
25210
|
color: '#000',
|
|
25194
25211
|
fontSize: 16
|
|
25195
25212
|
}
|
|
25196
|
-
}, lang.logout))))))
|
|
25197
|
-
className: "col-lg-12 p-0 d-flex flex-row allcentered p-3",
|
|
25198
|
-
style: {
|
|
25199
|
-
background: '#eee'
|
|
25200
|
-
}
|
|
25201
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25202
|
-
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
25203
|
-
onClick: function onClick() {
|
|
25204
|
-
var _authdetailsContext$i19;
|
|
25205
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.facebooklink) != null) {
|
|
25206
|
-
var _authdetailsContext$i20;
|
|
25207
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.facebooklink, '_blank');
|
|
25208
|
-
}
|
|
25209
|
-
}
|
|
25210
|
-
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
25211
|
-
size: '20',
|
|
25212
|
-
color: '#62564b'
|
|
25213
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25214
|
-
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
25215
|
-
onClick: function onClick() {
|
|
25216
|
-
var _authdetailsContext$i22;
|
|
25217
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.instagramlink) != null) {
|
|
25218
|
-
var _authdetailsContext$i23;
|
|
25219
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.instagramlink, '_blank');
|
|
25220
|
-
}
|
|
25221
|
-
}
|
|
25222
|
-
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
25223
|
-
size: '22',
|
|
25224
|
-
color: '#62564b'
|
|
25225
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25226
|
-
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
25227
|
-
onClick: function onClick() {
|
|
25228
|
-
var _authdetailsContext$i25;
|
|
25229
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.instagramlink) != null) {
|
|
25230
|
-
var _authdetailsContext$i26;
|
|
25231
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.tiktoklink, '_blank');
|
|
25232
|
-
}
|
|
25233
|
-
}
|
|
25234
|
-
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
25235
|
-
size: '20',
|
|
25236
|
-
color: '#62564b'
|
|
25237
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25238
|
-
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
25239
|
-
onClick: function onClick() {
|
|
25240
|
-
var _authdetailsContext$i28;
|
|
25241
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.instagramlink) != null) {
|
|
25242
|
-
var _authdetailsContext$i29;
|
|
25243
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.youtubelink, '_blank');
|
|
25244
|
-
}
|
|
25245
|
-
}
|
|
25246
|
-
}, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
|
|
25247
|
-
size: '20',
|
|
25248
|
-
color: '#62564b'
|
|
25249
|
-
})))))));
|
|
25213
|
+
}, lang.logout))))))))));
|
|
25250
25214
|
};
|
|
25251
25215
|
|
|
25252
25216
|
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; }
|
|
@@ -44515,19 +44479,18 @@ var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props)
|
|
|
44515
44479
|
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemState, null, function (state) {
|
|
44516
44480
|
if (state.expanded == true) {
|
|
44517
44481
|
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
44518
|
-
className: ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
44482
|
+
className: "".concat(header_cssstyles.navbarItem) + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
44519
44483
|
}, /*#__PURE__*/React__default["default"].createElement(FiChevronDown.FiChevronDown, {
|
|
44520
44484
|
style: {
|
|
44521
|
-
color: '#000',
|
|
44485
|
+
// color: '#000',
|
|
44522
44486
|
fontSize: 15
|
|
44523
44487
|
}
|
|
44524
44488
|
}));
|
|
44525
44489
|
} else {
|
|
44526
44490
|
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
44527
|
-
className: ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
44491
|
+
className: "".concat(header_cssstyles.navbarItem) + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
44528
44492
|
}, /*#__PURE__*/React__default["default"].createElement(FiChevronUp.FiChevronUp, {
|
|
44529
44493
|
style: {
|
|
44530
|
-
color: '#000',
|
|
44531
44494
|
fontSize: 15
|
|
44532
44495
|
}
|
|
44533
44496
|
}));
|
|
@@ -47285,6 +47248,9 @@ var Footer3 = function Footer3(props) {
|
|
|
47285
47248
|
"class": "".concat(footerStyles.footerinfotext) + ' d-flex align-items-center justify-content-md-center ',
|
|
47286
47249
|
onClick: function onClick() {
|
|
47287
47250
|
window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_blank');
|
|
47251
|
+
},
|
|
47252
|
+
style: {
|
|
47253
|
+
visibility: sectionproperties.showfooterphonenumber == 'Show' ? 'visible' : 'hidden'
|
|
47288
47254
|
}
|
|
47289
47255
|
}, /*#__PURE__*/React__default["default"].createElement("a", {
|
|
47290
47256
|
"class": "".concat(footerStyles.footerinfotext) + ' storeinfotext ',
|