@pixpilot/formily-shadcn 0.52.0 → 0.53.0

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