cd-form 1.0.27 → 1.0.29

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/dist/types.d.ts CHANGED
@@ -185,6 +185,7 @@ export interface ColumnDataConfig {
185
185
  hasSuperQuery: boolean;
186
186
  showOverflow: boolean;
187
187
  columnOptions: ColumnOption[];
188
+ columnList?: FormFieldConfig[];
188
189
  type: number;
189
190
  defaultSortConfig: any[];
190
191
  hasPage: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cd-form",
3
- "version": "1.0.27",
3
+ "version": "1.0.29",
4
4
  "description": "低代码单据组件,支持动态表单和表格展示",
5
5
  "type": "module",
6
6
  "main": "./dist/cd-form.umd.cjs",