@nocobase/client 1.8.0-alpha.7 → 1.8.0-alpha.9

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.
@@ -73,6 +73,12 @@ export declare class CheckboxFieldInterface extends CollectionFieldInterface {
73
73
  };
74
74
  };
75
75
  selected?: undefined;
76
+ } | {
77
+ label: string;
78
+ value: string;
79
+ noValue: boolean;
80
+ selected?: undefined;
81
+ schema?: undefined;
76
82
  })[];
77
83
  };
78
84
  schemaInitialize(schema: ISchema, { block }: {
@@ -211,6 +211,12 @@ export declare const boolean: ({
211
211
  };
212
212
  };
213
213
  selected?: undefined;
214
+ } | {
215
+ label: string;
216
+ value: string;
217
+ noValue: boolean;
218
+ selected?: undefined;
219
+ schema?: undefined;
214
220
  })[];
215
221
  export declare const tableoid: {
216
222
  label: string;