@pixpilot/formily-shadcn 1.11.2 → 1.11.3

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