@wx-design/components 1.4.0-alpha.6 → 1.4.0-alpha.7

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.4.0-alpha.6",
3
+ "version": "1.4.0-alpha.7",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./lib/index.js",
@@ -27,6 +27,8 @@ export interface TableSetProps {
27
27
 
28
28
  // ColumnSet 表头设置配置
29
29
  export interface TableSetColumnsProps {
30
+ // 表名key
31
+ name: string;
30
32
  // vxe-table 实例
31
33
  tableRef?: VxeTableInstance;
32
34
  size?: 'small' | 'large' | 'default'