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