cd-form 1.0.7 → 1.0.9

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.
@@ -33,7 +33,7 @@ declare function __VLS_template(): Partial<Record<NonNullable<string | number>,
33
33
  };
34
34
  declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
35
35
  formData: FormDataConfig;
36
- columnData: ColumnDataConfig;
36
+ columnData?: ColumnDataConfig;
37
37
  data?: any[];
38
38
  tableColumns?: TableColumn[];
39
39
  loading?: boolean;
@@ -143,7 +143,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaul
143
143
  }) => void;
144
144
  }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
145
145
  formData: FormDataConfig;
146
- columnData: ColumnDataConfig;
146
+ columnData?: ColumnDataConfig;
147
147
  data?: any[];
148
148
  tableColumns?: TableColumn[];
149
149
  loading?: boolean;