@flatbiz/antd 4.1.0 → 4.1.1

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/index.d.ts CHANGED
@@ -558,6 +558,7 @@ export type EasyTableProps = {
558
558
  };
559
559
  /** 初始化是否请求,默认值:true */
560
560
  initRequest?: boolean;
561
+ onDataSourceChange?: (dataSource: TAny) => void;
561
562
  };
562
563
  /**
563
564
  * 对 查询条件+表格数据 进行深度封装,内置数据交互处理
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flatbiz/antd",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "flat-biz oss ui components",
5
5
  "main": "index.js",
6
6
  "typings": "index.d.ts",