@pdg/react-table 1.0.18 → 1.0.19
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.esm.js +1 -7
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -7
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8228,9 +8228,6 @@ function useResizeDetector(props) {
|
|
|
8228
8228
|
};var StyledBodyRow$1 = material.styled(material.TableRow)(function (_a) {
|
|
8229
8229
|
var theme = _a.theme;
|
|
8230
8230
|
return ({
|
|
8231
|
-
'&:last-child > .MuiTableCell-root': {
|
|
8232
|
-
borderBottom: 0,
|
|
8233
|
-
},
|
|
8234
8231
|
'&.odd-color:nth-of-type(odd):not(:hover)': {
|
|
8235
8232
|
backgroundColor: material.lighten(theme.palette.action.hover, 0.4),
|
|
8236
8233
|
},
|
|
@@ -8546,9 +8543,6 @@ var TableBodyCell = function (_a) {
|
|
|
8546
8543
|
var templateObject_1;var StyledBodyRow = material.styled(material.TableRow)(function (_a) {
|
|
8547
8544
|
var theme = _a.theme;
|
|
8548
8545
|
return ({
|
|
8549
|
-
'&:last-child > .MuiTableCell-root': {
|
|
8550
|
-
borderBottom: 0,
|
|
8551
|
-
},
|
|
8552
8546
|
'&.odd-color:nth-of-type(odd):not(:hover)': {
|
|
8553
8547
|
backgroundColor: material.lighten(theme.palette.action.hover, 0.4),
|
|
8554
8548
|
},
|
|
@@ -8598,7 +8592,7 @@ TableBodyRow.defaultProps = TableBodyRowDefaultProps;var TableHeadCell = functio
|
|
|
8598
8592
|
return (_c = column.footer) === null || _c === void 0 ? void 0 : _c.value;
|
|
8599
8593
|
}
|
|
8600
8594
|
}, [column]);
|
|
8601
|
-
return (React__default["default"].createElement(TableCommonCell, { type: 'head', className: 'TableFooterCell', column: column, defaultAlign: defaultAlign
|
|
8595
|
+
return (React__default["default"].createElement(TableCommonCell, { type: 'head', className: 'TableFooterCell', column: column, defaultAlign: defaultAlign }, data));
|
|
8602
8596
|
};var TablePagination = function (_a) {
|
|
8603
8597
|
var className = _a.className, style = _a.style, sx = _a.sx, paging = _a.paging, align = _a.align, onChange = _a.onChange;
|
|
8604
8598
|
return (React__default["default"].createElement(material.Stack, { alignItems: align },
|