@salesgenterp/ui-components 0.4.166 → 0.4.168
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.js +18 -13
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +18 -13
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3800,7 +3800,7 @@ var SideMenuItemComponentContainer = styles.styled(SideMenuItemComponent)(functi
|
|
|
3800
3800
|
list = _ref.list,
|
|
3801
3801
|
active = _ref.active;
|
|
3802
3802
|
return {
|
|
3803
|
-
borderRadius: !list &&
|
|
3803
|
+
borderRadius: !list && '14px 0 0 14px',
|
|
3804
3804
|
background: list ? active ? "rgba(0, 0, 0, 0.10)" : "transparent" : "linear-gradient(to right, #fff 65%, " + primaryColor + ")",
|
|
3805
3805
|
color: list ? active ? "#fff" : '#fff' : primaryColor,
|
|
3806
3806
|
'& .MuiTypography-root': {
|
|
@@ -4774,7 +4774,7 @@ var Dashboard = function Dashboard(_ref) {
|
|
|
4774
4774
|
var totalDataSource = convertCamCaseToSnake(dashboardData) || [];
|
|
4775
4775
|
return /*#__PURE__*/React__default.createElement(material.Grid, {
|
|
4776
4776
|
container: true,
|
|
4777
|
-
|
|
4777
|
+
columnSpacing: 4
|
|
4778
4778
|
}, /*#__PURE__*/React__default.createElement(material.Grid, {
|
|
4779
4779
|
item: true,
|
|
4780
4780
|
xs: true
|
|
@@ -6768,28 +6768,33 @@ var Statement = function Statement(_ref) {
|
|
|
6768
6768
|
label: 'Type',
|
|
6769
6769
|
minWidth: 150
|
|
6770
6770
|
}, {
|
|
6771
|
-
|
|
6772
|
-
|
|
6773
|
-
|
|
6774
|
-
}, {
|
|
6775
|
-
id: 'description',
|
|
6776
|
-
label: 'Description',
|
|
6771
|
+
label: 'Excess Amt',
|
|
6772
|
+
id: 'excessAmount',
|
|
6773
|
+
format: renderMoney,
|
|
6777
6774
|
minWidth: 150
|
|
6778
6775
|
}, {
|
|
6779
|
-
label: '
|
|
6780
|
-
id: '
|
|
6776
|
+
label: 'Credit',
|
|
6777
|
+
id: 'creditAmount',
|
|
6781
6778
|
format: renderMoney,
|
|
6782
6779
|
minWidth: 150
|
|
6783
6780
|
}, {
|
|
6784
|
-
label: '
|
|
6785
|
-
id: '
|
|
6781
|
+
label: 'Debit',
|
|
6782
|
+
id: 'debitAmount',
|
|
6786
6783
|
format: renderMoney,
|
|
6787
6784
|
minWidth: 150
|
|
6788
6785
|
}, {
|
|
6789
|
-
label: '
|
|
6786
|
+
label: 'Balance',
|
|
6790
6787
|
id: 'balance',
|
|
6791
6788
|
format: renderMoney,
|
|
6792
6789
|
minWidth: 150
|
|
6790
|
+
}, {
|
|
6791
|
+
id: 'id',
|
|
6792
|
+
label: 'Order Id',
|
|
6793
|
+
minWidth: 150
|
|
6794
|
+
}, {
|
|
6795
|
+
id: 'description',
|
|
6796
|
+
label: 'Description',
|
|
6797
|
+
minWidth: 150
|
|
6793
6798
|
}];
|
|
6794
6799
|
React.useEffect(function () {
|
|
6795
6800
|
(function () {
|