@pixpilot/formily-shadcn 2.1.1 → 2.2.0

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.
Files changed (29) hide show
  1. package/dist/components/array-toggle-group/ArrayToggleGroup.d.ts +2 -2
  2. package/dist/components/column/Column.d.ts +2 -2
  3. package/dist/components/date-picker/DatePicker.d.cts +3 -3
  4. package/dist/components/date-picker/DatePicker.d.ts +3 -3
  5. package/dist/components/dialog-item/ConnectedDialogItem.d.cts +4 -4
  6. package/dist/components/dialog-item/ConnectedDialogItem.d.ts +4 -4
  7. package/dist/components/drawer-item/ConnectedDrawerItem.d.cts +4 -4
  8. package/dist/components/drawer-item/ConnectedDrawerItem.d.ts +4 -4
  9. package/dist/components/form/Form.d.cts +2 -2
  10. package/dist/components/form/Form.d.ts +2 -2
  11. package/dist/components/form/mcp.js +38 -1
  12. package/dist/components/form-grid/FormGrid.d.cts +2 -2
  13. package/dist/components/form-grid/FormGrid.d.ts +2 -2
  14. package/dist/components/popover-item/ConnectedPopoverItem.d.cts +4 -4
  15. package/dist/components/popover-item/ConnectedPopoverItem.d.ts +4 -4
  16. package/dist/components/radio/Radio.d.cts +2 -2
  17. package/dist/components/radio/Radio.d.ts +2 -2
  18. package/dist/components/rich-text-editor/mcp.js +53 -8
  19. package/dist/components/row/Row.d.cts +2 -2
  20. package/dist/components/row/Row.d.ts +2 -2
  21. package/dist/components/schema-field/schema-field-basics.d.cts +380 -380
  22. package/dist/components/schema-field/schema-field-basics.d.ts +380 -380
  23. package/dist/components/schema-field/schema-field-extended.d.cts +533 -533
  24. package/dist/components/schema-field/schema-field-extended.d.ts +534 -534
  25. package/dist/components/schema-field/schema-field.d.cts +468 -468
  26. package/dist/components/schema-field/schema-field.d.ts +467 -467
  27. package/dist/utils/transform-schema.cjs +26 -6
  28. package/dist/utils/transform-schema.js +26 -6
  29. package/package.json +6 -5
@@ -34,71 +34,71 @@ import { HiddenProps } from "../hidden/Hidden.cjs";
34
34
  import "../hidden/index.cjs";
35
35
  import { SelectProps as SelectProps$1 } from "../select/Select.cjs";
36
36
  import "../select/index.cjs";
37
- import * as _formily_react35 from "@formily/react";
37
+ import * as _formily_react1 from "@formily/react";
38
38
  import { ISchema } from "@formily/react";
39
- import * as react450 from "react";
39
+ import * as react10 from "react";
40
40
  import * as _formily_core0 from "@formily/core";
41
- import * as _pixpilot_shadcn_ui54 from "@pixpilot/shadcn-ui";
42
- import * as _radix_ui_react_checkbox10 from "@radix-ui/react-checkbox";
43
- import * as _radix_ui_react_separator10 from "@radix-ui/react-separator";
44
- import * as _radix_ui_react_switch10 from "@radix-ui/react-switch";
41
+ import * as _pixpilot_shadcn_ui0 from "@pixpilot/shadcn-ui";
42
+ import * as _radix_ui_react_checkbox0 from "@radix-ui/react-checkbox";
43
+ import * as _radix_ui_react_separator0 from "@radix-ui/react-separator";
44
+ import * as _radix_ui_react_switch0 from "@radix-ui/react-switch";
45
45
 
46
46
  //#region src/components/schema-field/schema-field-extended.d.ts
