@pixpilot/formily-shadcn 0.11.2 → 0.13.0

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