@pixpilot/formily-shadcn 1.4.2 → 1.4.4

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 (43) hide show
  1. package/dist/components/Column.d.ts +2 -2
  2. package/dist/components/DatePicker.d.ts +3 -3
  3. package/dist/components/Form.d.ts +2 -2
  4. package/dist/components/FormGrid.d.ts +2 -2
  5. package/dist/components/IconPicker.d.cts +3 -3
  6. package/dist/components/IconPicker.d.ts +3 -3
  7. package/dist/components/IconToggle.d.cts +2 -2
  8. package/dist/components/IconToggle.d.ts +3 -3
  9. package/dist/components/Input.d.cts +3 -3
  10. package/dist/components/Input.d.ts +3 -3
  11. package/dist/components/Radio.d.ts +2 -2
  12. package/dist/components/Rating.d.ts +4 -4
  13. package/dist/components/Row.d.ts +2 -2
  14. package/dist/components/Separator.d.cts +2 -2
  15. package/dist/components/Separator.d.ts +2 -2
  16. package/dist/components/Switch.d.cts +2 -2
  17. package/dist/components/Switch.d.ts +2 -2
  18. package/dist/components/TagsInputInline.d.cts +2 -2
  19. package/dist/components/TagsInputInline.d.ts +3 -3
  20. package/dist/components/Textarea.d.ts +2 -2
  21. package/dist/components/ToggleButton.d.cts +2 -2
  22. package/dist/components/ToggleButton.d.ts +3 -3
  23. package/dist/components/array-base/components/Addition.cjs +1 -1
  24. package/dist/components/array-base/components/Addition.js +1 -1
  25. package/dist/components/array-dialog/ArrayDialog.cjs +1 -0
  26. package/dist/components/array-dialog/ArrayDialog.js +1 -0
  27. package/dist/components/array-popover/ArrayPopover.cjs +1 -0
  28. package/dist/components/array-popover/ArrayPopover.js +1 -0
  29. package/dist/components/file-upload/FileUpload.d.ts +8 -8
  30. package/dist/components/file-upload/FileUploadInline.d.ts +8 -8
  31. package/dist/components/schema-field/schema-field-basics.d.cts +288 -288
  32. package/dist/components/schema-field/schema-field-basics.d.ts +303 -303
  33. package/dist/components/schema-field/schema-field-extended.d.cts +627 -627
  34. package/dist/components/schema-field/schema-field-extended.d.ts +633 -633
  35. package/dist/components/schema-field/schema-field.d.cts +407 -407
  36. package/dist/components/schema-field/schema-field.d.ts +407 -407
  37. package/dist/components/slider/Slider.d.cts +3 -3
  38. package/dist/components/slider/Slider.d.ts +2 -2
  39. package/dist/components/slider/SliderInput.d.cts +3 -3
  40. package/dist/components/slider/SliderInput.d.ts +2 -2
  41. package/dist/components/slider/SliderSelect.d.cts +3 -3
  42. package/dist/components/slider/SliderSelect.d.ts +2 -2
  43. package/package.json +4 -4
@@ -12,91 +12,91 @@ import { JsonSchemaFormComponents } from "../json-schema-form-renderer/types.js"
12
12
  import { ObjectContainerProps } from "../ObjectContainer.js";
13
13
  import { Row } from "../Row.js";
14
14
  import { ToggleGroupBaseProps } from "../ToggleGroup.js";
15
- import * as _formily_react1 from "@formily/react";
15
+ import * as _formily_react69 from "@formily/react";
16
16
  import { ISchema } from "@formily/react";
17
- import * as react35 from "react";
18
- import * as _pixpilot_shadcn_ui23 from "@pixpilot/shadcn-ui";
19
- import * as _formily_core0 from "@formily/core";
20
- import * as _radix_ui_react_checkbox0 from "@radix-ui/react-checkbox";
21
- import * as _radix_ui_react_separator0 from "@radix-ui/react-separator";
22
- import * as _radix_ui_react_switch0 from "@radix-ui/react-switch";
17
+ import * as react1168 from "react";
18
+ import * as _pixpilot_shadcn_ui135 from "@pixpilot/shadcn-ui";
19
+ import * as _formily_core1 from "@formily/core";
20
+ import * as _radix_ui_react_checkbox22 from "@radix-ui/react-checkbox";
21
+ import * as _radix_ui_react_separator22 from "@radix-ui/react-separator";
22
+ import * as _radix_ui_react_switch22 from "@radix-ui/react-switch";
23
23
 
24
24
  //#region src/components/schema-field/schema-field-extended.d.ts
