@pixpilot/formily-shadcn 2.0.3 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/date-picker/DatePicker.d.cts +3 -3
- package/dist/components/date-picker/DatePicker.d.ts +3 -3
- package/dist/components/dialog-item/ConnectedDialogItem.d.cts +4 -4
- package/dist/components/dialog-item/ConnectedDialogItem.d.ts +4 -4
- package/dist/components/drawer-item/ConnectedDrawerItem.d.cts +4 -4
- package/dist/components/drawer-item/ConnectedDrawerItem.d.ts +4 -4
- package/dist/components/form/Form.d.cts +2 -2
- package/dist/components/form-grid/FormGrid.d.cts +2 -2
- package/dist/components/popover-item/ConnectedPopoverItem.d.ts +4 -4
- package/dist/components/radio/Radio.d.cts +2 -2
- package/dist/components/row/Row.d.cts +2 -2
- package/dist/components/schema-field/schema-field-basics.d.cts +380 -380
- package/dist/components/schema-field/schema-field-basics.d.ts +364 -364
- package/dist/components/schema-field/schema-field-extended.d.cts +534 -534
- package/dist/components/schema-field/schema-field-extended.d.ts +533 -533
- package/dist/components/schema-field/schema-field.d.cts +467 -467
- package/dist/components/schema-field/schema-field.d.ts +467 -467
- package/package.json +4 -4
|
@@ -34,71 +34,71 @@ import { HiddenProps } from "../hidden/Hidden.js";
|
|
|
34
34
|
import "../hidden/index.js";
|
|
35
35
|
import { SelectProps as SelectProps$1 } from "../select/Select.js";
|
|
36
36
|
import "../select/index.js";
|
|
37
|
-
import * as
|
|
37
|
+
import * as _formily_react1 from "@formily/react";
|
|
38
38
|
import { ISchema } from "@formily/react";
|
|
39
|
-
import * as
|
|
40
|
-
import * as
|
|
39
|
+
import * as react2 from "react";
|
|
40
|
+
import * as _pixpilot_shadcn_ui0 from "@pixpilot/shadcn-ui";
|
|
41
41
|
import * as _formily_core0 from "@formily/core";
|
|
42
|
-
import * as
|
|
43
|
-
import * as
|
|
44
|
-
import * as
|
|
42
|
+
import * as _radix_ui_react_checkbox0 from "@radix-ui/react-checkbox";
|
|
43
|
+
import * as _radix_ui_react_separator0 from "@radix-ui/react-separator";
|
|
44
|
+
import * as _radix_ui_react_switch0 from "@radix-ui/react-switch";
|
|
45
45
|
|
|
46
46
|
//#region src/components/schema-field/schema-field-extended.d.ts
|
|
47
47
|
declare const extendedComponentRegistry: {
|
|
48
48
|
AvatarUpload: {
|
|
49
|
-
component:
|
|
49
|
+
component: react2.FC<_pixpilot_shadcn_ui0.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui0.FileMetadata | null>>;
|
|
50
50
|
decorator: string;
|
|
51
51
|
};
|
|
52
52
|
FileUploadInline: {
|
|
53
|
-
component:
|
|
53
|
+
component: react2.FC<FileUploadInlineProps$1>;
|
|
54
54
|
decorator: string;
|
|
55
55
|
};
|
|
56
56
|
IconPicker: {
|
|
57
|
-
component:
|
|
57
|
+
component: react2.FC<IconPickerProps$1>;
|
|
58
58
|
decorator: string;
|
|
59
59
|
};
|
|
60
60
|
FileUpload: {
|
|
61
|
-
component:
|
|
61
|
+
component: react2.FC<FileUploadProps$1>;
|
|
62
62
|
decorator: string;
|
|
63
63
|
};
|
|
64
64
|
RichTextEditor: {
|
|
65
|
-
component:
|
|
65
|
+
component: react2.FC<_pixpilot_shadcn_ui0.RichTextEditorProps>;
|
|
66
66
|
decorator: string;
|
|
67
67
|
};
|
|
68
68
|
ColorPicker: {
|
|
69
|
-
component:
|
|
69
|
+
component: react2.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.ColorPickerProps>, "ref"> & react2.RefAttributes<unknown>>;
|
|
70
70
|
decorator: string;
|
|
71
71
|
};
|
|
72
72
|
Combobox: {
|
|
73
|
-
component:
|
|
73
|
+
component: react2.FC<_pixpilot_shadcn_ui0.ComboboxProps>;
|
|
74
74
|
decorator: string;
|
|
75
75
|
};
|
|
76
76
|
ColorSelect: {
|
|
77
|
-
component:
|
|
77
|
+
component: react2.FC<_pixpilot_shadcn_ui0.ColorSelectProps>;
|
|
78
78
|
decorator: string;
|
|
79
79
|
};
|
|
80
80
|
Rating: {
|
|
81
|
-
component:
|
|
81
|
+
component: react2.FC<_pixpilot_shadcn_ui0.RatingProps>;
|
|
82
82
|
decorator: string;
|
|
83
83
|
};
|
|
84
84
|
Slider: {
|
|
85
|
-
component:
|
|
85
|
+
component: react2.FC<_pixpilot_shadcn_ui0.SliderProps>;
|
|
86
86
|
decorator: string;
|
|
87
87
|
};
|
|
88
88
|
SliderInput: {
|
|
89
|
-
component:
|
|
89
|
+
component: react2.FC<_pixpilot_shadcn_ui0.SliderInputProps>;
|
|
90
90
|
decorator: string;
|
|
91
91
|
};
|
|
92
92
|
SliderSelect: {
|
|
93
|
-
component:
|
|
93
|
+
component: react2.FC<_pixpilot_shadcn_ui0.SliderSelectProps>;
|
|
94
94
|
decorator: string;
|
|
95
95
|
};
|
|
96
96
|
TagsInput: {
|
|
97
|
-
component: typeof
|
|
97
|
+
component: typeof _pixpilot_shadcn_ui0.TagsInput;
|
|
98
98
|
decorator: string;
|
|
99
99
|
};
|
|
100
100
|
TagsInputInLine: {
|
|
101
|
-
component:
|
|
101
|
+
component: react2.FC<_pixpilot_shadcn_ui0.TagsInputProps>;
|
|
102
102
|
decorator: string;
|
|
103
103
|
};
|
|
104
104
|
ArrayCards: {
|
|
@@ -106,7 +106,7 @@ declare const extendedComponentRegistry: {
|
|
|
106
106
|
decorator: string;
|
|
107
107
|
};
|
|
108
108
|
ArrayCollapse: {
|
|
109
|
-
component:
|
|
109
|
+
component: react2.FC<ArrayComponentProps & {
|
|
110
110
|
defaultActiveKey?: Array<string | number>;
|
|
111
111
|
mode?: "accordion" | "multiple";
|
|
112
112
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
@@ -114,13 +114,13 @@ declare const extendedComponentRegistry: {
|
|
|
114
114
|
decorator: string;
|
|
115
115
|
};
|
|
116
116
|
ArrayDialog: {
|
|
117
|
-
component:
|
|
117
|
+
component: react2.FC<ArrayComponentProps & {
|
|
118
118
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
119
119
|
}>;
|
|
120
120
|
decorator: string;
|
|
121
121
|
};
|
|
122
122
|
ArrayDrawer: {
|
|
123
|
-
component:
|
|
123
|
+
component: react2.FC<ArrayComponentProps & {
|
|
124
124
|
drawerProps?: React.HTMLAttributes<HTMLDivElement> & {
|
|
125
125
|
direction?: "top" | "bottom" | "left" | "right";
|
|
126
126
|
floating?: boolean;
|
|
@@ -133,104 +133,104 @@ declare const extendedComponentRegistry: {
|
|
|
133
133
|
decorator: string;
|
|
134
134
|
};
|
|
135
135
|
ArrayPopover: {
|
|
136
|
-
component:
|
|
136
|
+
component: react2.FC<ArrayComponentProps & {
|
|
137
137
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
138
138
|
}>;
|
|
139
139
|
decorator: string;
|
|
140
140
|
};
|
|
141
141
|
ArrayTags: {
|
|
142
|
-
component:
|
|
142
|
+
component: react2.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
|
|
143
143
|
decorator: string;
|
|
144
144
|
};
|
|
145
145
|
ArrayToggleGroup: {
|
|
146
|
-
component:
|
|
146
|
+
component: react2.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
147
147
|
decorator: string;
|
|
148
148
|
};
|
|
149
149
|
ToggleGroup: {
|
|
150
|
-
component:
|
|
150
|
+
component: react2.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react2.RefAttributes<unknown>>;
|
|
151
151
|
decorator: string;
|
|
152
152
|
};
|
|
153
153
|
Checkbox: {
|
|
154
|
-
component:
|
|
154
|
+
component: react2.FC<_radix_ui_react_checkbox0.CheckboxProps & react2.RefAttributes<HTMLButtonElement>>;
|
|
155
155
|
decorator: string;
|
|
156
156
|
};
|
|
157
157
|
Column: {
|
|
158
158
|
component: typeof Column;
|
|
159
159
|
};
|
|
160
160
|
DatePicker: {
|
|
161
|
-
component:
|
|
161
|
+
component: react2.ForwardRefExoticComponent<Partial<{
|
|
162
162
|
value?: Date;
|
|
163
163
|
onChange?: (date: Date | undefined) => void;
|
|
164
164
|
placeholder?: string;
|
|
165
|
-
} & Omit<
|
|
165
|
+
} & Omit<_pixpilot_shadcn_ui0.DatePickerProps, "onSelect" | "selected" | "mode">> & react2.RefAttributes<unknown>>;
|
|
166
166
|
decorator: string;
|
|
167
167
|
};
|
|
168
168
|
DialogItem: {
|
|
169
|
-
component:
|
|
170
|
-
children?:
|
|
171
|
-
}>, "ref"> &
|
|
169
|
+
component: react2.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
|
|
170
|
+
children?: react2.ReactNode | undefined;
|
|
171
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
172
172
|
};
|
|
173
173
|
DrawerItem: {
|
|
174
|
-
component:
|
|
175
|
-
children?:
|
|
176
|
-
}>, "ref"> &
|
|
174
|
+
component: react2.ForwardRefExoticComponent<Omit<Partial<DrawerItemProps & {
|
|
175
|
+
children?: react2.ReactNode | undefined;
|
|
176
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
177
177
|
};
|
|
178
178
|
PopoverItem: {
|
|
179
|
-
component:
|
|
180
|
-
children?:
|
|
181
|
-
}>, "ref"> &
|
|
179
|
+
component: react2.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
|
|
180
|
+
children?: react2.ReactNode | undefined;
|
|
181
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
182
182
|
};
|
|
183
183
|
FormGrid: {
|
|
184
184
|
component: typeof FormGrid;
|
|
185
185
|
};
|
|
186
186
|
FormItem: {
|
|
187
|
-
component:
|
|
188
|
-
children?:
|
|
189
|
-
}>, "ref"> &
|
|
187
|
+
component: react2.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
188
|
+
children?: react2.ReactNode | undefined;
|
|
189
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
190
190
|
};
|
|
191
191
|
Hidden: {
|
|
192
|
-
component:
|
|
192
|
+
component: react2.ForwardRefExoticComponent<Partial<HiddenProps> & react2.RefAttributes<unknown>>;
|
|
193
193
|
};
|
|
194
194
|
IconToggle: {
|
|
195
|
-
component:
|
|
195
|
+
component: react2.FC<_pixpilot_shadcn_ui0.IconToggleProps>;
|
|
196
196
|
decorator: string;
|
|
197
197
|
};
|
|
198
198
|
ToggleButton: {
|
|
199
|
-
component:
|
|
199
|
+
component: react2.FC<_pixpilot_shadcn_ui0.ToggleButtonProps>;
|
|
200
200
|
decorator: string;
|
|
201
201
|
};
|
|
202
202
|
Input: {
|
|
203
|
-
component:
|
|
203
|
+
component: react2.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
204
204
|
decorator: string;
|
|
205
205
|
};
|
|
206
206
|
NumberInput: {
|
|
207
|
-
component:
|
|
207
|
+
component: react2.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
208
208
|
decorator: string;
|
|
209
209
|
};
|
|
210
210
|
ObjectContainer: {
|
|
211
|
-
component:
|
|
211
|
+
component: react2.FC<ObjectContainerProps>;
|
|
212
212
|
decorator: string;
|
|
213
213
|
};
|
|
214
214
|
Radio: {
|
|
215
|
-
component:
|
|
215
|
+
component: react2.FC<RadioProps>;
|
|
216
216
|
decorator: string;
|
|
217
217
|
};
|
|
218
218
|
Row: {
|
|
219
219
|
component: typeof Row;
|
|
220
220
|
};
|
|
221
221
|
Select: {
|
|
222
|
-
component:
|
|
222
|
+
component: react2.FC<SelectProps$1>;
|
|
223
223
|
decorator: string;
|
|
224
224
|
};
|
|
225
225
|
Separator: {
|
|
226
|
-
component:
|
|
226
|
+
component: react2.FC<_radix_ui_react_separator0.SeparatorProps & react2.RefAttributes<HTMLDivElement>>;
|
|
227
227
|
};
|
|
228
228
|
Switch: {
|
|
229
|
-
component:
|
|
229
|
+
component: react2.FC<_radix_ui_react_switch0.SwitchProps & react2.RefAttributes<HTMLButtonElement>>;
|
|
230
230
|
decorator: string;
|
|
231
231
|
};
|
|
232
232
|
Textarea: {
|
|
233
|
-
component:
|
|
233
|
+
component: react2.FC<react2.ClassAttributes<HTMLTextAreaElement> & react2.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
234
234
|
decorator: string;
|
|
235
235
|
};
|
|
236
236
|
};
|
|
@@ -239,732 +239,732 @@ declare const extendedComponentRegistry: {
|
|
|
239
239
|
* Use this to render forms from JSON Schema
|
|
240
240
|
*/
|
|
241
241
|
declare const extendedComponents: {
|
|
242
|
-
AvatarUpload:
|
|
243
|
-
FileUploadInline:
|
|
244
|
-
IconPicker:
|
|
245
|
-
FileUpload:
|
|
246
|
-
RichTextEditor:
|
|
247
|
-
ColorPicker:
|
|
248
|
-
Combobox:
|
|
249
|
-
ColorSelect:
|
|
250
|
-
Rating:
|
|
251
|
-
Slider:
|
|
252
|
-
SliderInput:
|
|
253
|
-
SliderSelect:
|
|
254
|
-
TagsInput: typeof
|
|
255
|
-
TagsInputInLine:
|
|
242
|
+
AvatarUpload: react2.FC<_pixpilot_shadcn_ui0.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui0.FileMetadata | null>>;
|
|
243
|
+
FileUploadInline: react2.FC<FileUploadInlineProps$1>;
|
|
244
|
+
IconPicker: react2.FC<IconPickerProps$1>;
|
|
245
|
+
FileUpload: react2.FC<FileUploadProps$1>;
|
|
246
|
+
RichTextEditor: react2.FC<_pixpilot_shadcn_ui0.RichTextEditorProps>;
|
|
247
|
+
ColorPicker: react2.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.ColorPickerProps>, "ref"> & react2.RefAttributes<unknown>>;
|
|
248
|
+
Combobox: react2.FC<_pixpilot_shadcn_ui0.ComboboxProps>;
|
|
249
|
+
ColorSelect: react2.FC<_pixpilot_shadcn_ui0.ColorSelectProps>;
|
|
250
|
+
Rating: react2.FC<_pixpilot_shadcn_ui0.RatingProps>;
|
|
251
|
+
Slider: react2.FC<_pixpilot_shadcn_ui0.SliderProps>;
|
|
252
|
+
SliderInput: react2.FC<_pixpilot_shadcn_ui0.SliderInputProps>;
|
|
253
|
+
SliderSelect: react2.FC<_pixpilot_shadcn_ui0.SliderSelectProps>;
|
|
254
|
+
TagsInput: typeof _pixpilot_shadcn_ui0.TagsInput;
|
|
255
|
+
TagsInputInLine: react2.FC<_pixpilot_shadcn_ui0.TagsInputProps>;
|
|
256
256
|
ArrayCards: ComposedArrayProps;
|
|
257
|
-
ArrayCollapse:
|
|
257
|
+
ArrayCollapse: react2.FC<ArrayComponentProps & {
|
|
258
258
|
defaultActiveKey?: Array<string | number>;
|
|
259
259
|
mode?: "accordion" | "multiple";
|
|
260
260
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
261
261
|
}>;
|
|
262
|
-
ArrayDialog:
|
|
262
|
+
ArrayDialog: react2.FC<ArrayComponentProps & {
|
|
263
263
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
264
264
|
}>;
|
|
265
|
-
ArrayDrawer:
|
|
265
|
+
ArrayDrawer: react2.FC<ArrayComponentProps & {
|
|
266
266
|
drawerProps?: React.HTMLAttributes<HTMLDivElement> & {
|
|
267
267
|
direction?: "top" | "bottom" | "left" | "right";
|
|
268
268
|
floating?: boolean;
|
|
269
269
|
};
|
|
270
270
|
}>;
|
|
271
271
|
ArrayInline: ComposedArrayProps;
|
|
272
|
-
ArrayPopover:
|
|
272
|
+
ArrayPopover: react2.FC<ArrayComponentProps & {
|
|
273
273
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
274
274
|
}>;
|
|
275
|
-
ArrayTags:
|
|
276
|
-
ArrayToggleGroup:
|
|
277
|
-
ToggleGroup:
|
|
278
|
-
Checkbox:
|
|
275
|
+
ArrayTags: react2.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
|
|
276
|
+
ArrayToggleGroup: react2.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
277
|
+
ToggleGroup: react2.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react2.RefAttributes<unknown>>;
|
|
278
|
+
Checkbox: react2.FC<_radix_ui_react_checkbox0.CheckboxProps & react2.RefAttributes<HTMLButtonElement>>;
|
|
279
279
|
Column: typeof Column;
|
|
280
|
-
DatePicker:
|
|
280
|
+
DatePicker: react2.ForwardRefExoticComponent<Partial<{
|
|
281
281
|
value?: Date;
|
|
282
282
|
onChange?: (date: Date | undefined) => void;
|
|
283
283
|
placeholder?: string;
|
|
284
|
-
} & Omit<
|
|
285
|
-
DialogItem:
|
|
286
|
-
children?:
|
|
287
|
-
}>, "ref"> &
|
|
288
|
-
DrawerItem:
|
|
289
|
-
children?:
|
|
290
|
-
}>, "ref"> &
|
|
291
|
-
PopoverItem:
|
|
292
|
-
children?:
|
|
293
|
-
}>, "ref"> &
|
|
284
|
+
} & Omit<_pixpilot_shadcn_ui0.DatePickerProps, "onSelect" | "selected" | "mode">> & react2.RefAttributes<unknown>>;
|
|
285
|
+
DialogItem: react2.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
|
|
286
|
+
children?: react2.ReactNode | undefined;
|
|
287
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
288
|
+
DrawerItem: react2.ForwardRefExoticComponent<Omit<Partial<DrawerItemProps & {
|
|
289
|
+
children?: react2.ReactNode | undefined;
|
|
290
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
291
|
+
PopoverItem: react2.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
|
|
292
|
+
children?: react2.ReactNode | undefined;
|
|
293
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
294
294
|
FormGrid: typeof FormGrid;
|
|
295
|
-
FormItem:
|
|
296
|
-
children?:
|
|
297
|
-
}>, "ref"> &
|
|
298
|
-
Hidden:
|
|
299
|
-
IconToggle:
|
|
300
|
-
ToggleButton:
|
|
301
|
-
Input:
|
|
302
|
-
NumberInput:
|
|
303
|
-
ObjectContainer:
|
|
304
|
-
Radio:
|
|
295
|
+
FormItem: react2.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
296
|
+
children?: react2.ReactNode | undefined;
|
|
297
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
298
|
+
Hidden: react2.ForwardRefExoticComponent<Partial<HiddenProps> & react2.RefAttributes<unknown>>;
|
|
299
|
+
IconToggle: react2.FC<_pixpilot_shadcn_ui0.IconToggleProps>;
|
|
300
|
+
ToggleButton: react2.FC<_pixpilot_shadcn_ui0.ToggleButtonProps>;
|
|
301
|
+
Input: react2.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
302
|
+
NumberInput: react2.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
303
|
+
ObjectContainer: react2.FC<ObjectContainerProps>;
|
|
304
|
+
Radio: react2.FC<RadioProps>;
|
|
305
305
|
Row: typeof Row;
|
|
306
|
-
Select:
|
|
307
|
-
Separator:
|
|
308
|
-
Switch:
|
|
309
|
-
Textarea:
|
|
306
|
+
Select: react2.FC<SelectProps$1>;
|
|
307
|
+
Separator: react2.FC<_radix_ui_react_separator0.SeparatorProps & react2.RefAttributes<HTMLDivElement>>;
|
|
308
|
+
Switch: react2.FC<_radix_ui_react_switch0.SwitchProps & react2.RefAttributes<HTMLButtonElement>>;
|
|
309
|
+
Textarea: react2.FC<react2.ClassAttributes<HTMLTextAreaElement> & react2.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
310
310
|
};
|
|
311
311
|
declare const SchemaFieldExtended: {
|
|
312
|
-
<Decorator extends
|
|
312
|
+
<Decorator extends _formily_react1.JSXComponent, Component extends _formily_react1.JSXComponent>(props: _formily_react1.ISchemaFieldProps<Decorator, Component, _formily_core0.ObjectField<Decorator, Component>>): JSX.Element;
|
|
313
313
|
displayName: string;
|
|
314
314
|
Markup: {
|
|
315
|
-
<Decorator_1 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof"
|
|
316
|
-
AvatarUpload:
|
|
317
|
-
FileUploadInline:
|
|
318
|
-
IconPicker:
|
|
319
|
-
FileUpload:
|
|
320
|
-
RichTextEditor:
|
|
321
|
-
ColorPicker:
|
|
322
|
-
Combobox:
|
|
323
|
-
ColorSelect:
|
|
324
|
-
Rating:
|
|
325
|
-
Slider:
|
|
326
|
-
SliderInput:
|
|
327
|
-
SliderSelect:
|
|
328
|
-
TagsInput: typeof
|
|
329
|
-
TagsInputInLine:
|
|
315
|
+
<Decorator_1 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_1 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react1.ISchemaMarkupFieldProps<{
|
|
316
|
+
AvatarUpload: react2.FC<_pixpilot_shadcn_ui0.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui0.FileMetadata | null>>;
|
|
317
|
+
FileUploadInline: react2.FC<FileUploadInlineProps$1>;
|
|
318
|
+
IconPicker: react2.FC<IconPickerProps$1>;
|
|
319
|
+
FileUpload: react2.FC<FileUploadProps$1>;
|
|
320
|
+
RichTextEditor: react2.FC<_pixpilot_shadcn_ui0.RichTextEditorProps>;
|
|
321
|
+
ColorPicker: react2.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.ColorPickerProps>, "ref"> & react2.RefAttributes<unknown>>;
|
|
322
|
+
Combobox: react2.FC<_pixpilot_shadcn_ui0.ComboboxProps>;
|
|
323
|
+
ColorSelect: react2.FC<_pixpilot_shadcn_ui0.ColorSelectProps>;
|
|
324
|
+
Rating: react2.FC<_pixpilot_shadcn_ui0.RatingProps>;
|
|
325
|
+
Slider: react2.FC<_pixpilot_shadcn_ui0.SliderProps>;
|
|
326
|
+
SliderInput: react2.FC<_pixpilot_shadcn_ui0.SliderInputProps>;
|
|
327
|
+
SliderSelect: react2.FC<_pixpilot_shadcn_ui0.SliderSelectProps>;
|
|
328
|
+
TagsInput: typeof _pixpilot_shadcn_ui0.TagsInput;
|
|
329
|
+
TagsInputInLine: react2.FC<_pixpilot_shadcn_ui0.TagsInputProps>;
|
|
330
330
|
ArrayCards: ComposedArrayProps;
|
|
331
|
-
ArrayCollapse:
|
|
331
|
+
ArrayCollapse: react2.FC<ArrayComponentProps & {
|
|
332
332
|
defaultActiveKey?: Array<string | number>;
|
|
333
333
|
mode?: "accordion" | "multiple";
|
|
334
334
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
335
335
|
}>;
|
|
336
|
-
ArrayDialog:
|
|
336
|
+
ArrayDialog: react2.FC<ArrayComponentProps & {
|
|
337
337
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
338
338
|
}>;
|
|
339
|
-
ArrayDrawer:
|
|
339
|
+
ArrayDrawer: react2.FC<ArrayComponentProps & {
|
|
340
340
|
drawerProps?: React.HTMLAttributes<HTMLDivElement> & {
|
|
341
341
|
direction?: "top" | "bottom" | "left" | "right";
|
|
342
342
|
floating?: boolean;
|
|
343
343
|
};
|
|
344
344
|
}>;
|
|
345
345
|
ArrayInline: ComposedArrayProps;
|
|
346
|
-
ArrayPopover:
|
|
346
|
+
ArrayPopover: react2.FC<ArrayComponentProps & {
|
|
347
347
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
348
348
|
}>;
|
|
349
|
-
ArrayTags:
|
|
350
|
-
ArrayToggleGroup:
|
|
351
|
-
ToggleGroup:
|
|
352
|
-
Checkbox:
|
|
349
|
+
ArrayTags: react2.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
|
|
350
|
+
ArrayToggleGroup: react2.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
351
|
+
ToggleGroup: react2.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react2.RefAttributes<unknown>>;
|
|
352
|
+
Checkbox: react2.FC<_radix_ui_react_checkbox0.CheckboxProps & react2.RefAttributes<HTMLButtonElement>>;
|
|
353
353
|
Column: typeof Column;
|
|
354
|
-
DatePicker:
|
|
354
|
+
DatePicker: react2.ForwardRefExoticComponent<Partial<{
|
|
355
355
|
value?: Date;
|
|
356
356
|
onChange?: (date: Date | undefined) => void;
|
|
357
357
|
placeholder?: string;
|
|
358
|
-
} & Omit<
|
|
359
|
-
DialogItem:
|
|
360
|
-
children?:
|
|
361
|
-
}>, "ref"> &
|
|
362
|
-
DrawerItem:
|
|
363
|
-
children?:
|
|
364
|
-
}>, "ref"> &
|
|
365
|
-
PopoverItem:
|
|
366
|
-
children?:
|
|
367
|
-
}>, "ref"> &
|
|
358
|
+
} & Omit<_pixpilot_shadcn_ui0.DatePickerProps, "onSelect" | "selected" | "mode">> & react2.RefAttributes<unknown>>;
|
|
359
|
+
DialogItem: react2.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
|
|
360
|
+
children?: react2.ReactNode | undefined;
|
|
361
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
362
|
+
DrawerItem: react2.ForwardRefExoticComponent<Omit<Partial<DrawerItemProps & {
|
|
363
|
+
children?: react2.ReactNode | undefined;
|
|
364
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
365
|
+
PopoverItem: react2.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
|
|
366
|
+
children?: react2.ReactNode | undefined;
|
|
367
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
368
368
|
FormGrid: typeof FormGrid;
|
|
369
|
-
FormItem:
|
|
370
|
-
children?:
|
|
371
|
-
}>, "ref"> &
|
|
372
|
-
Hidden:
|
|
373
|
-
IconToggle:
|
|
374
|
-
ToggleButton:
|
|
375
|
-
Input:
|
|
376
|
-
NumberInput:
|
|
377
|
-
ObjectContainer:
|
|
378
|
-
Radio:
|
|
369
|
+
FormItem: react2.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
370
|
+
children?: react2.ReactNode | undefined;
|
|
371
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
372
|
+
Hidden: react2.ForwardRefExoticComponent<Partial<HiddenProps> & react2.RefAttributes<unknown>>;
|
|
373
|
+
IconToggle: react2.FC<_pixpilot_shadcn_ui0.IconToggleProps>;
|
|
374
|
+
ToggleButton: react2.FC<_pixpilot_shadcn_ui0.ToggleButtonProps>;
|
|
375
|
+
Input: react2.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
376
|
+
NumberInput: react2.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
377
|
+
ObjectContainer: react2.FC<ObjectContainerProps>;
|
|
378
|
+
Radio: react2.FC<RadioProps>;
|
|
379
379
|
Row: typeof Row;
|
|
380
|
-
Select:
|
|
381
|
-
Separator:
|
|
382
|
-
Switch:
|
|
383
|
-
Textarea:
|
|
380
|
+
Select: react2.FC<SelectProps$1>;
|
|
381
|
+
Separator: react2.FC<_radix_ui_react_separator0.SeparatorProps & react2.RefAttributes<HTMLDivElement>>;
|
|
382
|
+
Switch: react2.FC<_radix_ui_react_switch0.SwitchProps & react2.RefAttributes<HTMLButtonElement>>;
|
|
383
|
+
Textarea: react2.FC<react2.ClassAttributes<HTMLTextAreaElement> & react2.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
384
384
|
}, Component_1, Decorator_1>): JSX.Element;
|
|
385
385
|
displayName: string;
|
|
386
386
|
};
|
|
387
387
|
String: {
|
|
388
|
-
<Decorator_2 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof"
|
|
389
|
-
AvatarUpload:
|
|
390
|
-
FileUploadInline:
|
|
391
|
-
IconPicker:
|
|
392
|
-
FileUpload:
|
|
393
|
-
RichTextEditor:
|
|
394
|
-
ColorPicker:
|
|
395
|
-
Combobox:
|
|
396
|
-
ColorSelect:
|
|
397
|
-
Rating:
|
|
398
|
-
Slider:
|
|
399
|
-
SliderInput:
|
|
400
|
-
SliderSelect:
|
|
401
|
-
TagsInput: typeof
|
|
402
|
-
TagsInputInLine:
|
|
388
|
+
<Decorator_2 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_2 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react1.ISchemaTypeFieldProps<{
|
|
389
|
+
AvatarUpload: react2.FC<_pixpilot_shadcn_ui0.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui0.FileMetadata | null>>;
|
|
390
|
+
FileUploadInline: react2.FC<FileUploadInlineProps$1>;
|
|
391
|
+
IconPicker: react2.FC<IconPickerProps$1>;
|
|
392
|
+
FileUpload: react2.FC<FileUploadProps$1>;
|
|
393
|
+
RichTextEditor: react2.FC<_pixpilot_shadcn_ui0.RichTextEditorProps>;
|
|
394
|
+
ColorPicker: react2.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.ColorPickerProps>, "ref"> & react2.RefAttributes<unknown>>;
|
|
395
|
+
Combobox: react2.FC<_pixpilot_shadcn_ui0.ComboboxProps>;
|
|
396
|
+
ColorSelect: react2.FC<_pixpilot_shadcn_ui0.ColorSelectProps>;
|
|
397
|
+
Rating: react2.FC<_pixpilot_shadcn_ui0.RatingProps>;
|
|
398
|
+
Slider: react2.FC<_pixpilot_shadcn_ui0.SliderProps>;
|
|
399
|
+
SliderInput: react2.FC<_pixpilot_shadcn_ui0.SliderInputProps>;
|
|
400
|
+
SliderSelect: react2.FC<_pixpilot_shadcn_ui0.SliderSelectProps>;
|
|
401
|
+
TagsInput: typeof _pixpilot_shadcn_ui0.TagsInput;
|
|
402
|
+
TagsInputInLine: react2.FC<_pixpilot_shadcn_ui0.TagsInputProps>;
|
|
403
403
|
ArrayCards: ComposedArrayProps;
|
|
404
|
-
ArrayCollapse:
|
|
404
|
+
ArrayCollapse: react2.FC<ArrayComponentProps & {
|
|
405
405
|
defaultActiveKey?: Array<string | number>;
|
|
406
406
|
mode?: "accordion" | "multiple";
|
|
407
407
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
408
408
|
}>;
|
|
409
|
-
ArrayDialog:
|
|
409
|
+
ArrayDialog: react2.FC<ArrayComponentProps & {
|
|
410
410
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
411
411
|
}>;
|
|
412
|
-
ArrayDrawer:
|
|
412
|
+
ArrayDrawer: react2.FC<ArrayComponentProps & {
|
|
413
413
|
drawerProps?: React.HTMLAttributes<HTMLDivElement> & {
|
|
414
414
|
direction?: "top" | "bottom" | "left" | "right";
|
|
415
415
|
floating?: boolean;
|
|
416
416
|
};
|
|
417
417
|
}>;
|
|
418
418
|
ArrayInline: ComposedArrayProps;
|
|
419
|
-
ArrayPopover:
|
|
419
|
+
ArrayPopover: react2.FC<ArrayComponentProps & {
|
|
420
420
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
421
421
|
}>;
|
|
422
|
-
ArrayTags:
|
|
423
|
-
ArrayToggleGroup:
|
|
424
|
-
ToggleGroup:
|
|
425
|
-
Checkbox:
|
|
422
|
+
ArrayTags: react2.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
|
|
423
|
+
ArrayToggleGroup: react2.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
424
|
+
ToggleGroup: react2.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react2.RefAttributes<unknown>>;
|
|
425
|
+
Checkbox: react2.FC<_radix_ui_react_checkbox0.CheckboxProps & react2.RefAttributes<HTMLButtonElement>>;
|
|
426
426
|
Column: typeof Column;
|
|
427
|
-
DatePicker:
|
|
427
|
+
DatePicker: react2.ForwardRefExoticComponent<Partial<{
|
|
428
428
|
value?: Date;
|
|
429
429
|
onChange?: (date: Date | undefined) => void;
|
|
430
430
|
placeholder?: string;
|
|
431
|
-
} & Omit<
|
|
432
|
-
DialogItem:
|
|
433
|
-
children?:
|
|
434
|
-
}>, "ref"> &
|
|
435
|
-
DrawerItem:
|
|
436
|
-
children?:
|
|
437
|
-
}>, "ref"> &
|
|
438
|
-
PopoverItem:
|
|
439
|
-
children?:
|
|
440
|
-
}>, "ref"> &
|
|
431
|
+
} & Omit<_pixpilot_shadcn_ui0.DatePickerProps, "onSelect" | "selected" | "mode">> & react2.RefAttributes<unknown>>;
|
|
432
|
+
DialogItem: react2.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
|
|
433
|
+
children?: react2.ReactNode | undefined;
|
|
434
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
435
|
+
DrawerItem: react2.ForwardRefExoticComponent<Omit<Partial<DrawerItemProps & {
|
|
436
|
+
children?: react2.ReactNode | undefined;
|
|
437
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
438
|
+
PopoverItem: react2.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
|
|
439
|
+
children?: react2.ReactNode | undefined;
|
|
440
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
441
441
|
FormGrid: typeof FormGrid;
|
|
442
|
-
FormItem:
|
|
443
|
-
children?:
|
|
444
|
-
}>, "ref"> &
|
|
445
|
-
Hidden:
|
|
446
|
-
IconToggle:
|
|
447
|
-
ToggleButton:
|
|
448
|
-
Input:
|
|
449
|
-
NumberInput:
|
|
450
|
-
ObjectContainer:
|
|
451
|
-
Radio:
|
|
442
|
+
FormItem: react2.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
443
|
+
children?: react2.ReactNode | undefined;
|
|
444
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
445
|
+
Hidden: react2.ForwardRefExoticComponent<Partial<HiddenProps> & react2.RefAttributes<unknown>>;
|
|
446
|
+
IconToggle: react2.FC<_pixpilot_shadcn_ui0.IconToggleProps>;
|
|
447
|
+
ToggleButton: react2.FC<_pixpilot_shadcn_ui0.ToggleButtonProps>;
|
|
448
|
+
Input: react2.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
449
|
+
NumberInput: react2.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
450
|
+
ObjectContainer: react2.FC<ObjectContainerProps>;
|
|
451
|
+
Radio: react2.FC<RadioProps>;
|
|
452
452
|
Row: typeof Row;
|
|
453
|
-
Select:
|
|
454
|
-
Separator:
|
|
455
|
-
Switch:
|
|
456
|
-
Textarea:
|
|
453
|
+
Select: react2.FC<SelectProps$1>;
|
|
454
|
+
Separator: react2.FC<_radix_ui_react_separator0.SeparatorProps & react2.RefAttributes<HTMLDivElement>>;
|
|
455
|
+
Switch: react2.FC<_radix_ui_react_switch0.SwitchProps & react2.RefAttributes<HTMLButtonElement>>;
|
|
456
|
+
Textarea: react2.FC<react2.ClassAttributes<HTMLTextAreaElement> & react2.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
457
457
|
}, Component_2, Decorator_2>): JSX.Element;
|
|
458
458
|
displayName: string;
|
|
459
459
|
};
|
|
460
460
|
Object: {
|
|
461
|
-
<Decorator_3 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof"
|
|
462
|
-
AvatarUpload:
|
|
463
|
-
FileUploadInline:
|
|
464
|
-
IconPicker:
|
|
465
|
-
FileUpload:
|
|
466
|
-
RichTextEditor:
|
|
467
|
-
ColorPicker:
|
|
468
|
-
Combobox:
|
|
469
|
-
ColorSelect:
|
|
470
|
-
Rating:
|
|
471
|
-
Slider:
|
|
472
|
-
SliderInput:
|
|
473
|
-
SliderSelect:
|
|
474
|
-
TagsInput: typeof
|
|
475
|
-
TagsInputInLine:
|
|
461
|
+
<Decorator_3 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_3 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react1.ISchemaTypeFieldProps<{
|
|
462
|
+
AvatarUpload: react2.FC<_pixpilot_shadcn_ui0.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui0.FileMetadata | null>>;
|
|
463
|
+
FileUploadInline: react2.FC<FileUploadInlineProps$1>;
|
|
464
|
+
IconPicker: react2.FC<IconPickerProps$1>;
|
|
465
|
+
FileUpload: react2.FC<FileUploadProps$1>;
|
|
466
|
+
RichTextEditor: react2.FC<_pixpilot_shadcn_ui0.RichTextEditorProps>;
|
|
467
|
+
ColorPicker: react2.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.ColorPickerProps>, "ref"> & react2.RefAttributes<unknown>>;
|
|
468
|
+
Combobox: react2.FC<_pixpilot_shadcn_ui0.ComboboxProps>;
|
|
469
|
+
ColorSelect: react2.FC<_pixpilot_shadcn_ui0.ColorSelectProps>;
|
|
470
|
+
Rating: react2.FC<_pixpilot_shadcn_ui0.RatingProps>;
|
|
471
|
+
Slider: react2.FC<_pixpilot_shadcn_ui0.SliderProps>;
|
|
472
|
+
SliderInput: react2.FC<_pixpilot_shadcn_ui0.SliderInputProps>;
|
|
473
|
+
SliderSelect: react2.FC<_pixpilot_shadcn_ui0.SliderSelectProps>;
|
|
474
|
+
TagsInput: typeof _pixpilot_shadcn_ui0.TagsInput;
|
|
475
|
+
TagsInputInLine: react2.FC<_pixpilot_shadcn_ui0.TagsInputProps>;
|
|
476
476
|
ArrayCards: ComposedArrayProps;
|
|
477
|
-
ArrayCollapse:
|
|
477
|
+
ArrayCollapse: react2.FC<ArrayComponentProps & {
|
|
478
478
|
defaultActiveKey?: Array<string | number>;
|
|
479
479
|
mode?: "accordion" | "multiple";
|
|
480
480
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
481
481
|
}>;
|
|
482
|
-
ArrayDialog:
|
|
482
|
+
ArrayDialog: react2.FC<ArrayComponentProps & {
|
|
483
483
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
484
484
|
}>;
|
|
485
|
-
ArrayDrawer:
|
|
485
|
+
ArrayDrawer: react2.FC<ArrayComponentProps & {
|
|
486
486
|
drawerProps?: React.HTMLAttributes<HTMLDivElement> & {
|
|
487
487
|
direction?: "top" | "bottom" | "left" | "right";
|
|
488
488
|
floating?: boolean;
|
|
489
489
|
};
|
|
490
490
|
}>;
|
|
491
491
|
ArrayInline: ComposedArrayProps;
|
|
492
|
-
ArrayPopover:
|
|
492
|
+
ArrayPopover: react2.FC<ArrayComponentProps & {
|
|
493
493
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
494
494
|
}>;
|
|
495
|
-
ArrayTags:
|
|
496
|
-
ArrayToggleGroup:
|
|
497
|
-
ToggleGroup:
|
|
498
|
-
Checkbox:
|
|
495
|
+
ArrayTags: react2.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
|
|
496
|
+
ArrayToggleGroup: react2.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
497
|
+
ToggleGroup: react2.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react2.RefAttributes<unknown>>;
|
|
498
|
+
Checkbox: react2.FC<_radix_ui_react_checkbox0.CheckboxProps & react2.RefAttributes<HTMLButtonElement>>;
|
|
499
499
|
Column: typeof Column;
|
|
500
|
-
DatePicker:
|
|
500
|
+
DatePicker: react2.ForwardRefExoticComponent<Partial<{
|
|
501
501
|
value?: Date;
|
|
502
502
|
onChange?: (date: Date | undefined) => void;
|
|
503
503
|
placeholder?: string;
|
|
504
|
-
} & Omit<
|
|
505
|
-
DialogItem:
|
|
506
|
-
children?:
|
|
507
|
-
}>, "ref"> &
|
|
508
|
-
DrawerItem:
|
|
509
|
-
children?:
|
|
510
|
-
}>, "ref"> &
|
|
511
|
-
PopoverItem:
|
|
512
|
-
children?:
|
|
513
|
-
}>, "ref"> &
|
|
504
|
+
} & Omit<_pixpilot_shadcn_ui0.DatePickerProps, "onSelect" | "selected" | "mode">> & react2.RefAttributes<unknown>>;
|
|
505
|
+
DialogItem: react2.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
|
|
506
|
+
children?: react2.ReactNode | undefined;
|
|
507
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
508
|
+
DrawerItem: react2.ForwardRefExoticComponent<Omit<Partial<DrawerItemProps & {
|
|
509
|
+
children?: react2.ReactNode | undefined;
|
|
510
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
511
|
+
PopoverItem: react2.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
|
|
512
|
+
children?: react2.ReactNode | undefined;
|
|
513
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
514
514
|
FormGrid: typeof FormGrid;
|
|
515
|
-
FormItem:
|
|
516
|
-
children?:
|
|
517
|
-
}>, "ref"> &
|
|
518
|
-
Hidden:
|
|
519
|
-
IconToggle:
|
|
520
|
-
ToggleButton:
|
|
521
|
-
Input:
|
|
522
|
-
NumberInput:
|
|
523
|
-
ObjectContainer:
|
|
524
|
-
Radio:
|
|
515
|
+
FormItem: react2.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
516
|
+
children?: react2.ReactNode | undefined;
|
|
517
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
518
|
+
Hidden: react2.ForwardRefExoticComponent<Partial<HiddenProps> & react2.RefAttributes<unknown>>;
|
|
519
|
+
IconToggle: react2.FC<_pixpilot_shadcn_ui0.IconToggleProps>;
|
|
520
|
+
ToggleButton: react2.FC<_pixpilot_shadcn_ui0.ToggleButtonProps>;
|
|
521
|
+
Input: react2.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
522
|
+
NumberInput: react2.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
523
|
+
ObjectContainer: react2.FC<ObjectContainerProps>;
|
|
524
|
+
Radio: react2.FC<RadioProps>;
|
|
525
525
|
Row: typeof Row;
|
|
526
|
-
Select:
|
|
527
|
-
Separator:
|
|
528
|
-
Switch:
|
|
529
|
-
Textarea:
|
|
526
|
+
Select: react2.FC<SelectProps$1>;
|
|
527
|
+
Separator: react2.FC<_radix_ui_react_separator0.SeparatorProps & react2.RefAttributes<HTMLDivElement>>;
|
|
528
|
+
Switch: react2.FC<_radix_ui_react_switch0.SwitchProps & react2.RefAttributes<HTMLButtonElement>>;
|
|
529
|
+
Textarea: react2.FC<react2.ClassAttributes<HTMLTextAreaElement> & react2.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
530
530
|
}, Component_3, Decorator_3>): JSX.Element;
|
|
531
531
|
displayName: string;
|
|
532
532
|
};
|
|
533
533
|
Array: {
|
|
534
|
-
<Decorator_4 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof"
|
|
535
|
-
AvatarUpload:
|
|
536
|
-
FileUploadInline:
|
|
537
|
-
IconPicker:
|
|
538
|
-
FileUpload:
|
|
539
|
-
RichTextEditor:
|
|
540
|
-
ColorPicker:
|
|
541
|
-
Combobox:
|
|
542
|
-
ColorSelect:
|
|
543
|
-
Rating:
|
|
544
|
-
Slider:
|
|
545
|
-
SliderInput:
|
|
546
|
-
SliderSelect:
|
|
547
|
-
TagsInput: typeof
|
|
548
|
-
TagsInputInLine:
|
|
534
|
+
<Decorator_4 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_4 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react1.ISchemaTypeFieldProps<{
|
|
535
|
+
AvatarUpload: react2.FC<_pixpilot_shadcn_ui0.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui0.FileMetadata | null>>;
|
|
536
|
+
FileUploadInline: react2.FC<FileUploadInlineProps$1>;
|
|
537
|
+
IconPicker: react2.FC<IconPickerProps$1>;
|
|
538
|
+
FileUpload: react2.FC<FileUploadProps$1>;
|
|
539
|
+
RichTextEditor: react2.FC<_pixpilot_shadcn_ui0.RichTextEditorProps>;
|
|
540
|
+
ColorPicker: react2.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.ColorPickerProps>, "ref"> & react2.RefAttributes<unknown>>;
|
|
541
|
+
Combobox: react2.FC<_pixpilot_shadcn_ui0.ComboboxProps>;
|
|
542
|
+
ColorSelect: react2.FC<_pixpilot_shadcn_ui0.ColorSelectProps>;
|
|
543
|
+
Rating: react2.FC<_pixpilot_shadcn_ui0.RatingProps>;
|
|
544
|
+
Slider: react2.FC<_pixpilot_shadcn_ui0.SliderProps>;
|
|
545
|
+
SliderInput: react2.FC<_pixpilot_shadcn_ui0.SliderInputProps>;
|
|
546
|
+
SliderSelect: react2.FC<_pixpilot_shadcn_ui0.SliderSelectProps>;
|
|
547
|
+
TagsInput: typeof _pixpilot_shadcn_ui0.TagsInput;
|
|
548
|
+
TagsInputInLine: react2.FC<_pixpilot_shadcn_ui0.TagsInputProps>;
|
|
549
549
|
ArrayCards: ComposedArrayProps;
|
|
550
|
-
ArrayCollapse:
|
|
550
|
+
ArrayCollapse: react2.FC<ArrayComponentProps & {
|
|
551
551
|
defaultActiveKey?: Array<string | number>;
|
|
552
552
|
mode?: "accordion" | "multiple";
|
|
553
553
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
554
554
|
}>;
|
|
555
|
-
ArrayDialog:
|
|
555
|
+
ArrayDialog: react2.FC<ArrayComponentProps & {
|
|
556
556
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
557
557
|
}>;
|
|
558
|
-
ArrayDrawer:
|
|
558
|
+
ArrayDrawer: react2.FC<ArrayComponentProps & {
|
|
559
559
|
drawerProps?: React.HTMLAttributes<HTMLDivElement> & {
|
|
560
560
|
direction?: "top" | "bottom" | "left" | "right";
|
|
561
561
|
floating?: boolean;
|
|
562
562
|
};
|
|
563
563
|
}>;
|
|
564
564
|
ArrayInline: ComposedArrayProps;
|
|
565
|
-
ArrayPopover:
|
|
565
|
+
ArrayPopover: react2.FC<ArrayComponentProps & {
|
|
566
566
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
567
567
|
}>;
|
|
568
|
-
ArrayTags:
|
|
569
|
-
ArrayToggleGroup:
|
|
570
|
-
ToggleGroup:
|
|
571
|
-
Checkbox:
|
|
568
|
+
ArrayTags: react2.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
|
|
569
|
+
ArrayToggleGroup: react2.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
570
|
+
ToggleGroup: react2.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react2.RefAttributes<unknown>>;
|
|
571
|
+
Checkbox: react2.FC<_radix_ui_react_checkbox0.CheckboxProps & react2.RefAttributes<HTMLButtonElement>>;
|
|
572
572
|
Column: typeof Column;
|
|
573
|
-
DatePicker:
|
|
573
|
+
DatePicker: react2.ForwardRefExoticComponent<Partial<{
|
|
574
574
|
value?: Date;
|
|
575
575
|
onChange?: (date: Date | undefined) => void;
|
|
576
576
|
placeholder?: string;
|
|
577
|
-
} & Omit<
|
|
578
|
-
DialogItem:
|
|
579
|
-
children?:
|
|
580
|
-
}>, "ref"> &
|
|
581
|
-
DrawerItem:
|
|
582
|
-
children?:
|
|
583
|
-
}>, "ref"> &
|
|
584
|
-
PopoverItem:
|
|
585
|
-
children?:
|
|
586
|
-
}>, "ref"> &
|
|
577
|
+
} & Omit<_pixpilot_shadcn_ui0.DatePickerProps, "onSelect" | "selected" | "mode">> & react2.RefAttributes<unknown>>;
|
|
578
|
+
DialogItem: react2.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
|
|
579
|
+
children?: react2.ReactNode | undefined;
|
|
580
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
581
|
+
DrawerItem: react2.ForwardRefExoticComponent<Omit<Partial<DrawerItemProps & {
|
|
582
|
+
children?: react2.ReactNode | undefined;
|
|
583
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
584
|
+
PopoverItem: react2.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
|
|
585
|
+
children?: react2.ReactNode | undefined;
|
|
586
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
587
587
|
FormGrid: typeof FormGrid;
|
|
588
|
-
FormItem:
|
|
589
|
-
children?:
|
|
590
|
-
}>, "ref"> &
|
|
591
|
-
Hidden:
|
|
592
|
-
IconToggle:
|
|
593
|
-
ToggleButton:
|
|
594
|
-
Input:
|
|
595
|
-
NumberInput:
|
|
596
|
-
ObjectContainer:
|
|
597
|
-
Radio:
|
|
588
|
+
FormItem: react2.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
589
|
+
children?: react2.ReactNode | undefined;
|
|
590
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
591
|
+
Hidden: react2.ForwardRefExoticComponent<Partial<HiddenProps> & react2.RefAttributes<unknown>>;
|
|
592
|
+
IconToggle: react2.FC<_pixpilot_shadcn_ui0.IconToggleProps>;
|
|
593
|
+
ToggleButton: react2.FC<_pixpilot_shadcn_ui0.ToggleButtonProps>;
|
|
594
|
+
Input: react2.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
595
|
+
NumberInput: react2.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
596
|
+
ObjectContainer: react2.FC<ObjectContainerProps>;
|
|
597
|
+
Radio: react2.FC<RadioProps>;
|
|
598
598
|
Row: typeof Row;
|
|
599
|
-
Select:
|
|
600
|
-
Separator:
|
|
601
|
-
Switch:
|
|
602
|
-
Textarea:
|
|
599
|
+
Select: react2.FC<SelectProps$1>;
|
|
600
|
+
Separator: react2.FC<_radix_ui_react_separator0.SeparatorProps & react2.RefAttributes<HTMLDivElement>>;
|
|
601
|
+
Switch: react2.FC<_radix_ui_react_switch0.SwitchProps & react2.RefAttributes<HTMLButtonElement>>;
|
|
602
|
+
Textarea: react2.FC<react2.ClassAttributes<HTMLTextAreaElement> & react2.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
603
603
|
}, Component_4, Decorator_4>): JSX.Element;
|
|
604
604
|
displayName: string;
|
|
605
605
|
};
|
|
606
606
|
Boolean: {
|
|
607
|
-
<Decorator_5 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof"
|
|
608
|
-
AvatarUpload:
|
|
609
|
-
FileUploadInline:
|
|
610
|
-
IconPicker:
|
|
611
|
-
FileUpload:
|
|
612
|
-
RichTextEditor:
|
|
613
|
-
ColorPicker:
|
|
614
|
-
Combobox:
|
|
615
|
-
ColorSelect:
|
|
616
|
-
Rating:
|
|
617
|
-
Slider:
|
|
618
|
-
SliderInput:
|
|
619
|
-
SliderSelect:
|
|
620
|
-
TagsInput: typeof
|
|
621
|
-
TagsInputInLine:
|
|
607
|
+
<Decorator_5 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_5 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react1.ISchemaTypeFieldProps<{
|
|
608
|
+
AvatarUpload: react2.FC<_pixpilot_shadcn_ui0.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui0.FileMetadata | null>>;
|
|
609
|
+
FileUploadInline: react2.FC<FileUploadInlineProps$1>;
|
|
610
|
+
IconPicker: react2.FC<IconPickerProps$1>;
|
|
611
|
+
FileUpload: react2.FC<FileUploadProps$1>;
|
|
612
|
+
RichTextEditor: react2.FC<_pixpilot_shadcn_ui0.RichTextEditorProps>;
|
|
613
|
+
ColorPicker: react2.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.ColorPickerProps>, "ref"> & react2.RefAttributes<unknown>>;
|
|
614
|
+
Combobox: react2.FC<_pixpilot_shadcn_ui0.ComboboxProps>;
|
|
615
|
+
ColorSelect: react2.FC<_pixpilot_shadcn_ui0.ColorSelectProps>;
|
|
616
|
+
Rating: react2.FC<_pixpilot_shadcn_ui0.RatingProps>;
|
|
617
|
+
Slider: react2.FC<_pixpilot_shadcn_ui0.SliderProps>;
|
|
618
|
+
SliderInput: react2.FC<_pixpilot_shadcn_ui0.SliderInputProps>;
|
|
619
|
+
SliderSelect: react2.FC<_pixpilot_shadcn_ui0.SliderSelectProps>;
|
|
620
|
+
TagsInput: typeof _pixpilot_shadcn_ui0.TagsInput;
|
|
621
|
+
TagsInputInLine: react2.FC<_pixpilot_shadcn_ui0.TagsInputProps>;
|
|
622
622
|
ArrayCards: ComposedArrayProps;
|
|
623
|
-
ArrayCollapse:
|
|
623
|
+
ArrayCollapse: react2.FC<ArrayComponentProps & {
|
|
624
624
|
defaultActiveKey?: Array<string | number>;
|
|
625
625
|
mode?: "accordion" | "multiple";
|
|
626
626
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
627
627
|
}>;
|
|
628
|
-
ArrayDialog:
|
|
628
|
+
ArrayDialog: react2.FC<ArrayComponentProps & {
|
|
629
629
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
630
630
|
}>;
|
|
631
|
-
ArrayDrawer:
|
|
631
|
+
ArrayDrawer: react2.FC<ArrayComponentProps & {
|
|
632
632
|
drawerProps?: React.HTMLAttributes<HTMLDivElement> & {
|
|
633
633
|
direction?: "top" | "bottom" | "left" | "right";
|
|
634
634
|
floating?: boolean;
|
|
635
635
|
};
|
|
636
636
|
}>;
|
|
637
637
|
ArrayInline: ComposedArrayProps;
|
|
638
|
-
ArrayPopover:
|
|
638
|
+
ArrayPopover: react2.FC<ArrayComponentProps & {
|
|
639
639
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
640
640
|
}>;
|
|
641
|
-
ArrayTags:
|
|
642
|
-
ArrayToggleGroup:
|
|
643
|
-
ToggleGroup:
|
|
644
|
-
Checkbox:
|
|
641
|
+
ArrayTags: react2.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
|
|
642
|
+
ArrayToggleGroup: react2.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
643
|
+
ToggleGroup: react2.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react2.RefAttributes<unknown>>;
|
|
644
|
+
Checkbox: react2.FC<_radix_ui_react_checkbox0.CheckboxProps & react2.RefAttributes<HTMLButtonElement>>;
|
|
645
645
|
Column: typeof Column;
|
|
646
|
-
DatePicker:
|
|
646
|
+
DatePicker: react2.ForwardRefExoticComponent<Partial<{
|
|
647
647
|
value?: Date;
|
|
648
648
|
onChange?: (date: Date | undefined) => void;
|
|
649
649
|
placeholder?: string;
|
|
650
|
-
} & Omit<
|
|
651
|
-
DialogItem:
|
|
652
|
-
children?:
|
|
653
|
-
}>, "ref"> &
|
|
654
|
-
DrawerItem:
|
|
655
|
-
children?:
|
|
656
|
-
}>, "ref"> &
|
|
657
|
-
PopoverItem:
|
|
658
|
-
children?:
|
|
659
|
-
}>, "ref"> &
|
|
650
|
+
} & Omit<_pixpilot_shadcn_ui0.DatePickerProps, "onSelect" | "selected" | "mode">> & react2.RefAttributes<unknown>>;
|
|
651
|
+
DialogItem: react2.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
|
|
652
|
+
children?: react2.ReactNode | undefined;
|
|
653
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
654
|
+
DrawerItem: react2.ForwardRefExoticComponent<Omit<Partial<DrawerItemProps & {
|
|
655
|
+
children?: react2.ReactNode | undefined;
|
|
656
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
657
|
+
PopoverItem: react2.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
|
|
658
|
+
children?: react2.ReactNode | undefined;
|
|
659
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
660
660
|
FormGrid: typeof FormGrid;
|
|
661
|
-
FormItem:
|
|
662
|
-
children?:
|
|
663
|
-
}>, "ref"> &
|
|
664
|
-
Hidden:
|
|
665
|
-
IconToggle:
|
|
666
|
-
ToggleButton:
|
|
667
|
-
Input:
|
|
668
|
-
NumberInput:
|
|
669
|
-
ObjectContainer:
|
|
670
|
-
Radio:
|
|
661
|
+
FormItem: react2.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
662
|
+
children?: react2.ReactNode | undefined;
|
|
663
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
664
|
+
Hidden: react2.ForwardRefExoticComponent<Partial<HiddenProps> & react2.RefAttributes<unknown>>;
|
|
665
|
+
IconToggle: react2.FC<_pixpilot_shadcn_ui0.IconToggleProps>;
|
|
666
|
+
ToggleButton: react2.FC<_pixpilot_shadcn_ui0.ToggleButtonProps>;
|
|
667
|
+
Input: react2.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
668
|
+
NumberInput: react2.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
669
|
+
ObjectContainer: react2.FC<ObjectContainerProps>;
|
|
670
|
+
Radio: react2.FC<RadioProps>;
|
|
671
671
|
Row: typeof Row;
|
|
672
|
-
Select:
|
|
673
|
-
Separator:
|
|
674
|
-
Switch:
|
|
675
|
-
Textarea:
|
|
672
|
+
Select: react2.FC<SelectProps$1>;
|
|
673
|
+
Separator: react2.FC<_radix_ui_react_separator0.SeparatorProps & react2.RefAttributes<HTMLDivElement>>;
|
|
674
|
+
Switch: react2.FC<_radix_ui_react_switch0.SwitchProps & react2.RefAttributes<HTMLButtonElement>>;
|
|
675
|
+
Textarea: react2.FC<react2.ClassAttributes<HTMLTextAreaElement> & react2.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
676
676
|
}, Component_5, Decorator_5>): JSX.Element;
|
|
677
677
|
displayName: string;
|
|
678
678
|
};
|
|
679
679
|
Date: {
|
|
680
|
-
<Decorator_6 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof"
|
|
681
|
-
AvatarUpload:
|
|
682
|
-
FileUploadInline:
|
|
683
|
-
IconPicker:
|
|
684
|
-
FileUpload:
|
|
685
|
-
RichTextEditor:
|
|
686
|
-
ColorPicker:
|
|
687
|
-
Combobox:
|
|
688
|
-
ColorSelect:
|
|
689
|
-
Rating:
|
|
690
|
-
Slider:
|
|
691
|
-
SliderInput:
|
|
692
|
-
SliderSelect:
|
|
693
|
-
TagsInput: typeof
|
|
694
|
-
TagsInputInLine:
|
|
680
|
+
<Decorator_6 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_6 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react1.ISchemaTypeFieldProps<{
|
|
681
|
+
AvatarUpload: react2.FC<_pixpilot_shadcn_ui0.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui0.FileMetadata | null>>;
|
|
682
|
+
FileUploadInline: react2.FC<FileUploadInlineProps$1>;
|
|
683
|
+
IconPicker: react2.FC<IconPickerProps$1>;
|
|
684
|
+
FileUpload: react2.FC<FileUploadProps$1>;
|
|
685
|
+
RichTextEditor: react2.FC<_pixpilot_shadcn_ui0.RichTextEditorProps>;
|
|
686
|
+
ColorPicker: react2.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.ColorPickerProps>, "ref"> & react2.RefAttributes<unknown>>;
|
|
687
|
+
Combobox: react2.FC<_pixpilot_shadcn_ui0.ComboboxProps>;
|
|
688
|
+
ColorSelect: react2.FC<_pixpilot_shadcn_ui0.ColorSelectProps>;
|
|
689
|
+
Rating: react2.FC<_pixpilot_shadcn_ui0.RatingProps>;
|
|
690
|
+
Slider: react2.FC<_pixpilot_shadcn_ui0.SliderProps>;
|
|
691
|
+
SliderInput: react2.FC<_pixpilot_shadcn_ui0.SliderInputProps>;
|
|
692
|
+
SliderSelect: react2.FC<_pixpilot_shadcn_ui0.SliderSelectProps>;
|
|
693
|
+
TagsInput: typeof _pixpilot_shadcn_ui0.TagsInput;
|
|
694
|
+
TagsInputInLine: react2.FC<_pixpilot_shadcn_ui0.TagsInputProps>;
|
|
695
695
|
ArrayCards: ComposedArrayProps;
|
|
696
|
-
ArrayCollapse:
|
|
696
|
+
ArrayCollapse: react2.FC<ArrayComponentProps & {
|
|
697
697
|
defaultActiveKey?: Array<string | number>;
|
|
698
698
|
mode?: "accordion" | "multiple";
|
|
699
699
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
700
700
|
}>;
|
|
701
|
-
ArrayDialog:
|
|
701
|
+
ArrayDialog: react2.FC<ArrayComponentProps & {
|
|
702
702
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
703
703
|
}>;
|
|
704
|
-
ArrayDrawer:
|
|
704
|
+
ArrayDrawer: react2.FC<ArrayComponentProps & {
|
|
705
705
|
drawerProps?: React.HTMLAttributes<HTMLDivElement> & {
|
|
706
706
|
direction?: "top" | "bottom" | "left" | "right";
|
|
707
707
|
floating?: boolean;
|
|
708
708
|
};
|
|
709
709
|
}>;
|
|
710
710
|
ArrayInline: ComposedArrayProps;
|
|
711
|
-
ArrayPopover:
|
|
711
|
+
ArrayPopover: react2.FC<ArrayComponentProps & {
|
|
712
712
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
713
713
|
}>;
|
|
714
|
-
ArrayTags:
|
|
715
|
-
ArrayToggleGroup:
|
|
716
|
-
ToggleGroup:
|
|
717
|
-
Checkbox:
|
|
714
|
+
ArrayTags: react2.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
|
|
715
|
+
ArrayToggleGroup: react2.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
716
|
+
ToggleGroup: react2.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react2.RefAttributes<unknown>>;
|
|
717
|
+
Checkbox: react2.FC<_radix_ui_react_checkbox0.CheckboxProps & react2.RefAttributes<HTMLButtonElement>>;
|
|
718
718
|
Column: typeof Column;
|
|
719
|
-
DatePicker:
|
|
719
|
+
DatePicker: react2.ForwardRefExoticComponent<Partial<{
|
|
720
720
|
value?: Date;
|
|
721
721
|
onChange?: (date: Date | undefined) => void;
|
|
722
722
|
placeholder?: string;
|
|
723
|
-
} & Omit<
|
|
724
|
-
DialogItem:
|
|
725
|
-
children?:
|
|
726
|
-
}>, "ref"> &
|
|
727
|
-
DrawerItem:
|
|
728
|
-
children?:
|
|
729
|
-
}>, "ref"> &
|
|
730
|
-
PopoverItem:
|
|
731
|
-
children?:
|
|
732
|
-
}>, "ref"> &
|
|
723
|
+
} & Omit<_pixpilot_shadcn_ui0.DatePickerProps, "onSelect" | "selected" | "mode">> & react2.RefAttributes<unknown>>;
|
|
724
|
+
DialogItem: react2.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
|
|
725
|
+
children?: react2.ReactNode | undefined;
|
|
726
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
727
|
+
DrawerItem: react2.ForwardRefExoticComponent<Omit<Partial<DrawerItemProps & {
|
|
728
|
+
children?: react2.ReactNode | undefined;
|
|
729
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
730
|
+
PopoverItem: react2.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
|
|
731
|
+
children?: react2.ReactNode | undefined;
|
|
732
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
733
733
|
FormGrid: typeof FormGrid;
|
|
734
|
-
FormItem:
|
|
735
|
-
children?:
|
|
736
|
-
}>, "ref"> &
|
|
737
|
-
Hidden:
|
|
738
|
-
IconToggle:
|
|
739
|
-
ToggleButton:
|
|
740
|
-
Input:
|
|
741
|
-
NumberInput:
|
|
742
|
-
ObjectContainer:
|
|
743
|
-
Radio:
|
|
734
|
+
FormItem: react2.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
735
|
+
children?: react2.ReactNode | undefined;
|
|
736
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
737
|
+
Hidden: react2.ForwardRefExoticComponent<Partial<HiddenProps> & react2.RefAttributes<unknown>>;
|
|
738
|
+
IconToggle: react2.FC<_pixpilot_shadcn_ui0.IconToggleProps>;
|
|
739
|
+
ToggleButton: react2.FC<_pixpilot_shadcn_ui0.ToggleButtonProps>;
|
|
740
|
+
Input: react2.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
741
|
+
NumberInput: react2.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
742
|
+
ObjectContainer: react2.FC<ObjectContainerProps>;
|
|
743
|
+
Radio: react2.FC<RadioProps>;
|
|
744
744
|
Row: typeof Row;
|
|
745
|
-
Select:
|
|
746
|
-
Separator:
|
|
747
|
-
Switch:
|
|
748
|
-
Textarea:
|
|
745
|
+
Select: react2.FC<SelectProps$1>;
|
|
746
|
+
Separator: react2.FC<_radix_ui_react_separator0.SeparatorProps & react2.RefAttributes<HTMLDivElement>>;
|
|
747
|
+
Switch: react2.FC<_radix_ui_react_switch0.SwitchProps & react2.RefAttributes<HTMLButtonElement>>;
|
|
748
|
+
Textarea: react2.FC<react2.ClassAttributes<HTMLTextAreaElement> & react2.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
749
749
|
}, Component_6, Decorator_6>): JSX.Element;
|
|
750
750
|
displayName: string;
|
|
751
751
|
};
|
|
752
752
|
DateTime: {
|
|
753
|
-
<Decorator_7 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof"
|
|
754
|
-
AvatarUpload:
|
|
755
|
-
FileUploadInline:
|
|
756
|
-
IconPicker:
|
|
757
|
-
FileUpload:
|
|
758
|
-
RichTextEditor:
|
|
759
|
-
ColorPicker:
|
|
760
|
-
Combobox:
|
|
761
|
-
ColorSelect:
|
|
762
|
-
Rating:
|
|
763
|
-
Slider:
|
|
764
|
-
SliderInput:
|
|
765
|
-
SliderSelect:
|
|
766
|
-
TagsInput: typeof
|
|
767
|
-
TagsInputInLine:
|
|
753
|
+
<Decorator_7 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_7 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react1.ISchemaTypeFieldProps<{
|
|
754
|
+
AvatarUpload: react2.FC<_pixpilot_shadcn_ui0.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui0.FileMetadata | null>>;
|
|
755
|
+
FileUploadInline: react2.FC<FileUploadInlineProps$1>;
|
|
756
|
+
IconPicker: react2.FC<IconPickerProps$1>;
|
|
757
|
+
FileUpload: react2.FC<FileUploadProps$1>;
|
|
758
|
+
RichTextEditor: react2.FC<_pixpilot_shadcn_ui0.RichTextEditorProps>;
|
|
759
|
+
ColorPicker: react2.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.ColorPickerProps>, "ref"> & react2.RefAttributes<unknown>>;
|
|
760
|
+
Combobox: react2.FC<_pixpilot_shadcn_ui0.ComboboxProps>;
|
|
761
|
+
ColorSelect: react2.FC<_pixpilot_shadcn_ui0.ColorSelectProps>;
|
|
762
|
+
Rating: react2.FC<_pixpilot_shadcn_ui0.RatingProps>;
|
|
763
|
+
Slider: react2.FC<_pixpilot_shadcn_ui0.SliderProps>;
|
|
764
|
+
SliderInput: react2.FC<_pixpilot_shadcn_ui0.SliderInputProps>;
|
|
765
|
+
SliderSelect: react2.FC<_pixpilot_shadcn_ui0.SliderSelectProps>;
|
|
766
|
+
TagsInput: typeof _pixpilot_shadcn_ui0.TagsInput;
|
|
767
|
+
TagsInputInLine: react2.FC<_pixpilot_shadcn_ui0.TagsInputProps>;
|
|
768
768
|
ArrayCards: ComposedArrayProps;
|
|
769
|
-
ArrayCollapse:
|
|
769
|
+
ArrayCollapse: react2.FC<ArrayComponentProps & {
|
|
770
770
|
defaultActiveKey?: Array<string | number>;
|
|
771
771
|
mode?: "accordion" | "multiple";
|
|
772
772
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
773
773
|
}>;
|
|
774
|
-
ArrayDialog:
|
|
774
|
+
ArrayDialog: react2.FC<ArrayComponentProps & {
|
|
775
775
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
776
776
|
}>;
|
|
777
|
-
ArrayDrawer:
|
|
777
|
+
ArrayDrawer: react2.FC<ArrayComponentProps & {
|
|
778
778
|
drawerProps?: React.HTMLAttributes<HTMLDivElement> & {
|
|
779
779
|
direction?: "top" | "bottom" | "left" | "right";
|
|
780
780
|
floating?: boolean;
|
|
781
781
|
};
|
|
782
782
|
}>;
|
|
783
783
|
ArrayInline: ComposedArrayProps;
|
|
784
|
-
ArrayPopover:
|
|
784
|
+
ArrayPopover: react2.FC<ArrayComponentProps & {
|
|
785
785
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
786
786
|
}>;
|
|
787
|
-
ArrayTags:
|
|
788
|
-
ArrayToggleGroup:
|
|
789
|
-
ToggleGroup:
|
|
790
|
-
Checkbox:
|
|
787
|
+
ArrayTags: react2.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
|
|
788
|
+
ArrayToggleGroup: react2.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
789
|
+
ToggleGroup: react2.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react2.RefAttributes<unknown>>;
|
|
790
|
+
Checkbox: react2.FC<_radix_ui_react_checkbox0.CheckboxProps & react2.RefAttributes<HTMLButtonElement>>;
|
|
791
791
|
Column: typeof Column;
|
|
792
|
-
DatePicker:
|
|
792
|
+
DatePicker: react2.ForwardRefExoticComponent<Partial<{
|
|
793
793
|
value?: Date;
|
|
794
794
|
onChange?: (date: Date | undefined) => void;
|
|
795
795
|
placeholder?: string;
|
|
796
|
-
} & Omit<
|
|
797
|
-
DialogItem:
|
|
798
|
-
children?:
|
|
799
|
-
}>, "ref"> &
|
|
800
|
-
DrawerItem:
|
|
801
|
-
children?:
|
|
802
|
-
}>, "ref"> &
|
|
803
|
-
PopoverItem:
|
|
804
|
-
children?:
|
|
805
|
-
}>, "ref"> &
|
|
796
|
+
} & Omit<_pixpilot_shadcn_ui0.DatePickerProps, "onSelect" | "selected" | "mode">> & react2.RefAttributes<unknown>>;
|
|
797
|
+
DialogItem: react2.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
|
|
798
|
+
children?: react2.ReactNode | undefined;
|
|
799
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
800
|
+
DrawerItem: react2.ForwardRefExoticComponent<Omit<Partial<DrawerItemProps & {
|
|
801
|
+
children?: react2.ReactNode | undefined;
|
|
802
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
803
|
+
PopoverItem: react2.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
|
|
804
|
+
children?: react2.ReactNode | undefined;
|
|
805
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
806
806
|
FormGrid: typeof FormGrid;
|
|
807
|
-
FormItem:
|
|
808
|
-
children?:
|
|
809
|
-
}>, "ref"> &
|
|
810
|
-
Hidden:
|
|
811
|
-
IconToggle:
|
|
812
|
-
ToggleButton:
|
|
813
|
-
Input:
|
|
814
|
-
NumberInput:
|
|
815
|
-
ObjectContainer:
|
|
816
|
-
Radio:
|
|
807
|
+
FormItem: react2.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
808
|
+
children?: react2.ReactNode | undefined;
|
|
809
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
810
|
+
Hidden: react2.ForwardRefExoticComponent<Partial<HiddenProps> & react2.RefAttributes<unknown>>;
|
|
811
|
+
IconToggle: react2.FC<_pixpilot_shadcn_ui0.IconToggleProps>;
|
|
812
|
+
ToggleButton: react2.FC<_pixpilot_shadcn_ui0.ToggleButtonProps>;
|
|
813
|
+
Input: react2.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
814
|
+
NumberInput: react2.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
815
|
+
ObjectContainer: react2.FC<ObjectContainerProps>;
|
|
816
|
+
Radio: react2.FC<RadioProps>;
|
|
817
817
|
Row: typeof Row;
|
|
818
|
-
Select:
|
|
819
|
-
Separator:
|
|
820
|
-
Switch:
|
|
821
|
-
Textarea:
|
|
818
|
+
Select: react2.FC<SelectProps$1>;
|
|
819
|
+
Separator: react2.FC<_radix_ui_react_separator0.SeparatorProps & react2.RefAttributes<HTMLDivElement>>;
|
|
820
|
+
Switch: react2.FC<_radix_ui_react_switch0.SwitchProps & react2.RefAttributes<HTMLButtonElement>>;
|
|
821
|
+
Textarea: react2.FC<react2.ClassAttributes<HTMLTextAreaElement> & react2.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
822
822
|
}, Component_7, Decorator_7>): JSX.Element;
|
|
823
823
|
displayName: string;
|
|
824
824
|
};
|
|
825
825
|
Void: {
|
|
826
|
-
<Decorator_8 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof"
|
|
827
|
-
AvatarUpload:
|
|
828
|
-
FileUploadInline:
|
|
829
|
-
IconPicker:
|
|
830
|
-
FileUpload:
|
|
831
|
-
RichTextEditor:
|
|
832
|
-
ColorPicker:
|
|
833
|
-
Combobox:
|
|
834
|
-
ColorSelect:
|
|
835
|
-
Rating:
|
|
836
|
-
Slider:
|
|
837
|
-
SliderInput:
|
|
838
|
-
SliderSelect:
|
|
839
|
-
TagsInput: typeof
|
|
840
|
-
TagsInputInLine:
|
|
826
|
+
<Decorator_8 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_8 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react1.ISchemaTypeFieldProps<{
|
|
827
|
+
AvatarUpload: react2.FC<_pixpilot_shadcn_ui0.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui0.FileMetadata | null>>;
|
|
828
|
+
FileUploadInline: react2.FC<FileUploadInlineProps$1>;
|
|
829
|
+
IconPicker: react2.FC<IconPickerProps$1>;
|
|
830
|
+
FileUpload: react2.FC<FileUploadProps$1>;
|
|
831
|
+
RichTextEditor: react2.FC<_pixpilot_shadcn_ui0.RichTextEditorProps>;
|
|
832
|
+
ColorPicker: react2.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.ColorPickerProps>, "ref"> & react2.RefAttributes<unknown>>;
|
|
833
|
+
Combobox: react2.FC<_pixpilot_shadcn_ui0.ComboboxProps>;
|
|
834
|
+
ColorSelect: react2.FC<_pixpilot_shadcn_ui0.ColorSelectProps>;
|
|
835
|
+
Rating: react2.FC<_pixpilot_shadcn_ui0.RatingProps>;
|
|
836
|
+
Slider: react2.FC<_pixpilot_shadcn_ui0.SliderProps>;
|
|
837
|
+
SliderInput: react2.FC<_pixpilot_shadcn_ui0.SliderInputProps>;
|
|
838
|
+
SliderSelect: react2.FC<_pixpilot_shadcn_ui0.SliderSelectProps>;
|
|
839
|
+
TagsInput: typeof _pixpilot_shadcn_ui0.TagsInput;
|
|
840
|
+
TagsInputInLine: react2.FC<_pixpilot_shadcn_ui0.TagsInputProps>;
|
|
841
841
|
ArrayCards: ComposedArrayProps;
|
|
842
|
-
ArrayCollapse:
|
|
842
|
+
ArrayCollapse: react2.FC<ArrayComponentProps & {
|
|
843
843
|
defaultActiveKey?: Array<string | number>;
|
|
844
844
|
mode?: "accordion" | "multiple";
|
|
845
845
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
846
846
|
}>;
|
|
847
|
-
ArrayDialog:
|
|
847
|
+
ArrayDialog: react2.FC<ArrayComponentProps & {
|
|
848
848
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
849
849
|
}>;
|
|
850
|
-
ArrayDrawer:
|
|
850
|
+
ArrayDrawer: react2.FC<ArrayComponentProps & {
|
|
851
851
|
drawerProps?: React.HTMLAttributes<HTMLDivElement> & {
|
|
852
852
|
direction?: "top" | "bottom" | "left" | "right";
|
|
853
853
|
floating?: boolean;
|
|
854
854
|
};
|
|
855
855
|
}>;
|
|
856
856
|
ArrayInline: ComposedArrayProps;
|
|
857
|
-
ArrayPopover:
|
|
857
|
+
ArrayPopover: react2.FC<ArrayComponentProps & {
|
|
858
858
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
859
859
|
}>;
|
|
860
|
-
ArrayTags:
|
|
861
|
-
ArrayToggleGroup:
|
|
862
|
-
ToggleGroup:
|
|
863
|
-
Checkbox:
|
|
860
|
+
ArrayTags: react2.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
|
|
861
|
+
ArrayToggleGroup: react2.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
862
|
+
ToggleGroup: react2.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react2.RefAttributes<unknown>>;
|
|
863
|
+
Checkbox: react2.FC<_radix_ui_react_checkbox0.CheckboxProps & react2.RefAttributes<HTMLButtonElement>>;
|
|
864
864
|
Column: typeof Column;
|
|
865
|
-
DatePicker:
|
|
865
|
+
DatePicker: react2.ForwardRefExoticComponent<Partial<{
|
|
866
866
|
value?: Date;
|
|
867
867
|
onChange?: (date: Date | undefined) => void;
|
|
868
868
|
placeholder?: string;
|
|
869
|
-
} & Omit<
|
|
870
|
-
DialogItem:
|
|
871
|
-
children?:
|
|
872
|
-
}>, "ref"> &
|
|
873
|
-
DrawerItem:
|
|
874
|
-
children?:
|
|
875
|
-
}>, "ref"> &
|
|
876
|
-
PopoverItem:
|
|
877
|
-
children?:
|
|
878
|
-
}>, "ref"> &
|
|
869
|
+
} & Omit<_pixpilot_shadcn_ui0.DatePickerProps, "onSelect" | "selected" | "mode">> & react2.RefAttributes<unknown>>;
|
|
870
|
+
DialogItem: react2.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
|
|
871
|
+
children?: react2.ReactNode | undefined;
|
|
872
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
873
|
+
DrawerItem: react2.ForwardRefExoticComponent<Omit<Partial<DrawerItemProps & {
|
|
874
|
+
children?: react2.ReactNode | undefined;
|
|
875
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
876
|
+
PopoverItem: react2.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
|
|
877
|
+
children?: react2.ReactNode | undefined;
|
|
878
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
879
879
|
FormGrid: typeof FormGrid;
|
|
880
|
-
FormItem:
|
|
881
|
-
children?:
|
|
882
|
-
}>, "ref"> &
|
|
883
|
-
Hidden:
|
|
884
|
-
IconToggle:
|
|
885
|
-
ToggleButton:
|
|
886
|
-
Input:
|
|
887
|
-
NumberInput:
|
|
888
|
-
ObjectContainer:
|
|
889
|
-
Radio:
|
|
880
|
+
FormItem: react2.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
881
|
+
children?: react2.ReactNode | undefined;
|
|
882
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
883
|
+
Hidden: react2.ForwardRefExoticComponent<Partial<HiddenProps> & react2.RefAttributes<unknown>>;
|
|
884
|
+
IconToggle: react2.FC<_pixpilot_shadcn_ui0.IconToggleProps>;
|
|
885
|
+
ToggleButton: react2.FC<_pixpilot_shadcn_ui0.ToggleButtonProps>;
|
|
886
|
+
Input: react2.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
887
|
+
NumberInput: react2.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
888
|
+
ObjectContainer: react2.FC<ObjectContainerProps>;
|
|
889
|
+
Radio: react2.FC<RadioProps>;
|
|
890
890
|
Row: typeof Row;
|
|
891
|
-
Select:
|
|
892
|
-
Separator:
|
|
893
|
-
Switch:
|
|
894
|
-
Textarea:
|
|
891
|
+
Select: react2.FC<SelectProps$1>;
|
|
892
|
+
Separator: react2.FC<_radix_ui_react_separator0.SeparatorProps & react2.RefAttributes<HTMLDivElement>>;
|
|
893
|
+
Switch: react2.FC<_radix_ui_react_switch0.SwitchProps & react2.RefAttributes<HTMLButtonElement>>;
|
|
894
|
+
Textarea: react2.FC<react2.ClassAttributes<HTMLTextAreaElement> & react2.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
895
895
|
}, Component_8, Decorator_8>): JSX.Element;
|
|
896
896
|
displayName: string;
|
|
897
897
|
};
|
|
898
898
|
Number: {
|
|
899
|
-
<Decorator_9 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof"
|
|
900
|
-
AvatarUpload:
|
|
901
|
-
FileUploadInline:
|
|
902
|
-
IconPicker:
|
|
903
|
-
FileUpload:
|
|
904
|
-
RichTextEditor:
|
|
905
|
-
ColorPicker:
|
|
906
|
-
Combobox:
|
|
907
|
-
ColorSelect:
|
|
908
|
-
Rating:
|
|
909
|
-
Slider:
|
|
910
|
-
SliderInput:
|
|
911
|
-
SliderSelect:
|
|
912
|
-
TagsInput: typeof
|
|
913
|
-
TagsInputInLine:
|
|
899
|
+
<Decorator_9 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_9 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react1.ISchemaTypeFieldProps<{
|
|
900
|
+
AvatarUpload: react2.FC<_pixpilot_shadcn_ui0.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui0.FileMetadata | null>>;
|
|
901
|
+
FileUploadInline: react2.FC<FileUploadInlineProps$1>;
|
|
902
|
+
IconPicker: react2.FC<IconPickerProps$1>;
|
|
903
|
+
FileUpload: react2.FC<FileUploadProps$1>;
|
|
904
|
+
RichTextEditor: react2.FC<_pixpilot_shadcn_ui0.RichTextEditorProps>;
|
|
905
|
+
ColorPicker: react2.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.ColorPickerProps>, "ref"> & react2.RefAttributes<unknown>>;
|
|
906
|
+
Combobox: react2.FC<_pixpilot_shadcn_ui0.ComboboxProps>;
|
|
907
|
+
ColorSelect: react2.FC<_pixpilot_shadcn_ui0.ColorSelectProps>;
|
|
908
|
+
Rating: react2.FC<_pixpilot_shadcn_ui0.RatingProps>;
|
|
909
|
+
Slider: react2.FC<_pixpilot_shadcn_ui0.SliderProps>;
|
|
910
|
+
SliderInput: react2.FC<_pixpilot_shadcn_ui0.SliderInputProps>;
|
|
911
|
+
SliderSelect: react2.FC<_pixpilot_shadcn_ui0.SliderSelectProps>;
|
|
912
|
+
TagsInput: typeof _pixpilot_shadcn_ui0.TagsInput;
|
|
913
|
+
TagsInputInLine: react2.FC<_pixpilot_shadcn_ui0.TagsInputProps>;
|
|
914
914
|
ArrayCards: ComposedArrayProps;
|
|
915
|
-
ArrayCollapse:
|
|
915
|
+
ArrayCollapse: react2.FC<ArrayComponentProps & {
|
|
916
916
|
defaultActiveKey?: Array<string | number>;
|
|
917
917
|
mode?: "accordion" | "multiple";
|
|
918
918
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
919
919
|
}>;
|
|
920
|
-
ArrayDialog:
|
|
920
|
+
ArrayDialog: react2.FC<ArrayComponentProps & {
|
|
921
921
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
922
922
|
}>;
|
|
923
|
-
ArrayDrawer:
|
|
923
|
+
ArrayDrawer: react2.FC<ArrayComponentProps & {
|
|
924
924
|
drawerProps?: React.HTMLAttributes<HTMLDivElement> & {
|
|
925
925
|
direction?: "top" | "bottom" | "left" | "right";
|
|
926
926
|
floating?: boolean;
|
|
927
927
|
};
|
|
928
928
|
}>;
|
|
929
929
|
ArrayInline: ComposedArrayProps;
|
|
930
|
-
ArrayPopover:
|
|
930
|
+
ArrayPopover: react2.FC<ArrayComponentProps & {
|
|
931
931
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
932
932
|
}>;
|
|
933
|
-
ArrayTags:
|
|
934
|
-
ArrayToggleGroup:
|
|
935
|
-
ToggleGroup:
|
|
936
|
-
Checkbox:
|
|
933
|
+
ArrayTags: react2.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
|
|
934
|
+
ArrayToggleGroup: react2.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
935
|
+
ToggleGroup: react2.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react2.RefAttributes<unknown>>;
|
|
936
|
+
Checkbox: react2.FC<_radix_ui_react_checkbox0.CheckboxProps & react2.RefAttributes<HTMLButtonElement>>;
|
|
937
937
|
Column: typeof Column;
|
|
938
|
-
DatePicker:
|
|
938
|
+
DatePicker: react2.ForwardRefExoticComponent<Partial<{
|
|
939
939
|
value?: Date;
|
|
940
940
|
onChange?: (date: Date | undefined) => void;
|
|
941
941
|
placeholder?: string;
|
|
942
|
-
} & Omit<
|
|
943
|
-
DialogItem:
|
|
944
|
-
children?:
|
|
945
|
-
}>, "ref"> &
|
|
946
|
-
DrawerItem:
|
|
947
|
-
children?:
|
|
948
|
-
}>, "ref"> &
|
|
949
|
-
PopoverItem:
|
|
950
|
-
children?:
|
|
951
|
-
}>, "ref"> &
|
|
942
|
+
} & Omit<_pixpilot_shadcn_ui0.DatePickerProps, "onSelect" | "selected" | "mode">> & react2.RefAttributes<unknown>>;
|
|
943
|
+
DialogItem: react2.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
|
|
944
|
+
children?: react2.ReactNode | undefined;
|
|
945
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
946
|
+
DrawerItem: react2.ForwardRefExoticComponent<Omit<Partial<DrawerItemProps & {
|
|
947
|
+
children?: react2.ReactNode | undefined;
|
|
948
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
949
|
+
PopoverItem: react2.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
|
|
950
|
+
children?: react2.ReactNode | undefined;
|
|
951
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
952
952
|
FormGrid: typeof FormGrid;
|
|
953
|
-
FormItem:
|
|
954
|
-
children?:
|
|
955
|
-
}>, "ref"> &
|
|
956
|
-
Hidden:
|
|
957
|
-
IconToggle:
|
|
958
|
-
ToggleButton:
|
|
959
|
-
Input:
|
|
960
|
-
NumberInput:
|
|
961
|
-
ObjectContainer:
|
|
962
|
-
Radio:
|
|
953
|
+
FormItem: react2.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
954
|
+
children?: react2.ReactNode | undefined;
|
|
955
|
+
}>, "ref"> & react2.RefAttributes<unknown>>;
|
|
956
|
+
Hidden: react2.ForwardRefExoticComponent<Partial<HiddenProps> & react2.RefAttributes<unknown>>;
|
|
957
|
+
IconToggle: react2.FC<_pixpilot_shadcn_ui0.IconToggleProps>;
|
|
958
|
+
ToggleButton: react2.FC<_pixpilot_shadcn_ui0.ToggleButtonProps>;
|
|
959
|
+
Input: react2.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
960
|
+
NumberInput: react2.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
961
|
+
ObjectContainer: react2.FC<ObjectContainerProps>;
|
|
962
|
+
Radio: react2.FC<RadioProps>;
|
|
963
963
|
Row: typeof Row;
|
|
964
|
-
Select:
|
|
965
|
-
Separator:
|
|
966
|
-
Switch:
|
|
967
|
-
Textarea:
|
|
964
|
+
Select: react2.FC<SelectProps$1>;
|
|
965
|
+
Separator: react2.FC<_radix_ui_react_separator0.SeparatorProps & react2.RefAttributes<HTMLDivElement>>;
|
|
966
|
+
Switch: react2.FC<_radix_ui_react_switch0.SwitchProps & react2.RefAttributes<HTMLButtonElement>>;
|
|
967
|
+
Textarea: react2.FC<react2.ClassAttributes<HTMLTextAreaElement> & react2.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
968
968
|
}, Component_9, Decorator_9>): JSX.Element;
|
|
969
969
|
displayName: string;
|
|
970
970
|
};
|