cd-form 2.0.20 → 2.0.22
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/CdForm.vue.d.ts +1 -1
- package/dist/cd-form.js +5060 -5077
- package/dist/cd-form.umd.cjs +22 -22
- package/dist/components/CdRelationForm/RelationForm.vue.d.ts +1 -12
- package/dist/components/CdRelationForm/index.d.ts +6 -12
- package/dist/components/RenderFormItem.vue.d.ts +6 -12
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/CdForm.vue.d.ts
CHANGED
|
@@ -349,6 +349,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaul
|
|
|
349
349
|
}>, {
|
|
350
350
|
data: any[];
|
|
351
351
|
showFilter: boolean;
|
|
352
|
+
relationFormData: Record<string, any>;
|
|
352
353
|
deviceType: "pc" | "app" | "pad";
|
|
353
354
|
loading: boolean;
|
|
354
355
|
loadingText: string;
|
|
@@ -361,7 +362,6 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaul
|
|
|
361
362
|
tableHeight: number | string;
|
|
362
363
|
selectionMode: "single" | "multiple";
|
|
363
364
|
showType: "dialog" | "list";
|
|
364
|
-
relationFormData: Record<string, any>;
|
|
365
365
|
shareUrl: string;
|
|
366
366
|
shareConfig: {
|
|
367
367
|
currentPermission?: "read" | "edit" | "manage";
|