bam32bittheme
Advanced tools
Comparing version 2.1.93 to 2.1.94
@@ -86,4 +86,6 @@ "use strict"; | ||
const isNumeric = isNumericColumn(rows, column.field); | ||
return _objectSpread({ | ||
return _objectSpread(_objectSpread({ | ||
accessorKey: column.field, | ||
maxSize: 1, | ||
enableColumnActions: false, | ||
header: column.headerName, | ||
@@ -96,3 +98,5 @@ sortingFn: isNumeric ? numericSortingFn : (rowA, rowB, columnId) => { | ||
} | ||
}, column); | ||
}, column), {}, { | ||
size: 1 | ||
}); | ||
}); | ||
@@ -137,3 +141,5 @@ }, [columns, rows]); | ||
enableTopToolbar: enableTopToolbar, | ||
initialState: _objectSpread({}, initialState), | ||
initialState: _objectSpread(_objectSpread({}, initialState), {}, { | ||
density: 'compact' | ||
}), | ||
autoResetPageIndex: autoResetPageIndex, | ||
@@ -177,8 +183,6 @@ enableFullScreenToggle: enableFullScreenToggle, | ||
borderRight: "1px solid ".concat(_Constant.themeColors.divider), | ||
backgroundColor: "".concat(_Constant.themeColors.tableHeader), | ||
minHeight: '56px' | ||
backgroundColor: "".concat(_Constant.themeColors.tableHeader) | ||
}, | ||
'& .MuiPaper-root': { | ||
backgroundColor: theme.palette.background.paper, | ||
overflowX: 'auto' | ||
backgroundColor: theme.palette.background.paper | ||
}, | ||
@@ -189,7 +193,6 @@ '& .MuiTableCell-head': { | ||
'& .MuiTableBody-root': { | ||
border: "1px solid ".concat(_Constant.themeColors.divider), | ||
minHeight: '52px' | ||
border: "1px solid ".concat(_Constant.themeColors.divider) | ||
}, | ||
'& .MuiTableRow-root ': { | ||
height: 'auto' | ||
'& .Mui-TableHeadCell-Content-Actions': { | ||
display: 'none' | ||
}, | ||
@@ -196,0 +199,0 @@ '@media (max-width: 600px)': { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "bam32bittheme", | ||
"version": "2.1.93", | ||
"version": "2.1.94", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "32bit Theme for Material UI v5.x", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1572944
5370