ods-component-lib 1.18.272 → 1.18.273
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 +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -33865,7 +33865,8 @@ var OdsBasicDataGrid = function OdsBasicDataGrid(props) {
|
|
|
33865
33865
|
detailData = props.detailData,
|
|
33866
33866
|
masterDetailFeatures = props.masterDetailFeatures,
|
|
33867
33867
|
_props$scrollingProps = props.scrollingProps,
|
|
33868
|
-
scrollingProps = _props$scrollingProps === void 0 ? {} : _props$scrollingProps
|
|
33868
|
+
scrollingProps = _props$scrollingProps === void 0 ? {} : _props$scrollingProps,
|
|
33869
|
+
onContentReady = props.onContentReady;
|
|
33869
33870
|
var _useToken = useToken$1(),
|
|
33870
33871
|
token = _useToken.token;
|
|
33871
33872
|
var _AntForm$useForm = antd.Form.useForm(),
|
|
@@ -34304,6 +34305,7 @@ var OdsBasicDataGrid = function OdsBasicDataGrid(props) {
|
|
|
34304
34305
|
setFilteredRowCount(0);
|
|
34305
34306
|
}
|
|
34306
34307
|
if (!contentReady) setContentReady(true);
|
|
34308
|
+
onContentReady === null || onContentReady === void 0 ? void 0 : onContentReady(e);
|
|
34307
34309
|
};
|
|
34308
34310
|
var onFilterValueChange = function onFilterValueChange(e) {
|
|
34309
34311
|
if (e !== null) filterApplied.current = true;else {
|