tabexseriescomponents 0.0.608 → 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 +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- 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 '
|
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 '
|
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 '
|