tabexseriescomponents 0.0.753 → 0.0.755
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 +34 -8
- package/dist/index.esm.js +34 -8
- package/dist/index.umd.js +34 -8
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -3006,7 +3006,23 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3006
3006
|
size: sectionproperties.favBtnIconfontsize
|
|
3007
3007
|
}))))), sectionproperties.showSKU == 'Show' && sectionproperties.skuposition == 'Top' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3008
3008
|
"class": 'col-lg-12 p-0 my-3 d-flex justify-content-start'
|
|
3009
|
-
}, ProductsSKUContainer()), sectionproperties.
|
|
3009
|
+
}, ProductsSKUContainer()), sectionproperties.descriptionposition == 'Under Name' && sectionproperties.descriptionstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3010
|
+
"class": "col-lg-12 p-0"
|
|
3011
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3012
|
+
"class": "row m-0 w-100"
|
|
3013
|
+
}, sectionproperties.showshortdescription == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3014
|
+
"class": "col-lg-12 p-0 mb-2"
|
|
3015
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
3016
|
+
style: {
|
|
3017
|
+
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
3018
|
+
color: sectionproperties.generaltext_fontColor
|
|
3019
|
+
}
|
|
3020
|
+
}, langdetect == 'en' ? 'Description' : 'التفاصيل')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3021
|
+
"class": "col-lg-12 p-0"
|
|
3022
|
+
}, /*#__PURE__*/React__default["default"].createElement(DescriptionContent, {
|
|
3023
|
+
actions: props.actions,
|
|
3024
|
+
srcfromprops: 'undername'
|
|
3025
|
+
})))), sectionproperties.featuresposition == 'Under Name' && sectionproperties.featurestyle == 'Table' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3010
3026
|
"class": "col-lg-12 text-start p-md-0"
|
|
3011
3027
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3012
3028
|
"class": "row m-0 w-100"
|
|
@@ -3098,7 +3114,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3098
3114
|
}
|
|
3099
3115
|
}, sectionproperties.showdeliverytitle == 'Show' && /*#__PURE__*/React__default["default"].createElement("span", null, langdetect == 'en' ? sectionproperties.deliverycontent_en : sectionproperties.deliverycontent_ar, ": "), ' ', fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer23 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer23 === void 0 || (_fetchProductInfoQuer23 = _fetchProductInfoQuer23.data) === null || _fetchProductInfoQuer23 === void 0 || (_fetchProductInfoQuer23 = _fetchProductInfoQuer23.productinfo) === null || _fetchProductInfoQuer23 === void 0 ? void 0 : _fetchProductInfoQuer23.deliverydatetext)), sectionproperties.defaultpricingposition != 'Under Name' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer24 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer24 === void 0 || (_fetchProductInfoQuer24 = _fetchProductInfoQuer24.data) === null || _fetchProductInfoQuer24 === void 0 || (_fetchProductInfoQuer24 = _fetchProductInfoQuer24.productinfo) === null || _fetchProductInfoQuer24 === void 0 ? void 0 : _fetchProductInfoQuer24.isproducttobesold) == 1 && /*#__PURE__*/React__default["default"].createElement(ProductHeaderPricing, {
|
|
3100
3116
|
actions: props.actions
|
|
3101
|
-
}), sectionproperties.descriptionposition == 'Top' && sectionproperties.descriptionstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3117
|
+
}), sectionproperties.descriptionposition != 'Under Name' && sectionproperties.descriptionposition == 'Top' && sectionproperties.descriptionstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3102
3118
|
"class": "col-lg-12 p-0"
|
|
3103
3119
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3104
3120
|
"class": "row m-0 w-100"
|
|
@@ -18646,7 +18662,8 @@ var CardsSection = function CardsSection(props) {
|
|
|
18646
18662
|
};
|
|
18647
18663
|
if (fetchingtype == 'products') {
|
|
18648
18664
|
var _arrayItem$features3;
|
|
18649
|
-
var itemquantity = 1;
|
|
18665
|
+
// var itemquantity = 1;
|
|
18666
|
+
var itemquantity = 0;
|
|
18650
18667
|
if (langdetect == 'en') {
|
|
18651
18668
|
cardobj.name = arrayItem.productinfo.name_en;
|
|
18652
18669
|
} else {
|
|
@@ -32444,7 +32461,11 @@ var Header8 = function Header8(props) {
|
|
|
32444
32461
|
sectionpropertiesprops: sectionproperties,
|
|
32445
32462
|
templateproperties_contextprops: templateproperties_context,
|
|
32446
32463
|
actions: actions
|
|
32447
|
-
})),
|
|
32464
|
+
})), templateproperties_context.showsocialmedia == 'Show' && /*#__PURE__*/React__default["default"].createElement(SocialMediaSection, {
|
|
32465
|
+
sectionpropertiesprops: sectionproperties,
|
|
32466
|
+
templateproperties_contextprops: templateproperties_context,
|
|
32467
|
+
actions: actions
|
|
32468
|
+
}), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32448
32469
|
style: {
|
|
32449
32470
|
position: 'fixed',
|
|
32450
32471
|
bottom: sectionproperties.floatingbtnfrombottom + 'px',
|
|
@@ -43119,7 +43140,11 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
|
|
|
43119
43140
|
}
|
|
43120
43141
|
}, langdetect == 'en' ? (_textarray$ = textarray[0]) === null || _textarray$ === void 0 ? void 0 : _textarray$.textEnglish : (_textarray$2 = textarray[0]) === null || _textarray$2 === void 0 ? void 0 : _textarray$2.textArabic))))
|
|
43121
43142
|
// <MarqueeHeader sectionpropertiesprops={sectionproperties} actions={actions} />
|
|
43122
|
-
, /*#__PURE__*/React__default["default"].createElement(
|
|
43143
|
+
, templateproperties_context.showsocialmedia == 'Show' && /*#__PURE__*/React__default["default"].createElement(SocialMediaSection, {
|
|
43144
|
+
sectionpropertiesprops: sectionproperties,
|
|
43145
|
+
templateproperties_contextprops: templateproperties_context,
|
|
43146
|
+
actions: actions
|
|
43147
|
+
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43123
43148
|
"class": " ".concat(header_cssstyles.headercontainer) + ' d-flex d-md-none align-items-center m-0 pl-lg-2 pr-lg-2 '
|
|
43124
43149
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43125
43150
|
"class": "row m-0 w-100 "
|
|
@@ -72762,7 +72787,8 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
|
|
|
72762
72787
|
transition: '.3s',
|
|
72763
72788
|
':hover': {
|
|
72764
72789
|
background: sectionproperties.cartbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColoronhover,
|
|
72765
|
-
color: sectionproperties.cartBtnTextcoloronhover
|
|
72790
|
+
color: sectionproperties.cartBtnTextcoloronhover,
|
|
72791
|
+
borderColor: sectionproperties.cartBtnTextcoloronhover
|
|
72766
72792
|
}
|
|
72767
72793
|
}),
|
|
72768
72794
|
img_container: glamor.css({
|
|
@@ -73036,7 +73062,7 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
|
|
|
73036
73062
|
"class": "m-0 p-0"
|
|
73037
73063
|
}, langdetect == 'en' ? sectionproperties.outstock_contenten : sectionproperties.outstock_contentar))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73038
73064
|
"class": "".concat(cardsstyles$4.product_details) + ' mb-2 '
|
|
73039
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73065
|
+
}, sectionproperties.quantityshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73040
73066
|
"class": "col-lg-12 p-0 allcentered"
|
|
73041
73067
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
73042
73068
|
"class": "m-0 p-0",
|
|
@@ -73045,7 +73071,7 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
|
|
|
73045
73071
|
color: sectionproperties.quantitycolor,
|
|
73046
73072
|
fontWeight: sectionproperties.quantityfontweight
|
|
73047
73073
|
}
|
|
73048
|
-
}, langdetect == 'en' ? sectionproperties.qtytextinen : sectionproperties.qtytextinar, "
|
|
73074
|
+
}, langdetect == 'en' ? sectionproperties.qtytextinen : sectionproperties.qtytextinar, " ", item.currentquantity)), sectionproperties.prodNameShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73049
73075
|
"class": "col-lg-12"
|
|
73050
73076
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
73051
73077
|
onClick: function onClick() {
|
package/dist/index.esm.js
CHANGED
|
@@ -2957,7 +2957,23 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2957
2957
|
size: sectionproperties.favBtnIconfontsize
|
|
2958
2958
|
}))))), sectionproperties.showSKU == 'Show' && sectionproperties.skuposition == 'Top' && /*#__PURE__*/React.createElement("div", {
|
|
2959
2959
|
"class": 'col-lg-12 p-0 my-3 d-flex justify-content-start'
|
|
2960
|
-
}, ProductsSKUContainer()), sectionproperties.
|
|
2960
|
+
}, ProductsSKUContainer()), sectionproperties.descriptionposition == 'Under Name' && sectionproperties.descriptionstyle == 'Style 1' && /*#__PURE__*/React.createElement("div", {
|
|
2961
|
+
"class": "col-lg-12 p-0"
|
|
2962
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
2963
|
+
"class": "row m-0 w-100"
|
|
2964
|
+
}, sectionproperties.showshortdescription == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
2965
|
+
"class": "col-lg-12 p-0 mb-2"
|
|
2966
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
2967
|
+
style: {
|
|
2968
|
+
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
2969
|
+
color: sectionproperties.generaltext_fontColor
|
|
2970
|
+
}
|
|
2971
|
+
}, langdetect == 'en' ? 'Description' : 'التفاصيل')), /*#__PURE__*/React.createElement("div", {
|
|
2972
|
+
"class": "col-lg-12 p-0"
|
|
2973
|
+
}, /*#__PURE__*/React.createElement(DescriptionContent, {
|
|
2974
|
+
actions: props.actions,
|
|
2975
|
+
srcfromprops: 'undername'
|
|
2976
|
+
})))), sectionproperties.featuresposition == 'Under Name' && sectionproperties.featurestyle == 'Table' && /*#__PURE__*/React.createElement("div", {
|
|
2961
2977
|
"class": "col-lg-12 text-start p-md-0"
|
|
2962
2978
|
}, /*#__PURE__*/React.createElement("div", {
|
|
2963
2979
|
"class": "row m-0 w-100"
|
|
@@ -3049,7 +3065,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3049
3065
|
}
|
|
3050
3066
|
}, sectionproperties.showdeliverytitle == 'Show' && /*#__PURE__*/React.createElement("span", null, langdetect == 'en' ? sectionproperties.deliverycontent_en : sectionproperties.deliverycontent_ar, ": "), ' ', fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer23 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer23 === void 0 || (_fetchProductInfoQuer23 = _fetchProductInfoQuer23.data) === null || _fetchProductInfoQuer23 === void 0 || (_fetchProductInfoQuer23 = _fetchProductInfoQuer23.productinfo) === null || _fetchProductInfoQuer23 === void 0 ? void 0 : _fetchProductInfoQuer23.deliverydatetext)), sectionproperties.defaultpricingposition != 'Under Name' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer24 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer24 === void 0 || (_fetchProductInfoQuer24 = _fetchProductInfoQuer24.data) === null || _fetchProductInfoQuer24 === void 0 || (_fetchProductInfoQuer24 = _fetchProductInfoQuer24.productinfo) === null || _fetchProductInfoQuer24 === void 0 ? void 0 : _fetchProductInfoQuer24.isproducttobesold) == 1 && /*#__PURE__*/React.createElement(ProductHeaderPricing, {
|
|
3051
3067
|
actions: props.actions
|
|
3052
|
-
}), sectionproperties.descriptionposition == 'Top' && sectionproperties.descriptionstyle == 'Style 1' && /*#__PURE__*/React.createElement("div", {
|
|
3068
|
+
}), sectionproperties.descriptionposition != 'Under Name' && sectionproperties.descriptionposition == 'Top' && sectionproperties.descriptionstyle == 'Style 1' && /*#__PURE__*/React.createElement("div", {
|
|
3053
3069
|
"class": "col-lg-12 p-0"
|
|
3054
3070
|
}, /*#__PURE__*/React.createElement("div", {
|
|
3055
3071
|
"class": "row m-0 w-100"
|
|
@@ -18597,7 +18613,8 @@ var CardsSection = function CardsSection(props) {
|
|
|
18597
18613
|
};
|
|
18598
18614
|
if (fetchingtype == 'products') {
|
|
18599
18615
|
var _arrayItem$features3;
|
|
18600
|
-
var itemquantity = 1;
|
|
18616
|
+
// var itemquantity = 1;
|
|
18617
|
+
var itemquantity = 0;
|
|
18601
18618
|
if (langdetect == 'en') {
|
|
18602
18619
|
cardobj.name = arrayItem.productinfo.name_en;
|
|
18603
18620
|
} else {
|
|
@@ -32395,7 +32412,11 @@ var Header8 = function Header8(props) {
|
|
|
32395
32412
|
sectionpropertiesprops: sectionproperties,
|
|
32396
32413
|
templateproperties_contextprops: templateproperties_context,
|
|
32397
32414
|
actions: actions
|
|
32398
|
-
})),
|
|
32415
|
+
})), templateproperties_context.showsocialmedia == 'Show' && /*#__PURE__*/React.createElement(SocialMediaSection, {
|
|
32416
|
+
sectionpropertiesprops: sectionproperties,
|
|
32417
|
+
templateproperties_contextprops: templateproperties_context,
|
|
32418
|
+
actions: actions
|
|
32419
|
+
}), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
32399
32420
|
style: {
|
|
32400
32421
|
position: 'fixed',
|
|
32401
32422
|
bottom: sectionproperties.floatingbtnfrombottom + 'px',
|
|
@@ -43070,7 +43091,11 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
|
|
|
43070
43091
|
}
|
|
43071
43092
|
}, langdetect == 'en' ? (_textarray$ = textarray[0]) === null || _textarray$ === void 0 ? void 0 : _textarray$.textEnglish : (_textarray$2 = textarray[0]) === null || _textarray$2 === void 0 ? void 0 : _textarray$2.textArabic))))
|
|
43072
43093
|
// <MarqueeHeader sectionpropertiesprops={sectionproperties} actions={actions} />
|
|
43073
|
-
, /*#__PURE__*/React.createElement(
|
|
43094
|
+
, templateproperties_context.showsocialmedia == 'Show' && /*#__PURE__*/React.createElement(SocialMediaSection, {
|
|
43095
|
+
sectionpropertiesprops: sectionproperties,
|
|
43096
|
+
templateproperties_contextprops: templateproperties_context,
|
|
43097
|
+
actions: actions
|
|
43098
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
43074
43099
|
"class": " ".concat(header_cssstyles.headercontainer) + ' d-flex d-md-none align-items-center m-0 pl-lg-2 pr-lg-2 '
|
|
43075
43100
|
}, /*#__PURE__*/React.createElement("div", {
|
|
43076
43101
|
"class": "row m-0 w-100 "
|
|
@@ -72713,7 +72738,8 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
|
|
|
72713
72738
|
transition: '.3s',
|
|
72714
72739
|
':hover': {
|
|
72715
72740
|
background: sectionproperties.cartbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColoronhover,
|
|
72716
|
-
color: sectionproperties.cartBtnTextcoloronhover
|
|
72741
|
+
color: sectionproperties.cartBtnTextcoloronhover,
|
|
72742
|
+
borderColor: sectionproperties.cartBtnTextcoloronhover
|
|
72717
72743
|
}
|
|
72718
72744
|
}),
|
|
72719
72745
|
img_container: css({
|
|
@@ -72987,7 +73013,7 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
|
|
|
72987
73013
|
"class": "m-0 p-0"
|
|
72988
73014
|
}, langdetect == 'en' ? sectionproperties.outstock_contenten : sectionproperties.outstock_contentar))), /*#__PURE__*/React.createElement("div", {
|
|
72989
73015
|
"class": "".concat(cardsstyles$4.product_details) + ' mb-2 '
|
|
72990
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
73016
|
+
}, sectionproperties.quantityshow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
72991
73017
|
"class": "col-lg-12 p-0 allcentered"
|
|
72992
73018
|
}, /*#__PURE__*/React.createElement("p", {
|
|
72993
73019
|
"class": "m-0 p-0",
|
|
@@ -72996,7 +73022,7 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
|
|
|
72996
73022
|
color: sectionproperties.quantitycolor,
|
|
72997
73023
|
fontWeight: sectionproperties.quantityfontweight
|
|
72998
73024
|
}
|
|
72999
|
-
}, langdetect == 'en' ? sectionproperties.qtytextinen : sectionproperties.qtytextinar, "
|
|
73025
|
+
}, langdetect == 'en' ? sectionproperties.qtytextinen : sectionproperties.qtytextinar, " ", item.currentquantity)), sectionproperties.prodNameShow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
73000
73026
|
"class": "col-lg-12"
|
|
73001
73027
|
}, /*#__PURE__*/React.createElement("p", {
|
|
73002
73028
|
onClick: function onClick() {
|
package/dist/index.umd.js
CHANGED
|
@@ -2827,7 +2827,23 @@
|
|
|
2827
2827
|
size: sectionproperties.favBtnIconfontsize
|
|
2828
2828
|
}))))), sectionproperties.showSKU == 'Show' && sectionproperties.skuposition == 'Top' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2829
2829
|
"class": 'col-lg-12 p-0 my-3 d-flex justify-content-start'
|
|
2830
|
-
}, ProductsSKUContainer()), sectionproperties.
|
|
2830
|
+
}, ProductsSKUContainer()), sectionproperties.descriptionposition == 'Under Name' && sectionproperties.descriptionstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2831
|
+
"class": "col-lg-12 p-0"
|
|
2832
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2833
|
+
"class": "row m-0 w-100"
|
|
2834
|
+
}, sectionproperties.showshortdescription == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2835
|
+
"class": "col-lg-12 p-0 mb-2"
|
|
2836
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
2837
|
+
style: {
|
|
2838
|
+
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
2839
|
+
color: sectionproperties.generaltext_fontColor
|
|
2840
|
+
}
|
|
2841
|
+
}, langdetect == 'en' ? 'Description' : 'التفاصيل')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2842
|
+
"class": "col-lg-12 p-0"
|
|
2843
|
+
}, /*#__PURE__*/React__default["default"].createElement(DescriptionContent, {
|
|
2844
|
+
actions: props.actions,
|
|
2845
|
+
srcfromprops: 'undername'
|
|
2846
|
+
})))), sectionproperties.featuresposition == 'Under Name' && sectionproperties.featurestyle == 'Table' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2831
2847
|
"class": "col-lg-12 text-start p-md-0"
|
|
2832
2848
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2833
2849
|
"class": "row m-0 w-100"
|
|
@@ -2919,7 +2935,7 @@
|
|
|
2919
2935
|
}
|
|
2920
2936
|
}, sectionproperties.showdeliverytitle == 'Show' && /*#__PURE__*/React__default["default"].createElement("span", null, langdetect == 'en' ? sectionproperties.deliverycontent_en : sectionproperties.deliverycontent_ar, ": "), ' ', fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer23 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer23 === void 0 || (_fetchProductInfoQuer23 = _fetchProductInfoQuer23.data) === null || _fetchProductInfoQuer23 === void 0 || (_fetchProductInfoQuer23 = _fetchProductInfoQuer23.productinfo) === null || _fetchProductInfoQuer23 === void 0 ? void 0 : _fetchProductInfoQuer23.deliverydatetext)), sectionproperties.defaultpricingposition != 'Under Name' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer24 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer24 === void 0 || (_fetchProductInfoQuer24 = _fetchProductInfoQuer24.data) === null || _fetchProductInfoQuer24 === void 0 || (_fetchProductInfoQuer24 = _fetchProductInfoQuer24.productinfo) === null || _fetchProductInfoQuer24 === void 0 ? void 0 : _fetchProductInfoQuer24.isproducttobesold) == 1 && /*#__PURE__*/React__default["default"].createElement(ProductHeaderPricing, {
|
|
2921
2937
|
actions: props.actions
|
|
2922
|
-
}), sectionproperties.descriptionposition == 'Top' && sectionproperties.descriptionstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2938
|
+
}), sectionproperties.descriptionposition != 'Under Name' && sectionproperties.descriptionposition == 'Top' && sectionproperties.descriptionstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2923
2939
|
"class": "col-lg-12 p-0"
|
|
2924
2940
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2925
2941
|
"class": "row m-0 w-100"
|
|
@@ -18467,7 +18483,8 @@
|
|
|
18467
18483
|
};
|
|
18468
18484
|
if (fetchingtype == 'products') {
|
|
18469
18485
|
var _arrayItem$features3;
|
|
18470
|
-
var itemquantity = 1;
|
|
18486
|
+
// var itemquantity = 1;
|
|
18487
|
+
var itemquantity = 0;
|
|
18471
18488
|
if (langdetect == 'en') {
|
|
18472
18489
|
cardobj.name = arrayItem.productinfo.name_en;
|
|
18473
18490
|
} else {
|
|
@@ -32265,7 +32282,11 @@
|
|
|
32265
32282
|
sectionpropertiesprops: sectionproperties,
|
|
32266
32283
|
templateproperties_contextprops: templateproperties_context,
|
|
32267
32284
|
actions: actions
|
|
32268
|
-
})),
|
|
32285
|
+
})), templateproperties_context.showsocialmedia == 'Show' && /*#__PURE__*/React__default["default"].createElement(SocialMediaSection, {
|
|
32286
|
+
sectionpropertiesprops: sectionproperties,
|
|
32287
|
+
templateproperties_contextprops: templateproperties_context,
|
|
32288
|
+
actions: actions
|
|
32289
|
+
}), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
32269
32290
|
style: {
|
|
32270
32291
|
position: 'fixed',
|
|
32271
32292
|
bottom: sectionproperties.floatingbtnfrombottom + 'px',
|
|
@@ -42940,7 +42961,11 @@
|
|
|
42940
42961
|
}
|
|
42941
42962
|
}, langdetect == 'en' ? (_textarray$ = textarray[0]) === null || _textarray$ === void 0 ? void 0 : _textarray$.textEnglish : (_textarray$2 = textarray[0]) === null || _textarray$2 === void 0 ? void 0 : _textarray$2.textArabic))))
|
|
42942
42963
|
// <MarqueeHeader sectionpropertiesprops={sectionproperties} actions={actions} />
|
|
42943
|
-
, /*#__PURE__*/React__default["default"].createElement(
|
|
42964
|
+
, templateproperties_context.showsocialmedia == 'Show' && /*#__PURE__*/React__default["default"].createElement(SocialMediaSection, {
|
|
42965
|
+
sectionpropertiesprops: sectionproperties,
|
|
42966
|
+
templateproperties_contextprops: templateproperties_context,
|
|
42967
|
+
actions: actions
|
|
42968
|
+
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42944
42969
|
"class": " ".concat(header_cssstyles.headercontainer) + ' d-flex d-md-none align-items-center m-0 pl-lg-2 pr-lg-2 '
|
|
42945
42970
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
42946
42971
|
"class": "row m-0 w-100 "
|
|
@@ -72583,7 +72608,8 @@
|
|
|
72583
72608
|
transition: '.3s',
|
|
72584
72609
|
':hover': {
|
|
72585
72610
|
background: sectionproperties.cartbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColoronhover,
|
|
72586
|
-
color: sectionproperties.cartBtnTextcoloronhover
|
|
72611
|
+
color: sectionproperties.cartBtnTextcoloronhover,
|
|
72612
|
+
borderColor: sectionproperties.cartBtnTextcoloronhover
|
|
72587
72613
|
}
|
|
72588
72614
|
}),
|
|
72589
72615
|
img_container: glamor.css({
|
|
@@ -72857,7 +72883,7 @@
|
|
|
72857
72883
|
"class": "m-0 p-0"
|
|
72858
72884
|
}, langdetect == 'en' ? sectionproperties.outstock_contenten : sectionproperties.outstock_contentar))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
72859
72885
|
"class": "".concat(cardsstyles$4.product_details) + ' mb-2 '
|
|
72860
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
72886
|
+
}, sectionproperties.quantityshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
72861
72887
|
"class": "col-lg-12 p-0 allcentered"
|
|
72862
72888
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
72863
72889
|
"class": "m-0 p-0",
|
|
@@ -72866,7 +72892,7 @@
|
|
|
72866
72892
|
color: sectionproperties.quantitycolor,
|
|
72867
72893
|
fontWeight: sectionproperties.quantityfontweight
|
|
72868
72894
|
}
|
|
72869
|
-
}, langdetect == 'en' ? sectionproperties.qtytextinen : sectionproperties.qtytextinar, "
|
|
72895
|
+
}, langdetect == 'en' ? sectionproperties.qtytextinen : sectionproperties.qtytextinar, " ", item.currentquantity)), sectionproperties.prodNameShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
72870
72896
|
"class": "col-lg-12"
|
|
72871
72897
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
72872
72898
|
onClick: function onClick() {
|