@wx-design/components 0.8.36 → 0.8.38

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.8.36",
3
+ "version": "0.8.38",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./lib/index.js",
@@ -246,4 +246,6 @@ export type SabColumnProps<D = VxeTableDataRow> = VxeColumnProps<D> & {
246
246
  // 其他
247
247
  // 不参与批量操作
248
248
  batchForbidden?: boolean
249
+ // 不参与动态表头控制
250
+ noHeaderSet?: boolean
249
251
  };
@@ -16,8 +16,6 @@ export interface TableSetProps {
16
16
  enabled?: boolean;
17
17
  // 列
18
18
  columns?: SabColumnProps[];
19
- // TODO: 排除某些不参与的列, field[]
20
- excludeColumns?: string[] | ((column: SabColumnProps) => boolean);
21
19
  // 获取表格配置的方法
22
20
  getTableConfig?: (params: {
23
21
  // 表名