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.cjs.js
CHANGED
|
@@ -2211,7 +2211,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2211
2211
|
}
|
|
2212
2212
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
2213
2213
|
className: "ml-1 mr-1"
|
|
2214
|
-
}, fetchProductInfoQueryContext.data.data.productinfo.quantavailtype == 'nolimit' ? lang.available : lang.limitedquantity))), sectionproperties.btnposition == 'Top' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2214
|
+
}, fetchProductInfoQueryContext.data.data.productinfo.quantavailtype == 'nolimit' ? lang.available : lang.limitedquantity))), sectionproperties.btnposition == 'Top' && sectionproperties.favBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2215
2215
|
className: productinfo_cssstyles.wishlist_btn + ' d-flex justify-content-center align-items-center mb-sm-2 ',
|
|
2216
2216
|
onClick: function onClick() {
|
|
2217
2217
|
addtofavoritescontext(fetchProductInfoQueryContext.data.data.productinfo.productid);
|
|
@@ -2293,7 +2293,8 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2293
2293
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
2294
2294
|
"class": "m-0 p-0 ",
|
|
2295
2295
|
style: {
|
|
2296
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
2296
|
+
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
2297
|
+
color: sectionproperties.deliverytimecontainercolor
|
|
2297
2298
|
}
|
|
2298
2299
|
}, 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, {
|
|
2299
2300
|
actions: props.actions
|
|
@@ -2471,7 +2472,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2471
2472
|
width: "20px",
|
|
2472
2473
|
height: "20px",
|
|
2473
2474
|
duration: "1s"
|
|
2474
|
-
}))), sectionproperties.btnposition == 'Bottom' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2475
|
+
}))), sectionproperties.btnposition == 'Bottom' && sectionproperties.favBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2475
2476
|
className: productinfo_cssstyles.wishlist_btn + ' d-flex justify-content-center align-items-center mb-sm-2 ',
|
|
2476
2477
|
onClick: function onClick() {
|
|
2477
2478
|
addtofavoritescontext(fetchProductInfoQueryContext.data.data.productinfo.productid);
|
|
@@ -2499,7 +2500,17 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2499
2500
|
size: sectionproperties.favBtnIconfontsize
|
|
2500
2501
|
}), sectionproperties.faviconshape == 'Heart Shape' && /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
|
|
2501
2502
|
size: sectionproperties.favBtnIconfontsize
|
|
2502
|
-
})))
|
|
2503
|
+
}))), !fetchProductInfoQueryContext.data.data.productinfo.IsFavExists && sectionproperties.favBtnTextfontsize != 0 && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
2504
|
+
"class": "m-0 p-0",
|
|
2505
|
+
style: {
|
|
2506
|
+
fontSize: sectionproperties.favBtnTextfontsize + 'px'
|
|
2507
|
+
}
|
|
2508
|
+
}, langdetect == 'en' ? sectionproperties.favbtncontent_en : sectionproperties.favbtncontent_ar), fetchProductInfoQueryContext.data.data.productinfo.IsFavExists && sectionproperties.favBtnTextfontsize != 0 && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
2509
|
+
"class": "m-0 p-0",
|
|
2510
|
+
style: {
|
|
2511
|
+
fontSize: sectionproperties.favBtnTextfontsize + 'px'
|
|
2512
|
+
}
|
|
2513
|
+
}, 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", {
|
|
2503
2514
|
"class": "row m-0 w-100 mt-3",
|
|
2504
2515
|
style: {
|
|
2505
2516
|
overflow: 'hidden'
|
|
@@ -2545,7 +2556,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2545
2556
|
width: "20px",
|
|
2546
2557
|
height: "20px",
|
|
2547
2558
|
duration: "1s"
|
|
2548
|
-
}))), sectionproperties.btnposition == 'Besides Cart Button' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2559
|
+
}))), sectionproperties.btnposition == 'Besides Cart Button' && sectionproperties.favBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2549
2560
|
className: productinfo_cssstyles.wishlist_btn + ' d-flex justify-content-center align-items-center mb-sm-2 mx-3 ',
|
|
2550
2561
|
onClick: function onClick() {
|
|
2551
2562
|
addtofavoritescontext(fetchProductInfoQueryContext.data.data.productinfo.productid);
|
|
@@ -2645,7 +2656,23 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2645
2656
|
}
|
|
2646
2657
|
})), sectionproperties.showShareButton == 'Show' && sectionproperties.sharebtnstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2647
2658
|
"class": "col-lg-12 mt-2 p-0"
|
|
2648
|
-
}, ShareButtonsContainer())
|
|
2659
|
+
}, ShareButtonsContainer()), sectionproperties.storeinfoposition == 'Below Information' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2660
|
+
className: productinfo_cssstyles.storeinfocontainer + ' col-lg-12 p-0 ',
|
|
2661
|
+
style: {}
|
|
2662
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2663
|
+
"class": "row m-0 w-100",
|
|
2664
|
+
style: {
|
|
2665
|
+
paddingLeft: langdetect == 'en' ? '.5em' : 0,
|
|
2666
|
+
paddingRight: langdetect == 'ar' ? '.5rem' : 0
|
|
2667
|
+
}
|
|
2668
|
+
}, StoreInfoprops(), sectionproperties.showShareButton == 'Show' && sectionproperties.sharebtnstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2669
|
+
"class": productinfo_cssstyles.storeinfocontainer + ' col-lg-12 p-0 ',
|
|
2670
|
+
style: {}
|
|
2671
|
+
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
2672
|
+
"class": "my-3"
|
|
2673
|
+
})), sectionproperties.showShareButton == 'Show' && sectionproperties.sharebtnstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2674
|
+
"class": "col-lg-12 p-0 allcentered mt-2"
|
|
2675
|
+
}, ShareButtonsContainer()))))))), sectionproperties.storeinfoposition == 'On The Right' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2649
2676
|
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',
|
|
2650
2677
|
style: {
|
|
2651
2678
|
borderLeft: langdetect == 'en' ? '1px solid #eee' : 0,
|
|
@@ -4821,7 +4848,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
4821
4848
|
// </div>
|
|
4822
4849
|
// );
|
|
4823
4850
|
// };
|
|
4824
|
-
var productinfo_cssstyles = {
|
|
4851
|
+
var productinfo_cssstyles = _defineProperty__default["default"]({
|
|
4825
4852
|
containerstyles: glamor.css({
|
|
4826
4853
|
marginTop: sectionproperties.marginTop + 'px',
|
|
4827
4854
|
'@media (max-width: 800px)': {
|
|
@@ -5011,6 +5038,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
5011
5038
|
marginBottom: sectionproperties.marginBottom + 'px'
|
|
5012
5039
|
}),
|
|
5013
5040
|
wishlist_btn: glamor.css({
|
|
5041
|
+
// marginTop: sectionproperties.favbtnmargintop + 'px',
|
|
5014
5042
|
width: sectionproperties.favBtnWidth + 'px',
|
|
5015
5043
|
height: sectionproperties.favBtnHeight + 'px',
|
|
5016
5044
|
background: sectionproperties.favbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.favBtnbgColor,
|
|
@@ -5028,7 +5056,11 @@ var Productinfo = function Productinfo(props) {
|
|
|
5028
5056
|
color: sectionproperties.favBtnTextcoloronhover,
|
|
5029
5057
|
borderColor: sectionproperties.favBtnTextcoloronhover
|
|
5030
5058
|
}
|
|
5059
|
+
// '@media (max-width: 800px)': {
|
|
5060
|
+
// marginTop: sectionproperties.favbtnmargintopresp + 'px',
|
|
5061
|
+
// },
|
|
5031
5062
|
}),
|
|
5063
|
+
|
|
5032
5064
|
productname: glamor.css({
|
|
5033
5065
|
fontSize: sectionproperties.prodNameFontSize + 'px',
|
|
5034
5066
|
textTransform: sectionproperties.prodNameTextTranform,
|
|
@@ -5134,7 +5166,12 @@ var Productinfo = function Productinfo(props) {
|
|
|
5134
5166
|
background: sectionproperties.storeinfobtnbgcoloronhover
|
|
5135
5167
|
}
|
|
5136
5168
|
})
|
|
5137
|
-
}
|
|
5169
|
+
}, "storeinfocontainer", glamor.css({
|
|
5170
|
+
marginTop: sectionproperties.storeinfomarginvertical + 'px',
|
|
5171
|
+
'@media (max-width: 800px)': {
|
|
5172
|
+
marginTop: sectionproperties.storeinfomarginverticalresp + 'px'
|
|
5173
|
+
}
|
|
5174
|
+
}));
|
|
5138
5175
|
var getprice_discountpriceprops = function getprice_discountpriceprops(type, withtotal, variantindexcompleted) {
|
|
5139
5176
|
var _fetchProductInfoQuer20, _fetchProductInfoQuer21, _fetchProductInfoQuer22, _fetchProductInfoQuer23, _fetchProductInfoQuer24, _fetchProductInfoQuer25, _fetchProductInfoQuer26, _fetchProductInfoQuer27, _fetchProductInfoQuer28, _fetchProductInfoQuer29, _fetchProductInfoQuer30, _fetchProductInfoQuer31, _fetchProductInfoQuer32;
|
|
5140
5177
|
var price = 0;
|
|
@@ -13970,7 +14007,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
13970
14007
|
// if (sectionproperties.overallnumberofcards != 0) {
|
|
13971
14008
|
// if (cardinfoindex < sectionproperties.overallnumberofcards) {
|
|
13972
14009
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
13973
|
-
"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 ' : ''
|
|
14010
|
+
"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 ' : ''
|
|
13974
14011
|
}, /*#__PURE__*/React__default["default"].createElement(Sectioncomp, {
|
|
13975
14012
|
sectiontypeprops: 'horizontal',
|
|
13976
14013
|
sectiontypeprops2: 'vertical',
|
|
@@ -15663,7 +15700,7 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
15663
15700
|
}
|
|
15664
15701
|
})));
|
|
15665
15702
|
}
|
|
15666
|
-
}), authdetailsContext.loggedin == true && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15703
|
+
}), authdetailsContext.loggedin == true && sectionproperties.ShowUserBtn == 'Show' && templateproperties_context.showprevorder == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15667
15704
|
className: "row m-0 w-100"
|
|
15668
15705
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15669
15706
|
className: "col-lg-12 d-flex justify-content-start",
|
|
@@ -15679,7 +15716,7 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
15679
15716
|
style: {
|
|
15680
15717
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
15681
15718
|
}
|
|
15682
|
-
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15719
|
+
}))), templateproperties_context.showfavorites == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15683
15720
|
className: "row m-0 w-100"
|
|
15684
15721
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15685
15722
|
className: "col-lg-12 d-flex justify-content-start",
|
|
@@ -15695,7 +15732,7 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
15695
15732
|
style: {
|
|
15696
15733
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
15697
15734
|
}
|
|
15698
|
-
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15735
|
+
}))), templateproperties_context.showpolicies == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15699
15736
|
className: "row m-0 w-100"
|
|
15700
15737
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15701
15738
|
className: "col-lg-12 d-flex justify-content-start",
|
|
@@ -17450,7 +17487,7 @@ styleInject(css_248z$z);
|
|
|
17450
17487
|
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; }
|
|
17451
17488
|
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; }
|
|
17452
17489
|
var ClassicHeader = function ClassicHeader(props) {
|
|
17453
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _templatepropcontext$;
|
|
17490
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _templatepropcontext$;
|
|
17454
17491
|
var LogoutMutationContext = props.actions.LogoutMutationContext;
|
|
17455
17492
|
var setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
|
|
17456
17493
|
var setSearchHeaderInputContext = props.actions.setSearchHeaderInputContext;
|
|
@@ -17708,6 +17745,12 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
17708
17745
|
':hover': {
|
|
17709
17746
|
color: sectionproperties.language_container_coloronhover
|
|
17710
17747
|
}
|
|
17748
|
+
}),
|
|
17749
|
+
walletoutercontainer: glamor.css({
|
|
17750
|
+
height: templateproperties_context.walletcontainerheight + 'px',
|
|
17751
|
+
width: 'fit-content',
|
|
17752
|
+
border: '2px dashed white',
|
|
17753
|
+
borderRadius: 5
|
|
17711
17754
|
})
|
|
17712
17755
|
};
|
|
17713
17756
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -17820,7 +17863,7 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
17820
17863
|
style: {
|
|
17821
17864
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
17822
17865
|
}
|
|
17823
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
17866
|
+
}, (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", {
|
|
17824
17867
|
"class": "m-0 p-0",
|
|
17825
17868
|
style: {
|
|
17826
17869
|
color: sectionproperties.greetingtextcolor,
|
|
@@ -17830,7 +17873,24 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
17830
17873
|
}
|
|
17831
17874
|
}, lang.hello, langdetect == 'en' ? ',' : '،'), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
17832
17875
|
"class": header_cssstyles.loggedinusername + ' loggedinuserbtn m-0 p-0 text-overflow '
|
|
17833
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
17876
|
+
}, 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", {
|
|
17877
|
+
"class": ' m-0 p-0 d-flex justify-content-start flex-row ',
|
|
17878
|
+
style: {}
|
|
17879
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
17880
|
+
"class": "m-0 p-0",
|
|
17881
|
+
style: {
|
|
17882
|
+
color: templateproperties_context.walletcolor,
|
|
17883
|
+
fontSize: templateproperties_context.walletfontize + 'px',
|
|
17884
|
+
fontWeight: 500
|
|
17885
|
+
}
|
|
17886
|
+
}, langdetect == 'en' ? templateproperties_context.walletcontent_en : templateproperties_context.walletcontent_ar), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
17887
|
+
"class": "m-0 p-0 mx-1",
|
|
17888
|
+
style: {
|
|
17889
|
+
color: templateproperties_context.walletsecondarycolor,
|
|
17890
|
+
fontSize: '15px',
|
|
17891
|
+
fontWeight: 600
|
|
17892
|
+
}
|
|
17893
|
+
}, 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, {
|
|
17834
17894
|
onClick: function onClick() {
|
|
17835
17895
|
routingcountext(StaticPagesLinksContext.Login);
|
|
17836
17896
|
}
|
|
@@ -30533,7 +30593,7 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
30533
30593
|
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; }
|
|
30534
30594
|
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; }
|
|
30535
30595
|
var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
30536
|
-
var _css, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$
|
|
30596
|
+
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;
|
|
30537
30597
|
var lang = props.actions.lang;
|
|
30538
30598
|
var langdetect = props.actions.langdetect;
|
|
30539
30599
|
var setlang = props.actions.setlang;
|
|
@@ -30867,7 +30927,28 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
30867
30927
|
marginTop: sectionproperties.header_marginTop + 'px',
|
|
30868
30928
|
marginBottom: sectionproperties.header_marginBottom + 'px'
|
|
30869
30929
|
}
|
|
30870
|
-
}, /*#__PURE__*/React__default["default"].createElement("
|
|
30930
|
+
}, sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("a", {
|
|
30931
|
+
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),
|
|
30932
|
+
target: '_blank',
|
|
30933
|
+
style: {
|
|
30934
|
+
position: 'fixed',
|
|
30935
|
+
bottom: 10,
|
|
30936
|
+
right: 10,
|
|
30937
|
+
zIndex: 999999,
|
|
30938
|
+
transition: 'all 0.3s ease-out'
|
|
30939
|
+
}
|
|
30940
|
+
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
30941
|
+
src: 'https://tabex-co.com/storage/StaticImages/whatsapp.png',
|
|
30942
|
+
style: {
|
|
30943
|
+
width: '40px',
|
|
30944
|
+
height: '40px',
|
|
30945
|
+
cursor: 'pointer'
|
|
30946
|
+
}
|
|
30947
|
+
})), templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React__default["default"].createElement(MarqueeHeader, {
|
|
30948
|
+
sectionpropertiesprops: sectionproperties,
|
|
30949
|
+
templateproperties_contextprops: templateproperties_context,
|
|
30950
|
+
actions: actions
|
|
30951
|
+
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30871
30952
|
"class": "".concat(header_cssstyles.header_outercontainer) + ' d-flex d-md-none row ml-0 mr-0 '
|
|
30872
30953
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30873
30954
|
"class": "".concat(headerstyles$4.upperheadersection, " ").concat(header_cssstyles.upperheadersection) + ' row m-0 w-100 d-flex align-items-center plr-1025-1 ',
|
|
@@ -30875,7 +30956,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
30875
30956
|
zIndex: 201
|
|
30876
30957
|
}
|
|
30877
30958
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30878
|
-
"class":
|
|
30959
|
+
"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'
|
|
30879
30960
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30880
30961
|
"class": "".concat(header_cssstyles.header_logo) + ' d-flex align-items-center justify-content-center ',
|
|
30881
30962
|
style: {
|
|
@@ -30893,13 +30974,13 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
30893
30974
|
maxHeight: '100%'
|
|
30894
30975
|
}
|
|
30895
30976
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30896
|
-
"class":
|
|
30977
|
+
"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'
|
|
30897
30978
|
}, sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30898
30979
|
"class": ' row d-flex justify-content-center m-0 ',
|
|
30899
30980
|
style: {
|
|
30900
30981
|
width: sectionproperties.searchbarcont_width + '%'
|
|
30901
30982
|
}
|
|
30902
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30983
|
+
}, sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30903
30984
|
"class": 'col-xl-3 col-lg-4 p-0 d-flex align-items-center justify-content-start ',
|
|
30904
30985
|
onClick: function onClick() {
|
|
30905
30986
|
setdropdownselect(!dropdownselect);
|
|
@@ -30933,7 +31014,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
30933
31014
|
minWidth: '250px',
|
|
30934
31015
|
marginLeft: '0px'
|
|
30935
31016
|
}
|
|
30936
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$
|
|
31017
|
+
}, 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) {
|
|
30937
31018
|
return /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
30938
31019
|
onClick: function onClick() {
|
|
30939
31020
|
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
|
|
@@ -30946,7 +31027,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
30946
31027
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem text-overflow m-0 p-0 '
|
|
30947
31028
|
}, langdetect == 'en' ? item.title_en : item.title_ar)))), index != authdetailsContext.instinfo.instcollections.length - 1 && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null));
|
|
30948
31029
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30949
|
-
"class":
|
|
31030
|
+
"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'
|
|
30950
31031
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30951
31032
|
"class": header_cssstyles.searchbarcont + ' p-0 m-0 w-100 ',
|
|
30952
31033
|
style: {
|
|
@@ -30954,14 +31035,17 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
30954
31035
|
}
|
|
30955
31036
|
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
30956
31037
|
type: "text",
|
|
30957
|
-
placeholder:
|
|
30958
|
-
"class": "".concat(header_cssstyles.searchbarcont_input)
|
|
31038
|
+
placeholder: langdetect == 'en' ? sectionproperties.search_placeholder_en : sectionproperties.search_placeholder_ar,
|
|
31039
|
+
"class": "".concat(header_cssstyles.searchbarcont_input),
|
|
30959
31040
|
onChange: function onChange(event) {
|
|
30960
31041
|
setSearchHeaderInputContext(event.target.value);
|
|
31042
|
+
},
|
|
31043
|
+
style: {
|
|
31044
|
+
paddingLeft: sectionproperties.searchbarcont_paddingLeft + 'px'
|
|
30961
31045
|
}
|
|
30962
31046
|
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30963
31047
|
"class": "".concat(header_cssstyles.searchbar_icon_cont) + ' d-flex align-items-center justify-content-center m-0 p-0 '
|
|
30964
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
31048
|
+
}, /*#__PURE__*/React__default["default"].createElement(BiSearch.BiSearch, {
|
|
30965
31049
|
color: sectionproperties.searchbaricon_color,
|
|
30966
31050
|
size: sectionproperties.searchbaricon_fontsize,
|
|
30967
31051
|
style: {
|
|
@@ -30972,7 +31056,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
30972
31056
|
srcfromprops: 'headerfullwidth',
|
|
30973
31057
|
actions: actions
|
|
30974
31058
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30975
|
-
"class": sectionproperties.btnsposition == 'Top' ? 'col-xl-3 col-lg-4 plr-1025-0' : 'col-xl-3 col-lg-4 plr-1025-1',
|
|
31059
|
+
"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',
|
|
30976
31060
|
style: {
|
|
30977
31061
|
paddingLeft: langdetect == 'en' ? sectionproperties.btnsposition == 'Top' ? authdetailsContext.loggedin == true ? 0 : '2rem' : '3rem' : 0,
|
|
30978
31062
|
paddingRight: langdetect == 'ar' ? sectionproperties.btnsposition == 'Top' ? authdetailsContext.loggedin == true ? 0 : '2rem' : '3rem' : 0
|
|
@@ -31014,7 +31098,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
31014
31098
|
letterSpacing: '2px'
|
|
31015
31099
|
},
|
|
31016
31100
|
"class": ' p-0 m-0 '
|
|
31017
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)))), sectionproperties.btnsposition == 'Top' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31101
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)))), sectionproperties.btnsposition == 'Top' && sectionproperties.favBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31018
31102
|
"class": "".concat(header_cssstyles.wishlist_btn) + ' d-flex justify-content-center align-items-center cursor-pointer ',
|
|
31019
31103
|
onClick: function onClick() {
|
|
31020
31104
|
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
@@ -31056,7 +31140,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
31056
31140
|
size: sectionproperties.cartBtn_iconFontSize
|
|
31057
31141
|
}), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
|
|
31058
31142
|
size: sectionproperties.cartBtn_iconFontSize
|
|
31059
|
-
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31143
|
+
})), sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31060
31144
|
"class": langdetect == 'en' ? 'headerdropdownml dropdown-toggle_w100' : 'headerdropdownmr dropdown-toggle_w100',
|
|
31061
31145
|
style: {
|
|
31062
31146
|
width: authdetailsContext.loggedin == true ? 'auto' : langdetect == 'en' ? '105px' : '120px',
|
|
@@ -31323,7 +31407,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
31323
31407
|
paddingRightprops: '35px',
|
|
31324
31408
|
subheadercontentpositionprops: 'start'
|
|
31325
31409
|
}
|
|
31326
|
-
})), sectionproperties.btnsposition == 'Bottom' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31410
|
+
})), sectionproperties.btnsposition == 'Bottom' && sectionproperties.favBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31327
31411
|
"class": "col-lg-3 d-flex align-items-center justify-content-end"
|
|
31328
31412
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31329
31413
|
"class": "".concat(header_cssstyles.wishlist_btn) + ' d-flex justify-content-center align-items-center cursor-pointer ',
|
|
@@ -36388,6 +36472,7 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
36388
36472
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
36389
36473
|
var templatepropcontext = props.actions.templatepropcontext;
|
|
36390
36474
|
props.actions.ikimagecredcontext;
|
|
36475
|
+
var templateproperties_context = props.actions.templateproperties_context;
|
|
36391
36476
|
React.useEffect(function () {
|
|
36392
36477
|
var secpropobj = {};
|
|
36393
36478
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -36533,7 +36618,7 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
36533
36618
|
}
|
|
36534
36619
|
}, langdetect == 'en' ? item.pagename : item.pagename_ar)));
|
|
36535
36620
|
}
|
|
36536
|
-
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36621
|
+
}), templateproperties_context.showfavorites == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36537
36622
|
"class": "col-lg-12 col-md-12 col-sm-12 p-0 d-flex mb-1"
|
|
36538
36623
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36539
36624
|
onClick: function onClick() {
|
|
@@ -36544,7 +36629,7 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
36544
36629
|
style: {
|
|
36545
36630
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
36546
36631
|
}
|
|
36547
|
-
}, lang.wishlist))), authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36632
|
+
}, lang.wishlist))), authdetailsContext.loggedin && templateproperties_context.showprevorder == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36548
36633
|
"class": "col-lg-12 col-md-12 col-sm-12 p-0 d-flex mb-1"
|
|
36549
36634
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36550
36635
|
onClick: function onClick() {
|
|
@@ -36555,7 +36640,7 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
36555
36640
|
style: {
|
|
36556
36641
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
36557
36642
|
}
|
|
36558
|
-
}, lang.orderhistory))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36643
|
+
}, lang.orderhistory))), templateproperties_context.showpolicies == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36559
36644
|
"class": "col-lg-12 col-md-12 col-sm-12 p-0 d-flex mb-1"
|
|
36560
36645
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36561
36646
|
onClick: function onClick() {
|
|
@@ -42476,6 +42561,40 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
42476
42561
|
borderBottomWidth: sectionproperties.inputfieldborderWidth + 'px',
|
|
42477
42562
|
borderBottomColor: sectionproperties.inputfieldborderColor,
|
|
42478
42563
|
width: '100%'
|
|
42564
|
+
}),
|
|
42565
|
+
imgcontainer: glamor.css({
|
|
42566
|
+
position: 'absolute',
|
|
42567
|
+
top: 0,
|
|
42568
|
+
bottom: 0,
|
|
42569
|
+
right: 0,
|
|
42570
|
+
left: 0,
|
|
42571
|
+
zIndex: 1,
|
|
42572
|
+
':before': {
|
|
42573
|
+
width: '100%',
|
|
42574
|
+
height: '100%',
|
|
42575
|
+
background: 'rgba(0,0,0,' + sectionproperties.darknessopacity + ')',
|
|
42576
|
+
zIndex: 1,
|
|
42577
|
+
position: 'absolute',
|
|
42578
|
+
content: 's',
|
|
42579
|
+
fontSize: 0,
|
|
42580
|
+
left: 0,
|
|
42581
|
+
right: 0,
|
|
42582
|
+
top: 0,
|
|
42583
|
+
bottom: 0
|
|
42584
|
+
}
|
|
42585
|
+
}),
|
|
42586
|
+
container: glamor.css({
|
|
42587
|
+
backgroundSize: sectionproperties.bgcovercontain,
|
|
42588
|
+
width: '100%',
|
|
42589
|
+
height: sectionproperties.image_height == 0 ? 'auto' : sectionproperties.image_height + 'vh',
|
|
42590
|
+
marginTop: sectionproperties.marginTop + 'px',
|
|
42591
|
+
marginBottom: sectionproperties.marginBottom + 'px',
|
|
42592
|
+
position: 'relative',
|
|
42593
|
+
marginLeft: sectionproperties.card_marginLeft + 'px',
|
|
42594
|
+
marginRight: sectionproperties.card_marginRight + 'px',
|
|
42595
|
+
'@media (max-width: 800px)': {
|
|
42596
|
+
height: sectionproperties.height_responsive + 'vh'
|
|
42597
|
+
}
|
|
42479
42598
|
})
|
|
42480
42599
|
};
|
|
42481
42600
|
var countries = [{
|
|
@@ -42502,27 +42621,23 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
42502
42621
|
label: 'Alabama'
|
|
42503
42622
|
}];
|
|
42504
42623
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42505
|
-
"class":
|
|
42624
|
+
"class": sectionstyles.container + ' allcentered mx-md-0 '
|
|
42625
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42626
|
+
"class": sectionstyles.imgcontainer,
|
|
42506
42627
|
style: {
|
|
42507
|
-
// background: `linearGradient(0deg, rgba(255, 0, 150, 0.3), rgba(255, 0, 150, 0.3))`,
|
|
42508
|
-
// backgroundImage: imagesarray.length != 0 ? 'url(' + serverbaselink + imagesarray[0].bgsection_image + ')' : '',
|
|
42509
|
-
backgroundSize: sectionproperties.bgcovercontain,
|
|
42510
42628
|
width: '100%',
|
|
42511
|
-
height:
|
|
42512
|
-
marginTop: sectionproperties.marginTop + 'px',
|
|
42513
|
-
marginBottom: sectionproperties.marginBottom + 'px',
|
|
42514
|
-
position: 'relative'
|
|
42629
|
+
height: 'auto'
|
|
42515
42630
|
}
|
|
42516
42631
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
42517
42632
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
42518
42633
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
42519
|
-
path: imagesarray.length != 0 ? langdetect == 'en' ? imagesarray[0].bgsection_image : imagesarray[0].bgsection_image_ar : '',
|
|
42634
|
+
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 : '',
|
|
42520
42635
|
style: {
|
|
42521
42636
|
width: '100%',
|
|
42522
42637
|
height: '100%',
|
|
42523
|
-
objectFit:
|
|
42638
|
+
objectFit: 'cover'
|
|
42524
42639
|
}
|
|
42525
|
-
}), sectionproperties.cardstyletype == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42640
|
+
})), sectionproperties.cardstyletype == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42526
42641
|
"class": "row m-0 w-100 justify-content-center mt-sm-5 mb-sm-5"
|
|
42527
42642
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42528
42643
|
"class": "col-lg-6 col-md-9 col-sm-9 p-0 mt-auto mb-auto text-align-start"
|
|
@@ -42621,11 +42736,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
42621
42736
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))), sectionproperties.cardstyletype == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42622
42737
|
"class": "row m-0 w-100 allcentered",
|
|
42623
42738
|
style: {
|
|
42624
|
-
|
|
42625
|
-
top: 0,
|
|
42626
|
-
bottom: 0,
|
|
42627
|
-
right: 0,
|
|
42628
|
-
left: 0
|
|
42739
|
+
zIndex: 2
|
|
42629
42740
|
}
|
|
42630
42741
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42631
42742
|
"class": "row m-0 w-100 allcentered"
|
|
@@ -42651,7 +42762,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
42651
42762
|
maxWidth: '500px'
|
|
42652
42763
|
}
|
|
42653
42764
|
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42654
|
-
"class": "col-lg-
|
|
42765
|
+
"class": "col-lg-9 col-md-10 col-sm-10 allcentered mt-3",
|
|
42655
42766
|
style: {
|
|
42656
42767
|
backgroundColor: sectionproperties.reservation_bgcolor,
|
|
42657
42768
|
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
@@ -42667,33 +42778,33 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
|
|
|
42667
42778
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42668
42779
|
"class": "row m-0 w-100 allcentered"
|
|
42669
42780
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42670
|
-
className: "".concat(langdetect == 'en' ? 'text-left' : 'text-right') + ' col-lg-3 col-md-12 col-sm-12 '
|
|
42781
|
+
className: "".concat(langdetect == 'en' ? 'text-left' : 'text-right') + ' col-lg-3 col-md-12 col-sm-12 mb-sm-3 '
|
|
42671
42782
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
42672
42783
|
className: "".concat(sectionstyles.input_label_name) + ' mb-2 '
|
|
42673
42784
|
}, lang.country), /*#__PURE__*/React__default["default"].createElement(Select__default["default"], {
|
|
42674
42785
|
options: countries,
|
|
42675
42786
|
styles: langdetect == 'en' ? defaultstylestransparent : defaultstylestranslatedtransparent
|
|
42676
42787
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42677
|
-
className: "".concat(langdetect == 'en' ? 'text-left' : 'text-right') + ' col-lg-3 col-md-12 col-sm-12 '
|
|
42788
|
+
className: "".concat(langdetect == 'en' ? 'text-left' : 'text-right') + ' col-lg-3 col-md-12 col-sm-12 mb-sm-3 '
|
|
42678
42789
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
42679
42790
|
className: "".concat(sectionstyles.input_label_name) + ' mb-2 '
|
|
42680
|
-
}, langdetect == 'en' ? 'State' : '
|
|
42791
|
+
}, langdetect == 'en' ? 'State/Gov' : 'الولاية/المحافظة'), /*#__PURE__*/React__default["default"].createElement(Select__default["default"], {
|
|
42681
42792
|
options: states,
|
|
42682
42793
|
styles: langdetect == 'en' ? defaultstylestransparent : defaultstylestranslatedtransparent
|
|
42683
42794
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42684
|
-
className: "".concat(langdetect == 'en' ? 'text-left' : 'text-right') + ' col-lg-3 col-md-12 col-sm-12 '
|
|
42795
|
+
className: "".concat(langdetect == 'en' ? 'text-left' : 'text-right') + ' col-lg-3 col-md-12 col-sm-12 mb-sm-3 '
|
|
42685
42796
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
42686
42797
|
className: "".concat(sectionstyles.input_label_name) + ' mb-2 '
|
|
42687
42798
|
}, langdetect == 'en' ? 'City' : 'المدينة'), /*#__PURE__*/React__default["default"].createElement(Select__default["default"], {
|
|
42688
42799
|
options: states,
|
|
42689
42800
|
styles: langdetect == 'en' ? defaultstylestransparent : defaultstylestranslatedtransparent
|
|
42690
42801
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42691
|
-
className: "".concat(langdetect == 'en' ? 'text-left' : 'text-right') + ' col-lg-3 col-md-12 col-sm-12 '
|
|
42802
|
+
className: "".concat(langdetect == 'en' ? 'text-left' : 'text-right') + ' col-lg-3 col-md-12 col-sm-12 mb-sm-3 '
|
|
42692
42803
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
42693
|
-
className: "".concat(sectionstyles.input_label_name) + ' mb-
|
|
42694
|
-
}, langdetect == 'en' ? '
|
|
42804
|
+
className: "".concat(sectionstyles.input_label_name) + ' mb-3 '
|
|
42805
|
+
}, langdetect == 'en' ? 'Price' : 'السعر'), /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
42695
42806
|
className: "".concat(sectionstyles.dateInput),
|
|
42696
|
-
type: "
|
|
42807
|
+
type: "number"
|
|
42697
42808
|
}))))), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42698
42809
|
"class": "col-lg-12 p-0 allcentered mt-3"
|
|
42699
42810
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
@@ -45198,7 +45309,7 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
45198
45309
|
textTransform: sectionproperties.sectionTitleTextTransform,
|
|
45199
45310
|
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
45200
45311
|
padding: sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? 7 : 0,
|
|
45201
|
-
textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'left'
|
|
45312
|
+
textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
45202
45313
|
}
|
|
45203
45314
|
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
45204
45315
|
"class": section_styles.line_right,
|
|
@@ -45284,13 +45395,13 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
45284
45395
|
"class": "w-100 d-flex d-md-none",
|
|
45285
45396
|
style: {
|
|
45286
45397
|
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
45287
|
-
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : ''
|
|
45398
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start'
|
|
45288
45399
|
}
|
|
45289
45400
|
}, SectionTitle()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45290
45401
|
"class": "w-100 d-none d-md-flex",
|
|
45291
45402
|
style: {
|
|
45292
45403
|
fontSize: sectionproperties.sectionTitleFontSizeresp + 'px',
|
|
45293
|
-
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : ''
|
|
45404
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start'
|
|
45294
45405
|
}
|
|
45295
45406
|
}, SectionTitle()))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45296
45407
|
"class": "row m-0 w-100 d-flex d-md-none",
|
|
@@ -45309,7 +45420,10 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
45309
45420
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))));
|
|
45310
45421
|
};
|
|
45311
45422
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45312
|
-
"class": "w-100 allcentered"
|
|
45423
|
+
"class": "w-100 allcentered",
|
|
45424
|
+
style: {
|
|
45425
|
+
background: sectionproperties.outerbgcolor
|
|
45426
|
+
}
|
|
45313
45427
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
45314
45428
|
"class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-flex d-md-none justify-content-center align-items-center ',
|
|
45315
45429
|
style: {
|
|
@@ -60516,7 +60630,7 @@ var Simplecategorycardwithtextbelow = function Simplecategorycardwithtextbelow(p
|
|
|
60516
60630
|
};
|
|
60517
60631
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60518
60632
|
// class="row m-0 w-100"
|
|
60519
|
-
"class": props.sectiontypeprops2 == 'vertical' ? "".concat(card_cssstyles.productcard) + ' w-100
|
|
60633
|
+
"class": props.sectiontypeprops2 == 'vertical' ? "".concat(card_cssstyles.productcard) + ' w-100 px-md-1 ' : " ".concat(card_cssstyles.productcard),
|
|
60520
60634
|
style: {
|
|
60521
60635
|
paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
|
|
60522
60636
|
paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
|