@wx-design/components 1.1.13 → 1.1.15

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wx-design/components",
3
- "version": "1.1.13",
3
+ "version": "1.1.15",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./lib/index.js",
@@ -28,6 +28,8 @@ export interface TableSetProps {
28
28
  // 表格配置项
29
29
  config: SabTableSetConfig;
30
30
  }) => any;
31
+ // 当设置完表格的时候触发
32
+ onSetTableConfig?:() => void
31
33
  // vxe-table 实例
32
34
  tableRef?: VxeTableInstance;
33
35
  }