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