cc1-form 1.1.37 → 1.1.39

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.
@@ -79,10 +79,10 @@ declare const __VLS_self: import("vue").DefineComponent<import("vue").ExtractPro
79
79
  }>, {
80
80
  label: string;
81
81
  value: string;
82
- row: any;
83
82
  itemFields: any[];
84
83
  inputWidth: string;
85
84
  inputClass: string;
85
+ row: any;
86
86
  field: string;
87
87
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
88
88
  declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -136,10 +136,10 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
136
136
  }>, {
137
137
  label: string;
138
138
  value: string;
139
- row: any;
140
139
  itemFields: any[];
141
140
  inputWidth: string;
142
141
  inputClass: string;
142
+ row: any;
143
143
  field: string;
144
144
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
145
145
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;