47
47
  declare const extendedComponentRegistry: {
48
48
  AvatarUpload: {
49
- component: react450.FC<_pixpilot_shadcn_ui54.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui54.FileMetadata | null>>;
49
+ component: react10.FC<_pixpilot_shadcn_ui0.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui0.FileMetadata | null>>;
50
50
  decorator: string;
51
51
  };
52
52
  FileUploadInline: {
53
- component: react450.FC<FileUploadInlineProps$1>;
53
+ component: react10.FC<FileUploadInlineProps$1>;
54
54
  decorator: string;
55
55
  };
56
56
  IconPicker: {
57
- component: react450.FC<IconPickerProps$1>;
57
+ component: react10.FC<IconPickerProps$1>;
58
58
  decorator: string;
59
59
  };
60
60
  FileUpload: {
61
- component: react450.FC<FileUploadProps$1>;
61
+ component: react10.FC<FileUploadProps$1>;
62
62
  decorator: string;
63
63
  };
64
64
  RichTextEditor: {
65
- component: react450.FC<_pixpilot_shadcn_ui54.RichTextEditorProps>;
65
+ component: react10.FC<_pixpilot_shadcn_ui0.RichTextEditorProps>;
66
66
  decorator: string;
67
67
  };
68
68
  ColorPicker: {
69
- component: react450.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui54.ColorPickerProps>, "ref"> & react450.RefAttributes<unknown>>;
69
+ component: react10.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.ColorPickerProps>, "ref"> & react10.RefAttributes<unknown>>;
70
70
  decorator: string;
71
71
  };
72
72
  Combobox: {
73
- component: react450.FC<_pixpilot_shadcn_ui54.ComboboxProps>;
73
+ component: react10.FC<_pixpilot_shadcn_ui0.ComboboxProps>;
74
74
  decorator: string;
75
75
  };
76
76
  ColorSelect: {
77
- component: react450.FC<_pixpilot_shadcn_ui54.ColorSelectProps>;
77
+ component: react10.FC<_pixpilot_shadcn_ui0.ColorSelectProps>;
78
78
  decorator: string;
79
79
  };
80
80
  Rating: {
81
- component: react450.FC<_pixpilot_shadcn_ui54.RatingProps>;
81
+ component: react10.FC<_pixpilot_shadcn_ui0.RatingProps>;
82
82
  decorator: string;
83
83
  };
84
84
  Slider: {
85
- component: react450.FC<_pixpilot_shadcn_ui54.SliderProps>;
85
+ component: react10.FC<_pixpilot_shadcn_ui0.SliderProps>;
86
86
  decorator: string;
87
87
  };
88
88
  SliderInput: {
89
- component: react450.FC<_pixpilot_shadcn_ui54.SliderInputProps>;
89
+ component: react10.FC<_pixpilot_shadcn_ui0.SliderInputProps>;
90
90
  decorator: string;
91
91
  };
92
92
  SliderSelect: {
93
- component: react450.FC<_pixpilot_shadcn_ui54.SliderSelectProps>;
93
+ component: react10.FC<_pixpilot_shadcn_ui0.SliderSelectProps>;
94
94
  decorator: string;
95
95
  };
96
96
  TagsInput: {
97
- component: typeof _pixpilot_shadcn_ui54.TagsInput;
97
+ component: typeof _pixpilot_shadcn_ui0.TagsInput;
98
98
  decorator: string;
99
99
  };
100
100
  TagsInputInLine: {
101
- component: react450.FC<_pixpilot_shadcn_ui54.TagsInputProps>;
101
+ component: react10.FC<_pixpilot_shadcn_ui0.TagsInputProps>;
102
102
  decorator: string;
103
103
  };
104
104
  ArrayCards: {
@@ -106,7 +106,7 @@ declare const extendedComponentRegistry: {
106
106
  decorator: string;
107
107
  };
108
108
  ArrayCollapse: {
109
- component: react450.FC<ArrayComponentProps & {
109
+ component: react10.FC<ArrayComponentProps & {
110
110
  defaultActiveKey?: Array<string | number>;
111
111
  mode?: "accordion" | "multiple";
112
112
  collapseProps?: React.HTMLAttributes<HTMLDivElement>;
@@ -114,13 +114,13 @@ declare const extendedComponentRegistry: {
114
114
  decorator: string;
115
115
  };
116
116
  ArrayDialog: {
117
- component: react450.FC<ArrayComponentProps & {
117
+ component: react10.FC<ArrayComponentProps & {
118
118
  dialogProps?: React.HTMLAttributes<HTMLDivElement>;
119
119
  }>;
120
120
  decorator: string;
121
121
  };
122
122
  ArrayDrawer: {
123
- component: react450.FC<ArrayComponentProps & {
123
+ component: react10.FC<ArrayComponentProps & {
124
124
  drawerProps?: React.HTMLAttributes<HTMLDivElement> & {
125
125
  direction?: "top" | "bottom" | "left" | "right";
126
126
  floating?: boolean;
@@ -133,104 +133,104 @@ declare const extendedComponentRegistry: {
133
133
  decorator: string;
134
134
  };
135
135
  ArrayPopover: {
136
- component: react450.FC<ArrayComponentProps & {
136
+ component: react10.FC<ArrayComponentProps & {
137
137
  popoverProps?: React.HTMLAttributes<HTMLDivElement>;
138
138
  }>;
139
139
  decorator: string;
140
140
  };
141
141
  ArrayTags: {
142
- component: react450.MemoExoticComponent<_formily_react35.ReactFC<ArrayTagsProps>>;
142
+ component: react10.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
143
143
  decorator: string;
144
144
  };
145
145
  ArrayToggleGroup: {
146
- component: react450.MemoExoticComponent<_formily_react35.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
146
+ component: react10.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
147
147
  decorator: string;
148
148
  };
149
149
  ToggleGroup: {
150
- component: react450.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react450.RefAttributes<unknown>>;
150
+ component: react10.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react10.RefAttributes<unknown>>;
151
151
  decorator: string;
152
152
  };
153
153
  Checkbox: {
154
- component: react450.FC<_radix_ui_react_checkbox10.CheckboxProps & react450.RefAttributes<HTMLButtonElement>>;
154
+ component: react10.FC<_radix_ui_react_checkbox0.CheckboxProps & react10.RefAttributes<HTMLButtonElement>>;
155
155
  decorator: string;
156
156
  };
157
157
  Column: {
158
158
  component: typeof Column;
159
159
  };
160
160
  DatePicker: {
161
- component: react450.ForwardRefExoticComponent<Partial<{
161
+ component: react10.ForwardRefExoticComponent<Partial<{
162
162
  value?: Date;
163
163
  onChange?: (date: Date | undefined) => void;
164
164
  placeholder?: string;
165
- } & Omit<_pixpilot_shadcn_ui54.DatePickerProps, "onSelect" | "selected" | "mode">> & react450.RefAttributes<unknown>>;
165
+ } & Omit<_pixpilot_shadcn_ui0.DatePickerProps, "onSelect" | "selected" | "mode">> & react10.RefAttributes<unknown>>;
166
166
  decorator: string;
167
167
  };
168
168
  DialogItem: {
169
- component: react450.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
170
- children?: react450.ReactNode | undefined;
171
- }>, "ref"> & react450.RefAttributes<unknown>>;
169
+ component: react10.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
170
+ children?: react10.ReactNode | undefined;
171
+ }>, "ref"> & react10.RefAttributes<unknown>>;
172
172
  };
173
173
  DrawerItem: {
174
- component: react450.ForwardRefExoticComponent<Omit<Partial<DrawerItemProps & {
175
- children?: react450.ReactNode | undefined;
176
- }>, "ref"> & react450.RefAttributes<unknown>>;
174
+ component: react10.ForwardRefExoticComponent<Omit<Partial<DrawerItemProps & {
175
+ children?: react10.ReactNode | undefined;
176
+ }>, "ref"> & react10.RefAttributes<unknown>>;
177
177
  };
178
178
  PopoverItem: {
179
- component: react450.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
180
- children?: react450.ReactNode | undefined;
181
- }>, "ref"> & react450.RefAttributes<unknown>>;
179
+ component: react10.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
180
+ children?: react10.ReactNode | undefined;
181
+ }>, "ref"> & react10.RefAttributes<unknown>>;
182
182
  };
183
183
  FormGrid: {
184
184
  component: typeof FormGrid;
185
185
  };
186
186
  FormItem: {
187
- component: react450.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
188
- children?: react450.ReactNode | undefined;
189
- }>, "ref"> & react450.RefAttributes<unknown>>;
187
+ component: react10.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
188
+ children?: react10.ReactNode | undefined;
189
+ }>, "ref"> & react10.RefAttributes<unknown>>;
190
190
  };
191
191
  Hidden: {
192
- component: react450.ForwardRefExoticComponent<Partial<HiddenProps> & react450.RefAttributes<unknown>>;
192
+ component: react10.ForwardRefExoticComponent<Partial<HiddenProps> & react10.RefAttributes<unknown>>;
193
193
  };
194
194
  IconToggle: {
195
- component: react450.FC<_pixpilot_shadcn_ui54.IconToggleProps>;
195
+ component: react10.FC<_pixpilot_shadcn_ui0.IconToggleProps>;
196
196
  decorator: string;
197
197
  };
198
198
  ToggleButton: {
199
- component: react450.FC<_pixpilot_shadcn_ui54.ToggleButtonProps>;
199
+ component: react10.FC<_pixpilot_shadcn_ui0.ToggleButtonProps>;
200
200
  decorator: string;
201
201
  };
202
202
  Input: {
203
- component: react450.FC<_pixpilot_shadcn_ui54.InputProps>;
203
+ component: react10.FC<_pixpilot_shadcn_ui0.InputProps>;
204
204
  decorator: string;
205
205
  };
206
206
  NumberInput: {
207
- component: react450.FC<_pixpilot_shadcn_ui54.InputProps>;
207
+ component: react10.FC<_pixpilot_shadcn_ui0.InputProps>;
208
208
  decorator: string;
209
209
  };
210
210
  ObjectContainer: {
211
- component: react450.FC<ObjectContainerProps>;
211
+ component: react10.FC<ObjectContainerProps>;
212
212
  decorator: string;
213
213
  };
214
214
  Radio: {
215
- component: react450.FC<RadioProps>;
215
+ component: react10.FC<RadioProps>;
216
216
  decorator: string;
217
217
  };
218
218
  Row: {
219
219
  component: typeof Row;
220
220
  };
221
221
  Select: {
222
- component: react450.FC<SelectProps$1>;
222
+ component: react10.FC<SelectProps$1>;
223
223
  decorator: string;
224
224
  };
225
225
  Separator: {
226
- component: react450.FC<_radix_ui_react_separator10.SeparatorProps & react450.RefAttributes<HTMLDivElement>>;
226
+ component: react10.FC<_radix_ui_react_separator0.SeparatorProps & react10.RefAttributes<HTMLDivElement>>;
227
227
  };
228
228
  Switch: {
229
- component: react450.FC<_radix_ui_react_switch10.SwitchProps & react450.RefAttributes<HTMLButtonElement>>;
229
+ component: react10.FC<_radix_ui_react_switch0.SwitchProps & react10.RefAttributes<HTMLButtonElement>>;
230
230
  decorator: string;
231
231
  };
232
232
  Textarea: {
233
- component: react450.FC<react450.ClassAttributes<HTMLTextAreaElement> & react450.TextareaHTMLAttributes<HTMLTextAreaElement>>;
233
+ component: react10.FC<react10.ClassAttributes<HTMLTextAreaElement> & react10.TextareaHTMLAttributes<HTMLTextAreaElement>>;
234
234
  decorator: string;
235
235
  };
236
236
  };
@@ -239,732 +239,732 @@ declare const extendedComponentRegistry: {
239
239
  * Use this to render forms from JSON Schema
240
240
  */
241
241
  declare const extendedComponents: {
242
- AvatarUpload: react450.FC<_pixpilot_shadcn_ui54.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui54.FileMetadata | null>>;
243
- FileUploadInline: react450.FC<FileUploadInlineProps$1>;
244
- IconPicker: react450.FC<IconPickerProps$1>;
245
- FileUpload: react450.FC<FileUploadProps$1>;
246
- RichTextEditor: react450.FC<_pixpilot_shadcn_ui54.RichTextEditorProps>;
247
- ColorPicker: react450.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui54.ColorPickerProps>, "ref"> & react450.RefAttributes<unknown>>;
248
- Combobox: react450.FC<_pixpilot_shadcn_ui54.ComboboxProps>;
249
- ColorSelect: react450.FC<_pixpilot_shadcn_ui54.ColorSelectProps>;
250
- Rating: react450.FC<_pixpilot_shadcn_ui54.RatingProps>;
251
- Slider: react450.FC<_pixpilot_shadcn_ui54.SliderProps>;
252
- SliderInput: react450.FC<_pixpilot_shadcn_ui54.SliderInputProps>;
253
- SliderSelect: react450.FC<_pixpilot_shadcn_ui54.SliderSelectProps>;
254
- TagsInput: typeof _pixpilot_shadcn_ui54.TagsInput;
255
- TagsInputInLine: react450.FC<_pixpilot_shadcn_ui54.TagsInputProps>;
242
+ AvatarUpload: react10.FC<_pixpilot_shadcn_ui0.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui0.FileMetadata | null>>;
243
+ FileUploadInline: react10.FC<FileUploadInlineProps$1>;
244
+ IconPicker: react10.FC<IconPickerProps$1>;
245
+ FileUpload: react10.FC<FileUploadProps$1>;
246
+ RichTextEditor: react10.FC<_pixpilot_shadcn_ui0.RichTextEditorProps>;
247
+ ColorPicker: react10.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.ColorPickerProps>, "ref"> & react10.RefAttributes<unknown>>;
248
+ Combobox: react10.FC<_pixpilot_shadcn_ui0.ComboboxProps>;
249
+ ColorSelect: react10.FC<_pixpilot_shadcn_ui0.ColorSelectProps>;
250
+ Rating: react10.FC<_pixpilot_shadcn_ui0.RatingProps>;
251
+ Slider: react10.FC<_pixpilot_shadcn_ui0.SliderProps>;
252
+ SliderInput: react10.FC<_pixpilot_shadcn_ui0.SliderInputProps>;
253
+ SliderSelect: react10.FC<_pixpilot_shadcn_ui0.SliderSelectProps>;
254
+ TagsInput: typeof _pixpilot_shadcn_ui0.TagsInput;
255
+ TagsInputInLine: react10.FC<_pixpilot_shadcn_ui0.TagsInputProps>;
256
256
  ArrayCards: ComposedArrayProps;
257
- ArrayCollapse: react450.FC<ArrayComponentProps & {
257
+ ArrayCollapse: react10.FC<ArrayComponentProps & {
258
258
  defaultActiveKey?: Array<string | number>;
259
259
  mode?: "accordion" | "multiple";
260
260
  collapseProps?: React.HTMLAttributes<HTMLDivElement>;
261
261
  }>;
262
- ArrayDialog: react450.FC<ArrayComponentProps & {
262
+ ArrayDialog: react10.FC<ArrayComponentProps & {
263
263
  dialogProps?: React.HTMLAttributes<HTMLDivElement>;
264
264
  }>;
265
- ArrayDrawer: react450.FC<ArrayComponentProps & {
265
+ ArrayDrawer: react10.FC<ArrayComponentProps & {
266
266
  drawerProps?: React.HTMLAttributes<HTMLDivElement> & {
267
267
  direction?: "top" | "bottom" | "left" | "right";
268
268
  floating?: boolean;
269
269
  };
270
270
  }>;
271
271
  ArrayInline: ComposedArrayProps;
272
- ArrayPopover: react450.FC<ArrayComponentProps & {
272
+ ArrayPopover: react10.FC<ArrayComponentProps & {
273
273
  popoverProps?: React.HTMLAttributes<HTMLDivElement>;
274
274
  }>;
275
- ArrayTags: react450.MemoExoticComponent<_formily_react35.ReactFC<ArrayTagsProps>>;
276
- ArrayToggleGroup: react450.MemoExoticComponent<_formily_react35.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
277
- ToggleGroup: react450.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react450.RefAttributes<unknown>>;
278
- Checkbox: react450.FC<_radix_ui_react_checkbox10.CheckboxProps & react450.RefAttributes<HTMLButtonElement>>;
275
+ ArrayTags: react10.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
276
+ ArrayToggleGroup: react10.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
277
+ ToggleGroup: react10.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react10.RefAttributes<unknown>>;
278
+ Checkbox: react10.FC<_radix_ui_react_checkbox0.CheckboxProps & react10.RefAttributes<HTMLButtonElement>>;
279
279
  Column: typeof Column;
280
- DatePicker: react450.ForwardRefExoticComponent<Partial<{
280
+ DatePicker: react10.ForwardRefExoticComponent<Partial<{
281
281
  value?: Date;
282
282
  onChange?: (date: Date | undefined) => void;
283
283
  placeholder?: string;
284
- } & Omit<_pixpilot_shadcn_ui54.DatePickerProps, "onSelect" | "selected" | "mode">> & react450.RefAttributes<unknown>>;
285
- DialogItem: react450.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
286
- children?: react450.ReactNode | undefined;
287
- }>, "ref"> & react450.RefAttributes<unknown>>;
288
- DrawerItem: react450.ForwardRefExoticComponent<Omit<Partial<DrawerItemProps & {
289
- children?: react450.ReactNode | undefined;
290
- }>, "ref"> & react450.RefAttributes<unknown>>;
291
- PopoverItem: react450.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
292
- children?: react450.ReactNode | undefined;
293
- }>, "ref"> & react450.RefAttributes<unknown>>;
284
+ } & Omit<_pixpilot_shadcn_ui0.DatePickerProps, "onSelect" | "selected" | "mode">> & react10.RefAttributes<unknown>>;
285
+ DialogItem: react10.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
286
+ children?: react10.ReactNode | undefined;
287
+ }>, "ref"> & react10.RefAttributes<unknown>>;
288
+ DrawerItem: react10.ForwardRefExoticComponent<Omit<Partial<DrawerItemProps & {
289
+ children?: react10.ReactNode | undefined;
290
+ }>, "ref"> & react10.RefAttributes<unknown>>;
291
+ PopoverItem: react10.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
292
+ children?: react10.ReactNode | undefined;
293
+ }>, "ref"> & react10.RefAttributes<unknown>>;
294
294
  FormGrid: typeof FormGrid;
295
- FormItem: react450.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
296
- children?: react450.ReactNode | undefined;
297
- }>, "ref"> & react450.RefAttributes<unknown>>;
298
- Hidden: react450.ForwardRefExoticComponent<Partial<HiddenProps> & react450.RefAttributes<unknown>>;
299
- IconToggle: react450.FC<_pixpilot_shadcn_ui54.IconToggleProps>;
300
- ToggleButton: react450.FC<_pixpilot_shadcn_ui54.ToggleButtonProps>;
301
- Input: react450.FC<_pixpilot_shadcn_ui54.InputProps>;
302
- NumberInput: react450.FC<_pixpilot_shadcn_ui54.InputProps>;
303
- ObjectContainer: react450.FC<ObjectContainerProps>;
304
- Radio: react450.FC<RadioProps>;
295
+ FormItem: react10.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
296
+ children?: react10.ReactNode | undefined;
297
+ }>, "ref"> & react10.RefAttributes<unknown>>;
298
+ Hidden: react10.ForwardRefExoticComponent<Partial<HiddenProps> & react10.RefAttributes<unknown>>;
299
+ IconToggle: react10.FC<_pixpilot_shadcn_ui0.IconToggleProps>;
300
+ ToggleButton: react10.FC<_pixpilot_shadcn_ui0.ToggleButtonProps>;
301
+ Input: react10.FC<_pixpilot_shadcn_ui0.InputProps>;
302
+ NumberInput: react10.FC<_pixpilot_shadcn_ui0.InputProps>;
303
+ ObjectContainer: react10.FC<ObjectContainerProps>;
304
+ Radio: react10.FC<RadioProps>;
305
305
  Row: typeof Row;
306
- Select: react450.FC<SelectProps$1>;
307
- Separator: react450.FC<_radix_ui_react_separator10.SeparatorProps & react450.RefAttributes<HTMLDivElement>>;
308
- Switch: react450.FC<_radix_ui_react_switch10.SwitchProps & react450.RefAttributes<HTMLButtonElement>>;
309
- Textarea: react450.FC<react450.ClassAttributes<HTMLTextAreaElement> & react450.TextareaHTMLAttributes<HTMLTextAreaElement>>;
306
+ Select: react10.FC<SelectProps$1>;
307
+ Separator: react10.FC<_radix_ui_react_separator0.SeparatorProps & react10.RefAttributes<HTMLDivElement>>;
308
+ Switch: react10.FC<_radix_ui_react_switch0.SwitchProps & react10.RefAttributes<HTMLButtonElement>>;
309
+ Textarea: react10.FC<react10.ClassAttributes<HTMLTextAreaElement> & react10.TextareaHTMLAttributes<HTMLTextAreaElement>>;
310
310
  };
311
311
  declare const SchemaFieldExtended: {
312
- <Decorator extends _formily_react35.JSXComponent, Component extends _formily_react35.JSXComponent>(props: _formily_react35.ISchemaFieldProps<Decorator, Component, _formily_core0.ObjectField<Decorator, Component>>): JSX.Element;
312
+ <Decorator extends _formily_react1.JSXComponent, Component extends _formily_react1.JSXComponent>(props: _formily_react1.ISchemaFieldProps<Decorator, Component, _formily_core0.ObjectField<Decorator, Component>>): JSX.Element;
313
313
  displayName: string;
314
314
  Markup: {
315
- <Decorator_1 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_1 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react35.ISchemaMarkupFieldProps<{
316
- AvatarUpload: react450.FC<_pixpilot_shadcn_ui54.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui54.FileMetadata | null>>;
317
- FileUploadInline: react450.FC<FileUploadInlineProps$1>;
318
- IconPicker: react450.FC<IconPickerProps$1>;
319
- FileUpload: react450.FC<FileUploadProps$1>;
320
- RichTextEditor: react450.FC<_pixpilot_shadcn_ui54.RichTextEditorProps>;
321
- ColorPicker: react450.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui54.ColorPickerProps>, "ref"> & react450.RefAttributes<unknown>>;
322
- Combobox: react450.FC<_pixpilot_shadcn_ui54.ComboboxProps>;
323
- ColorSelect: react450.FC<_pixpilot_shadcn_ui54.ColorSelectProps>;
324
- Rating: react450.FC<_pixpilot_shadcn_ui54.RatingProps>;
325
- Slider: react450.FC<_pixpilot_shadcn_ui54.SliderProps>;
326
- SliderInput: react450.FC<_pixpilot_shadcn_ui54.SliderInputProps>;
327
- SliderSelect: react450.FC<_pixpilot_shadcn_ui54.SliderSelectProps>;
328
- TagsInput: typeof _pixpilot_shadcn_ui54.TagsInput;
329
- TagsInputInLine: react450.FC<_pixpilot_shadcn_ui54.TagsInputProps>;
315
+ <Decorator_1 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor", Component_1 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor">(props: _formily_react1.ISchemaMarkupFieldProps<{
316
+ AvatarUpload: react10.FC<_pixpilot_shadcn_ui0.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui0.FileMetadata | null>>;
317
+ FileUploadInline: react10.FC<FileUploadInlineProps$1>;
318
+ IconPicker: react10.FC<IconPickerProps$1>;
319
+ FileUpload: react10.FC<FileUploadProps$1>;
320
+ RichTextEditor: react10.FC<_pixpilot_shadcn_ui0.RichTextEditorProps>;
321
+ ColorPicker: react10.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.ColorPickerProps>, "ref"> & react10.RefAttributes<unknown>>;
322
+ Combobox: react10.FC<_pixpilot_shadcn_ui0.ComboboxProps>;
323
+ ColorSelect: react10.FC<_pixpilot_shadcn_ui0.ColorSelectProps>;
324
+ Rating: react10.FC<_pixpilot_shadcn_ui0.RatingProps>;
325
+ Slider: react10.FC<_pixpilot_shadcn_ui0.SliderProps>;
326
+ SliderInput: react10.FC<_pixpilot_shadcn_ui0.SliderInputProps>;
327
+ SliderSelect: react10.FC<_pixpilot_shadcn_ui0.SliderSelectProps>;
328
+ TagsInput: typeof _pixpilot_shadcn_ui0.TagsInput;
329
+ TagsInputInLine: react10.FC<_pixpilot_shadcn_ui0.TagsInputProps>;
330
330
  ArrayCards: ComposedArrayProps;
331
- ArrayCollapse: react450.FC<ArrayComponentProps & {
331
+ ArrayCollapse: react10.FC<ArrayComponentProps & {
332
332
  defaultActiveKey?: Array<string | number>;
333
333
  mode?: "accordion" | "multiple";
334
334
  collapseProps?: React.HTMLAttributes<HTMLDivElement>;
335
335
  }>;
336
- ArrayDialog: react450.FC<ArrayComponentProps & {
336
+ ArrayDialog: react10.FC<ArrayComponentProps & {
337
337
  dialogProps?: React.HTMLAttributes<HTMLDivElement>;
338
338
  }>;
339
- ArrayDrawer: react450.FC<ArrayComponentProps & {
339
+ ArrayDrawer: react10.FC<ArrayComponentProps & {
340
340
  drawerProps?: React.HTMLAttributes<HTMLDivElement> & {
341
341
  direction?: "top" | "bottom" | "left" | "right";
342
342
  floating?: boolean;
343
343
  };
344
344
  }>;
345
345
  ArrayInline: ComposedArrayProps;
346
- ArrayPopover: react450.FC<ArrayComponentProps & {
346
+ ArrayPopover: react10.FC<ArrayComponentProps & {
347
347
  popoverProps?: React.HTMLAttributes<HTMLDivElement>;
348
348
  }>;
349
- ArrayTags: react450.MemoExoticComponent<_formily_react35.ReactFC<ArrayTagsProps>>;
350
- ArrayToggleGroup: react450.MemoExoticComponent<_formily_react35.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
351
- ToggleGroup: react450.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react450.RefAttributes<unknown>>;
352
- Checkbox: react450.FC<_radix_ui_react_checkbox10.CheckboxProps & react450.RefAttributes<HTMLButtonElement>>;
349
+ ArrayTags: react10.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
350
+ ArrayToggleGroup: react10.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
351
+ ToggleGroup: react10.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react10.RefAttributes<unknown>>;
352
+ Checkbox: react10.FC<_radix_ui_react_checkbox0.CheckboxProps & react10.RefAttributes<HTMLButtonElement>>;
353
353
  Column: typeof Column;
354
- DatePicker: react450.ForwardRefExoticComponent<Partial<{
354
+ DatePicker: react10.ForwardRefExoticComponent<Partial<{
355
355
  value?: Date;
356
356
  onChange?: (date: Date | undefined) => void;
357
357
  placeholder?: string;
358
- } & Omit<_pixpilot_shadcn_ui54.DatePickerProps, "onSelect" | "selected" | "mode">> & react450.RefAttributes<unknown>>;
359
- DialogItem: react450.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
360
- children?: react450.ReactNode | undefined;
361
- }>, "ref"> & react450.RefAttributes<unknown>>;
362
- DrawerItem: react450.ForwardRefExoticComponent<Omit<Partial<DrawerItemProps & {
363
- children?: react450.ReactNode | undefined;
364
- }>, "ref"> & react450.RefAttributes<unknown>>;
365
- PopoverItem: react450.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
366
- children?: react450.ReactNode | undefined;
367
- }>, "ref"> & react450.RefAttributes<unknown>>;
358
+ } & Omit<_pixpilot_shadcn_ui0.DatePickerProps, "onSelect" | "selected" | "mode">> & react10.RefAttributes<unknown>>;
359
+ DialogItem: react10.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
360
+ children?: react10.ReactNode | undefined;
361
+ }>, "ref"> & react10.RefAttributes<unknown>>;
362
+ DrawerItem: react10.ForwardRefExoticComponent<Omit<Partial<DrawerItemProps & {
363
+ children?: react10.ReactNode | undefined;
364
+ }>, "ref"> & react10.RefAttributes<unknown>>;
365
+ PopoverItem: react10.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
366
+ children?: react10.ReactNode | undefined;
367
+ }>, "ref"> & react10.RefAttributes<unknown>>;
368
368
  FormGrid: typeof FormGrid;
369
- FormItem: react450.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
370
- children?: react450.ReactNode | undefined;
371
- }>, "ref"> & react450.RefAttributes<unknown>>;
372
- Hidden: react450.ForwardRefExoticComponent<Partial<HiddenProps> & react450.RefAttributes<unknown>>;
373
- IconToggle: react450.FC<_pixpilot_shadcn_ui54.IconToggleProps>;
374
- ToggleButton: react450.FC<_pixpilot_shadcn_ui54.ToggleButtonProps>;
375
- Input: react450.FC<_pixpilot_shadcn_ui54.InputProps>;
376
- NumberInput: react450.FC<_pixpilot_shadcn_ui54.InputProps>;
377
- ObjectContainer: react450.FC<ObjectContainerProps>;
378
- Radio: react450.FC<RadioProps>;
369
+ FormItem: react10.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
370
+ children?: react10.ReactNode | undefined;
371
+ }>, "ref"> & react10.RefAttributes<unknown>>;
372
+ Hidden: react10.ForwardRefExoticComponent<Partial<HiddenProps> & react10.RefAttributes<unknown>>;
373
+ IconToggle: react10.FC<_pixpilot_shadcn_ui0.IconToggleProps>;
374
+ ToggleButton: react10.FC<_pixpilot_shadcn_ui0.ToggleButtonProps>;
375
+ Input: react10.FC<_pixpilot_shadcn_ui0.InputProps>;
376
+ NumberInput: react10.FC<_pixpilot_shadcn_ui0.InputProps>;
377
+ ObjectContainer: react10.FC<ObjectContainerProps>;
378
+ Radio: react10.FC<RadioProps>;
379
379
  Row: typeof Row;
380
- Select: react450.FC<SelectProps$1>;
381
- Separator: react450.FC<_radix_ui_react_separator10.SeparatorProps & react450.RefAttributes<HTMLDivElement>>;
382
- Switch: react450.FC<_radix_ui_react_switch10.SwitchProps & react450.RefAttributes<HTMLButtonElement>>;
383
- Textarea: react450.FC<react450.ClassAttributes<HTMLTextAreaElement> & react450.TextareaHTMLAttributes<HTMLTextAreaElement>>;
380
+ Select: react10.FC<SelectProps$1>;
381
+ Separator: react10.FC<_radix_ui_react_separator0.SeparatorProps & react10.RefAttributes<HTMLDivElement>>;
382
+ Switch: react10.FC<_radix_ui_react_switch0.SwitchProps & react10.RefAttributes<HTMLButtonElement>>;
383
+ Textarea: react10.FC<react10.ClassAttributes<HTMLTextAreaElement> & react10.TextareaHTMLAttributes<HTMLTextAreaElement>>;
384
384
  }, Component_1, Decorator_1>): JSX.Element;
385
385
  displayName: string;
386
386
  };
387
387
  String: {
388
- <Decorator_2 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_2 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react35.ISchemaTypeFieldProps<{
389
- AvatarUpload: react450.FC<_pixpilot_shadcn_ui54.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui54.FileMetadata | null>>;
390
- FileUploadInline: react450.FC<FileUploadInlineProps$1>;
391
- IconPicker: react450.FC<IconPickerProps$1>;
392
- FileUpload: react450.FC<FileUploadProps$1>;
393
- RichTextEditor: react450.FC<_pixpilot_shadcn_ui54.RichTextEditorProps>;
394
- ColorPicker: react450.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui54.ColorPickerProps>, "ref"> & react450.RefAttributes<unknown>>;
395
- Combobox: react450.FC<_pixpilot_shadcn_ui54.ComboboxProps>;
396
- ColorSelect: react450.FC<_pixpilot_shadcn_ui54.ColorSelectProps>;
397
- Rating: react450.FC<_pixpilot_shadcn_ui54.RatingProps>;
398
- Slider: react450.FC<_pixpilot_shadcn_ui54.SliderProps>;
399
- SliderInput: react450.FC<_pixpilot_shadcn_ui54.SliderInputProps>;
400
- SliderSelect: react450.FC<_pixpilot_shadcn_ui54.SliderSelectProps>;
401
- TagsInput: typeof _pixpilot_shadcn_ui54.TagsInput;
402
- TagsInputInLine: react450.FC<_pixpilot_shadcn_ui54.TagsInputProps>;
388
+ <Decorator_2 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor", Component_2 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor">(props: _formily_react1.ISchemaTypeFieldProps<{
389
+ AvatarUpload: react10.FC<_pixpilot_shadcn_ui0.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui0.FileMetadata | null>>;
390
+ FileUploadInline: react10.FC<FileUploadInlineProps$1>;
391
+ IconPicker: react10.FC<IconPickerProps$1>;
392
+ FileUpload: react10.FC<FileUploadProps$1>;
393
+ RichTextEditor: react10.FC<_pixpilot_shadcn_ui0.RichTextEditorProps>;
394
+ ColorPicker: react10.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.ColorPickerProps>, "ref"> & react10.RefAttributes<unknown>>;
395
+ Combobox: react10.FC<_pixpilot_shadcn_ui0.ComboboxProps>;
396
+ ColorSelect: react10.FC<_pixpilot_shadcn_ui0.ColorSelectProps>;
397
+ Rating: react10.FC<_pixpilot_shadcn_ui0.RatingProps>;
398
+ Slider: react10.FC<_pixpilot_shadcn_ui0.SliderProps>;
399
+ SliderInput: react10.FC<_pixpilot_shadcn_ui0.SliderInputProps>;
400
+ SliderSelect: react10.FC<_pixpilot_shadcn_ui0.SliderSelectProps>;
401
+ TagsInput: typeof _pixpilot_shadcn_ui0.TagsInput;
402
+ TagsInputInLine: react10.FC<_pixpilot_shadcn_ui0.TagsInputProps>;
403
403
  ArrayCards: ComposedArrayProps;
404
- ArrayCollapse: react450.FC<ArrayComponentProps & {
404
+ ArrayCollapse: react10.FC<ArrayComponentProps & {
405
405
  defaultActiveKey?: Array<string | number>;
406
406
  mode?: "accordion" | "multiple";
407
407
  collapseProps?: React.HTMLAttributes<HTMLDivElement>;
408
408
  }>;
409
- ArrayDialog: react450.FC<ArrayComponentProps & {
409
+ ArrayDialog: react10.FC<ArrayComponentProps & {
410
410
  dialogProps?: React.HTMLAttributes<HTMLDivElement>;
411
411
  }>;
412
- ArrayDrawer: react450.FC<ArrayComponentProps & {
412
+ ArrayDrawer: react10.FC<ArrayComponentProps & {
413
413
  drawerProps?: React.HTMLAttributes<HTMLDivElement> & {
414
414
  direction?: "top" | "bottom" | "left" | "right";
415
415
  floating?: boolean;
416
416
  };
417
417
  }>;
418
418
  ArrayInline: ComposedArrayProps;
419
- ArrayPopover: react450.FC<ArrayComponentProps & {
419
+ ArrayPopover: react10.FC<ArrayComponentProps & {
420
420
  popoverProps?: React.HTMLAttributes<HTMLDivElement>;
421
421
  }>;
422
- ArrayTags: react450.MemoExoticComponent<_formily_react35.ReactFC<ArrayTagsProps>>;
423
- ArrayToggleGroup: react450.MemoExoticComponent<_formily_react35.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
424
- ToggleGroup: react450.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react450.RefAttributes<unknown>>;
425
- Checkbox: react450.FC<_radix_ui_react_checkbox10.CheckboxProps & react450.RefAttributes<HTMLButtonElement>>;
422
+ ArrayTags: react10.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
423
+ ArrayToggleGroup: react10.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
424
+ ToggleGroup: react10.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react10.RefAttributes<unknown>>;
425
+ Checkbox: react10.FC<_radix_ui_react_checkbox0.CheckboxProps & react10.RefAttributes<HTMLButtonElement>>;
426
426
  Column: typeof Column;
427
- DatePicker: react450.ForwardRefExoticComponent<Partial<{
427
+ DatePicker: react10.ForwardRefExoticComponent<Partial<{
428
428
  value?: Date;
429
429
  onChange?: (date: Date | undefined) => void;
430
430
  placeholder?: string;
431
- } & Omit<_pixpilot_shadcn_ui54.DatePickerProps, "onSelect" | "selected" | "mode">> & react450.RefAttributes<unknown>>;
432
- DialogItem: react450.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
433
- children?: react450.ReactNode | undefined;
434
- }>, "ref"> & react450.RefAttributes<unknown>>;
435
- DrawerItem: react450.ForwardRefExoticComponent<Omit<Partial<DrawerItemProps & {
436
- children?: react450.ReactNode | undefined;
437
- }>, "ref"> & react450.RefAttributes<unknown>>;
438
- PopoverItem: react450.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
439
- children?: react450.ReactNode | undefined;
440
- }>, "ref"> & react450.RefAttributes<unknown>>;
431
+ } & Omit<_pixpilot_shadcn_ui0.DatePickerProps, "onSelect" | "selected" | "mode">> & react10.RefAttributes<unknown>>;
432
+ DialogItem: react10.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
433
+ children?: react10.ReactNode | undefined;
434
+ }>, "ref"> & react10.RefAttributes<unknown>>;
435
+ DrawerItem: react10.ForwardRefExoticComponent<Omit<Partial<DrawerItemProps & {
436
+ children?: react10.ReactNode | undefined;
437
+ }>, "ref"> & react10.RefAttributes<unknown>>;
438
+ PopoverItem: react10.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
439
+ children?: react10.ReactNode | undefined;
440
+ }>, "ref"> & react10.RefAttributes<unknown>>;
441
441
  FormGrid: typeof FormGrid;
442
- FormItem: react450.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
443
- children?: react450.ReactNode | undefined;
444
- }>, "ref"> & react450.RefAttributes<unknown>>;
445
- Hidden: react450.ForwardRefExoticComponent<Partial<HiddenProps> & react450.RefAttributes<unknown>>;
446
- IconToggle: react450.FC<_pixpilot_shadcn_ui54.IconToggleProps>;
447
- ToggleButton: react450.FC<_pixpilot_shadcn_ui54.ToggleButtonProps>;
448
- Input: react450.FC<_pixpilot_shadcn_ui54.InputProps>;
449
- NumberInput: react450.FC<_pixpilot_shadcn_ui54.InputProps>;
450
- ObjectContainer: react450.FC<ObjectContainerProps>;
451
- Radio: react450.FC<RadioProps>;
442
+ FormItem: react10.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
443
+ children?: react10.ReactNode | undefined;
444
+ }>, "ref"> & react10.RefAttributes<unknown>>;
445
+ Hidden: react10.ForwardRefExoticComponent<Partial<HiddenProps> & react10.RefAttributes<unknown>>;
446
+ IconToggle: react10.FC<_pixpilot_shadcn_ui0.IconToggleProps>;
447
+ ToggleButton: react10.FC<_pixpilot_shadcn_ui0.ToggleButtonProps>;
448
+ Input: react10.FC<_pixpilot_shadcn_ui0.InputProps>;
449
+ NumberInput: react10.FC<_pixpilot_shadcn_ui0.InputProps>;
450
+ ObjectContainer: react10.FC<ObjectContainerProps>;
451
+ Radio: react10.FC<RadioProps>;
452
452
  Row: typeof Row;
453
- Select: react450.FC<SelectProps$1>;
454
- Separator: react450.FC<_radix_ui_react_separator10.SeparatorProps & react450.RefAttributes<HTMLDivElement>>;
455
- Switch: react450.FC<_radix_ui_react_switch10.SwitchProps & react450.RefAttributes<HTMLButtonElement>>;
456
- Textarea: react450.FC<react450.ClassAttributes<HTMLTextAreaElement> & react450.TextareaHTMLAttributes<HTMLTextAreaElement>>;
453
+ Select: react10.FC<SelectProps$1>;
454
+ Separator: react10.FC<_radix_ui_react_separator0.SeparatorProps & react10.RefAttributes<HTMLDivElement>>;
455
+ Switch: react10.FC<_radix_ui_react_switch0.SwitchProps & react10.RefAttributes<HTMLButtonElement>>;
456
+ Textarea: react10.FC<react10.ClassAttributes<HTMLTextAreaElement> & react10.TextareaHTMLAttributes<HTMLTextAreaElement>>;
457
457
  }, Component_2, Decorator_2>): JSX.Element;
458
458
  displayName: string;
459
459
  };
460
460
  Object: {
461
- <Decorator_3 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_3 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react35.ISchemaTypeFieldProps<{
462
- AvatarUpload: react450.FC<_pixpilot_shadcn_ui54.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui54.FileMetadata | null>>;
463
- FileUploadInline: react450.FC<FileUploadInlineProps$1>;
464
- IconPicker: react450.FC<IconPickerProps$1>;
465
- FileUpload: react450.FC<FileUploadProps$1>;
466
- RichTextEditor: react450.FC<_pixpilot_shadcn_ui54.RichTextEditorProps>;
467
- ColorPicker: react450.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui54.ColorPickerProps>, "ref"> & react450.RefAttributes<unknown>>;
468
- Combobox: react450.FC<_pixpilot_shadcn_ui54.ComboboxProps>;
469
- ColorSelect: react450.FC<_pixpilot_shadcn_ui54.ColorSelectProps>;
470
- Rating: react450.FC<_pixpilot_shadcn_ui54.RatingProps>;
471
- Slider: react450.FC<_pixpilot_shadcn_ui54.SliderProps>;
472
- SliderInput: react450.FC<_pixpilot_shadcn_ui54.SliderInputProps>;
473
- SliderSelect: react450.FC<_pixpilot_shadcn_ui54.SliderSelectProps>;
474
- TagsInput: typeof _pixpilot_shadcn_ui54.TagsInput;
475
- TagsInputInLine: react450.FC<_pixpilot_shadcn_ui54.TagsInputProps>;
461
+ <Decorator_3 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor", Component_3 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor">(props: _formily_react1.ISchemaTypeFieldProps<{
462
+ AvatarUpload: react10.FC<_pixpilot_shadcn_ui0.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui0.FileMetadata | null>>;
463
+ FileUploadInline: react10.FC<FileUploadInlineProps$1>;
464
+ IconPicker: react10.FC<IconPickerProps$1>;
465
+ FileUpload: react10.FC<FileUploadProps$1>;
466
+ RichTextEditor: react10.FC<_pixpilot_shadcn_ui0.RichTextEditorProps>;
467
+ ColorPicker: react10.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.ColorPickerProps>, "ref"> & react10.RefAttributes<unknown>>;
468
+ Combobox: react10.FC<_pixpilot_shadcn_ui0.ComboboxProps>;
469
+ ColorSelect: react10.FC<_pixpilot_shadcn_ui0.ColorSelectProps>;
470
+ Rating: react10.FC<_pixpilot_shadcn_ui0.RatingProps>;
471
+ Slider: react10.FC<_pixpilot_shadcn_ui0.SliderProps>;
472
+ SliderInput: react10.FC<_pixpilot_shadcn_ui0.SliderInputProps>;
473
+ SliderSelect: react10.FC<_pixpilot_shadcn_ui0.SliderSelectProps>;
474
+ TagsInput: typeof _pixpilot_shadcn_ui0.TagsInput;
475
+ TagsInputInLine: react10.FC<_pixpilot_shadcn_ui0.TagsInputProps>;
476
476
  ArrayCards: ComposedArrayProps;
477
- ArrayCollapse: react450.FC<ArrayComponentProps & {
477
+ ArrayCollapse: react10.FC<ArrayComponentProps & {
478
478
  defaultActiveKey?: Array<string | number>;
479
479
  mode?: "accordion" | "multiple";
480
480
  collapseProps?: React.HTMLAttributes<HTMLDivElement>;
481
481
  }>;
482
- ArrayDialog: react450.FC<ArrayComponentProps & {
482
+ ArrayDialog: react10.FC<ArrayComponentProps & {
483
483
  dialogProps?: React.HTMLAttributes<HTMLDivElement>;
484
484
  }>;
485
- ArrayDrawer: react450.FC<ArrayComponentProps & {
485
+ ArrayDrawer: react10.FC<ArrayComponentProps & {
486
486
  drawerProps?: React.HTMLAttributes<HTMLDivElement> & {
487
487
  direction?: "top" | "bottom" | "left" | "right";
488
488
  floating?: boolean;
489
489
  };
490
490
  }>;
491
491
  ArrayInline: ComposedArrayProps;
492
- ArrayPopover: react450.FC<ArrayComponentProps & {
492
+ ArrayPopover: react10.FC<ArrayComponentProps & {
493
493
  popoverProps?: React.HTMLAttributes<HTMLDivElement>;
494
494
  }>;
495
- ArrayTags: react450.MemoExoticComponent<_formily_react35.ReactFC<ArrayTagsProps>>;
496
- ArrayToggleGroup: react450.MemoExoticComponent<_formily_react35.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
497
- ToggleGroup: react450.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react450.RefAttributes<unknown>>;
498
- Checkbox: react450.FC<_radix_ui_react_checkbox10.CheckboxProps & react450.RefAttributes<HTMLButtonElement>>;
495
+ ArrayTags: react10.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
496
+ ArrayToggleGroup: react10.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
497
+ ToggleGroup: react10.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react10.RefAttributes<unknown>>;
498
+ Checkbox: react10.FC<_radix_ui_react_checkbox0.CheckboxProps & react10.RefAttributes<HTMLButtonElement>>;
499
499
  Column: typeof Column;
500
- DatePicker: react450.ForwardRefExoticComponent<Partial<{
500
+ DatePicker: react10.ForwardRefExoticComponent<Partial<{
501
501
  value?: Date;
502
502
  onChange?: (date: Date | undefined) => void;
503
503
  placeholder?: string;
504
- } & Omit<_pixpilot_shadcn_ui54.DatePickerProps, "onSelect" | "selected" | "mode">> & react450.RefAttributes<unknown>>;
505
- DialogItem: react450.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
506
- children?: react450.ReactNode | undefined;
507
- }>, "ref"> & react450.RefAttributes<unknown>>;
508
- DrawerItem: react450.ForwardRefExoticComponent<Omit<Partial<DrawerItemProps & {
509
- children?: react450.ReactNode | undefined;
510
- }>, "ref"> & react450.RefAttributes<unknown>>;
511
- PopoverItem: react450.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
512
- children?: react450.ReactNode | undefined;
513
- }>, "ref"> & react450.RefAttributes<unknown>>;
504
+ } & Omit<_pixpilot_shadcn_ui0.DatePickerProps, "onSelect" | "selected" | "mode">> & react10.RefAttributes<unknown>>;
505
+ DialogItem: react10.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
506
+ children?: react10.ReactNode | undefined;
507
+ }>, "ref"> & react10.RefAttributes<unknown>>;
508
+ DrawerItem: react10.ForwardRefExoticComponent<Omit<Partial<DrawerItemProps & {
509
+ children?: react10.ReactNode | undefined;
510
+ }>, "ref"> & react10.RefAttributes<unknown>>;
511
+ PopoverItem: react10.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
512
+ children?: react10.ReactNode | undefined;
513
+ }>, "ref"> & react10.RefAttributes<unknown>>;
514
514
  FormGrid: typeof FormGrid;
515
- FormItem: react450.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
516
- children?: react450.ReactNode | undefined;
517
- }>, "ref"> & react450.RefAttributes<unknown>>;
518
- Hidden: react450.ForwardRefExoticComponent<Partial<HiddenProps> & react450.RefAttributes<unknown>>;
519
- IconToggle: react450.FC<_pixpilot_shadcn_ui54.IconToggleProps>;
520
- ToggleButton: react450.FC<_pixpilot_shadcn_ui54.ToggleButtonProps>;
521
- Input: react450.FC<_pixpilot_shadcn_ui54.InputProps>;
522
- NumberInput: react450.FC<_pixpilot_shadcn_ui54.InputProps>;
523
- ObjectContainer: react450.FC<ObjectContainerProps>;
524
- Radio: react450.FC<RadioProps>;
515
+ FormItem: react10.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
516
+ children?: react10.ReactNode | undefined;
517
+ }>, "ref"> & react10.RefAttributes<unknown>>;
518
+ Hidden: react10.ForwardRefExoticComponent<Partial<HiddenProps> & react10.RefAttributes<unknown>>;
519
+ IconToggle: react10.FC<_pixpilot_shadcn_ui0.IconToggleProps>;
520
+ ToggleButton: react10.FC<_pixpilot_shadcn_ui0.ToggleButtonProps>;
521
+ Input: react10.FC<_pixpilot_shadcn_ui0.InputProps>;
522
+ NumberInput: react10.FC<_pixpilot_shadcn_ui0.InputProps>;
523
+ ObjectContainer: react10.FC<ObjectContainerProps>;
524
+ Radio: react10.FC<RadioProps>;
525
525
  Row: typeof Row;
526
- Select: react450.FC<SelectProps$1>;
527
- Separator: react450.FC<_radix_ui_react_separator10.SeparatorProps & react450.RefAttributes<HTMLDivElement>>;
528
- Switch: react450.FC<_radix_ui_react_switch10.SwitchProps & react450.RefAttributes<HTMLButtonElement>>;
529
- Textarea: react450.FC<react450.ClassAttributes<HTMLTextAreaElement> & react450.TextareaHTMLAttributes<HTMLTextAreaElement>>;
526
+ Select: react10.FC<SelectProps$1>;
527
+ Separator: react10.FC<_radix_ui_react_separator0.SeparatorProps & react10.RefAttributes<HTMLDivElement>>;
528
+ Switch: react10.FC<_radix_ui_react_switch0.SwitchProps & react10.RefAttributes<HTMLButtonElement>>;
529
+ Textarea: react10.FC<react10.ClassAttributes<HTMLTextAreaElement> & react10.TextareaHTMLAttributes<HTMLTextAreaElement>>;
530
530
  }, Component_3, Decorator_3>): JSX.Element;
531
531
  displayName: string;
532
532
  };
533
533
  Array: {
534
- <Decorator_4 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_4 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react35.ISchemaTypeFieldProps<{
535
- AvatarUpload: react450.FC<_pixpilot_shadcn_ui54.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui54.FileMetadata | null>>;
536
- FileUploadInline: react450.FC<FileUploadInlineProps$1>;
537
- IconPicker: react450.FC<IconPickerProps$1>;
538
- FileUpload: react450.FC<FileUploadProps$1>;
539
- RichTextEditor: react450.FC<_pixpilot_shadcn_ui54.RichTextEditorProps>;
540
- ColorPicker: react450.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui54.ColorPickerProps>, "ref"> & react450.RefAttributes<unknown>>;
541
- Combobox: react450.FC<_pixpilot_shadcn_ui54.ComboboxProps>;
542
- ColorSelect: react450.FC<_pixpilot_shadcn_ui54.ColorSelectProps>;
543
- Rating: react450.FC<_pixpilot_shadcn_ui54.RatingProps>;
544
- Slider: react450.FC<_pixpilot_shadcn_ui54.SliderProps>;
545
- SliderInput: react450.FC<_pixpilot_shadcn_ui54.SliderInputProps>;
546
- SliderSelect: react450.FC<_pixpilot_shadcn_ui54.SliderSelectProps>;
547
- TagsInput: typeof _pixpilot_shadcn_ui54.TagsInput;
548
- TagsInputInLine: react450.FC<_pixpilot_shadcn_ui54.TagsInputProps>;
534
+ <Decorator_4 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor", Component_4 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor">(props: _formily_react1.ISchemaTypeFieldProps<{
535
+ AvatarUpload: react10.FC<_pixpilot_shadcn_ui0.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui0.FileMetadata | null>>;
536
+ FileUploadInline: react10.FC<FileUploadInlineProps$1>;
537
+ IconPicker: react10.FC<IconPickerProps$1>;
538
+ FileUpload: react10.FC<FileUploadProps$1>;
539
+ RichTextEditor: react10.FC<_pixpilot_shadcn_ui0.RichTextEditorProps>;
540
+ ColorPicker: react10.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.ColorPickerProps>, "ref"> & react10.RefAttributes<unknown>>;
541
+ Combobox: react10.FC<_pixpilot_shadcn_ui0.ComboboxProps>;
542
+ ColorSelect: react10.FC<_pixpilot_shadcn_ui0.ColorSelectProps>;
543
+ Rating: react10.FC<_pixpilot_shadcn_ui0.RatingProps>;
544
+ Slider: react10.FC<_pixpilot_shadcn_ui0.SliderProps>;
545
+ SliderInput: react10.FC<_pixpilot_shadcn_ui0.SliderInputProps>;
546
+ SliderSelect: react10.FC<_pixpilot_shadcn_ui0.SliderSelectProps>;
547
+ TagsInput: typeof _pixpilot_shadcn_ui0.TagsInput;
548
+ TagsInputInLine: react10.FC<_pixpilot_shadcn_ui0.TagsInputProps>;
549
549
  ArrayCards: ComposedArrayProps;
550
- ArrayCollapse: react450.FC<ArrayComponentProps & {
550
+ ArrayCollapse: react10.FC<ArrayComponentProps & {
551
551
  defaultActiveKey?: Array<string | number>;
552
552
  mode?: "accordion" | "multiple";
553
553
  collapseProps?: React.HTMLAttributes<HTMLDivElement>;
554
554
  }>;
555
- ArrayDialog: react450.FC<ArrayComponentProps & {
555
+ ArrayDialog: react10.FC<ArrayComponentProps & {
556
556
  dialogProps?: React.HTMLAttributes<HTMLDivElement>;
557
557
  }>;
558
- ArrayDrawer: react450.FC<ArrayComponentProps & {
558
+ ArrayDrawer: react10.FC<ArrayComponentProps & {
559
559
  drawerProps?: React.HTMLAttributes<HTMLDivElement> & {
560
560
  direction?: "top" | "bottom" | "left" | "right";
561
561
  floating?: boolean;
562
562
  };
563
563
  }>;
564
564
  ArrayInline: ComposedArrayProps;
565
- ArrayPopover: react450.FC<ArrayComponentProps & {
565
+ ArrayPopover: react10.FC<ArrayComponentProps & {
566
566
  popoverProps?: React.HTMLAttributes<HTMLDivElement>;
567
567
  }>;
568
- ArrayTags: react450.MemoExoticComponent<_formily_react35.ReactFC<ArrayTagsProps>>;
569
- ArrayToggleGroup: react450.MemoExoticComponent<_formily_react35.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
570
- ToggleGroup: react450.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react450.RefAttributes<unknown>>;
571
- Checkbox: react450.FC<_radix_ui_react_checkbox10.CheckboxProps & react450.RefAttributes<HTMLButtonElement>>;
568
+ ArrayTags: react10.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
569
+ ArrayToggleGroup: react10.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
570
+ ToggleGroup: react10.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react10.RefAttributes<unknown>>;
571
+ Checkbox: react10.FC<_radix_ui_react_checkbox0.CheckboxProps & react10.RefAttributes<HTMLButtonElement>>;
572
572
  Column: typeof Column;
573
- DatePicker: react450.ForwardRefExoticComponent<Partial<{
573
+ DatePicker: react10.ForwardRefExoticComponent<Partial<{
574
574
  value?: Date;
575
575
  onChange?: (date: Date | undefined) => void;
576
576
  placeholder?: string;
577
- } & Omit<_pixpilot_shadcn_ui54.DatePickerProps, "onSelect" | "selected" | "mode">> & react450.RefAttributes<unknown>>;
578
- DialogItem: react450.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
579
- children?: react450.ReactNode | undefined;
580
- }>, "ref"> & react450.RefAttributes<unknown>>;
581
- DrawerItem: react450.ForwardRefExoticComponent<Omit<Partial<DrawerItemProps & {
582
- children?: react450.ReactNode | undefined;
583
- }>, "ref"> & react450.RefAttributes<unknown>>;
584
- PopoverItem: react450.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
585
- children?: react450.ReactNode | undefined;
586
- }>, "ref"> & react450.RefAttributes<unknown>>;
577
+ } & Omit<_pixpilot_shadcn_ui0.DatePickerProps, "onSelect" | "selected" | "mode">> & react10.RefAttributes<unknown>>;
578
+ DialogItem: react10.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
579
+ children?: react10.ReactNode | undefined;
580
+ }>, "ref"> & react10.RefAttributes<unknown>>;
581
+ DrawerItem: react10.ForwardRefExoticComponent<Omit<Partial<DrawerItemProps & {
582
+ children?: react10.ReactNode | undefined;
583
+ }>, "ref"> & react10.RefAttributes<unknown>>;
584
+ PopoverItem: react10.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
585
+ children?: react10.ReactNode | undefined;
586
+ }>, "ref"> & react10.RefAttributes<unknown>>;
587
587
  FormGrid: typeof FormGrid;
588
- FormItem: react450.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
589
- children?: react450.ReactNode | undefined;
590
- }>, "ref"> & react450.RefAttributes<unknown>>;
591
- Hidden: react450.ForwardRefExoticComponent<Partial<HiddenProps> & react450.RefAttributes<unknown>>;
592
- IconToggle: react450.FC<_pixpilot_shadcn_ui54.IconToggleProps>;
593
- ToggleButton: react450.FC<_pixpilot_shadcn_ui54.ToggleButtonProps>;
594
- Input: react450.FC<_pixpilot_shadcn_ui54.InputProps>;
595
- NumberInput: react450.FC<_pixpilot_shadcn_ui54.InputProps>;
596
- ObjectContainer: react450.FC<ObjectContainerProps>;
597
- Radio: react450.FC<RadioProps>;
588
+ FormItem: react10.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
589
+ children?: react10.ReactNode | undefined;
590
+ }>, "ref"> & react10.RefAttributes<unknown>>;
591
+ Hidden: react10.ForwardRefExoticComponent<Partial<HiddenProps> & react10.RefAttributes<unknown>>;
592
+ IconToggle: react10.FC<_pixpilot_shadcn_ui0.IconToggleProps>;
593
+ ToggleButton: react10.FC<_pixpilot_shadcn_ui0.ToggleButtonProps>;
594
+ Input: react10.FC<_pixpilot_shadcn_ui0.InputProps>;
595
+ NumberInput: react10.FC<_pixpilot_shadcn_ui0.InputProps>;
596
+ ObjectContainer: react10.FC<ObjectContainerProps>;
597
+ Radio: react10.FC<RadioProps>;
598
598
  Row: typeof Row;
599
- Select: react450.FC<SelectProps$1>;
600
- Separator: react450.FC<_radix_ui_react_separator10.SeparatorProps & react450.RefAttributes<HTMLDivElement>>;
601
- Switch: react450.FC<_radix_ui_react_switch10.SwitchProps & react450.RefAttributes<HTMLButtonElement>>;
602
- Textarea: react450.FC<react450.ClassAttributes<HTMLTextAreaElement> & react450.TextareaHTMLAttributes<HTMLTextAreaElement>>;
599
+ Select: react10.FC<SelectProps$1>;
600
+ Separator: react10.FC<_radix_ui_react_separator0.SeparatorProps & react10.RefAttributes<HTMLDivElement>>;
601
+ Switch: react10.FC<_radix_ui_react_switch0.SwitchProps & react10.RefAttributes<HTMLButtonElement>>;
602
+ Textarea: react10.FC<react10.ClassAttributes<HTMLTextAreaElement> & react10.TextareaHTMLAttributes<HTMLTextAreaElement>>;
603
603
  }, Component_4, Decorator_4>): JSX.Element;
604
604
  displayName: string;
605
605
  };
