tabexseriescomponents 0.0.607 → 0.0.609
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 +25 -4
- package/dist/index.esm.js +25 -4
- package/dist/index.umd.js +25 -4
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -8212,7 +8212,7 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
8212
8212
|
style: {
|
|
8213
8213
|
backgroundColor: item.instorderstatus != null ? item.instorderstatus.statuscolor : 'orange'
|
|
8214
8214
|
}
|
|
8215
|
-
}, item.instorderstatus != null ? item.instorderstatus.orderstatusname_en : 'In Progress')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8215
|
+
}, item.instorderstatus != null ? langdetect == 'en' ? item.instorderstatus.orderstatusname_en : item.instorderstatus.orderstatusname_ar : langdetect == 'en' ? 'In Progress' : 'جاري')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8216
8216
|
className: "col-lg-12 p-0 d-flex align-items-center justify-content-end"
|
|
8217
8217
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
8218
8218
|
className: langdetect == 'en' ? 'text-light opacity-6 fa fa-clock mr-1 ' : ' text-light opacity-6 fa fa-clock ml-1 '
|
|
@@ -70141,6 +70141,21 @@ var Horizontalcard = function Horizontalcard(props) {
|
|
|
70141
70141
|
// textTransform: sectionproperties.prodCatTextTranform,
|
|
70142
70142
|
fontWeight: sectionproperties.prodCatFontWeight,
|
|
70143
70143
|
transition: '.3s'
|
|
70144
|
+
}),
|
|
70145
|
+
outstockbadge: glamor.css({
|
|
70146
|
+
width: sectionproperties.outstock_width + 'px',
|
|
70147
|
+
height: sectionproperties.outstock_height + 'px',
|
|
70148
|
+
background: sectionproperties.outstock_bg,
|
|
70149
|
+
color: sectionproperties.outstock_color,
|
|
70150
|
+
fontSize: sectionproperties.outstock_fontSize + 'px',
|
|
70151
|
+
borderRadius: sectionproperties.outstock_borderradius + 'px',
|
|
70152
|
+
position: 'absolute',
|
|
70153
|
+
zIndex: 2,
|
|
70154
|
+
top: 0,
|
|
70155
|
+
bottom: 0,
|
|
70156
|
+
left: 0,
|
|
70157
|
+
right: 0,
|
|
70158
|
+
margin: 'auto'
|
|
70144
70159
|
})
|
|
70145
70160
|
};
|
|
70146
70161
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -70174,7 +70189,8 @@ var Horizontalcard = function Horizontalcard(props) {
|
|
|
70174
70189
|
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
|
|
70175
70190
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
70176
70191
|
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
|
|
70177
|
-
borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px'
|
|
70192
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
|
|
70193
|
+
background: sectionproperties.image_bgcolor
|
|
70178
70194
|
}
|
|
70179
70195
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
70180
70196
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
@@ -70188,10 +70204,15 @@ var Horizontalcard = function Horizontalcard(props) {
|
|
|
70188
70204
|
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
|
|
70189
70205
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
70190
70206
|
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
|
|
70191
|
-
borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px'
|
|
70207
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
|
|
70208
|
+
opacity: item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' && item.hasvariants == 0 ? 0.4 : 1
|
|
70192
70209
|
},
|
|
70193
70210
|
loading: "lazy"
|
|
70194
|
-
})
|
|
70211
|
+
}), item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' && item.hasvariants == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
70212
|
+
"class": "".concat(card_cssstyles.outstockbadge) + ' allcentered '
|
|
70213
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
70214
|
+
"class": "m-0 p-0"
|
|
70215
|
+
}, langdetect == 'en' ? sectionproperties.outstock_contenten : sectionproperties.outstock_contentar))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
70195
70216
|
"class": "d-none d-md-flex",
|
|
70196
70217
|
onClick: function onClick() {
|
|
70197
70218
|
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
package/dist/index.esm.js
CHANGED
|
@@ -8163,7 +8163,7 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
8163
8163
|
style: {
|
|
8164
8164
|
backgroundColor: item.instorderstatus != null ? item.instorderstatus.statuscolor : 'orange'
|
|
8165
8165
|
}
|
|
8166
|
-
}, item.instorderstatus != null ? item.instorderstatus.orderstatusname_en : 'In Progress')), /*#__PURE__*/React.createElement("div", {
|
|
8166
|
+
}, item.instorderstatus != null ? langdetect == 'en' ? item.instorderstatus.orderstatusname_en : item.instorderstatus.orderstatusname_ar : langdetect == 'en' ? 'In Progress' : 'جاري')), /*#__PURE__*/React.createElement("div", {
|
|
8167
8167
|
className: "col-lg-12 p-0 d-flex align-items-center justify-content-end"
|
|
8168
8168
|
}, /*#__PURE__*/React.createElement("i", {
|
|
8169
8169
|
className: langdetect == 'en' ? 'text-light opacity-6 fa fa-clock mr-1 ' : ' text-light opacity-6 fa fa-clock ml-1 '
|
|
@@ -70092,6 +70092,21 @@ var Horizontalcard = function Horizontalcard(props) {
|
|
|
70092
70092
|
// textTransform: sectionproperties.prodCatTextTranform,
|
|
70093
70093
|
fontWeight: sectionproperties.prodCatFontWeight,
|
|
70094
70094
|
transition: '.3s'
|
|
70095
|
+
}),
|
|
70096
|
+
outstockbadge: css({
|
|
70097
|
+
width: sectionproperties.outstock_width + 'px',
|
|
70098
|
+
height: sectionproperties.outstock_height + 'px',
|
|
70099
|
+
background: sectionproperties.outstock_bg,
|
|
70100
|
+
color: sectionproperties.outstock_color,
|
|
70101
|
+
fontSize: sectionproperties.outstock_fontSize + 'px',
|
|
70102
|
+
borderRadius: sectionproperties.outstock_borderradius + 'px',
|
|
70103
|
+
position: 'absolute',
|
|
70104
|
+
zIndex: 2,
|
|
70105
|
+
top: 0,
|
|
70106
|
+
bottom: 0,
|
|
70107
|
+
left: 0,
|
|
70108
|
+
right: 0,
|
|
70109
|
+
margin: 'auto'
|
|
70095
70110
|
})
|
|
70096
70111
|
};
|
|
70097
70112
|
return /*#__PURE__*/React.createElement("div", {
|
|
@@ -70125,7 +70140,8 @@ var Horizontalcard = function Horizontalcard(props) {
|
|
|
70125
70140
|
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
|
|
70126
70141
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
70127
70142
|
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
|
|
70128
|
-
borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px'
|
|
70143
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
|
|
70144
|
+
background: sectionproperties.image_bgcolor
|
|
70129
70145
|
}
|
|
70130
70146
|
}, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
|
|
70131
70147
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
@@ -70139,10 +70155,15 @@ var Horizontalcard = function Horizontalcard(props) {
|
|
|
70139
70155
|
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
|
|
70140
70156
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
70141
70157
|
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
|
|
70142
|
-
borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px'
|
|
70158
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
|
|
70159
|
+
opacity: item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' && item.hasvariants == 0 ? 0.4 : 1
|
|
70143
70160
|
},
|
|
70144
70161
|
loading: "lazy"
|
|
70145
|
-
})
|
|
70162
|
+
}), item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' && item.hasvariants == 0 && /*#__PURE__*/React.createElement("div", {
|
|
70163
|
+
"class": "".concat(card_cssstyles.outstockbadge) + ' allcentered '
|
|
70164
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
70165
|
+
"class": "m-0 p-0"
|
|
70166
|
+
}, langdetect == 'en' ? sectionproperties.outstock_contenten : sectionproperties.outstock_contentar))), /*#__PURE__*/React.createElement("div", {
|
|
70146
70167
|
"class": "d-none d-md-flex",
|
|
70147
70168
|
onClick: function onClick() {
|
|
70148
70169
|
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
package/dist/index.umd.js
CHANGED
|
@@ -8036,7 +8036,7 @@
|
|
|
8036
8036
|
style: {
|
|
8037
8037
|
backgroundColor: item.instorderstatus != null ? item.instorderstatus.statuscolor : 'orange'
|
|
8038
8038
|
}
|
|
8039
|
-
}, item.instorderstatus != null ? item.instorderstatus.orderstatusname_en : 'In Progress')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8039
|
+
}, item.instorderstatus != null ? langdetect == 'en' ? item.instorderstatus.orderstatusname_en : item.instorderstatus.orderstatusname_ar : langdetect == 'en' ? 'In Progress' : 'جاري')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8040
8040
|
className: "col-lg-12 p-0 d-flex align-items-center justify-content-end"
|
|
8041
8041
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
8042
8042
|
className: langdetect == 'en' ? 'text-light opacity-6 fa fa-clock mr-1 ' : ' text-light opacity-6 fa fa-clock ml-1 '
|
|
@@ -69965,6 +69965,21 @@
|
|
|
69965
69965
|
// textTransform: sectionproperties.prodCatTextTranform,
|
|
69966
69966
|
fontWeight: sectionproperties.prodCatFontWeight,
|
|
69967
69967
|
transition: '.3s'
|
|
69968
|
+
}),
|
|
69969
|
+
outstockbadge: glamor.css({
|
|
69970
|
+
width: sectionproperties.outstock_width + 'px',
|
|
69971
|
+
height: sectionproperties.outstock_height + 'px',
|
|
69972
|
+
background: sectionproperties.outstock_bg,
|
|
69973
|
+
color: sectionproperties.outstock_color,
|
|
69974
|
+
fontSize: sectionproperties.outstock_fontSize + 'px',
|
|
69975
|
+
borderRadius: sectionproperties.outstock_borderradius + 'px',
|
|
69976
|
+
position: 'absolute',
|
|
69977
|
+
zIndex: 2,
|
|
69978
|
+
top: 0,
|
|
69979
|
+
bottom: 0,
|
|
69980
|
+
left: 0,
|
|
69981
|
+
right: 0,
|
|
69982
|
+
margin: 'auto'
|
|
69968
69983
|
})
|
|
69969
69984
|
};
|
|
69970
69985
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -69998,7 +70013,8 @@
|
|
|
69998
70013
|
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
|
|
69999
70014
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
70000
70015
|
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
|
|
70001
|
-
borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px'
|
|
70016
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
|
|
70017
|
+
background: sectionproperties.image_bgcolor
|
|
70002
70018
|
}
|
|
70003
70019
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
70004
70020
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
@@ -70012,10 +70028,15 @@
|
|
|
70012
70028
|
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
|
|
70013
70029
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
70014
70030
|
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
|
|
70015
|
-
borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px'
|
|
70031
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
|
|
70032
|
+
opacity: item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' && item.hasvariants == 0 ? 0.4 : 1
|
|
70016
70033
|
},
|
|
70017
70034
|
loading: "lazy"
|
|
70018
|
-
})
|
|
70035
|
+
}), item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' && item.hasvariants == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
70036
|
+
"class": "".concat(card_cssstyles.outstockbadge) + ' allcentered '
|
|
70037
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
70038
|
+
"class": "m-0 p-0"
|
|
70039
|
+
}, langdetect == 'en' ? sectionproperties.outstock_contenten : sectionproperties.outstock_contentar))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
70019
70040
|
"class": "d-none d-md-flex",
|
|
70020
70041
|
onClick: function onClick() {
|
|
70021
70042
|
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|