@ecoding/components.antd 0.3.45 → 0.3.46

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.
@@ -105,6 +105,9 @@ const TablePro = ({ className, header, buttonArea, filterArea, filters, searchIn
105
105
  useImperativeHandle(ref, () => ({
106
106
  clear: () => {
107
107
  setSelectedRowKeys([]);
108
+ },
109
+ setSelectedRowKeys: (keys) => {
110
+ setSelectedRowKeys(keys);
108
111
  }
109
112
  }));
110
113
  return (React.createElement("div", { style: flexColumnStyle, className: className || '' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecoding/components.antd",
3
- "version": "0.3.45",
3
+ "version": "0.3.46",
4
4
  "author": "cxc",
5
5
  "homepage": "",
6
6
  "license": "MIT",
@@ -43,5 +43,5 @@
43
43
  "antd": "^5.8.4",
44
44
  "axios": "^1.1.2"
45
45
  },
46
- "gitHead": "05e5da568460902e58b9a156bd4bf72b4ce33411"
46
+ "gitHead": "bc713855b458f888f014acb50aea3040e36fd41e"
47
47
  }