tabexseriescomponents 0.0.277 → 0.0.279
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 +274 -29
- package/dist/index.esm.js +274 -29
- package/dist/index.umd.js +274 -29
- package/package.json +1 -1
- package/srclibrary31-3.zip +0 -0
package/dist/index.umd.js
CHANGED
|
@@ -10788,6 +10788,9 @@
|
|
|
10788
10788
|
_useState12 = _slicedToArray__default["default"](_useState11, 2),
|
|
10789
10789
|
raterangevalue = _useState12[0],
|
|
10790
10790
|
setraterangevalue = _useState12[1];
|
|
10791
|
+
props.actions.fetchTabexCountriesQueryContext;
|
|
10792
|
+
props.actions.FetchQueriesEngineContext;
|
|
10793
|
+
props.actions.setFetchQueriesEngineContext;
|
|
10791
10794
|
var timeoutRef = React__default["default"].useRef(null);
|
|
10792
10795
|
var _useState13 = React.useState([{
|
|
10793
10796
|
payloadvalue: 'sortprice',
|
|
@@ -10849,6 +10852,18 @@
|
|
|
10849
10852
|
}
|
|
10850
10853
|
}, 500);
|
|
10851
10854
|
}, [raterangevalue]);
|
|
10855
|
+
|
|
10856
|
+
// useEffect(() => {
|
|
10857
|
+
// var tempFetchQueriesEngineContext = { ...FetchQueriesEngineContext };
|
|
10858
|
+
// tempFetchQueriesEngineContext.institutecustomerinfosignup = true;
|
|
10859
|
+
// tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
10860
|
+
// setFetchQueriesEngineContext({ ...tempFetchQueriesEngineContext });
|
|
10861
|
+
|
|
10862
|
+
// var tempFetchQueriesEngineContext = { ...FetchQueriesEngineContext };
|
|
10863
|
+
|
|
10864
|
+
// alert(JSON.stringify(tempFetchQueriesEngineContext));
|
|
10865
|
+
// alert(JSON.stringify(FetchQueriesEngineContext));
|
|
10866
|
+
// }, []);
|
|
10852
10867
|
var filterupdater = function filterupdater() {
|
|
10853
10868
|
if (instfilters.length != 0) {
|
|
10854
10869
|
var _ProductFilterObjCont;
|
|
@@ -12324,7 +12339,7 @@
|
|
|
12324
12339
|
}, SectionTitle()), sectionproperties.sectiontitledirection == 'Vertical' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
12325
12340
|
"class": "col-lg-12 p-0"
|
|
12326
12341
|
}, sectionproperties.viewmorebtnshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("button", {
|
|
12327
|
-
"class": sectionproperties.viewmorebtn_bgtransparent == 'Transparent' ? sectionproperties.sectiontitleposition == 'Centered' ? "".concat(section_cssstyles.viewmorebtn) + ' m-sm-0 allcentered mt-auto mb-auto mb-sm-3 ' : "".concat(section_cssstyles.viewmorebtn) + '
|
|
12342
|
+
"class": sectionproperties.viewmorebtn_bgtransparent == 'Transparent' ? sectionproperties.sectiontitleposition == 'Centered' ? "".concat(section_cssstyles.viewmorebtn) + ' m-sm-0 allcentered mt-auto mb-auto mb-sm-3 ' : "".concat(section_cssstyles.viewmorebtn) + ' m-sm-0 mt-auto mb-auto ' : sectionproperties.sectiontitleposition == 'Centered' ? "".concat(section_cssstyles.viewmorebtn) + ' m-sm-0 allcentered mt-auto mb-auto ' : "".concat(section_cssstyles.viewmorebtn) + ' m-sm-0 mt-auto mb-auto ',
|
|
12328
12343
|
onClick: function onClick() {
|
|
12329
12344
|
if (fetchingtype == 'products') {
|
|
12330
12345
|
if (ProductsFetchingTypeSectionObj.productfetchingtype == 'Collection') {
|
|
@@ -12340,7 +12355,7 @@
|
|
|
12340
12355
|
flexDirection: 'row'
|
|
12341
12356
|
}
|
|
12342
12357
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
12343
|
-
"class":
|
|
12358
|
+
"class": 'd-flex justify-content-center align-items-center'
|
|
12344
12359
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
12345
12360
|
"class": sectionproperties.sectiontitlefontfamily == 'ASUL' ? 'ASUL' : 'Poppins'
|
|
12346
12361
|
}, langdetect == 'en' ? sectionproperties.viewmorebtn_text : sectionproperties.viewmorebtn_text_ar), sectionproperties.showIcon == 'Show' && /*#__PURE__*/React__default["default"].createElement("i", {
|
|
@@ -12353,17 +12368,6 @@
|
|
|
12353
12368
|
size: sectionproperties.viewmoreiconfontsize
|
|
12354
12369
|
}) : /*#__PURE__*/React__default["default"].createElement(HiOutlineArrowLeft.HiOutlineArrowLeft, {
|
|
12355
12370
|
size: sectionproperties.viewmoreiconfontsize
|
|
12356
|
-
}))), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
12357
|
-
"class": sectionproperties.sectiontitleposition == 'Centered' ? 'd-none align-items-center justify-content-center' : 'd-none d-md-flex align-items-center justify-content-center',
|
|
12358
|
-
style: {
|
|
12359
|
-
color: sectionproperties.viewmorebtn_Textcolor
|
|
12360
|
-
}
|
|
12361
|
-
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
12362
|
-
"class": "h-100 d-flex align-items-center justify-content-center"
|
|
12363
|
-
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(HiOutlineArrowRight.HiOutlineArrowRight, {
|
|
12364
|
-
size: sectionproperties.viewmorebtn_fontSize
|
|
12365
|
-
}) : /*#__PURE__*/React__default["default"].createElement(HiOutlineArrowLeft.HiOutlineArrowLeft, {
|
|
12366
|
-
size: sectionproperties.viewmorebtn_fontSize
|
|
12367
12371
|
}))))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
12368
12372
|
"class": ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center d-md-none ',
|
|
12369
12373
|
style: {
|
|
@@ -12530,7 +12534,7 @@
|
|
|
12530
12534
|
}
|
|
12531
12535
|
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
12532
12536
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
12533
|
-
"class": sectionproperties.numberOfColsvertical == '1' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-12 p-0 col-lg-12 col-md-4 p-0 d-flex justify-content-center col-sm-6 ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft' ? ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'ModernProductCard' ? ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-12 p-0 col-lg-12 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-12 p-0 col-lg-12 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-12 p-0 col-lg-12 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto' : item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow' ? ' col-xl-12 p-0 col-lg-12 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition' ? ' col-xl-12 p-0 col-lg-12 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard' ? ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage' ? ' col-xl-12 p-0 col-lg-12 col-md-4 col-sm-12 d-flex justify-content-center p-0 ' : ' col-xl-12 p-0 col-lg-12 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : sectionproperties.numberOfColsvertical == '2' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-6 p-0 col-lg-6 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft ' ? ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'ModernProductCard' ? ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-6 p-0 col-lg-6 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-6 p-0 col-lg-6 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-6 p-0 col-lg-6 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ' : item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow' ? ' col-xl-6 p-0 col-lg-6 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition' ? ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-12 d-flex justify-content-center p-0' : item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard' ? ' col-xl-6 p-0 col-lg-6 col-md-12 col-sm-12 d-flex justify-content-center p-0' : item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage' ? ' col-xl-6 p-0 col-lg-6 col-md-4 col-sm-12 d-flex justify-content-center p-0 ' : ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-12 d-flex justify-content-center p-0' : sectionproperties.numberOfColsvertical == '3' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-4 col-lg-4 col-md-4 col-sm-6 p-0 d-flex justify-content-center ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft' ? ' col-xl-4 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'ModernProductCard' ? ' col-xl-4 p-0 col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-4 p-0 col-lg-4 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-4 p-0 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-4 p-0 col-lg-4 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-4 p-0 col-lg-4 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ' : item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow' ? ' col-xl-4 p-0 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition' ? ' col-xl-4 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard' ? ' col-xl-4 p-0 col-lg-4 col-md-12 col-sm-12 d-flex justify-content-center p-0' : item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage' ? ' col-xl-4 p-0 col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center p-0 ' : ' col-xl-4 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : sectionproperties.numberOfColsvertical == '4' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-3 p-0 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft' ? ' col-xl-3 p-0 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'ModernProductCard' ? ' col-xl-3 p-0 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-3 p-0 col-lg-3 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-3 p-0 col-lg-3 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ' : item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow' ? ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition' ? ' col-xl-3 col-lg-4 col-md-4 col-sm-12 p-0 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard' ? ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0' : item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage' ? ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-12 d-flex justify-content-center p-0 ' : ' col-xl-3 col-lg-4 col-md-4 col-sm-6 p-0 d-flex justify-content-center p-0 ' : sectionproperties.numberOfColsvertical == '12' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-3 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft' ? ' col-xl-3 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-3 p-0 col-lg-4 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-3 p-0 col-lg-3 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-3 p-0 col-lg-3 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ' : item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow' ? ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition' ? ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard' ? ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0' : item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage' ? ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-12 d-flex justify-content-center p-0 ' : '' : sectionproperties.numberOfColsvertical == '6' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-2 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft' ? ' col-xl-2 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-2 p-0 col-lg-2 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-2 p-0 col-lg-2 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-2 p-0 col-lg-3 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-2 p-0 col-lg-2 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ' : item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow' ? ' col-xl-2 p-0 col-lg-3 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition' ? ' col-xl-2 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard' ? ' col-xl-2 p-0 col-lg-2 col-md-12 col-sm-12 d-flex justify-content-center p-0' : item.tabexsectioninfo.sectioncompname == 'CardWithTextOnly' ? ' col-xl-2 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage' ? ' col-xl-2 p-0 col-lg-2 col-md-4 col-sm-12 d-flex justify-content-center p-0 ' : ' col-xl-2 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : ''
|
|
12537
|
+
"class": sectionproperties.numberOfColsvertical == '1' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-12 p-0 col-lg-12 col-md-4 p-0 d-flex justify-content-center col-sm-6 ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft' ? ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'ModernProductCard' ? ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-12 p-0 col-lg-12 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-12 p-0 col-lg-12 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-12 p-0 col-lg-12 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto' : item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow' ? ' col-xl-12 p-0 col-lg-12 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition' ? ' col-xl-12 p-0 col-lg-12 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard' ? ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage' ? ' col-xl-12 p-0 col-lg-12 col-md-4 col-sm-12 d-flex justify-content-center p-0 ' : ' col-xl-12 p-0 col-lg-12 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : sectionproperties.numberOfColsvertical == '2' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-6 p-0 col-lg-6 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft ' ? ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'ModernProductCard' ? ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-6 p-0 col-lg-6 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-6 p-0 col-lg-6 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-6 p-0 col-lg-6 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ' : item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow' ? ' col-xl-6 p-0 col-lg-6 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition' ? ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-12 d-flex justify-content-center p-0' : item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard' ? ' col-xl-6 p-0 col-lg-6 col-md-12 col-sm-12 d-flex justify-content-center p-0' : item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage' ? ' col-xl-6 p-0 col-lg-6 col-md-4 col-sm-12 d-flex justify-content-center p-0 ' : ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-6 d-flex justify-content-center p-0' : sectionproperties.numberOfColsvertical == '3' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-4 col-lg-4 col-md-4 col-sm-6 p-0 d-flex justify-content-center ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft' ? ' col-xl-4 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'ModernProductCard' ? ' col-xl-4 p-0 col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-4 p-0 col-lg-4 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-4 p-0 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-4 p-0 col-lg-4 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-4 p-0 col-lg-4 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ' : item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow' ? ' col-xl-4 p-0 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition' ? ' col-xl-4 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard' ? ' col-xl-4 p-0 col-lg-4 col-md-12 col-sm-12 d-flex justify-content-center p-0' : item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage' ? ' col-xl-4 p-0 col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center p-0 ' : ' col-xl-4 col-lg-4 col-md-6 col-sm-6 d-flex justify-content-center p-0 ' : sectionproperties.numberOfColsvertical == '4' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-3 p-0 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft' ? ' col-xl-3 p-0 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'ModernProductCard' ? ' col-xl-3 p-0 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-3 p-0 col-lg-3 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-3 p-0 col-lg-3 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ' : item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow' ? ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition' ? ' col-xl-3 col-lg-4 col-md-4 col-sm-12 p-0 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard' ? ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0' : item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage' ? ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-12 d-flex justify-content-center p-0 ' : ' col-xl-3 col-lg-4 col-md-4 col-sm-6 p-0 d-flex justify-content-center p-0 ' : sectionproperties.numberOfColsvertical == '12' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-3 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft' ? ' col-xl-3 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-3 p-0 col-lg-4 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-3 p-0 col-lg-3 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-3 p-0 col-lg-3 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ' : item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow' ? ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition' ? ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard' ? ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0' : item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage' ? ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-12 d-flex justify-content-center p-0 ' : '' : sectionproperties.numberOfColsvertical == '6' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-2 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft' ? ' col-xl-2 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-2 p-0 col-lg-2 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-2 p-0 col-lg-2 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-2 p-0 col-lg-3 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-2 p-0 col-lg-2 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ' : item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow' ? ' col-xl-2 p-0 col-lg-3 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition' ? ' col-xl-2 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'HorizontalCategoryCard' ? ' col-xl-2 p-0 col-lg-2 col-md-12 col-sm-12 d-flex justify-content-center p-0' : item.tabexsectioninfo.sectioncompname == 'CardWithTextOnly' ? ' col-xl-2 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage' ? ' col-xl-2 p-0 col-lg-2 col-md-4 col-sm-12 d-flex justify-content-center p-0 ' : ' col-xl-2 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : ''
|
|
12534
12538
|
}, /*#__PURE__*/React__default["default"].createElement(Sectioncomp, {
|
|
12535
12539
|
sectiontypeprops: 'horizontal',
|
|
12536
12540
|
sectiontypeprops2: 'vertical',
|
|
@@ -17110,7 +17114,11 @@
|
|
|
17110
17114
|
paddingLeft: langdetect == 'en' ? sectionproperties.lowersection_paddingleft + 'px' : sectionproperties.lowersection_paddingright + 'px',
|
|
17111
17115
|
paddingRight: langdetect == 'en' ? sectionproperties.lowersection_paddingright + 'px' : sectionproperties.lowersection_paddingleft + 'px',
|
|
17112
17116
|
paddingTop: sectionproperties.lowersection_paddingtop + 'px',
|
|
17113
|
-
paddingBottom: sectionproperties.lowersection_paddingbottom + 'px'
|
|
17117
|
+
paddingBottom: sectionproperties.lowersection_paddingbottom + 'px',
|
|
17118
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.lowersection_borderBottomLeftRadius + 'px' : sectionproperties.lowersection_BorderBottomRightRadius + 'px',
|
|
17119
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.lowersection_BorderBottomRightRadius + 'px' : sectionproperties.lowersection_borderBottomLeftRadius + 'px',
|
|
17120
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.lowersection_borderTopLeftRadius + 'px' : sectionproperties.lowersection_borderTopRightRadius + 'px',
|
|
17121
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.lowersection_borderTopRightRadius + 'px' : sectionproperties.lowersection_borderTopLeftRadius + 'px'
|
|
17114
17122
|
}),
|
|
17115
17123
|
facebook_btn: glamor.css({
|
|
17116
17124
|
cursor: 'pointer',
|
|
@@ -17266,7 +17274,13 @@
|
|
|
17266
17274
|
"class": "row m-0 w-100 justify-content-center",
|
|
17267
17275
|
style: {
|
|
17268
17276
|
width: '100vw',
|
|
17269
|
-
zIndex: 1000
|
|
17277
|
+
zIndex: 1000,
|
|
17278
|
+
background: sectionproperties.header_backgroundColor
|
|
17279
|
+
}
|
|
17280
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17281
|
+
"class": "row m-0 w-md-100",
|
|
17282
|
+
style: {
|
|
17283
|
+
width: sectionproperties.header_width + 'vw'
|
|
17270
17284
|
}
|
|
17271
17285
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17272
17286
|
"class": "col-lg-12 p-0 d-md-none d-sm-none",
|
|
@@ -17501,7 +17515,61 @@
|
|
|
17501
17515
|
size: sectionproperties.cartBtn_iconFontSize
|
|
17502
17516
|
}), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
|
|
17503
17517
|
size: sectionproperties.cartBtn_iconFontSize
|
|
17504
|
-
}))
|
|
17518
|
+
})), sectionproperties.lang_position == 'Top' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17519
|
+
"class": langdetect == 'en' ? 'headerdropdownml ml-3' : 'headerdropdownmr mr-3'
|
|
17520
|
+
}, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("li", {
|
|
17521
|
+
"class": ' d-flex align-items-center justify-content-center '
|
|
17522
|
+
}, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17523
|
+
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
17524
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
17525
|
+
"class": "m-0 p-0 mr-2"
|
|
17526
|
+
}, "En"), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17527
|
+
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
17528
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
17529
|
+
"class": "m-0 p-0 ml-2"
|
|
17530
|
+
}, "\u0639"), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
17531
|
+
onClick: function onClick() {
|
|
17532
|
+
setlang('ar');
|
|
17533
|
+
}
|
|
17534
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17535
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' p-0 '
|
|
17536
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
17537
|
+
"class": 'dropdownitem d-flex align-items-center m-0 p-0',
|
|
17538
|
+
style: {
|
|
17539
|
+
fontSize: sectionproperties.dropdown_fontsize + 'px',
|
|
17540
|
+
fontWeight: sectionproperties.dropdown_fontweight,
|
|
17541
|
+
textTransform: sectionproperties.dropdown_texttransform
|
|
17542
|
+
}
|
|
17543
|
+
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
17544
|
+
src: 'https://tabex-co.com/storage/StaticImages/egyptflag.png',
|
|
17545
|
+
style: {
|
|
17546
|
+
maxWidth: '2vh',
|
|
17547
|
+
maxHeight: '2vh'
|
|
17548
|
+
}
|
|
17549
|
+
}), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
17550
|
+
"class": 'ml-2 mr-2'
|
|
17551
|
+
}, lang.arabic)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
17552
|
+
onClick: function onClick() {
|
|
17553
|
+
setlang('en');
|
|
17554
|
+
}
|
|
17555
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17556
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' p-0 '
|
|
17557
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
17558
|
+
"class": 'dropdownitem d-flex align-items-center justify-content-center m-0 p-0',
|
|
17559
|
+
style: {
|
|
17560
|
+
fontSize: sectionproperties.dropdown_fontsize + 'px',
|
|
17561
|
+
fontWeight: sectionproperties.dropdown_fontweight,
|
|
17562
|
+
textTransform: sectionproperties.dropdown_texttransform
|
|
17563
|
+
}
|
|
17564
|
+
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
17565
|
+
src: 'https://tabex-co.com/storage/StaticImages/usflag.png',
|
|
17566
|
+
style: {
|
|
17567
|
+
maxWidth: '2vh',
|
|
17568
|
+
maxHeight: '2vh'
|
|
17569
|
+
}
|
|
17570
|
+
}), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
17571
|
+
"class": 'ml-2 mr-2'
|
|
17572
|
+
}, lang.english))))))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17505
17573
|
"class": "col-lg-12 p-0 allcentered",
|
|
17506
17574
|
style: {
|
|
17507
17575
|
backgroundColor: sectionproperties.uppersection_bgcolortransparent == 'Transparent' ? 'Transparent' : sectionproperties.uppersection_bgcolor
|
|
@@ -17595,7 +17663,7 @@
|
|
|
17595
17663
|
}, ButtonDropdown(item, index, fetchedarray));
|
|
17596
17664
|
}
|
|
17597
17665
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17598
|
-
"class":
|
|
17666
|
+
"class": sectionproperties.generalbtn_show == 'Hide' && sectionproperties.fbbtn_show == 'Hide' && sectionproperties.instbtn_show == 'Hide' && sectionproperties.youtbtn_show == 'Hide' && sectionproperties.lang_position == 'Top' ? 'col-lg-12 p-0 d-flex align-items-center justify-content-center' : 'col-lg-6 p-0 d-flex align-items-center justify-content-center'
|
|
17599
17667
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17600
17668
|
"class": "scrollhorizontal w-100 align-items-center justify-content-center h-100 flex-row",
|
|
17601
17669
|
style: {
|
|
@@ -17676,7 +17744,7 @@
|
|
|
17676
17744
|
}
|
|
17677
17745
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
17678
17746
|
size: sectionproperties.youtubebtniconfontsize
|
|
17679
|
-
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17747
|
+
})), sectionproperties.lang_position == 'Bottom' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17680
17748
|
"class": langdetect == 'en' ? 'headerdropdownml ml-3' : 'headerdropdownmr mr-3'
|
|
17681
17749
|
}, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("li", {
|
|
17682
17750
|
"class": ' d-flex align-items-center justify-content-center '
|
|
@@ -17746,7 +17814,7 @@
|
|
|
17746
17814
|
}, /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
|
|
17747
17815
|
sectionpropertiesprops: sectionproperties,
|
|
17748
17816
|
actions: actions
|
|
17749
|
-
})));
|
|
17817
|
+
}))));
|
|
17750
17818
|
};
|
|
17751
17819
|
|
|
17752
17820
|
var css_248z$v = ".Header_threesectionslogocentered-module_header_innercontainer__yjjgZ {\n display: flex;\n align-items: center;\n align-content: center;\n position: relative;\n z-index: 1000;\n transition: all 0.2s;\n}\n\n.Header_threesectionslogocentered-module_header_innercontainer__yjjgZ .Header_threesectionslogocentered-module_navbar_item__YMaF8 {\n position: relative;\n cursor: pointer;\n white-space: nowrap;\n display: flex;\n align-items: center;\n}\n.Header_threesectionslogocentered-module_header_innercontainer__yjjgZ .Header_threesectionslogocentered-module_navbar_item__YMaF8 .Header_threesectionslogocentered-module_navbar_item_text__0DPls {\n transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);\n transition: 0.3s;\n padding: 0;\n}\n.Header_threesectionslogocentered-module_header_innercontainer__yjjgZ .Header_threesectionslogocentered-module_navbar_item__YMaF8 .Header_threesectionslogocentered-module_navbar_item_text__0DPls:after {\n position: absolute;\n left: 0;\n bottom: -10px;\n right: 0;\n width: 7px;\n height: 7px;\n content: '';\n border-radius: 50%;\n margin: 0 auto;\n opacity: 0;\n -webkit-transition: all, 0.3s;\n -moz-transition: all, 0.3s;\n -ms-transition: all, 0.3s;\n -o-transition: all, 0.3s;\n transition: all, 0.3s;\n}\n.Header_threesectionslogocentered-module_header_innercontainer__yjjgZ .Header_threesectionslogocentered-module_navbar_item__YMaF8:hover .Header_threesectionslogocentered-module_navbar_item_text__0DPls:after {\n opacity: 1;\n}\n/* Side Nav Active */\n.Header_threesectionslogocentered-module_header_innercontainer__yjjgZ .Header_threesectionslogocentered-module_navbar_item_active__ladUm .Header_threesectionslogocentered-module_navbar_item_text__0DPls:after {\n opacity: 1;\n}\n\n/* Search Bar */\n.Header_threesectionslogocentered-module_header_innercontainer__yjjgZ .Header_threesectionslogocentered-module_searchbarcont__9MNXO input::placeholder {\n color: #8c8c8c;\n font-weight: normal;\n}\n/* Badge */\n.Header_threesectionslogocentered-module_badge_counter_header_notifications__qekYU {\n position: absolute;\n transform: scale(0.3);\n transform-origin: top right;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.Header_threesectionslogocentered-module_searchbar__5KdKx {\n display: inline-block;\n border: none;\n outline: none;\n width: 0px;\n position: absolute;\n top: 0;\n background: none;\n z-index: 3;\n transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);\n cursor: pointer;\n}\n.Header_threesectionslogocentered-module_searchbar__5KdKx:focus {\n width: 300px !important;\n z-index: 1;\n cursor: text;\n}\n.Header_threesectionslogocentered-module_searchbaractive__8Pp-9 {\n display: inline-block;\n z-index: 2;\n cursor: pointer;\n cursor: pointer;\n}\n ";
|
|
@@ -18499,7 +18567,7 @@
|
|
|
18499
18567
|
setsectionproperties = _useState2[1];
|
|
18500
18568
|
var LogoutMutationContext = props.actions.LogoutMutationContext;
|
|
18501
18569
|
var fetchcustomercartQueryContext = props.actions.fetchcustomercartQueryContext;
|
|
18502
|
-
props.actions.setsidecartnavshowcontext;
|
|
18570
|
+
var setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
|
|
18503
18571
|
var setSearchHeaderInputContext = props.actions.setSearchHeaderInputContext;
|
|
18504
18572
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
18505
18573
|
var lang = props.actions.lang;
|
|
@@ -18832,9 +18900,10 @@
|
|
|
18832
18900
|
justifyContent: sectionproperties.header_centered == 'Centered' ? 'center' : 'start'
|
|
18833
18901
|
}
|
|
18834
18902
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18835
|
-
"class": ' scrollhorizontal w-100 align-items-center
|
|
18903
|
+
"class": ' scrollhorizontal w-100 align-items-center ',
|
|
18836
18904
|
style: {
|
|
18837
|
-
display: sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'none' : 'flex'
|
|
18905
|
+
display: sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'none' : 'flex',
|
|
18906
|
+
justifyContent: sectionproperties.header_centered == 'Centered' ? 'center' : 'start'
|
|
18838
18907
|
}
|
|
18839
18908
|
}, templatepropcontext.pagesnprop.map(function (item, index) {
|
|
18840
18909
|
if (item.isselected) ;
|
|
@@ -18892,7 +18961,10 @@
|
|
|
18892
18961
|
style: {
|
|
18893
18962
|
position: 'relative'
|
|
18894
18963
|
},
|
|
18895
|
-
"class": "".concat(header_cssstyles.cart_btn) + ' cursor-pointer d-flex align-items-center justify-content-center '
|
|
18964
|
+
"class": "".concat(header_cssstyles.cart_btn) + ' cursor-pointer d-flex align-items-center justify-content-center ',
|
|
18965
|
+
onClick: function onClick() {
|
|
18966
|
+
setsidecartnavshowcontext(true);
|
|
18967
|
+
}
|
|
18896
18968
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18897
18969
|
"class": "".concat(header_cssstyles.badge_counter_header_notifications, " ").concat(header_cssstyles.cartbadge)
|
|
18898
18970
|
}, (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue === void 0 ? void 0 : (_fetchcustomercartQue2 = _fetchcustomercartQue.data) === null || _fetchcustomercartQue2 === void 0 ? void 0 : _fetchcustomercartQue2.customercart) != null ? fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue3 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue3 === void 0 ? void 0 : (_fetchcustomercartQue4 = _fetchcustomercartQue3.data) === null || _fetchcustomercartQue4 === void 0 ? void 0 : (_fetchcustomercartQue5 = _fetchcustomercartQue4.customercart) === null || _fetchcustomercartQue5 === void 0 ? void 0 : (_fetchcustomercartQue6 = _fetchcustomercartQue5.cartitems) === null || _fetchcustomercartQue6 === void 0 ? void 0 : _fetchcustomercartQue6.length : 0), /*#__PURE__*/React__default["default"].createElement("i", {
|
|
@@ -44199,7 +44271,9 @@
|
|
|
44199
44271
|
}))));
|
|
44200
44272
|
};
|
|
44201
44273
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44202
|
-
"class":
|
|
44274
|
+
"class": "row m-0 w-100"
|
|
44275
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44276
|
+
"class": sectionproperties.card_marginLeft != 0 && sectionproperties.card_marginRight != 0 ? 'row ml-0 mr-0 w-100 d-flex d-md-none justify-content-center align-items-center pl-sm-2 pr-sm-2' : 'row ml-0 mr-0 w-100 d-flex d-md-none justify-content-center align-items-center ',
|
|
44203
44277
|
style: {
|
|
44204
44278
|
paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
|
|
44205
44279
|
paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
|
|
@@ -44340,7 +44414,149 @@
|
|
|
44340
44414
|
sectionproperties: sectionproperties,
|
|
44341
44415
|
props: props
|
|
44342
44416
|
});
|
|
44343
|
-
})))))))
|
|
44417
|
+
}))))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44418
|
+
"class": sectionproperties.card_marginLeft != 0 && sectionproperties.card_marginRight != 0 ? 'row ml-0 mr-0 w-100 d-none d-md-flex justify-content-center align-items-center pl-sm-2 pr-sm-2' : 'row ml-0 mr-0 w-100 d-none d-md-flex justify-content-center align-items-center ',
|
|
44419
|
+
style: {
|
|
44420
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
|
|
44421
|
+
paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
|
|
44422
|
+
background: sectionproperties.backgroundColor,
|
|
44423
|
+
marginBottom: sectionproperties.marginBottom + 'px',
|
|
44424
|
+
paddingTop: sectionproperties.marginTopResp + 'px'
|
|
44425
|
+
}
|
|
44426
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44427
|
+
"class": cardarrayofobjs.length != 0 ? 'col-lg-12 p-0 d-flex justify-content-center' : 'col-lg-12 p-0 d-flex justify-content-center h-md-auto h-sm-auto',
|
|
44428
|
+
style: {
|
|
44429
|
+
height: sectionproperties.bgcovercontain == 'Cover' ? sectionproperties.height + 'vh' : 'auto'
|
|
44430
|
+
}
|
|
44431
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44432
|
+
"class": cardarrayofobjs.length != 0 ? '' : sectionproperties.width == '100' ? 'h-sm-auto' : 'h-sm-auto pl-sm-2 pr-sm-2 w-sm-100',
|
|
44433
|
+
style: {
|
|
44434
|
+
position: 'relative',
|
|
44435
|
+
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
44436
|
+
borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
|
|
44437
|
+
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
|
|
44438
|
+
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
44439
|
+
width: sectionproperties.width + 'vw',
|
|
44440
|
+
height: sectionproperties.bgcovercontain == 'Cover' ? sectionproperties.height + 'vh' : 'auto',
|
|
44441
|
+
overflow: 'hidden'
|
|
44442
|
+
}
|
|
44443
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactSlideshowImage.Zoom, _extends__default["default"]({}, Slideshowsettings, {
|
|
44444
|
+
transitionDuration: 1500,
|
|
44445
|
+
duration: 1500,
|
|
44446
|
+
arrow: true,
|
|
44447
|
+
easing: "ease"
|
|
44448
|
+
}), Object.keys(bgimagearrayofobjs).length != 0 && bgimagearrayofobjs.map(function (item, index) {
|
|
44449
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44450
|
+
"class": cardarrayofobjs.length != 0 ? 'row m-0 w-100' : 'row m-0 w-100 h-md-auto h-sm-auto',
|
|
44451
|
+
style: {
|
|
44452
|
+
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
44453
|
+
borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
|
|
44454
|
+
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
|
|
44455
|
+
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
44456
|
+
height: sectionproperties.bgcovercontain == 'Cover' ? sectionproperties.height + 'vh' : 'auto'
|
|
44457
|
+
}
|
|
44458
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44459
|
+
"class": ' p-0 align-items-center d-flex d-md-none ',
|
|
44460
|
+
key: index,
|
|
44461
|
+
style: {
|
|
44462
|
+
cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
|
|
44463
|
+
width: '100%',
|
|
44464
|
+
height: '100%',
|
|
44465
|
+
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
44466
|
+
borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
|
|
44467
|
+
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
|
|
44468
|
+
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
44469
|
+
paddingTop: sectionproperties.paddingTop + 'px',
|
|
44470
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : '',
|
|
44471
|
+
paddingRight: langdetect == 'en' ? '' : sectionproperties.paddingLeft + 'px'
|
|
44472
|
+
},
|
|
44473
|
+
onClick: function onClick() {
|
|
44474
|
+
if (item.IsClickableimg == 'Yes') {
|
|
44475
|
+
if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0) {
|
|
44476
|
+
routingcountext(item.clickableimg_page_route, false, '');
|
|
44477
|
+
} else {
|
|
44478
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.Clickableimg_getcoection);
|
|
44479
|
+
}
|
|
44480
|
+
}
|
|
44481
|
+
}
|
|
44482
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
44483
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
44484
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
44485
|
+
path: langdetect == 'en' ? '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.imageen : '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.imagear,
|
|
44486
|
+
style: {
|
|
44487
|
+
cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
|
|
44488
|
+
objectFit: sectionproperties.bgcovercontain == 'Cover' ? 'cover' : 'contain',
|
|
44489
|
+
margin: 0,
|
|
44490
|
+
padding: 0,
|
|
44491
|
+
width: '100%',
|
|
44492
|
+
height: '100%'
|
|
44493
|
+
}
|
|
44494
|
+
}), SlideShowTextContainer(item)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44495
|
+
"class": ' p-0 align-items-center d-none d-md-flex ',
|
|
44496
|
+
key: index,
|
|
44497
|
+
style: {
|
|
44498
|
+
cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
|
|
44499
|
+
width: '100%',
|
|
44500
|
+
height: '100%',
|
|
44501
|
+
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
44502
|
+
borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
|
|
44503
|
+
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
|
|
44504
|
+
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
44505
|
+
paddingTop: sectionproperties.paddingTop + 'px',
|
|
44506
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : '',
|
|
44507
|
+
paddingRight: langdetect == 'en' ? '' : sectionproperties.paddingLeft + 'px'
|
|
44508
|
+
},
|
|
44509
|
+
onClick: function onClick() {
|
|
44510
|
+
if (item.IsClickableimg == 'Yes') {
|
|
44511
|
+
if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0) {
|
|
44512
|
+
routingcountext(item.clickableimg_page_route, false, '');
|
|
44513
|
+
} else {
|
|
44514
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.Clickableimg_getcoection);
|
|
44515
|
+
}
|
|
44516
|
+
}
|
|
44517
|
+
}
|
|
44518
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
44519
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
44520
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
44521
|
+
path: langdetect == 'en' ? '/tr:w-' + sectionproperties.imagetr_w_resp + ',h-' + sectionproperties.imagetr_h_resp + '/' + item.image_resp_en : '/tr:w-' + sectionproperties.imagetr_w_resp + ',h-' + sectionproperties.imagetr_h_resp + '/' + item.image_resp_ar,
|
|
44522
|
+
style: {
|
|
44523
|
+
cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
|
|
44524
|
+
objectFit: sectionproperties.bgcovercontainresponsive == 'Cover' ? 'cover' : 'contain',
|
|
44525
|
+
margin: 0,
|
|
44526
|
+
padding: 0,
|
|
44527
|
+
width: '100%',
|
|
44528
|
+
height: '100%'
|
|
44529
|
+
}
|
|
44530
|
+
}), SlideShowTextContainer(item)));
|
|
44531
|
+
})), cardarrayofobjs.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44532
|
+
style: {
|
|
44533
|
+
position: 'absolute',
|
|
44534
|
+
left: 0,
|
|
44535
|
+
bottom: 60,
|
|
44536
|
+
zIndex: 100
|
|
44537
|
+
},
|
|
44538
|
+
"class": "row m-0 w-100 "
|
|
44539
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44540
|
+
"class": ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 w-100'
|
|
44541
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactHorizontalScrollingMenu.ScrollMenu, {
|
|
44542
|
+
itemClassName: "slideshowCard"
|
|
44543
|
+
// LeftArrow={LeftArrow}
|
|
44544
|
+
// RightArrow={RightArrow}
|
|
44545
|
+
,
|
|
44546
|
+
transitionDuration: 500,
|
|
44547
|
+
transitionEase: easingFunctions['linear'],
|
|
44548
|
+
scrollContainerClassName: 'scrollmenuclasssubscrollbar'
|
|
44549
|
+
}, Object.keys(cardarrayofobjs).length != 0 && cardarrayofobjs.map(function (cardItem, cardIndex) {
|
|
44550
|
+
var id = cardIndex;
|
|
44551
|
+
return /*#__PURE__*/React__default["default"].createElement(CardsArrayOfObjects, {
|
|
44552
|
+
title: id,
|
|
44553
|
+
itemId: id,
|
|
44554
|
+
key: id,
|
|
44555
|
+
cardItem: cardItem,
|
|
44556
|
+
sectionproperties: sectionproperties,
|
|
44557
|
+
props: props
|
|
44558
|
+
});
|
|
44559
|
+
}))))))));
|
|
44344
44560
|
};
|
|
44345
44561
|
var easingFunctions = {
|
|
44346
44562
|
noEasing: undefined,
|
|
@@ -55763,10 +55979,14 @@
|
|
|
55763
55979
|
}
|
|
55764
55980
|
}, '-' + parseFloat(Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0).toFixed(0) + '%')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
55765
55981
|
onClick: function onClick() {
|
|
55766
|
-
|
|
55767
|
-
|
|
55982
|
+
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute) == 'Product Information') {
|
|
55983
|
+
setShowProductInfoModalContext(true);
|
|
55984
|
+
setProductIdProdutInfoModalContext(item.productid);
|
|
55985
|
+
} else {
|
|
55986
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
55987
|
+
}
|
|
55768
55988
|
},
|
|
55769
|
-
"class": "".concat(card_cssstyles.productcardimagecont) + ' w-100 p-0
|
|
55989
|
+
"class": "".concat(card_cssstyles.productcardimagecont) + ' w-100 p-0 d-flex align-items-center justify-content-center d-md-none ',
|
|
55770
55990
|
style: {
|
|
55771
55991
|
zIndex: 1,
|
|
55772
55992
|
marginBottom: sectionproperties.image_mb + 'px'
|
|
@@ -55781,6 +56001,31 @@
|
|
|
55781
56001
|
height: sectionproperties.imageInnerWidth_Height + '%',
|
|
55782
56002
|
objectFit: sectionproperties.bgcovercontain == 'Cover' ? 'cover' : 'contain'
|
|
55783
56003
|
}
|
|
56004
|
+
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
56005
|
+
onClick: function onClick() {
|
|
56006
|
+
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute) == 'Product Information') {
|
|
56007
|
+
setShowProductInfoModalContext(true);
|
|
56008
|
+
setProductIdProdutInfoModalContext(item.productid);
|
|
56009
|
+
} else {
|
|
56010
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
56011
|
+
}
|
|
56012
|
+
},
|
|
56013
|
+
"class": "".concat(card_cssstyles.productcardimagecont) + ' w-100 p-0 d-none d-md-flex align-items-center justify-content-center ',
|
|
56014
|
+
style: {
|
|
56015
|
+
zIndex: 1,
|
|
56016
|
+
marginBottom: sectionproperties.image_mb + 'px',
|
|
56017
|
+
height: sectionproperties.height_responsive == 0 ? 'auto' : sectionproperties.height_responsive
|
|
56018
|
+
}
|
|
56019
|
+
}, item.image != '' && /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
56020
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
56021
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
56022
|
+
path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image,
|
|
56023
|
+
loading: "lazy",
|
|
56024
|
+
style: {
|
|
56025
|
+
width: sectionproperties.imageInnerWidth_Height + '%',
|
|
56026
|
+
height: sectionproperties.imageInnerWidth_Height + '%',
|
|
56027
|
+
objectFit: sectionproperties.bgcovercontain == 'Cover' ? 'cover' : 'contain'
|
|
56028
|
+
}
|
|
55784
56029
|
})), item.productquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' && item.hasvariants == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
55785
56030
|
"class": "".concat(card_cssstyles.outstockbadge) + ' allcentered '
|
|
55786
56031
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
package/package.json
CHANGED
|
Binary file
|