@pixpilot/formily-shadcn 0.16.2 → 0.16.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/dist/components/checkbox.d.ts +2 -2
  2. package/dist/components/date-picker.d.cts +1 -1
  3. package/dist/components/date-picker.d.ts +3 -3
  4. package/dist/components/file-upload/file-upload-inline.d.cts +8 -8
  5. package/dist/components/file-upload/file-upload.d.cts +8 -8
  6. package/dist/components/form-item/connected-form-item.d.cts +4 -4
  7. package/dist/components/form-item/connected-form-item.d.ts +4 -4
  8. package/dist/components/icon-picker.d.ts +3 -3
  9. package/dist/components/input.d.ts +2 -2
  10. package/dist/components/number-input.d.ts +2 -2
  11. package/dist/components/schema-field/schema-field-basics.cjs +32 -32
  12. package/dist/components/schema-field/schema-field-basics.d.cts +333 -333
  13. package/dist/components/schema-field/schema-field-basics.d.ts +333 -333
  14. package/dist/components/schema-field/schema-field-basics.js +32 -32
  15. package/dist/components/schema-field/schema-field-extended.d.cts +482 -468
  16. package/dist/components/schema-field/schema-field-extended.d.ts +482 -468
  17. package/dist/components/schema-field/schema-field.cjs +15 -9
  18. package/dist/components/schema-field/schema-field.d.cts +395 -381
  19. package/dist/components/schema-field/schema-field.d.ts +395 -381
  20. package/dist/components/schema-field/schema-field.js +15 -9
  21. package/dist/components/separator.d.ts +2 -2
  22. package/dist/components/slider/index.cjs +2 -0
  23. package/dist/components/slider/index.d.cts +2 -0
  24. package/dist/components/slider/index.d.ts +2 -0
  25. package/dist/components/slider/index.js +2 -0
  26. package/dist/components/slider/map-props.cjs +26 -0
  27. package/dist/components/slider/map-props.js +24 -0
  28. package/dist/components/slider/slider-input.cjs +12 -0
  29. package/dist/components/slider/slider-input.d.cts +7 -0
  30. package/dist/components/slider/slider-input.d.ts +7 -0
  31. package/dist/components/slider/slider-input.js +9 -0
  32. package/dist/components/slider/slider.cjs +16 -0
  33. package/dist/components/slider/slider.d.cts +11 -0
  34. package/dist/components/slider/slider.d.ts +11 -0
  35. package/dist/components/slider/slider.js +13 -0
  36. package/dist/components/switch.d.cts +2 -2
  37. package/dist/components/switch.d.ts +2 -2
  38. package/dist/components/tags-input-inline.d.cts +2 -2
  39. package/dist/components/tags-input-inline.d.ts +2 -2
  40. package/dist/components/textarea.d.cts +2 -2
  41. package/dist/components/textarea.d.ts +2 -2
  42. package/dist/index.cjs +4 -1
  43. package/dist/index.d.cts +4 -2
  44. package/dist/index.d.ts +4 -2
  45. package/dist/index.js +4 -2
  46. package/package.json +6 -6
  47. package/dist/components/slider.cjs +0 -40
  48. package/dist/components/slider.d.cts +0 -12
  49. package/dist/components/slider.d.ts +0 -12
  50. package/dist/components/slider.js +0 -36
@@ -9,21 +9,21 @@ import { Row } from "../row.cjs";
9
9
  import { ObjectContainerProps } from "../object-container.cjs";
10
10
  import * as _formily_react0 from "@formily/react";
11
11
  import { ISchema } from "@formily/react";
12
- import * as react30 from "react";
12
+ import * as react28 from "react";
13
13
  import * as _formily_core0 from "@formily/core";
14
14
  import * as _pixpilot_shadcn_ui16 from "@pixpilot/shadcn-ui";
15
15
  import * as _radix_ui_react_checkbox0 from "@radix-ui/react-checkbox";
16
- import * as _radix_ui_react_switch0 from "@radix-ui/react-switch";
17
16
  import * as _radix_ui_react_separator0 from "@radix-ui/react-separator";
17
+ import * as _radix_ui_react_switch0 from "@radix-ui/react-switch";
18
18
 
19
19
  //#region src/components/schema-field/schema-field-extended.d.ts
