tabexseriescomponents 0.0.319 → 0.0.321
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 +176 -62
- package/dist/index.esm.js +176 -62
- package/dist/index.umd.js +176 -62
- package/package.json +1 -1
package/dist/index.umd.js
CHANGED
|
@@ -2055,7 +2055,7 @@
|
|
|
2055
2055
|
}
|
|
2056
2056
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
2057
2057
|
className: "ml-1 mr-1"
|
|
2058
|
-
}, fetchProductInfoQueryContext.data.data.productinfo.quantavailtype == 'nolimit' ? lang.available : lang.limitedquantity))), sectionproperties.btnposition == 'Top' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2058
|
+
}, fetchProductInfoQueryContext.data.data.productinfo.quantavailtype == 'nolimit' ? lang.available : lang.limitedquantity))), sectionproperties.btnposition == 'Top' && sectionproperties.favBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2059
2059
|
className: productinfo_cssstyles.wishlist_btn + ' d-flex justify-content-center align-items-center mb-sm-2 ',
|
|
2060
2060
|
onClick: function onClick() {
|
|
2061
2061
|
addtofavoritescontext(fetchProductInfoQueryContext.data.data.productinfo.productid);
|
|
@@ -2137,7 +2137,8 @@
|
|
|
2137
2137
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
2138
2138
|
"class": "m-0 p-0 ",
|
|
2139
2139
|
style: {
|
|
2140
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
2140
|
+
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
2141
|
+
color: sectionproperties.deliverytimecontainercolor
|
|
2141
2142
|
}
|
|
2142
2143
|
}, sectionproperties.showdeliverytitle == 'Show' && /*#__PURE__*/React__default["default"].createElement("span", null, langdetect == 'en' ? sectionproperties.deliverycontent_en : sectionproperties.deliverycontent_ar, ": "), ' ', fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 ? void 0 : (_fetchProductInfoQuer42 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer42 === void 0 ? void 0 : (_fetchProductInfoQuer43 = _fetchProductInfoQuer42.data) === null || _fetchProductInfoQuer43 === void 0 ? void 0 : (_fetchProductInfoQuer44 = _fetchProductInfoQuer43.productinfo) === null || _fetchProductInfoQuer44 === void 0 ? void 0 : _fetchProductInfoQuer44.deliverydatetext)), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 ? void 0 : (_fetchProductInfoQuer45 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer45 === void 0 ? void 0 : (_fetchProductInfoQuer46 = _fetchProductInfoQuer45.data) === null || _fetchProductInfoQuer46 === void 0 ? void 0 : (_fetchProductInfoQuer47 = _fetchProductInfoQuer46.productinfo) === null || _fetchProductInfoQuer47 === void 0 ? void 0 : _fetchProductInfoQuer47.isproducttobesold) == 1 && /*#__PURE__*/React__default["default"].createElement(ProductHeaderPricing, {
|
|
2143
2144
|
actions: props.actions
|
|
@@ -2315,7 +2316,7 @@
|
|
|
2315
2316
|
width: "20px",
|
|
2316
2317
|
height: "20px",
|
|
2317
2318
|
duration: "1s"
|
|
2318
|
-
}))), sectionproperties.btnposition == 'Bottom' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2319
|
+
}))), sectionproperties.btnposition == 'Bottom' && sectionproperties.favBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2319
2320
|
className: productinfo_cssstyles.wishlist_btn + ' d-flex justify-content-center align-items-center mb-sm-2 ',
|
|
2320
2321
|
onClick: function onClick() {
|
|
2321
2322
|
addtofavoritescontext(fetchProductInfoQueryContext.data.data.productinfo.productid);
|
|
@@ -2343,7 +2344,17 @@
|
|
|
2343
2344
|
size: sectionproperties.favBtnIconfontsize
|
|
2344
2345
|
}), sectionproperties.faviconshape == 'Heart Shape' && /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
|
|
2345
2346
|
size: sectionproperties.favBtnIconfontsize
|
|
2346
|
-
})))
|
|
2347
|
+
}))), !fetchProductInfoQueryContext.data.data.productinfo.IsFavExists && sectionproperties.favBtnTextfontsize != 0 && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
2348
|
+
"class": "m-0 p-0",
|
|
2349
|
+
style: {
|
|
2350
|
+
fontSize: sectionproperties.favBtnTextfontsize + 'px'
|
|
2351
|
+
}
|
|
2352
|
+
}, langdetect == 'en' ? sectionproperties.favbtncontent_en : sectionproperties.favbtncontent_ar), fetchProductInfoQueryContext.data.data.productinfo.IsFavExists && sectionproperties.favBtnTextfontsize != 0 && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
2353
|
+
"class": "m-0 p-0",
|
|
2354
|
+
style: {
|
|
2355
|
+
fontSize: sectionproperties.favBtnTextfontsize + 'px'
|
|
2356
|
+
}
|
|
2357
|
+
}, langdetect == 'en' ? sectionproperties.favbtnaddedcontent_en : sectionproperties.favbtnaddedcontent_ar))), sectionproperties.cartbtnalone == 'Alone' && sectionproperties.cartBtnShow == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 ? void 0 : (_fetchProductInfoQuer72 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer72 === void 0 ? void 0 : (_fetchProductInfoQuer73 = _fetchProductInfoQuer72.data) === null || _fetchProductInfoQuer73 === void 0 ? void 0 : (_fetchProductInfoQuer74 = _fetchProductInfoQuer73.productinfo) === null || _fetchProductInfoQuer74 === void 0 ? void 0 : _fetchProductInfoQuer74.isproducttobesold) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2347
2358
|
"class": "row m-0 w-100 mt-3",
|
|
2348
2359
|
style: {
|
|
2349
2360
|
overflow: 'hidden'
|
|
@@ -2389,7 +2400,7 @@
|
|
|
2389
2400
|
width: "20px",
|
|
2390
2401
|
height: "20px",
|
|
2391
2402
|
duration: "1s"
|
|
2392
|
-
}))), sectionproperties.btnposition == 'Besides Cart Button' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2403
|
+
}))), sectionproperties.btnposition == 'Besides Cart Button' && sectionproperties.favBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2393
2404
|
className: productinfo_cssstyles.wishlist_btn + ' d-flex justify-content-center align-items-center mb-sm-2 mx-3 ',
|
|
2394
2405
|
onClick: function onClick() {
|
|
2395
2406
|
addtofavoritescontext(fetchProductInfoQueryContext.data.data.productinfo.productid);
|
|
@@ -2489,7 +2500,23 @@
|
|
|
2489
2500
|
}
|
|
2490
2501
|
})), sectionproperties.showShareButton == 'Show' && sectionproperties.sharebtnstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2491
2502
|
"class": "col-lg-12 mt-2 p-0"
|
|
2492
|
-
}, ShareButtonsContainer())
|
|
2503
|
+
}, ShareButtonsContainer()), sectionproperties.storeinfoposition == 'Below Information' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2504
|
+
className: productinfo_cssstyles.storeinfocontainer + ' col-lg-12 p-0 ',
|
|
2505
|
+
style: {}
|
|
2506
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2507
|
+
"class": "row m-0 w-100",
|
|
2508
|
+
style: {
|
|
2509
|
+
paddingLeft: langdetect == 'en' ? '.5em' : 0,
|
|
2510
|
+
paddingRight: langdetect == 'ar' ? '.5rem' : 0
|
|
2511
|
+
}
|
|
2512
|
+
}, StoreInfoprops(), sectionproperties.showShareButton == 'Show' && sectionproperties.sharebtnstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2513
|
+
"class": productinfo_cssstyles.storeinfocontainer + ' col-lg-12 p-0 ',
|
|
2514
|
+
style: {}
|
|
2515
|
+
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
2516
|
+
"class": "my-3"
|
|
2517
|
+
})), sectionproperties.showShareButton == 'Show' && sectionproperties.sharebtnstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2518
|
+
"class": "col-lg-12 p-0 allcentered mt-2"
|
|
2519
|
+
}, ShareButtonsContainer()))))))), sectionproperties.storeinfoposition == 'On The Right' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2493
2520
|
className: langdetect == 'en' ? 'col-lg-3 pr-0 border-md-none p-md-0 pt-4 pl-md-0 pr-md-0' : 'col-lg-3 pl-0 border-md-none md-0 pt-4 pl-md-0 pr-md-0',
|
|
2494
2521
|
style: {
|
|
2495
2522
|
borderLeft: langdetect == 'en' ? '1px solid #eee' : 0,
|
|
@@ -4665,7 +4692,7 @@
|
|
|
4665
4692
|
// </div>
|
|
4666
4693
|
// );
|
|
4667
4694
|
// };
|
|
4668
|
-
var productinfo_cssstyles = {
|
|
4695
|
+
var productinfo_cssstyles = _defineProperty__default["default"]({
|
|
4669
4696
|
containerstyles: glamor.css({
|
|
4670
4697
|
marginTop: sectionproperties.marginTop + 'px',
|
|
4671
4698
|
'@media (max-width: 800px)': {
|
|
@@ -4855,6 +4882,7 @@
|
|
|
4855
4882
|
marginBottom: sectionproperties.marginBottom + 'px'
|
|
4856
4883
|
}),
|
|
4857
4884
|
wishlist_btn: glamor.css({
|
|
4885
|
+
// marginTop: sectionproperties.favbtnmargintop + 'px',
|
|
4858
4886
|
width: sectionproperties.favBtnWidth + 'px',
|
|
4859
4887
|
height: sectionproperties.favBtnHeight + 'px',
|
|
4860
4888
|
background: sectionproperties.favbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.favBtnbgColor,
|
|
@@ -4872,7 +4900,11 @@
|
|
|
4872
4900
|
color: sectionproperties.favBtnTextcoloronhover,
|
|
4873
4901
|
borderColor: sectionproperties.favBtnTextcoloronhover
|
|
4874
4902
|
}
|
|
4903
|
+
// '@media (max-width: 800px)': {
|
|
4904
|
+
// marginTop: sectionproperties.favbtnmargintopresp + 'px',
|
|
4905
|
+
// },
|
|
4875
4906
|
}),
|
|
4907
|
+
|
|
4876
4908
|
productname: glamor.css({
|
|
4877
4909
|
fontSize: sectionproperties.prodNameFontSize + 'px',
|
|
4878
4910
|
textTransform: sectionproperties.prodNameTextTranform,
|
|
@@ -4978,7 +5010,12 @@
|
|
|
4978
5010
|
background: sectionproperties.storeinfobtnbgcoloronhover
|
|
4979
5011
|
}
|
|
4980
5012
|
})
|
|
4981
|
-
}
|
|
5013
|
+
}, "storeinfocontainer", glamor.css({
|
|
5014
|
+
marginTop: sectionproperties.storeinfomarginvertical + 'px',
|
|
5015
|
+
'@media (max-width: 800px)': {
|
|
5016
|
+
marginTop: sectionproperties.storeinfomarginverticalresp + 'px'
|
|
5017
|
+
}
|
|
5018
|
+
}));
|
|
4982
5019
|
var getprice_discountpriceprops = function getprice_discountpriceprops(type, withtotal, variantindexcompleted) {
|
|
4983
5020
|
var _fetchProductInfoQuer20, _fetchProductInfoQuer21, _fetchProductInfoQuer22, _fetchProductInfoQuer23, _fetchProductInfoQuer24, _fetchProductInfoQuer25, _fetchProductInfoQuer26, _fetchProductInfoQuer27, _fetchProductInfoQuer28, _fetchProductInfoQuer29, _fetchProductInfoQuer30, _fetchProductInfoQuer31, _fetchProductInfoQuer32;
|
|
4984
5021
|
var price = 0;
|
|
@@ -13814,7 +13851,7 @@
|
|
|
13814
13851
|
// if (sectionproperties.overallnumberofcards != 0) {
|
|
13815
13852
|
// if (cardinfoindex < sectionproperties.overallnumberofcards) {
|
|
13816
13853
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
13817
|
-
"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 ' : ''
|
|
13854
|
+
"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 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp : 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 ' : ''
|
|
13818
13855
|
}, /*#__PURE__*/React__default["default"].createElement(Sectioncomp, {
|
|
13819
13856
|
sectiontypeprops: 'horizontal',
|
|
13820
13857
|
sectiontypeprops2: 'vertical',
|
|
@@ -15507,7 +15544,7 @@
|
|
|
15507
15544
|
}
|
|
15508
15545
|
})));
|
|
15509
15546
|
}
|
|
15510
|
-
}), authdetailsContext.loggedin == true && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15547
|
+
}), authdetailsContext.loggedin == true && sectionproperties.ShowUserBtn == 'Show' && templateproperties_context.showprevorder == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15511
15548
|
className: "row m-0 w-100"
|
|
15512
15549
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15513
15550
|
className: "col-lg-12 d-flex justify-content-start",
|
|
@@ -15523,7 +15560,7 @@
|
|
|
15523
15560
|
style: {
|
|
15524
15561
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
15525
15562
|
}
|
|
15526
|
-
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15563
|
+
}))), templateproperties_context.showfavorites == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15527
15564
|
className: "row m-0 w-100"
|
|
15528
15565
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15529
15566
|
className: "col-lg-12 d-flex justify-content-start",
|
|
@@ -15539,7 +15576,7 @@
|
|
|
15539
15576
|
style: {
|
|
15540
15577
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
15541
15578
|
}
|
|
15542
|
-
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15579
|
+
}))), templateproperties_context.showpolicies == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15543
15580
|
className: "row m-0 w-100"
|
|
15544
15581
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15545
15582
|
className: "col-lg-12 d-flex justify-content-start",
|
|
@@ -17294,7 +17331,7 @@
|
|
|
17294
17331
|
function ownKeys$1M(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
17295
17332
|
function _objectSpread$1M(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1M(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1M(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
17296
17333
|
var ClassicHeader = function ClassicHeader(props) {
|
|
17297
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _templatepropcontext$;
|
|
17334
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _templatepropcontext$;
|
|
17298
17335
|
var LogoutMutationContext = props.actions.LogoutMutationContext;
|
|
17299
17336
|
var setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
|
|
17300
17337
|
var setSearchHeaderInputContext = props.actions.setSearchHeaderInputContext;
|
|
@@ -17552,6 +17589,12 @@
|
|
|
17552
17589
|
':hover': {
|
|
17553
17590
|
color: sectionproperties.language_container_coloronhover
|
|
17554
17591
|
}
|
|
17592
|
+
}),
|
|
17593
|
+
walletoutercontainer: glamor.css({
|
|
17594
|
+
height: templateproperties_context.walletcontainerheight + 'px',
|
|
17595
|
+
width: 'fit-content',
|
|
17596
|
+
border: '2px dashed white',
|
|
17597
|
+
borderRadius: 5
|
|
17555
17598
|
})
|
|
17556
17599
|
};
|
|
17557
17600
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -17664,7 +17707,7 @@
|
|
|
17664
17707
|
style: {
|
|
17665
17708
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
17666
17709
|
}
|
|
17667
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
17710
|
+
}, (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$c = authdetailsContext.customerinfo) === null || _authdetailsContext$c === void 0 ? void 0 : _authdetailsContext$c.cancustomerviewwallet) != 1 && templateproperties_context.showwallet == 'Hide' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
17668
17711
|
"class": "m-0 p-0",
|
|
17669
17712
|
style: {
|
|
17670
17713
|
color: sectionproperties.greetingtextcolor,
|
|
@@ -17674,7 +17717,24 @@
|
|
|
17674
17717
|
}
|
|
17675
17718
|
}, lang.hello, langdetect == 'en' ? ',' : '،'), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
17676
17719
|
"class": header_cssstyles.loggedinusername + ' loggedinuserbtn m-0 p-0 text-overflow '
|
|
17677
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
17720
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$c2 = authdetailsContext.customerinfo) === null || _authdetailsContext$c2 === void 0 ? void 0 : _authdetailsContext$c2.name), (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$c3 = authdetailsContext.customerinfo) === null || _authdetailsContext$c3 === void 0 ? void 0 : _authdetailsContext$c3.cancustomerviewwallet) == 1 && templateproperties_context.showwallet == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17721
|
+
"class": ' m-0 p-0 d-flex justify-content-start flex-row ',
|
|
17722
|
+
style: {}
|
|
17723
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
17724
|
+
"class": "m-0 p-0",
|
|
17725
|
+
style: {
|
|
17726
|
+
color: templateproperties_context.walletcolor,
|
|
17727
|
+
fontSize: templateproperties_context.walletfontize + 'px',
|
|
17728
|
+
fontWeight: 500
|
|
17729
|
+
}
|
|
17730
|
+
}, langdetect == 'en' ? templateproperties_context.walletcontent_en : templateproperties_context.walletcontent_ar), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
17731
|
+
"class": "m-0 p-0 mx-1",
|
|
17732
|
+
style: {
|
|
17733
|
+
color: templateproperties_context.walletsecondarycolor,
|
|
17734
|
+
fontSize: '15px',
|
|
17735
|
+
fontWeight: 600
|
|
17736
|
+
}
|
|
17737
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$c4 = authdetailsContext.customerinfo) === null || _authdetailsContext$c4 === void 0 ? void 0 : _authdetailsContext$c4.walletpoints, ' '))))), !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
17678
17738
|
onClick: function onClick() {
|
|
17679
17739
|
routingcountext(StaticPagesLinksContext.Login);
|
|
17680
17740
|
}
|
|
@@ -30377,7 +30437,7 @@
|
|
|
30377
30437
|
function ownKeys$1w(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
30378
30438
|
function _objectSpread$1w(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1w(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1w(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
30379
30439
|
var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
30380
|
-
var _css, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$
|
|
30440
|
+
var _css, _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i3, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _authdetailsContext$c5, _fetchcustomercartQue7, _fetchcustomercartQue8, _fetchcustomercartQue9, _fetchcustomercartQue10, _fetchcustomercartQue11, _fetchcustomercartQue12;
|
|
30381
30441
|
var lang = props.actions.lang;
|
|
30382
30442
|
var langdetect = props.actions.langdetect;
|
|
30383
30443
|
var setlang = props.actions.setlang;
|
|
@@ -30711,7 +30771,28 @@
|
|
|
30711
30771
|
marginTop: sectionproperties.header_marginTop + 'px',
|
|
30712
30772
|
marginBottom: sectionproperties.header_marginBottom + 'px'
|
|
30713
30773
|
}
|
|
30714
|
-
}, /*#__PURE__*/React__default["default"].createElement("
|
|
30774
|
+
}, sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("a", {
|
|
30775
|
+
href: 'https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.whatsappnumber),
|
|
30776
|
+
target: '_blank',
|
|
30777
|
+
style: {
|
|
30778
|
+
position: 'fixed',
|
|
30779
|
+
bottom: 10,
|
|
30780
|
+
right: 10,
|
|
30781
|
+
zIndex: 999999,
|
|
30782
|
+
transition: 'all 0.3s ease-out'
|
|
30783
|
+
}
|
|
30784
|
+
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
30785
|
+
src: 'https://tabex-co.com/storage/StaticImages/whatsapp.png',
|
|
30786
|
+
style: {
|
|
30787
|
+
width: '40px',
|
|
30788
|
+
height: '40px',
|
|
30789
|
+
cursor: 'pointer'
|
|
30790
|
+
}
|
|
30791
|
+
})), templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React__default["default"].createElement(MarqueeHeader, {
|
|
30792
|
+
sectionpropertiesprops: sectionproperties,
|
|
30793
|
+
templateproperties_contextprops: templateproperties_context,
|
|
30794
|
+
actions: actions
|
|
30795
|
+
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30715
30796
|
"class": "".concat(header_cssstyles.header_outercontainer) + ' d-flex d-md-none row ml-0 mr-0 '
|
|
30716
30797
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30717
30798
|
"class": "".concat(headerstyles$4.upperheadersection, " ").concat(header_cssstyles.upperheadersection) + ' row m-0 w-100 d-flex align-items-center plr-1025-1 ',
|
|
@@ -30719,7 +30800,7 @@
|
|
|
30719
30800
|
zIndex: 201
|
|
30720
30801
|
}
|
|
30721
30802
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30722
|
-
"class":
|
|
30803
|
+
"class": sectionproperties.centeredpartitions == 'Yes' ? 'col-lg-3 p-0 d-flex align-items-center justify-content-start' : 'col-lg-2 p-0 d-flex align-items-center justify-content-start'
|
|
30723
30804
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30724
30805
|
"class": "".concat(header_cssstyles.header_logo) + ' d-flex align-items-center justify-content-center ',
|
|
30725
30806
|
style: {
|
|
@@ -30737,13 +30818,13 @@
|
|
|
30737
30818
|
maxHeight: '100%'
|
|
30738
30819
|
}
|
|
30739
30820
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30740
|
-
"class":
|
|
30821
|
+
"class": sectionproperties.centeredpartitions == 'Yes' ? 'col-xl-6 col-lg-6 p-0 d-flex align-items-center justify-content-center' : 'col-xl-7 col-lg-6 p-0 d-flex align-items-center justify-content-center'
|
|
30741
30822
|
}, sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30742
30823
|
"class": ' row d-flex justify-content-center m-0 ',
|
|
30743
30824
|
style: {
|
|
30744
30825
|
width: sectionproperties.searchbarcont_width + '%'
|
|
30745
30826
|
}
|
|
30746
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30827
|
+
}, sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30747
30828
|
"class": 'col-xl-3 col-lg-4 p-0 d-flex align-items-center justify-content-start ',
|
|
30748
30829
|
onClick: function onClick() {
|
|
30749
30830
|
setdropdownselect(!dropdownselect);
|
|
@@ -30777,7 +30858,7 @@
|
|
|
30777
30858
|
minWidth: '250px',
|
|
30778
30859
|
marginLeft: '0px'
|
|
30779
30860
|
}
|
|
30780
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
30861
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : (_authdetailsContext$i3 = _authdetailsContext$i2.instcollections) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.map(function (item, index) {
|
|
30781
30862
|
return /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
30782
30863
|
onClick: function onClick() {
|
|
30783
30864
|
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
|
|
@@ -30790,7 +30871,7 @@
|
|
|
30790
30871
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem text-overflow m-0 p-0 '
|
|
30791
30872
|
}, langdetect == 'en' ? item.title_en : item.title_ar)))), index != authdetailsContext.instinfo.instcollections.length - 1 && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null));
|
|
30792
30873
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30793
|
-
"class":
|
|
30874
|
+
"class": sectionproperties.generalbtn_show == 'Show' ? 'col-xl-9 col-lg-8 p-0 d-flex justify-content-start align-items-center' : 'col-xl-12 col-lg-12 p-0 d-flex justify-content-start align-items-center'
|
|
30794
30875
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30795
30876
|
"class": header_cssstyles.searchbarcont + ' p-0 m-0 w-100 ',
|
|
30796
30877
|
style: {
|
|
@@ -30798,14 +30879,17 @@
|
|
|
30798
30879
|
}
|
|
30799
30880
|
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
30800
30881
|
type: "text",
|
|
30801
|
-
placeholder:
|
|
30802
|
-
"class": "".concat(header_cssstyles.searchbarcont_input)
|
|
30882
|
+
placeholder: langdetect == 'en' ? sectionproperties.search_placeholder_en : sectionproperties.search_placeholder_ar,
|
|
30883
|
+
"class": "".concat(header_cssstyles.searchbarcont_input),
|
|
30803
30884
|
onChange: function onChange(event) {
|
|
30804
30885
|
setSearchHeaderInputContext(event.target.value);
|
|
30886
|
+
},
|
|
30887
|
+
style: {
|
|
30888
|
+
paddingLeft: sectionproperties.searchbarcont_paddingLeft + 'px'
|
|
30805
30889
|
}
|
|
30806
30890
|
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30807
30891
|
"class": "".concat(header_cssstyles.searchbar_icon_cont) + ' d-flex align-items-center justify-content-center m-0 p-0 '
|
|
30808
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
30892
|
+
}, /*#__PURE__*/React__default["default"].createElement(BiSearch.BiSearch, {
|
|
30809
30893
|
color: sectionproperties.searchbaricon_color,
|
|
30810
30894
|
size: sectionproperties.searchbaricon_fontsize,
|
|
30811
30895
|
style: {
|
|
@@ -30816,7 +30900,7 @@
|
|
|
30816
30900
|
srcfromprops: 'headerfullwidth',
|
|
30817
30901
|
actions: actions
|
|
30818
30902
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30819
|
-
"class": sectionproperties.btnsposition == 'Top' ? 'col-xl-3 col-lg-4 plr-1025-0' : 'col-xl-3 col-lg-4 plr-1025-1',
|
|
30903
|
+
"class": sectionproperties.centeredpartitions == 'Yes' ? 'col-xl-3 col-lg-3 plr-1025-0' : sectionproperties.btnsposition == 'Top' ? 'col-xl-3 col-lg-4 plr-1025-0' : 'col-xl-3 col-lg-4 plr-1025-1',
|
|
30820
30904
|
style: {
|
|
30821
30905
|
paddingLeft: langdetect == 'en' ? sectionproperties.btnsposition == 'Top' ? authdetailsContext.loggedin == true ? 0 : '2rem' : '3rem' : 0,
|
|
30822
30906
|
paddingRight: langdetect == 'ar' ? sectionproperties.btnsposition == 'Top' ? authdetailsContext.loggedin == true ? 0 : '2rem' : '3rem' : 0
|
|
@@ -30858,7 +30942,7 @@
|
|
|
30858
30942
|
letterSpacing: '2px'
|
|
30859
30943
|
},
|
|
30860
30944
|
"class": ' p-0 m-0 '
|
|
30861
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)))), sectionproperties.btnsposition == 'Top' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30945
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)))), sectionproperties.btnsposition == 'Top' && sectionproperties.favBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30862
30946
|
"class": "".concat(header_cssstyles.wishlist_btn) + ' d-flex justify-content-center align-items-center cursor-pointer ',
|
|
30863
30947
|
onClick: function onClick() {
|
|
30864
30948
|
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
@@ -30900,7 +30984,7 @@
|
|
|
30900
30984
|
size: sectionproperties.cartBtn_iconFontSize
|
|
30901
30985
|
}), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
|
|
30902
30986
|
size: sectionproperties.cartBtn_iconFontSize
|
|
30903
|
-
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30987
|
+
})), sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30904
30988
|
"class": langdetect == 'en' ? 'headerdropdownml dropdown-toggle_w100' : 'headerdropdownmr dropdown-toggle_w100',
|
|
30905
30989
|
style: {
|
|
30906
30990
|
width: authdetailsContext.loggedin == true ? 'auto' : langdetect == 'en' ? '105px' : '120px',
|
|
@@ -31167,7 +31251,7 @@
|
|
|
31167
31251
|
paddingRightprops: '35px',
|
|
31168
31252
|
subheadercontentpositionprops: 'start'
|
|
31169
31253
|
}
|
|
31170
|
-
})), sectionproperties.btnsposition == 'Bottom' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31254
|
+
})), sectionproperties.btnsposition == 'Bottom' && sectionproperties.favBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31171
31255
|
"class": "col-lg-3 d-flex align-items-center justify-content-end"
|
|
31172
31256
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31173
31257
|
"class": "".concat(header_cssstyles.wishlist_btn) + ' d-flex justify-content-center align-items-center cursor-pointer ',
|
|
@@ -36232,6 +36316,7 @@
|
|
|
36232
36316
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
36233
36317
|
var templatepropcontext = props.actions.templatepropcontext;
|
|
36234
36318
|
props.actions.ikimagecredcontext;
|
|
36319
|
+
var templateproperties_context = props.actions.templateproperties_context;
|
|
36235
36320
|
React.useEffect(function () {
|
|
36236
36321
|
var secpropobj = {};
|
|
36237
36322
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -36377,7 +36462,7 @@
|
|
|
36377
36462
|
}
|
|
36378
36463
|
}, langdetect == 'en' ? item.pagename : item.pagename_ar)));
|
|
36379
36464
|
}
|
|
36380
|
-
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36465
|
+
}), templateproperties_context.showfavorites == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36381
36466
|
"class": "col-lg-12 col-md-12 col-sm-12 p-0 d-flex mb-1"
|
|
36382
36467
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36383
36468
|
onClick: function onClick() {
|
|
@@ -36388,7 +36473,7 @@
|
|
|
36388
36473
|
style: {
|
|
36389
36474
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
36390
36475
|
}
|
|
36391
|
-
}, lang.wishlist))), authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36476
|
+
}, lang.wishlist))), authdetailsContext.loggedin && templateproperties_context.showprevorder == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36392
36477
|
"class": "col-lg-12 col-md-12 col-sm-12 p-0 d-flex mb-1"
|
|
36393
36478
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36394
36479
|
onClick: function onClick() {
|
|
@@ -36399,7 +36484,7 @@
|
|
|
36399
36484
|
style: {
|
|
36400
36485
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
36401
36486
|
}
|
|
36402
|
-
}, lang.orderhistory))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36487
|
+
}, lang.orderhistory))), templateproperties_context.showpolicies == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36403
36488
|
"class": "col-lg-12 col-md-12 col-sm-12 p-0 d-flex mb-1"
|
|
36404
36489
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36405
36490
|
onClick: function onClick() {
|
|
@@ -42320,6 +42405,40 @@
|
|
|
42320
42405
|
borderBottomWidth: sectionproperties.inputfieldborderWidth + 'px',
|
|
42321
42406
|
borderBottomColor: sectionproperties.inputfieldborderColor,
|
|
42322
42407
|
width: '100%'
|
|
42408
|
+
}),
|
|
42409
|
+
imgcontainer: glamor.css({
|
|
42410
|
+
position: 'absolute',
|
|
42411
|
+
top: 0,
|
|
42412
|
+
bottom: 0,
|
|
42413
|
+
right: 0,
|
|
42414
|
+
left: 0,
|
|
42415
|
+
zIndex: 1,
|
|
42416
|
+
':before': {
|
|
42417
|
+
width: '100%',
|
|
42418
|
+
height: '100%',
|
|
42419
|
+
background: 'rgba(0,0,0,' + sectionproperties.darknessopacity + ')',
|
|
42420
|
+
zIndex: 1,
|
|
42421
|
+
position: 'absolute',
|
|
42422
|
+
content: 's',
|
|
42423
|
+
fontSize: 0,
|
|
42424
|
+
left: 0,
|
|
42425
|
+
right: 0,
|
|
42426
|
+
top: 0,
|
|
42427
|
+
bottom: 0
|
|
42428
|
+
}
|
|
42429
|
+
}),
|
|
42430
|
+
container: glamor.css({
|
|
42431
|
+
backgroundSize: sectionproperties.bgcovercontain,
|
|
42432
|
+
width: '100%',
|
|
42433
|
+
height: sectionproperties.image_height == 0 ? 'auto' : sectionproperties.image_height + 'vh',
|
|
42434
|
+
marginTop: sectionproperties.marginTop + 'px',
|
|
42435
|
+
marginBottom: sectionproperties.marginBottom + 'px',
|
|
42436
|
+
position: 'relative',
|
|
42437
|
+
marginLeft: sectionproperties.card_marginLeft + 'px',
|
|
42438
|
+
marginRight: sectionproperties.card_marginRight + 'px',
|
|
42439
|
+
'@media (max-width: 800px)': {
|
|
42440
|
+
height: sectionproperties.height_responsive + 'vh'
|
|
42441
|
+
}
|
|
42323
42442
|
})
|
|
42324
42443
|
};
|
|
42325
42444
|
var countries = [{
|
|
@@ -42346,27 +42465,23 @@
|
|
|
42346
42465
|
label: 'Alabama'
|
|
42347
42466
|
}];
|
|
42348
42467
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42349
|
-
"class":
|
|
42468
|
+
"class": sectionstyles.container + ' allcentered mx-md-0 '
|
|
42469
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42470
|
+
"class": sectionstyles.imgcontainer,
|
|
42350
42471
|
style: {
|
|
42351
|
-
// background: `linearGradient(0deg, rgba(255, 0, 150, 0.3), rgba(255, 0, 150, 0.3))`,
|
|
42352
|
-
// backgroundImage: imagesarray.length != 0 ? 'url(' + serverbaselink + imagesarray[0].bgsection_image + ')' : '',
|
|
42353
|
-
backgroundSize: sectionproperties.bgcovercontain,
|
|
42354
42472
|
width: '100%',
|
|
42355
|
-
height:
|
|
42356
|
-
marginTop: sectionproperties.marginTop + 'px',
|
|
42357
|
-
marginBottom: sectionproperties.marginBottom + 'px',
|
|
42358
|
-
position: 'relative'
|
|
42473
|
+
height: 'auto'
|
|
42359
42474
|
}
|
|
42360
42475
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
42361
42476
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
42362
42477
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
42363
|
-
path: imagesarray.length != 0 ? langdetect == 'en' ? imagesarray[0].bgsection_image : imagesarray[0].bgsection_image_ar : '',
|
|
42478
|
+
path: imagesarray.length != 0 ? langdetect == 'en' ? '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + imagesarray[0].bgsection_image : '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + imagesarray[0].bgsection_image_ar : '',
|
|
42364
42479
|
style: {
|
|
42365
42480
|
width: '100%',
|
|
42366
42481
|
height: '100%',
|
|
42367
|
-
objectFit:
|
|
42482
|
+
objectFit: 'cover'
|
|
42368
42483
|
}
|
|
42369
|
-
}), sectionproperties.cardstyletype == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42484
|
+
})), sectionproperties.cardstyletype == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42370
42485
|
"class": "row m-0 w-100 justify-content-center mt-sm-5 mb-sm-5"
|
|
42371
42486
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42372
42487
|
"class": "col-lg-6 col-md-9 col-sm-9 p-0 mt-auto mb-auto text-align-start"
|
|
@@ -42465,11 +42580,7 @@
|
|
|
42465
42580
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))), sectionproperties.cardstyletype == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42466
42581
|
"class": "row m-0 w-100 allcentered",
|
|
42467
42582
|
style: {
|
|
42468
|
-
|
|
42469
|
-
top: 0,
|
|
42470
|
-
bottom: 0,
|
|
42471
|
-
right: 0,
|
|
42472
|
-
left: 0
|
|
42583
|
+
zIndex: 2
|
|
42473
42584
|
}
|
|
42474
42585
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42475
42586
|
"class": "row m-0 w-100 allcentered"
|
|
@@ -42495,7 +42606,7 @@
|
|
|
42495
42606
|
maxWidth: '500px'
|
|
42496
42607
|
}
|
|
42497
42608
|
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42498
|
-
"class": "col-lg-
|
|
42609
|
+
"class": "col-lg-9 col-md-10 col-sm-10 allcentered mt-3",
|
|
42499
42610
|
style: {
|
|
42500
42611
|
backgroundColor: sectionproperties.reservation_bgcolor,
|
|
42501
42612
|
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
@@ -42511,33 +42622,33 @@
|
|
|
42511
42622
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42512
42623
|
"class": "row m-0 w-100 allcentered"
|
|
42513
42624
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42514
|
-
className: "".concat(langdetect == 'en' ? 'text-left' : 'text-right') + ' col-lg-3 col-md-12 col-sm-12 '
|
|
42625
|
+
className: "".concat(langdetect == 'en' ? 'text-left' : 'text-right') + ' col-lg-3 col-md-12 col-sm-12 mb-sm-3 '
|
|
42515
42626
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
42516
42627
|
className: "".concat(sectionstyles.input_label_name) + ' mb-2 '
|
|
42517
42628
|
}, lang.country), /*#__PURE__*/React__default["default"].createElement(Select__default["default"], {
|
|
42518
42629
|
options: countries,
|
|
42519
42630
|
styles: langdetect == 'en' ? defaultstylestransparent : defaultstylestranslatedtransparent
|
|
42520
42631
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42521
|
-
className: "".concat(langdetect == 'en' ? 'text-left' : 'text-right') + ' col-lg-3 col-md-12 col-sm-12 '
|
|
42632
|
+
className: "".concat(langdetect == 'en' ? 'text-left' : 'text-right') + ' col-lg-3 col-md-12 col-sm-12 mb-sm-3 '
|
|
42522
42633
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
42523
42634
|
className: "".concat(sectionstyles.input_label_name) + ' mb-2 '
|
|
42524
|
-
}, langdetect == 'en' ? 'State' : '
|
|
42635
|
+
}, langdetect == 'en' ? 'State/Gov' : 'الولاية/المحافظة'), /*#__PURE__*/React__default["default"].createElement(Select__default["default"], {
|
|
42525
42636
|
options: states,
|
|
42526
42637
|
styles: langdetect == 'en' ? defaultstylestransparent : defaultstylestranslatedtransparent
|
|
42527
42638
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42528
|
-
className: "".concat(langdetect == 'en' ? 'text-left' : 'text-right') + ' col-lg-3 col-md-12 col-sm-12 '
|
|
42639
|
+
className: "".concat(langdetect == 'en' ? 'text-left' : 'text-right') + ' col-lg-3 col-md-12 col-sm-12 mb-sm-3 '
|
|
42529
42640
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
42530
42641
|
className: "".concat(sectionstyles.input_label_name) + ' mb-2 '
|
|
42531
42642
|
}, langdetect == 'en' ? 'City' : 'المدينة'), /*#__PURE__*/React__default["default"].createElement(Select__default["default"], {
|
|
42532
42643
|
options: states,
|
|
42533
42644
|
styles: langdetect == 'en' ? defaultstylestransparent : defaultstylestranslatedtransparent
|
|
42534
42645
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42535
|
-
className: "".concat(langdetect == 'en' ? 'text-left' : 'text-right') + ' col-lg-3 col-md-12 col-sm-12 '
|
|
42646
|
+
className: "".concat(langdetect == 'en' ? 'text-left' : 'text-right') + ' col-lg-3 col-md-12 col-sm-12 mb-sm-3 '
|
|
42536
42647
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
42537
|
-
className: "".concat(sectionstyles.input_label_name) + ' mb-
|
|
42538
|
-
}, langdetect == 'en' ? '
|
|
42648
|
+
className: "".concat(sectionstyles.input_label_name) + ' mb-3 '
|
|
42649
|
+
}, langdetect == 'en' ? 'Price' : 'السعر'), /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
42539
42650
|
className: "".concat(sectionstyles.dateInput),
|
|
42540
|
-
type: "
|
|
42651
|
+
type: "number"
|
|
42541
42652
|
}))))), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42542
42653
|
"class": "col-lg-12 p-0 allcentered mt-3"
|
|
42543
42654
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
@@ -45042,7 +45153,7 @@
|
|
|
45042
45153
|
textTransform: sectionproperties.sectionTitleTextTransform,
|
|
45043
45154
|
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
45044
45155
|
padding: sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? 7 : 0,
|
|
45045
|
-
textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'left'
|
|
45156
|
+
textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
45046
45157
|
}
|
|
45047
45158
|
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
45048
45159
|
"class": section_styles.line_right,
|
|
@@ -45128,13 +45239,13 @@
|
|
|
45128
45239
|
"class": "w-100 d-flex d-md-none",
|
|
45129
45240
|
style: {
|
|
45130
45241
|
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
45131
|
-
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : ''
|
|
45242
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start'
|
|
45132
45243
|
}
|
|
45133
45244
|
}, SectionTitle()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45134
45245
|
"class": "w-100 d-none d-md-flex",
|
|
45135
45246
|
style: {
|
|
45136
45247
|
fontSize: sectionproperties.sectionTitleFontSizeresp + 'px',
|
|
45137
|
-
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : ''
|
|
45248
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start'
|
|
45138
45249
|
}
|
|
45139
45250
|
}, SectionTitle()))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45140
45251
|
"class": "row m-0 w-100 d-flex d-md-none",
|
|
@@ -45153,7 +45264,10 @@
|
|
|
45153
45264
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))));
|
|
45154
45265
|
};
|
|
45155
45266
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45156
|
-
"class": "w-100 allcentered"
|
|
45267
|
+
"class": "w-100 allcentered",
|
|
45268
|
+
style: {
|
|
45269
|
+
background: sectionproperties.outerbgcolor
|
|
45270
|
+
}
|
|
45157
45271
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45158
45272
|
"class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-flex d-md-none justify-content-center align-items-center ',
|
|
45159
45273
|
style: {
|
|
@@ -60360,7 +60474,7 @@
|
|
|
60360
60474
|
};
|
|
60361
60475
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60362
60476
|
// class="row m-0 w-100"
|
|
60363
|
-
"class": props.sectiontypeprops2 == 'vertical' ? "".concat(card_cssstyles.productcard) + ' w-100
|
|
60477
|
+
"class": props.sectiontypeprops2 == 'vertical' ? "".concat(card_cssstyles.productcard) + ' w-100 px-md-1 ' : " ".concat(card_cssstyles.productcard),
|
|
60364
60478
|
style: {
|
|
60365
60479
|
paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
|
|
60366
60480
|
paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
|