@pixpilot/formily-shadcn 1.15.1 → 1.16.0

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