606
606
  Boolean: {
607
- <Decorator_5 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_5 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react35.ISchemaTypeFieldProps<{
608
- AvatarUpload: react450.FC<_pixpilot_shadcn_ui54.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui54.FileMetadata | null>>;
609
- FileUploadInline: react450.FC<FileUploadInlineProps$1>;
610
- IconPicker: react450.FC<IconPickerProps$1>;
611
- FileUpload: react450.FC<FileUploadProps$1>;
612
- RichTextEditor: react450.FC<_pixpilot_shadcn_ui54.RichTextEditorProps>;
613
- ColorPicker: react450.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui54.ColorPickerProps>, "ref"> & react450.RefAttributes<unknown>>;
614
- Combobox: react450.FC<_pixpilot_shadcn_ui54.ComboboxProps>;
615
- ColorSelect: react450.FC<_pixpilot_shadcn_ui54.ColorSelectProps>;
616
- Rating: react450.FC<_pixpilot_shadcn_ui54.RatingProps>;
617
- Slider: react450.FC<_pixpilot_shadcn_ui54.SliderProps>;
618
- SliderInput: react450.FC<_pixpilot_shadcn_ui54.SliderInputProps>;
619
- SliderSelect: react450.FC<_pixpilot_shadcn_ui54.SliderSelectProps>;
620
- TagsInput: typeof _pixpilot_shadcn_ui54.TagsInput;
621
- TagsInputInLine: react450.FC<_pixpilot_shadcn_ui54.TagsInputProps>;
607
+ <Decorator_5 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor", Component_5 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor">(props: _formily_react1.ISchemaTypeFieldProps<{
608
+ AvatarUpload: react10.FC<_pixpilot_shadcn_ui0.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui0.FileMetadata | null>>;
609
+ FileUploadInline: react10.FC<FileUploadInlineProps$1>;
610
+ IconPicker: react10.FC<IconPickerProps$1>;
611
+ FileUpload: react10.FC<FileUploadProps$1>;
612
+ RichTextEditor: react10.FC<_pixpilot_shadcn_ui0.RichTextEditorProps>;
613
+ ColorPicker: react10.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.ColorPickerProps>, "ref"> & react10.RefAttributes<unknown>>;
614
+ Combobox: react10.FC<_pixpilot_shadcn_ui0.ComboboxProps>;
615
+ ColorSelect: react10.FC<_pixpilot_shadcn_ui0.ColorSelectProps>;
616
+ Rating: react10.FC<_pixpilot_shadcn_ui0.RatingProps>;
617
+ Slider: react10.FC<_pixpilot_shadcn_ui0.SliderProps>;
618
+ SliderInput: react10.FC<_pixpilot_shadcn_ui0.SliderInputProps>;
619
+ SliderSelect: react10.FC<_pixpilot_shadcn_ui0.SliderSelectProps>;
620
+ TagsInput: typeof _pixpilot_shadcn_ui0.TagsInput;
621
+ TagsInputInLine: react10.FC<_pixpilot_shadcn_ui0.TagsInputProps>;
622
622
  ArrayCards: ComposedArrayProps;
623
- ArrayCollapse: react450.FC<ArrayComponentProps & {
623
+ ArrayCollapse: react10.FC<ArrayComponentProps & {
624
624
  defaultActiveKey?: Array<string | number>;
625
625
  mode?: "accordion" | "multiple";
626
626
  collapseProps?: React.HTMLAttributes<HTMLDivElement>;
627
627
  }>;
628
- ArrayDialog: react450.FC<ArrayComponentProps & {
628
+ ArrayDialog: react10.FC<ArrayComponentProps & {
629
629
  dialogProps?: React.HTMLAttributes<HTMLDivElement>;
630
630
  }>;
631
- ArrayDrawer: react450.FC<ArrayComponentProps & {
631
+ ArrayDrawer: react10.FC<ArrayComponentProps & {
632
632
  drawerProps?: React.HTMLAttributes<HTMLDivElement> & {
633
633
  direction?: "top" | "bottom" | "left" | "right";
634
634
  floating?: boolean;
635
635
  };
636
636
  }>;
637
637
  ArrayInline: ComposedArrayProps;
638
- ArrayPopover: react450.FC<ArrayComponentProps & {
638
+ ArrayPopover: react10.FC<ArrayComponentProps & {
639
639
  popoverProps?: React.HTMLAttributes<HTMLDivElement>;
640
640
  }>;
641
- ArrayTags: react450.MemoExoticComponent<_formily_react35.ReactFC<ArrayTagsProps>>;
642
- ArrayToggleGroup: react450.MemoExoticComponent<_formily_react35.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
643
- ToggleGroup: react450.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react450.RefAttributes<unknown>>;
644
- Checkbox: react450.FC<_radix_ui_react_checkbox10.CheckboxProps & react450.RefAttributes<HTMLButtonElement>>;
641
+ ArrayTags: react10.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
642
+ ArrayToggleGroup: react10.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
643
+ ToggleGroup: react10.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react10.RefAttributes<unknown>>;
644
+ Checkbox: react10.FC<_radix_ui_react_checkbox0.CheckboxProps & react10.RefAttributes<HTMLButtonElement>>;
645
645
  Column: typeof Column;
646
- DatePicker: react450.ForwardRefExoticComponent<Partial<{
646
+ DatePicker: react10.ForwardRefExoticComponent<Partial<{
647
647
  value?: Date;
648
648
  onChange?: (date: Date | undefined) => void;
649
649
  placeholder?: string;
650
- } & Omit<_pixpilot_shadcn_ui54.DatePickerProps, "onSelect" | "selected" | "mode">> & react450.RefAttributes<unknown>>;
651
- DialogItem: react450.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
652
- children?: react450.ReactNode | undefined;
653
- }>, "ref"> & react450.RefAttributes<unknown>>;
654
- DrawerItem: react450.ForwardRefExoticComponent<Omit<Partial<DrawerItemProps & {
655
- children?: react450.ReactNode | undefined;
656
- }>, "ref"> & react450.RefAttributes<unknown>>;
657
- PopoverItem: react450.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
658
- children?: react450.ReactNode | undefined;
659
- }>, "ref"> & react450.RefAttributes<unknown>>;
650
+ } & Omit<_pixpilot_shadcn_ui0.DatePickerProps, "onSelect" | "selected" | "mode">> & react10.RefAttributes<unknown>>;
651
+ DialogItem: react10.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
652
+ children?: react10.ReactNode | undefined;
653
+ }>, "ref"> & react10.RefAttributes<unknown>>;
654
+ DrawerItem: react10.ForwardRefExoticComponent<Omit<Partial<DrawerItemProps & {
655
+ children?: react10.ReactNode | undefined;
656
+ }>, "ref"> & react10.RefAttributes<unknown>>;
657
+ PopoverItem: react10.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
658
+ children?: react10.ReactNode | undefined;
659
+ }>, "ref"> & react10.RefAttributes<unknown>>;
660
660
  FormGrid: typeof FormGrid;
661
- FormItem: react450.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
662
- children?: react450.ReactNode | undefined;
663
- }>, "ref"> & react450.RefAttributes<unknown>>;
664
- Hidden: react450.ForwardRefExoticComponent<Partial<HiddenProps> & react450.RefAttributes<unknown>>;
665
- IconToggle: react450.FC<_pixpilot_shadcn_ui54.IconToggleProps>;
666
- ToggleButton: react450.FC<_pixpilot_shadcn_ui54.ToggleButtonProps>;
667
- Input: react450.FC<_pixpilot_shadcn_ui54.InputProps>;
668
- NumberInput: react450.FC<_pixpilot_shadcn_ui54.InputProps>;
669
- ObjectContainer: react450.FC<ObjectContainerProps>;
670
- Radio: react450.FC<RadioProps>;
661
+ FormItem: react10.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
662
+ children?: react10.ReactNode | undefined;
663
+ }>, "ref"> & react10.RefAttributes<unknown>>;
664
+ Hidden: react10.ForwardRefExoticComponent<Partial<HiddenProps> & react10.RefAttributes<unknown>>;
665
+ IconToggle: react10.FC<_pixpilot_shadcn_ui0.IconToggleProps>;
666
+ ToggleButton: react10.FC<_pixpilot_shadcn_ui0.ToggleButtonProps>;
667
+ Input: react10.FC<_pixpilot_shadcn_ui0.InputProps>;
668
+ NumberInput: react10.FC<_pixpilot_shadcn_ui0.InputProps>;
669
+ ObjectContainer: react10.FC<ObjectContainerProps>;
670
+ Radio: react10.FC<RadioProps>;
671
671
  Row: typeof Row;
672
- Select: react450.FC<SelectProps$1>;
673
- Separator: react450.FC<_radix_ui_react_separator10.SeparatorProps & react450.RefAttributes<HTMLDivElement>>;
674
- Switch: react450.FC<_radix_ui_react_switch10.SwitchProps & react450.RefAttributes<HTMLButtonElement>>;
675
- Textarea: react450.FC<react450.ClassAttributes<HTMLTextAreaElement> & react450.TextareaHTMLAttributes<HTMLTextAreaElement>>;
672
+ Select: react10.FC<SelectProps$1>;
673
+ Separator: react10.FC<_radix_ui_react_separator0.SeparatorProps & react10.RefAttributes<HTMLDivElement>>;
674
+ Switch: react10.FC<_radix_ui_react_switch0.SwitchProps & react10.RefAttributes<HTMLButtonElement>>;
675
+ Textarea: react10.FC<react10.ClassAttributes<HTMLTextAreaElement> & react10.TextareaHTMLAttributes<HTMLTextAreaElement>>;
676
676
  }, Component_5, Decorator_5>): JSX.Element;
