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.umd.js
CHANGED
|
@@ -19719,7 +19719,7 @@
|
|
|
19719
19719
|
// minHeight: sectionproperties.height == null || sectionproperties.height == 0 ? 'auto' : sectionproperties.height + 'vh',
|
|
19720
19720
|
}
|
|
19721
19721
|
}, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19722
|
-
"class": section_cssstyles.innercardssection + ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100
|
|
19722
|
+
"class": section_cssstyles.innercardssection + ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 '
|
|
19723
19723
|
}, sectionproperties.showproductgroupbytitle == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19724
19724
|
"class": "col-lg-12 mb-3 mt-5 text-start"
|
|
19725
19725
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
@@ -21068,7 +21068,7 @@
|
|
|
21068
21068
|
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; }
|
|
21069
21069
|
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; }
|
|
21070
21070
|
var Subheader = function Subheader(props) {
|
|
21071
|
-
var _props$subheaderprope, _props$subheaderprope2, _props$subheaderprope3, _props$subheaderprope4, _templatepropcontext$, _fetchCategoriesQuery2, _authdetailsContext$i, _props$subheaderprope13, _templatepropcontext$2, _props$
|
|
21071
|
+
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;
|
|
21072
21072
|
var FetchQueriesEngineContext = props.actions.FetchQueriesEngineContext;
|
|
21073
21073
|
var setFetchQueriesEngineContext = props.actions.setFetchQueriesEngineContext;
|
|
21074
21074
|
var fetchCategoriesQueryContext = props.actions.fetchCategoriesQueryContext;
|
|
@@ -21082,30 +21082,34 @@
|
|
|
21082
21082
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
21083
21083
|
showdownheadermenu = _useState2[0],
|
|
21084
21084
|
setshowdownheadermenu = _useState2[1];
|
|
21085
|
-
var _useState3 = React.useState(
|
|
21085
|
+
var _useState3 = React.useState(false),
|
|
21086
21086
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
21087
|
-
|
|
21088
|
-
|
|
21087
|
+
inqmenushow = _useState4[0],
|
|
21088
|
+
setinqmenushow = _useState4[1];
|
|
21089
21089
|
var _useState5 = React.useState(''),
|
|
21090
21090
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
21091
|
-
|
|
21092
|
-
|
|
21091
|
+
currentimagecollection = _useState6[0],
|
|
21092
|
+
setcurrentimagecollection = _useState6[1];
|
|
21093
21093
|
var _useState7 = React.useState(''),
|
|
21094
21094
|
_useState8 = _slicedToArray__default["default"](_useState7, 2),
|
|
21095
|
-
|
|
21096
|
-
|
|
21097
|
-
var _useState9 = React.useState(
|
|
21095
|
+
Choosenindex = _useState8[0],
|
|
21096
|
+
setChoosenindex = _useState8[1];
|
|
21097
|
+
var _useState9 = React.useState(''),
|
|
21098
21098
|
_useState10 = _slicedToArray__default["default"](_useState9, 2),
|
|
21099
|
-
|
|
21100
|
-
|
|
21101
|
-
var _useState11 = React.useState(
|
|
21099
|
+
Choosenname = _useState10[0],
|
|
21100
|
+
setChoosenname = _useState10[1];
|
|
21101
|
+
var _useState11 = React.useState({}),
|
|
21102
21102
|
_useState12 = _slicedToArray__default["default"](_useState11, 2),
|
|
21103
|
-
|
|
21104
|
-
|
|
21103
|
+
sectionproperties = _useState12[0],
|
|
21104
|
+
setsectionproperties = _useState12[1];
|
|
21105
21105
|
var _useState13 = React.useState([]),
|
|
21106
|
-
_useState14 = _slicedToArray__default["default"](_useState13, 2)
|
|
21107
|
-
_useState14[0]
|
|
21108
|
-
_useState14[1];
|
|
21106
|
+
_useState14 = _slicedToArray__default["default"](_useState13, 2),
|
|
21107
|
+
pcollarray = _useState14[0],
|
|
21108
|
+
setpcollarray = _useState14[1];
|
|
21109
|
+
var _useState15 = React.useState([]),
|
|
21110
|
+
_useState16 = _slicedToArray__default["default"](_useState15, 2);
|
|
21111
|
+
_useState16[0];
|
|
21112
|
+
_useState16[1];
|
|
21109
21113
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
21110
21114
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
21111
21115
|
React.useEffect(function () {
|
|
@@ -21295,33 +21299,53 @@
|
|
|
21295
21299
|
}
|
|
21296
21300
|
})), (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) {
|
|
21297
21301
|
if (item.isnavigation == 1 && item.isactive == 1 && item.pageorderindex > 0) {
|
|
21298
|
-
var
|
|
21299
|
-
|
|
21300
|
-
|
|
21301
|
-
|
|
21302
|
-
|
|
21303
|
-
|
|
21304
|
-
|
|
21305
|
-
|
|
21306
|
-
|
|
21307
|
-
|
|
21308
|
-
|
|
21309
|
-
|
|
21310
|
-
|
|
21311
|
-
|
|
21312
|
-
|
|
21313
|
-
|
|
21314
|
-
|
|
21302
|
+
var _authdetailsContext$i2;
|
|
21303
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.instid) == '6745e12fb23b4' && item.pagename == 'Inquiry') {
|
|
21304
|
+
var _props$subheaderprope14, _props$subheaderprope15;
|
|
21305
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21306
|
+
onMouseEnter: function onMouseEnter() {
|
|
21307
|
+
setshowdownheadermenu(false);
|
|
21308
|
+
setinqmenushow(true);
|
|
21309
|
+
// alert('sad');
|
|
21310
|
+
// here
|
|
21311
|
+
},
|
|
21312
|
+
"class": "scrollhorizontalcard",
|
|
21313
|
+
style: {
|
|
21314
|
+
marginLeft: props === null || props === void 0 || (_props$subheaderprope14 = props.subheaderpropertiesprops) === null || _props$subheaderprope14 === void 0 ? void 0 : _props$subheaderprope14.paddingLeftprops,
|
|
21315
|
+
marginRight: props === null || props === void 0 || (_props$subheaderprope15 = props.subheaderpropertiesprops) === null || _props$subheaderprope15 === void 0 ? void 0 : _props$subheaderprope15.paddingLeftprops
|
|
21316
|
+
}
|
|
21317
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21318
|
+
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 '
|
|
21319
|
+
}, langdetect == 'en' ? item.pagename : item.pagename_ar));
|
|
21320
|
+
} else {
|
|
21321
|
+
var _props$subheaderprope16, _props$subheaderprope17;
|
|
21322
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21323
|
+
onClick: function onClick() {
|
|
21324
|
+
routingcountext(item.navigationroute);
|
|
21325
|
+
},
|
|
21326
|
+
onMouseEnter: function onMouseEnter() {
|
|
21327
|
+
setshowdownheadermenu(false);
|
|
21328
|
+
setChoosenindex('');
|
|
21329
|
+
},
|
|
21330
|
+
"class": "scrollhorizontalcard",
|
|
21331
|
+
style: {
|
|
21332
|
+
marginLeft: props === null || props === void 0 || (_props$subheaderprope16 = props.subheaderpropertiesprops) === null || _props$subheaderprope16 === void 0 ? void 0 : _props$subheaderprope16.paddingLeftprops,
|
|
21333
|
+
marginRight: props === null || props === void 0 || (_props$subheaderprope17 = props.subheaderpropertiesprops) === null || _props$subheaderprope17 === void 0 ? void 0 : _props$subheaderprope17.paddingLeftprops
|
|
21334
|
+
}
|
|
21335
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21336
|
+
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 '
|
|
21337
|
+
}, langdetect == 'en' ? item.pagename : item.pagename_ar));
|
|
21338
|
+
}
|
|
21315
21339
|
}
|
|
21316
21340
|
}))), sectionproperties.subheaderpositionfromhome != 'Right After Home' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21317
21341
|
"class": "".concat(headerstyles$f.nav__item) + ' scrollhorizontal flex-row align-items-center w-100 justify-content-md-center ',
|
|
21318
21342
|
style: {
|
|
21319
21343
|
zIndex: 1000,
|
|
21320
|
-
justifyContent: ((_props$
|
|
21344
|
+
justifyContent: ((_props$subheaderprope18 = props.subheaderpropertiesprops) === null || _props$subheaderprope18 === void 0 ? void 0 : _props$subheaderprope18.subheadercontentpositionprops) == 'center' ? 'center' : 'start'
|
|
21321
21345
|
}
|
|
21322
|
-
}, (props === null || props === void 0 || (_props$
|
|
21346
|
+
}, (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) {
|
|
21323
21347
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
21324
|
-
var _props$
|
|
21348
|
+
var _props$subheaderprope20, _props$subheaderprope21;
|
|
21325
21349
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21326
21350
|
onClick: function onClick() {
|
|
21327
21351
|
routingcountext(item.navigationroute);
|
|
@@ -21332,8 +21356,8 @@
|
|
|
21332
21356
|
},
|
|
21333
21357
|
"class": "scrollhorizontalcard",
|
|
21334
21358
|
style: {
|
|
21335
|
-
marginLeft: props === null || props === void 0 || (_props$
|
|
21336
|
-
marginRight: props === null || props === void 0 || (_props$
|
|
21359
|
+
marginLeft: props === null || props === void 0 || (_props$subheaderprope20 = props.subheaderpropertiesprops) === null || _props$subheaderprope20 === void 0 ? void 0 : _props$subheaderprope20.paddingLeftprops,
|
|
21360
|
+
marginRight: props === null || props === void 0 || (_props$subheaderprope21 = props.subheaderpropertiesprops) === null || _props$subheaderprope21 === void 0 ? void 0 : _props$subheaderprope21.paddingLeftprops
|
|
21337
21361
|
}
|
|
21338
21362
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21339
21363
|
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 '
|
|
@@ -21341,7 +21365,7 @@
|
|
|
21341
21365
|
}
|
|
21342
21366
|
})), 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) {
|
|
21343
21367
|
if (item.isshowntocustomers == 1) {
|
|
21344
|
-
var _props$
|
|
21368
|
+
var _props$subheaderprope22, _props$subheaderprope23;
|
|
21345
21369
|
return /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21346
21370
|
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 scrollhorizontalcard ',
|
|
21347
21371
|
onClick: function onClick() {
|
|
@@ -21352,14 +21376,14 @@
|
|
|
21352
21376
|
setChoosenindex(index);
|
|
21353
21377
|
},
|
|
21354
21378
|
style: {
|
|
21355
|
-
marginLeft: props === null || props === void 0 || (_props$
|
|
21356
|
-
marginRight: props === null || props === void 0 || (_props$
|
|
21379
|
+
marginLeft: props === null || props === void 0 || (_props$subheaderprope22 = props.subheaderpropertiesprops) === null || _props$subheaderprope22 === void 0 ? void 0 : _props$subheaderprope22.paddingLeftprops,
|
|
21380
|
+
marginRight: props === null || props === void 0 || (_props$subheaderprope23 = props.subheaderpropertiesprops) === null || _props$subheaderprope23 === void 0 ? void 0 : _props$subheaderprope23.paddingLeftprops
|
|
21357
21381
|
}
|
|
21358
21382
|
}, langdetect == 'en' ? item.title_en : item.title_ar);
|
|
21359
21383
|
}
|
|
21360
21384
|
})), sectionproperties.subheaderParentType == 'Parent Collections' && pcollarray.map(function (item, index) {
|
|
21361
21385
|
if (item.isshowntocustomers == 1) {
|
|
21362
|
-
var _props$
|
|
21386
|
+
var _props$subheaderprope24, _props$subheaderprope25;
|
|
21363
21387
|
return /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21364
21388
|
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 scrollhorizontalcard ',
|
|
21365
21389
|
onClick: function onClick() {
|
|
@@ -21372,22 +21396,22 @@
|
|
|
21372
21396
|
setChoosenname(item.title_en);
|
|
21373
21397
|
},
|
|
21374
21398
|
style: {
|
|
21375
|
-
marginLeft: props === null || props === void 0 || (_props$
|
|
21376
|
-
marginRight: props === null || props === void 0 || (_props$
|
|
21399
|
+
marginLeft: props === null || props === void 0 || (_props$subheaderprope24 = props.subheaderpropertiesprops) === null || _props$subheaderprope24 === void 0 ? void 0 : _props$subheaderprope24.paddingLeftprops,
|
|
21400
|
+
marginRight: props === null || props === void 0 || (_props$subheaderprope25 = props.subheaderpropertiesprops) === null || _props$subheaderprope25 === void 0 ? void 0 : _props$subheaderprope25.paddingLeftprops
|
|
21377
21401
|
}
|
|
21378
21402
|
}, langdetect == 'en' ? item.title_en : item.title_ar);
|
|
21379
21403
|
}
|
|
21380
|
-
}), sectionproperties.subheaderParentType == 'Collections' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
21404
|
+
}), 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) {
|
|
21381
21405
|
if (item.isshowntocustomers == 1) {
|
|
21382
|
-
var _props$
|
|
21406
|
+
var _props$subheaderprope26, _props$subheaderprope27;
|
|
21383
21407
|
return /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21384
21408
|
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 scrollhorizontalcard ',
|
|
21385
21409
|
onClick: function onClick() {
|
|
21386
21410
|
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
|
|
21387
21411
|
},
|
|
21388
21412
|
style: {
|
|
21389
|
-
marginLeft: props === null || props === void 0 || (_props$
|
|
21390
|
-
marginRight: props === null || props === void 0 || (_props$
|
|
21413
|
+
marginLeft: props === null || props === void 0 || (_props$subheaderprope26 = props.subheaderpropertiesprops) === null || _props$subheaderprope26 === void 0 ? void 0 : _props$subheaderprope26.paddingLeftprops,
|
|
21414
|
+
marginRight: props === null || props === void 0 || (_props$subheaderprope27 = props.subheaderpropertiesprops) === null || _props$subheaderprope27 === void 0 ? void 0 : _props$subheaderprope27.paddingLeftprops,
|
|
21391
21415
|
color: sectionproperties.subheader_categorytitle_fontColor_resp,
|
|
21392
21416
|
fontSize: sectionproperties.subheader_categorytitle_fontSize_resp + 'px',
|
|
21393
21417
|
textTransform: sectionproperties.subheader_categorytitle_textTransform,
|
|
@@ -21414,7 +21438,7 @@
|
|
|
21414
21438
|
}
|
|
21415
21439
|
}, 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) {
|
|
21416
21440
|
if (item.isshowntocustomers == 1) {
|
|
21417
|
-
var _props$
|
|
21441
|
+
var _props$subheaderprope28, _props$subheaderprope29;
|
|
21418
21442
|
return /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21419
21443
|
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 scrollhorizontalcard ',
|
|
21420
21444
|
onClick: function onClick() {
|
|
@@ -21425,8 +21449,8 @@
|
|
|
21425
21449
|
setChoosenindex(index);
|
|
21426
21450
|
},
|
|
21427
21451
|
style: {
|
|
21428
|
-
marginLeft: props === null || props === void 0 || (_props$
|
|
21429
|
-
marginRight: props === null || props === void 0 || (_props$
|
|
21452
|
+
marginLeft: props === null || props === void 0 || (_props$subheaderprope28 = props.subheaderpropertiesprops) === null || _props$subheaderprope28 === void 0 ? void 0 : _props$subheaderprope28.paddingLeftprops,
|
|
21453
|
+
marginRight: props === null || props === void 0 || (_props$subheaderprope29 = props.subheaderpropertiesprops) === null || _props$subheaderprope29 === void 0 ? void 0 : _props$subheaderprope29.paddingLeftprops,
|
|
21430
21454
|
color: sectionproperties.subheader_categorytitle_fontColor_resp,
|
|
21431
21455
|
fontSize: sectionproperties.subheader_categorytitle_fontSize_resp + 'px',
|
|
21432
21456
|
textTransform: sectionproperties.subheader_categorytitle_textTransform,
|
|
@@ -21436,7 +21460,7 @@
|
|
|
21436
21460
|
}
|
|
21437
21461
|
})), sectionproperties.subheaderParentType == 'Parent Collections' && pcollarray.map(function (item, index) {
|
|
21438
21462
|
if (item.isshowntocustomers == 1) {
|
|
21439
|
-
var _props$
|
|
21463
|
+
var _props$subheaderprope30, _props$subheaderprope31;
|
|
21440
21464
|
return /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21441
21465
|
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 scrollhorizontalcard ',
|
|
21442
21466
|
onClick: function onClick() {
|
|
@@ -21447,8 +21471,8 @@
|
|
|
21447
21471
|
setChoosenindex(index);
|
|
21448
21472
|
},
|
|
21449
21473
|
style: {
|
|
21450
|
-
marginLeft: props === null || props === void 0 || (_props$
|
|
21451
|
-
marginRight: props === null || props === void 0 || (_props$
|
|
21474
|
+
marginLeft: props === null || props === void 0 || (_props$subheaderprope30 = props.subheaderpropertiesprops) === null || _props$subheaderprope30 === void 0 ? void 0 : _props$subheaderprope30.paddingLeftprops,
|
|
21475
|
+
marginRight: props === null || props === void 0 || (_props$subheaderprope31 = props.subheaderpropertiesprops) === null || _props$subheaderprope31 === void 0 ? void 0 : _props$subheaderprope31.paddingLeftprops,
|
|
21452
21476
|
color: sectionproperties.subheader_categorytitle_fontColor_resp,
|
|
21453
21477
|
fontSize: sectionproperties.subheader_categorytitle_fontSize_resp + 'px',
|
|
21454
21478
|
textTransform: sectionproperties.subheader_categorytitle_textTransform,
|
|
@@ -21456,17 +21480,17 @@
|
|
|
21456
21480
|
}
|
|
21457
21481
|
}, langdetect == 'en' ? item.title_en : item.title_ar);
|
|
21458
21482
|
}
|
|
21459
|
-
}), sectionproperties.subheaderParentType == 'Collections' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
21483
|
+
}), 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) {
|
|
21460
21484
|
if (item.isshowntocustomers == 1) {
|
|
21461
|
-
var _props$
|
|
21485
|
+
var _props$subheaderprope32, _props$subheaderprope33;
|
|
21462
21486
|
return /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21463
21487
|
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 scrollhorizontalcard ',
|
|
21464
21488
|
onClick: function onClick() {
|
|
21465
21489
|
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
|
|
21466
21490
|
},
|
|
21467
21491
|
style: {
|
|
21468
|
-
marginLeft: props === null || props === void 0 || (_props$
|
|
21469
|
-
marginRight: props === null || props === void 0 || (_props$
|
|
21492
|
+
marginLeft: props === null || props === void 0 || (_props$subheaderprope32 = props.subheaderpropertiesprops) === null || _props$subheaderprope32 === void 0 ? void 0 : _props$subheaderprope32.paddingLeftprops,
|
|
21493
|
+
marginRight: props === null || props === void 0 || (_props$subheaderprope33 = props.subheaderpropertiesprops) === null || _props$subheaderprope33 === void 0 ? void 0 : _props$subheaderprope33.paddingLeftprops,
|
|
21470
21494
|
color: sectionproperties.subheader_categorytitle_fontColor_resp,
|
|
21471
21495
|
fontSize: sectionproperties.subheader_categorytitle_fontSize_resp + 'px',
|
|
21472
21496
|
textTransform: sectionproperties.subheader_categorytitle_textTransform,
|
|
@@ -21483,8 +21507,8 @@
|
|
|
21483
21507
|
style: {
|
|
21484
21508
|
width: sectionproperties.subheader_width + '%',
|
|
21485
21509
|
zIndex: 2000,
|
|
21486
|
-
position: ((_props$
|
|
21487
|
-
top: ((_props$
|
|
21510
|
+
position: ((_props$subheaderprope34 = props.subheaderpropertiesprops) === null || _props$subheaderprope34 === void 0 ? void 0 : _props$subheaderprope34.subheaderpositionprops) == 'in nav' ? 'absolute' : '',
|
|
21511
|
+
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 : '',
|
|
21488
21512
|
// border:
|
|
21489
21513
|
// sectionproperties.subheader_width != 100
|
|
21490
21514
|
// ? sectionproperties.subheader_dropdown_borderWidth + 'px solid ' + sectionproperties.subheader_dropdown_borderColor
|
|
@@ -21511,9 +21535,9 @@
|
|
|
21511
21535
|
"class": "font-16 font-weight-500 m-0 p-0"
|
|
21512
21536
|
}, 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) {
|
|
21513
21537
|
if (item.isshowntocustomers == 1) {
|
|
21514
|
-
var _fetchCategoriesQuery8, _props$
|
|
21538
|
+
var _fetchCategoriesQuery8, _props$subheaderprope38, _props$subheaderprope39;
|
|
21515
21539
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21516
|
-
"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$
|
|
21540
|
+
"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',
|
|
21517
21541
|
style: {
|
|
21518
21542
|
cursor: 'pointer'
|
|
21519
21543
|
}
|
|
@@ -21603,8 +21627,8 @@
|
|
|
21603
21627
|
style: {
|
|
21604
21628
|
width: sectionproperties.subheader_width + '%',
|
|
21605
21629
|
zIndex: 2000,
|
|
21606
|
-
position: ((_props$
|
|
21607
|
-
top: ((_props$
|
|
21630
|
+
position: ((_props$subheaderprope40 = props.subheaderpropertiesprops) === null || _props$subheaderprope40 === void 0 ? void 0 : _props$subheaderprope40.subheaderpositionprops) == 'in nav' ? 'absolute' : '',
|
|
21631
|
+
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 : '',
|
|
21608
21632
|
border: sectionproperties.subheader_dropdown_borderWidth + 'px solid ' + sectionproperties.subheader_dropdown_borderColor,
|
|
21609
21633
|
paddingLeft: langdetect == 'en' ? sectionproperties.subheader_dropdown_paddingLeft + 'px' : sectionproperties.subheader_dropdown_paddingRight + 'px',
|
|
21610
21634
|
paddingRight: langdetect == 'en' ? sectionproperties.subheader_dropdown_paddingRight + 'px' : sectionproperties.subheader_dropdown_paddingLeft + 'px'
|
|
@@ -21663,7 +21687,53 @@
|
|
|
21663
21687
|
height: '100%',
|
|
21664
21688
|
objectFit: 'contain'
|
|
21665
21689
|
}
|
|
21666
|
-
})))))))),
|
|
21690
|
+
})))))))), inqmenushow == true && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21691
|
+
"class": "w-100"
|
|
21692
|
+
}, /*#__PURE__*/React__default["default"].createElement("li", {
|
|
21693
|
+
"class": langdetect == 'en' ? ' dropdown dropdownen w-100' : ' dropdown dropdownar w-100',
|
|
21694
|
+
style: {
|
|
21695
|
+
left: langdetect == 'en' ? '70%' : '',
|
|
21696
|
+
right: langdetect == 'ar' ? '60%' : ''
|
|
21697
|
+
}
|
|
21698
|
+
}, /*#__PURE__*/React__default["default"].createElement("ul", {
|
|
21699
|
+
"class": "mt-2",
|
|
21700
|
+
sytle: {
|
|
21701
|
+
width: '200px'
|
|
21702
|
+
}
|
|
21703
|
+
}, /*#__PURE__*/React__default["default"].createElement("li", {
|
|
21704
|
+
"class": "dropdown d-flex align-items-center w-100"
|
|
21705
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21706
|
+
"class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
|
|
21707
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21708
|
+
className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
|
|
21709
|
+
onClick: function onClick() {
|
|
21710
|
+
routingcountext('ordering', false, '');
|
|
21711
|
+
}
|
|
21712
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21713
|
+
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 '
|
|
21714
|
+
}, langdetect == 'en' ? 'Ordering' : 'للطلبات')))), /*#__PURE__*/React__default["default"].createElement("li", {
|
|
21715
|
+
"class": "dropdown d-flex align-items-center w-100"
|
|
21716
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21717
|
+
"class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
|
|
21718
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21719
|
+
className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
|
|
21720
|
+
onClick: function onClick() {
|
|
21721
|
+
routingcountext('workshops', false, '');
|
|
21722
|
+
}
|
|
21723
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21724
|
+
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 '
|
|
21725
|
+
}, langdetect == 'en' ? 'Workshops' : 'الورش')))), /*#__PURE__*/React__default["default"].createElement("li", {
|
|
21726
|
+
"class": "dropdown d-flex align-items-center w-100"
|
|
21727
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21728
|
+
"class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
|
|
21729
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21730
|
+
className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
|
|
21731
|
+
onClick: function onClick() {
|
|
21732
|
+
routingcountext('appointments', false, '');
|
|
21733
|
+
}
|
|
21734
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21735
|
+
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 '
|
|
21736
|
+
}, 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", {
|
|
21667
21737
|
"class": "w-100"
|
|
21668
21738
|
}, /*#__PURE__*/React__default["default"].createElement("li", {
|
|
21669
21739
|
"class": langdetect == 'en' ? ' dropdown dropdownen w-100' : ' dropdown dropdownar w-100'
|
|
@@ -23100,7 +23170,7 @@
|
|
|
23100
23170
|
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; }
|
|
23101
23171
|
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; }
|
|
23102
23172
|
var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
23103
|
-
var _authdetailsContext$i3, _authdetailsContext$i4, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16,
|
|
23173
|
+
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;
|
|
23104
23174
|
var actions = props.actions;
|
|
23105
23175
|
var LogoutMutationContext = props.actions.LogoutMutationContext;
|
|
23106
23176
|
var setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
|
|
@@ -23452,19 +23522,19 @@
|
|
|
23452
23522
|
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemState, null, function (state) {
|
|
23453
23523
|
if (state.expanded == true) {
|
|
23454
23524
|
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
23455
|
-
className: ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23525
|
+
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23456
23526
|
}, /*#__PURE__*/React__default["default"].createElement(FiChevronDown.FiChevronDown, {
|
|
23457
23527
|
style: {
|
|
23458
|
-
color: '#000',
|
|
23528
|
+
// color: '#000',
|
|
23459
23529
|
fontSize: 15
|
|
23460
23530
|
}
|
|
23461
23531
|
}));
|
|
23462
23532
|
} else {
|
|
23463
23533
|
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
23464
|
-
className: ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23534
|
+
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23465
23535
|
}, /*#__PURE__*/React__default["default"].createElement(FiChevronUp.FiChevronUp, {
|
|
23466
23536
|
style: {
|
|
23467
|
-
color: '#000',
|
|
23537
|
+
// color: '#000',
|
|
23468
23538
|
fontSize: 15
|
|
23469
23539
|
}
|
|
23470
23540
|
}));
|
|
@@ -23503,19 +23573,19 @@
|
|
|
23503
23573
|
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemState, null, function (state) {
|
|
23504
23574
|
if (state.expanded == true) {
|
|
23505
23575
|
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
23506
|
-
className: ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23576
|
+
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23507
23577
|
}, /*#__PURE__*/React__default["default"].createElement(FiChevronDown.FiChevronDown, {
|
|
23508
23578
|
style: {
|
|
23509
|
-
color: '#000',
|
|
23579
|
+
// color: '#000',
|
|
23510
23580
|
fontSize: 15
|
|
23511
23581
|
}
|
|
23512
23582
|
}));
|
|
23513
23583
|
} else {
|
|
23514
23584
|
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
23515
|
-
className: ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23585
|
+
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23516
23586
|
}, /*#__PURE__*/React__default["default"].createElement(FiChevronUp.FiChevronUp, {
|
|
23517
23587
|
style: {
|
|
23518
|
-
color: '#000',
|
|
23588
|
+
// color: '#000',
|
|
23519
23589
|
fontSize: 15
|
|
23520
23590
|
}
|
|
23521
23591
|
}));
|
|
@@ -23584,19 +23654,19 @@
|
|
|
23584
23654
|
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemState, null, function (state) {
|
|
23585
23655
|
if (state.expanded == true) {
|
|
23586
23656
|
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
23587
|
-
className: ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23657
|
+
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23588
23658
|
}, /*#__PURE__*/React__default["default"].createElement(FiChevronDown.FiChevronDown, {
|
|
23589
23659
|
style: {
|
|
23590
|
-
color: '#000',
|
|
23660
|
+
// color: '#000',
|
|
23591
23661
|
fontSize: 15
|
|
23592
23662
|
}
|
|
23593
23663
|
}));
|
|
23594
23664
|
} else {
|
|
23595
23665
|
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
23596
|
-
className: ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23666
|
+
className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
23597
23667
|
}, /*#__PURE__*/React__default["default"].createElement(FiChevronUp.FiChevronUp, {
|
|
23598
23668
|
style: {
|
|
23599
|
-
color: '#000',
|
|
23669
|
+
// color: '#000',
|
|
23600
23670
|
fontSize: 15
|
|
23601
23671
|
}
|
|
23602
23672
|
}));
|
|
@@ -24588,60 +24658,7 @@
|
|
|
24588
24658
|
}
|
|
24589
24659
|
}, lang.logout))))), activeTab == 'categories' && sectionproperties.responsiveheaderstyle != 'Style 2 With Merged Subheader' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24590
24660
|
className: ' row m-0 w-100 accordionContainer anim'
|
|
24591
|
-
}, sectionproperties.subheaderParentType == 'Categories' && CategoriesAccordion(), sectionproperties.subheaderParentType == 'Parent Collections' && ParentCollectionsAccordion(), sectionproperties.subheaderParentType == 'Collections' && CollectionsAccordion())), /*#__PURE__*/React__default["default"].createElement(
|
|
24592
|
-
className: "col-lg-12 p-0 d-flex flex-row allcentered p-3",
|
|
24593
|
-
style: {
|
|
24594
|
-
background: '#eee'
|
|
24595
|
-
}
|
|
24596
|
-
}, (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", {
|
|
24597
|
-
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
24598
|
-
onClick: function onClick() {
|
|
24599
|
-
var _authdetailsContext$i7;
|
|
24600
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.facebooklink) != null) {
|
|
24601
|
-
var _authdetailsContext$i8;
|
|
24602
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.facebooklink, '_blank');
|
|
24603
|
-
}
|
|
24604
|
-
}
|
|
24605
|
-
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
24606
|
-
size: '20',
|
|
24607
|
-
color: '#62564b'
|
|
24608
|
-
})), (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", {
|
|
24609
|
-
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
24610
|
-
onClick: function onClick() {
|
|
24611
|
-
var _authdetailsContext$i10;
|
|
24612
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instagramlink) != null) {
|
|
24613
|
-
var _authdetailsContext$i11;
|
|
24614
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instagramlink, '_blank');
|
|
24615
|
-
}
|
|
24616
|
-
}
|
|
24617
|
-
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
24618
|
-
size: '22',
|
|
24619
|
-
color: '#62564b'
|
|
24620
|
-
})), (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", {
|
|
24621
|
-
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
24622
|
-
onClick: function onClick() {
|
|
24623
|
-
var _authdetailsContext$i13;
|
|
24624
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
|
|
24625
|
-
var _authdetailsContext$i14;
|
|
24626
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.tiktoklink, '_blank');
|
|
24627
|
-
}
|
|
24628
|
-
}
|
|
24629
|
-
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
24630
|
-
size: '20',
|
|
24631
|
-
color: '#62564b'
|
|
24632
|
-
})), (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", {
|
|
24633
|
-
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
24634
|
-
onClick: function onClick() {
|
|
24635
|
-
var _authdetailsContext$i16;
|
|
24636
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.instagramlink) != null) {
|
|
24637
|
-
var _authdetailsContext$i17;
|
|
24638
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.youtubelink, '_blank');
|
|
24639
|
-
}
|
|
24640
|
-
}
|
|
24641
|
-
}, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
|
|
24642
|
-
size: '20',
|
|
24643
|
-
color: '#62564b'
|
|
24644
|
-
}))))), sectionproperties.length != 0 && sectionproperties.responsiveheaderstyle == 'Style 2 With Merged Subheader' && /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Offcanvas, {
|
|
24661
|
+
}, 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, {
|
|
24645
24662
|
show: openmenuCanvas,
|
|
24646
24663
|
onHide: function onHide() {
|
|
24647
24664
|
setopenmenuCanvas(false);
|
|
@@ -25010,60 +25027,7 @@
|
|
|
25010
25027
|
color: '#000',
|
|
25011
25028
|
fontSize: 16
|
|
25012
25029
|
}
|
|
25013
|
-
}, lang.logout))))))
|
|
25014
|
-
className: "col-lg-12 p-0 d-flex flex-row allcentered p-3",
|
|
25015
|
-
style: {
|
|
25016
|
-
background: '#eee'
|
|
25017
|
-
}
|
|
25018
|
-
}, (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", {
|
|
25019
|
-
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
25020
|
-
onClick: function onClick() {
|
|
25021
|
-
var _authdetailsContext$i19;
|
|
25022
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.facebooklink) != null) {
|
|
25023
|
-
var _authdetailsContext$i20;
|
|
25024
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.facebooklink, '_blank');
|
|
25025
|
-
}
|
|
25026
|
-
}
|
|
25027
|
-
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
25028
|
-
size: '20',
|
|
25029
|
-
color: '#62564b'
|
|
25030
|
-
})), (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", {
|
|
25031
|
-
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
25032
|
-
onClick: function onClick() {
|
|
25033
|
-
var _authdetailsContext$i22;
|
|
25034
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.instagramlink) != null) {
|
|
25035
|
-
var _authdetailsContext$i23;
|
|
25036
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.instagramlink, '_blank');
|
|
25037
|
-
}
|
|
25038
|
-
}
|
|
25039
|
-
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
25040
|
-
size: '22',
|
|
25041
|
-
color: '#62564b'
|
|
25042
|
-
})), (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", {
|
|
25043
|
-
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
25044
|
-
onClick: function onClick() {
|
|
25045
|
-
var _authdetailsContext$i25;
|
|
25046
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.instagramlink) != null) {
|
|
25047
|
-
var _authdetailsContext$i26;
|
|
25048
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.tiktoklink, '_blank');
|
|
25049
|
-
}
|
|
25050
|
-
}
|
|
25051
|
-
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
25052
|
-
size: '20',
|
|
25053
|
-
color: '#62564b'
|
|
25054
|
-
})), (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", {
|
|
25055
|
-
"class": ' d-flex align-items-center justify-content-center mx-2 ',
|
|
25056
|
-
onClick: function onClick() {
|
|
25057
|
-
var _authdetailsContext$i28;
|
|
25058
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.instagramlink) != null) {
|
|
25059
|
-
var _authdetailsContext$i29;
|
|
25060
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.youtubelink, '_blank');
|
|
25061
|
-
}
|
|
25062
|
-
}
|
|
25063
|
-
}, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
|
|
25064
|
-
size: '20',
|
|
25065
|
-
color: '#62564b'
|
|
25066
|
-
})))))));
|
|
25030
|
+
}, lang.logout))))))))));
|
|
25067
25031
|
};
|
|
25068
25032
|
|
|
25069
25033
|
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; }
|
|
@@ -44332,19 +44296,18 @@
|
|
|
44332
44296
|
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemState, null, function (state) {
|
|
44333
44297
|
if (state.expanded == true) {
|
|
44334
44298
|
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
44335
|
-
className: ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
44299
|
+
className: "".concat(header_cssstyles.navbarItem) + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
44336
44300
|
}, /*#__PURE__*/React__default["default"].createElement(FiChevronDown.FiChevronDown, {
|
|
44337
44301
|
style: {
|
|
44338
|
-
color: '#000',
|
|
44302
|
+
// color: '#000',
|
|
44339
44303
|
fontSize: 15
|
|
44340
44304
|
}
|
|
44341
44305
|
}));
|
|
44342
44306
|
} else {
|
|
44343
44307
|
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
44344
|
-
className: ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
44308
|
+
className: "".concat(header_cssstyles.navbarItem) + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
|
|
44345
44309
|
}, /*#__PURE__*/React__default["default"].createElement(FiChevronUp.FiChevronUp, {
|
|
44346
44310
|
style: {
|
|
44347
|
-
color: '#000',
|
|
44348
44311
|
fontSize: 15
|
|
44349
44312
|
}
|
|
44350
44313
|
}));
|
|
@@ -47102,6 +47065,9 @@
|
|
|
47102
47065
|
"class": "".concat(footerStyles.footerinfotext) + ' d-flex align-items-center justify-content-md-center ',
|
|
47103
47066
|
onClick: function onClick() {
|
|
47104
47067
|
window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_blank');
|
|
47068
|
+
},
|
|
47069
|
+
style: {
|
|
47070
|
+
visibility: sectionproperties.showfooterphonenumber == 'Show' ? 'visible' : 'hidden'
|
|
47105
47071
|
}
|
|
47106
47072
|
}, /*#__PURE__*/React__default["default"].createElement("a", {
|
|
47107
47073
|
"class": "".concat(footerStyles.footerinfotext) + ' storeinfotext ',
|