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.
- package/dist/cc1-form.js +1157 -1085
- package/dist/cc1-form.umd.cjs +1 -1
- package/dist/components/TCurd/com/form/column.vue.d.ts +1485 -183
- package/dist/components/TCurd/com/form/list.vue.d.ts +2 -2
- package/dist/components/TCurd/formColumn.vue.d.ts +690 -40
- package/dist/components/TCurd/index.d.ts +709 -77
- package/dist/components/TCurd/index.vue.d.ts +1643 -259
- package/dist/components/TCurd/indexType.d.ts +16 -39
- package/dist/components/TCurd/tableColumn.vue.d.ts +2 -2
- package/dist/utils/TSys.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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>;
|