677
677
  displayName: string;
678
678
  };
679
679
  Date: {
680
- <Decorator_6 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_6 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react35.ISchemaTypeFieldProps<{
681
- AvatarUpload: react450.FC<_pixpilot_shadcn_ui54.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui54.FileMetadata | null>>;
682
- FileUploadInline: react450.FC<FileUploadInlineProps$1>;
683
- IconPicker: react450.FC<IconPickerProps$1>;
684
- FileUpload: react450.FC<FileUploadProps$1>;
685
- RichTextEditor: react450.FC<_pixpilot_shadcn_ui54.RichTextEditorProps>;
686
- ColorPicker: react450.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui54.ColorPickerProps>, "ref"> & react450.RefAttributes<unknown>>;
687
- Combobox: react450.FC<_pixpilot_shadcn_ui54.ComboboxProps>;
688
- ColorSelect: react450.FC<_pixpilot_shadcn_ui54.ColorSelectProps>;
689
- Rating: react450.FC<_pixpilot_shadcn_ui54.RatingProps>;
690
- Slider: react450.FC<_pixpilot_shadcn_ui54.SliderProps>;
691
- SliderInput: react450.FC<_pixpilot_shadcn_ui54.SliderInputProps>;
692
- SliderSelect: react450.FC<_pixpilot_shadcn_ui54.SliderSelectProps>;
693
- TagsInput: typeof _pixpilot_shadcn_ui54.TagsInput;
694
- TagsInputInLine: react450.FC<_pixpilot_shadcn_ui54.TagsInputProps>;
680
+ <Decorator_6 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor", Component_6 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor">(props: _formily_react1.ISchemaTypeFieldProps<{
681
+ AvatarUpload: react10.FC<_pixpilot_shadcn_ui0.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui0.FileMetadata | null>>;
682
+ FileUploadInline: react10.FC<FileUploadInlineProps$1>;
683
+ IconPicker: react10.FC<IconPickerProps$1>;
684
+ FileUpload: react10.FC<FileUploadProps$1>;
685
+ RichTextEditor: react10.FC<_pixpilot_shadcn_ui0.RichTextEditorProps>;
686
+ ColorPicker: react10.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.ColorPickerProps>, "ref"> & react10.RefAttributes<unknown>>;
687
+ Combobox: react10.FC<_pixpilot_shadcn_ui0.ComboboxProps>;
688
+ ColorSelect: react10.FC<_pixpilot_shadcn_ui0.ColorSelectProps>;
689
+ Rating: react10.FC<_pixpilot_shadcn_ui0.RatingProps>;
690
+ Slider: react10.FC<_pixpilot_shadcn_ui0.SliderProps>;
691
+ SliderInput: react10.FC<_pixpilot_shadcn_ui0.SliderInputProps>;
692
+ SliderSelect: react10.FC<_pixpilot_shadcn_ui0.SliderSelectProps>;
693
+ TagsInput: typeof _pixpilot_shadcn_ui0.TagsInput;
694
+ TagsInputInLine: react10.FC<_pixpilot_shadcn_ui0.TagsInputProps>;
695
695
  ArrayCards: ComposedArrayProps;
696
- ArrayCollapse: react450.FC<ArrayComponentProps & {
696
+ ArrayCollapse: react10.FC<ArrayComponentProps & {
697
697
  defaultActiveKey?: Array<string | number>;
698
698
  mode?: "accordion" | "multiple";
699
699
  collapseProps?: React.HTMLAttributes<HTMLDivElement>;
700
700
  }>;
701
- ArrayDialog: react450.FC<ArrayComponentProps & {
701
+ ArrayDialog: react10.FC<ArrayComponentProps & {
702
702
  dialogProps?: React.HTMLAttributes<HTMLDivElement>;
703
703
  }>;
704
- ArrayDrawer: react450.FC<ArrayComponentProps & {
704
+ ArrayDrawer: react10.FC<ArrayComponentProps & {
705
705
  drawerProps?: React.HTMLAttributes<HTMLDivElement> & {
706
706
  direction?: "top" | "bottom" | "left" | "right";
707
707
  floating?: boolean;
708
708
  };
709
709
  }>;
710
710
  ArrayInline: ComposedArrayProps;
711
- ArrayPopover: react450.FC<ArrayComponentProps & {
711
+ ArrayPopover: react10.FC<ArrayComponentProps & {
712
712
  popoverProps?: React.HTMLAttributes<HTMLDivElement>;
713
713
  }>;
714
- ArrayTags: react450.MemoExoticComponent<_formily_react35.ReactFC<ArrayTagsProps>>;
715
- ArrayToggleGroup: react450.MemoExoticComponent<_formily_react35.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
716
- ToggleGroup: react450.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react450.RefAttributes<unknown>>;
717
- Checkbox: react450.FC<_radix_ui_react_checkbox10.CheckboxProps & react450.RefAttributes<HTMLButtonElement>>;
714
+ ArrayTags: react10.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
715
+ ArrayToggleGroup: react10.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
716
+ ToggleGroup: react10.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react10.RefAttributes<unknown>>;
717
+ Checkbox: react10.FC<_radix_ui_react_checkbox0.CheckboxProps & react10.RefAttributes<HTMLButtonElement>>;
718
718
  Column: typeof Column;
719
- DatePicker: react450.ForwardRefExoticComponent<Partial<{
719
+ DatePicker: react10.ForwardRefExoticComponent<Partial<{
720
720
  value?: Date;
721
721
  onChange?: (date: Date | undefined) => void;
722
722
  placeholder?: string;
723
- } & Omit<_pixpilot_shadcn_ui54.DatePickerProps, "onSelect" | "selected" | "mode">> & react450.RefAttributes<unknown>>;
724
- DialogItem: react450.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
725
- children?: react450.ReactNode | undefined;
726
- }>, "ref"> & react450.RefAttributes<unknown>>;
727
- DrawerItem: react450.ForwardRefExoticComponent<Omit<Partial<DrawerItemProps & {
728
- children?: react450.ReactNode | undefined;
729
- }>, "ref"> & react450.RefAttributes<unknown>>;
730
- PopoverItem: react450.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
731
- children?: react450.ReactNode | undefined;
732
- }>, "ref"> & react450.RefAttributes<unknown>>;
723
+ } & Omit<_pixpilot_shadcn_ui0.DatePickerProps, "onSelect" | "selected" | "mode">> & react10.RefAttributes<unknown>>;
724
+ DialogItem: react10.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
725
+ children?: react10.ReactNode | undefined;
726
+ }>, "ref"> & react10.RefAttributes<unknown>>;
727
+ DrawerItem: react10.ForwardRefExoticComponent<Omit<Partial<DrawerItemProps & {
728
+ children?: react10.ReactNode | undefined;
729
+ }>, "ref"> & react10.RefAttributes<unknown>>;
730
+ PopoverItem: react10.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
731
+ children?: react10.ReactNode | undefined;
732
+ }>, "ref"> & react10.RefAttributes<unknown>>;
733
733
  FormGrid: typeof FormGrid;
734
- FormItem: react450.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
735
- children?: react450.ReactNode | undefined;
736
- }>, "ref"> & react450.RefAttributes<unknown>>;
737
- Hidden: react450.ForwardRefExoticComponent<Partial<HiddenProps> & react450.RefAttributes<unknown>>;
738
- IconToggle: react450.FC<_pixpilot_shadcn_ui54.IconToggleProps>;
739
- ToggleButton: react450.FC<_pixpilot_shadcn_ui54.ToggleButtonProps>;
740
- Input: react450.FC<_pixpilot_shadcn_ui54.InputProps>;
741
- NumberInput: react450.FC<_pixpilot_shadcn_ui54.InputProps>;
742
- ObjectContainer: react450.FC<ObjectContainerProps>;
743
- Radio: react450.FC<RadioProps>;
734
+ FormItem: react10.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
735
+ children?: react10.ReactNode | undefined;
736
+ }>, "ref"> & react10.RefAttributes<unknown>>;
737
+ Hidden: react10.ForwardRefExoticComponent<Partial<HiddenProps> & react10.RefAttributes<unknown>>;
738
+ IconToggle: react10.FC<_pixpilot_shadcn_ui0.IconToggleProps>;
739
+ ToggleButton: react10.FC<_pixpilot_shadcn_ui0.ToggleButtonProps>;
740
+ Input: react10.FC<_pixpilot_shadcn_ui0.InputProps>;
741
+ NumberInput: react10.FC<_pixpilot_shadcn_ui0.InputProps>;
742
+ ObjectContainer: react10.FC<ObjectContainerProps>;
743
+ Radio: react10.FC<RadioProps>;
744
744
  Row: typeof Row;
745
- Select: react450.FC<SelectProps$1>;
746
- Separator: react450.FC<_radix_ui_react_separator10.SeparatorProps & react450.RefAttributes<HTMLDivElement>>;
747
- Switch: react450.FC<_radix_ui_react_switch10.SwitchProps & react450.RefAttributes<HTMLButtonElement>>;
748
- Textarea: react450.FC<react450.ClassAttributes<HTMLTextAreaElement> & react450.TextareaHTMLAttributes<HTMLTextAreaElement>>;
745
+ Select: react10.FC<SelectProps$1>;
746
+ Separator: react10.FC<_radix_ui_react_separator0.SeparatorProps & react10.RefAttributes<HTMLDivElement>>;
747
+ Switch: react10.FC<_radix_ui_react_switch0.SwitchProps & react10.RefAttributes<HTMLButtonElement>>;
748
+ Textarea: react10.FC<react10.ClassAttributes<HTMLTextAreaElement> & react10.TextareaHTMLAttributes<HTMLTextAreaElement>>;
749
749
  }, Component_6, Decorator_6>): JSX.Element;
