@nocobase/client 1.6.9 → 1.6.11

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.
@@ -23,6 +23,7 @@ interface INocoBaseRecursionFieldProps extends IRecursionFieldProps {
23
23
  * Whether to use Formily Field class - performance will be reduced but provides better compatibility with Formily
24
24
  */
25
25
  isUseFormilyField?: boolean;
26
+ parentSchema?: Schema;
26
27
  }
27
28
  export declare const RefreshComponentProvider: FC<{
28
29
  refresh: () => void;