@pixpilot/formily-shadcn 0.21.6 → 0.21.7

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