750
750
  displayName: string;
751
751
  };
752
752
  DateTime: {
753
- <Decorator_7 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_7 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react35.ISchemaTypeFieldProps<{
754
- AvatarUpload: react450.FC<_pixpilot_shadcn_ui54.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui54.FileMetadata | null>>;
755
- FileUploadInline: react450.FC<FileUploadInlineProps$1>;
756
- IconPicker: react450.FC<IconPickerProps$1>;
757
- FileUpload: react450.FC<FileUploadProps$1>;
758
- RichTextEditor: react450.FC<_pixpilot_shadcn_ui54.RichTextEditorProps>;
759
- ColorPicker: react450.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui54.ColorPickerProps>, "ref"> & react450.RefAttributes<unknown>>;
760
- Combobox: react450.FC<_pixpilot_shadcn_ui54.ComboboxProps>;
761
- ColorSelect: react450.FC<_pixpilot_shadcn_ui54.ColorSelectProps>;
762
- Rating: react450.FC<_pixpilot_shadcn_ui54.RatingProps>;
763
- Slider: react450.FC<_pixpilot_shadcn_ui54.SliderProps>;
764
- SliderInput: react450.FC<_pixpilot_shadcn_ui54.SliderInputProps>;
765
- SliderSelect: react450.FC<_pixpilot_shadcn_ui54.SliderSelectProps>;
766
- TagsInput: typeof _pixpilot_shadcn_ui54.TagsInput;
767
- TagsInputInLine: react450.FC<_pixpilot_shadcn_ui54.TagsInputProps>;
753
+ <Decorator_7 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor", Component_7 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor">(props: _formily_react1.ISchemaTypeFieldProps<{
754
+ AvatarUpload: react10.FC<_pixpilot_shadcn_ui0.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui0.FileMetadata | null>>;
755
+ FileUploadInline: react10.FC<FileUploadInlineProps$1>;
756
+ IconPicker: react10.FC<IconPickerProps$1>;
757
+ FileUpload: react10.FC<FileUploadProps$1>;
758
+ RichTextEditor: react10.FC<_pixpilot_shadcn_ui0.RichTextEditorProps>;
759
+ ColorPicker: react10.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.ColorPickerProps>, "ref"> & react10.RefAttributes<unknown>>;
760
+ Combobox: react10.FC<_pixpilot_shadcn_ui0.ComboboxProps>;
761
+ ColorSelect: react10.FC<_pixpilot_shadcn_ui0.ColorSelectProps>;
762
+ Rating: react10.FC<_pixpilot_shadcn_ui0.RatingProps>;
763
+ Slider: react10.FC<_pixpilot_shadcn_ui0.SliderProps>;
764
+ SliderInput: react10.FC<_pixpilot_shadcn_ui0.SliderInputProps>;
765
+ SliderSelect: react10.FC<_pixpilot_shadcn_ui0.SliderSelectProps>;
766
+ TagsInput: typeof _pixpilot_shadcn_ui0.TagsInput;
767
+ TagsInputInLine: react10.FC<_pixpilot_shadcn_ui0.TagsInputProps>;
768
768
  ArrayCards: ComposedArrayProps;
769
- ArrayCollapse: react450.FC<ArrayComponentProps & {
769
+ ArrayCollapse: react10.FC<ArrayComponentProps & {
770
770
  defaultActiveKey?: Array<string | number>;
771
771
  mode?: "accordion" | "multiple";
772
772
  collapseProps?: React.HTMLAttributes<HTMLDivElement>;
773
773
  }>;
774
- ArrayDialog: react450.FC<ArrayComponentProps & {
774
+ ArrayDialog: react10.FC<ArrayComponentProps & {
775
775
  dialogProps?: React.HTMLAttributes<HTMLDivElement>;
776
776
  }>;
777
- ArrayDrawer: react450.FC<ArrayComponentProps & {
777
+ ArrayDrawer: react10.FC<ArrayComponentProps & {
778
778
  drawerProps?: React.HTMLAttributes<HTMLDivElement> & {
779
779
  direction?: "top" | "bottom" | "left" | "right";
780
780
  floating?: boolean;
781
781
  };
782
782
  }>;
783
783
  ArrayInline: ComposedArrayProps;
784
- ArrayPopover: react450.FC<ArrayComponentProps & {
784
+ ArrayPopover: react10.FC<ArrayComponentProps & {
785
785
  popoverProps?: React.HTMLAttributes<HTMLDivElement>;
786
786
  }>;
787
- ArrayTags: react450.MemoExoticComponent<_formily_react35.ReactFC<ArrayTagsProps>>;
788
- ArrayToggleGroup: react450.MemoExoticComponent<_formily_react35.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
789
- ToggleGroup: react450.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react450.RefAttributes<unknown>>;
790
- Checkbox: react450.FC<_radix_ui_react_checkbox10.CheckboxProps & react450.RefAttributes<HTMLButtonElement>>;
787
+ ArrayTags: react10.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
788
+ ArrayToggleGroup: react10.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
789
+ ToggleGroup: react10.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react10.RefAttributes<unknown>>;
790
+ Checkbox: react10.FC<_radix_ui_react_checkbox0.CheckboxProps & react10.RefAttributes<HTMLButtonElement>>;
791
791
  Column: typeof Column;
792
- DatePicker: react450.ForwardRefExoticComponent<Partial<{
792
+ DatePicker: react10.ForwardRefExoticComponent<Partial<{
793
793
  value?: Date;
794
794
  onChange?: (date: Date | undefined) => void;
795
795
  placeholder?: string;
796
- } & Omit<_pixpilot_shadcn_ui54.DatePickerProps, "onSelect" | "selected" | "mode">> & react450.RefAttributes<unknown>>;
797
- DialogItem: react450.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
798
- children?: react450.ReactNode | undefined;
799
- }>, "ref"> & react450.RefAttributes<unknown>>;
800
- DrawerItem: react450.ForwardRefExoticComponent<Omit<Partial<DrawerItemProps & {
801
- children?: react450.ReactNode | undefined;
802
- }>, "ref"> & react450.RefAttributes<unknown>>;
803
- PopoverItem: react450.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
804
- children?: react450.ReactNode | undefined;
805
- }>, "ref"> & react450.RefAttributes<unknown>>;
796
+ } & Omit<_pixpilot_shadcn_ui0.DatePickerProps, "onSelect" | "selected" | "mode">> & react10.RefAttributes<unknown>>;
797
+ DialogItem: react10.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
798
+ children?: react10.ReactNode | undefined;
799
+ }>, "ref"> & react10.RefAttributes<unknown>>;
800
+ DrawerItem: react10.ForwardRefExoticComponent<Omit<Partial<DrawerItemProps & {
801
+ children?: react10.ReactNode | undefined;
802
+ }>, "ref"> & react10.RefAttributes<unknown>>;
803
+ PopoverItem: react10.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
804
+ children?: react10.ReactNode | undefined;
805
+ }>, "ref"> & react10.RefAttributes<unknown>>;
806
806
  FormGrid: typeof FormGrid;
807
- FormItem: react450.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
808
- children?: react450.ReactNode | undefined;
809
- }>, "ref"> & react450.RefAttributes<unknown>>;
810
- Hidden: react450.ForwardRefExoticComponent<Partial<HiddenProps> & react450.RefAttributes<unknown>>;
811
- IconToggle: react450.FC<_pixpilot_shadcn_ui54.IconToggleProps>;
812
- ToggleButton: react450.FC<_pixpilot_shadcn_ui54.ToggleButtonProps>;
813
- Input: react450.FC<_pixpilot_shadcn_ui54.InputProps>;
814
- NumberInput: react450.FC<_pixpilot_shadcn_ui54.InputProps>;
815
- ObjectContainer: react450.FC<ObjectContainerProps>;
816
- Radio: react450.FC<RadioProps>;
807
+ FormItem: react10.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
808
+ children?: react10.ReactNode | undefined;
809
+ }>, "ref"> & react10.RefAttributes<unknown>>;
810
+ Hidden: react10.ForwardRefExoticComponent<Partial<HiddenProps> & react10.RefAttributes<unknown>>;
811
+ IconToggle: react10.FC<_pixpilot_shadcn_ui0.IconToggleProps>;
812
+ ToggleButton: react10.FC<_pixpilot_shadcn_ui0.ToggleButtonProps>;
813
+ Input: react10.FC<_pixpilot_shadcn_ui0.InputProps>;
814
+ NumberInput: react10.FC<_pixpilot_shadcn_ui0.InputProps>;
815
+ ObjectContainer: react10.FC<ObjectContainerProps>;
816
+ Radio: react10.FC<RadioProps>;
817
817
  Row: typeof Row;
818
- Select: react450.FC<SelectProps$1>;
819
- Separator: react450.FC<_radix_ui_react_separator10.SeparatorProps & react450.RefAttributes<HTMLDivElement>>;
820
- Switch: react450.FC<_radix_ui_react_switch10.SwitchProps & react450.RefAttributes<HTMLButtonElement>>;
821
- Textarea: react450.FC<react450.ClassAttributes<HTMLTextAreaElement> & react450.TextareaHTMLAttributes<HTMLTextAreaElement>>;
818
+ Select: react10.FC<SelectProps$1>;
819
+ Separator: react10.FC<_radix_ui_react_separator0.SeparatorProps & react10.RefAttributes<HTMLDivElement>>;
820
+ Switch: react10.FC<_radix_ui_react_switch0.SwitchProps & react10.RefAttributes<HTMLButtonElement>>;
821
+ Textarea: react10.FC<react10.ClassAttributes<HTMLTextAreaElement> & react10.TextareaHTMLAttributes<HTMLTextAreaElement>>;
822
822
  }, Component_7, Decorator_7>): JSX.Element;
