agregar default para header clases y styles headers

This commit is contained in:
dehernandezm 2024-12-20 16:45:50 -06:00
parent 5164fea507
commit f406acc490
3 changed files with 8 additions and 4 deletions

View File

@ -339,7 +339,9 @@ var PivotTableUI = function (_React$PureComponent2) {
openDropdown: false, openDropdown: false,
attrValues: {}, attrValues: {},
materializedInput: [], materializedInput: [],
hideConfiguration: false hideConfiguration: false,
headerClass: '',
stylesHeaders: {}
}; };
return _this5; return _this5;
} }
@ -747,7 +749,9 @@ PivotTableUI.propTypes = Object.assign({}, _PivotTable2.default.propTypes, {
hiddenFromDragDrop: _propTypes2.default.arrayOf(_propTypes2.default.string), hiddenFromDragDrop: _propTypes2.default.arrayOf(_propTypes2.default.string),
unusedOrientationCutoff: _propTypes2.default.number, unusedOrientationCutoff: _propTypes2.default.number,
menuLimit: _propTypes2.default.number, menuLimit: _propTypes2.default.number,
hideConfiguration: _propTypes2.default.bool hideConfiguration: _propTypes2.default.bool,
headerClass: _propTypes2.default.string,
stylesHeaders: _propTypes2.default.object
}); });
PivotTableUI.defaultProps = Object.assign({}, _PivotTable2.default.defaultProps, { PivotTableUI.defaultProps = Object.assign({}, _PivotTable2.default.defaultProps, {

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{ {
"name": "v-react-pivottable", "name": "v-react-pivottable",
"version": "0.11.13", "version": "0.11.14",
"description": "A React-based pivot table", "description": "A React-based pivot table",
"main": "PivotTableUI.js", "main": "PivotTableUI.js",
"files": [ "files": [