zzz-pc-view 0.0.117 → 0.0.118

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": "zzz-pc-view",
3
- "version": "0.0.117",
3
+ "version": "0.0.118",
4
4
  "main": "src/index.umd.js",
5
5
  "module": "src/index.es.js",
6
6
  "types": "src/index.d.ts",
@@ -24,6 +24,8 @@ export interface BaseParam {
24
24
  */
25
25
  export interface TableColumnParam extends BaseParam {
26
26
  colProps?: ComponentProps;
27
+ headerComponent?: unknown;
28
+ headerComponentProps?: ComponentProps;
27
29
  }
28
30
  /**
29
31
  * 表单项参数接口,继承自基础参数接口,用于定义表单项的特定参数。