20
20
  declare const extendedComponentRegistry: {
21
21
  AvatarUpload: {
22
- component: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.AvatarUploadProps>, "ref"> & react30.RefAttributes<unknown>>;
22
+ component: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.AvatarUploadProps>, "ref"> & react28.RefAttributes<unknown>>;
23
23
  decorator: string;
24
24
  };
25
25
  FileUploadInline: {
26
- component: react30.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
26
+ component: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
27
27
  multiple: true;
28
28
  value?: _pixpilot_shadcn_ui16.FileMetadata[];
29
29
  onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
@@ -31,17 +31,17 @@ declare const extendedComponentRegistry: {
31
31
  multiple?: false;
32
32
  value?: _pixpilot_shadcn_ui16.FileMetadata | null;
33
33
  onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
34
- } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react30.RefAttributes<unknown>>;
34
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
35
35
  decorator: string;
36
36
  };
37
37
  IconPicker: {
38
- component: react30.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui16.IconPickerProps, "providers"> & {
38
+ component: react28.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui16.IconPickerProps, "providers"> & {
39
39
  providers?: _pixpilot_shadcn_ui16.IconProviderProps[];
40
- }> & react30.RefAttributes<unknown>>;
40
+ }> & react28.RefAttributes<unknown>>;
41
41
  decorator: string;
42
42
  };
43
43
  FileUpload: {
44
- component: react30.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
44
+ component: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
45
45
  multiple: true;
46
46
  value?: _pixpilot_shadcn_ui16.FileMetadata[];
47
47
  onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
@@ -49,113 +49,117 @@ declare const extendedComponentRegistry: {
49
49
  multiple?: false;
50
50
  value?: _pixpilot_shadcn_ui16.FileMetadata | null;
51
51
  onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
52
- } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react30.RefAttributes<unknown>>;
52
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
53
53
  decorator: string;
54
54
  };
55
55
  RichTextEditor: {
56
- component: react30.FC;
57
- decorator: string;
58
- };
59
- Combobox: {
60
- component: react30.FC;
56
+ component: react28.FC;
61
57
  decorator: string;
62
58
  };
63
- TagsInput: {
64
- component: typeof _pixpilot_shadcn_ui16.TagsInput;
59
+ ColorPicker: {
60
+ component: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.ColorPickerProps>, "ref"> & react28.RefAttributes<unknown>>;
65
61
  decorator: string;
66
62
  };
67
- TagsInputInLine: {
68
- component: react30.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui16.TagsInputProps> & react30.RefAttributes<unknown>>;
63
+ Combobox: {
64
+ component: react28.FC;
69
65
  decorator: string;
70
66
  };
71
67
  Slider: {
72
- component: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderProps>, "ref"> & react30.RefAttributes<unknown>>;
68
+ component: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderProps>, "ref"> & react28.RefAttributes<unknown>>;
73
69
  decorator: string;
74
70
  };
75
- ColorPicker: {
76
- component: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.ColorPickerProps>, "ref"> & react30.RefAttributes<unknown>>;
71
+ SliderInput: {
72
+ component: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderInputProps>, "ref"> & react28.RefAttributes<unknown>>;
77
73
  decorator: string;
78
74
  };
79
- FormItem: {
80
- component: react30.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
81
- children?: react30.ReactNode | undefined;
82
- }>, "ref"> & react30.RefAttributes<unknown>>;
83
- };
84
- Hidden: {
85
- component: react30.ForwardRefExoticComponent<Partial<{
86
- children?: React.ReactNode;
87
- value?: string;
88
- }> & react30.RefAttributes<unknown>>;
89
- };
90
- Input: {
91
- component: react30.ForwardRefExoticComponent<Omit<Partial<react30.ClassAttributes<HTMLInputElement> & react30.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react30.RefAttributes<unknown>>;
75
+ TagsInput: {
76
+ component: typeof _pixpilot_shadcn_ui16.TagsInput;
92
77
  decorator: string;
93
78
  };
94
- Textarea: {
95
- component: react30.ForwardRefExoticComponent<Omit<Partial<react30.ClassAttributes<HTMLTextAreaElement> & react30.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react30.RefAttributes<unknown>>;
79
+ TagsInputInLine: {
80
+ component: react28.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui16.TagsInputProps> & react28.RefAttributes<unknown>>;
96
81
  decorator: string;
97
82
  };
98
- NumberInput: {
99
- component: react30.ForwardRefExoticComponent<Omit<Partial<react30.ClassAttributes<HTMLInputElement> & react30.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react30.RefAttributes<unknown>>;
83
+ ArrayCards: {
84
+ component: ComposedArrayProps;
100
85
  decorator: string;
101
86
  };
102
- Checkbox: {
103
- component: react30.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react30.RefAttributes<HTMLButtonElement>>, "ref"> & react30.RefAttributes<unknown>>;
87
+ ArrayCollapse: {
88
+ component: react28.FC<ArrayComponentProps & {
89
+ defaultActiveKey?: Array<string | number>;
90
+ mode?: "accordion" | "multiple";
91
+ }>;
104
92
  decorator: string;
105
93
  };
106
- Radio: {
107
- component: react30.FC;
94
+ ArrayDialog: {
95
+ component: react28.FC<ArrayComponentProps>;
108
96
  decorator: string;
109
97
  };
110
- Select: {
111
- component: react30.FC;
98
+ ArrayPopover: {
99
+ component: react28.FC<ArrayComponentProps>;
112
100
  decorator: string;
113
101
  };
114
- Switch: {
115
- component: react30.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react30.RefAttributes<HTMLButtonElement>>, "ref"> & react30.RefAttributes<unknown>>;
102
+ Checkbox: {
103
+ component: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
116
104
  decorator: string;
117
105
  };
106
+ Column: {
107
+ component: typeof Column;
108
+ };
118
109
  DatePicker: {
119
- component: react30.ForwardRefExoticComponent<Partial<{
110
+ component: react28.ForwardRefExoticComponent<Partial<{
120
111
  value?: Date;
121
112
  onChange?: (date: Date | undefined) => void;
122
113
  placeholder?: string;
123
- } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "mode">> & react30.RefAttributes<unknown>>;
114
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react28.RefAttributes<unknown>>;
124
115
  decorator: string;
125
116
  };
126
- Row: {
127
- component: typeof Row;
128
- };
129
- Column: {
130
- component: typeof Column;
131
- };
132
117
  FormGrid: {
133
118
  component: typeof FormGrid;
134
119
  };
135
- Separator: {
136
- component: react30.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react30.RefAttributes<HTMLDivElement>>, "ref"> & react30.RefAttributes<unknown>>;
120
+ FormItem: {
121
+ component: react28.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
122
+ children?: react28.ReactNode | undefined;
123
+ }>, "ref"> & react28.RefAttributes<unknown>>;
137
124
  };
138
- ArrayCards: {
139
- component: ComposedArrayProps;
125
+ Hidden: {
126
+ component: react28.ForwardRefExoticComponent<Partial<{
127
+ children?: React.ReactNode;
128
+ value?: string;
129
+ }> & react28.RefAttributes<unknown>>;
130
+ };
131
+ Input: {
132
+ component: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
140
133
  decorator: string;
141
134
  };
142
- ArrayDialog: {
143
- component: react30.FC<ArrayComponentProps>;
135
+ NumberInput: {
136
+ component: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
144
137
  decorator: string;
145
138
  };
146
- ArrayCollapse: {
147
- component: react30.FC<ArrayComponentProps & {
148
- defaultActiveKey?: Array<string | number>;
149
- mode?: "accordion" | "multiple";
150
- }>;
139
+ ObjectContainer: {
140
+ component: react28.FC<ObjectContainerProps>;
151
141
  decorator: string;
152
142
  };
153
- ArrayPopover: {
154
- component: react30.FC<ArrayComponentProps>;
143
+ Radio: {
144
+ component: react28.FC;
155
145
  decorator: string;
156
146
  };
157
- ObjectContainer: {
158
- component: react30.FC<ObjectContainerProps>;
147
+ Row: {
148
+ component: typeof Row;
149
+ };
150
+ Select: {
151
+ component: react28.FC;
152
+ decorator: string;
153
+ };
154
+ Separator: {
155
+ component: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react28.RefAttributes<HTMLDivElement>>, "ref"> & react28.RefAttributes<unknown>>;
156
+ };
157
+ Switch: {
158
+ component: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
159
+ decorator: string;
160
+ };
161
+ Textarea: {
162
+ component: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLTextAreaElement> & react28.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react28.RefAttributes<unknown>>;
159
163
  decorator: string;
160
164
  };
161
165
  };
@@ -164,8 +168,8 @@ declare const extendedComponentRegistry: {
164
168
  * Use this to render forms from JSON Schema
165
169
  */
166
170
  declare const extendedComponents: {
167
- AvatarUpload: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.AvatarUploadProps>, "ref"> & react30.RefAttributes<unknown>>;
168
- FileUploadInline: react30.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
171
+ AvatarUpload: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.AvatarUploadProps>, "ref"> & react28.RefAttributes<unknown>>;
172
+ FileUploadInline: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
169
173
  multiple: true;
170
174
  value?: _pixpilot_shadcn_ui16.FileMetadata[];
171
175
  onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
@@ -173,11 +177,11 @@ declare const extendedComponents: {
173
177
  multiple?: false;
174
178
  value?: _pixpilot_shadcn_ui16.FileMetadata | null;
175
179
  onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
176
- } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react30.RefAttributes<unknown>>;
177
- IconPicker: react30.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui16.IconPickerProps, "providers"> & {
180
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
181
+ IconPicker: react28.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui16.IconPickerProps, "providers"> & {
178
182
  providers?: _pixpilot_shadcn_ui16.IconProviderProps[];
179
- }> & react30.RefAttributes<unknown>>;
180
- FileUpload: react30.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
183
+ }> & react28.RefAttributes<unknown>>;
184
+ FileUpload: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
181
185
  multiple: true;
182
186
  value?: _pixpilot_shadcn_ui16.FileMetadata[];
183
187
  onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
@@ -185,52 +189,53 @@ declare const extendedComponents: {
185
189
  multiple?: false;
186
190
  value?: _pixpilot_shadcn_ui16.FileMetadata | null;
187
191
  onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
188
- } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react30.RefAttributes<unknown>>;
189
- RichTextEditor: react30.FC;
190
- Combobox: react30.FC;
192
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
193
+ RichTextEditor: react28.FC;
194
+ ColorPicker: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.ColorPickerProps>, "ref"> & react28.RefAttributes<unknown>>;
195
+ Combobox: react28.FC;
196
+ Slider: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderProps>, "ref"> & react28.RefAttributes<unknown>>;
197
+ SliderInput: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderInputProps>, "ref"> & react28.RefAttributes<unknown>>;
191
198
  TagsInput: typeof _pixpilot_shadcn_ui16.TagsInput;
192
- TagsInputInLine: react30.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui16.TagsInputProps> & react30.RefAttributes<unknown>>;
193
- Slider: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderProps>, "ref"> & react30.RefAttributes<unknown>>;
194
- ColorPicker: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.ColorPickerProps>, "ref"> & react30.RefAttributes<unknown>>;
195
- FormItem: react30.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
196
- children?: react30.ReactNode | undefined;
197
- }>, "ref"> & react30.RefAttributes<unknown>>;
198
- Hidden: react30.ForwardRefExoticComponent<Partial<{
199
- children?: React.ReactNode;
200
- value?: string;
201
- }> & react30.RefAttributes<unknown>>;
202
- Input: react30.ForwardRefExoticComponent<Omit<Partial<react30.ClassAttributes<HTMLInputElement> & react30.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react30.RefAttributes<unknown>>;
203
- Textarea: react30.ForwardRefExoticComponent<Omit<Partial<react30.ClassAttributes<HTMLTextAreaElement> & react30.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react30.RefAttributes<unknown>>;
204
- NumberInput: react30.ForwardRefExoticComponent<Omit<Partial<react30.ClassAttributes<HTMLInputElement> & react30.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react30.RefAttributes<unknown>>;
205
- Checkbox: react30.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react30.RefAttributes<HTMLButtonElement>>, "ref"> & react30.RefAttributes<unknown>>;
206
- Radio: react30.FC;
207
- Select: react30.FC;
208
- Switch: react30.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react30.RefAttributes<HTMLButtonElement>>, "ref"> & react30.RefAttributes<unknown>>;
209
- DatePicker: react30.ForwardRefExoticComponent<Partial<{
210
- value?: Date;
211
- onChange?: (date: Date | undefined) => void;
212
- placeholder?: string;
213
- } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "mode">> & react30.RefAttributes<unknown>>;
214
- Row: typeof Row;
215
- Column: typeof Column;
216
- FormGrid: typeof FormGrid;
217
- Separator: react30.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react30.RefAttributes<HTMLDivElement>>, "ref"> & react30.RefAttributes<unknown>>;
199
+ TagsInputInLine: react28.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui16.TagsInputProps> & react28.RefAttributes<unknown>>;
218
200
  ArrayCards: ComposedArrayProps;
219
- ArrayDialog: react30.FC<ArrayComponentProps>;
220
- ArrayCollapse: react30.FC<ArrayComponentProps & {
201
+ ArrayCollapse: react28.FC<ArrayComponentProps & {
221
202
  defaultActiveKey?: Array<string | number>;
222
203
  mode?: "accordion" | "multiple";
223
204
  }>;
224
- ArrayPopover: react30.FC<ArrayComponentProps>;
225
- ObjectContainer: react30.FC<ObjectContainerProps>;
205
+ ArrayDialog: react28.FC<ArrayComponentProps>;
206
+ ArrayPopover: react28.FC<ArrayComponentProps>;
207
+ Checkbox: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
208
+ Column: typeof Column;
209
+ DatePicker: react28.ForwardRefExoticComponent<Partial<{
210
+ value?: Date;
211
+ onChange?: (date: Date | undefined) => void;
212
+ placeholder?: string;
213
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react28.RefAttributes<unknown>>;
214
+ FormGrid: typeof FormGrid;
215
+ FormItem: react28.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
216
+ children?: react28.ReactNode | undefined;
217
+ }>, "ref"> & react28.RefAttributes<unknown>>;
218
+ Hidden: react28.ForwardRefExoticComponent<Partial<{
219
+ children?: React.ReactNode;
220
+ value?: string;
221
+ }> & react28.RefAttributes<unknown>>;
222
+ Input: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
223
+ NumberInput: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
224
+ ObjectContainer: react28.FC<ObjectContainerProps>;
225
+ Radio: react28.FC;
226
+ Row: typeof Row;
227
+ Select: react28.FC;
228
+ Separator: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react28.RefAttributes<HTMLDivElement>>, "ref"> & react28.RefAttributes<unknown>>;
229
+ Switch: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
230
+ Textarea: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLTextAreaElement> & react28.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react28.RefAttributes<unknown>>;
226
231
  };
227
232
  declare const SchemaFieldExtended: {
228
233
  <Decorator extends _formily_react0.JSXComponent, Component extends _formily_react0.JSXComponent>(props: _formily_react0.ISchemaFieldProps<Decorator, Component, _formily_core0.ObjectField<Decorator, Component>>): JSX.Element;
229
234
  displayName: string;
230
235
  Markup: {
231
- <Decorator_1 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_1 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react0.ISchemaMarkupFieldProps<{
232
- AvatarUpload: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.AvatarUploadProps>, "ref"> & react30.RefAttributes<unknown>>;
233
- FileUploadInline: react30.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
236
+ <Decorator_1 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_1 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react0.ISchemaMarkupFieldProps<{
237
+ AvatarUpload: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.AvatarUploadProps>, "ref"> & react28.RefAttributes<unknown>>;
238
+ FileUploadInline: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
234
239
  multiple: true;
235
240
  value?: _pixpilot_shadcn_ui16.FileMetadata[];
236
241
  onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
@@ -238,11 +243,11 @@ declare const SchemaFieldExtended: {
238
243
  multiple?: false;
239
244
  value?: _pixpilot_shadcn_ui16.FileMetadata | null;
240
245
  onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
241
- } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react30.RefAttributes<unknown>>;
242
- IconPicker: react30.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui16.IconPickerProps, "providers"> & {
246
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
247
+ IconPicker: react28.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui16.IconPickerProps, "providers"> & {
243
248
  providers?: _pixpilot_shadcn_ui16.IconProviderProps[];
244
- }> & react30.RefAttributes<unknown>>;
245
- FileUpload: react30.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
249
+ }> & react28.RefAttributes<unknown>>;
250
+ FileUpload: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
246
251
  multiple: true;
247
252
  value?: _pixpilot_shadcn_ui16.FileMetadata[];
248
253
  onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
@@ -250,51 +255,52 @@ declare const SchemaFieldExtended: {
250
255
  multiple?: false;
251
256
  value?: _pixpilot_shadcn_ui16.FileMetadata | null;
252
257
  onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
253
- } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react30.RefAttributes<unknown>>;
254
- RichTextEditor: react30.FC;
255
- Combobox: react30.FC;
258
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
259
+ RichTextEditor: react28.FC;
260
+ ColorPicker: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.ColorPickerProps>, "ref"> & react28.RefAttributes<unknown>>;
261
+ Combobox: react28.FC;
262
+ Slider: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderProps>, "ref"> & react28.RefAttributes<unknown>>;
263
+ SliderInput: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderInputProps>, "ref"> & react28.RefAttributes<unknown>>;
256
264
  TagsInput: typeof _pixpilot_shadcn_ui16.TagsInput;
257
- TagsInputInLine: react30.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui16.TagsInputProps> & react30.RefAttributes<unknown>>;
258
- Slider: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderProps>, "ref"> & react30.RefAttributes<unknown>>;
259
- ColorPicker: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.ColorPickerProps>, "ref"> & react30.RefAttributes<unknown>>;
260
- FormItem: react30.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
261
- children?: react30.ReactNode | undefined;
262
- }>, "ref"> & react30.RefAttributes<unknown>>;
263
- Hidden: react30.ForwardRefExoticComponent<Partial<{
264
- children?: React.ReactNode;
265
- value?: string;
266
- }> & react30.RefAttributes<unknown>>;
267
- Input: react30.ForwardRefExoticComponent<Omit<Partial<react30.ClassAttributes<HTMLInputElement> & react30.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react30.RefAttributes<unknown>>;
268
- Textarea: react30.ForwardRefExoticComponent<Omit<Partial<react30.ClassAttributes<HTMLTextAreaElement> & react30.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react30.RefAttributes<unknown>>;
269
- NumberInput: react30.ForwardRefExoticComponent<Omit<Partial<react30.ClassAttributes<HTMLInputElement> & react30.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react30.RefAttributes<unknown>>;
270
- Checkbox: react30.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react30.RefAttributes<HTMLButtonElement>>, "ref"> & react30.RefAttributes<unknown>>;
271
- Radio: react30.FC;
272
- Select: react30.FC;
273
- Switch: react30.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react30.RefAttributes<HTMLButtonElement>>, "ref"> & react30.RefAttributes<unknown>>;
274
- DatePicker: react30.ForwardRefExoticComponent<Partial<{
275
- value?: Date;
276
- onChange?: (date: Date | undefined) => void;
277
- placeholder?: string;
278
- } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "mode">> & react30.RefAttributes<unknown>>;
279
- Row: typeof Row;
280
- Column: typeof Column;
281
- FormGrid: typeof FormGrid;
282
- Separator: react30.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react30.RefAttributes<HTMLDivElement>>, "ref"> & react30.RefAttributes<unknown>>;
265
+ TagsInputInLine: react28.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui16.TagsInputProps> & react28.RefAttributes<unknown>>;
283
266
  ArrayCards: ComposedArrayProps;
284
- ArrayDialog: react30.FC<ArrayComponentProps>;
285
- ArrayCollapse: react30.FC<ArrayComponentProps & {
267
+ ArrayCollapse: react28.FC<ArrayComponentProps & {
286
268
  defaultActiveKey?: Array<string | number>;
287
269
  mode?: "accordion" | "multiple";
288
270
  }>;
289
- ArrayPopover: react30.FC<ArrayComponentProps>;
290
- ObjectContainer: react30.FC<ObjectContainerProps>;
271
+ ArrayDialog: react28.FC<ArrayComponentProps>;
272
+ ArrayPopover: react28.FC<ArrayComponentProps>;
273
+ Checkbox: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
274
+ Column: typeof Column;
275
+ DatePicker: react28.ForwardRefExoticComponent<Partial<{
276
+ value?: Date;
277
+ onChange?: (date: Date | undefined) => void;
278
+ placeholder?: string;
279
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react28.RefAttributes<unknown>>;
280
+ FormGrid: typeof FormGrid;
281
+ FormItem: react28.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
282
+ children?: react28.ReactNode | undefined;
283
+ }>, "ref"> & react28.RefAttributes<unknown>>;
284
+ Hidden: react28.ForwardRefExoticComponent<Partial<{
285
+ children?: React.ReactNode;
286
+ value?: string;
287
+ }> & react28.RefAttributes<unknown>>;
288
+ Input: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
289
+ NumberInput: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
290
+ ObjectContainer: react28.FC<ObjectContainerProps>;
291
+ Radio: react28.FC;
292
+ Row: typeof Row;
293
+ Select: react28.FC;
294
+ Separator: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react28.RefAttributes<HTMLDivElement>>, "ref"> & react28.RefAttributes<unknown>>;
295
+ Switch: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
296
+ Textarea: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLTextAreaElement> & react28.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react28.RefAttributes<unknown>>;
291
297
  }, Component_1, Decorator_1>): JSX.Element;
292
298
  displayName: string;
293
299
  };
294
300
  String: {
295
- <Decorator_2 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_2 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
296
- AvatarUpload: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.AvatarUploadProps>, "ref"> & react30.RefAttributes<unknown>>;
297
- FileUploadInline: react30.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
301
+ <Decorator_2 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_2 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
302
+ AvatarUpload: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.AvatarUploadProps>, "ref"> & react28.RefAttributes<unknown>>;
303
+ FileUploadInline: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
298
304
  multiple: true;
299
305
  value?: _pixpilot_shadcn_ui16.FileMetadata[];
300
306
  onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
@@ -302,11 +308,11 @@ declare const SchemaFieldExtended: {
302
308
  multiple?: false;
303
309
  value?: _pixpilot_shadcn_ui16.FileMetadata | null;
304
310
  onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
305
- } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react30.RefAttributes<unknown>>;
306
- IconPicker: react30.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui16.IconPickerProps, "providers"> & {
311
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
312
+ IconPicker: react28.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui16.IconPickerProps, "providers"> & {
307
313
  providers?: _pixpilot_shadcn_ui16.IconProviderProps[];
308
- }> & react30.RefAttributes<unknown>>;
309
- FileUpload: react30.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
314
+ }> & react28.RefAttributes<unknown>>;
315
+ FileUpload: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
310
316
  multiple: true;
311
317
  value?: _pixpilot_shadcn_ui16.FileMetadata[];
312
318
  onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
@@ -314,51 +320,52 @@ declare const SchemaFieldExtended: {
314
320
  multiple?: false;
315
321
  value?: _pixpilot_shadcn_ui16.FileMetadata | null;
316
322
  onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
317
- } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react30.RefAttributes<unknown>>;
318
- RichTextEditor: react30.FC;
319
- Combobox: react30.FC;
323
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
324
+ RichTextEditor: react28.FC;
325
+ ColorPicker: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.ColorPickerProps>, "ref"> & react28.RefAttributes<unknown>>;
326
+ Combobox: react28.FC;
327
+ Slider: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderProps>, "ref"> & react28.RefAttributes<unknown>>;
328
+ SliderInput: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderInputProps>, "ref"> & react28.RefAttributes<unknown>>;
320
329
  TagsInput: typeof _pixpilot_shadcn_ui16.TagsInput;
321
- TagsInputInLine: react30.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui16.TagsInputProps> & react30.RefAttributes<unknown>>;
322
- Slider: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderProps>, "ref"> & react30.RefAttributes<unknown>>;
323
- ColorPicker: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.ColorPickerProps>, "ref"> & react30.RefAttributes<unknown>>;
324
- FormItem: react30.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
325
- children?: react30.ReactNode | undefined;
326
- }>, "ref"> & react30.RefAttributes<unknown>>;
327
- Hidden: react30.ForwardRefExoticComponent<Partial<{
328
- children?: React.ReactNode;
329
- value?: string;
330
- }> & react30.RefAttributes<unknown>>;
331
- Input: react30.ForwardRefExoticComponent<Omit<Partial<react30.ClassAttributes<HTMLInputElement> & react30.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react30.RefAttributes<unknown>>;
332
- Textarea: react30.ForwardRefExoticComponent<Omit<Partial<react30.ClassAttributes<HTMLTextAreaElement> & react30.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react30.RefAttributes<unknown>>;
333
- NumberInput: react30.ForwardRefExoticComponent<Omit<Partial<react30.ClassAttributes<HTMLInputElement> & react30.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react30.RefAttributes<unknown>>;
334
- Checkbox: react30.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react30.RefAttributes<HTMLButtonElement>>, "ref"> & react30.RefAttributes<unknown>>;
335
- Radio: react30.FC;
336
- Select: react30.FC;
337
- Switch: react30.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react30.RefAttributes<HTMLButtonElement>>, "ref"> & react30.RefAttributes<unknown>>;
338
- DatePicker: react30.ForwardRefExoticComponent<Partial<{
339
- value?: Date;
340
- onChange?: (date: Date | undefined) => void;
341
- placeholder?: string;
342
- } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "mode">> & react30.RefAttributes<unknown>>;
343
- Row: typeof Row;
344
- Column: typeof Column;
345
- FormGrid: typeof FormGrid;
346
- Separator: react30.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react30.RefAttributes<HTMLDivElement>>, "ref"> & react30.RefAttributes<unknown>>;
330
+ TagsInputInLine: react28.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui16.TagsInputProps> & react28.RefAttributes<unknown>>;
347
331
  ArrayCards: ComposedArrayProps;
348
- ArrayDialog: react30.FC<ArrayComponentProps>;
349
- ArrayCollapse: react30.FC<ArrayComponentProps & {
332
+ ArrayCollapse: react28.FC<ArrayComponentProps & {
350
333
  defaultActiveKey?: Array<string | number>;
351
334
  mode?: "accordion" | "multiple";
352
335
  }>;
353
- ArrayPopover: react30.FC<ArrayComponentProps>;
354
- ObjectContainer: react30.FC<ObjectContainerProps>;
336
+ ArrayDialog: react28.FC<ArrayComponentProps>;
337
+ ArrayPopover: react28.FC<ArrayComponentProps>;
338
+ Checkbox: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
339
+ Column: typeof Column;
340
+ DatePicker: react28.ForwardRefExoticComponent<Partial<{
341
+ value?: Date;
342
+ onChange?: (date: Date | undefined) => void;
343
+ placeholder?: string;
344
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react28.RefAttributes<unknown>>;
345
+ FormGrid: typeof FormGrid;
346
+ FormItem: react28.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
347
+ children?: react28.ReactNode | undefined;
348
+ }>, "ref"> & react28.RefAttributes<unknown>>;
349
+ Hidden: react28.ForwardRefExoticComponent<Partial<{
350
+ children?: React.ReactNode;
351
+ value?: string;
352
+ }> & react28.RefAttributes<unknown>>;
353
+ Input: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
354
+ NumberInput: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
355
+ ObjectContainer: react28.FC<ObjectContainerProps>;
356
+ Radio: react28.FC;
357
+ Row: typeof Row;
358
+ Select: react28.FC;
359
+ Separator: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react28.RefAttributes<HTMLDivElement>>, "ref"> & react28.RefAttributes<unknown>>;
360
+ Switch: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
361
+ Textarea: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLTextAreaElement> & react28.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react28.RefAttributes<unknown>>;
355
362
  }, Component_2, Decorator_2>): JSX.Element;
356
363
  displayName: string;
357
364
  };
358
365
  Object: {
359
- <Decorator_3 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_3 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
360
- AvatarUpload: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.AvatarUploadProps>, "ref"> & react30.RefAttributes<unknown>>;
361
- FileUploadInline: react30.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
366
+ <Decorator_3 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_3 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
367
+ AvatarUpload: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.AvatarUploadProps>, "ref"> & react28.RefAttributes<unknown>>;
368
+ FileUploadInline: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
362
369
  multiple: true;
363
370
  value?: _pixpilot_shadcn_ui16.FileMetadata[];
364
371
  onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
@@ -366,11 +373,11 @@ declare const SchemaFieldExtended: {
366
373
  multiple?: false;
367
374
  value?: _pixpilot_shadcn_ui16.FileMetadata | null;
368
375
  onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
369
- } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react30.RefAttributes<unknown>>;
370
- IconPicker: react30.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui16.IconPickerProps, "providers"> & {
376
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
377
+ IconPicker: react28.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui16.IconPickerProps, "providers"> & {
371
378
  providers?: _pixpilot_shadcn_ui16.IconProviderProps[];
372
- }> & react30.RefAttributes<unknown>>;
373
- FileUpload: react30.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
379
+ }> & react28.RefAttributes<unknown>>;
380
+ FileUpload: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
374
381
  multiple: true;
375
382
  value?: _pixpilot_shadcn_ui16.FileMetadata[];
376
383
  onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
@@ -378,51 +385,52 @@ declare const SchemaFieldExtended: {
378
385
  multiple?: false;
379
386
  value?: _pixpilot_shadcn_ui16.FileMetadata | null;
380
387
  onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
381
- } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react30.RefAttributes<unknown>>;
382
- RichTextEditor: react30.FC;
383
- Combobox: react30.FC;
388
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
389
+ RichTextEditor: react28.FC;
390
+ ColorPicker: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.ColorPickerProps>, "ref"> & react28.RefAttributes<unknown>>;
391
+ Combobox: react28.FC;
392
+ Slider: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderProps>, "ref"> & react28.RefAttributes<unknown>>;
393
+ SliderInput: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderInputProps>, "ref"> & react28.RefAttributes<unknown>>;
384
394
  TagsInput: typeof _pixpilot_shadcn_ui16.TagsInput;
385
- TagsInputInLine: react30.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui16.TagsInputProps> & react30.RefAttributes<unknown>>;
386
- Slider: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderProps>, "ref"> & react30.RefAttributes<unknown>>;
387
- ColorPicker: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.ColorPickerProps>, "ref"> & react30.RefAttributes<unknown>>;
388
- FormItem: react30.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
389
- children?: react30.ReactNode | undefined;
390
- }>, "ref"> & react30.RefAttributes<unknown>>;
391
- Hidden: react30.ForwardRefExoticComponent<Partial<{
392
- children?: React.ReactNode;
393
- value?: string;
394
- }> & react30.RefAttributes<unknown>>;
395
- Input: react30.ForwardRefExoticComponent<Omit<Partial<react30.ClassAttributes<HTMLInputElement> & react30.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react30.RefAttributes<unknown>>;
396
- Textarea: react30.ForwardRefExoticComponent<Omit<Partial<react30.ClassAttributes<HTMLTextAreaElement> & react30.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react30.RefAttributes<unknown>>;
397
- NumberInput: react30.ForwardRefExoticComponent<Omit<Partial<react30.ClassAttributes<HTMLInputElement> & react30.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react30.RefAttributes<unknown>>;
398
- Checkbox: react30.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react30.RefAttributes<HTMLButtonElement>>, "ref"> & react30.RefAttributes<unknown>>;
399
- Radio: react30.FC;
400
- Select: react30.FC;
401
- Switch: react30.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react30.RefAttributes<HTMLButtonElement>>, "ref"> & react30.RefAttributes<unknown>>;
402
- DatePicker: react30.ForwardRefExoticComponent<Partial<{
403
- value?: Date;
404
- onChange?: (date: Date | undefined) => void;
405
- placeholder?: string;
406
- } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "mode">> & react30.RefAttributes<unknown>>;
407
- Row: typeof Row;
408
- Column: typeof Column;
409
- FormGrid: typeof FormGrid;
410
- Separator: react30.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react30.RefAttributes<HTMLDivElement>>, "ref"> & react30.RefAttributes<unknown>>;
395
+ TagsInputInLine: react28.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui16.TagsInputProps> & react28.RefAttributes<unknown>>;
411
396
  ArrayCards: ComposedArrayProps;
412
- ArrayDialog: react30.FC<ArrayComponentProps>;
413
- ArrayCollapse: react30.FC<ArrayComponentProps & {
397
+ ArrayCollapse: react28.FC<ArrayComponentProps & {
414
398
  defaultActiveKey?: Array<string | number>;
415
399
  mode?: "accordion" | "multiple";
416
400
  }>;
417
- ArrayPopover: react30.FC<ArrayComponentProps>;
418
- ObjectContainer: react30.FC<ObjectContainerProps>;
401
+ ArrayDialog: react28.FC<ArrayComponentProps>;
402
+ ArrayPopover: react28.FC<ArrayComponentProps>;
403
+ Checkbox: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
404
+ Column: typeof Column;
405
+ DatePicker: react28.ForwardRefExoticComponent<Partial<{
406
+ value?: Date;
407
+ onChange?: (date: Date | undefined) => void;
408
+ placeholder?: string;
409
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react28.RefAttributes<unknown>>;
410
+ FormGrid: typeof FormGrid;
411
+ FormItem: react28.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
412
+ children?: react28.ReactNode | undefined;
413
+ }>, "ref"> & react28.RefAttributes<unknown>>;
414
+ Hidden: react28.ForwardRefExoticComponent<Partial<{
415
+ children?: React.ReactNode;
416
+ value?: string;
417
+ }> & react28.RefAttributes<unknown>>;
418
+ Input: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
419
+ NumberInput: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
420
+ ObjectContainer: react28.FC<ObjectContainerProps>;
421
+ Radio: react28.FC;
422
+ Row: typeof Row;
423
+ Select: react28.FC;
424
+ Separator: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react28.RefAttributes<HTMLDivElement>>, "ref"> & react28.RefAttributes<unknown>>;
425
+ Switch: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
426
+ Textarea: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLTextAreaElement> & react28.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react28.RefAttributes<unknown>>;
419
427
  }, Component_3, Decorator_3>): JSX.Element;
420
428
  displayName: string;
421
429
  };
422
430
  Array: {
423
- <Decorator_4 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_4 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
424
- AvatarUpload: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.AvatarUploadProps>, "ref"> & react30.RefAttributes<unknown>>;
425
- FileUploadInline: react30.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
431
+ <Decorator_4 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_4 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
432
+ AvatarUpload: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.AvatarUploadProps>, "ref"> & react28.RefAttributes<unknown>>;
433
+ FileUploadInline: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
426
434
  multiple: true;
427
435
  value?: _pixpilot_shadcn_ui16.FileMetadata[];
428
436
  onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
@@ -430,11 +438,11 @@ declare const SchemaFieldExtended: {
430
438
  multiple?: false;
431
439
  value?: _pixpilot_shadcn_ui16.FileMetadata | null;
432
440
  onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
433
- } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react30.RefAttributes<unknown>>;
434
- IconPicker: react30.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui16.IconPickerProps, "providers"> & {
441
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
442
+ IconPicker: react28.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui16.IconPickerProps, "providers"> & {
435
443
  providers?: _pixpilot_shadcn_ui16.IconProviderProps[];
436
- }> & react30.RefAttributes<unknown>>;
437
- FileUpload: react30.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
444
+ }> & react28.RefAttributes<unknown>>;
445
+ FileUpload: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
438
446
  multiple: true;
439
447
  value?: _pixpilot_shadcn_ui16.FileMetadata[];
440
448
  onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
@@ -442,51 +450,52 @@ declare const SchemaFieldExtended: {
442
450
  multiple?: false;
443
451
  value?: _pixpilot_shadcn_ui16.FileMetadata | null;
444
452
  onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
445
- } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react30.RefAttributes<unknown>>;
446
- RichTextEditor: react30.FC;
447
- Combobox: react30.FC;
453
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
454
+ RichTextEditor: react28.FC;
455
+ ColorPicker: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.ColorPickerProps>, "ref"> & react28.RefAttributes<unknown>>;
456
+ Combobox: react28.FC;
457
+ Slider: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderProps>, "ref"> & react28.RefAttributes<unknown>>;
458
+ SliderInput: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderInputProps>, "ref"> & react28.RefAttributes<unknown>>;
448
459
  TagsInput: typeof _pixpilot_shadcn_ui16.TagsInput;
449
- TagsInputInLine: react30.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui16.TagsInputProps> & react30.RefAttributes<unknown>>;
450
- Slider: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderProps>, "ref"> & react30.RefAttributes<unknown>>;
451
- ColorPicker: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.ColorPickerProps>, "ref"> & react30.RefAttributes<unknown>>;
452
- FormItem: react30.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
453
- children?: react30.ReactNode | undefined;
454
- }>, "ref"> & react30.RefAttributes<unknown>>;
455
- Hidden: react30.ForwardRefExoticComponent<Partial<{
456
- children?: React.ReactNode;
457
- value?: string;
458
- }> & react30.RefAttributes<unknown>>;
459
- Input: react30.ForwardRefExoticComponent<Omit<Partial<react30.ClassAttributes<HTMLInputElement> & react30.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react30.RefAttributes<unknown>>;
460
- Textarea: react30.ForwardRefExoticComponent<Omit<Partial<react30.ClassAttributes<HTMLTextAreaElement> & react30.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react30.RefAttributes<unknown>>;
461
- NumberInput: react30.ForwardRefExoticComponent<Omit<Partial<react30.ClassAttributes<HTMLInputElement> & react30.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react30.RefAttributes<unknown>>;
462
- Checkbox: react30.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react30.RefAttributes<HTMLButtonElement>>, "ref"> & react30.RefAttributes<unknown>>;
463
- Radio: react30.FC;
464
- Select: react30.FC;
465
- Switch: react30.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react30.RefAttributes<HTMLButtonElement>>, "ref"> & react30.RefAttributes<unknown>>;
466
- DatePicker: react30.ForwardRefExoticComponent<Partial<{
467
- value?: Date;
468
- onChange?: (date: Date | undefined) => void;
469
- placeholder?: string;
470
- } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "mode">> & react30.RefAttributes<unknown>>;
471
- Row: typeof Row;
472
- Column: typeof Column;
473
- FormGrid: typeof FormGrid;
474
- Separator: react30.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react30.RefAttributes<HTMLDivElement>>, "ref"> & react30.RefAttributes<unknown>>;
460
+ TagsInputInLine: react28.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui16.TagsInputProps> & react28.RefAttributes<unknown>>;
475
461
  ArrayCards: ComposedArrayProps;
476
- ArrayDialog: react30.FC<ArrayComponentProps>;
477
- ArrayCollapse: react30.FC<ArrayComponentProps & {
462
+ ArrayCollapse: react28.FC<ArrayComponentProps & {
478
463
  defaultActiveKey?: Array<string | number>;
479
464
  mode?: "accordion" | "multiple";
480
465
  }>;
481
- ArrayPopover: react30.FC<ArrayComponentProps>;
482
- ObjectContainer: react30.FC<ObjectContainerProps>;
466
+ ArrayDialog: react28.FC<ArrayComponentProps>;
467
+ ArrayPopover: react28.FC<ArrayComponentProps>;
468
+ Checkbox: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
469
+ Column: typeof Column;
470
+ DatePicker: react28.ForwardRefExoticComponent<Partial<{
471
+ value?: Date;
472
+ onChange?: (date: Date | undefined) => void;
473
+ placeholder?: string;
474
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react28.RefAttributes<unknown>>;
475
+ FormGrid: typeof FormGrid;
476
+ FormItem: react28.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
477
+ children?: react28.ReactNode | undefined;
478
+ }>, "ref"> & react28.RefAttributes<unknown>>;
479
+ Hidden: react28.ForwardRefExoticComponent<Partial<{
480
+ children?: React.ReactNode;
481
+ value?: string;
482
+ }> & react28.RefAttributes<unknown>>;
483
+ Input: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
484
+ NumberInput: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
485
+ ObjectContainer: react28.FC<ObjectContainerProps>;
486
+ Radio: react28.FC;
487
+ Row: typeof Row;
488
+ Select: react28.FC;
489
+ Separator: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react28.RefAttributes<HTMLDivElement>>, "ref"> & react28.RefAttributes<unknown>>;
490
+ Switch: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
491
+ Textarea: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLTextAreaElement> & react28.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react28.RefAttributes<unknown>>;
483
492
  }, Component_4, Decorator_4>): JSX.Element;
484
493
  displayName: string;
485
494
  };
486
495
  Boolean: {
487
- <Decorator_5 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_5 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
488
- AvatarUpload: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.AvatarUploadProps>, "ref"> & react30.RefAttributes<unknown>>;
489
- FileUploadInline: react30.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
496
+ <Decorator_5 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_5 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
497
+ AvatarUpload: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.AvatarUploadProps>, "ref"> & react28.RefAttributes<unknown>>;
498
+ FileUploadInline: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
490
499
  multiple: true;
491
500
  value?: _pixpilot_shadcn_ui16.FileMetadata[];
492
501
  onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
@@ -494,11 +503,11 @@ declare const SchemaFieldExtended: {
494
503
  multiple?: false;
495
504
  value?: _pixpilot_shadcn_ui16.FileMetadata | null;
496
505
  onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
497
- } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react30.RefAttributes<unknown>>;
498
- IconPicker: react30.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui16.IconPickerProps, "providers"> & {
506
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
507
+ IconPicker: react28.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui16.IconPickerProps, "providers"> & {
499
508
  providers?: _pixpilot_shadcn_ui16.IconProviderProps[];
500
- }> & react30.RefAttributes<unknown>>;
501
- FileUpload: react30.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
509
+ }> & react28.RefAttributes<unknown>>;
510
+ FileUpload: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
502
511
  multiple: true;
503
512
  value?: _pixpilot_shadcn_ui16.FileMetadata[];
504
513
  onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
@@ -506,51 +515,52 @@ declare const SchemaFieldExtended: {
506
515
  multiple?: false;
507
516
  value?: _pixpilot_shadcn_ui16.FileMetadata | null;
508
517
  onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
509
- } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react30.RefAttributes<unknown>>;
510
- RichTextEditor: react30.FC;
511
- Combobox: react30.FC;
518
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
519
+ RichTextEditor: react28.FC;
520
+ ColorPicker: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.ColorPickerProps>, "ref"> & react28.RefAttributes<unknown>>;
521
+ Combobox: react28.FC;
522
+ Slider: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderProps>, "ref"> & react28.RefAttributes<unknown>>;
523
+ SliderInput: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderInputProps>, "ref"> & react28.RefAttributes<unknown>>;
512
524
  TagsInput: typeof _pixpilot_shadcn_ui16.TagsInput;
513
- TagsInputInLine: react30.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui16.TagsInputProps> & react30.RefAttributes<unknown>>;
514
- Slider: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderProps>, "ref"> & react30.RefAttributes<unknown>>;
515
- ColorPicker: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.ColorPickerProps>, "ref"> & react30.RefAttributes<unknown>>;
516
- FormItem: react30.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
517
- children?: react30.ReactNode | undefined;
518
- }>, "ref"> & react30.RefAttributes<unknown>>;
519
- Hidden: react30.ForwardRefExoticComponent<Partial<{
520
- children?: React.ReactNode;
521
- value?: string;
522
- }> & react30.RefAttributes<unknown>>;
523
- Input: react30.ForwardRefExoticComponent<Omit<Partial<react30.ClassAttributes<HTMLInputElement> & react30.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react30.RefAttributes<unknown>>;
524
- Textarea: react30.ForwardRefExoticComponent<Omit<Partial<react30.ClassAttributes<HTMLTextAreaElement> & react30.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react30.RefAttributes<unknown>>;
525
- NumberInput: react30.ForwardRefExoticComponent<Omit<Partial<react30.ClassAttributes<HTMLInputElement> & react30.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react30.RefAttributes<unknown>>;
526
- Checkbox: react30.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react30.RefAttributes<HTMLButtonElement>>, "ref"> & react30.RefAttributes<unknown>>;
527
- Radio: react30.FC;
528
- Select: react30.FC;
529
- Switch: react30.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react30.RefAttributes<HTMLButtonElement>>, "ref"> & react30.RefAttributes<unknown>>;
530
- DatePicker: react30.ForwardRefExoticComponent<Partial<{
531
- value?: Date;
532
- onChange?: (date: Date | undefined) => void;
533
- placeholder?: string;
534
- } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "mode">> & react30.RefAttributes<unknown>>;
535
- Row: typeof Row;
536
- Column: typeof Column;
537
- FormGrid: typeof FormGrid;
538
- Separator: react30.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react30.RefAttributes<HTMLDivElement>>, "ref"> & react30.RefAttributes<unknown>>;
525
+ TagsInputInLine: react28.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui16.TagsInputProps> & react28.RefAttributes<unknown>>;
539
526
  ArrayCards: ComposedArrayProps;
540
- ArrayDialog: react30.FC<ArrayComponentProps>;
541
- ArrayCollapse: react30.FC<ArrayComponentProps & {
527
+ ArrayCollapse: react28.FC<ArrayComponentProps & {
542
528
  defaultActiveKey?: Array<string | number>;
543
529
  mode?: "accordion" | "multiple";
544
530
  }>;
545
- ArrayPopover: react30.FC<ArrayComponentProps>;
546
- ObjectContainer: react30.FC<ObjectContainerProps>;
531
+ ArrayDialog: react28.FC<ArrayComponentProps>;
532
+ ArrayPopover: react28.FC<ArrayComponentProps>;
533
+ Checkbox: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
534
+ Column: typeof Column;
535
+ DatePicker: react28.ForwardRefExoticComponent<Partial<{
536
+ value?: Date;
537
+ onChange?: (date: Date | undefined) => void;
538
+ placeholder?: string;
539
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react28.RefAttributes<unknown>>;
540
+ FormGrid: typeof FormGrid;
541
+ FormItem: react28.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
542
+ children?: react28.ReactNode | undefined;
543
+ }>, "ref"> & react28.RefAttributes<unknown>>;
544
+ Hidden: react28.ForwardRefExoticComponent<Partial<{
545
+ children?: React.ReactNode;
546
+ value?: string;
547
+ }> & react28.RefAttributes<unknown>>;
548
+ Input: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
549
+ NumberInput: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
550
+ ObjectContainer: react28.FC<ObjectContainerProps>;
551
+ Radio: react28.FC;
552
+ Row: typeof Row;
553
+ Select: react28.FC;
554
+ Separator: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react28.RefAttributes<HTMLDivElement>>, "ref"> & react28.RefAttributes<unknown>>;
555
+ Switch: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
556
+ Textarea: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLTextAreaElement> & react28.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react28.RefAttributes<unknown>>;
547
557
  }, Component_5, Decorator_5>): JSX.Element;
548
558
  displayName: string;
549
559
  };
550
560
  Date: {
551
- <Decorator_6 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_6 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
552
- AvatarUpload: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.AvatarUploadProps>, "ref"> & react30.RefAttributes<unknown>>;
553
- FileUploadInline: react30.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
561
+ <Decorator_6 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_6 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
562
+ AvatarUpload: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.AvatarUploadProps>, "ref"> & react28.RefAttributes<unknown>>;
563
+ FileUploadInline: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
554
564
  multiple: true;
555
565
  value?: _pixpilot_shadcn_ui16.FileMetadata[];
556
566
  onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
@@ -558,11 +568,11 @@ declare const SchemaFieldExtended: {
558
568
  multiple?: false;
559
569
  value?: _pixpilot_shadcn_ui16.FileMetadata | null;
560
570
  onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
561
- } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react30.RefAttributes<unknown>>;
562
- IconPicker: react30.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui16.IconPickerProps, "providers"> & {
571
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
572
+ IconPicker: react28.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui16.IconPickerProps, "providers"> & {
563
573
  providers?: _pixpilot_shadcn_ui16.IconProviderProps[];
564
- }> & react30.RefAttributes<unknown>>;
565
- FileUpload: react30.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
574
+ }> & react28.RefAttributes<unknown>>;
575
+ FileUpload: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
566
576
  multiple: true;
567
577
  value?: _pixpilot_shadcn_ui16.FileMetadata[];
568
578
  onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
@@ -570,51 +580,52 @@ declare const SchemaFieldExtended: {
570
580
  multiple?: false;
571
581
  value?: _pixpilot_shadcn_ui16.FileMetadata | null;
572
582
  onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
573
- } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react30.RefAttributes<unknown>>;
574
- RichTextEditor: react30.FC;
575
- Combobox: react30.FC;
583
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
584
+ RichTextEditor: react28.FC;
585
+ ColorPicker: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.ColorPickerProps>, "ref"> & react28.RefAttributes<unknown>>;
586
+ Combobox: react28.FC;
587
+ Slider: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderProps>, "ref"> & react28.RefAttributes<unknown>>;
588
+ SliderInput: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderInputProps>, "ref"> & react28.RefAttributes<unknown>>;
576
589
  TagsInput: typeof _pixpilot_shadcn_ui16.TagsInput;
577
- TagsInputInLine: react30.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui16.TagsInputProps> & react30.RefAttributes<unknown>>;
578
- Slider: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderProps>, "ref"> & react30.RefAttributes<unknown>>;
579
- ColorPicker: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.ColorPickerProps>, "ref"> & react30.RefAttributes<unknown>>;
580
- FormItem: react30.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
581
- children?: react30.ReactNode | undefined;
582
- }>, "ref"> & react30.RefAttributes<unknown>>;
583
- Hidden: react30.ForwardRefExoticComponent<Partial<{
584
- children?: React.ReactNode;
585
- value?: string;
586
- }> & react30.RefAttributes<unknown>>;
587
- Input: react30.ForwardRefExoticComponent<Omit<Partial<react30.ClassAttributes<HTMLInputElement> & react30.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react30.RefAttributes<unknown>>;
588
- Textarea: react30.ForwardRefExoticComponent<Omit<Partial<react30.ClassAttributes<HTMLTextAreaElement> & react30.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react30.RefAttributes<unknown>>;
589
- NumberInput: react30.ForwardRefExoticComponent<Omit<Partial<react30.ClassAttributes<HTMLInputElement> & react30.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react30.RefAttributes<unknown>>;
590
- Checkbox: react30.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react30.RefAttributes<HTMLButtonElement>>, "ref"> & react30.RefAttributes<unknown>>;
591
- Radio: react30.FC;
592
- Select: react30.FC;
593
- Switch: react30.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react30.RefAttributes<HTMLButtonElement>>, "ref"> & react30.RefAttributes<unknown>>;
594
- DatePicker: react30.ForwardRefExoticComponent<Partial<{
595
- value?: Date;
596
- onChange?: (date: Date | undefined) => void;
597
- placeholder?: string;
598
- } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "mode">> & react30.RefAttributes<unknown>>;
599
- Row: typeof Row;
600
- Column: typeof Column;
601
- FormGrid: typeof FormGrid;
602
- Separator: react30.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react30.RefAttributes<HTMLDivElement>>, "ref"> & react30.RefAttributes<unknown>>;
590
+ TagsInputInLine: react28.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui16.TagsInputProps> & react28.RefAttributes<unknown>>;
603
591
  ArrayCards: ComposedArrayProps;
604
- ArrayDialog: react30.FC<ArrayComponentProps>;
605
- ArrayCollapse: react30.FC<ArrayComponentProps & {
592
+ ArrayCollapse: react28.FC<ArrayComponentProps & {
606
593
  defaultActiveKey?: Array<string | number>;
607
594
  mode?: "accordion" | "multiple";
608
595
  }>;
609
- ArrayPopover: react30.FC<ArrayComponentProps>;
610
- ObjectContainer: react30.FC<ObjectContainerProps>;
596
+ ArrayDialog: react28.FC<ArrayComponentProps>;
597
+ ArrayPopover: react28.FC<ArrayComponentProps>;
598
+ Checkbox: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
599
+ Column: typeof Column;
600
+ DatePicker: react28.ForwardRefExoticComponent<Partial<{
601
+ value?: Date;
602
+ onChange?: (date: Date | undefined) => void;
603
+ placeholder?: string;
604
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react28.RefAttributes<unknown>>;
605
+ FormGrid: typeof FormGrid;
606
+ FormItem: react28.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
607
+ children?: react28.ReactNode | undefined;
608
+ }>, "ref"> & react28.RefAttributes<unknown>>;
609
+ Hidden: react28.ForwardRefExoticComponent<Partial<{
610
+ children?: React.ReactNode;
611
+ value?: string;
612
+ }> & react28.RefAttributes<unknown>>;
613
+ Input: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
614
+ NumberInput: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
615
+ ObjectContainer: react28.FC<ObjectContainerProps>;
616
+ Radio: react28.FC;
617
+ Row: typeof Row;
618
+ Select: react28.FC;
619
+ Separator: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react28.RefAttributes<HTMLDivElement>>, "ref"> & react28.RefAttributes<unknown>>;
620
+ Switch: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
621
+ Textarea: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLTextAreaElement> & react28.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react28.RefAttributes<unknown>>;
611
622
  }, Component_6, Decorator_6>): JSX.Element;
612
623
  displayName: string;
613
624
  };
614
625
  DateTime: {
615
- <Decorator_7 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_7 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
616
- AvatarUpload: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.AvatarUploadProps>, "ref"> & react30.RefAttributes<unknown>>;
617
- FileUploadInline: react30.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
626
+ <Decorator_7 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_7 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
627
+ AvatarUpload: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.AvatarUploadProps>, "ref"> & react28.RefAttributes<unknown>>;
628
+ FileUploadInline: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
618
629
  multiple: true;
619
630
  value?: _pixpilot_shadcn_ui16.FileMetadata[];
620
631
  onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
@@ -622,11 +633,11 @@ declare const SchemaFieldExtended: {
622
633
  multiple?: false;
623
634
  value?: _pixpilot_shadcn_ui16.FileMetadata | null;
624
635
  onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
625
- } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react30.RefAttributes<unknown>>;
626
- IconPicker: react30.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui16.IconPickerProps, "providers"> & {
636
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
637
+ IconPicker: react28.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui16.IconPickerProps, "providers"> & {
627
638
  providers?: _pixpilot_shadcn_ui16.IconProviderProps[];
628
- }> & react30.RefAttributes<unknown>>;
629
- FileUpload: react30.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
639
+ }> & react28.RefAttributes<unknown>>;
640
+ FileUpload: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
630
641
  multiple: true;
631
642
  value?: _pixpilot_shadcn_ui16.FileMetadata[];
632
643
  onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
@@ -634,51 +645,52 @@ declare const SchemaFieldExtended: {
634
645
  multiple?: false;
635
646
  value?: _pixpilot_shadcn_ui16.FileMetadata | null;
636
647
  onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
637
- } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react30.RefAttributes<unknown>>;
638
- RichTextEditor: react30.FC;
639
- Combobox: react30.FC;
648
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
649
+ RichTextEditor: react28.FC;
650
+ ColorPicker: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.ColorPickerProps>, "ref"> & react28.RefAttributes<unknown>>;
651
+ Combobox: react28.FC;
652
+ Slider: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderProps>, "ref"> & react28.RefAttributes<unknown>>;
653
+ SliderInput: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderInputProps>, "ref"> & react28.RefAttributes<unknown>>;
640
654
  TagsInput: typeof _pixpilot_shadcn_ui16.TagsInput;
641
- TagsInputInLine: react30.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui16.TagsInputProps> & react30.RefAttributes<unknown>>;
642
- Slider: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderProps>, "ref"> & react30.RefAttributes<unknown>>;
643
- ColorPicker: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.ColorPickerProps>, "ref"> & react30.RefAttributes<unknown>>;
644
- FormItem: react30.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
645
- children?: react30.ReactNode | undefined;
646
- }>, "ref"> & react30.RefAttributes<unknown>>;
647
- Hidden: react30.ForwardRefExoticComponent<Partial<{
648
- children?: React.ReactNode;
649
- value?: string;
650
- }> & react30.RefAttributes<unknown>>;
651
- Input: react30.ForwardRefExoticComponent<Omit<Partial<react30.ClassAttributes<HTMLInputElement> & react30.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react30.RefAttributes<unknown>>;
652
- Textarea: react30.ForwardRefExoticComponent<Omit<Partial<react30.ClassAttributes<HTMLTextAreaElement> & react30.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react30.RefAttributes<unknown>>;
653
- NumberInput: react30.ForwardRefExoticComponent<Omit<Partial<react30.ClassAttributes<HTMLInputElement> & react30.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react30.RefAttributes<unknown>>;
654
- Checkbox: react30.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react30.RefAttributes<HTMLButtonElement>>, "ref"> & react30.RefAttributes<unknown>>;
655
- Radio: react30.FC;
656
- Select: react30.FC;
657
- Switch: react30.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react30.RefAttributes<HTMLButtonElement>>, "ref"> & react30.RefAttributes<unknown>>;
658
- DatePicker: react30.ForwardRefExoticComponent<Partial<{
659
- value?: Date;
660
- onChange?: (date: Date | undefined) => void;
661
- placeholder?: string;
662
- } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "mode">> & react30.RefAttributes<unknown>>;
663
- Row: typeof Row;
664
- Column: typeof Column;
665
- FormGrid: typeof FormGrid;
666
- Separator: react30.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react30.RefAttributes<HTMLDivElement>>, "ref"> & react30.RefAttributes<unknown>>;
655
+ TagsInputInLine: react28.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui16.TagsInputProps> & react28.RefAttributes<unknown>>;
667
656
  ArrayCards: ComposedArrayProps;
668
- ArrayDialog: react30.FC<ArrayComponentProps>;
669
- ArrayCollapse: react30.FC<ArrayComponentProps & {
657
+ ArrayCollapse: react28.FC<ArrayComponentProps & {
670
658
  defaultActiveKey?: Array<string | number>;
671
659
  mode?: "accordion" | "multiple";
672
660
  }>;
673
- ArrayPopover: react30.FC<ArrayComponentProps>;
674
- ObjectContainer: react30.FC<ObjectContainerProps>;
661
+ ArrayDialog: react28.FC<ArrayComponentProps>;
662
+ ArrayPopover: react28.FC<ArrayComponentProps>;
663
+ Checkbox: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
664
+ Column: typeof Column;
665
+ DatePicker: react28.ForwardRefExoticComponent<Partial<{
666
+ value?: Date;
667
+ onChange?: (date: Date | undefined) => void;
668
+ placeholder?: string;
669
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react28.RefAttributes<unknown>>;
670
+ FormGrid: typeof FormGrid;
671
+ FormItem: react28.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
672
+ children?: react28.ReactNode | undefined;
673
+ }>, "ref"> & react28.RefAttributes<unknown>>;
674
+ Hidden: react28.ForwardRefExoticComponent<Partial<{
675
+ children?: React.ReactNode;
676
+ value?: string;
677
+ }> & react28.RefAttributes<unknown>>;
678
+ Input: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
679
+ NumberInput: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
680
+ ObjectContainer: react28.FC<ObjectContainerProps>;
681
+ Radio: react28.FC;
682
+ Row: typeof Row;
683
+ Select: react28.FC;
684
+ Separator: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react28.RefAttributes<HTMLDivElement>>, "ref"> & react28.RefAttributes<unknown>>;
685
+ Switch: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
686
+ Textarea: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLTextAreaElement> & react28.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react28.RefAttributes<unknown>>;
675
687
  }, Component_7, Decorator_7>): JSX.Element;
676
688
  displayName: string;
677
689
  };
678
690
  Void: {
679
- <Decorator_8 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_8 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
680
- AvatarUpload: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.AvatarUploadProps>, "ref"> & react30.RefAttributes<unknown>>;
681
- FileUploadInline: react30.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
691
+ <Decorator_8 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_8 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
692
+ AvatarUpload: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.AvatarUploadProps>, "ref"> & react28.RefAttributes<unknown>>;
693
+ FileUploadInline: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
682
694
  multiple: true;
683
695
  value?: _pixpilot_shadcn_ui16.FileMetadata[];
684
696
  onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
@@ -686,11 +698,11 @@ declare const SchemaFieldExtended: {
686
698
  multiple?: false;
687
699
  value?: _pixpilot_shadcn_ui16.FileMetadata | null;
688
700
  onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
689
- } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react30.RefAttributes<unknown>>;
690
- IconPicker: react30.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui16.IconPickerProps, "providers"> & {
701
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
702
+ IconPicker: react28.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui16.IconPickerProps, "providers"> & {
691
703
  providers?: _pixpilot_shadcn_ui16.IconProviderProps[];
692
- }> & react30.RefAttributes<unknown>>;
693
- FileUpload: react30.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
704
+ }> & react28.RefAttributes<unknown>>;
705
+ FileUpload: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
694
706
  multiple: true;
695
707
  value?: _pixpilot_shadcn_ui16.FileMetadata[];
696
708
  onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
@@ -698,51 +710,52 @@ declare const SchemaFieldExtended: {
698
710
  multiple?: false;
699
711
  value?: _pixpilot_shadcn_ui16.FileMetadata | null;
700
712
  onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
701
- } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react30.RefAttributes<unknown>>;
702
- RichTextEditor: react30.FC;
703
- Combobox: react30.FC;
713
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
714
+ RichTextEditor: react28.FC;
715
+ ColorPicker: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.ColorPickerProps>, "ref"> & react28.RefAttributes<unknown>>;
716
+ Combobox: react28.FC;
717
+ Slider: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderProps>, "ref"> & react28.RefAttributes<unknown>>;
718
+ SliderInput: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderInputProps>, "ref"> & react28.RefAttributes<unknown>>;
704
719
  TagsInput: typeof _pixpilot_shadcn_ui16.TagsInput;
705
- TagsInputInLine: react30.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui16.TagsInputProps> & react30.RefAttributes<unknown>>;
706
- Slider: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderProps>, "ref"> & react30.RefAttributes<unknown>>;
707
- ColorPicker: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.ColorPickerProps>, "ref"> & react30.RefAttributes<unknown>>;
708
- FormItem: react30.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
709
- children?: react30.ReactNode | undefined;
710
- }>, "ref"> & react30.RefAttributes<unknown>>;
711
- Hidden: react30.ForwardRefExoticComponent<Partial<{
712
- children?: React.ReactNode;
713
- value?: string;
714
- }> & react30.RefAttributes<unknown>>;
715
- Input: react30.ForwardRefExoticComponent<Omit<Partial<react30.ClassAttributes<HTMLInputElement> & react30.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react30.RefAttributes<unknown>>;
716
- Textarea: react30.ForwardRefExoticComponent<Omit<Partial<react30.ClassAttributes<HTMLTextAreaElement> & react30.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react30.RefAttributes<unknown>>;
717
- NumberInput: react30.ForwardRefExoticComponent<Omit<Partial<react30.ClassAttributes<HTMLInputElement> & react30.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react30.RefAttributes<unknown>>;
718
- Checkbox: react30.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react30.RefAttributes<HTMLButtonElement>>, "ref"> & react30.RefAttributes<unknown>>;
719
- Radio: react30.FC;
720
- Select: react30.FC;
721
- Switch: react30.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react30.RefAttributes<HTMLButtonElement>>, "ref"> & react30.RefAttributes<unknown>>;
722
- DatePicker: react30.ForwardRefExoticComponent<Partial<{
723
- value?: Date;
724
- onChange?: (date: Date | undefined) => void;
725
- placeholder?: string;
726
- } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "mode">> & react30.RefAttributes<unknown>>;
727
- Row: typeof Row;
728
- Column: typeof Column;
729
- FormGrid: typeof FormGrid;
730
- Separator: react30.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react30.RefAttributes<HTMLDivElement>>, "ref"> & react30.RefAttributes<unknown>>;
720
+ TagsInputInLine: react28.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui16.TagsInputProps> & react28.RefAttributes<unknown>>;
731
721
  ArrayCards: ComposedArrayProps;
732
- ArrayDialog: react30.FC<ArrayComponentProps>;
733
- ArrayCollapse: react30.FC<ArrayComponentProps & {
722
+ ArrayCollapse: react28.FC<ArrayComponentProps & {
734
723
  defaultActiveKey?: Array<string | number>;
735
724
  mode?: "accordion" | "multiple";
736
725
  }>;
737
- ArrayPopover: react30.FC<ArrayComponentProps>;
738
- ObjectContainer: react30.FC<ObjectContainerProps>;
726
+ ArrayDialog: react28.FC<ArrayComponentProps>;
727
+ ArrayPopover: react28.FC<ArrayComponentProps>;
728
+ Checkbox: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
729
+ Column: typeof Column;
730
+ DatePicker: react28.ForwardRefExoticComponent<Partial<{
731
+ value?: Date;
732
+ onChange?: (date: Date | undefined) => void;
733
+ placeholder?: string;
734
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react28.RefAttributes<unknown>>;
735
+ FormGrid: typeof FormGrid;
736
+ FormItem: react28.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
737
+ children?: react28.ReactNode | undefined;
738
+ }>, "ref"> & react28.RefAttributes<unknown>>;
739
+ Hidden: react28.ForwardRefExoticComponent<Partial<{
740
+ children?: React.ReactNode;
741
+ value?: string;
742
+ }> & react28.RefAttributes<unknown>>;
743
+ Input: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
744
+ NumberInput: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
745
+ ObjectContainer: react28.FC<ObjectContainerProps>;
746
+ Radio: react28.FC;
747
+ Row: typeof Row;
748
+ Select: react28.FC;
749
+ Separator: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react28.RefAttributes<HTMLDivElement>>, "ref"> & react28.RefAttributes<unknown>>;
750
+ Switch: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
751
+ Textarea: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLTextAreaElement> & react28.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react28.RefAttributes<unknown>>;
739
752
  }, Component_8, Decorator_8>): JSX.Element;
740
753
  displayName: string;
741
754
  };
742
755
  Number: {
743
- <Decorator_9 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_9 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
744
- AvatarUpload: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.AvatarUploadProps>, "ref"> & react30.RefAttributes<unknown>>;
745
- FileUploadInline: react30.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
756
+ <Decorator_9 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_9 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
757
+ AvatarUpload: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.AvatarUploadProps>, "ref"> & react28.RefAttributes<unknown>>;
758
+ FileUploadInline: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
746
759
  multiple: true;
747
760
  value?: _pixpilot_shadcn_ui16.FileMetadata[];
748
761
  onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
@@ -750,11 +763,11 @@ declare const SchemaFieldExtended: {
750
763
  multiple?: false;
751
764
  value?: _pixpilot_shadcn_ui16.FileMetadata | null;
752
765
  onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
753
- } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react30.RefAttributes<unknown>>;
754
- IconPicker: react30.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui16.IconPickerProps, "providers"> & {
766
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
767
+ IconPicker: react28.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui16.IconPickerProps, "providers"> & {
755
768
  providers?: _pixpilot_shadcn_ui16.IconProviderProps[];
756
- }> & react30.RefAttributes<unknown>>;
757
- FileUpload: react30.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
769
+ }> & react28.RefAttributes<unknown>>;
770
+ FileUpload: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
758
771
  multiple: true;
759
772
  value?: _pixpilot_shadcn_ui16.FileMetadata[];
760
773
  onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
@@ -762,44 +775,45 @@ declare const SchemaFieldExtended: {
762
775
  multiple?: false;
763
776
  value?: _pixpilot_shadcn_ui16.FileMetadata | null;
764
777
  onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
765
- } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react30.RefAttributes<unknown>>;
766
- RichTextEditor: react30.FC;
767
- Combobox: react30.FC;
778
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
779
+ RichTextEditor: react28.FC;
780
+ ColorPicker: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.ColorPickerProps>, "ref"> & react28.RefAttributes<unknown>>;
781
+ Combobox: react28.FC;
782
+ Slider: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderProps>, "ref"> & react28.RefAttributes<unknown>>;
783
+ SliderInput: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderInputProps>, "ref"> & react28.RefAttributes<unknown>>;
768
784
  TagsInput: typeof _pixpilot_shadcn_ui16.TagsInput;
769
- TagsInputInLine: react30.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui16.TagsInputProps> & react30.RefAttributes<unknown>>;
770
- Slider: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderProps>, "ref"> & react30.RefAttributes<unknown>>;
771
- ColorPicker: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.ColorPickerProps>, "ref"> & react30.RefAttributes<unknown>>;
772
- FormItem: react30.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
773
- children?: react30.ReactNode | undefined;
774
- }>, "ref"> & react30.RefAttributes<unknown>>;
775
- Hidden: react30.ForwardRefExoticComponent<Partial<{
776
- children?: React.ReactNode;
777
- value?: string;
778
- }> & react30.RefAttributes<unknown>>;
779
- Input: react30.ForwardRefExoticComponent<Omit<Partial<react30.ClassAttributes<HTMLInputElement> & react30.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react30.RefAttributes<unknown>>;
780
- Textarea: react30.ForwardRefExoticComponent<Omit<Partial<react30.ClassAttributes<HTMLTextAreaElement> & react30.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react30.RefAttributes<unknown>>;
781
- NumberInput: react30.ForwardRefExoticComponent<Omit<Partial<react30.ClassAttributes<HTMLInputElement> & react30.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react30.RefAttributes<unknown>>;
782
- Checkbox: react30.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react30.RefAttributes<HTMLButtonElement>>, "ref"> & react30.RefAttributes<unknown>>;
783
- Radio: react30.FC;
784
- Select: react30.FC;
785
- Switch: react30.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react30.RefAttributes<HTMLButtonElement>>, "ref"> & react30.RefAttributes<unknown>>;
786
- DatePicker: react30.ForwardRefExoticComponent<Partial<{
787
- value?: Date;
788
- onChange?: (date: Date | undefined) => void;
789
- placeholder?: string;
790
- } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "mode">> & react30.RefAttributes<unknown>>;
791
- Row: typeof Row;
792
- Column: typeof Column;
793
- FormGrid: typeof FormGrid;
794
- Separator: react30.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react30.RefAttributes<HTMLDivElement>>, "ref"> & react30.RefAttributes<unknown>>;
785
+ TagsInputInLine: react28.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui16.TagsInputProps> & react28.RefAttributes<unknown>>;
795
786
  ArrayCards: ComposedArrayProps;
796
- ArrayDialog: react30.FC<ArrayComponentProps>;
797
- ArrayCollapse: react30.FC<ArrayComponentProps & {
787
+ ArrayCollapse: react28.FC<ArrayComponentProps & {
798
788
  defaultActiveKey?: Array<string | number>;
799
789
  mode?: "accordion" | "multiple";
800
790
  }>;
801
- ArrayPopover: react30.FC<ArrayComponentProps>;
802
- ObjectContainer: react30.FC<ObjectContainerProps>;
791
+ ArrayDialog: react28.FC<ArrayComponentProps>;
792
+ ArrayPopover: react28.FC<ArrayComponentProps>;
793
+ Checkbox: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
794
+ Column: typeof Column;
795
+ DatePicker: react28.ForwardRefExoticComponent<Partial<{
796
+ value?: Date;
797
+ onChange?: (date: Date | undefined) => void;
798
+ placeholder?: string;
799
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react28.RefAttributes<unknown>>;
800
+ FormGrid: typeof FormGrid;
801
+ FormItem: react28.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
802
+ children?: react28.ReactNode | undefined;
803
+ }>, "ref"> & react28.RefAttributes<unknown>>;
804
+ Hidden: react28.ForwardRefExoticComponent<Partial<{
805
+ children?: React.ReactNode;
806
+ value?: string;
807
+ }> & react28.RefAttributes<unknown>>;
808
+ Input: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
809
+ NumberInput: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
810
+ ObjectContainer: react28.FC<ObjectContainerProps>;
811
+ Radio: react28.FC;
812
+ Row: typeof Row;
813
+ Select: react28.FC;
814
+ Separator: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react28.RefAttributes<HTMLDivElement>>, "ref"> & react28.RefAttributes<unknown>>;
815
+ Switch: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
816
+ Textarea: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLTextAreaElement> & react28.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react28.RefAttributes<unknown>>;
803
817
  }, Component_9, Decorator_9>): JSX.Element;
804
818
  displayName: string;
805
819
  };