@pixpilot/formily-shadcn 0.11.0 → 0.11.2

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