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