ods-component-lib 1.19.8 → 1.19.10
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/components/antd/timepicker/OdsTimepicker.styled.d.ts +1 -1
- package/dist/components/devextreme/OdsBasicDataGrid/OdsBasicDataGrid.Types.d.ts +0 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -3
- package/dist/index.modern.js.map +1 -1
- package/dist/stories/OdsDatepicker/OdsDatepicker.stories.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -34915,7 +34915,7 @@ var OdsBasicDataGrid = function OdsBasicDataGrid(props) {
|
|
|
34915
34915
|
scrollingProps = _props$scrollingProps === void 0 ? {} : _props$scrollingProps,
|
|
34916
34916
|
onContentReady = props.onContentReady,
|
|
34917
34917
|
onRowPrepared = props.onRowPrepared,
|
|
34918
|
-
|
|
34918
|
+
children = props.children;
|
|
34919
34919
|
var _useToken = useToken$1(),
|
|
34920
34920
|
token = _useToken.token;
|
|
34921
34921
|
var _AntForm$useForm = Form.useForm(),
|
|
@@ -35749,9 +35749,9 @@ var OdsBasicDataGrid = function OdsBasicDataGrid(props) {
|
|
|
35749
35749
|
type: "custom",
|
|
35750
35750
|
customLoad: customLoad,
|
|
35751
35751
|
customSave: customSave
|
|
35752
|
-
})), renderTotal() && React.createElement("div", {
|
|
35752
|
+
}), children), renderTotal() && React.createElement("div", {
|
|
35753
35753
|
className: gridStyle.gridCustomSummary
|
|
35754
|
-
}, React.createElement("p", null, renderTotal()))
|
|
35754
|
+
}, React.createElement("p", null, renderTotal())));
|
|
35755
35755
|
};
|
|
35756
35756
|
|
|
35757
35757
|
var useToken$2 = theme.useToken;
|