@wx-design/components 0.7.1 → 0.7.2

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": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./lib/index.js",
@@ -41,7 +41,11 @@ export interface TableSlots {
41
41
  /**
42
42
  * 工具栏插槽
43
43
  */
44
- tableToolbar?: () => any;
44
+ toolbar?: () => any;
45
+ /**
46
+ * 工具栏右侧插槽
47
+ */
48
+ toolbarRight?: () => any;
45
49
  /**
46
50
  * 表格底部插槽
47
51
  */