25
25
  declare const extendedComponentRegistry: {
26
26
  AvatarUpload: {
27
- component: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.AvatarUploadProps>, "ref"> & react35.RefAttributes<unknown>>;
27
+ component: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.AvatarUploadProps>, "ref"> & react1168.RefAttributes<unknown>>;
28
28
  decorator: string;
29
29
  };
30
30
  FileUploadInline: {
31
- component: react35.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
31
+ component: react1168.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
32
32
  multiple: true;
33
- value?: _pixpilot_shadcn_ui23.FileMetadata[];
34
- onChange?: _pixpilot_shadcn_ui23.OnChangeMultipleFiles;
35
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
33
+ value?: _pixpilot_shadcn_ui135.FileMetadata[];
34
+ onChange?: _pixpilot_shadcn_ui135.OnChangeMultipleFiles;
35
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
36
36
  multiple?: false;
37
- value?: _pixpilot_shadcn_ui23.FileMetadata | null;
38
- onChange?: _pixpilot_shadcn_ui23.OnChangeSingleFile;
39
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref">) & react35.RefAttributes<unknown>>;
37
+ value?: _pixpilot_shadcn_ui135.FileMetadata | null;
38
+ onChange?: _pixpilot_shadcn_ui135.OnChangeSingleFile;
39
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref">) & react1168.RefAttributes<unknown>>;
40
40
  decorator: string;
41
41
  };
42
42
  IconPicker: {
43
- component: react35.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui23.IconPickerProps, "providers"> & {
44
- providers?: _pixpilot_shadcn_ui23.IconProviderProps[];
45
- }> & react35.RefAttributes<unknown>>;
43
+ component: react1168.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui135.IconPickerProps, "providers"> & {
44
+ providers?: _pixpilot_shadcn_ui135.IconProviderProps[];
45
+ }> & react1168.RefAttributes<unknown>>;
46
46
  decorator: string;
47
47
  };
48
48
  FileUpload: {
49
- component: react35.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
49
+ component: react1168.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
50
50
  multiple: true;
51
- value?: _pixpilot_shadcn_ui23.FileMetadata[];
52
- onChange?: _pixpilot_shadcn_ui23.OnChangeMultipleFiles;
53
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
51
+ value?: _pixpilot_shadcn_ui135.FileMetadata[];
52
+ onChange?: _pixpilot_shadcn_ui135.OnChangeMultipleFiles;
53
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
54
54
  multiple?: false;
55
- value?: _pixpilot_shadcn_ui23.FileMetadata | null;
56
- onChange?: _pixpilot_shadcn_ui23.OnChangeSingleFile;
57
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref">) & react35.RefAttributes<unknown>>;
55
+ value?: _pixpilot_shadcn_ui135.FileMetadata | null;
56
+ onChange?: _pixpilot_shadcn_ui135.OnChangeSingleFile;
57
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref">) & react1168.RefAttributes<unknown>>;
58
58
  decorator: string;
59
59
  };
60
60
  RichTextEditor: {
61
- component: react35.FC;
61
+ component: react1168.FC;
62
62
  decorator: string;
63
63
  };
64
64
  ColorPicker: {
65
- component: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.ColorPickerProps>, "ref"> & react35.RefAttributes<unknown>>;
65
+ component: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.ColorPickerProps>, "ref"> & react1168.RefAttributes<unknown>>;
66
66
  decorator: string;
67
67
  };
68
68
  Combobox: {
69
- component: react35.FC;
69
+ component: react1168.FC;
70
70
  decorator: string;
71
71
  };
72
72
  ColorSelect: {
73
- component: react35.FC;
73
+ component: react1168.FC;
74
74
  decorator: string;
75
75
  };
76
76
  Rating: {
77
- component: react35.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui23.RatingProps & {
78
- children?: react35.ReactNode | undefined;
79
- }> & react35.RefAttributes<unknown>>;
77
+ component: react1168.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui135.RatingProps & {
78
+ children?: react1168.ReactNode | undefined;
79
+ }> & react1168.RefAttributes<unknown>>;
80
80
  decorator: string;
81
81
  };
82
82
  Slider: {
83
- component: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderProps>, "ref"> & react35.RefAttributes<unknown>>;
83
+ component: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.SliderProps>, "ref"> & react1168.RefAttributes<unknown>>;
84
84
  decorator: string;
85
85
  };
86
86
  SliderInput: {
87
- component: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderInputProps>, "ref"> & react35.RefAttributes<unknown>>;
87
+ component: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.SliderInputProps>, "ref"> & react1168.RefAttributes<unknown>>;
88
88
  decorator: string;
89
89
  };
90
90
  SliderSelect: {
91
- component: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderSelectProps>, "ref"> & react35.RefAttributes<unknown>>;
91
+ component: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.SliderSelectProps>, "ref"> & react1168.RefAttributes<unknown>>;
92
92
  decorator: string;
93
93
  };
94
94
  TagsInput: {
95
- component: typeof _pixpilot_shadcn_ui23.TagsInput;
95
+ component: typeof _pixpilot_shadcn_ui135.TagsInput;
96
96
  decorator: string;
97
97
  };
98
98
  TagsInputInLine: {
99
- component: react35.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui23.TagsInputProps> & react35.RefAttributes<unknown>>;
99
+ component: react1168.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui135.TagsInputProps> & react1168.RefAttributes<unknown>>;
100
100
  decorator: string;
101
101
  };
102
102
  ArrayCards: {
@@ -104,7 +104,7 @@ declare const extendedComponentRegistry: {
104
104
  decorator: string;
105
105
  };
106
106
  ArrayCollapse: {
107
- component: react35.FC<ArrayComponentProps & {
107
+ component: react1168.FC<ArrayComponentProps & {
108
108
  defaultActiveKey?: Array<string | number>;
109
109
  mode?: "accordion" | "multiple";
110
110
  collapseProps?: React.HTMLAttributes<HTMLDivElement>;
@@ -112,7 +112,7 @@ declare const extendedComponentRegistry: {
112
112
  decorator: string;
113
113
  };
114
114
  ArrayDialog: {
115
- component: react35.FC<ArrayComponentProps & {
115
+ component: react1168.FC<ArrayComponentProps & {
116
116
  dialogProps?: React.HTMLAttributes<HTMLDivElement>;
117
117
  }>;
118
118
  decorator: string;
@@ -122,104 +122,104 @@ declare const extendedComponentRegistry: {
122
122
  decorator: string;
123
123
  };
124
124
  ArrayPopover: {
125
- component: react35.FC<ArrayComponentProps & {
125
+ component: react1168.FC<ArrayComponentProps & {
126
126
  popoverProps?: React.HTMLAttributes<HTMLDivElement>;
127
127
  }>;
128
128
  decorator: string;
129
129
  };
130
130
  ArrayTags: {
131
- component: react35.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
131
+ component: react1168.MemoExoticComponent<_formily_react69.ReactFC<ArrayTagsProps>>;
132
132
  decorator: string;
133
133
  };
134
134
  ArrayToggleGroup: {
135
- component: react35.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
135
+ component: react1168.MemoExoticComponent<_formily_react69.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
136
136
  decorator: string;
137
137
  };
138
138
  ToggleGroup: {
139
- component: react35.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react35.RefAttributes<unknown>>;
139
+ component: react1168.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react1168.RefAttributes<unknown>>;
140
140
  decorator: string;
141
141
  };
142
142
  Checkbox: {
143
- component: react35.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
143
+ component: react1168.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox22.CheckboxProps & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
144
144
  decorator: string;
145
145
  };
146
146
  Column: {
147
147
  component: typeof Column;
148
148
  };
149
149
  DatePicker: {
150
- component: react35.ForwardRefExoticComponent<Partial<{
150
+ component: react1168.ForwardRefExoticComponent<Partial<{
151
151
  value?: Date;
152
152
  onChange?: (date: Date | undefined) => void;
153
153
  placeholder?: string;
154
- } & Omit<_pixpilot_shadcn_ui23.DatePickerProps, "onSelect" | "selected" | "mode">> & react35.RefAttributes<unknown>>;
154
+ } & Omit<_pixpilot_shadcn_ui135.DatePickerProps, "onSelect" | "selected" | "mode">> & react1168.RefAttributes<unknown>>;
155
155
  decorator: string;
156
156
  };
157
157
  FormGrid: {
158
158
  component: typeof FormGrid;
159
159
  };
160
160
  FormItem: {
161
- component: react35.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
162
- children?: react35.ReactNode | undefined;
163
- }>, "ref"> & react35.RefAttributes<unknown>>;
161
+ component: react1168.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
162
+ children?: react1168.ReactNode | undefined;
163
+ }>, "ref"> & react1168.RefAttributes<unknown>>;
164
164
  };
165
165
  Hidden: {
166
- component: react35.ForwardRefExoticComponent<Partial<{
166
+ component: react1168.ForwardRefExoticComponent<Partial<{
167
167
  children?: React.ReactNode;
168
168
  value?: string;
169
- }> & react35.RefAttributes<unknown>>;
169
+ }> & react1168.RefAttributes<unknown>>;
170
170
  };
171
171
  IconToggle: {
172
- component: react35.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui23.IconToggleProps, "ref"> & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
172
+ component: react1168.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui135.IconToggleProps, "ref"> & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
173
173
  decorator: string;
174
174
  };
175
175
  ToggleButton: {
176
- component: react35.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui23.ToggleButtonProps, "ref"> & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
176
+ component: react1168.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui135.ToggleButtonProps, "ref"> & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
177
177
  decorator: string;
178
178
  };
179
179
  Input: {
180
- component: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLInputElement> & react35.InputHTMLAttributes<HTMLInputElement> & {
180
+ component: react1168.ForwardRefExoticComponent<Omit<Partial<react1168.ClassAttributes<HTMLInputElement> & react1168.InputHTMLAttributes<HTMLInputElement> & {
181
181
  prefix?: React.ReactNode;
182
182
  suffix?: React.ReactNode;
183
183
  groupClassName?: string;
184
184
  prefixClassName?: string;
185
185
  suffixClassName?: string;
186
- }>, "ref"> & react35.RefAttributes<unknown>>;
186
+ }>, "ref"> & react1168.RefAttributes<unknown>>;
187
187
  decorator: string;
188
188
  };
189
189
  NumberInput: {
190
- component: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLInputElement> & react35.InputHTMLAttributes<HTMLInputElement> & {
190
+ component: react1168.ForwardRefExoticComponent<Omit<Partial<react1168.ClassAttributes<HTMLInputElement> & react1168.InputHTMLAttributes<HTMLInputElement> & {
191
191
  prefix?: React.ReactNode;
192
192
  suffix?: React.ReactNode;
193
193
  groupClassName?: string;
194
194
  prefixClassName?: string;
195
195
  suffixClassName?: string;
196
- }>, "ref"> & react35.RefAttributes<unknown>>;
196
+ }>, "ref"> & react1168.RefAttributes<unknown>>;
197
197
  decorator: string;
198
198
  };
199
199
  ObjectContainer: {
200
- component: react35.FC<ObjectContainerProps>;
200
+ component: react1168.FC<ObjectContainerProps>;
201
201
  decorator: string;
202
202
  };
203
203
  Radio: {
204
- component: react35.FC;
204
+ component: react1168.FC;
205
205
  decorator: string;
206
206
  };
207
207
  Row: {
208
208
  component: typeof Row;
209
209
  };
210
210
  Select: {
211
- component: react35.FC;
211
+ component: react1168.FC;
212
212
  decorator: string;
213
213
  };
214
214
  Separator: {
215
- component: react35.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react35.RefAttributes<HTMLDivElement>>, "ref"> & react35.RefAttributes<unknown>>;
215
+ component: react1168.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator22.SeparatorProps & react1168.RefAttributes<HTMLDivElement>>, "ref"> & react1168.RefAttributes<unknown>>;
216
216
  };
217
217
  Switch: {
218
- component: react35.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
218
+ component: react1168.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch22.SwitchProps & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
219
219
  decorator: string;
220
220
  };
221
221
  Textarea: {
222
- component: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLTextAreaElement> & react35.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react35.RefAttributes<unknown>>;
222
+ component: react1168.ForwardRefExoticComponent<Omit<Partial<react1168.ClassAttributes<HTMLTextAreaElement> & react1168.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react1168.RefAttributes<unknown>>;
223
223
  decorator: string;
224
224
  };
225
225
  };
@@ -228,932 +228,932 @@ declare const extendedComponentRegistry: {
228
228
  * Use this to render forms from JSON Schema
229
229
  */
230
230
  declare const extendedComponents: {
231
- AvatarUpload: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.AvatarUploadProps>, "ref"> & react35.RefAttributes<unknown>>;
232
- FileUploadInline: react35.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
231
+ AvatarUpload: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.AvatarUploadProps>, "ref"> & react1168.RefAttributes<unknown>>;
232
+ FileUploadInline: react1168.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
233
233
  multiple: true;
234
- value?: _pixpilot_shadcn_ui23.FileMetadata[];
235
- onChange?: _pixpilot_shadcn_ui23.OnChangeMultipleFiles;
236
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
234
+ value?: _pixpilot_shadcn_ui135.FileMetadata[];
235
+ onChange?: _pixpilot_shadcn_ui135.OnChangeMultipleFiles;
236
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
237
237
  multiple?: false;
238
- value?: _pixpilot_shadcn_ui23.FileMetadata | null;
239
- onChange?: _pixpilot_shadcn_ui23.OnChangeSingleFile;
240
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref">) & react35.RefAttributes<unknown>>;
241
- IconPicker: react35.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui23.IconPickerProps, "providers"> & {
242
- providers?: _pixpilot_shadcn_ui23.IconProviderProps[];
243
- }> & react35.RefAttributes<unknown>>;
244
- FileUpload: react35.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
238
+ value?: _pixpilot_shadcn_ui135.FileMetadata | null;
239
+ onChange?: _pixpilot_shadcn_ui135.OnChangeSingleFile;
240
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref">) & react1168.RefAttributes<unknown>>;
241
+ IconPicker: react1168.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui135.IconPickerProps, "providers"> & {
242
+ providers?: _pixpilot_shadcn_ui135.IconProviderProps[];
243
+ }> & react1168.RefAttributes<unknown>>;
244
+ FileUpload: react1168.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
245
245
  multiple: true;
246
- value?: _pixpilot_shadcn_ui23.FileMetadata[];
247
- onChange?: _pixpilot_shadcn_ui23.OnChangeMultipleFiles;
248
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
246
+ value?: _pixpilot_shadcn_ui135.FileMetadata[];
247
+ onChange?: _pixpilot_shadcn_ui135.OnChangeMultipleFiles;
248
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
249
249
  multiple?: false;
250
- value?: _pixpilot_shadcn_ui23.FileMetadata | null;
251
- onChange?: _pixpilot_shadcn_ui23.OnChangeSingleFile;
252
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref">) & react35.RefAttributes<unknown>>;
253
- RichTextEditor: react35.FC;
254
- ColorPicker: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.ColorPickerProps>, "ref"> & react35.RefAttributes<unknown>>;
255
- Combobox: react35.FC;
256
- ColorSelect: react35.FC;
257
- Rating: react35.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui23.RatingProps & {
258
- children?: react35.ReactNode | undefined;
259
- }> & react35.RefAttributes<unknown>>;
260
- Slider: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderProps>, "ref"> & react35.RefAttributes<unknown>>;
261
- SliderInput: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderInputProps>, "ref"> & react35.RefAttributes<unknown>>;
262
- SliderSelect: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderSelectProps>, "ref"> & react35.RefAttributes<unknown>>;
263
- TagsInput: typeof _pixpilot_shadcn_ui23.TagsInput;
264
- TagsInputInLine: react35.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui23.TagsInputProps> & react35.RefAttributes<unknown>>;
250
+ value?: _pixpilot_shadcn_ui135.FileMetadata | null;
251
+ onChange?: _pixpilot_shadcn_ui135.OnChangeSingleFile;
252
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref">) & react1168.RefAttributes<unknown>>;
253
+ RichTextEditor: react1168.FC;
254
+ ColorPicker: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.ColorPickerProps>, "ref"> & react1168.RefAttributes<unknown>>;
255
+ Combobox: react1168.FC;
256
+ ColorSelect: react1168.FC;
257
+ Rating: react1168.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui135.RatingProps & {
258
+ children?: react1168.ReactNode | undefined;
259
+ }> & react1168.RefAttributes<unknown>>;
260
+ Slider: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.SliderProps>, "ref"> & react1168.RefAttributes<unknown>>;
261
+ SliderInput: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.SliderInputProps>, "ref"> & react1168.RefAttributes<unknown>>;
262
+ SliderSelect: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.SliderSelectProps>, "ref"> & react1168.RefAttributes<unknown>>;
263
+ TagsInput: typeof _pixpilot_shadcn_ui135.TagsInput;
264
+ TagsInputInLine: react1168.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui135.TagsInputProps> & react1168.RefAttributes<unknown>>;
265
265
  ArrayCards: ComposedArrayProps;
266
- ArrayCollapse: react35.FC<ArrayComponentProps & {
266
+ ArrayCollapse: react1168.FC<ArrayComponentProps & {
267
267
  defaultActiveKey?: Array<string | number>;
268
268
  mode?: "accordion" | "multiple";
269
269
  collapseProps?: React.HTMLAttributes<HTMLDivElement>;
270
270
  }>;
271
- ArrayDialog: react35.FC<ArrayComponentProps & {
271
+ ArrayDialog: react1168.FC<ArrayComponentProps & {
272
272
  dialogProps?: React.HTMLAttributes<HTMLDivElement>;
273
273
  }>;
274
274
  ArrayInline: ComposedArrayProps;
275
- ArrayPopover: react35.FC<ArrayComponentProps & {
275
+ ArrayPopover: react1168.FC<ArrayComponentProps & {
276
276
  popoverProps?: React.HTMLAttributes<HTMLDivElement>;
277
277
  }>;
278
- ArrayTags: react35.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
279
- ArrayToggleGroup: react35.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
280
- ToggleGroup: react35.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react35.RefAttributes<unknown>>;
281
- Checkbox: react35.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
278
+ ArrayTags: react1168.MemoExoticComponent<_formily_react69.ReactFC<ArrayTagsProps>>;
279
+ ArrayToggleGroup: react1168.MemoExoticComponent<_formily_react69.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
280
+ ToggleGroup: react1168.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react1168.RefAttributes<unknown>>;
281
+ Checkbox: react1168.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox22.CheckboxProps & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
282
282
  Column: typeof Column;
283
- DatePicker: react35.ForwardRefExoticComponent<Partial<{
283
+ DatePicker: react1168.ForwardRefExoticComponent<Partial<{
284
284
  value?: Date;
285
285
  onChange?: (date: Date | undefined) => void;
286
286
  placeholder?: string;
287
- } & Omit<_pixpilot_shadcn_ui23.DatePickerProps, "onSelect" | "selected" | "mode">> & react35.RefAttributes<unknown>>;
287
+ } & Omit<_pixpilot_shadcn_ui135.DatePickerProps, "onSelect" | "selected" | "mode">> & react1168.RefAttributes<unknown>>;
288
288
  FormGrid: typeof FormGrid;
289
- FormItem: react35.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
290
- children?: react35.ReactNode | undefined;
291
- }>, "ref"> & react35.RefAttributes<unknown>>;
292
- Hidden: react35.ForwardRefExoticComponent<Partial<{
289
+ FormItem: react1168.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
290
+ children?: react1168.ReactNode | undefined;
291
+ }>, "ref"> & react1168.RefAttributes<unknown>>;
292
+ Hidden: react1168.ForwardRefExoticComponent<Partial<{
293
293
  children?: React.ReactNode;
294
294
  value?: string;
295
- }> & react35.RefAttributes<unknown>>;
296
- IconToggle: react35.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui23.IconToggleProps, "ref"> & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
297
- ToggleButton: react35.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui23.ToggleButtonProps, "ref"> & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
298
- Input: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLInputElement> & react35.InputHTMLAttributes<HTMLInputElement> & {
295
+ }> & react1168.RefAttributes<unknown>>;
296
+ IconToggle: react1168.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui135.IconToggleProps, "ref"> & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
297
+ ToggleButton: react1168.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui135.ToggleButtonProps, "ref"> & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
298
+ Input: react1168.ForwardRefExoticComponent<Omit<Partial<react1168.ClassAttributes<HTMLInputElement> & react1168.InputHTMLAttributes<HTMLInputElement> & {
299
299
  prefix?: React.ReactNode;
300
300
  suffix?: React.ReactNode;
301
301
  groupClassName?: string;
302
302
  prefixClassName?: string;
303
303
  suffixClassName?: string;
304
- }>, "ref"> & react35.RefAttributes<unknown>>;
305
- NumberInput: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLInputElement> & react35.InputHTMLAttributes<HTMLInputElement> & {
304
+ }>, "ref"> & react1168.RefAttributes<unknown>>;
305
+ NumberInput: react1168.ForwardRefExoticComponent<Omit<Partial<react1168.ClassAttributes<HTMLInputElement> & react1168.InputHTMLAttributes<HTMLInputElement> & {
306
306
  prefix?: React.ReactNode;
307
307
  suffix?: React.ReactNode;
308
308
  groupClassName?: string;
309
309
  prefixClassName?: string;
310
310
  suffixClassName?: string;
311
- }>, "ref"> & react35.RefAttributes<unknown>>;
312
- ObjectContainer: react35.FC<ObjectContainerProps>;
313
- Radio: react35.FC;
311
+ }>, "ref"> & react1168.RefAttributes<unknown>>;
312
+ ObjectContainer: react1168.FC<ObjectContainerProps>;
313
+ Radio: react1168.FC;
314
314
  Row: typeof Row;
315
- Select: react35.FC;
316
- Separator: react35.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react35.RefAttributes<HTMLDivElement>>, "ref"> & react35.RefAttributes<unknown>>;
317
- Switch: react35.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
318
- Textarea: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLTextAreaElement> & react35.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react35.RefAttributes<unknown>>;
315
+ Select: react1168.FC;
316
+ Separator: react1168.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator22.SeparatorProps & react1168.RefAttributes<HTMLDivElement>>, "ref"> & react1168.RefAttributes<unknown>>;
317
+ Switch: react1168.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch22.SwitchProps & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
318
+ Textarea: react1168.ForwardRefExoticComponent<Omit<Partial<react1168.ClassAttributes<HTMLTextAreaElement> & react1168.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react1168.RefAttributes<unknown>>;
319
319
  };
320
320
  declare const SchemaFieldExtended: {
321
- <Decorator extends _formily_react1.JSXComponent, Component extends _formily_react1.JSXComponent>(props: _formily_react1.ISchemaFieldProps<Decorator, Component, _formily_core0.ObjectField<Decorator, Component>>): JSX.Element;
321
+ <Decorator extends _formily_react69.JSXComponent, Component extends _formily_react69.JSXComponent>(props: _formily_react69.ISchemaFieldProps<Decorator, Component, _formily_core1.ObjectField<Decorator, Component>>): JSX.Element;
322
322
  displayName: string;
323
323
  Markup: {
324
- <Decorator_1 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_1 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react1.ISchemaMarkupFieldProps<{
325
- AvatarUpload: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.AvatarUploadProps>, "ref"> & react35.RefAttributes<unknown>>;
326
- FileUploadInline: react35.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
324
+ <Decorator_1 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_1 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react69.ISchemaMarkupFieldProps<{
325
+ AvatarUpload: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.AvatarUploadProps>, "ref"> & react1168.RefAttributes<unknown>>;
326
+ FileUploadInline: react1168.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
327
327
  multiple: true;
328
- value?: _pixpilot_shadcn_ui23.FileMetadata[];
329
- onChange?: _pixpilot_shadcn_ui23.OnChangeMultipleFiles;
330
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
328
+ value?: _pixpilot_shadcn_ui135.FileMetadata[];
329
+ onChange?: _pixpilot_shadcn_ui135.OnChangeMultipleFiles;
330
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
331
331
  multiple?: false;
332
- value?: _pixpilot_shadcn_ui23.FileMetadata | null;
333
- onChange?: _pixpilot_shadcn_ui23.OnChangeSingleFile;
334
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref">) & react35.RefAttributes<unknown>>;
335
- IconPicker: react35.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui23.IconPickerProps, "providers"> & {
336
- providers?: _pixpilot_shadcn_ui23.IconProviderProps[];
337
- }> & react35.RefAttributes<unknown>>;
338
- FileUpload: react35.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
332
+ value?: _pixpilot_shadcn_ui135.FileMetadata | null;
333
+ onChange?: _pixpilot_shadcn_ui135.OnChangeSingleFile;
334
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref">) & react1168.RefAttributes<unknown>>;
335
+ IconPicker: react1168.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui135.IconPickerProps, "providers"> & {
336
+ providers?: _pixpilot_shadcn_ui135.IconProviderProps[];
337
+ }> & react1168.RefAttributes<unknown>>;
338
+ FileUpload: react1168.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
339
339
  multiple: true;
340
- value?: _pixpilot_shadcn_ui23.FileMetadata[];
341
- onChange?: _pixpilot_shadcn_ui23.OnChangeMultipleFiles;
342
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
340
+ value?: _pixpilot_shadcn_ui135.FileMetadata[];
341
+ onChange?: _pixpilot_shadcn_ui135.OnChangeMultipleFiles;
342
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
343
343
  multiple?: false;
344
- value?: _pixpilot_shadcn_ui23.FileMetadata | null;
345
- onChange?: _pixpilot_shadcn_ui23.OnChangeSingleFile;
346
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref">) & react35.RefAttributes<unknown>>;
347
- RichTextEditor: react35.FC;
348
- ColorPicker: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.ColorPickerProps>, "ref"> & react35.RefAttributes<unknown>>;
349
- Combobox: react35.FC;
350
- ColorSelect: react35.FC;
351
- Rating: react35.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui23.RatingProps & {
352
- children?: react35.ReactNode | undefined;
353
- }> & react35.RefAttributes<unknown>>;
354
- Slider: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderProps>, "ref"> & react35.RefAttributes<unknown>>;
355
- SliderInput: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderInputProps>, "ref"> & react35.RefAttributes<unknown>>;
356
- SliderSelect: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderSelectProps>, "ref"> & react35.RefAttributes<unknown>>;
357
- TagsInput: typeof _pixpilot_shadcn_ui23.TagsInput;
358
- TagsInputInLine: react35.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui23.TagsInputProps> & react35.RefAttributes<unknown>>;
344
+ value?: _pixpilot_shadcn_ui135.FileMetadata | null;
345
+ onChange?: _pixpilot_shadcn_ui135.OnChangeSingleFile;
346
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref">) & react1168.RefAttributes<unknown>>;
347
+ RichTextEditor: react1168.FC;
348
+ ColorPicker: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.ColorPickerProps>, "ref"> & react1168.RefAttributes<unknown>>;
349
+ Combobox: react1168.FC;
350
+ ColorSelect: react1168.FC;
351
+ Rating: react1168.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui135.RatingProps & {
352
+ children?: react1168.ReactNode | undefined;
353
+ }> & react1168.RefAttributes<unknown>>;
354
+ Slider: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.SliderProps>, "ref"> & react1168.RefAttributes<unknown>>;
355
+ SliderInput: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.SliderInputProps>, "ref"> & react1168.RefAttributes<unknown>>;
356
+ SliderSelect: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.SliderSelectProps>, "ref"> & react1168.RefAttributes<unknown>>;
357
+ TagsInput: typeof _pixpilot_shadcn_ui135.TagsInput;
358
+ TagsInputInLine: react1168.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui135.TagsInputProps> & react1168.RefAttributes<unknown>>;
359
359
  ArrayCards: ComposedArrayProps;
360
- ArrayCollapse: react35.FC<ArrayComponentProps & {
360
+ ArrayCollapse: react1168.FC<ArrayComponentProps & {
361
361
  defaultActiveKey?: Array<string | number>;
362
362
  mode?: "accordion" | "multiple";
363
363
  collapseProps?: React.HTMLAttributes<HTMLDivElement>;
364
364
  }>;
365
- ArrayDialog: react35.FC<ArrayComponentProps & {
365
+ ArrayDialog: react1168.FC<ArrayComponentProps & {
366
366
  dialogProps?: React.HTMLAttributes<HTMLDivElement>;
367
367
  }>;
368
368
  ArrayInline: ComposedArrayProps;
369
- ArrayPopover: react35.FC<ArrayComponentProps & {
369
+ ArrayPopover: react1168.FC<ArrayComponentProps & {
370
370
  popoverProps?: React.HTMLAttributes<HTMLDivElement>;
371
371
  }>;
372
- ArrayTags: react35.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
373
- ArrayToggleGroup: react35.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
374
- ToggleGroup: react35.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react35.RefAttributes<unknown>>;
375
- Checkbox: react35.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
372
+ ArrayTags: react1168.MemoExoticComponent<_formily_react69.ReactFC<ArrayTagsProps>>;
373
+ ArrayToggleGroup: react1168.MemoExoticComponent<_formily_react69.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
374
+ ToggleGroup: react1168.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react1168.RefAttributes<unknown>>;
375
+ Checkbox: react1168.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox22.CheckboxProps & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
376
376
  Column: typeof Column;
377
- DatePicker: react35.ForwardRefExoticComponent<Partial<{
377
+ DatePicker: react1168.ForwardRefExoticComponent<Partial<{
378
378
  value?: Date;
379
379
  onChange?: (date: Date | undefined) => void;
380
380
  placeholder?: string;
381
- } & Omit<_pixpilot_shadcn_ui23.DatePickerProps, "onSelect" | "selected" | "mode">> & react35.RefAttributes<unknown>>;
381
+ } & Omit<_pixpilot_shadcn_ui135.DatePickerProps, "onSelect" | "selected" | "mode">> & react1168.RefAttributes<unknown>>;
382
382
  FormGrid: typeof FormGrid;
383
- FormItem: react35.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
384
- children?: react35.ReactNode | undefined;
385
- }>, "ref"> & react35.RefAttributes<unknown>>;
386
- Hidden: react35.ForwardRefExoticComponent<Partial<{
383
+ FormItem: react1168.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
384
+ children?: react1168.ReactNode | undefined;
385
+ }>, "ref"> & react1168.RefAttributes<unknown>>;
386
+ Hidden: react1168.ForwardRefExoticComponent<Partial<{
387
387
  children?: React.ReactNode;
388
388
  value?: string;
389
- }> & react35.RefAttributes<unknown>>;
390
- IconToggle: react35.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui23.IconToggleProps, "ref"> & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
391
- ToggleButton: react35.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui23.ToggleButtonProps, "ref"> & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
392
- Input: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLInputElement> & react35.InputHTMLAttributes<HTMLInputElement> & {
389
+ }> & react1168.RefAttributes<unknown>>;
390
+ IconToggle: react1168.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui135.IconToggleProps, "ref"> & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
391
+ ToggleButton: react1168.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui135.ToggleButtonProps, "ref"> & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
392
+ Input: react1168.ForwardRefExoticComponent<Omit<Partial<react1168.ClassAttributes<HTMLInputElement> & react1168.InputHTMLAttributes<HTMLInputElement> & {
393
393
  prefix?: React.ReactNode;
394
394
  suffix?: React.ReactNode;
395
395
  groupClassName?: string;
396
396
  prefixClassName?: string;
397
397
  suffixClassName?: string;
398
- }>, "ref"> & react35.RefAttributes<unknown>>;
399
- NumberInput: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLInputElement> & react35.InputHTMLAttributes<HTMLInputElement> & {
398
+ }>, "ref"> & react1168.RefAttributes<unknown>>;
399
+ NumberInput: react1168.ForwardRefExoticComponent<Omit<Partial<react1168.ClassAttributes<HTMLInputElement> & react1168.InputHTMLAttributes<HTMLInputElement> & {
400
400
  prefix?: React.ReactNode;
401
401
  suffix?: React.ReactNode;
402
402
  groupClassName?: string;
403
403
  prefixClassName?: string;
404
404
  suffixClassName?: string;
405
- }>, "ref"> & react35.RefAttributes<unknown>>;
406
- ObjectContainer: react35.FC<ObjectContainerProps>;
407
- Radio: react35.FC;
405
+ }>, "ref"> & react1168.RefAttributes<unknown>>;
406
+ ObjectContainer: react1168.FC<ObjectContainerProps>;
407
+ Radio: react1168.FC;
408
408
  Row: typeof Row;
409
- Select: react35.FC;
410
- Separator: react35.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react35.RefAttributes<HTMLDivElement>>, "ref"> & react35.RefAttributes<unknown>>;
411
- Switch: react35.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
412
- Textarea: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLTextAreaElement> & react35.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react35.RefAttributes<unknown>>;
409
+ Select: react1168.FC;
410
+ Separator: react1168.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator22.SeparatorProps & react1168.RefAttributes<HTMLDivElement>>, "ref"> & react1168.RefAttributes<unknown>>;
411
+ Switch: react1168.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch22.SwitchProps & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
412
+ Textarea: react1168.ForwardRefExoticComponent<Omit<Partial<react1168.ClassAttributes<HTMLTextAreaElement> & react1168.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react1168.RefAttributes<unknown>>;
413
413
  }, Component_1, Decorator_1>): JSX.Element;
414
414
  displayName: string;
415
415
  };
416
416
  String: {
417
- <Decorator_2 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_2 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react1.ISchemaTypeFieldProps<{
418
- AvatarUpload: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.AvatarUploadProps>, "ref"> & react35.RefAttributes<unknown>>;
419
- FileUploadInline: react35.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
417
+ <Decorator_2 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_2 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react69.ISchemaTypeFieldProps<{
418
+ AvatarUpload: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.AvatarUploadProps>, "ref"> & react1168.RefAttributes<unknown>>;
419
+ FileUploadInline: react1168.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
420
420
  multiple: true;
421
- value?: _pixpilot_shadcn_ui23.FileMetadata[];
422
- onChange?: _pixpilot_shadcn_ui23.OnChangeMultipleFiles;
423
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
421
+ value?: _pixpilot_shadcn_ui135.FileMetadata[];
422
+ onChange?: _pixpilot_shadcn_ui135.OnChangeMultipleFiles;
423
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
424
424
  multiple?: false;
425
- value?: _pixpilot_shadcn_ui23.FileMetadata | null;
426
- onChange?: _pixpilot_shadcn_ui23.OnChangeSingleFile;
427
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref">) & react35.RefAttributes<unknown>>;
428
- IconPicker: react35.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui23.IconPickerProps, "providers"> & {
429
- providers?: _pixpilot_shadcn_ui23.IconProviderProps[];
430
- }> & react35.RefAttributes<unknown>>;
431
- FileUpload: react35.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
425
+ value?: _pixpilot_shadcn_ui135.FileMetadata | null;
426
+ onChange?: _pixpilot_shadcn_ui135.OnChangeSingleFile;
427
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref">) & react1168.RefAttributes<unknown>>;
428
+ IconPicker: react1168.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui135.IconPickerProps, "providers"> & {
429
+ providers?: _pixpilot_shadcn_ui135.IconProviderProps[];
430
+ }> & react1168.RefAttributes<unknown>>;
431
+ FileUpload: react1168.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
432
432
  multiple: true;
433
- value?: _pixpilot_shadcn_ui23.FileMetadata[];
434
- onChange?: _pixpilot_shadcn_ui23.OnChangeMultipleFiles;
435
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
433
+ value?: _pixpilot_shadcn_ui135.FileMetadata[];
434
+ onChange?: _pixpilot_shadcn_ui135.OnChangeMultipleFiles;
435
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
436
436
  multiple?: false;
437
- value?: _pixpilot_shadcn_ui23.FileMetadata | null;
438
- onChange?: _pixpilot_shadcn_ui23.OnChangeSingleFile;
439
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref">) & react35.RefAttributes<unknown>>;
440
- RichTextEditor: react35.FC;
441
- ColorPicker: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.ColorPickerProps>, "ref"> & react35.RefAttributes<unknown>>;
442
- Combobox: react35.FC;
443
- ColorSelect: react35.FC;
444
- Rating: react35.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui23.RatingProps & {
445
- children?: react35.ReactNode | undefined;
446
- }> & react35.RefAttributes<unknown>>;
447
- Slider: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderProps>, "ref"> & react35.RefAttributes<unknown>>;
448
- SliderInput: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderInputProps>, "ref"> & react35.RefAttributes<unknown>>;
449
- SliderSelect: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderSelectProps>, "ref"> & react35.RefAttributes<unknown>>;
450
- TagsInput: typeof _pixpilot_shadcn_ui23.TagsInput;
451
- TagsInputInLine: react35.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui23.TagsInputProps> & react35.RefAttributes<unknown>>;
437
+ value?: _pixpilot_shadcn_ui135.FileMetadata | null;
438
+ onChange?: _pixpilot_shadcn_ui135.OnChangeSingleFile;
439
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref">) & react1168.RefAttributes<unknown>>;
440
+ RichTextEditor: react1168.FC;
441
+ ColorPicker: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.ColorPickerProps>, "ref"> & react1168.RefAttributes<unknown>>;
442
+ Combobox: react1168.FC;
443
+ ColorSelect: react1168.FC;
444
+ Rating: react1168.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui135.RatingProps & {
445
+ children?: react1168.ReactNode | undefined;
446
+ }> & react1168.RefAttributes<unknown>>;
447
+ Slider: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.SliderProps>, "ref"> & react1168.RefAttributes<unknown>>;
448
+ SliderInput: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.SliderInputProps>, "ref"> & react1168.RefAttributes<unknown>>;
449
+ SliderSelect: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.SliderSelectProps>, "ref"> & react1168.RefAttributes<unknown>>;
450
+ TagsInput: typeof _pixpilot_shadcn_ui135.TagsInput;
451
+ TagsInputInLine: react1168.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui135.TagsInputProps> & react1168.RefAttributes<unknown>>;
452
452
  ArrayCards: ComposedArrayProps;
453
- ArrayCollapse: react35.FC<ArrayComponentProps & {
453
+ ArrayCollapse: react1168.FC<ArrayComponentProps & {
454
454
  defaultActiveKey?: Array<string | number>;
455
455
  mode?: "accordion" | "multiple";
456
456
  collapseProps?: React.HTMLAttributes<HTMLDivElement>;
457
457
  }>;
458
- ArrayDialog: react35.FC<ArrayComponentProps & {
458
+ ArrayDialog: react1168.FC<ArrayComponentProps & {
459
459
  dialogProps?: React.HTMLAttributes<HTMLDivElement>;
460
460
  }>;
461
461
  ArrayInline: ComposedArrayProps;
462
- ArrayPopover: react35.FC<ArrayComponentProps & {
462
+ ArrayPopover: react1168.FC<ArrayComponentProps & {
463
463
  popoverProps?: React.HTMLAttributes<HTMLDivElement>;
464
464
  }>;
465
- ArrayTags: react35.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
466
- ArrayToggleGroup: react35.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
467
- ToggleGroup: react35.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react35.RefAttributes<unknown>>;
468
- Checkbox: react35.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
465
+ ArrayTags: react1168.MemoExoticComponent<_formily_react69.ReactFC<ArrayTagsProps>>;
466
+ ArrayToggleGroup: react1168.MemoExoticComponent<_formily_react69.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
467
+ ToggleGroup: react1168.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react1168.RefAttributes<unknown>>;
468
+ Checkbox: react1168.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox22.CheckboxProps & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
469
469
  Column: typeof Column;
470
- DatePicker: react35.ForwardRefExoticComponent<Partial<{
470
+ DatePicker: react1168.ForwardRefExoticComponent<Partial<{
471
471
  value?: Date;
472
472
  onChange?: (date: Date | undefined) => void;
473
473
  placeholder?: string;
474
- } & Omit<_pixpilot_shadcn_ui23.DatePickerProps, "onSelect" | "selected" | "mode">> & react35.RefAttributes<unknown>>;
474
+ } & Omit<_pixpilot_shadcn_ui135.DatePickerProps, "onSelect" | "selected" | "mode">> & react1168.RefAttributes<unknown>>;
475
475
  FormGrid: typeof FormGrid;
476
- FormItem: react35.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
477
- children?: react35.ReactNode | undefined;
478
- }>, "ref"> & react35.RefAttributes<unknown>>;
479
- Hidden: react35.ForwardRefExoticComponent<Partial<{
476
+ FormItem: react1168.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
477
+ children?: react1168.ReactNode | undefined;
478
+ }>, "ref"> & react1168.RefAttributes<unknown>>;
479
+ Hidden: react1168.ForwardRefExoticComponent<Partial<{
480
480
  children?: React.ReactNode;
481
481
  value?: string;
482
- }> & react35.RefAttributes<unknown>>;
483
- IconToggle: react35.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui23.IconToggleProps, "ref"> & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
484
- ToggleButton: react35.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui23.ToggleButtonProps, "ref"> & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
485
- Input: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLInputElement> & react35.InputHTMLAttributes<HTMLInputElement> & {
482
+ }> & react1168.RefAttributes<unknown>>;
483
+ IconToggle: react1168.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui135.IconToggleProps, "ref"> & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
484
+ ToggleButton: react1168.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui135.ToggleButtonProps, "ref"> & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
485
+ Input: react1168.ForwardRefExoticComponent<Omit<Partial<react1168.ClassAttributes<HTMLInputElement> & react1168.InputHTMLAttributes<HTMLInputElement> & {
486
486
  prefix?: React.ReactNode;
487
487
  suffix?: React.ReactNode;
488
488
  groupClassName?: string;
489
489
  prefixClassName?: string;
490
490
  suffixClassName?: string;
491
- }>, "ref"> & react35.RefAttributes<unknown>>;
492
- NumberInput: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLInputElement> & react35.InputHTMLAttributes<HTMLInputElement> & {
491
+ }>, "ref"> & react1168.RefAttributes<unknown>>;
492
+ NumberInput: react1168.ForwardRefExoticComponent<Omit<Partial<react1168.ClassAttributes<HTMLInputElement> & react1168.InputHTMLAttributes<HTMLInputElement> & {
493
493
  prefix?: React.ReactNode;
494
494
  suffix?: React.ReactNode;
495
495
  groupClassName?: string;
496
496
  prefixClassName?: string;
497
497
  suffixClassName?: string;
498
- }>, "ref"> & react35.RefAttributes<unknown>>;
499
- ObjectContainer: react35.FC<ObjectContainerProps>;
500
- Radio: react35.FC;
498
+ }>, "ref"> & react1168.RefAttributes<unknown>>;
499
+ ObjectContainer: react1168.FC<ObjectContainerProps>;
500
+ Radio: react1168.FC;
501
501
  Row: typeof Row;
502
- Select: react35.FC;
503
- Separator: react35.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react35.RefAttributes<HTMLDivElement>>, "ref"> & react35.RefAttributes<unknown>>;
504
- Switch: react35.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
505
- Textarea: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLTextAreaElement> & react35.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react35.RefAttributes<unknown>>;
502
+ Select: react1168.FC;
503
+ Separator: react1168.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator22.SeparatorProps & react1168.RefAttributes<HTMLDivElement>>, "ref"> & react1168.RefAttributes<unknown>>;
504
+ Switch: react1168.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch22.SwitchProps & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
505
+ Textarea: react1168.ForwardRefExoticComponent<Omit<Partial<react1168.ClassAttributes<HTMLTextAreaElement> & react1168.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react1168.RefAttributes<unknown>>;
506
506
  }, Component_2, Decorator_2>): JSX.Element;
507
507
  displayName: string;
508
508
  };
509
509
  Object: {
510
- <Decorator_3 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_3 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react1.ISchemaTypeFieldProps<{
511
- AvatarUpload: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.AvatarUploadProps>, "ref"> & react35.RefAttributes<unknown>>;
512
- FileUploadInline: react35.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
510
+ <Decorator_3 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_3 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react69.ISchemaTypeFieldProps<{
511
+ AvatarUpload: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.AvatarUploadProps>, "ref"> & react1168.RefAttributes<unknown>>;
512
+ FileUploadInline: react1168.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
513
513
  multiple: true;
514
- value?: _pixpilot_shadcn_ui23.FileMetadata[];
515
- onChange?: _pixpilot_shadcn_ui23.OnChangeMultipleFiles;
516
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
514
+ value?: _pixpilot_shadcn_ui135.FileMetadata[];
515
+ onChange?: _pixpilot_shadcn_ui135.OnChangeMultipleFiles;
516
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
517
517
  multiple?: false;
518
- value?: _pixpilot_shadcn_ui23.FileMetadata | null;
519
- onChange?: _pixpilot_shadcn_ui23.OnChangeSingleFile;
520
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref">) & react35.RefAttributes<unknown>>;
521
- IconPicker: react35.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui23.IconPickerProps, "providers"> & {
522
- providers?: _pixpilot_shadcn_ui23.IconProviderProps[];
523
- }> & react35.RefAttributes<unknown>>;
524
- FileUpload: react35.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
518
+ value?: _pixpilot_shadcn_ui135.FileMetadata | null;
519
+ onChange?: _pixpilot_shadcn_ui135.OnChangeSingleFile;
520
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref">) & react1168.RefAttributes<unknown>>;
521
+ IconPicker: react1168.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui135.IconPickerProps, "providers"> & {
522
+ providers?: _pixpilot_shadcn_ui135.IconProviderProps[];
523
+ }> & react1168.RefAttributes<unknown>>;
524
+ FileUpload: react1168.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
525
525
  multiple: true;
526
- value?: _pixpilot_shadcn_ui23.FileMetadata[];
527
- onChange?: _pixpilot_shadcn_ui23.OnChangeMultipleFiles;
528
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
526
+ value?: _pixpilot_shadcn_ui135.FileMetadata[];
527
+ onChange?: _pixpilot_shadcn_ui135.OnChangeMultipleFiles;
528
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
529
529
  multiple?: false;
530
- value?: _pixpilot_shadcn_ui23.FileMetadata | null;
531
- onChange?: _pixpilot_shadcn_ui23.OnChangeSingleFile;
532
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref">) & react35.RefAttributes<unknown>>;
533
- RichTextEditor: react35.FC;
534
- ColorPicker: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.ColorPickerProps>, "ref"> & react35.RefAttributes<unknown>>;
535
- Combobox: react35.FC;
536
- ColorSelect: react35.FC;
537
- Rating: react35.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui23.RatingProps & {
538
- children?: react35.ReactNode | undefined;
539
- }> & react35.RefAttributes<unknown>>;
540
- Slider: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderProps>, "ref"> & react35.RefAttributes<unknown>>;
541
- SliderInput: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderInputProps>, "ref"> & react35.RefAttributes<unknown>>;
542
- SliderSelect: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderSelectProps>, "ref"> & react35.RefAttributes<unknown>>;
543
- TagsInput: typeof _pixpilot_shadcn_ui23.TagsInput;
544
- TagsInputInLine: react35.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui23.TagsInputProps> & react35.RefAttributes<unknown>>;
530
+ value?: _pixpilot_shadcn_ui135.FileMetadata | null;
531
+ onChange?: _pixpilot_shadcn_ui135.OnChangeSingleFile;
532
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref">) & react1168.RefAttributes<unknown>>;
533
+ RichTextEditor: react1168.FC;
534
+ ColorPicker: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.ColorPickerProps>, "ref"> & react1168.RefAttributes<unknown>>;
535
+ Combobox: react1168.FC;
536
+ ColorSelect: react1168.FC;
537
+ Rating: react1168.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui135.RatingProps & {
538
+ children?: react1168.ReactNode | undefined;
539
+ }> & react1168.RefAttributes<unknown>>;
540
+ Slider: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.SliderProps>, "ref"> & react1168.RefAttributes<unknown>>;
541
+ SliderInput: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.SliderInputProps>, "ref"> & react1168.RefAttributes<unknown>>;
542
+ SliderSelect: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.SliderSelectProps>, "ref"> & react1168.RefAttributes<unknown>>;
543
+ TagsInput: typeof _pixpilot_shadcn_ui135.TagsInput;
544
+ TagsInputInLine: react1168.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui135.TagsInputProps> & react1168.RefAttributes<unknown>>;
545
545
  ArrayCards: ComposedArrayProps;
546
- ArrayCollapse: react35.FC<ArrayComponentProps & {
546
+ ArrayCollapse: react1168.FC<ArrayComponentProps & {
547
547
  defaultActiveKey?: Array<string | number>;
548
548
  mode?: "accordion" | "multiple";
549
549
  collapseProps?: React.HTMLAttributes<HTMLDivElement>;
550
550
  }>;
551
- ArrayDialog: react35.FC<ArrayComponentProps & {
551
+ ArrayDialog: react1168.FC<ArrayComponentProps & {
552
552
  dialogProps?: React.HTMLAttributes<HTMLDivElement>;
553
553
  }>;
554
554
  ArrayInline: ComposedArrayProps;
555
- ArrayPopover: react35.FC<ArrayComponentProps & {
555
+ ArrayPopover: react1168.FC<ArrayComponentProps & {
556
556
  popoverProps?: React.HTMLAttributes<HTMLDivElement>;
557
557
  }>;
558
- ArrayTags: react35.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
559
- ArrayToggleGroup: react35.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
560
- ToggleGroup: react35.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react35.RefAttributes<unknown>>;
561
- Checkbox: react35.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
558
+ ArrayTags: react1168.MemoExoticComponent<_formily_react69.ReactFC<ArrayTagsProps>>;
559
+ ArrayToggleGroup: react1168.MemoExoticComponent<_formily_react69.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
560
+ ToggleGroup: react1168.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react1168.RefAttributes<unknown>>;
561
+ Checkbox: react1168.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox22.CheckboxProps & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
562
562
  Column: typeof Column;
563
- DatePicker: react35.ForwardRefExoticComponent<Partial<{
563
+ DatePicker: react1168.ForwardRefExoticComponent<Partial<{
564
564
  value?: Date;
565
565
  onChange?: (date: Date | undefined) => void;
566
566
  placeholder?: string;
567
- } & Omit<_pixpilot_shadcn_ui23.DatePickerProps, "onSelect" | "selected" | "mode">> & react35.RefAttributes<unknown>>;
567
+ } & Omit<_pixpilot_shadcn_ui135.DatePickerProps, "onSelect" | "selected" | "mode">> & react1168.RefAttributes<unknown>>;
568
568
  FormGrid: typeof FormGrid;
569
- FormItem: react35.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
570
- children?: react35.ReactNode | undefined;
571
- }>, "ref"> & react35.RefAttributes<unknown>>;
572
- Hidden: react35.ForwardRefExoticComponent<Partial<{
569
+ FormItem: react1168.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
570
+ children?: react1168.ReactNode | undefined;
571
+ }>, "ref"> & react1168.RefAttributes<unknown>>;
572
+ Hidden: react1168.ForwardRefExoticComponent<Partial<{
573
573
  children?: React.ReactNode;
574
574
  value?: string;
575
- }> & react35.RefAttributes<unknown>>;
576
- IconToggle: react35.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui23.IconToggleProps, "ref"> & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
577
- ToggleButton: react35.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui23.ToggleButtonProps, "ref"> & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
578
- Input: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLInputElement> & react35.InputHTMLAttributes<HTMLInputElement> & {
575
+ }> & react1168.RefAttributes<unknown>>;
576
+ IconToggle: react1168.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui135.IconToggleProps, "ref"> & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
577
+ ToggleButton: react1168.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui135.ToggleButtonProps, "ref"> & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
578
+ Input: react1168.ForwardRefExoticComponent<Omit<Partial<react1168.ClassAttributes<HTMLInputElement> & react1168.InputHTMLAttributes<HTMLInputElement> & {
579
579
  prefix?: React.ReactNode;
580
580
  suffix?: React.ReactNode;
581
581
  groupClassName?: string;
582
582
  prefixClassName?: string;
583
583
  suffixClassName?: string;
584
- }>, "ref"> & react35.RefAttributes<unknown>>;
585
- NumberInput: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLInputElement> & react35.InputHTMLAttributes<HTMLInputElement> & {
584
+ }>, "ref"> & react1168.RefAttributes<unknown>>;
585
+ NumberInput: react1168.ForwardRefExoticComponent<Omit<Partial<react1168.ClassAttributes<HTMLInputElement> & react1168.InputHTMLAttributes<HTMLInputElement> & {
586
586
  prefix?: React.ReactNode;
587
587
  suffix?: React.ReactNode;
588
588
  groupClassName?: string;
589
589
  prefixClassName?: string;
590
590
  suffixClassName?: string;
591
- }>, "ref"> & react35.RefAttributes<unknown>>;
592
- ObjectContainer: react35.FC<ObjectContainerProps>;
593
- Radio: react35.FC;
591
+ }>, "ref"> & react1168.RefAttributes<unknown>>;
592
+ ObjectContainer: react1168.FC<ObjectContainerProps>;
593
+ Radio: react1168.FC;
594
594
  Row: typeof Row;
595
- Select: react35.FC;
596
- Separator: react35.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react35.RefAttributes<HTMLDivElement>>, "ref"> & react35.RefAttributes<unknown>>;
597
- Switch: react35.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
598
- Textarea: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLTextAreaElement> & react35.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react35.RefAttributes<unknown>>;
595
+ Select: react1168.FC;
596
+ Separator: react1168.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator22.SeparatorProps & react1168.RefAttributes<HTMLDivElement>>, "ref"> & react1168.RefAttributes<unknown>>;
597
+ Switch: react1168.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch22.SwitchProps & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
598
+ Textarea: react1168.ForwardRefExoticComponent<Omit<Partial<react1168.ClassAttributes<HTMLTextAreaElement> & react1168.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react1168.RefAttributes<unknown>>;
599
599
  }, Component_3, Decorator_3>): JSX.Element;
600
600
  displayName: string;
601
601
  };
602
602
  Array: {
603
- <Decorator_4 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_4 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react1.ISchemaTypeFieldProps<{
604
- AvatarUpload: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.AvatarUploadProps>, "ref"> & react35.RefAttributes<unknown>>;
605
- FileUploadInline: react35.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
603
+ <Decorator_4 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_4 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react69.ISchemaTypeFieldProps<{
604
+ AvatarUpload: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.AvatarUploadProps>, "ref"> & react1168.RefAttributes<unknown>>;
605
+ FileUploadInline: react1168.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
606
606
  multiple: true;
607
- value?: _pixpilot_shadcn_ui23.FileMetadata[];
608
- onChange?: _pixpilot_shadcn_ui23.OnChangeMultipleFiles;
609
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
607
+ value?: _pixpilot_shadcn_ui135.FileMetadata[];
608
+ onChange?: _pixpilot_shadcn_ui135.OnChangeMultipleFiles;
609
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
610
610
  multiple?: false;
611
- value?: _pixpilot_shadcn_ui23.FileMetadata | null;
612
- onChange?: _pixpilot_shadcn_ui23.OnChangeSingleFile;
613
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref">) & react35.RefAttributes<unknown>>;
614
- IconPicker: react35.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui23.IconPickerProps, "providers"> & {
615
- providers?: _pixpilot_shadcn_ui23.IconProviderProps[];
616
- }> & react35.RefAttributes<unknown>>;
617
- FileUpload: react35.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
611
+ value?: _pixpilot_shadcn_ui135.FileMetadata | null;
612
+ onChange?: _pixpilot_shadcn_ui135.OnChangeSingleFile;
613
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref">) & react1168.RefAttributes<unknown>>;
614
+ IconPicker: react1168.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui135.IconPickerProps, "providers"> & {
615
+ providers?: _pixpilot_shadcn_ui135.IconProviderProps[];
616
+ }> & react1168.RefAttributes<unknown>>;
617
+ FileUpload: react1168.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
618
618
  multiple: true;
619
- value?: _pixpilot_shadcn_ui23.FileMetadata[];
620
- onChange?: _pixpilot_shadcn_ui23.OnChangeMultipleFiles;
621
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
619
+ value?: _pixpilot_shadcn_ui135.FileMetadata[];
620
+ onChange?: _pixpilot_shadcn_ui135.OnChangeMultipleFiles;
621
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
622
622
  multiple?: false;
623
- value?: _pixpilot_shadcn_ui23.FileMetadata | null;
624
- onChange?: _pixpilot_shadcn_ui23.OnChangeSingleFile;
625
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref">) & react35.RefAttributes<unknown>>;
626
- RichTextEditor: react35.FC;
627
- ColorPicker: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.ColorPickerProps>, "ref"> & react35.RefAttributes<unknown>>;
628
- Combobox: react35.FC;
629
- ColorSelect: react35.FC;
630
- Rating: react35.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui23.RatingProps & {
631
- children?: react35.ReactNode | undefined;
632
- }> & react35.RefAttributes<unknown>>;
633
- Slider: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderProps>, "ref"> & react35.RefAttributes<unknown>>;
634
- SliderInput: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderInputProps>, "ref"> & react35.RefAttributes<unknown>>;
635
- SliderSelect: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderSelectProps>, "ref"> & react35.RefAttributes<unknown>>;
636
- TagsInput: typeof _pixpilot_shadcn_ui23.TagsInput;
637
- TagsInputInLine: react35.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui23.TagsInputProps> & react35.RefAttributes<unknown>>;
623
+ value?: _pixpilot_shadcn_ui135.FileMetadata | null;
624
+ onChange?: _pixpilot_shadcn_ui135.OnChangeSingleFile;
625
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref">) & react1168.RefAttributes<unknown>>;
626
+ RichTextEditor: react1168.FC;
627
+ ColorPicker: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.ColorPickerProps>, "ref"> & react1168.RefAttributes<unknown>>;
628
+ Combobox: react1168.FC;
629
+ ColorSelect: react1168.FC;
630
+ Rating: react1168.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui135.RatingProps & {
631
+ children?: react1168.ReactNode | undefined;
632
+ }> & react1168.RefAttributes<unknown>>;
633
+ Slider: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.SliderProps>, "ref"> & react1168.RefAttributes<unknown>>;
634
+ SliderInput: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.SliderInputProps>, "ref"> & react1168.RefAttributes<unknown>>;
635
+ SliderSelect: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.SliderSelectProps>, "ref"> & react1168.RefAttributes<unknown>>;
636
+ TagsInput: typeof _pixpilot_shadcn_ui135.TagsInput;
637
+ TagsInputInLine: react1168.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui135.TagsInputProps> & react1168.RefAttributes<unknown>>;
638
638
  ArrayCards: ComposedArrayProps;
639
- ArrayCollapse: react35.FC<ArrayComponentProps & {
639
+ ArrayCollapse: react1168.FC<ArrayComponentProps & {
640
640
  defaultActiveKey?: Array<string | number>;
641
641
  mode?: "accordion" | "multiple";
642
642
  collapseProps?: React.HTMLAttributes<HTMLDivElement>;
643
643
  }>;
644
- ArrayDialog: react35.FC<ArrayComponentProps & {
644
+ ArrayDialog: react1168.FC<ArrayComponentProps & {
645
645
  dialogProps?: React.HTMLAttributes<HTMLDivElement>;
646
646
  }>;
647
647
  ArrayInline: ComposedArrayProps;
648
- ArrayPopover: react35.FC<ArrayComponentProps & {
648
+ ArrayPopover: react1168.FC<ArrayComponentProps & {
649
649
  popoverProps?: React.HTMLAttributes<HTMLDivElement>;
650
650
  }>;
651
- ArrayTags: react35.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
652
- ArrayToggleGroup: react35.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
653
- ToggleGroup: react35.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react35.RefAttributes<unknown>>;
654
- Checkbox: react35.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
651
+ ArrayTags: react1168.MemoExoticComponent<_formily_react69.ReactFC<ArrayTagsProps>>;
652
+ ArrayToggleGroup: react1168.MemoExoticComponent<_formily_react69.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
653
+ ToggleGroup: react1168.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react1168.RefAttributes<unknown>>;
654
+ Checkbox: react1168.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox22.CheckboxProps & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
655
655
  Column: typeof Column;
656
- DatePicker: react35.ForwardRefExoticComponent<Partial<{
656
+ DatePicker: react1168.ForwardRefExoticComponent<Partial<{
657
657
  value?: Date;
658
658
  onChange?: (date: Date | undefined) => void;
659
659
  placeholder?: string;
660
- } & Omit<_pixpilot_shadcn_ui23.DatePickerProps, "onSelect" | "selected" | "mode">> & react35.RefAttributes<unknown>>;
660
+ } & Omit<_pixpilot_shadcn_ui135.DatePickerProps, "onSelect" | "selected" | "mode">> & react1168.RefAttributes<unknown>>;
661
661
  FormGrid: typeof FormGrid;
662
- FormItem: react35.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
663
- children?: react35.ReactNode | undefined;
664
- }>, "ref"> & react35.RefAttributes<unknown>>;
665
- Hidden: react35.ForwardRefExoticComponent<Partial<{
662
+ FormItem: react1168.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
663
+ children?: react1168.ReactNode | undefined;
664
+ }>, "ref"> & react1168.RefAttributes<unknown>>;
665
+ Hidden: react1168.ForwardRefExoticComponent<Partial<{
666
666
  children?: React.ReactNode;
667
667
  value?: string;
668
- }> & react35.RefAttributes<unknown>>;
669
- IconToggle: react35.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui23.IconToggleProps, "ref"> & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
670
- ToggleButton: react35.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui23.ToggleButtonProps, "ref"> & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
671
- Input: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLInputElement> & react35.InputHTMLAttributes<HTMLInputElement> & {
668
+ }> & react1168.RefAttributes<unknown>>;
669
+ IconToggle: react1168.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui135.IconToggleProps, "ref"> & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
670
+ ToggleButton: react1168.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui135.ToggleButtonProps, "ref"> & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
671
+ Input: react1168.ForwardRefExoticComponent<Omit<Partial<react1168.ClassAttributes<HTMLInputElement> & react1168.InputHTMLAttributes<HTMLInputElement> & {
672
672
  prefix?: React.ReactNode;
673
673
  suffix?: React.ReactNode;
674
674
  groupClassName?: string;
675
675
  prefixClassName?: string;
676
676
  suffixClassName?: string;
677
- }>, "ref"> & react35.RefAttributes<unknown>>;
678
- NumberInput: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLInputElement> & react35.InputHTMLAttributes<HTMLInputElement> & {
677
+ }>, "ref"> & react1168.RefAttributes<unknown>>;
678
+ NumberInput: react1168.ForwardRefExoticComponent<Omit<Partial<react1168.ClassAttributes<HTMLInputElement> & react1168.InputHTMLAttributes<HTMLInputElement> & {
679
679
  prefix?: React.ReactNode;
680
680
  suffix?: React.ReactNode;
681
681
  groupClassName?: string;
682
682
  prefixClassName?: string;
683
683
  suffixClassName?: string;
684
- }>, "ref"> & react35.RefAttributes<unknown>>;
685
- ObjectContainer: react35.FC<ObjectContainerProps>;
686
- Radio: react35.FC;
684
+ }>, "ref"> & react1168.RefAttributes<unknown>>;
685
+ ObjectContainer: react1168.FC<ObjectContainerProps>;
686
+ Radio: react1168.FC;
687
687
  Row: typeof Row;
688
- Select: react35.FC;
689
- Separator: react35.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react35.RefAttributes<HTMLDivElement>>, "ref"> & react35.RefAttributes<unknown>>;
690
- Switch: react35.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
691
- Textarea: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLTextAreaElement> & react35.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react35.RefAttributes<unknown>>;
688
+ Select: react1168.FC;
689
+ Separator: react1168.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator22.SeparatorProps & react1168.RefAttributes<HTMLDivElement>>, "ref"> & react1168.RefAttributes<unknown>>;
690
+ Switch: react1168.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch22.SwitchProps & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
691
+ Textarea: react1168.ForwardRefExoticComponent<Omit<Partial<react1168.ClassAttributes<HTMLTextAreaElement> & react1168.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react1168.RefAttributes<unknown>>;
692
692
  }, Component_4, Decorator_4>): JSX.Element;
693
693
  displayName: string;
694
694
  };
695
695
  Boolean: {
696
- <Decorator_5 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_5 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react1.ISchemaTypeFieldProps<{
697
- AvatarUpload: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.AvatarUploadProps>, "ref"> & react35.RefAttributes<unknown>>;
698
- FileUploadInline: react35.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
696
+ <Decorator_5 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_5 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react69.ISchemaTypeFieldProps<{
697
+ AvatarUpload: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.AvatarUploadProps>, "ref"> & react1168.RefAttributes<unknown>>;
698
+ FileUploadInline: react1168.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
699
699
  multiple: true;
700
- value?: _pixpilot_shadcn_ui23.FileMetadata[];
701
- onChange?: _pixpilot_shadcn_ui23.OnChangeMultipleFiles;
702
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
700
+ value?: _pixpilot_shadcn_ui135.FileMetadata[];
701
+ onChange?: _pixpilot_shadcn_ui135.OnChangeMultipleFiles;
702
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
703
703
  multiple?: false;
704
- value?: _pixpilot_shadcn_ui23.FileMetadata | null;
705
- onChange?: _pixpilot_shadcn_ui23.OnChangeSingleFile;
706
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref">) & react35.RefAttributes<unknown>>;
707
- IconPicker: react35.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui23.IconPickerProps, "providers"> & {
708
- providers?: _pixpilot_shadcn_ui23.IconProviderProps[];
709
- }> & react35.RefAttributes<unknown>>;
710
- FileUpload: react35.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
704
+ value?: _pixpilot_shadcn_ui135.FileMetadata | null;
705
+ onChange?: _pixpilot_shadcn_ui135.OnChangeSingleFile;
706
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref">) & react1168.RefAttributes<unknown>>;
707
+ IconPicker: react1168.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui135.IconPickerProps, "providers"> & {
708
+ providers?: _pixpilot_shadcn_ui135.IconProviderProps[];
709
+ }> & react1168.RefAttributes<unknown>>;
710
+ FileUpload: react1168.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
711
711
  multiple: true;
712
- value?: _pixpilot_shadcn_ui23.FileMetadata[];
713
- onChange?: _pixpilot_shadcn_ui23.OnChangeMultipleFiles;
714
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
712
+ value?: _pixpilot_shadcn_ui135.FileMetadata[];
713
+ onChange?: _pixpilot_shadcn_ui135.OnChangeMultipleFiles;
714
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
715
715
  multiple?: false;
716
- value?: _pixpilot_shadcn_ui23.FileMetadata | null;
717
- onChange?: _pixpilot_shadcn_ui23.OnChangeSingleFile;
718
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref">) & react35.RefAttributes<unknown>>;
719
- RichTextEditor: react35.FC;
720
- ColorPicker: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.ColorPickerProps>, "ref"> & react35.RefAttributes<unknown>>;
721
- Combobox: react35.FC;
722
- ColorSelect: react35.FC;
723
- Rating: react35.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui23.RatingProps & {
724
- children?: react35.ReactNode | undefined;
725
- }> & react35.RefAttributes<unknown>>;
726
- Slider: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderProps>, "ref"> & react35.RefAttributes<unknown>>;
727
- SliderInput: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderInputProps>, "ref"> & react35.RefAttributes<unknown>>;
728
- SliderSelect: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderSelectProps>, "ref"> & react35.RefAttributes<unknown>>;
729
- TagsInput: typeof _pixpilot_shadcn_ui23.TagsInput;
730
- TagsInputInLine: react35.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui23.TagsInputProps> & react35.RefAttributes<unknown>>;
716
+ value?: _pixpilot_shadcn_ui135.FileMetadata | null;
717
+ onChange?: _pixpilot_shadcn_ui135.OnChangeSingleFile;
718
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref">) & react1168.RefAttributes<unknown>>;
719
+ RichTextEditor: react1168.FC;
720
+ ColorPicker: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.ColorPickerProps>, "ref"> & react1168.RefAttributes<unknown>>;
721
+ Combobox: react1168.FC;
722
+ ColorSelect: react1168.FC;
723
+ Rating: react1168.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui135.RatingProps & {
724
+ children?: react1168.ReactNode | undefined;
725
+ }> & react1168.RefAttributes<unknown>>;
726
+ Slider: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.SliderProps>, "ref"> & react1168.RefAttributes<unknown>>;
727
+ SliderInput: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.SliderInputProps>, "ref"> & react1168.RefAttributes<unknown>>;
728
+ SliderSelect: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.SliderSelectProps>, "ref"> & react1168.RefAttributes<unknown>>;
729
+ TagsInput: typeof _pixpilot_shadcn_ui135.TagsInput;
730
+ TagsInputInLine: react1168.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui135.TagsInputProps> & react1168.RefAttributes<unknown>>;
731
731
  ArrayCards: ComposedArrayProps;
732
- ArrayCollapse: react35.FC<ArrayComponentProps & {
732
+ ArrayCollapse: react1168.FC<ArrayComponentProps & {
733
733
  defaultActiveKey?: Array<string | number>;
734
734
  mode?: "accordion" | "multiple";
735
735
  collapseProps?: React.HTMLAttributes<HTMLDivElement>;
736
736
  }>;
737
- ArrayDialog: react35.FC<ArrayComponentProps & {
737
+ ArrayDialog: react1168.FC<ArrayComponentProps & {
738
738
  dialogProps?: React.HTMLAttributes<HTMLDivElement>;
739
739
  }>;
740
740
  ArrayInline: ComposedArrayProps;
741
- ArrayPopover: react35.FC<ArrayComponentProps & {
741
+ ArrayPopover: react1168.FC<ArrayComponentProps & {
742
742
  popoverProps?: React.HTMLAttributes<HTMLDivElement>;
743
743
  }>;
744
- ArrayTags: react35.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
745
- ArrayToggleGroup: react35.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
746
- ToggleGroup: react35.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react35.RefAttributes<unknown>>;
747
- Checkbox: react35.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
744
+ ArrayTags: react1168.MemoExoticComponent<_formily_react69.ReactFC<ArrayTagsProps>>;
745
+ ArrayToggleGroup: react1168.MemoExoticComponent<_formily_react69.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
746
+ ToggleGroup: react1168.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react1168.RefAttributes<unknown>>;
747
+ Checkbox: react1168.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox22.CheckboxProps & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
748
748
  Column: typeof Column;
749
- DatePicker: react35.ForwardRefExoticComponent<Partial<{
749
+ DatePicker: react1168.ForwardRefExoticComponent<Partial<{
750
750
  value?: Date;
751
751
  onChange?: (date: Date | undefined) => void;
752
752
  placeholder?: string;
753
- } & Omit<_pixpilot_shadcn_ui23.DatePickerProps, "onSelect" | "selected" | "mode">> & react35.RefAttributes<unknown>>;
753
+ } & Omit<_pixpilot_shadcn_ui135.DatePickerProps, "onSelect" | "selected" | "mode">> & react1168.RefAttributes<unknown>>;
754
754
  FormGrid: typeof FormGrid;
755
- FormItem: react35.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
756
- children?: react35.ReactNode | undefined;
757
- }>, "ref"> & react35.RefAttributes<unknown>>;
758
- Hidden: react35.ForwardRefExoticComponent<Partial<{
755
+ FormItem: react1168.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
756
+ children?: react1168.ReactNode | undefined;
757
+ }>, "ref"> & react1168.RefAttributes<unknown>>;
758
+ Hidden: react1168.ForwardRefExoticComponent<Partial<{
759
759
  children?: React.ReactNode;
760
760
  value?: string;
761
- }> & react35.RefAttributes<unknown>>;
762
- IconToggle: react35.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui23.IconToggleProps, "ref"> & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
763
- ToggleButton: react35.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui23.ToggleButtonProps, "ref"> & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
764
- Input: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLInputElement> & react35.InputHTMLAttributes<HTMLInputElement> & {
761
+ }> & react1168.RefAttributes<unknown>>;
762
+ IconToggle: react1168.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui135.IconToggleProps, "ref"> & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
763
+ ToggleButton: react1168.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui135.ToggleButtonProps, "ref"> & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
764
+ Input: react1168.ForwardRefExoticComponent<Omit<Partial<react1168.ClassAttributes<HTMLInputElement> & react1168.InputHTMLAttributes<HTMLInputElement> & {
765
765
  prefix?: React.ReactNode;
766
766
  suffix?: React.ReactNode;
767
767
  groupClassName?: string;
768
768
  prefixClassName?: string;
769
769
  suffixClassName?: string;
770
- }>, "ref"> & react35.RefAttributes<unknown>>;
771
- NumberInput: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLInputElement> & react35.InputHTMLAttributes<HTMLInputElement> & {
770
+ }>, "ref"> & react1168.RefAttributes<unknown>>;
771
+ NumberInput: react1168.ForwardRefExoticComponent<Omit<Partial<react1168.ClassAttributes<HTMLInputElement> & react1168.InputHTMLAttributes<HTMLInputElement> & {
772
772
  prefix?: React.ReactNode;
773
773
  suffix?: React.ReactNode;
774
774
  groupClassName?: string;
775
775
  prefixClassName?: string;
776
776
  suffixClassName?: string;
777
- }>, "ref"> & react35.RefAttributes<unknown>>;
778
- ObjectContainer: react35.FC<ObjectContainerProps>;
779
- Radio: react35.FC;
777
+ }>, "ref"> & react1168.RefAttributes<unknown>>;
778
+ ObjectContainer: react1168.FC<ObjectContainerProps>;
779
+ Radio: react1168.FC;
780
780
  Row: typeof Row;
781
- Select: react35.FC;
782
- Separator: react35.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react35.RefAttributes<HTMLDivElement>>, "ref"> & react35.RefAttributes<unknown>>;
783
- Switch: react35.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
784
- Textarea: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLTextAreaElement> & react35.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react35.RefAttributes<unknown>>;
781
+ Select: react1168.FC;
782
+ Separator: react1168.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator22.SeparatorProps & react1168.RefAttributes<HTMLDivElement>>, "ref"> & react1168.RefAttributes<unknown>>;
783
+ Switch: react1168.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch22.SwitchProps & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
784
+ Textarea: react1168.ForwardRefExoticComponent<Omit<Partial<react1168.ClassAttributes<HTMLTextAreaElement> & react1168.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react1168.RefAttributes<unknown>>;
785
785
  }, Component_5, Decorator_5>): JSX.Element;
786
786
  displayName: string;
787
787
  };
788
788
  Date: {
789
- <Decorator_6 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_6 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react1.ISchemaTypeFieldProps<{
790
- AvatarUpload: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.AvatarUploadProps>, "ref"> & react35.RefAttributes<unknown>>;
791
- FileUploadInline: react35.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
789
+ <Decorator_6 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_6 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react69.ISchemaTypeFieldProps<{
790
+ AvatarUpload: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.AvatarUploadProps>, "ref"> & react1168.RefAttributes<unknown>>;
791
+ FileUploadInline: react1168.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
792
792
  multiple: true;
793
- value?: _pixpilot_shadcn_ui23.FileMetadata[];
794
- onChange?: _pixpilot_shadcn_ui23.OnChangeMultipleFiles;
795
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
793
+ value?: _pixpilot_shadcn_ui135.FileMetadata[];
794
+ onChange?: _pixpilot_shadcn_ui135.OnChangeMultipleFiles;
795
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
796
796
  multiple?: false;
797
- value?: _pixpilot_shadcn_ui23.FileMetadata | null;
798
- onChange?: _pixpilot_shadcn_ui23.OnChangeSingleFile;
799
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref">) & react35.RefAttributes<unknown>>;
800
- IconPicker: react35.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui23.IconPickerProps, "providers"> & {
801
- providers?: _pixpilot_shadcn_ui23.IconProviderProps[];
802
- }> & react35.RefAttributes<unknown>>;
803
- FileUpload: react35.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
797
+ value?: _pixpilot_shadcn_ui135.FileMetadata | null;
798
+ onChange?: _pixpilot_shadcn_ui135.OnChangeSingleFile;
799
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref">) & react1168.RefAttributes<unknown>>;
800
+ IconPicker: react1168.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui135.IconPickerProps, "providers"> & {
801
+ providers?: _pixpilot_shadcn_ui135.IconProviderProps[];
802
+ }> & react1168.RefAttributes<unknown>>;
803
+ FileUpload: react1168.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
804
804
  multiple: true;
805
- value?: _pixpilot_shadcn_ui23.FileMetadata[];
806
- onChange?: _pixpilot_shadcn_ui23.OnChangeMultipleFiles;
807
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
805
+ value?: _pixpilot_shadcn_ui135.FileMetadata[];
806
+ onChange?: _pixpilot_shadcn_ui135.OnChangeMultipleFiles;
807
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
808
808
  multiple?: false;
809
- value?: _pixpilot_shadcn_ui23.FileMetadata | null;
810
- onChange?: _pixpilot_shadcn_ui23.OnChangeSingleFile;
811
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref">) & react35.RefAttributes<unknown>>;
812
- RichTextEditor: react35.FC;
813
- ColorPicker: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.ColorPickerProps>, "ref"> & react35.RefAttributes<unknown>>;
814
- Combobox: react35.FC;
815
- ColorSelect: react35.FC;
816
- Rating: react35.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui23.RatingProps & {
817
- children?: react35.ReactNode | undefined;
818
- }> & react35.RefAttributes<unknown>>;
819
- Slider: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderProps>, "ref"> & react35.RefAttributes<unknown>>;
820
- SliderInput: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderInputProps>, "ref"> & react35.RefAttributes<unknown>>;
821
- SliderSelect: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderSelectProps>, "ref"> & react35.RefAttributes<unknown>>;
822
- TagsInput: typeof _pixpilot_shadcn_ui23.TagsInput;
823
- TagsInputInLine: react35.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui23.TagsInputProps> & react35.RefAttributes<unknown>>;
809
+ value?: _pixpilot_shadcn_ui135.FileMetadata | null;
810
+ onChange?: _pixpilot_shadcn_ui135.OnChangeSingleFile;
811
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref">) & react1168.RefAttributes<unknown>>;
812
+ RichTextEditor: react1168.FC;
813
+ ColorPicker: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.ColorPickerProps>, "ref"> & react1168.RefAttributes<unknown>>;
814
+ Combobox: react1168.FC;
815
+ ColorSelect: react1168.FC;
816
+ Rating: react1168.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui135.RatingProps & {
817
+ children?: react1168.ReactNode | undefined;
818
+ }> & react1168.RefAttributes<unknown>>;
819
+ Slider: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.SliderProps>, "ref"> & react1168.RefAttributes<unknown>>;
820
+ SliderInput: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.SliderInputProps>, "ref"> & react1168.RefAttributes<unknown>>;
821
+ SliderSelect: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.SliderSelectProps>, "ref"> & react1168.RefAttributes<unknown>>;
822
+ TagsInput: typeof _pixpilot_shadcn_ui135.TagsInput;
823
+ TagsInputInLine: react1168.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui135.TagsInputProps> & react1168.RefAttributes<unknown>>;
824
824
  ArrayCards: ComposedArrayProps;
825
- ArrayCollapse: react35.FC<ArrayComponentProps & {
825
+ ArrayCollapse: react1168.FC<ArrayComponentProps & {
826
826
  defaultActiveKey?: Array<string | number>;
827
827
  mode?: "accordion" | "multiple";
828
828
  collapseProps?: React.HTMLAttributes<HTMLDivElement>;
829
829
  }>;
830
- ArrayDialog: react35.FC<ArrayComponentProps & {
830
+ ArrayDialog: react1168.FC<ArrayComponentProps & {
831
831
  dialogProps?: React.HTMLAttributes<HTMLDivElement>;
832
832
  }>;
833
833
  ArrayInline: ComposedArrayProps;
834
- ArrayPopover: react35.FC<ArrayComponentProps & {
834
+ ArrayPopover: react1168.FC<ArrayComponentProps & {
835
835
  popoverProps?: React.HTMLAttributes<HTMLDivElement>;
836
836
  }>;
837
- ArrayTags: react35.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
838
- ArrayToggleGroup: react35.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
839
- ToggleGroup: react35.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react35.RefAttributes<unknown>>;
840
- Checkbox: react35.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
837
+ ArrayTags: react1168.MemoExoticComponent<_formily_react69.ReactFC<ArrayTagsProps>>;
838
+ ArrayToggleGroup: react1168.MemoExoticComponent<_formily_react69.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
839
+ ToggleGroup: react1168.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react1168.RefAttributes<unknown>>;
840
+ Checkbox: react1168.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox22.CheckboxProps & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
841
841
  Column: typeof Column;
842
- DatePicker: react35.ForwardRefExoticComponent<Partial<{
842
+ DatePicker: react1168.ForwardRefExoticComponent<Partial<{
843
843
  value?: Date;
844
844
  onChange?: (date: Date | undefined) => void;
845
845
  placeholder?: string;
846
- } & Omit<_pixpilot_shadcn_ui23.DatePickerProps, "onSelect" | "selected" | "mode">> & react35.RefAttributes<unknown>>;
846
+ } & Omit<_pixpilot_shadcn_ui135.DatePickerProps, "onSelect" | "selected" | "mode">> & react1168.RefAttributes<unknown>>;
847
847
  FormGrid: typeof FormGrid;
848
- FormItem: react35.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
849
- children?: react35.ReactNode | undefined;
850
- }>, "ref"> & react35.RefAttributes<unknown>>;
851
- Hidden: react35.ForwardRefExoticComponent<Partial<{
848
+ FormItem: react1168.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
849
+ children?: react1168.ReactNode | undefined;
850
+ }>, "ref"> & react1168.RefAttributes<unknown>>;
851
+ Hidden: react1168.ForwardRefExoticComponent<Partial<{
852
852
  children?: React.ReactNode;
853
853
  value?: string;
854
- }> & react35.RefAttributes<unknown>>;
855
- IconToggle: react35.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui23.IconToggleProps, "ref"> & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
856
- ToggleButton: react35.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui23.ToggleButtonProps, "ref"> & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
857
- Input: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLInputElement> & react35.InputHTMLAttributes<HTMLInputElement> & {
854
+ }> & react1168.RefAttributes<unknown>>;
855
+ IconToggle: react1168.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui135.IconToggleProps, "ref"> & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
856
+ ToggleButton: react1168.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui135.ToggleButtonProps, "ref"> & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
857
+ Input: react1168.ForwardRefExoticComponent<Omit<Partial<react1168.ClassAttributes<HTMLInputElement> & react1168.InputHTMLAttributes<HTMLInputElement> & {
858
858
  prefix?: React.ReactNode;
859
859
  suffix?: React.ReactNode;
860
860
  groupClassName?: string;
861
861
  prefixClassName?: string;
862
862
  suffixClassName?: string;
863
- }>, "ref"> & react35.RefAttributes<unknown>>;
864
- NumberInput: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLInputElement> & react35.InputHTMLAttributes<HTMLInputElement> & {
863
+ }>, "ref"> & react1168.RefAttributes<unknown>>;
864
+ NumberInput: react1168.ForwardRefExoticComponent<Omit<Partial<react1168.ClassAttributes<HTMLInputElement> & react1168.InputHTMLAttributes<HTMLInputElement> & {
865
865
  prefix?: React.ReactNode;
866
866
  suffix?: React.ReactNode;
867
867
  groupClassName?: string;
868
868
  prefixClassName?: string;
869
869
  suffixClassName?: string;
870
- }>, "ref"> & react35.RefAttributes<unknown>>;
871
- ObjectContainer: react35.FC<ObjectContainerProps>;
872
- Radio: react35.FC;
870
+ }>, "ref"> & react1168.RefAttributes<unknown>>;
871
+ ObjectContainer: react1168.FC<ObjectContainerProps>;
872
+ Radio: react1168.FC;
873
873
  Row: typeof Row;
874
- Select: react35.FC;
875
- Separator: react35.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react35.RefAttributes<HTMLDivElement>>, "ref"> & react35.RefAttributes<unknown>>;
876
- Switch: react35.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
877
- Textarea: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLTextAreaElement> & react35.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react35.RefAttributes<unknown>>;
874
+ Select: react1168.FC;
875
+ Separator: react1168.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator22.SeparatorProps & react1168.RefAttributes<HTMLDivElement>>, "ref"> & react1168.RefAttributes<unknown>>;
876
+ Switch: react1168.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch22.SwitchProps & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
877
+ Textarea: react1168.ForwardRefExoticComponent<Omit<Partial<react1168.ClassAttributes<HTMLTextAreaElement> & react1168.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react1168.RefAttributes<unknown>>;
878
878
  }, Component_6, Decorator_6>): JSX.Element;
879
879
  displayName: string;
880
880
  };
881
881
  DateTime: {
882
- <Decorator_7 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_7 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react1.ISchemaTypeFieldProps<{
883
- AvatarUpload: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.AvatarUploadProps>, "ref"> & react35.RefAttributes<unknown>>;
884
- FileUploadInline: react35.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
882
+ <Decorator_7 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_7 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react69.ISchemaTypeFieldProps<{
883
+ AvatarUpload: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.AvatarUploadProps>, "ref"> & react1168.RefAttributes<unknown>>;
884
+ FileUploadInline: react1168.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
885
885
  multiple: true;
886
- value?: _pixpilot_shadcn_ui23.FileMetadata[];
887
- onChange?: _pixpilot_shadcn_ui23.OnChangeMultipleFiles;
888
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
886
+ value?: _pixpilot_shadcn_ui135.FileMetadata[];
887
+ onChange?: _pixpilot_shadcn_ui135.OnChangeMultipleFiles;
888
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
889
889
  multiple?: false;
890
- value?: _pixpilot_shadcn_ui23.FileMetadata | null;
891
- onChange?: _pixpilot_shadcn_ui23.OnChangeSingleFile;
892
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref">) & react35.RefAttributes<unknown>>;
893
- IconPicker: react35.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui23.IconPickerProps, "providers"> & {
894
- providers?: _pixpilot_shadcn_ui23.IconProviderProps[];
895
- }> & react35.RefAttributes<unknown>>;
896
- FileUpload: react35.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
890
+ value?: _pixpilot_shadcn_ui135.FileMetadata | null;
891
+ onChange?: _pixpilot_shadcn_ui135.OnChangeSingleFile;
892
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref">) & react1168.RefAttributes<unknown>>;
893
+ IconPicker: react1168.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui135.IconPickerProps, "providers"> & {
894
+ providers?: _pixpilot_shadcn_ui135.IconProviderProps[];
895
+ }> & react1168.RefAttributes<unknown>>;
896
+ FileUpload: react1168.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
897
897
  multiple: true;
898
- value?: _pixpilot_shadcn_ui23.FileMetadata[];
899
- onChange?: _pixpilot_shadcn_ui23.OnChangeMultipleFiles;
900
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
898
+ value?: _pixpilot_shadcn_ui135.FileMetadata[];
899
+ onChange?: _pixpilot_shadcn_ui135.OnChangeMultipleFiles;
900
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
901
901
  multiple?: false;
902
- value?: _pixpilot_shadcn_ui23.FileMetadata | null;
903
- onChange?: _pixpilot_shadcn_ui23.OnChangeSingleFile;
904
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref">) & react35.RefAttributes<unknown>>;
905
- RichTextEditor: react35.FC;
906
- ColorPicker: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.ColorPickerProps>, "ref"> & react35.RefAttributes<unknown>>;
907
- Combobox: react35.FC;
908
- ColorSelect: react35.FC;
909
- Rating: react35.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui23.RatingProps & {
910
- children?: react35.ReactNode | undefined;
911
- }> & react35.RefAttributes<unknown>>;
912
- Slider: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderProps>, "ref"> & react35.RefAttributes<unknown>>;
913
- SliderInput: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderInputProps>, "ref"> & react35.RefAttributes<unknown>>;
914
- SliderSelect: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderSelectProps>, "ref"> & react35.RefAttributes<unknown>>;
915
- TagsInput: typeof _pixpilot_shadcn_ui23.TagsInput;
916
- TagsInputInLine: react35.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui23.TagsInputProps> & react35.RefAttributes<unknown>>;
902
+ value?: _pixpilot_shadcn_ui135.FileMetadata | null;
903
+ onChange?: _pixpilot_shadcn_ui135.OnChangeSingleFile;
904
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref">) & react1168.RefAttributes<unknown>>;
905
+ RichTextEditor: react1168.FC;
906
+ ColorPicker: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.ColorPickerProps>, "ref"> & react1168.RefAttributes<unknown>>;
907
+ Combobox: react1168.FC;
908
+ ColorSelect: react1168.FC;
909
+ Rating: react1168.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui135.RatingProps & {
910
+ children?: react1168.ReactNode | undefined;
911
+ }> & react1168.RefAttributes<unknown>>;
912
+ Slider: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.SliderProps>, "ref"> & react1168.RefAttributes<unknown>>;
913
+ SliderInput: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.SliderInputProps>, "ref"> & react1168.RefAttributes<unknown>>;
914
+ SliderSelect: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.SliderSelectProps>, "ref"> & react1168.RefAttributes<unknown>>;
915
+ TagsInput: typeof _pixpilot_shadcn_ui135.TagsInput;
916
+ TagsInputInLine: react1168.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui135.TagsInputProps> & react1168.RefAttributes<unknown>>;
917
917
  ArrayCards: ComposedArrayProps;
918
- ArrayCollapse: react35.FC<ArrayComponentProps & {
918
+ ArrayCollapse: react1168.FC<ArrayComponentProps & {
919
919
  defaultActiveKey?: Array<string | number>;
920
920
  mode?: "accordion" | "multiple";
921
921
  collapseProps?: React.HTMLAttributes<HTMLDivElement>;
922
922
  }>;
923
- ArrayDialog: react35.FC<ArrayComponentProps & {
923
+ ArrayDialog: react1168.FC<ArrayComponentProps & {
924
924
  dialogProps?: React.HTMLAttributes<HTMLDivElement>;
925
925
  }>;
926
926
  ArrayInline: ComposedArrayProps;
927
- ArrayPopover: react35.FC<ArrayComponentProps & {
927
+ ArrayPopover: react1168.FC<ArrayComponentProps & {
928
928
  popoverProps?: React.HTMLAttributes<HTMLDivElement>;
929
929
  }>;
930
- ArrayTags: react35.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
931
- ArrayToggleGroup: react35.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
932
- ToggleGroup: react35.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react35.RefAttributes<unknown>>;
933
- Checkbox: react35.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
930
+ ArrayTags: react1168.MemoExoticComponent<_formily_react69.ReactFC<ArrayTagsProps>>;
931
+ ArrayToggleGroup: react1168.MemoExoticComponent<_formily_react69.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
932
+ ToggleGroup: react1168.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react1168.RefAttributes<unknown>>;
933
+ Checkbox: react1168.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox22.CheckboxProps & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
934
934
  Column: typeof Column;
935
- DatePicker: react35.ForwardRefExoticComponent<Partial<{
935
+ DatePicker: react1168.ForwardRefExoticComponent<Partial<{
936
936
  value?: Date;
937
937
  onChange?: (date: Date | undefined) => void;
938
938
  placeholder?: string;
939
- } & Omit<_pixpilot_shadcn_ui23.DatePickerProps, "onSelect" | "selected" | "mode">> & react35.RefAttributes<unknown>>;
939
+ } & Omit<_pixpilot_shadcn_ui135.DatePickerProps, "onSelect" | "selected" | "mode">> & react1168.RefAttributes<unknown>>;
940
940
  FormGrid: typeof FormGrid;
941
- FormItem: react35.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
942
- children?: react35.ReactNode | undefined;
943
- }>, "ref"> & react35.RefAttributes<unknown>>;
944
- Hidden: react35.ForwardRefExoticComponent<Partial<{
941
+ FormItem: react1168.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
942
+ children?: react1168.ReactNode | undefined;
943
+ }>, "ref"> & react1168.RefAttributes<unknown>>;
944
+ Hidden: react1168.ForwardRefExoticComponent<Partial<{
945
945
  children?: React.ReactNode;
946
946
  value?: string;
947
- }> & react35.RefAttributes<unknown>>;
948
- IconToggle: react35.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui23.IconToggleProps, "ref"> & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
949
- ToggleButton: react35.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui23.ToggleButtonProps, "ref"> & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
950
- Input: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLInputElement> & react35.InputHTMLAttributes<HTMLInputElement> & {
947
+ }> & react1168.RefAttributes<unknown>>;
948
+ IconToggle: react1168.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui135.IconToggleProps, "ref"> & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
949
+ ToggleButton: react1168.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui135.ToggleButtonProps, "ref"> & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
950
+ Input: react1168.ForwardRefExoticComponent<Omit<Partial<react1168.ClassAttributes<HTMLInputElement> & react1168.InputHTMLAttributes<HTMLInputElement> & {
951
951
  prefix?: React.ReactNode;
952
952
  suffix?: React.ReactNode;
953
953
  groupClassName?: string;
954
954
  prefixClassName?: string;
955
955
  suffixClassName?: string;
956
- }>, "ref"> & react35.RefAttributes<unknown>>;
957
- NumberInput: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLInputElement> & react35.InputHTMLAttributes<HTMLInputElement> & {
956
+ }>, "ref"> & react1168.RefAttributes<unknown>>;
957
+ NumberInput: react1168.ForwardRefExoticComponent<Omit<Partial<react1168.ClassAttributes<HTMLInputElement> & react1168.InputHTMLAttributes<HTMLInputElement> & {
958
958
  prefix?: React.ReactNode;
959
959
  suffix?: React.ReactNode;
960
960
  groupClassName?: string;
961
961
  prefixClassName?: string;
962
962
  suffixClassName?: string;
963
- }>, "ref"> & react35.RefAttributes<unknown>>;
964
- ObjectContainer: react35.FC<ObjectContainerProps>;
965
- Radio: react35.FC;
963
+ }>, "ref"> & react1168.RefAttributes<unknown>>;
964
+ ObjectContainer: react1168.FC<ObjectContainerProps>;
965
+ Radio: react1168.FC;
966
966
  Row: typeof Row;
967
- Select: react35.FC;
968
- Separator: react35.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react35.RefAttributes<HTMLDivElement>>, "ref"> & react35.RefAttributes<unknown>>;
969
- Switch: react35.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
970
- Textarea: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLTextAreaElement> & react35.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react35.RefAttributes<unknown>>;
967
+ Select: react1168.FC;
968
+ Separator: react1168.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator22.SeparatorProps & react1168.RefAttributes<HTMLDivElement>>, "ref"> & react1168.RefAttributes<unknown>>;
969
+ Switch: react1168.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch22.SwitchProps & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
970
+ Textarea: react1168.ForwardRefExoticComponent<Omit<Partial<react1168.ClassAttributes<HTMLTextAreaElement> & react1168.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react1168.RefAttributes<unknown>>;
971
971
  }, Component_7, Decorator_7>): JSX.Element;
972
972
  displayName: string;
973
973
  };
974
974
  Void: {
975
- <Decorator_8 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_8 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react1.ISchemaTypeFieldProps<{
976
- AvatarUpload: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.AvatarUploadProps>, "ref"> & react35.RefAttributes<unknown>>;
977
- FileUploadInline: react35.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
975
+ <Decorator_8 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_8 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react69.ISchemaTypeFieldProps<{
976
+ AvatarUpload: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.AvatarUploadProps>, "ref"> & react1168.RefAttributes<unknown>>;
977
+ FileUploadInline: react1168.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
978
978
  multiple: true;
979
- value?: _pixpilot_shadcn_ui23.FileMetadata[];
980
- onChange?: _pixpilot_shadcn_ui23.OnChangeMultipleFiles;
981
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
979
+ value?: _pixpilot_shadcn_ui135.FileMetadata[];
980
+ onChange?: _pixpilot_shadcn_ui135.OnChangeMultipleFiles;
981
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
982
982
  multiple?: false;
983
- value?: _pixpilot_shadcn_ui23.FileMetadata | null;
984
- onChange?: _pixpilot_shadcn_ui23.OnChangeSingleFile;
985
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref">) & react35.RefAttributes<unknown>>;
986
- IconPicker: react35.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui23.IconPickerProps, "providers"> & {
987
- providers?: _pixpilot_shadcn_ui23.IconProviderProps[];
988
- }> & react35.RefAttributes<unknown>>;
989
- FileUpload: react35.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
983
+ value?: _pixpilot_shadcn_ui135.FileMetadata | null;
984
+ onChange?: _pixpilot_shadcn_ui135.OnChangeSingleFile;
985
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref">) & react1168.RefAttributes<unknown>>;
986
+ IconPicker: react1168.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui135.IconPickerProps, "providers"> & {
987
+ providers?: _pixpilot_shadcn_ui135.IconProviderProps[];
988
+ }> & react1168.RefAttributes<unknown>>;
989
+ FileUpload: react1168.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
990
990
  multiple: true;
991
- value?: _pixpilot_shadcn_ui23.FileMetadata[];
992
- onChange?: _pixpilot_shadcn_ui23.OnChangeMultipleFiles;
993
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
991
+ value?: _pixpilot_shadcn_ui135.FileMetadata[];
992
+ onChange?: _pixpilot_shadcn_ui135.OnChangeMultipleFiles;
993
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
994
994
  multiple?: false;
995
- value?: _pixpilot_shadcn_ui23.FileMetadata | null;
996
- onChange?: _pixpilot_shadcn_ui23.OnChangeSingleFile;
997
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref">) & react35.RefAttributes<unknown>>;
998
- RichTextEditor: react35.FC;
999
- ColorPicker: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.ColorPickerProps>, "ref"> & react35.RefAttributes<unknown>>;
1000
- Combobox: react35.FC;
1001
- ColorSelect: react35.FC;
1002
- Rating: react35.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui23.RatingProps & {
1003
- children?: react35.ReactNode | undefined;
1004
- }> & react35.RefAttributes<unknown>>;
1005
- Slider: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderProps>, "ref"> & react35.RefAttributes<unknown>>;
1006
- SliderInput: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderInputProps>, "ref"> & react35.RefAttributes<unknown>>;
1007
- SliderSelect: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderSelectProps>, "ref"> & react35.RefAttributes<unknown>>;
1008
- TagsInput: typeof _pixpilot_shadcn_ui23.TagsInput;
1009
- TagsInputInLine: react35.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui23.TagsInputProps> & react35.RefAttributes<unknown>>;
995
+ value?: _pixpilot_shadcn_ui135.FileMetadata | null;
996
+ onChange?: _pixpilot_shadcn_ui135.OnChangeSingleFile;
997
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref">) & react1168.RefAttributes<unknown>>;
998
+ RichTextEditor: react1168.FC;
999
+ ColorPicker: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.ColorPickerProps>, "ref"> & react1168.RefAttributes<unknown>>;
1000
+ Combobox: react1168.FC;
1001
+ ColorSelect: react1168.FC;
1002
+ Rating: react1168.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui135.RatingProps & {
1003
+ children?: react1168.ReactNode | undefined;
1004
+ }> & react1168.RefAttributes<unknown>>;
1005
+ Slider: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.SliderProps>, "ref"> & react1168.RefAttributes<unknown>>;
1006
+ SliderInput: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.SliderInputProps>, "ref"> & react1168.RefAttributes<unknown>>;
1007
+ SliderSelect: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.SliderSelectProps>, "ref"> & react1168.RefAttributes<unknown>>;
1008
+ TagsInput: typeof _pixpilot_shadcn_ui135.TagsInput;
1009
+ TagsInputInLine: react1168.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui135.TagsInputProps> & react1168.RefAttributes<unknown>>;
1010
1010
  ArrayCards: ComposedArrayProps;
1011
- ArrayCollapse: react35.FC<ArrayComponentProps & {
1011
+ ArrayCollapse: react1168.FC<ArrayComponentProps & {
1012
1012
  defaultActiveKey?: Array<string | number>;
1013
1013
  mode?: "accordion" | "multiple";
1014
1014
  collapseProps?: React.HTMLAttributes<HTMLDivElement>;
1015
1015
  }>;
1016
- ArrayDialog: react35.FC<ArrayComponentProps & {
1016
+ ArrayDialog: react1168.FC<ArrayComponentProps & {
1017
1017
  dialogProps?: React.HTMLAttributes<HTMLDivElement>;
1018
1018
  }>;
1019
1019
  ArrayInline: ComposedArrayProps;
1020
- ArrayPopover: react35.FC<ArrayComponentProps & {
1020
+ ArrayPopover: react1168.FC<ArrayComponentProps & {
1021
1021
  popoverProps?: React.HTMLAttributes<HTMLDivElement>;
1022
1022
  }>;
1023
- ArrayTags: react35.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
1024
- ArrayToggleGroup: react35.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
1025
- ToggleGroup: react35.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react35.RefAttributes<unknown>>;
1026
- Checkbox: react35.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
1023
+ ArrayTags: react1168.MemoExoticComponent<_formily_react69.ReactFC<ArrayTagsProps>>;
1024
+ ArrayToggleGroup: react1168.MemoExoticComponent<_formily_react69.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
1025
+ ToggleGroup: react1168.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react1168.RefAttributes<unknown>>;
1026
+ Checkbox: react1168.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox22.CheckboxProps & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
1027
1027
  Column: typeof Column;
1028
- DatePicker: react35.ForwardRefExoticComponent<Partial<{
1028
+ DatePicker: react1168.ForwardRefExoticComponent<Partial<{
1029
1029
  value?: Date;
1030
1030
  onChange?: (date: Date | undefined) => void;
1031
1031
  placeholder?: string;
1032
- } & Omit<_pixpilot_shadcn_ui23.DatePickerProps, "onSelect" | "selected" | "mode">> & react35.RefAttributes<unknown>>;
1032
+ } & Omit<_pixpilot_shadcn_ui135.DatePickerProps, "onSelect" | "selected" | "mode">> & react1168.RefAttributes<unknown>>;
1033
1033
  FormGrid: typeof FormGrid;
1034
- FormItem: react35.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
1035
- children?: react35.ReactNode | undefined;
1036
- }>, "ref"> & react35.RefAttributes<unknown>>;
1037
- Hidden: react35.ForwardRefExoticComponent<Partial<{
1034
+ FormItem: react1168.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
1035
+ children?: react1168.ReactNode | undefined;
1036
+ }>, "ref"> & react1168.RefAttributes<unknown>>;
1037
+ Hidden: react1168.ForwardRefExoticComponent<Partial<{
1038
1038
  children?: React.ReactNode;
1039
1039
  value?: string;
1040
- }> & react35.RefAttributes<unknown>>;
1041
- IconToggle: react35.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui23.IconToggleProps, "ref"> & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
1042
- ToggleButton: react35.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui23.ToggleButtonProps, "ref"> & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
1043
- Input: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLInputElement> & react35.InputHTMLAttributes<HTMLInputElement> & {
1040
+ }> & react1168.RefAttributes<unknown>>;
1041
+ IconToggle: react1168.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui135.IconToggleProps, "ref"> & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
1042
+ ToggleButton: react1168.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui135.ToggleButtonProps, "ref"> & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
1043
+ Input: react1168.ForwardRefExoticComponent<Omit<Partial<react1168.ClassAttributes<HTMLInputElement> & react1168.InputHTMLAttributes<HTMLInputElement> & {
1044
1044
  prefix?: React.ReactNode;
1045
1045
  suffix?: React.ReactNode;
1046
1046
  groupClassName?: string;
1047
1047
  prefixClassName?: string;
1048
1048
  suffixClassName?: string;
1049
- }>, "ref"> & react35.RefAttributes<unknown>>;
1050
- NumberInput: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLInputElement> & react35.InputHTMLAttributes<HTMLInputElement> & {
1049
+ }>, "ref"> & react1168.RefAttributes<unknown>>;
1050
+ NumberInput: react1168.ForwardRefExoticComponent<Omit<Partial<react1168.ClassAttributes<HTMLInputElement> & react1168.InputHTMLAttributes<HTMLInputElement> & {
1051
1051
  prefix?: React.ReactNode;
1052
1052
  suffix?: React.ReactNode;
1053
1053
  groupClassName?: string;
1054
1054
  prefixClassName?: string;
1055
1055
  suffixClassName?: string;
1056
- }>, "ref"> & react35.RefAttributes<unknown>>;
1057
- ObjectContainer: react35.FC<ObjectContainerProps>;
1058
- Radio: react35.FC;
1056
+ }>, "ref"> & react1168.RefAttributes<unknown>>;
1057
+ ObjectContainer: react1168.FC<ObjectContainerProps>;
1058
+ Radio: react1168.FC;
1059
1059
  Row: typeof Row;
1060
- Select: react35.FC;
1061
- Separator: react35.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react35.RefAttributes<HTMLDivElement>>, "ref"> & react35.RefAttributes<unknown>>;
1062
- Switch: react35.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
1063
- Textarea: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLTextAreaElement> & react35.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react35.RefAttributes<unknown>>;
1060
+ Select: react1168.FC;
1061
+ Separator: react1168.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator22.SeparatorProps & react1168.RefAttributes<HTMLDivElement>>, "ref"> & react1168.RefAttributes<unknown>>;
1062
+ Switch: react1168.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch22.SwitchProps & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
1063
+ Textarea: react1168.ForwardRefExoticComponent<Omit<Partial<react1168.ClassAttributes<HTMLTextAreaElement> & react1168.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react1168.RefAttributes<unknown>>;
1064
1064
  }, Component_8, Decorator_8>): JSX.Element;
1065
1065
  displayName: string;
1066
1066
  };
1067
1067
  Number: {
1068
- <Decorator_9 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_9 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react1.ISchemaTypeFieldProps<{
1069
- AvatarUpload: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.AvatarUploadProps>, "ref"> & react35.RefAttributes<unknown>>;
1070
- FileUploadInline: react35.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
1068
+ <Decorator_9 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_9 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "ToggleButton.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ColorPicker.$$typeof" | "Rating.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react69.ISchemaTypeFieldProps<{
1069
+ AvatarUpload: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.AvatarUploadProps>, "ref"> & react1168.RefAttributes<unknown>>;
1070
+ FileUploadInline: react1168.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
1071
1071
  multiple: true;
1072
- value?: _pixpilot_shadcn_ui23.FileMetadata[];
1073
- onChange?: _pixpilot_shadcn_ui23.OnChangeMultipleFiles;
1074
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
1072
+ value?: _pixpilot_shadcn_ui135.FileMetadata[];
1073
+ onChange?: _pixpilot_shadcn_ui135.OnChangeMultipleFiles;
1074
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
1075
1075
  multiple?: false;
1076
- value?: _pixpilot_shadcn_ui23.FileMetadata | null;
1077
- onChange?: _pixpilot_shadcn_ui23.OnChangeSingleFile;
1078
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref">) & react35.RefAttributes<unknown>>;
1079
- IconPicker: react35.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui23.IconPickerProps, "providers"> & {
1080
- providers?: _pixpilot_shadcn_ui23.IconProviderProps[];
1081
- }> & react35.RefAttributes<unknown>>;
1082
- FileUpload: react35.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
1076
+ value?: _pixpilot_shadcn_ui135.FileMetadata | null;
1077
+ onChange?: _pixpilot_shadcn_ui135.OnChangeSingleFile;
1078
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref">) & react1168.RefAttributes<unknown>>;
1079
+ IconPicker: react1168.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui135.IconPickerProps, "providers"> & {
1080
+ providers?: _pixpilot_shadcn_ui135.IconProviderProps[];
1081
+ }> & react1168.RefAttributes<unknown>>;
1082
+ FileUpload: react1168.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
1083
1083
  multiple: true;
1084
- value?: _pixpilot_shadcn_ui23.FileMetadata[];
1085
- onChange?: _pixpilot_shadcn_ui23.OnChangeMultipleFiles;
1086
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui23.FileUploadInlineBaseProps & _pixpilot_shadcn_ui23.FileUploadRootPropsBaseProps & {
1084
+ value?: _pixpilot_shadcn_ui135.FileMetadata[];
1085
+ onChange?: _pixpilot_shadcn_ui135.OnChangeMultipleFiles;
1086
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui135.FileUploadInlineBaseProps & _pixpilot_shadcn_ui135.FileUploadRootPropsBaseProps & {
1087
1087
  multiple?: false;
1088
- value?: _pixpilot_shadcn_ui23.FileMetadata | null;
1089
- onChange?: _pixpilot_shadcn_ui23.OnChangeSingleFile;
1090
- } & _pixpilot_shadcn_ui23.FileUploadBaseProps>, "ref">) & react35.RefAttributes<unknown>>;
1091
- RichTextEditor: react35.FC;
1092
- ColorPicker: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.ColorPickerProps>, "ref"> & react35.RefAttributes<unknown>>;
1093
- Combobox: react35.FC;
1094
- ColorSelect: react35.FC;
1095
- Rating: react35.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui23.RatingProps & {
1096
- children?: react35.ReactNode | undefined;
1097
- }> & react35.RefAttributes<unknown>>;
1098
- Slider: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderProps>, "ref"> & react35.RefAttributes<unknown>>;
1099
- SliderInput: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderInputProps>, "ref"> & react35.RefAttributes<unknown>>;
1100
- SliderSelect: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderSelectProps>, "ref"> & react35.RefAttributes<unknown>>;
1101
- TagsInput: typeof _pixpilot_shadcn_ui23.TagsInput;
1102
- TagsInputInLine: react35.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui23.TagsInputProps> & react35.RefAttributes<unknown>>;
1088
+ value?: _pixpilot_shadcn_ui135.FileMetadata | null;
1089
+ onChange?: _pixpilot_shadcn_ui135.OnChangeSingleFile;
1090
+ } & _pixpilot_shadcn_ui135.FileUploadBaseProps>, "ref">) & react1168.RefAttributes<unknown>>;
1091
+ RichTextEditor: react1168.FC;
1092
+ ColorPicker: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.ColorPickerProps>, "ref"> & react1168.RefAttributes<unknown>>;
1093
+ Combobox: react1168.FC;
1094
+ ColorSelect: react1168.FC;
1095
+ Rating: react1168.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui135.RatingProps & {
1096
+ children?: react1168.ReactNode | undefined;
1097
+ }> & react1168.RefAttributes<unknown>>;
1098
+ Slider: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.SliderProps>, "ref"> & react1168.RefAttributes<unknown>>;
1099
+ SliderInput: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.SliderInputProps>, "ref"> & react1168.RefAttributes<unknown>>;
1100
+ SliderSelect: react1168.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui135.SliderSelectProps>, "ref"> & react1168.RefAttributes<unknown>>;
1101
+ TagsInput: typeof _pixpilot_shadcn_ui135.TagsInput;
1102
+ TagsInputInLine: react1168.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui135.TagsInputProps> & react1168.RefAttributes<unknown>>;
1103
1103
  ArrayCards: ComposedArrayProps;
1104
- ArrayCollapse: react35.FC<ArrayComponentProps & {
1104
+ ArrayCollapse: react1168.FC<ArrayComponentProps & {
1105
1105
  defaultActiveKey?: Array<string | number>;
1106
1106
  mode?: "accordion" | "multiple";
1107
1107
  collapseProps?: React.HTMLAttributes<HTMLDivElement>;
1108
1108
  }>;
1109
- ArrayDialog: react35.FC<ArrayComponentProps & {
1109
+ ArrayDialog: react1168.FC<ArrayComponentProps & {
1110
1110
  dialogProps?: React.HTMLAttributes<HTMLDivElement>;
1111
1111
  }>;
1112
1112
  ArrayInline: ComposedArrayProps;
1113
- ArrayPopover: react35.FC<ArrayComponentProps & {
1113
+ ArrayPopover: react1168.FC<ArrayComponentProps & {
1114
1114
  popoverProps?: React.HTMLAttributes<HTMLDivElement>;
1115
1115
  }>;
1116
- ArrayTags: react35.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
1117
- ArrayToggleGroup: react35.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
1118
- ToggleGroup: react35.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react35.RefAttributes<unknown>>;
1119
- Checkbox: react35.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
1116
+ ArrayTags: react1168.MemoExoticComponent<_formily_react69.ReactFC<ArrayTagsProps>>;
1117
+ ArrayToggleGroup: react1168.MemoExoticComponent<_formily_react69.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
1118
+ ToggleGroup: react1168.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react1168.RefAttributes<unknown>>;
1119
+ Checkbox: react1168.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox22.CheckboxProps & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
1120
1120
  Column: typeof Column;
1121
- DatePicker: react35.ForwardRefExoticComponent<Partial<{
1121
+ DatePicker: react1168.ForwardRefExoticComponent<Partial<{
1122
1122
  value?: Date;
1123
1123
  onChange?: (date: Date | undefined) => void;
1124
1124
  placeholder?: string;
1125
- } & Omit<_pixpilot_shadcn_ui23.DatePickerProps, "onSelect" | "selected" | "mode">> & react35.RefAttributes<unknown>>;
1125
+ } & Omit<_pixpilot_shadcn_ui135.DatePickerProps, "onSelect" | "selected" | "mode">> & react1168.RefAttributes<unknown>>;
1126
1126
  FormGrid: typeof FormGrid;
1127
- FormItem: react35.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
1128
- children?: react35.ReactNode | undefined;
1129
- }>, "ref"> & react35.RefAttributes<unknown>>;
1130
- Hidden: react35.ForwardRefExoticComponent<Partial<{
1127
+ FormItem: react1168.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
1128
+ children?: react1168.ReactNode | undefined;
1129
+ }>, "ref"> & react1168.RefAttributes<unknown>>;
1130
+ Hidden: react1168.ForwardRefExoticComponent<Partial<{
1131
1131
  children?: React.ReactNode;
1132
1132
  value?: string;
1133
- }> & react35.RefAttributes<unknown>>;
1134
- IconToggle: react35.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui23.IconToggleProps, "ref"> & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
1135
- ToggleButton: react35.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui23.ToggleButtonProps, "ref"> & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
1136
- Input: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLInputElement> & react35.InputHTMLAttributes<HTMLInputElement> & {
1133
+ }> & react1168.RefAttributes<unknown>>;
1134
+ IconToggle: react1168.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui135.IconToggleProps, "ref"> & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
1135
+ ToggleButton: react1168.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui135.ToggleButtonProps, "ref"> & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
1136
+ Input: react1168.ForwardRefExoticComponent<Omit<Partial<react1168.ClassAttributes<HTMLInputElement> & react1168.InputHTMLAttributes<HTMLInputElement> & {
1137
1137
  prefix?: React.ReactNode;
1138
1138
  suffix?: React.ReactNode;
1139
1139
  groupClassName?: string;
1140
1140
  prefixClassName?: string;
1141
1141
  suffixClassName?: string;
1142
- }>, "ref"> & react35.RefAttributes<unknown>>;
1143
- NumberInput: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLInputElement> & react35.InputHTMLAttributes<HTMLInputElement> & {
1142
+ }>, "ref"> & react1168.RefAttributes<unknown>>;
1143
+ NumberInput: react1168.ForwardRefExoticComponent<Omit<Partial<react1168.ClassAttributes<HTMLInputElement> & react1168.InputHTMLAttributes<HTMLInputElement> & {
1144
1144
  prefix?: React.ReactNode;
1145
1145
  suffix?: React.ReactNode;
1146
1146
  groupClassName?: string;
1147
1147
  prefixClassName?: string;
1148
1148
  suffixClassName?: string;
1149
- }>, "ref"> & react35.RefAttributes<unknown>>;
1150
- ObjectContainer: react35.FC<ObjectContainerProps>;
1151
- Radio: react35.FC;
1149
+ }>, "ref"> & react1168.RefAttributes<unknown>>;
1150
+ ObjectContainer: react1168.FC<ObjectContainerProps>;
1151
+ Radio: react1168.FC;
1152
1152
  Row: typeof Row;
1153
- Select: react35.FC;
1154
- Separator: react35.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react35.RefAttributes<HTMLDivElement>>, "ref"> & react35.RefAttributes<unknown>>;
1155
- Switch: react35.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react35.RefAttributes<HTMLButtonElement>>, "ref"> & react35.RefAttributes<unknown>>;
1156
- Textarea: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLTextAreaElement> & react35.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react35.RefAttributes<unknown>>;
1153
+ Select: react1168.FC;
1154
+ Separator: react1168.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator22.SeparatorProps & react1168.RefAttributes<HTMLDivElement>>, "ref"> & react1168.RefAttributes<unknown>>;
1155
+ Switch: react1168.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch22.SwitchProps & react1168.RefAttributes<HTMLButtonElement>>, "ref"> & react1168.RefAttributes<unknown>>;
1156
+ Textarea: react1168.ForwardRefExoticComponent<Omit<Partial<react1168.ClassAttributes<HTMLTextAreaElement> & react1168.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react1168.RefAttributes<unknown>>;
1157
1157
  }, Component_9, Decorator_9>): JSX.Element;
1158
1158
  displayName: string;
1159
1159
  };