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.cjs.js
CHANGED
|
@@ -10943,6 +10943,9 @@ var Filter$1 = function Filter(props) {
|
|
|
10943
10943
|
_useState12 = _slicedToArray__default["default"](_useState11, 2),
|
|
10944
10944
|
raterangevalue = _useState12[0],
|
|
10945
10945
|
setraterangevalue = _useState12[1];
|
|
10946
|
+
props.actions.fetchTabexCountriesQueryContext;
|
|
10947
|
+
props.actions.FetchQueriesEngineContext;
|
|
10948
|
+
props.actions.setFetchQueriesEngineContext;
|
|
10946
10949
|
var timeoutRef = React__default["default"].useRef(null);
|
|
10947
10950
|
var _useState13 = React.useState([{
|
|
10948
10951
|
payloadvalue: 'sortprice',
|
|
@@ -11004,6 +11007,18 @@ var Filter$1 = function Filter(props) {
|
|
|
11004
11007
|
}
|
|
11005
11008
|
}, 500);
|
|
11006
11009
|
}, [raterangevalue]);
|
|
11010
|
+
|
|
11011
|
+
// useEffect(() => {
|
|
11012
|
+
// var tempFetchQueriesEngineContext = { ...FetchQueriesEngineContext };
|
|
11013
|
+
// tempFetchQueriesEngineContext.institutecustomerinfosignup = true;
|
|
11014
|
+
// tempFetchQueriesEngineContext.fetchtabexcountries = true;
|
|
11015
|
+
// setFetchQueriesEngineContext({ ...tempFetchQueriesEngineContext });
|
|
11016
|
+
|
|
11017
|
+
// var tempFetchQueriesEngineContext = { ...FetchQueriesEngineContext };
|
|
11018
|
+
|
|
11019
|
+
// alert(JSON.stringify(tempFetchQueriesEngineContext));
|
|
11020
|
+
// alert(JSON.stringify(FetchQueriesEngineContext));
|
|
11021
|
+
// }, []);
|
|
11007
11022
|
var filterupdater = function filterupdater() {
|
|
11008
11023
|
if (instfilters.length != 0) {
|
|
11009
11024
|
var _ProductFilterObjCont;
|
|
@@ -12479,7 +12494,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
12479
12494
|
}, SectionTitle()), sectionproperties.sectiontitledirection == 'Vertical' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
12480
12495
|
"class": "col-lg-12 p-0"
|
|
12481
12496
|
}, sectionproperties.viewmorebtnshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("button", {
|
|
12482
|
-
"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) + '
|
|
12497
|
+
"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 ',
|
|
12483
12498
|
onClick: function onClick() {
|
|
12484
12499
|
if (fetchingtype == 'products') {
|
|
12485
12500
|
if (ProductsFetchingTypeSectionObj.productfetchingtype == 'Collection') {
|
|
@@ -12495,7 +12510,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
12495
12510
|
flexDirection: 'row'
|
|
12496
12511
|
}
|
|
12497
12512
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
12498
|
-
"class":
|
|
12513
|
+
"class": 'd-flex justify-content-center align-items-center'
|
|
12499
12514
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
12500
12515
|
"class": sectionproperties.sectiontitlefontfamily == 'ASUL' ? 'ASUL' : 'Poppins'
|
|
12501
12516
|
}, langdetect == 'en' ? sectionproperties.viewmorebtn_text : sectionproperties.viewmorebtn_text_ar), sectionproperties.showIcon == 'Show' && /*#__PURE__*/React__default["default"].createElement("i", {
|
|
@@ -12508,17 +12523,6 @@ var CardsSection = function CardsSection(props) {
|
|
|
12508
12523
|
size: sectionproperties.viewmoreiconfontsize
|
|
12509
12524
|
}) : /*#__PURE__*/React__default["default"].createElement(HiOutlineArrowLeft.HiOutlineArrowLeft, {
|
|
12510
12525
|
size: sectionproperties.viewmoreiconfontsize
|
|
12511
|
-
}))), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
12512
|
-
"class": sectionproperties.sectiontitleposition == 'Centered' ? 'd-none align-items-center justify-content-center' : 'd-none d-md-flex align-items-center justify-content-center',
|
|
12513
|
-
style: {
|
|
12514
|
-
color: sectionproperties.viewmorebtn_Textcolor
|
|
12515
|
-
}
|
|
12516
|
-
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
12517
|
-
"class": "h-100 d-flex align-items-center justify-content-center"
|
|
12518
|
-
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(HiOutlineArrowRight.HiOutlineArrowRight, {
|
|
12519
|
-
size: sectionproperties.viewmorebtn_fontSize
|
|
12520
|
-
}) : /*#__PURE__*/React__default["default"].createElement(HiOutlineArrowLeft.HiOutlineArrowLeft, {
|
|
12521
|
-
size: sectionproperties.viewmorebtn_fontSize
|
|
12522
12526
|
}))))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
12523
12527
|
"class": ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center d-md-none ',
|
|
12524
12528
|
style: {
|
|
@@ -12685,7 +12689,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
12685
12689
|
}
|
|
12686
12690
|
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
12687
12691
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
12688
|
-
"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 ' : ''
|
|
12692
|
+
"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 ' : ''
|
|
12689
12693
|
}, /*#__PURE__*/React__default["default"].createElement(Sectioncomp, {
|
|
12690
12694
|
sectiontypeprops: 'horizontal',
|
|
12691
12695
|
sectiontypeprops2: 'vertical',
|
|
@@ -17265,7 +17269,11 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
17265
17269
|
paddingLeft: langdetect == 'en' ? sectionproperties.lowersection_paddingleft + 'px' : sectionproperties.lowersection_paddingright + 'px',
|
|
17266
17270
|
paddingRight: langdetect == 'en' ? sectionproperties.lowersection_paddingright + 'px' : sectionproperties.lowersection_paddingleft + 'px',
|
|
17267
17271
|
paddingTop: sectionproperties.lowersection_paddingtop + 'px',
|
|
17268
|
-
paddingBottom: sectionproperties.lowersection_paddingbottom + 'px'
|
|
17272
|
+
paddingBottom: sectionproperties.lowersection_paddingbottom + 'px',
|
|
17273
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.lowersection_borderBottomLeftRadius + 'px' : sectionproperties.lowersection_BorderBottomRightRadius + 'px',
|
|
17274
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.lowersection_BorderBottomRightRadius + 'px' : sectionproperties.lowersection_borderBottomLeftRadius + 'px',
|
|
17275
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.lowersection_borderTopLeftRadius + 'px' : sectionproperties.lowersection_borderTopRightRadius + 'px',
|
|
17276
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.lowersection_borderTopRightRadius + 'px' : sectionproperties.lowersection_borderTopLeftRadius + 'px'
|
|
17269
17277
|
}),
|
|
17270
17278
|
facebook_btn: glamor.css({
|
|
17271
17279
|
cursor: 'pointer',
|
|
@@ -17421,7 +17429,13 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
17421
17429
|
"class": "row m-0 w-100 justify-content-center",
|
|
17422
17430
|
style: {
|
|
17423
17431
|
width: '100vw',
|
|
17424
|
-
zIndex: 1000
|
|
17432
|
+
zIndex: 1000,
|
|
17433
|
+
background: sectionproperties.header_backgroundColor
|
|
17434
|
+
}
|
|
17435
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17436
|
+
"class": "row m-0 w-md-100",
|
|
17437
|
+
style: {
|
|
17438
|
+
width: sectionproperties.header_width + 'vw'
|
|
17425
17439
|
}
|
|
17426
17440
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17427
17441
|
"class": "col-lg-12 p-0 d-md-none d-sm-none",
|
|
@@ -17656,7 +17670,61 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
17656
17670
|
size: sectionproperties.cartBtn_iconFontSize
|
|
17657
17671
|
}), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
|
|
17658
17672
|
size: sectionproperties.cartBtn_iconFontSize
|
|
17659
|
-
}))
|
|
17673
|
+
})), sectionproperties.lang_position == 'Top' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17674
|
+
"class": langdetect == 'en' ? 'headerdropdownml ml-3' : 'headerdropdownmr mr-3'
|
|
17675
|
+
}, /*#__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", {
|
|
17676
|
+
"class": ' d-flex align-items-center justify-content-center '
|
|
17677
|
+
}, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17678
|
+
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
17679
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
17680
|
+
"class": "m-0 p-0 mr-2"
|
|
17681
|
+
}, "En"), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17682
|
+
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
17683
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
17684
|
+
"class": "m-0 p-0 ml-2"
|
|
17685
|
+
}, "\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, {
|
|
17686
|
+
onClick: function onClick() {
|
|
17687
|
+
setlang('ar');
|
|
17688
|
+
}
|
|
17689
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17690
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' p-0 '
|
|
17691
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
17692
|
+
"class": 'dropdownitem d-flex align-items-center m-0 p-0',
|
|
17693
|
+
style: {
|
|
17694
|
+
fontSize: sectionproperties.dropdown_fontsize + 'px',
|
|
17695
|
+
fontWeight: sectionproperties.dropdown_fontweight,
|
|
17696
|
+
textTransform: sectionproperties.dropdown_texttransform
|
|
17697
|
+
}
|
|
17698
|
+
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
17699
|
+
src: 'https://tabex-co.com/storage/StaticImages/egyptflag.png',
|
|
17700
|
+
style: {
|
|
17701
|
+
maxWidth: '2vh',
|
|
17702
|
+
maxHeight: '2vh'
|
|
17703
|
+
}
|
|
17704
|
+
}), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
17705
|
+
"class": 'ml-2 mr-2'
|
|
17706
|
+
}, lang.arabic)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
17707
|
+
onClick: function onClick() {
|
|
17708
|
+
setlang('en');
|
|
17709
|
+
}
|
|
17710
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17711
|
+
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' p-0 '
|
|
17712
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
17713
|
+
"class": 'dropdownitem d-flex align-items-center justify-content-center m-0 p-0',
|
|
17714
|
+
style: {
|
|
17715
|
+
fontSize: sectionproperties.dropdown_fontsize + 'px',
|
|
17716
|
+
fontWeight: sectionproperties.dropdown_fontweight,
|
|
17717
|
+
textTransform: sectionproperties.dropdown_texttransform
|
|
17718
|
+
}
|
|
17719
|
+
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
17720
|
+
src: 'https://tabex-co.com/storage/StaticImages/usflag.png',
|
|
17721
|
+
style: {
|
|
17722
|
+
maxWidth: '2vh',
|
|
17723
|
+
maxHeight: '2vh'
|
|
17724
|
+
}
|
|
17725
|
+
}), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
17726
|
+
"class": 'ml-2 mr-2'
|
|
17727
|
+
}, lang.english))))))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17660
17728
|
"class": "col-lg-12 p-0 allcentered",
|
|
17661
17729
|
style: {
|
|
17662
17730
|
backgroundColor: sectionproperties.uppersection_bgcolortransparent == 'Transparent' ? 'Transparent' : sectionproperties.uppersection_bgcolor
|
|
@@ -17750,7 +17818,7 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
17750
17818
|
}, ButtonDropdown(item, index, fetchedarray));
|
|
17751
17819
|
}
|
|
17752
17820
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17753
|
-
"class":
|
|
17821
|
+
"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'
|
|
17754
17822
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17755
17823
|
"class": "scrollhorizontal w-100 align-items-center justify-content-center h-100 flex-row",
|
|
17756
17824
|
style: {
|
|
@@ -17831,7 +17899,7 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
17831
17899
|
}
|
|
17832
17900
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
17833
17901
|
size: sectionproperties.youtubebtniconfontsize
|
|
17834
|
-
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17902
|
+
})), sectionproperties.lang_position == 'Bottom' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17835
17903
|
"class": langdetect == 'en' ? 'headerdropdownml ml-3' : 'headerdropdownmr mr-3'
|
|
17836
17904
|
}, /*#__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", {
|
|
17837
17905
|
"class": ' d-flex align-items-center justify-content-center '
|
|
@@ -17901,7 +17969,7 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
17901
17969
|
}, /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
|
|
17902
17970
|
sectionpropertiesprops: sectionproperties,
|
|
17903
17971
|
actions: actions
|
|
17904
|
-
})));
|
|
17972
|
+
}))));
|
|
17905
17973
|
};
|
|
17906
17974
|
|
|
17907
17975
|
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 ";
|
|
@@ -18654,7 +18722,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
18654
18722
|
setsectionproperties = _useState2[1];
|
|
18655
18723
|
var LogoutMutationContext = props.actions.LogoutMutationContext;
|
|
18656
18724
|
var fetchcustomercartQueryContext = props.actions.fetchcustomercartQueryContext;
|
|
18657
|
-
props.actions.setsidecartnavshowcontext;
|
|
18725
|
+
var setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
|
|
18658
18726
|
var setSearchHeaderInputContext = props.actions.setSearchHeaderInputContext;
|
|
18659
18727
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
18660
18728
|
var lang = props.actions.lang;
|
|
@@ -18987,9 +19055,10 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
18987
19055
|
justifyContent: sectionproperties.header_centered == 'Centered' ? 'center' : 'start'
|
|
18988
19056
|
}
|
|
18989
19057
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18990
|
-
"class": ' scrollhorizontal w-100 align-items-center
|
|
19058
|
+
"class": ' scrollhorizontal w-100 align-items-center ',
|
|
18991
19059
|
style: {
|
|
18992
|
-
display: sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'none' : 'flex'
|
|
19060
|
+
display: sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'none' : 'flex',
|
|
19061
|
+
justifyContent: sectionproperties.header_centered == 'Centered' ? 'center' : 'start'
|
|
18993
19062
|
}
|
|
18994
19063
|
}, templatepropcontext.pagesnprop.map(function (item, index) {
|
|
18995
19064
|
if (item.isselected) ;
|
|
@@ -19047,7 +19116,10 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
19047
19116
|
style: {
|
|
19048
19117
|
position: 'relative'
|
|
19049
19118
|
},
|
|
19050
|
-
"class": "".concat(header_cssstyles.cart_btn) + ' cursor-pointer d-flex align-items-center justify-content-center '
|
|
19119
|
+
"class": "".concat(header_cssstyles.cart_btn) + ' cursor-pointer d-flex align-items-center justify-content-center ',
|
|
19120
|
+
onClick: function onClick() {
|
|
19121
|
+
setsidecartnavshowcontext(true);
|
|
19122
|
+
}
|
|
19051
19123
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19052
19124
|
"class": "".concat(header_cssstyles.badge_counter_header_notifications, " ").concat(header_cssstyles.cartbadge)
|
|
19053
19125
|
}, (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", {
|
|
@@ -44354,7 +44426,9 @@ var Slideshowzoom = function Slideshowzoom(props) {
|
|
|
44354
44426
|
}))));
|
|
44355
44427
|
};
|
|
44356
44428
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44357
|
-
"class":
|
|
44429
|
+
"class": "row m-0 w-100"
|
|
44430
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44431
|
+
"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 ',
|
|
44358
44432
|
style: {
|
|
44359
44433
|
paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
|
|
44360
44434
|
paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
|
|
@@ -44495,7 +44569,149 @@ var Slideshowzoom = function Slideshowzoom(props) {
|
|
|
44495
44569
|
sectionproperties: sectionproperties,
|
|
44496
44570
|
props: props
|
|
44497
44571
|
});
|
|
44498
|
-
})))))))
|
|
44572
|
+
}))))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44573
|
+
"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 ',
|
|
44574
|
+
style: {
|
|
44575
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
|
|
44576
|
+
paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
|
|
44577
|
+
background: sectionproperties.backgroundColor,
|
|
44578
|
+
marginBottom: sectionproperties.marginBottom + 'px',
|
|
44579
|
+
paddingTop: sectionproperties.marginTopResp + 'px'
|
|
44580
|
+
}
|
|
44581
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44582
|
+
"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',
|
|
44583
|
+
style: {
|
|
44584
|
+
height: sectionproperties.bgcovercontain == 'Cover' ? sectionproperties.height + 'vh' : 'auto'
|
|
44585
|
+
}
|
|
44586
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44587
|
+
"class": cardarrayofobjs.length != 0 ? '' : sectionproperties.width == '100' ? 'h-sm-auto' : 'h-sm-auto pl-sm-2 pr-sm-2 w-sm-100',
|
|
44588
|
+
style: {
|
|
44589
|
+
position: 'relative',
|
|
44590
|
+
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
44591
|
+
borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
|
|
44592
|
+
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
|
|
44593
|
+
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
44594
|
+
width: sectionproperties.width + 'vw',
|
|
44595
|
+
height: sectionproperties.bgcovercontain == 'Cover' ? sectionproperties.height + 'vh' : 'auto',
|
|
44596
|
+
overflow: 'hidden'
|
|
44597
|
+
}
|
|
44598
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactSlideshowImage.Zoom, _extends__default["default"]({}, Slideshowsettings, {
|
|
44599
|
+
transitionDuration: 1500,
|
|
44600
|
+
duration: 1500,
|
|
44601
|
+
arrow: true,
|
|
44602
|
+
easing: "ease"
|
|
44603
|
+
}), Object.keys(bgimagearrayofobjs).length != 0 && bgimagearrayofobjs.map(function (item, index) {
|
|
44604
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44605
|
+
"class": cardarrayofobjs.length != 0 ? 'row m-0 w-100' : 'row m-0 w-100 h-md-auto h-sm-auto',
|
|
44606
|
+
style: {
|
|
44607
|
+
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
44608
|
+
borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
|
|
44609
|
+
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
|
|
44610
|
+
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
44611
|
+
height: sectionproperties.bgcovercontain == 'Cover' ? sectionproperties.height + 'vh' : 'auto'
|
|
44612
|
+
}
|
|
44613
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44614
|
+
"class": ' p-0 align-items-center d-flex d-md-none ',
|
|
44615
|
+
key: index,
|
|
44616
|
+
style: {
|
|
44617
|
+
cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
|
|
44618
|
+
width: '100%',
|
|
44619
|
+
height: '100%',
|
|
44620
|
+
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
44621
|
+
borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
|
|
44622
|
+
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
|
|
44623
|
+
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
44624
|
+
paddingTop: sectionproperties.paddingTop + 'px',
|
|
44625
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : '',
|
|
44626
|
+
paddingRight: langdetect == 'en' ? '' : sectionproperties.paddingLeft + 'px'
|
|
44627
|
+
},
|
|
44628
|
+
onClick: function onClick() {
|
|
44629
|
+
if (item.IsClickableimg == 'Yes') {
|
|
44630
|
+
if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0) {
|
|
44631
|
+
routingcountext(item.clickableimg_page_route, false, '');
|
|
44632
|
+
} else {
|
|
44633
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.Clickableimg_getcoection);
|
|
44634
|
+
}
|
|
44635
|
+
}
|
|
44636
|
+
}
|
|
44637
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
44638
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
44639
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
44640
|
+
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,
|
|
44641
|
+
style: {
|
|
44642
|
+
cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
|
|
44643
|
+
objectFit: sectionproperties.bgcovercontain == 'Cover' ? 'cover' : 'contain',
|
|
44644
|
+
margin: 0,
|
|
44645
|
+
padding: 0,
|
|
44646
|
+
width: '100%',
|
|
44647
|
+
height: '100%'
|
|
44648
|
+
}
|
|
44649
|
+
}), SlideShowTextContainer(item)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44650
|
+
"class": ' p-0 align-items-center d-none d-md-flex ',
|
|
44651
|
+
key: index,
|
|
44652
|
+
style: {
|
|
44653
|
+
cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
|
|
44654
|
+
width: '100%',
|
|
44655
|
+
height: '100%',
|
|
44656
|
+
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
44657
|
+
borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
|
|
44658
|
+
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
|
|
44659
|
+
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
44660
|
+
paddingTop: sectionproperties.paddingTop + 'px',
|
|
44661
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : '',
|
|
44662
|
+
paddingRight: langdetect == 'en' ? '' : sectionproperties.paddingLeft + 'px'
|
|
44663
|
+
},
|
|
44664
|
+
onClick: function onClick() {
|
|
44665
|
+
if (item.IsClickableimg == 'Yes') {
|
|
44666
|
+
if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0) {
|
|
44667
|
+
routingcountext(item.clickableimg_page_route, false, '');
|
|
44668
|
+
} else {
|
|
44669
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.Clickableimg_getcoection);
|
|
44670
|
+
}
|
|
44671
|
+
}
|
|
44672
|
+
}
|
|
44673
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
44674
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
44675
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
44676
|
+
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,
|
|
44677
|
+
style: {
|
|
44678
|
+
cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
|
|
44679
|
+
objectFit: sectionproperties.bgcovercontainresponsive == 'Cover' ? 'cover' : 'contain',
|
|
44680
|
+
margin: 0,
|
|
44681
|
+
padding: 0,
|
|
44682
|
+
width: '100%',
|
|
44683
|
+
height: '100%'
|
|
44684
|
+
}
|
|
44685
|
+
}), SlideShowTextContainer(item)));
|
|
44686
|
+
})), cardarrayofobjs.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44687
|
+
style: {
|
|
44688
|
+
position: 'absolute',
|
|
44689
|
+
left: 0,
|
|
44690
|
+
bottom: 60,
|
|
44691
|
+
zIndex: 100
|
|
44692
|
+
},
|
|
44693
|
+
"class": "row m-0 w-100 "
|
|
44694
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44695
|
+
"class": ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 w-100'
|
|
44696
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactHorizontalScrollingMenu.ScrollMenu, {
|
|
44697
|
+
itemClassName: "slideshowCard"
|
|
44698
|
+
// LeftArrow={LeftArrow}
|
|
44699
|
+
// RightArrow={RightArrow}
|
|
44700
|
+
,
|
|
44701
|
+
transitionDuration: 500,
|
|
44702
|
+
transitionEase: easingFunctions['linear'],
|
|
44703
|
+
scrollContainerClassName: 'scrollmenuclasssubscrollbar'
|
|
44704
|
+
}, Object.keys(cardarrayofobjs).length != 0 && cardarrayofobjs.map(function (cardItem, cardIndex) {
|
|
44705
|
+
var id = cardIndex;
|
|
44706
|
+
return /*#__PURE__*/React__default["default"].createElement(CardsArrayOfObjects, {
|
|
44707
|
+
title: id,
|
|
44708
|
+
itemId: id,
|
|
44709
|
+
key: id,
|
|
44710
|
+
cardItem: cardItem,
|
|
44711
|
+
sectionproperties: sectionproperties,
|
|
44712
|
+
props: props
|
|
44713
|
+
});
|
|
44714
|
+
}))))))));
|
|
44499
44715
|
};
|
|
44500
44716
|
var easingFunctions = {
|
|
44501
44717
|
noEasing: undefined,
|
|
@@ -55918,10 +56134,14 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
55918
56134
|
}
|
|
55919
56135
|
}, '-' + 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", {
|
|
55920
56136
|
onClick: function onClick() {
|
|
55921
|
-
|
|
55922
|
-
|
|
56137
|
+
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute) == 'Product Information') {
|
|
56138
|
+
setShowProductInfoModalContext(true);
|
|
56139
|
+
setProductIdProdutInfoModalContext(item.productid);
|
|
56140
|
+
} else {
|
|
56141
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
56142
|
+
}
|
|
55923
56143
|
},
|
|
55924
|
-
"class": "".concat(card_cssstyles.productcardimagecont) + ' w-100 p-0
|
|
56144
|
+
"class": "".concat(card_cssstyles.productcardimagecont) + ' w-100 p-0 d-flex align-items-center justify-content-center d-md-none ',
|
|
55925
56145
|
style: {
|
|
55926
56146
|
zIndex: 1,
|
|
55927
56147
|
marginBottom: sectionproperties.image_mb + 'px'
|
|
@@ -55936,6 +56156,31 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
55936
56156
|
height: sectionproperties.imageInnerWidth_Height + '%',
|
|
55937
56157
|
objectFit: sectionproperties.bgcovercontain == 'Cover' ? 'cover' : 'contain'
|
|
55938
56158
|
}
|
|
56159
|
+
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
56160
|
+
onClick: function onClick() {
|
|
56161
|
+
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute) == 'Product Information') {
|
|
56162
|
+
setShowProductInfoModalContext(true);
|
|
56163
|
+
setProductIdProdutInfoModalContext(item.productid);
|
|
56164
|
+
} else {
|
|
56165
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
56166
|
+
}
|
|
56167
|
+
},
|
|
56168
|
+
"class": "".concat(card_cssstyles.productcardimagecont) + ' w-100 p-0 d-none d-md-flex align-items-center justify-content-center ',
|
|
56169
|
+
style: {
|
|
56170
|
+
zIndex: 1,
|
|
56171
|
+
marginBottom: sectionproperties.image_mb + 'px',
|
|
56172
|
+
height: sectionproperties.height_responsive == 0 ? 'auto' : sectionproperties.height_responsive
|
|
56173
|
+
}
|
|
56174
|
+
}, item.image != '' && /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
56175
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
56176
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
56177
|
+
path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image,
|
|
56178
|
+
loading: "lazy",
|
|
56179
|
+
style: {
|
|
56180
|
+
width: sectionproperties.imageInnerWidth_Height + '%',
|
|
56181
|
+
height: sectionproperties.imageInnerWidth_Height + '%',
|
|
56182
|
+
objectFit: sectionproperties.bgcovercontain == 'Cover' ? 'cover' : 'contain'
|
|
56183
|
+
}
|
|
55939
56184
|
})), item.productquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' && item.hasvariants == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
55940
56185
|
"class": "".concat(card_cssstyles.outstockbadge) + ' allcentered '
|
|
55941
56186
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|