@pixpilot/formily-shadcn 0.30.2 → 0.30.4

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