@wx-design/components 1.1.30 → 1.1.32

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.30",
3
+ "version": "1.1.32",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./lib/index.js",
@@ -81,7 +81,9 @@ export type SabTableProps<D = VxeTableDataRow> = VxeTableProps<D> & {
81
81
  childTransform?: boolean
82
82
  // 树形结构数据扁平化字段,即 childrenField 字段,但是 childrenField 会影响更新逻辑,所以这里搞了个新的
83
83
  childrenTransformField?: string
84
- }
84
+ };
85
+ // 动态表头设置的时候是否采用销毁重新渲染的方式
86
+ reloadWithDestroy?: boolean
85
87
  };
86
88
 
87
89
  // 表格插槽