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.
@@ -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";