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