823
823
  displayName: string;
824
824
  };
825
825
  Void: {
826
- <Decorator_8 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_8 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react35.ISchemaTypeFieldProps<{
827
- AvatarUpload: react450.FC<_pixpilot_shadcn_ui54.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui54.FileMetadata | null>>;
828
- FileUploadInline: react450.FC<FileUploadInlineProps$1>;
829
- IconPicker: react450.FC<IconPickerProps$1>;
830
- FileUpload: react450.FC<FileUploadProps$1>;
831
- RichTextEditor: react450.FC<_pixpilot_shadcn_ui54.RichTextEditorProps>;
832
- ColorPicker: react450.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui54.ColorPickerProps>, "ref"> & react450.RefAttributes<unknown>>;
833
- Combobox: react450.FC<_pixpilot_shadcn_ui54.ComboboxProps>;
834
- ColorSelect: react450.FC<_pixpilot_shadcn_ui54.ColorSelectProps>;
835
- Rating: react450.FC<_pixpilot_shadcn_ui54.RatingProps>;
836
- Slider: react450.FC<_pixpilot_shadcn_ui54.SliderProps>;
837
- SliderInput: react450.FC<_pixpilot_shadcn_ui54.SliderInputProps>;
838
- SliderSelect: react450.FC<_pixpilot_shadcn_ui54.SliderSelectProps>;
839
- TagsInput: typeof _pixpilot_shadcn_ui54.TagsInput;
840
- TagsInputInLine: react450.FC<_pixpilot_shadcn_ui54.TagsInputProps>;
826
+ <Decorator_8 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor", Component_8 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor">(props: _formily_react1.ISchemaTypeFieldProps<{
827
+ AvatarUpload: react10.FC<_pixpilot_shadcn_ui0.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui0.FileMetadata | null>>;
828
+ FileUploadInline: react10.FC<FileUploadInlineProps$1>;
829
+ IconPicker: react10.FC<IconPickerProps$1>;
830
+ FileUpload: react10.FC<FileUploadProps$1>;
831
+ RichTextEditor: react10.FC<_pixpilot_shadcn_ui0.RichTextEditorProps>;
832
+ ColorPicker: react10.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.ColorPickerProps>, "ref"> & react10.RefAttributes<unknown>>;
833
+ Combobox: react10.FC<_pixpilot_shadcn_ui0.ComboboxProps>;
834
+ ColorSelect: react10.FC<_pixpilot_shadcn_ui0.ColorSelectProps>;
835
+ Rating: react10.FC<_pixpilot_shadcn_ui0.RatingProps>;
836
+ Slider: react10.FC<_pixpilot_shadcn_ui0.SliderProps>;
837
+ SliderInput: react10.FC<_pixpilot_shadcn_ui0.SliderInputProps>;
838
+ SliderSelect: react10.FC<_pixpilot_shadcn_ui0.SliderSelectProps>;
839
+ TagsInput: typeof _pixpilot_shadcn_ui0.TagsInput;
840
+ TagsInputInLine: react10.FC<_pixpilot_shadcn_ui0.TagsInputProps>;
841
841
  ArrayCards: ComposedArrayProps;
842
- ArrayCollapse: react450.FC<ArrayComponentProps & {
842
+ ArrayCollapse: react10.FC<ArrayComponentProps & {
843
843
  defaultActiveKey?: Array<string | number>;
844
844
  mode?: "accordion" | "multiple";
845
845
  collapseProps?: React.HTMLAttributes<HTMLDivElement>;
846
846
  }>;
847
- ArrayDialog: react450.FC<ArrayComponentProps & {
847
+ ArrayDialog: react10.FC<ArrayComponentProps & {
848
848
  dialogProps?: React.HTMLAttributes<HTMLDivElement>;
849
849
  }>;
850
- ArrayDrawer: react450.FC<ArrayComponentProps & {
850
+ ArrayDrawer: react10.FC<ArrayComponentProps & {
851
851
  drawerProps?: React.HTMLAttributes<HTMLDivElement> & {
852
852
  direction?: "top" | "bottom" | "left" | "right";
853
853
  floating?: boolean;
854
854
  };
855
855
  }>;
856
856
  ArrayInline: ComposedArrayProps;
857
- ArrayPopover: react450.FC<ArrayComponentProps & {
857
+ ArrayPopover: react10.FC<ArrayComponentProps & {
858
858
  popoverProps?: React.HTMLAttributes<HTMLDivElement>;
859
859
  }>;
860
- ArrayTags: react450.MemoExoticComponent<_formily_react35.ReactFC<ArrayTagsProps>>;
861
- ArrayToggleGroup: react450.MemoExoticComponent<_formily_react35.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
862
- ToggleGroup: react450.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react450.RefAttributes<unknown>>;
863
- Checkbox: react450.FC<_radix_ui_react_checkbox10.CheckboxProps & react450.RefAttributes<HTMLButtonElement>>;
860
+ ArrayTags: react10.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
861
+ ArrayToggleGroup: react10.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
862
+ ToggleGroup: react10.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react10.RefAttributes<unknown>>;
863
+ Checkbox: react10.FC<_radix_ui_react_checkbox0.CheckboxProps & react10.RefAttributes<HTMLButtonElement>>;
864
864
  Column: typeof Column;
865
- DatePicker: react450.ForwardRefExoticComponent<Partial<{
865
+ DatePicker: react10.ForwardRefExoticComponent<Partial<{
866
866
  value?: Date;
867
867
  onChange?: (date: Date | undefined) => void;
868
868
  placeholder?: string;
869
- } & Omit<_pixpilot_shadcn_ui54.DatePickerProps, "onSelect" | "selected" | "mode">> & react450.RefAttributes<unknown>>;
870
- DialogItem: react450.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
871
- children?: react450.ReactNode | undefined;
872
- }>, "ref"> & react450.RefAttributes<unknown>>;
873
- DrawerItem: react450.ForwardRefExoticComponent<Omit<Partial<DrawerItemProps & {
874
- children?: react450.ReactNode | undefined;
875
- }>, "ref"> & react450.RefAttributes<unknown>>;
876
- PopoverItem: react450.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
877
- children?: react450.ReactNode | undefined;
878
- }>, "ref"> & react450.RefAttributes<unknown>>;
869
+ } & Omit<_pixpilot_shadcn_ui0.DatePickerProps, "onSelect" | "selected" | "mode">> & react10.RefAttributes<unknown>>;
870
+ DialogItem: react10.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
871
+ children?: react10.ReactNode | undefined;
872
+ }>, "ref"> & react10.RefAttributes<unknown>>;
873
+ DrawerItem: react10.ForwardRefExoticComponent<Omit<Partial<DrawerItemProps & {
874
+ children?: react10.ReactNode | undefined;
875
+ }>, "ref"> & react10.RefAttributes<unknown>>;
876
+ PopoverItem: react10.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
877
+ children?: react10.ReactNode | undefined;
878
+ }>, "ref"> & react10.RefAttributes<unknown>>;
879
879
  FormGrid: typeof FormGrid;
880
- FormItem: react450.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
881
- children?: react450.ReactNode | undefined;
882
- }>, "ref"> & react450.RefAttributes<unknown>>;
883
- Hidden: react450.ForwardRefExoticComponent<Partial<HiddenProps> & react450.RefAttributes<unknown>>;
884
- IconToggle: react450.FC<_pixpilot_shadcn_ui54.IconToggleProps>;
885
- ToggleButton: react450.FC<_pixpilot_shadcn_ui54.ToggleButtonProps>;
886
- Input: react450.FC<_pixpilot_shadcn_ui54.InputProps>;
887
- NumberInput: react450.FC<_pixpilot_shadcn_ui54.InputProps>;
888
- ObjectContainer: react450.FC<ObjectContainerProps>;
889
- Radio: react450.FC<RadioProps>;
880
+ FormItem: react10.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
881
+ children?: react10.ReactNode | undefined;
882
+ }>, "ref"> & react10.RefAttributes<unknown>>;
883
+ Hidden: react10.ForwardRefExoticComponent<Partial<HiddenProps> & react10.RefAttributes<unknown>>;
884
+ IconToggle: react10.FC<_pixpilot_shadcn_ui0.IconToggleProps>;
885
+ ToggleButton: react10.FC<_pixpilot_shadcn_ui0.ToggleButtonProps>;
886
+ Input: react10.FC<_pixpilot_shadcn_ui0.InputProps>;
887
+ NumberInput: react10.FC<_pixpilot_shadcn_ui0.InputProps>;
888
+ ObjectContainer: react10.FC<ObjectContainerProps>;
889
+ Radio: react10.FC<RadioProps>;
890
890
  Row: typeof Row;
891
- Select: react450.FC<SelectProps$1>;
892
- Separator: react450.FC<_radix_ui_react_separator10.SeparatorProps & react450.RefAttributes<HTMLDivElement>>;
893
- Switch: react450.FC<_radix_ui_react_switch10.SwitchProps & react450.RefAttributes<HTMLButtonElement>>;
894
- Textarea: react450.FC<react450.ClassAttributes<HTMLTextAreaElement> & react450.TextareaHTMLAttributes<HTMLTextAreaElement>>;
891
+ Select: react10.FC<SelectProps$1>;
892
+ Separator: react10.FC<_radix_ui_react_separator0.SeparatorProps & react10.RefAttributes<HTMLDivElement>>;
893
+ Switch: react10.FC<_radix_ui_react_switch0.SwitchProps & react10.RefAttributes<HTMLButtonElement>>;
894
+ Textarea: react10.FC<react10.ClassAttributes<HTMLTextAreaElement> & react10.TextareaHTMLAttributes<HTMLTextAreaElement>>;
895
895
  }, Component_8, Decorator_8>): JSX.Element;
