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