villianjs-pro 1.0.56 → 1.0.57

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.
@@ -94,7 +94,7 @@ export type GridCardRender<T = any> = (params: GridCardRenderParams<T>) => React
94
94
  * 提取 FormSchema 的 submitter 类型
95
95
  */
96
96
  type FormSchemaSubmitter<T, ValueType extends string = 'text'> = FormSchema<T, ValueType>['submitter'];
97
- export type ProTableColumn<T = Record<string, any>, ValueType extends string = 'text'> = ProColumns<T, ValueType> & {
97
+ export type ProTableColumn<T = Record<string, any>, ValueType extends string = 'text'> = ProColumns<T, ValueType> & ProFormColumnsType<T, ValueType> & {
98
98
  valueMode?: 'string' | 'select';
99
99
  };
100
100
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "villianjs-pro",
3
- "version": "1.0.56",
3
+ "version": "1.0.57",
4
4
  "type": "module",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",