tabexseriescomponents 0.0.753 → 0.0.754
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 +24 -6
- package/dist/index.esm.js +24 -6
- package/dist/index.umd.js +24 -6
- 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 {
|
|
@@ -72762,7 +72779,8 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
|
|
|
72762
72779
|
transition: '.3s',
|
|
72763
72780
|
':hover': {
|
|
72764
72781
|
background: sectionproperties.cartbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColoronhover,
|
|
72765
|
-
color: sectionproperties.cartBtnTextcoloronhover
|
|
72782
|
+
color: sectionproperties.cartBtnTextcoloronhover,
|
|
72783
|
+
borderColor: sectionproperties.cartBtnTextcoloronhover
|
|
72766
72784
|
}
|
|
72767
72785
|
}),
|
|
72768
72786
|
img_container: glamor.css({
|
|
@@ -73036,7 +73054,7 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
|
|
|
73036
73054
|
"class": "m-0 p-0"
|
|
73037
73055
|
}, langdetect == 'en' ? sectionproperties.outstock_contenten : sectionproperties.outstock_contentar))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73038
73056
|
"class": "".concat(cardsstyles$4.product_details) + ' mb-2 '
|
|
73039
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73057
|
+
}, sectionproperties.quantityshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73040
73058
|
"class": "col-lg-12 p-0 allcentered"
|
|
73041
73059
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
73042
73060
|
"class": "m-0 p-0",
|
|
@@ -73045,7 +73063,7 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
|
|
|
73045
73063
|
color: sectionproperties.quantitycolor,
|
|
73046
73064
|
fontWeight: sectionproperties.quantityfontweight
|
|
73047
73065
|
}
|
|
73048
|
-
}, langdetect == 'en' ? sectionproperties.qtytextinen : sectionproperties.qtytextinar, "
|
|
73066
|
+
}, langdetect == 'en' ? sectionproperties.qtytextinen : sectionproperties.qtytextinar, " ", item.currentquantity)), sectionproperties.prodNameShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73049
73067
|
"class": "col-lg-12"
|
|
73050
73068
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
73051
73069
|
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 {
|
|
@@ -72713,7 +72730,8 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
|
|
|
72713
72730
|
transition: '.3s',
|
|
72714
72731
|
':hover': {
|
|
72715
72732
|
background: sectionproperties.cartbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColoronhover,
|
|
72716
|
-
color: sectionproperties.cartBtnTextcoloronhover
|
|
72733
|
+
color: sectionproperties.cartBtnTextcoloronhover,
|
|
72734
|
+
borderColor: sectionproperties.cartBtnTextcoloronhover
|
|
72717
72735
|
}
|
|
72718
72736
|
}),
|
|
72719
72737
|
img_container: css({
|
|
@@ -72987,7 +73005,7 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
|
|
|
72987
73005
|
"class": "m-0 p-0"
|
|
72988
73006
|
}, langdetect == 'en' ? sectionproperties.outstock_contenten : sectionproperties.outstock_contentar))), /*#__PURE__*/React.createElement("div", {
|
|
72989
73007
|
"class": "".concat(cardsstyles$4.product_details) + ' mb-2 '
|
|
72990
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
73008
|
+
}, sectionproperties.quantityshow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
72991
73009
|
"class": "col-lg-12 p-0 allcentered"
|
|
72992
73010
|
}, /*#__PURE__*/React.createElement("p", {
|
|
72993
73011
|
"class": "m-0 p-0",
|
|
@@ -72996,7 +73014,7 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
|
|
|
72996
73014
|
color: sectionproperties.quantitycolor,
|
|
72997
73015
|
fontWeight: sectionproperties.quantityfontweight
|
|
72998
73016
|
}
|
|
72999
|
-
}, langdetect == 'en' ? sectionproperties.qtytextinen : sectionproperties.qtytextinar, "
|
|
73017
|
+
}, langdetect == 'en' ? sectionproperties.qtytextinen : sectionproperties.qtytextinar, " ", item.currentquantity)), sectionproperties.prodNameShow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
73000
73018
|
"class": "col-lg-12"
|
|
73001
73019
|
}, /*#__PURE__*/React.createElement("p", {
|
|
73002
73020
|
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 {
|
|
@@ -72583,7 +72600,8 @@
|
|
|
72583
72600
|
transition: '.3s',
|
|
72584
72601
|
':hover': {
|
|
72585
72602
|
background: sectionproperties.cartbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColoronhover,
|
|
72586
|
-
color: sectionproperties.cartBtnTextcoloronhover
|
|
72603
|
+
color: sectionproperties.cartBtnTextcoloronhover,
|
|
72604
|
+
borderColor: sectionproperties.cartBtnTextcoloronhover
|
|
72587
72605
|
}
|
|
72588
72606
|
}),
|
|
72589
72607
|
img_container: glamor.css({
|
|
@@ -72857,7 +72875,7 @@
|
|
|
72857
72875
|
"class": "m-0 p-0"
|
|
72858
72876
|
}, langdetect == 'en' ? sectionproperties.outstock_contenten : sectionproperties.outstock_contentar))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
72859
72877
|
"class": "".concat(cardsstyles$4.product_details) + ' mb-2 '
|
|
72860
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
72878
|
+
}, sectionproperties.quantityshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
72861
72879
|
"class": "col-lg-12 p-0 allcentered"
|
|
72862
72880
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
72863
72881
|
"class": "m-0 p-0",
|
|
@@ -72866,7 +72884,7 @@
|
|
|
72866
72884
|
color: sectionproperties.quantitycolor,
|
|
72867
72885
|
fontWeight: sectionproperties.quantityfontweight
|
|
72868
72886
|
}
|
|
72869
|
-
}, langdetect == 'en' ? sectionproperties.qtytextinen : sectionproperties.qtytextinar, "
|
|
72887
|
+
}, langdetect == 'en' ? sectionproperties.qtytextinen : sectionproperties.qtytextinar, " ", item.currentquantity)), sectionproperties.prodNameShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
72870
72888
|
"class": "col-lg-12"
|
|
72871
72889
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
72872
72890
|
onClick: function onClick() {
|