896
896
  displayName: string;
897
897
  };
898
898
  Number: {
899
- <Decorator_9 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_9 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react35.ISchemaTypeFieldProps<{
900
- AvatarUpload: react450.FC<_pixpilot_shadcn_ui54.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui54.FileMetadata | null>>;
901
- FileUploadInline: react450.FC<FileUploadInlineProps$1>;
902
- IconPicker: react450.FC<IconPickerProps$1>;
903
- FileUpload: react450.FC<FileUploadProps$1>;
904
- RichTextEditor: react450.FC<_pixpilot_shadcn_ui54.RichTextEditorProps>;
905
- ColorPicker: react450.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui54.ColorPickerProps>, "ref"> & react450.RefAttributes<unknown>>;
906
- Combobox: react450.FC<_pixpilot_shadcn_ui54.ComboboxProps>;
907
- ColorSelect: react450.FC<_pixpilot_shadcn_ui54.ColorSelectProps>;
908
- Rating: react450.FC<_pixpilot_shadcn_ui54.RatingProps>;
909
- Slider: react450.FC<_pixpilot_shadcn_ui54.SliderProps>;
910
- SliderInput: react450.FC<_pixpilot_shadcn_ui54.SliderInputProps>;
911
- SliderSelect: react450.FC<_pixpilot_shadcn_ui54.SliderSelectProps>;
912
- TagsInput: typeof _pixpilot_shadcn_ui54.TagsInput;
913
- TagsInputInLine: react450.FC<_pixpilot_shadcn_ui54.TagsInputProps>;
899
+ <Decorator_9 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor", Component_9 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor">(props: _formily_react1.ISchemaTypeFieldProps<{
900
+ AvatarUpload: react10.FC<_pixpilot_shadcn_ui0.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui0.FileMetadata | null>>;
901
+ FileUploadInline: react10.FC<FileUploadInlineProps$1>;
902
+ IconPicker: react10.FC<IconPickerProps$1>;
903
+ FileUpload: react10.FC<FileUploadProps$1>;
904
+ RichTextEditor: react10.FC<_pixpilot_shadcn_ui0.RichTextEditorProps>;
905
+ ColorPicker: react10.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.ColorPickerProps>, "ref"> & react10.RefAttributes<unknown>>;
906
+ Combobox: react10.FC<_pixpilot_shadcn_ui0.ComboboxProps>;
907
+ ColorSelect: react10.FC<_pixpilot_shadcn_ui0.ColorSelectProps>;
908
+ Rating: react10.FC<_pixpilot_shadcn_ui0.RatingProps>;
909
+ Slider: react10.FC<_pixpilot_shadcn_ui0.SliderProps>;
910
+ SliderInput: react10.FC<_pixpilot_shadcn_ui0.SliderInputProps>;
911
+ SliderSelect: react10.FC<_pixpilot_shadcn_ui0.SliderSelectProps>;
912
+ TagsInput: typeof _pixpilot_shadcn_ui0.TagsInput;
913
+ TagsInputInLine: react10.FC<_pixpilot_shadcn_ui0.TagsInputProps>;
914
914
  ArrayCards: ComposedArrayProps;
915
- ArrayCollapse: react450.FC<ArrayComponentProps & {
915
+ ArrayCollapse: react10.FC<ArrayComponentProps & {
916
916
  defaultActiveKey?: Array<string | number>;
917
917
  mode?: "accordion" | "multiple";
918
918
  collapseProps?: React.HTMLAttributes<HTMLDivElement>;
919
919
  }>;
920
- ArrayDialog: react450.FC<ArrayComponentProps & {
920
+ ArrayDialog: react10.FC<ArrayComponentProps & {
921
921
  dialogProps?: React.HTMLAttributes<HTMLDivElement>;
922
922
  }>;
923
- ArrayDrawer: react450.FC<ArrayComponentProps & {
923
+ ArrayDrawer: react10.FC<ArrayComponentProps & {
924
924
  drawerProps?: React.HTMLAttributes<HTMLDivElement> & {
925
925
  direction?: "top" | "bottom" | "left" | "right";
926
926
  floating?: boolean;
927
927
  };
928
928
  }>;
929
929
  ArrayInline: ComposedArrayProps;
930
- ArrayPopover: react450.FC<ArrayComponentProps & {
930
+ ArrayPopover: react10.FC<ArrayComponentProps & {
931
931
  popoverProps?: React.HTMLAttributes<HTMLDivElement>;
932
932
  }>;
933
- ArrayTags: react450.MemoExoticComponent<_formily_react35.ReactFC<ArrayTagsProps>>;
934
- ArrayToggleGroup: react450.MemoExoticComponent<_formily_react35.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
935
- ToggleGroup: react450.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react450.RefAttributes<unknown>>;
936
- Checkbox: react450.FC<_radix_ui_react_checkbox10.CheckboxProps & react450.RefAttributes<HTMLButtonElement>>;
933
+ ArrayTags: react10.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
934
+ ArrayToggleGroup: react10.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
935
+ ToggleGroup: react10.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react10.RefAttributes<unknown>>;
936
+ Checkbox: react10.FC<_radix_ui_react_checkbox0.CheckboxProps & react10.RefAttributes<HTMLButtonElement>>;
937
937
  Column: typeof Column;
938
- DatePicker: react450.ForwardRefExoticComponent<Partial<{
938
+ DatePicker: react10.ForwardRefExoticComponent<Partial<{
939
939
  value?: Date;
940
940
  onChange?: (date: Date | undefined) => void;
941
941
  placeholder?: string;
942
- } & Omit<_pixpilot_shadcn_ui54.DatePickerProps, "onSelect" | "selected" | "mode">> & react450.RefAttributes<unknown>>;
943
- DialogItem: react450.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
944
- children?: react450.ReactNode | undefined;
945
- }>, "ref"> & react450.RefAttributes<unknown>>;
946
- DrawerItem: react450.ForwardRefExoticComponent<Omit<Partial<DrawerItemProps & {
947
- children?: react450.ReactNode | undefined;
948
- }>, "ref"> & react450.RefAttributes<unknown>>;
949
- PopoverItem: react450.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
950
- children?: react450.ReactNode | undefined;
951
- }>, "ref"> & react450.RefAttributes<unknown>>;
942
+ } & Omit<_pixpilot_shadcn_ui0.DatePickerProps, "onSelect" | "selected" | "mode">> & react10.RefAttributes<unknown>>;
943
+ DialogItem: react10.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
944
+ children?: react10.ReactNode | undefined;
945
+ }>, "ref"> & react10.RefAttributes<unknown>>;
946
+ DrawerItem: react10.ForwardRefExoticComponent<Omit<Partial<DrawerItemProps & {
947
+ children?: react10.ReactNode | undefined;
948
+ }>, "ref"> & react10.RefAttributes<unknown>>;
949
+ PopoverItem: react10.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
950
+ children?: react10.ReactNode | undefined;
951
+ }>, "ref"> & react10.RefAttributes<unknown>>;
952
952
  FormGrid: typeof FormGrid;
953
- FormItem: react450.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
954
- children?: react450.ReactNode | undefined;
955
- }>, "ref"> & react450.RefAttributes<unknown>>;
956
- Hidden: react450.ForwardRefExoticComponent<Partial<HiddenProps> & react450.RefAttributes<unknown>>;
957
- IconToggle: react450.FC<_pixpilot_shadcn_ui54.IconToggleProps>;
958
- ToggleButton: react450.FC<_pixpilot_shadcn_ui54.ToggleButtonProps>;
959
- Input: react450.FC<_pixpilot_shadcn_ui54.InputProps>;
960
- NumberInput: react450.FC<_pixpilot_shadcn_ui54.InputProps>;
961
- ObjectContainer: react450.FC<ObjectContainerProps>;
962
- Radio: react450.FC<RadioProps>;
953
+ FormItem: react10.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
954
+ children?: react10.ReactNode | undefined;
955
+ }>, "ref"> & react10.RefAttributes<unknown>>;
956
+ Hidden: react10.ForwardRefExoticComponent<Partial<HiddenProps> & react10.RefAttributes<unknown>>;
957
+ IconToggle: react10.FC<_pixpilot_shadcn_ui0.IconToggleProps>;
958
+ ToggleButton: react10.FC<_pixpilot_shadcn_ui0.ToggleButtonProps>;
959
+ Input: react10.FC<_pixpilot_shadcn_ui0.InputProps>;
960
+ NumberInput: react10.FC<_pixpilot_shadcn_ui0.InputProps>;
961
+ ObjectContainer: react10.FC<ObjectContainerProps>;
962
+ Radio: react10.FC<RadioProps>;
963
963
  Row: typeof Row;
964
- Select: react450.FC<SelectProps$1>;
965
- Separator: react450.FC<_radix_ui_react_separator10.SeparatorProps & react450.RefAttributes<HTMLDivElement>>;
966
- Switch: react450.FC<_radix_ui_react_switch10.SwitchProps & react450.RefAttributes<HTMLButtonElement>>;
967
- Textarea: react450.FC<react450.ClassAttributes<HTMLTextAreaElement> & react450.TextareaHTMLAttributes<HTMLTextAreaElement>>;
964
+ Select: react10.FC<SelectProps$1>;
965
+ Separator: react10.FC<_radix_ui_react_separator0.SeparatorProps & react10.RefAttributes<HTMLDivElement>>;
966
+ Switch: react10.FC<_radix_ui_react_switch0.SwitchProps & react10.RefAttributes<HTMLButtonElement>>;
967
+ Textarea: react10.FC<react10.ClassAttributes<HTMLTextAreaElement> & react10.TextareaHTMLAttributes<HTMLTextAreaElement>>;
968
968
  }, Component_9, Decorator_9>): JSX.Element;
969
969
  displayName: string;
970
970
  };