@pixpilot/formily-shadcn 1.15.0 → 1.15.2
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/README.md +26 -0
- package/dist/components/array-common/array-mcp-props.js +1 -0
- package/dist/components/array-tags/mcp.js +19 -0
- package/dist/components/combobox/mcp.js +17 -8
- package/dist/components/schema-field/schema-field-basics.d.ts +255 -255
- package/dist/components/schema-field/schema-field-extended.d.cts +9 -9
- package/dist/components/schema-field/schema-field-extended.d.ts +424 -424
- package/dist/components/schema-field/schema-field.d.ts +358 -358
- package/dist/components/select/mcp.js +6 -2
- package/dist/components/tags-input-inline/mcp.js +6 -0
- package/package.json +5 -5
|
@@ -28,71 +28,71 @@ import { HiddenProps } from "../hidden/Hidden.js";
|
|
|
28
28
|
import "../hidden/index.js";
|
|
29
29
|
import { SelectProps as SelectProps$1 } from "../select/Select.js";
|
|
30
30
|
import "../select/index.js";
|
|
31
|
-
import * as
|
|
31
|
+
import * as _formily_react69 from "@formily/react";
|
|
32
32
|
import { ISchema } from "@formily/react";
|
|
33
|
-
import * as
|
|
34
|
-
import * as
|
|
35
|
-
import * as
|
|
36
|
-
import * as
|
|
37
|
-
import * as
|
|
38
|
-
import * as
|
|
33
|
+
import * as react760 from "react";
|
|
34
|
+
import * as _pixpilot_shadcn_ui197 from "@pixpilot/shadcn-ui";
|
|
35
|
+
import * as _formily_core1 from "@formily/core";
|
|
36
|
+
import * as _radix_ui_react_checkbox21 from "@radix-ui/react-checkbox";
|
|
37
|
+
import * as _radix_ui_react_separator21 from "@radix-ui/react-separator";
|
|
38
|
+
import * as _radix_ui_react_switch21 from "@radix-ui/react-switch";
|
|
39
39
|
|
|
40
40
|
//#region src/components/schema-field/schema-field-extended.d.ts
|
|
41
41
|
declare const extendedComponentRegistry: {
|
|
42
42
|
AvatarUpload: {
|
|
43
|
-
component:
|
|
43
|
+
component: react760.FC<_pixpilot_shadcn_ui197.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui197.FileMetadata | null>>;
|
|
44
44
|
decorator: string;
|
|
45
45
|
};
|
|
46
46
|
FileUploadInline: {
|
|
47
|
-
component:
|
|
47
|
+
component: react760.FC<FileUploadInlineProps$1>;
|
|
48
48
|
decorator: string;
|
|
49
49
|
};
|
|
50
50
|
IconPicker: {
|
|
51
|
-
component:
|
|
51
|
+
component: react760.FC<IconPickerProps$1>;
|
|
52
52
|
decorator: string;
|
|
53
53
|
};
|
|
54
54
|
FileUpload: {
|
|
55
|
-
component:
|
|
55
|
+
component: react760.FC<FileUploadProps$1>;
|
|
56
56
|
decorator: string;
|
|
57
57
|
};
|
|
58
58
|
RichTextEditor: {
|
|
59
|
-
component:
|
|
59
|
+
component: react760.FC<_pixpilot_shadcn_ui197.RichTextEditorProps>;
|
|
60
60
|
decorator: string;
|
|
61
61
|
};
|
|
62
62
|
ColorPicker: {
|
|
63
|
-
component:
|
|
63
|
+
component: react760.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui197.ColorPickerProps>, "ref"> & react760.RefAttributes<unknown>>;
|
|
64
64
|
decorator: string;
|
|
65
65
|
};
|
|
66
66
|
Combobox: {
|
|
67
|
-
component:
|
|
67
|
+
component: react760.FC<_pixpilot_shadcn_ui197.ComboboxProps>;
|
|
68
68
|
decorator: string;
|
|
69
69
|
};
|
|
70
70
|
ColorSelect: {
|
|
71
|
-
component:
|
|
71
|
+
component: react760.FC<_pixpilot_shadcn_ui197.ColorSelectProps>;
|
|
72
72
|
decorator: string;
|
|
73
73
|
};
|
|
74
74
|
Rating: {
|
|
75
|
-
component:
|
|
75
|
+
component: react760.FC<_pixpilot_shadcn_ui197.RatingProps>;
|
|
76
76
|
decorator: string;
|
|
77
77
|
};
|
|
78
78
|
Slider: {
|
|
79
|
-
component:
|
|
79
|
+
component: react760.FC<_pixpilot_shadcn_ui197.SliderProps>;
|
|
80
80
|
decorator: string;
|
|
81
81
|
};
|
|
82
82
|
SliderInput: {
|
|
83
|
-
component:
|
|
83
|
+
component: react760.FC<_pixpilot_shadcn_ui197.SliderInputProps>;
|
|
84
84
|
decorator: string;
|
|
85
85
|
};
|
|
86
86
|
SliderSelect: {
|
|
87
|
-
component:
|
|
87
|
+
component: react760.FC<_pixpilot_shadcn_ui197.SliderSelectProps>;
|
|
88
88
|
decorator: string;
|
|
89
89
|
};
|
|
90
90
|
TagsInput: {
|
|
91
|
-
component: typeof
|
|
91
|
+
component: typeof _pixpilot_shadcn_ui197.TagsInput;
|
|
92
92
|
decorator: string;
|
|
93
93
|
};
|
|
94
94
|
TagsInputInLine: {
|
|
95
|
-
component:
|
|
95
|
+
component: react760.FC<_pixpilot_shadcn_ui197.TagsInputProps>;
|
|
96
96
|
decorator: string;
|
|
97
97
|
};
|
|
98
98
|
ArrayCards: {
|
|
@@ -100,7 +100,7 @@ declare const extendedComponentRegistry: {
|
|
|
100
100
|
decorator: string;
|
|
101
101
|
};
|
|
102
102
|
ArrayCollapse: {
|
|
103
|
-
component:
|
|
103
|
+
component: react760.FC<ArrayComponentProps & {
|
|
104
104
|
defaultActiveKey?: Array<string | number>;
|
|
105
105
|
mode?: "accordion" | "multiple";
|
|
106
106
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
@@ -108,7 +108,7 @@ declare const extendedComponentRegistry: {
|
|
|
108
108
|
decorator: string;
|
|
109
109
|
};
|
|
110
110
|
ArrayDialog: {
|
|
111
|
-
component:
|
|
111
|
+
component: react760.FC<ArrayComponentProps & {
|
|
112
112
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
113
113
|
}>;
|
|
114
114
|
decorator: string;
|
|
@@ -118,89 +118,89 @@ declare const extendedComponentRegistry: {
|
|
|
118
118
|
decorator: string;
|
|
119
119
|
};
|
|
120
120
|
ArrayPopover: {
|
|
121
|
-
component:
|
|
121
|
+
component: react760.FC<ArrayComponentProps & {
|
|
122
122
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
123
123
|
}>;
|
|
124
124
|
decorator: string;
|
|
125
125
|
};
|
|
126
126
|
ArrayTags: {
|
|
127
|
-
component:
|
|
127
|
+
component: react760.MemoExoticComponent<_formily_react69.ReactFC<ArrayTagsProps>>;
|
|
128
128
|
decorator: string;
|
|
129
129
|
};
|
|
130
130
|
ArrayToggleGroup: {
|
|
131
|
-
component:
|
|
131
|
+
component: react760.MemoExoticComponent<_formily_react69.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
132
132
|
decorator: string;
|
|
133
133
|
};
|
|
134
134
|
ToggleGroup: {
|
|
135
|
-
component:
|
|
135
|
+
component: react760.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react760.RefAttributes<unknown>>;
|
|
136
136
|
decorator: string;
|
|
137
137
|
};
|
|
138
138
|
Checkbox: {
|
|
139
|
-
component:
|
|
139
|
+
component: react760.FC<_radix_ui_react_checkbox21.CheckboxProps & react760.RefAttributes<HTMLButtonElement>>;
|
|
140
140
|
decorator: string;
|
|
141
141
|
};
|
|
142
142
|
Column: {
|
|
143
143
|
component: typeof Column;
|
|
144
144
|
};
|
|
145
145
|
DatePicker: {
|
|
146
|
-
component:
|
|
146
|
+
component: react760.ForwardRefExoticComponent<Partial<{
|
|
147
147
|
value?: Date;
|
|
148
148
|
onChange?: (date: Date | undefined) => void;
|
|
149
149
|
placeholder?: string;
|
|
150
|
-
} & Omit<
|
|
150
|
+
} & Omit<_pixpilot_shadcn_ui197.DatePickerProps, "onSelect" | "selected" | "mode">> & react760.RefAttributes<unknown>>;
|
|
151
151
|
decorator: string;
|
|
152
152
|
};
|
|
153
153
|
FormGrid: {
|
|
154
154
|
component: typeof FormGrid;
|
|
155
155
|
};
|
|
156
156
|
FormItem: {
|
|
157
|
-
component:
|
|
158
|
-
children?:
|
|
159
|
-
}>, "ref"> &
|
|
157
|
+
component: react760.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
158
|
+
children?: react760.ReactNode | undefined;
|
|
159
|
+
}>, "ref"> & react760.RefAttributes<unknown>>;
|
|
160
160
|
};
|
|
161
161
|
Hidden: {
|
|
162
|
-
component:
|
|
162
|
+
component: react760.ForwardRefExoticComponent<Partial<HiddenProps> & react760.RefAttributes<unknown>>;
|
|
163
163
|
};
|
|
164
164
|
IconToggle: {
|
|
165
|
-
component:
|
|
165
|
+
component: react760.FC<_pixpilot_shadcn_ui197.IconToggleProps>;
|
|
166
166
|
decorator: string;
|
|
167
167
|
};
|
|
168
168
|
ToggleButton: {
|
|
169
|
-
component:
|
|
169
|
+
component: react760.FC<_pixpilot_shadcn_ui197.ToggleButtonProps>;
|
|
170
170
|
decorator: string;
|
|
171
171
|
};
|
|
172
172
|
Input: {
|
|
173
|
-
component:
|
|
173
|
+
component: react760.FC<_pixpilot_shadcn_ui197.InputProps>;
|
|
174
174
|
decorator: string;
|
|
175
175
|
};
|
|
176
176
|
NumberInput: {
|
|
177
|
-
component:
|
|
177
|
+
component: react760.FC<_pixpilot_shadcn_ui197.InputProps>;
|
|
178
178
|
decorator: string;
|
|
179
179
|
};
|
|
180
180
|
ObjectContainer: {
|
|
181
|
-
component:
|
|
181
|
+
component: react760.FC<ObjectContainerProps>;
|
|
182
182
|
decorator: string;
|
|
183
183
|
};
|
|
184
184
|
Radio: {
|
|
185
|
-
component:
|
|
185
|
+
component: react760.FC<RadioProps>;
|
|
186
186
|
decorator: string;
|
|
187
187
|
};
|
|
188
188
|
Row: {
|
|
189
189
|
component: typeof Row;
|
|
190
190
|
};
|
|
191
191
|
Select: {
|
|
192
|
-
component:
|
|
192
|
+
component: react760.FC<SelectProps$1>;
|
|
193
193
|
decorator: string;
|
|
194
194
|
};
|
|
195
195
|
Separator: {
|
|
196
|
-
component:
|
|
196
|
+
component: react760.FC<_radix_ui_react_separator21.SeparatorProps & react760.RefAttributes<HTMLDivElement>>;
|
|
197
197
|
};
|
|
198
198
|
Switch: {
|
|
199
|
-
component:
|
|
199
|
+
component: react760.FC<_radix_ui_react_switch21.SwitchProps & react760.RefAttributes<HTMLButtonElement>>;
|
|
200
200
|
decorator: string;
|
|
201
201
|
};
|
|
202
202
|
Textarea: {
|
|
203
|
-
component:
|
|
203
|
+
component: react760.FC<react760.ClassAttributes<HTMLTextAreaElement> & react760.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
204
204
|
decorator: string;
|
|
205
205
|
};
|
|
206
206
|
};
|
|
@@ -209,582 +209,582 @@ declare const extendedComponentRegistry: {
|
|
|
209
209
|
* Use this to render forms from JSON Schema
|
|
210
210
|
*/
|
|
211
211
|
declare const extendedComponents: {
|
|
212
|
-
AvatarUpload:
|
|
213
|
-
FileUploadInline:
|
|
214
|
-
IconPicker:
|
|
215
|
-
FileUpload:
|
|
216
|
-
RichTextEditor:
|
|
217
|
-
ColorPicker:
|
|
218
|
-
Combobox:
|
|
219
|
-
ColorSelect:
|
|
220
|
-
Rating:
|
|
221
|
-
Slider:
|
|
222
|
-
SliderInput:
|
|
223
|
-
SliderSelect:
|
|
224
|
-
TagsInput: typeof
|
|
225
|
-
TagsInputInLine:
|
|
212
|
+
AvatarUpload: react760.FC<_pixpilot_shadcn_ui197.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui197.FileMetadata | null>>;
|
|
213
|
+
FileUploadInline: react760.FC<FileUploadInlineProps$1>;
|
|
214
|
+
IconPicker: react760.FC<IconPickerProps$1>;
|
|
215
|
+
FileUpload: react760.FC<FileUploadProps$1>;
|
|
216
|
+
RichTextEditor: react760.FC<_pixpilot_shadcn_ui197.RichTextEditorProps>;
|
|
217
|
+
ColorPicker: react760.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui197.ColorPickerProps>, "ref"> & react760.RefAttributes<unknown>>;
|
|
218
|
+
Combobox: react760.FC<_pixpilot_shadcn_ui197.ComboboxProps>;
|
|
219
|
+
ColorSelect: react760.FC<_pixpilot_shadcn_ui197.ColorSelectProps>;
|
|
220
|
+
Rating: react760.FC<_pixpilot_shadcn_ui197.RatingProps>;
|
|
221
|
+
Slider: react760.FC<_pixpilot_shadcn_ui197.SliderProps>;
|
|
222
|
+
SliderInput: react760.FC<_pixpilot_shadcn_ui197.SliderInputProps>;
|
|
223
|
+
SliderSelect: react760.FC<_pixpilot_shadcn_ui197.SliderSelectProps>;
|
|
224
|
+
TagsInput: typeof _pixpilot_shadcn_ui197.TagsInput;
|
|
225
|
+
TagsInputInLine: react760.FC<_pixpilot_shadcn_ui197.TagsInputProps>;
|
|
226
226
|
ArrayCards: ComposedArrayProps;
|
|
227
|
-
ArrayCollapse:
|
|
227
|
+
ArrayCollapse: react760.FC<ArrayComponentProps & {
|
|
228
228
|
defaultActiveKey?: Array<string | number>;
|
|
229
229
|
mode?: "accordion" | "multiple";
|
|
230
230
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
231
231
|
}>;
|
|
232
|
-
ArrayDialog:
|
|
232
|
+
ArrayDialog: react760.FC<ArrayComponentProps & {
|
|
233
233
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
234
234
|
}>;
|
|
235
235
|
ArrayInline: ComposedArrayProps;
|
|
236
|
-
ArrayPopover:
|
|
236
|
+
ArrayPopover: react760.FC<ArrayComponentProps & {
|
|
237
237
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
238
238
|
}>;
|
|
239
|
-
ArrayTags:
|
|
240
|
-
ArrayToggleGroup:
|
|
241
|
-
ToggleGroup:
|
|
242
|
-
Checkbox:
|
|
239
|
+
ArrayTags: react760.MemoExoticComponent<_formily_react69.ReactFC<ArrayTagsProps>>;
|
|
240
|
+
ArrayToggleGroup: react760.MemoExoticComponent<_formily_react69.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
241
|
+
ToggleGroup: react760.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react760.RefAttributes<unknown>>;
|
|
242
|
+
Checkbox: react760.FC<_radix_ui_react_checkbox21.CheckboxProps & react760.RefAttributes<HTMLButtonElement>>;
|
|
243
243
|
Column: typeof Column;
|
|
244
|
-
DatePicker:
|
|
244
|
+
DatePicker: react760.ForwardRefExoticComponent<Partial<{
|
|
245
245
|
value?: Date;
|
|
246
246
|
onChange?: (date: Date | undefined) => void;
|
|
247
247
|
placeholder?: string;
|
|
248
|
-
} & Omit<
|
|
248
|
+
} & Omit<_pixpilot_shadcn_ui197.DatePickerProps, "onSelect" | "selected" | "mode">> & react760.RefAttributes<unknown>>;
|
|
249
249
|
FormGrid: typeof FormGrid;
|
|
250
|
-
FormItem:
|
|
251
|
-
children?:
|
|
252
|
-
}>, "ref"> &
|
|
253
|
-
Hidden:
|
|
254
|
-
IconToggle:
|
|
255
|
-
ToggleButton:
|
|
256
|
-
Input:
|
|
257
|
-
NumberInput:
|
|
258
|
-
ObjectContainer:
|
|
259
|
-
Radio:
|
|
250
|
+
FormItem: react760.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
251
|
+
children?: react760.ReactNode | undefined;
|
|
252
|
+
}>, "ref"> & react760.RefAttributes<unknown>>;
|
|
253
|
+
Hidden: react760.ForwardRefExoticComponent<Partial<HiddenProps> & react760.RefAttributes<unknown>>;
|
|
254
|
+
IconToggle: react760.FC<_pixpilot_shadcn_ui197.IconToggleProps>;
|
|
255
|
+
ToggleButton: react760.FC<_pixpilot_shadcn_ui197.ToggleButtonProps>;
|
|
256
|
+
Input: react760.FC<_pixpilot_shadcn_ui197.InputProps>;
|
|
257
|
+
NumberInput: react760.FC<_pixpilot_shadcn_ui197.InputProps>;
|
|
258
|
+
ObjectContainer: react760.FC<ObjectContainerProps>;
|
|
259
|
+
Radio: react760.FC<RadioProps>;
|
|
260
260
|
Row: typeof Row;
|
|
261
|
-
Select:
|
|
262
|
-
Separator:
|
|
263
|
-
Switch:
|
|
264
|
-
Textarea:
|
|
261
|
+
Select: react760.FC<SelectProps$1>;
|
|
262
|
+
Separator: react760.FC<_radix_ui_react_separator21.SeparatorProps & react760.RefAttributes<HTMLDivElement>>;
|
|
263
|
+
Switch: react760.FC<_radix_ui_react_switch21.SwitchProps & react760.RefAttributes<HTMLButtonElement>>;
|
|
264
|
+
Textarea: react760.FC<react760.ClassAttributes<HTMLTextAreaElement> & react760.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
265
265
|
};
|
|
266
266
|
declare const SchemaFieldExtended: {
|
|
267
|
-
<Decorator extends
|
|
267
|
+
<Decorator extends _formily_react69.JSXComponent, Component extends _formily_react69.JSXComponent>(props: _formily_react69.ISchemaFieldProps<Decorator, Component, _formily_core1.ObjectField<Decorator, Component>>): JSX.Element;
|
|
268
268
|
displayName: string;
|
|
269
269
|
Markup: {
|
|
270
|
-
<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" | "
|
|
271
|
-
AvatarUpload:
|
|
272
|
-
FileUploadInline:
|
|
273
|
-
IconPicker:
|
|
274
|
-
FileUpload:
|
|
275
|
-
RichTextEditor:
|
|
276
|
-
ColorPicker:
|
|
277
|
-
Combobox:
|
|
278
|
-
ColorSelect:
|
|
279
|
-
Rating:
|
|
280
|
-
Slider:
|
|
281
|
-
SliderInput:
|
|
282
|
-
SliderSelect:
|
|
283
|
-
TagsInput: typeof
|
|
284
|
-
TagsInputInLine:
|
|
270
|
+
<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" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor", 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" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor">(props: _formily_react69.ISchemaMarkupFieldProps<{
|
|
271
|
+
AvatarUpload: react760.FC<_pixpilot_shadcn_ui197.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui197.FileMetadata | null>>;
|
|
272
|
+
FileUploadInline: react760.FC<FileUploadInlineProps$1>;
|
|
273
|
+
IconPicker: react760.FC<IconPickerProps$1>;
|
|
274
|
+
FileUpload: react760.FC<FileUploadProps$1>;
|
|
275
|
+
RichTextEditor: react760.FC<_pixpilot_shadcn_ui197.RichTextEditorProps>;
|
|
276
|
+
ColorPicker: react760.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui197.ColorPickerProps>, "ref"> & react760.RefAttributes<unknown>>;
|
|
277
|
+
Combobox: react760.FC<_pixpilot_shadcn_ui197.ComboboxProps>;
|
|
278
|
+
ColorSelect: react760.FC<_pixpilot_shadcn_ui197.ColorSelectProps>;
|
|
279
|
+
Rating: react760.FC<_pixpilot_shadcn_ui197.RatingProps>;
|
|
280
|
+
Slider: react760.FC<_pixpilot_shadcn_ui197.SliderProps>;
|
|
281
|
+
SliderInput: react760.FC<_pixpilot_shadcn_ui197.SliderInputProps>;
|
|
282
|
+
SliderSelect: react760.FC<_pixpilot_shadcn_ui197.SliderSelectProps>;
|
|
283
|
+
TagsInput: typeof _pixpilot_shadcn_ui197.TagsInput;
|
|
284
|
+
TagsInputInLine: react760.FC<_pixpilot_shadcn_ui197.TagsInputProps>;
|
|
285
285
|
ArrayCards: ComposedArrayProps;
|
|
286
|
-
ArrayCollapse:
|
|
286
|
+
ArrayCollapse: react760.FC<ArrayComponentProps & {
|
|
287
287
|
defaultActiveKey?: Array<string | number>;
|
|
288
288
|
mode?: "accordion" | "multiple";
|
|
289
289
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
290
290
|
}>;
|
|
291
|
-
ArrayDialog:
|
|
291
|
+
ArrayDialog: react760.FC<ArrayComponentProps & {
|
|
292
292
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
293
293
|
}>;
|
|
294
294
|
ArrayInline: ComposedArrayProps;
|
|
295
|
-
ArrayPopover:
|
|
295
|
+
ArrayPopover: react760.FC<ArrayComponentProps & {
|
|
296
296
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
297
297
|
}>;
|
|
298
|
-
ArrayTags:
|
|
299
|
-
ArrayToggleGroup:
|
|
300
|
-
ToggleGroup:
|
|
301
|
-
Checkbox:
|
|
298
|
+
ArrayTags: react760.MemoExoticComponent<_formily_react69.ReactFC<ArrayTagsProps>>;
|
|
299
|
+
ArrayToggleGroup: react760.MemoExoticComponent<_formily_react69.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
300
|
+
ToggleGroup: react760.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react760.RefAttributes<unknown>>;
|
|
301
|
+
Checkbox: react760.FC<_radix_ui_react_checkbox21.CheckboxProps & react760.RefAttributes<HTMLButtonElement>>;
|
|
302
302
|
Column: typeof Column;
|
|
303
|
-
DatePicker:
|
|
303
|
+
DatePicker: react760.ForwardRefExoticComponent<Partial<{
|
|
304
304
|
value?: Date;
|
|
305
305
|
onChange?: (date: Date | undefined) => void;
|
|
306
306
|
placeholder?: string;
|
|
307
|
-
} & Omit<
|
|
307
|
+
} & Omit<_pixpilot_shadcn_ui197.DatePickerProps, "onSelect" | "selected" | "mode">> & react760.RefAttributes<unknown>>;
|
|
308
308
|
FormGrid: typeof FormGrid;
|
|
309
|
-
FormItem:
|
|
310
|
-
children?:
|
|
311
|
-
}>, "ref"> &
|
|
312
|
-
Hidden:
|
|
313
|
-
IconToggle:
|
|
314
|
-
ToggleButton:
|
|
315
|
-
Input:
|
|
316
|
-
NumberInput:
|
|
317
|
-
ObjectContainer:
|
|
318
|
-
Radio:
|
|
309
|
+
FormItem: react760.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
310
|
+
children?: react760.ReactNode | undefined;
|
|
311
|
+
}>, "ref"> & react760.RefAttributes<unknown>>;
|
|
312
|
+
Hidden: react760.ForwardRefExoticComponent<Partial<HiddenProps> & react760.RefAttributes<unknown>>;
|
|
313
|
+
IconToggle: react760.FC<_pixpilot_shadcn_ui197.IconToggleProps>;
|
|
314
|
+
ToggleButton: react760.FC<_pixpilot_shadcn_ui197.ToggleButtonProps>;
|
|
315
|
+
Input: react760.FC<_pixpilot_shadcn_ui197.InputProps>;
|
|
316
|
+
NumberInput: react760.FC<_pixpilot_shadcn_ui197.InputProps>;
|
|
317
|
+
ObjectContainer: react760.FC<ObjectContainerProps>;
|
|
318
|
+
Radio: react760.FC<RadioProps>;
|
|
319
319
|
Row: typeof Row;
|
|
320
|
-
Select:
|
|
321
|
-
Separator:
|
|
322
|
-
Switch:
|
|
323
|
-
Textarea:
|
|
320
|
+
Select: react760.FC<SelectProps$1>;
|
|
321
|
+
Separator: react760.FC<_radix_ui_react_separator21.SeparatorProps & react760.RefAttributes<HTMLDivElement>>;
|
|
322
|
+
Switch: react760.FC<_radix_ui_react_switch21.SwitchProps & react760.RefAttributes<HTMLButtonElement>>;
|
|
323
|
+
Textarea: react760.FC<react760.ClassAttributes<HTMLTextAreaElement> & react760.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
324
324
|
}, Component_1, Decorator_1>): JSX.Element;
|
|
325
325
|
displayName: string;
|
|
326
326
|
};
|
|
327
327
|
String: {
|
|
328
|
-
<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" | "
|
|
329
|
-
AvatarUpload:
|
|
330
|
-
FileUploadInline:
|
|
331
|
-
IconPicker:
|
|
332
|
-
FileUpload:
|
|
333
|
-
RichTextEditor:
|
|
334
|
-
ColorPicker:
|
|
335
|
-
Combobox:
|
|
336
|
-
ColorSelect:
|
|
337
|
-
Rating:
|
|
338
|
-
Slider:
|
|
339
|
-
SliderInput:
|
|
340
|
-
SliderSelect:
|
|
341
|
-
TagsInput: typeof
|
|
342
|
-
TagsInputInLine:
|
|
328
|
+
<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" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor", 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" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor">(props: _formily_react69.ISchemaTypeFieldProps<{
|
|
329
|
+
AvatarUpload: react760.FC<_pixpilot_shadcn_ui197.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui197.FileMetadata | null>>;
|
|
330
|
+
FileUploadInline: react760.FC<FileUploadInlineProps$1>;
|
|
331
|
+
IconPicker: react760.FC<IconPickerProps$1>;
|
|
332
|
+
FileUpload: react760.FC<FileUploadProps$1>;
|
|
333
|
+
RichTextEditor: react760.FC<_pixpilot_shadcn_ui197.RichTextEditorProps>;
|
|
334
|
+
ColorPicker: react760.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui197.ColorPickerProps>, "ref"> & react760.RefAttributes<unknown>>;
|
|
335
|
+
Combobox: react760.FC<_pixpilot_shadcn_ui197.ComboboxProps>;
|
|
336
|
+
ColorSelect: react760.FC<_pixpilot_shadcn_ui197.ColorSelectProps>;
|
|
337
|
+
Rating: react760.FC<_pixpilot_shadcn_ui197.RatingProps>;
|
|
338
|
+
Slider: react760.FC<_pixpilot_shadcn_ui197.SliderProps>;
|
|
339
|
+
SliderInput: react760.FC<_pixpilot_shadcn_ui197.SliderInputProps>;
|
|
340
|
+
SliderSelect: react760.FC<_pixpilot_shadcn_ui197.SliderSelectProps>;
|
|
341
|
+
TagsInput: typeof _pixpilot_shadcn_ui197.TagsInput;
|
|
342
|
+
TagsInputInLine: react760.FC<_pixpilot_shadcn_ui197.TagsInputProps>;
|
|
343
343
|
ArrayCards: ComposedArrayProps;
|
|
344
|
-
ArrayCollapse:
|
|
344
|
+
ArrayCollapse: react760.FC<ArrayComponentProps & {
|
|
345
345
|
defaultActiveKey?: Array<string | number>;
|
|
346
346
|
mode?: "accordion" | "multiple";
|
|
347
347
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
348
348
|
}>;
|
|
349
|
-
ArrayDialog:
|
|
349
|
+
ArrayDialog: react760.FC<ArrayComponentProps & {
|
|
350
350
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
351
351
|
}>;
|
|
352
352
|
ArrayInline: ComposedArrayProps;
|
|
353
|
-
ArrayPopover:
|
|
353
|
+
ArrayPopover: react760.FC<ArrayComponentProps & {
|
|
354
354
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
355
355
|
}>;
|
|
356
|
-
ArrayTags:
|
|
357
|
-
ArrayToggleGroup:
|
|
358
|
-
ToggleGroup:
|
|
359
|
-
Checkbox:
|
|
356
|
+
ArrayTags: react760.MemoExoticComponent<_formily_react69.ReactFC<ArrayTagsProps>>;
|
|
357
|
+
ArrayToggleGroup: react760.MemoExoticComponent<_formily_react69.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
358
|
+
ToggleGroup: react760.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react760.RefAttributes<unknown>>;
|
|
359
|
+
Checkbox: react760.FC<_radix_ui_react_checkbox21.CheckboxProps & react760.RefAttributes<HTMLButtonElement>>;
|
|
360
360
|
Column: typeof Column;
|
|
361
|
-
DatePicker:
|
|
361
|
+
DatePicker: react760.ForwardRefExoticComponent<Partial<{
|
|
362
362
|
value?: Date;
|
|
363
363
|
onChange?: (date: Date | undefined) => void;
|
|
364
364
|
placeholder?: string;
|
|
365
|
-
} & Omit<
|
|
365
|
+
} & Omit<_pixpilot_shadcn_ui197.DatePickerProps, "onSelect" | "selected" | "mode">> & react760.RefAttributes<unknown>>;
|
|
366
366
|
FormGrid: typeof FormGrid;
|
|
367
|
-
FormItem:
|
|
368
|
-
children?:
|
|
369
|
-
}>, "ref"> &
|
|
370
|
-
Hidden:
|
|
371
|
-
IconToggle:
|
|
372
|
-
ToggleButton:
|
|
373
|
-
Input:
|
|
374
|
-
NumberInput:
|
|
375
|
-
ObjectContainer:
|
|
376
|
-
Radio:
|
|
367
|
+
FormItem: react760.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
368
|
+
children?: react760.ReactNode | undefined;
|
|
369
|
+
}>, "ref"> & react760.RefAttributes<unknown>>;
|
|
370
|
+
Hidden: react760.ForwardRefExoticComponent<Partial<HiddenProps> & react760.RefAttributes<unknown>>;
|
|
371
|
+
IconToggle: react760.FC<_pixpilot_shadcn_ui197.IconToggleProps>;
|
|
372
|
+
ToggleButton: react760.FC<_pixpilot_shadcn_ui197.ToggleButtonProps>;
|
|
373
|
+
Input: react760.FC<_pixpilot_shadcn_ui197.InputProps>;
|
|
374
|
+
NumberInput: react760.FC<_pixpilot_shadcn_ui197.InputProps>;
|
|
375
|
+
ObjectContainer: react760.FC<ObjectContainerProps>;
|
|
376
|
+
Radio: react760.FC<RadioProps>;
|
|
377
377
|
Row: typeof Row;
|
|
378
|
-
Select:
|
|
379
|
-
Separator:
|
|
380
|
-
Switch:
|
|
381
|
-
Textarea:
|
|
378
|
+
Select: react760.FC<SelectProps$1>;
|
|
379
|
+
Separator: react760.FC<_radix_ui_react_separator21.SeparatorProps & react760.RefAttributes<HTMLDivElement>>;
|
|
380
|
+
Switch: react760.FC<_radix_ui_react_switch21.SwitchProps & react760.RefAttributes<HTMLButtonElement>>;
|
|
381
|
+
Textarea: react760.FC<react760.ClassAttributes<HTMLTextAreaElement> & react760.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
382
382
|
}, Component_2, Decorator_2>): JSX.Element;
|
|
383
383
|
displayName: string;
|
|
384
384
|
};
|
|
385
385
|
Object: {
|
|
386
|
-
<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" | "
|
|
387
|
-
AvatarUpload:
|
|
388
|
-
FileUploadInline:
|
|
389
|
-
IconPicker:
|
|
390
|
-
FileUpload:
|
|
391
|
-
RichTextEditor:
|
|
392
|
-
ColorPicker:
|
|
393
|
-
Combobox:
|
|
394
|
-
ColorSelect:
|
|
395
|
-
Rating:
|
|
396
|
-
Slider:
|
|
397
|
-
SliderInput:
|
|
398
|
-
SliderSelect:
|
|
399
|
-
TagsInput: typeof
|
|
400
|
-
TagsInputInLine:
|
|
386
|
+
<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" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor", 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" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor">(props: _formily_react69.ISchemaTypeFieldProps<{
|
|
387
|
+
AvatarUpload: react760.FC<_pixpilot_shadcn_ui197.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui197.FileMetadata | null>>;
|
|
388
|
+
FileUploadInline: react760.FC<FileUploadInlineProps$1>;
|
|
389
|
+
IconPicker: react760.FC<IconPickerProps$1>;
|
|
390
|
+
FileUpload: react760.FC<FileUploadProps$1>;
|
|
391
|
+
RichTextEditor: react760.FC<_pixpilot_shadcn_ui197.RichTextEditorProps>;
|
|
392
|
+
ColorPicker: react760.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui197.ColorPickerProps>, "ref"> & react760.RefAttributes<unknown>>;
|
|
393
|
+
Combobox: react760.FC<_pixpilot_shadcn_ui197.ComboboxProps>;
|
|
394
|
+
ColorSelect: react760.FC<_pixpilot_shadcn_ui197.ColorSelectProps>;
|
|
395
|
+
Rating: react760.FC<_pixpilot_shadcn_ui197.RatingProps>;
|
|
396
|
+
Slider: react760.FC<_pixpilot_shadcn_ui197.SliderProps>;
|
|
397
|
+
SliderInput: react760.FC<_pixpilot_shadcn_ui197.SliderInputProps>;
|
|
398
|
+
SliderSelect: react760.FC<_pixpilot_shadcn_ui197.SliderSelectProps>;
|
|
399
|
+
TagsInput: typeof _pixpilot_shadcn_ui197.TagsInput;
|
|
400
|
+
TagsInputInLine: react760.FC<_pixpilot_shadcn_ui197.TagsInputProps>;
|
|
401
401
|
ArrayCards: ComposedArrayProps;
|
|
402
|
-
ArrayCollapse:
|
|
402
|
+
ArrayCollapse: react760.FC<ArrayComponentProps & {
|
|
403
403
|
defaultActiveKey?: Array<string | number>;
|
|
404
404
|
mode?: "accordion" | "multiple";
|
|
405
405
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
406
406
|
}>;
|
|
407
|
-
ArrayDialog:
|
|
407
|
+
ArrayDialog: react760.FC<ArrayComponentProps & {
|
|
408
408
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
409
409
|
}>;
|
|
410
410
|
ArrayInline: ComposedArrayProps;
|
|
411
|
-
ArrayPopover:
|
|
411
|
+
ArrayPopover: react760.FC<ArrayComponentProps & {
|
|
412
412
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
413
413
|
}>;
|
|
414
|
-
ArrayTags:
|
|
415
|
-
ArrayToggleGroup:
|
|
416
|
-
ToggleGroup:
|
|
417
|
-
Checkbox:
|
|
414
|
+
ArrayTags: react760.MemoExoticComponent<_formily_react69.ReactFC<ArrayTagsProps>>;
|
|
415
|
+
ArrayToggleGroup: react760.MemoExoticComponent<_formily_react69.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
416
|
+
ToggleGroup: react760.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react760.RefAttributes<unknown>>;
|
|
417
|
+
Checkbox: react760.FC<_radix_ui_react_checkbox21.CheckboxProps & react760.RefAttributes<HTMLButtonElement>>;
|
|
418
418
|
Column: typeof Column;
|
|
419
|
-
DatePicker:
|
|
419
|
+
DatePicker: react760.ForwardRefExoticComponent<Partial<{
|
|
420
420
|
value?: Date;
|
|
421
421
|
onChange?: (date: Date | undefined) => void;
|
|
422
422
|
placeholder?: string;
|
|
423
|
-
} & Omit<
|
|
423
|
+
} & Omit<_pixpilot_shadcn_ui197.DatePickerProps, "onSelect" | "selected" | "mode">> & react760.RefAttributes<unknown>>;
|
|
424
424
|
FormGrid: typeof FormGrid;
|
|
425
|
-
FormItem:
|
|
426
|
-
children?:
|
|
427
|
-
}>, "ref"> &
|
|
428
|
-
Hidden:
|
|
429
|
-
IconToggle:
|
|
430
|
-
ToggleButton:
|
|
431
|
-
Input:
|
|
432
|
-
NumberInput:
|
|
433
|
-
ObjectContainer:
|
|
434
|
-
Radio:
|
|
425
|
+
FormItem: react760.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
426
|
+
children?: react760.ReactNode | undefined;
|
|
427
|
+
}>, "ref"> & react760.RefAttributes<unknown>>;
|
|
428
|
+
Hidden: react760.ForwardRefExoticComponent<Partial<HiddenProps> & react760.RefAttributes<unknown>>;
|
|
429
|
+
IconToggle: react760.FC<_pixpilot_shadcn_ui197.IconToggleProps>;
|
|
430
|
+
ToggleButton: react760.FC<_pixpilot_shadcn_ui197.ToggleButtonProps>;
|
|
431
|
+
Input: react760.FC<_pixpilot_shadcn_ui197.InputProps>;
|
|
432
|
+
NumberInput: react760.FC<_pixpilot_shadcn_ui197.InputProps>;
|
|
433
|
+
ObjectContainer: react760.FC<ObjectContainerProps>;
|
|
434
|
+
Radio: react760.FC<RadioProps>;
|
|
435
435
|
Row: typeof Row;
|
|
436
|
-
Select:
|
|
437
|
-
Separator:
|
|
438
|
-
Switch:
|
|
439
|
-
Textarea:
|
|
436
|
+
Select: react760.FC<SelectProps$1>;
|
|
437
|
+
Separator: react760.FC<_radix_ui_react_separator21.SeparatorProps & react760.RefAttributes<HTMLDivElement>>;
|
|
438
|
+
Switch: react760.FC<_radix_ui_react_switch21.SwitchProps & react760.RefAttributes<HTMLButtonElement>>;
|
|
439
|
+
Textarea: react760.FC<react760.ClassAttributes<HTMLTextAreaElement> & react760.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
440
440
|
}, Component_3, Decorator_3>): JSX.Element;
|
|
441
441
|
displayName: string;
|
|
442
442
|
};
|
|
443
443
|
Array: {
|
|
444
|
-
<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" | "
|
|
445
|
-
AvatarUpload:
|
|
446
|
-
FileUploadInline:
|
|
447
|
-
IconPicker:
|
|
448
|
-
FileUpload:
|
|
449
|
-
RichTextEditor:
|
|
450
|
-
ColorPicker:
|
|
451
|
-
Combobox:
|
|
452
|
-
ColorSelect:
|
|
453
|
-
Rating:
|
|
454
|
-
Slider:
|
|
455
|
-
SliderInput:
|
|
456
|
-
SliderSelect:
|
|
457
|
-
TagsInput: typeof
|
|
458
|
-
TagsInputInLine:
|
|
444
|
+
<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" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor", 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" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor">(props: _formily_react69.ISchemaTypeFieldProps<{
|
|
445
|
+
AvatarUpload: react760.FC<_pixpilot_shadcn_ui197.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui197.FileMetadata | null>>;
|
|
446
|
+
FileUploadInline: react760.FC<FileUploadInlineProps$1>;
|
|
447
|
+
IconPicker: react760.FC<IconPickerProps$1>;
|
|
448
|
+
FileUpload: react760.FC<FileUploadProps$1>;
|
|
449
|
+
RichTextEditor: react760.FC<_pixpilot_shadcn_ui197.RichTextEditorProps>;
|
|
450
|
+
ColorPicker: react760.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui197.ColorPickerProps>, "ref"> & react760.RefAttributes<unknown>>;
|
|
451
|
+
Combobox: react760.FC<_pixpilot_shadcn_ui197.ComboboxProps>;
|
|
452
|
+
ColorSelect: react760.FC<_pixpilot_shadcn_ui197.ColorSelectProps>;
|
|
453
|
+
Rating: react760.FC<_pixpilot_shadcn_ui197.RatingProps>;
|
|
454
|
+
Slider: react760.FC<_pixpilot_shadcn_ui197.SliderProps>;
|
|
455
|
+
SliderInput: react760.FC<_pixpilot_shadcn_ui197.SliderInputProps>;
|
|
456
|
+
SliderSelect: react760.FC<_pixpilot_shadcn_ui197.SliderSelectProps>;
|
|
457
|
+
TagsInput: typeof _pixpilot_shadcn_ui197.TagsInput;
|
|
458
|
+
TagsInputInLine: react760.FC<_pixpilot_shadcn_ui197.TagsInputProps>;
|
|
459
459
|
ArrayCards: ComposedArrayProps;
|
|
460
|
-
ArrayCollapse:
|
|
460
|
+
ArrayCollapse: react760.FC<ArrayComponentProps & {
|
|
461
461
|
defaultActiveKey?: Array<string | number>;
|
|
462
462
|
mode?: "accordion" | "multiple";
|
|
463
463
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
464
464
|
}>;
|
|
465
|
-
ArrayDialog:
|
|
465
|
+
ArrayDialog: react760.FC<ArrayComponentProps & {
|
|
466
466
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
467
467
|
}>;
|
|
468
468
|
ArrayInline: ComposedArrayProps;
|
|
469
|
-
ArrayPopover:
|
|
469
|
+
ArrayPopover: react760.FC<ArrayComponentProps & {
|
|
470
470
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
471
471
|
}>;
|
|
472
|
-
ArrayTags:
|
|
473
|
-
ArrayToggleGroup:
|
|
474
|
-
ToggleGroup:
|
|
475
|
-
Checkbox:
|
|
472
|
+
ArrayTags: react760.MemoExoticComponent<_formily_react69.ReactFC<ArrayTagsProps>>;
|
|
473
|
+
ArrayToggleGroup: react760.MemoExoticComponent<_formily_react69.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
474
|
+
ToggleGroup: react760.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react760.RefAttributes<unknown>>;
|
|
475
|
+
Checkbox: react760.FC<_radix_ui_react_checkbox21.CheckboxProps & react760.RefAttributes<HTMLButtonElement>>;
|
|
476
476
|
Column: typeof Column;
|
|
477
|
-
DatePicker:
|
|
477
|
+
DatePicker: react760.ForwardRefExoticComponent<Partial<{
|
|
478
478
|
value?: Date;
|
|
479
479
|
onChange?: (date: Date | undefined) => void;
|
|
480
480
|
placeholder?: string;
|
|
481
|
-
} & Omit<
|
|
481
|
+
} & Omit<_pixpilot_shadcn_ui197.DatePickerProps, "onSelect" | "selected" | "mode">> & react760.RefAttributes<unknown>>;
|
|
482
482
|
FormGrid: typeof FormGrid;
|
|
483
|
-
FormItem:
|
|
484
|
-
children?:
|
|
485
|
-
}>, "ref"> &
|
|
486
|
-
Hidden:
|
|
487
|
-
IconToggle:
|
|
488
|
-
ToggleButton:
|
|
489
|
-
Input:
|
|
490
|
-
NumberInput:
|
|
491
|
-
ObjectContainer:
|
|
492
|
-
Radio:
|
|
483
|
+
FormItem: react760.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
484
|
+
children?: react760.ReactNode | undefined;
|
|
485
|
+
}>, "ref"> & react760.RefAttributes<unknown>>;
|
|
486
|
+
Hidden: react760.ForwardRefExoticComponent<Partial<HiddenProps> & react760.RefAttributes<unknown>>;
|
|
487
|
+
IconToggle: react760.FC<_pixpilot_shadcn_ui197.IconToggleProps>;
|
|
488
|
+
ToggleButton: react760.FC<_pixpilot_shadcn_ui197.ToggleButtonProps>;
|
|
489
|
+
Input: react760.FC<_pixpilot_shadcn_ui197.InputProps>;
|
|
490
|
+
NumberInput: react760.FC<_pixpilot_shadcn_ui197.InputProps>;
|
|
491
|
+
ObjectContainer: react760.FC<ObjectContainerProps>;
|
|
492
|
+
Radio: react760.FC<RadioProps>;
|
|
493
493
|
Row: typeof Row;
|
|
494
|
-
Select:
|
|
495
|
-
Separator:
|
|
496
|
-
Switch:
|
|
497
|
-
Textarea:
|
|
494
|
+
Select: react760.FC<SelectProps$1>;
|
|
495
|
+
Separator: react760.FC<_radix_ui_react_separator21.SeparatorProps & react760.RefAttributes<HTMLDivElement>>;
|
|
496
|
+
Switch: react760.FC<_radix_ui_react_switch21.SwitchProps & react760.RefAttributes<HTMLButtonElement>>;
|
|
497
|
+
Textarea: react760.FC<react760.ClassAttributes<HTMLTextAreaElement> & react760.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
498
498
|
}, Component_4, Decorator_4>): JSX.Element;
|
|
499
499
|
displayName: string;
|
|
500
500
|
};
|
|
501
501
|
Boolean: {
|
|
502
|
-
<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" | "
|
|
503
|
-
AvatarUpload:
|
|
504
|
-
FileUploadInline:
|
|
505
|
-
IconPicker:
|
|
506
|
-
FileUpload:
|
|
507
|
-
RichTextEditor:
|
|
508
|
-
ColorPicker:
|
|
509
|
-
Combobox:
|
|
510
|
-
ColorSelect:
|
|
511
|
-
Rating:
|
|
512
|
-
Slider:
|
|
513
|
-
SliderInput:
|
|
514
|
-
SliderSelect:
|
|
515
|
-
TagsInput: typeof
|
|
516
|
-
TagsInputInLine:
|
|
502
|
+
<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" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor", 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" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor">(props: _formily_react69.ISchemaTypeFieldProps<{
|
|
503
|
+
AvatarUpload: react760.FC<_pixpilot_shadcn_ui197.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui197.FileMetadata | null>>;
|
|
504
|
+
FileUploadInline: react760.FC<FileUploadInlineProps$1>;
|
|
505
|
+
IconPicker: react760.FC<IconPickerProps$1>;
|
|
506
|
+
FileUpload: react760.FC<FileUploadProps$1>;
|
|
507
|
+
RichTextEditor: react760.FC<_pixpilot_shadcn_ui197.RichTextEditorProps>;
|
|
508
|
+
ColorPicker: react760.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui197.ColorPickerProps>, "ref"> & react760.RefAttributes<unknown>>;
|
|
509
|
+
Combobox: react760.FC<_pixpilot_shadcn_ui197.ComboboxProps>;
|
|
510
|
+
ColorSelect: react760.FC<_pixpilot_shadcn_ui197.ColorSelectProps>;
|
|
511
|
+
Rating: react760.FC<_pixpilot_shadcn_ui197.RatingProps>;
|
|
512
|
+
Slider: react760.FC<_pixpilot_shadcn_ui197.SliderProps>;
|
|
513
|
+
SliderInput: react760.FC<_pixpilot_shadcn_ui197.SliderInputProps>;
|
|
514
|
+
SliderSelect: react760.FC<_pixpilot_shadcn_ui197.SliderSelectProps>;
|
|
515
|
+
TagsInput: typeof _pixpilot_shadcn_ui197.TagsInput;
|
|
516
|
+
TagsInputInLine: react760.FC<_pixpilot_shadcn_ui197.TagsInputProps>;
|
|
517
517
|
ArrayCards: ComposedArrayProps;
|
|
518
|
-
ArrayCollapse:
|
|
518
|
+
ArrayCollapse: react760.FC<ArrayComponentProps & {
|
|
519
519
|
defaultActiveKey?: Array<string | number>;
|
|
520
520
|
mode?: "accordion" | "multiple";
|
|
521
521
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
522
522
|
}>;
|
|
523
|
-
ArrayDialog:
|
|
523
|
+
ArrayDialog: react760.FC<ArrayComponentProps & {
|
|
524
524
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
525
525
|
}>;
|
|
526
526
|
ArrayInline: ComposedArrayProps;
|
|
527
|
-
ArrayPopover:
|
|
527
|
+
ArrayPopover: react760.FC<ArrayComponentProps & {
|
|
528
528
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
529
529
|
}>;
|
|
530
|
-
ArrayTags:
|
|
531
|
-
ArrayToggleGroup:
|
|
532
|
-
ToggleGroup:
|
|
533
|
-
Checkbox:
|
|
530
|
+
ArrayTags: react760.MemoExoticComponent<_formily_react69.ReactFC<ArrayTagsProps>>;
|
|
531
|
+
ArrayToggleGroup: react760.MemoExoticComponent<_formily_react69.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
532
|
+
ToggleGroup: react760.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react760.RefAttributes<unknown>>;
|
|
533
|
+
Checkbox: react760.FC<_radix_ui_react_checkbox21.CheckboxProps & react760.RefAttributes<HTMLButtonElement>>;
|
|
534
534
|
Column: typeof Column;
|
|
535
|
-
DatePicker:
|
|
535
|
+
DatePicker: react760.ForwardRefExoticComponent<Partial<{
|
|
536
536
|
value?: Date;
|
|
537
537
|
onChange?: (date: Date | undefined) => void;
|
|
538
538
|
placeholder?: string;
|
|
539
|
-
} & Omit<
|
|
539
|
+
} & Omit<_pixpilot_shadcn_ui197.DatePickerProps, "onSelect" | "selected" | "mode">> & react760.RefAttributes<unknown>>;
|
|
540
540
|
FormGrid: typeof FormGrid;
|
|
541
|
-
FormItem:
|
|
542
|
-
children?:
|
|
543
|
-
}>, "ref"> &
|
|
544
|
-
Hidden:
|
|
545
|
-
IconToggle:
|
|
546
|
-
ToggleButton:
|
|
547
|
-
Input:
|
|
548
|
-
NumberInput:
|
|
549
|
-
ObjectContainer:
|
|
550
|
-
Radio:
|
|
541
|
+
FormItem: react760.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
542
|
+
children?: react760.ReactNode | undefined;
|
|
543
|
+
}>, "ref"> & react760.RefAttributes<unknown>>;
|
|
544
|
+
Hidden: react760.ForwardRefExoticComponent<Partial<HiddenProps> & react760.RefAttributes<unknown>>;
|
|
545
|
+
IconToggle: react760.FC<_pixpilot_shadcn_ui197.IconToggleProps>;
|
|
546
|
+
ToggleButton: react760.FC<_pixpilot_shadcn_ui197.ToggleButtonProps>;
|
|
547
|
+
Input: react760.FC<_pixpilot_shadcn_ui197.InputProps>;
|
|
548
|
+
NumberInput: react760.FC<_pixpilot_shadcn_ui197.InputProps>;
|
|
549
|
+
ObjectContainer: react760.FC<ObjectContainerProps>;
|
|
550
|
+
Radio: react760.FC<RadioProps>;
|
|
551
551
|
Row: typeof Row;
|
|
552
|
-
Select:
|
|
553
|
-
Separator:
|
|
554
|
-
Switch:
|
|
555
|
-
Textarea:
|
|
552
|
+
Select: react760.FC<SelectProps$1>;
|
|
553
|
+
Separator: react760.FC<_radix_ui_react_separator21.SeparatorProps & react760.RefAttributes<HTMLDivElement>>;
|
|
554
|
+
Switch: react760.FC<_radix_ui_react_switch21.SwitchProps & react760.RefAttributes<HTMLButtonElement>>;
|
|
555
|
+
Textarea: react760.FC<react760.ClassAttributes<HTMLTextAreaElement> & react760.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
556
556
|
}, Component_5, Decorator_5>): JSX.Element;
|
|
557
557
|
displayName: string;
|
|
558
558
|
};
|
|
559
559
|
Date: {
|
|
560
|
-
<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" | "
|
|
561
|
-
AvatarUpload:
|
|
562
|
-
FileUploadInline:
|
|
563
|
-
IconPicker:
|
|
564
|
-
FileUpload:
|
|
565
|
-
RichTextEditor:
|
|
566
|
-
ColorPicker:
|
|
567
|
-
Combobox:
|
|
568
|
-
ColorSelect:
|
|
569
|
-
Rating:
|
|
570
|
-
Slider:
|
|
571
|
-
SliderInput:
|
|
572
|
-
SliderSelect:
|
|
573
|
-
TagsInput: typeof
|
|
574
|
-
TagsInputInLine:
|
|
560
|
+
<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" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor", 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" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor">(props: _formily_react69.ISchemaTypeFieldProps<{
|
|
561
|
+
AvatarUpload: react760.FC<_pixpilot_shadcn_ui197.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui197.FileMetadata | null>>;
|
|
562
|
+
FileUploadInline: react760.FC<FileUploadInlineProps$1>;
|
|
563
|
+
IconPicker: react760.FC<IconPickerProps$1>;
|
|
564
|
+
FileUpload: react760.FC<FileUploadProps$1>;
|
|
565
|
+
RichTextEditor: react760.FC<_pixpilot_shadcn_ui197.RichTextEditorProps>;
|
|
566
|
+
ColorPicker: react760.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui197.ColorPickerProps>, "ref"> & react760.RefAttributes<unknown>>;
|
|
567
|
+
Combobox: react760.FC<_pixpilot_shadcn_ui197.ComboboxProps>;
|
|
568
|
+
ColorSelect: react760.FC<_pixpilot_shadcn_ui197.ColorSelectProps>;
|
|
569
|
+
Rating: react760.FC<_pixpilot_shadcn_ui197.RatingProps>;
|
|
570
|
+
Slider: react760.FC<_pixpilot_shadcn_ui197.SliderProps>;
|
|
571
|
+
SliderInput: react760.FC<_pixpilot_shadcn_ui197.SliderInputProps>;
|
|
572
|
+
SliderSelect: react760.FC<_pixpilot_shadcn_ui197.SliderSelectProps>;
|
|
573
|
+
TagsInput: typeof _pixpilot_shadcn_ui197.TagsInput;
|
|
574
|
+
TagsInputInLine: react760.FC<_pixpilot_shadcn_ui197.TagsInputProps>;
|
|
575
575
|
ArrayCards: ComposedArrayProps;
|
|
576
|
-
ArrayCollapse:
|
|
576
|
+
ArrayCollapse: react760.FC<ArrayComponentProps & {
|
|
577
577
|
defaultActiveKey?: Array<string | number>;
|
|
578
578
|
mode?: "accordion" | "multiple";
|
|
579
579
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
580
580
|
}>;
|
|
581
|
-
ArrayDialog:
|
|
581
|
+
ArrayDialog: react760.FC<ArrayComponentProps & {
|
|
582
582
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
583
583
|
}>;
|
|
584
584
|
ArrayInline: ComposedArrayProps;
|
|
585
|
-
ArrayPopover:
|
|
585
|
+
ArrayPopover: react760.FC<ArrayComponentProps & {
|
|
586
586
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
587
587
|
}>;
|
|
588
|
-
ArrayTags:
|
|
589
|
-
ArrayToggleGroup:
|
|
590
|
-
ToggleGroup:
|
|
591
|
-
Checkbox:
|
|
588
|
+
ArrayTags: react760.MemoExoticComponent<_formily_react69.ReactFC<ArrayTagsProps>>;
|
|
589
|
+
ArrayToggleGroup: react760.MemoExoticComponent<_formily_react69.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
590
|
+
ToggleGroup: react760.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react760.RefAttributes<unknown>>;
|
|
591
|
+
Checkbox: react760.FC<_radix_ui_react_checkbox21.CheckboxProps & react760.RefAttributes<HTMLButtonElement>>;
|
|
592
592
|
Column: typeof Column;
|
|
593
|
-
DatePicker:
|
|
593
|
+
DatePicker: react760.ForwardRefExoticComponent<Partial<{
|
|
594
594
|
value?: Date;
|
|
595
595
|
onChange?: (date: Date | undefined) => void;
|
|
596
596
|
placeholder?: string;
|
|
597
|
-
} & Omit<
|
|
597
|
+
} & Omit<_pixpilot_shadcn_ui197.DatePickerProps, "onSelect" | "selected" | "mode">> & react760.RefAttributes<unknown>>;
|
|
598
598
|
FormGrid: typeof FormGrid;
|
|
599
|
-
FormItem:
|
|
600
|
-
children?:
|
|
601
|
-
}>, "ref"> &
|
|
602
|
-
Hidden:
|
|
603
|
-
IconToggle:
|
|
604
|
-
ToggleButton:
|
|
605
|
-
Input:
|
|
606
|
-
NumberInput:
|
|
607
|
-
ObjectContainer:
|
|
608
|
-
Radio:
|
|
599
|
+
FormItem: react760.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
600
|
+
children?: react760.ReactNode | undefined;
|
|
601
|
+
}>, "ref"> & react760.RefAttributes<unknown>>;
|
|
602
|
+
Hidden: react760.ForwardRefExoticComponent<Partial<HiddenProps> & react760.RefAttributes<unknown>>;
|
|
603
|
+
IconToggle: react760.FC<_pixpilot_shadcn_ui197.IconToggleProps>;
|
|
604
|
+
ToggleButton: react760.FC<_pixpilot_shadcn_ui197.ToggleButtonProps>;
|
|
605
|
+
Input: react760.FC<_pixpilot_shadcn_ui197.InputProps>;
|
|
606
|
+
NumberInput: react760.FC<_pixpilot_shadcn_ui197.InputProps>;
|
|
607
|
+
ObjectContainer: react760.FC<ObjectContainerProps>;
|
|
608
|
+
Radio: react760.FC<RadioProps>;
|
|
609
609
|
Row: typeof Row;
|
|
610
|
-
Select:
|
|
611
|
-
Separator:
|
|
612
|
-
Switch:
|
|
613
|
-
Textarea:
|
|
610
|
+
Select: react760.FC<SelectProps$1>;
|
|
611
|
+
Separator: react760.FC<_radix_ui_react_separator21.SeparatorProps & react760.RefAttributes<HTMLDivElement>>;
|
|
612
|
+
Switch: react760.FC<_radix_ui_react_switch21.SwitchProps & react760.RefAttributes<HTMLButtonElement>>;
|
|
613
|
+
Textarea: react760.FC<react760.ClassAttributes<HTMLTextAreaElement> & react760.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
614
614
|
}, Component_6, Decorator_6>): JSX.Element;
|
|
615
615
|
displayName: string;
|
|
616
616
|
};
|
|
617
617
|
DateTime: {
|
|
618
|
-
<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" | "
|
|
619
|
-
AvatarUpload:
|
|
620
|
-
FileUploadInline:
|
|
621
|
-
IconPicker:
|
|
622
|
-
FileUpload:
|
|
623
|
-
RichTextEditor:
|
|
624
|
-
ColorPicker:
|
|
625
|
-
Combobox:
|
|
626
|
-
ColorSelect:
|
|
627
|
-
Rating:
|
|
628
|
-
Slider:
|
|
629
|
-
SliderInput:
|
|
630
|
-
SliderSelect:
|
|
631
|
-
TagsInput: typeof
|
|
632
|
-
TagsInputInLine:
|
|
618
|
+
<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" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor", 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" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor">(props: _formily_react69.ISchemaTypeFieldProps<{
|
|
619
|
+
AvatarUpload: react760.FC<_pixpilot_shadcn_ui197.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui197.FileMetadata | null>>;
|
|
620
|
+
FileUploadInline: react760.FC<FileUploadInlineProps$1>;
|
|
621
|
+
IconPicker: react760.FC<IconPickerProps$1>;
|
|
622
|
+
FileUpload: react760.FC<FileUploadProps$1>;
|
|
623
|
+
RichTextEditor: react760.FC<_pixpilot_shadcn_ui197.RichTextEditorProps>;
|
|
624
|
+
ColorPicker: react760.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui197.ColorPickerProps>, "ref"> & react760.RefAttributes<unknown>>;
|
|
625
|
+
Combobox: react760.FC<_pixpilot_shadcn_ui197.ComboboxProps>;
|
|
626
|
+
ColorSelect: react760.FC<_pixpilot_shadcn_ui197.ColorSelectProps>;
|
|
627
|
+
Rating: react760.FC<_pixpilot_shadcn_ui197.RatingProps>;
|
|
628
|
+
Slider: react760.FC<_pixpilot_shadcn_ui197.SliderProps>;
|
|
629
|
+
SliderInput: react760.FC<_pixpilot_shadcn_ui197.SliderInputProps>;
|
|
630
|
+
SliderSelect: react760.FC<_pixpilot_shadcn_ui197.SliderSelectProps>;
|
|
631
|
+
TagsInput: typeof _pixpilot_shadcn_ui197.TagsInput;
|
|
632
|
+
TagsInputInLine: react760.FC<_pixpilot_shadcn_ui197.TagsInputProps>;
|
|
633
633
|
ArrayCards: ComposedArrayProps;
|
|
634
|
-
ArrayCollapse:
|
|
634
|
+
ArrayCollapse: react760.FC<ArrayComponentProps & {
|
|
635
635
|
defaultActiveKey?: Array<string | number>;
|
|
636
636
|
mode?: "accordion" | "multiple";
|
|
637
637
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
638
638
|
}>;
|
|
639
|
-
ArrayDialog:
|
|
639
|
+
ArrayDialog: react760.FC<ArrayComponentProps & {
|
|
640
640
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
641
641
|
}>;
|
|
642
642
|
ArrayInline: ComposedArrayProps;
|
|
643
|
-
ArrayPopover:
|
|
643
|
+
ArrayPopover: react760.FC<ArrayComponentProps & {
|
|
644
644
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
645
645
|
}>;
|
|
646
|
-
ArrayTags:
|
|
647
|
-
ArrayToggleGroup:
|
|
648
|
-
ToggleGroup:
|
|
649
|
-
Checkbox:
|
|
646
|
+
ArrayTags: react760.MemoExoticComponent<_formily_react69.ReactFC<ArrayTagsProps>>;
|
|
647
|
+
ArrayToggleGroup: react760.MemoExoticComponent<_formily_react69.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
648
|
+
ToggleGroup: react760.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react760.RefAttributes<unknown>>;
|
|
649
|
+
Checkbox: react760.FC<_radix_ui_react_checkbox21.CheckboxProps & react760.RefAttributes<HTMLButtonElement>>;
|
|
650
650
|
Column: typeof Column;
|
|
651
|
-
DatePicker:
|
|
651
|
+
DatePicker: react760.ForwardRefExoticComponent<Partial<{
|
|
652
652
|
value?: Date;
|
|
653
653
|
onChange?: (date: Date | undefined) => void;
|
|
654
654
|
placeholder?: string;
|
|
655
|
-
} & Omit<
|
|
655
|
+
} & Omit<_pixpilot_shadcn_ui197.DatePickerProps, "onSelect" | "selected" | "mode">> & react760.RefAttributes<unknown>>;
|
|
656
656
|
FormGrid: typeof FormGrid;
|
|
657
|
-
FormItem:
|
|
658
|
-
children?:
|
|
659
|
-
}>, "ref"> &
|
|
660
|
-
Hidden:
|
|
661
|
-
IconToggle:
|
|
662
|
-
ToggleButton:
|
|
663
|
-
Input:
|
|
664
|
-
NumberInput:
|
|
665
|
-
ObjectContainer:
|
|
666
|
-
Radio:
|
|
657
|
+
FormItem: react760.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
658
|
+
children?: react760.ReactNode | undefined;
|
|
659
|
+
}>, "ref"> & react760.RefAttributes<unknown>>;
|
|
660
|
+
Hidden: react760.ForwardRefExoticComponent<Partial<HiddenProps> & react760.RefAttributes<unknown>>;
|
|
661
|
+
IconToggle: react760.FC<_pixpilot_shadcn_ui197.IconToggleProps>;
|
|
662
|
+
ToggleButton: react760.FC<_pixpilot_shadcn_ui197.ToggleButtonProps>;
|
|
663
|
+
Input: react760.FC<_pixpilot_shadcn_ui197.InputProps>;
|
|
664
|
+
NumberInput: react760.FC<_pixpilot_shadcn_ui197.InputProps>;
|
|
665
|
+
ObjectContainer: react760.FC<ObjectContainerProps>;
|
|
666
|
+
Radio: react760.FC<RadioProps>;
|
|
667
667
|
Row: typeof Row;
|
|
668
|
-
Select:
|
|
669
|
-
Separator:
|
|
670
|
-
Switch:
|
|
671
|
-
Textarea:
|
|
668
|
+
Select: react760.FC<SelectProps$1>;
|
|
669
|
+
Separator: react760.FC<_radix_ui_react_separator21.SeparatorProps & react760.RefAttributes<HTMLDivElement>>;
|
|
670
|
+
Switch: react760.FC<_radix_ui_react_switch21.SwitchProps & react760.RefAttributes<HTMLButtonElement>>;
|
|
671
|
+
Textarea: react760.FC<react760.ClassAttributes<HTMLTextAreaElement> & react760.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
672
672
|
}, Component_7, Decorator_7>): JSX.Element;
|
|
673
673
|
displayName: string;
|
|
674
674
|
};
|
|
675
675
|
Void: {
|
|
676
|
-
<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" | "
|
|
677
|
-
AvatarUpload:
|
|
678
|
-
FileUploadInline:
|
|
679
|
-
IconPicker:
|
|
680
|
-
FileUpload:
|
|
681
|
-
RichTextEditor:
|
|
682
|
-
ColorPicker:
|
|
683
|
-
Combobox:
|
|
684
|
-
ColorSelect:
|
|
685
|
-
Rating:
|
|
686
|
-
Slider:
|
|
687
|
-
SliderInput:
|
|
688
|
-
SliderSelect:
|
|
689
|
-
TagsInput: typeof
|
|
690
|
-
TagsInputInLine:
|
|
676
|
+
<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" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor", 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" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor">(props: _formily_react69.ISchemaTypeFieldProps<{
|
|
677
|
+
AvatarUpload: react760.FC<_pixpilot_shadcn_ui197.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui197.FileMetadata | null>>;
|
|
678
|
+
FileUploadInline: react760.FC<FileUploadInlineProps$1>;
|
|
679
|
+
IconPicker: react760.FC<IconPickerProps$1>;
|
|
680
|
+
FileUpload: react760.FC<FileUploadProps$1>;
|
|
681
|
+
RichTextEditor: react760.FC<_pixpilot_shadcn_ui197.RichTextEditorProps>;
|
|
682
|
+
ColorPicker: react760.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui197.ColorPickerProps>, "ref"> & react760.RefAttributes<unknown>>;
|
|
683
|
+
Combobox: react760.FC<_pixpilot_shadcn_ui197.ComboboxProps>;
|
|
684
|
+
ColorSelect: react760.FC<_pixpilot_shadcn_ui197.ColorSelectProps>;
|
|
685
|
+
Rating: react760.FC<_pixpilot_shadcn_ui197.RatingProps>;
|
|
686
|
+
Slider: react760.FC<_pixpilot_shadcn_ui197.SliderProps>;
|
|
687
|
+
SliderInput: react760.FC<_pixpilot_shadcn_ui197.SliderInputProps>;
|
|
688
|
+
SliderSelect: react760.FC<_pixpilot_shadcn_ui197.SliderSelectProps>;
|
|
689
|
+
TagsInput: typeof _pixpilot_shadcn_ui197.TagsInput;
|
|
690
|
+
TagsInputInLine: react760.FC<_pixpilot_shadcn_ui197.TagsInputProps>;
|
|
691
691
|
ArrayCards: ComposedArrayProps;
|
|
692
|
-
ArrayCollapse:
|
|
692
|
+
ArrayCollapse: react760.FC<ArrayComponentProps & {
|
|
693
693
|
defaultActiveKey?: Array<string | number>;
|
|
694
694
|
mode?: "accordion" | "multiple";
|
|
695
695
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
696
696
|
}>;
|
|
697
|
-
ArrayDialog:
|
|
697
|
+
ArrayDialog: react760.FC<ArrayComponentProps & {
|
|
698
698
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
699
699
|
}>;
|
|
700
700
|
ArrayInline: ComposedArrayProps;
|
|
701
|
-
ArrayPopover:
|
|
701
|
+
ArrayPopover: react760.FC<ArrayComponentProps & {
|
|
702
702
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
703
703
|
}>;
|
|
704
|
-
ArrayTags:
|
|
705
|
-
ArrayToggleGroup:
|
|
706
|
-
ToggleGroup:
|
|
707
|
-
Checkbox:
|
|
704
|
+
ArrayTags: react760.MemoExoticComponent<_formily_react69.ReactFC<ArrayTagsProps>>;
|
|
705
|
+
ArrayToggleGroup: react760.MemoExoticComponent<_formily_react69.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
706
|
+
ToggleGroup: react760.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react760.RefAttributes<unknown>>;
|
|
707
|
+
Checkbox: react760.FC<_radix_ui_react_checkbox21.CheckboxProps & react760.RefAttributes<HTMLButtonElement>>;
|
|
708
708
|
Column: typeof Column;
|
|
709
|
-
DatePicker:
|
|
709
|
+
DatePicker: react760.ForwardRefExoticComponent<Partial<{
|
|
710
710
|
value?: Date;
|
|
711
711
|
onChange?: (date: Date | undefined) => void;
|
|
712
712
|
placeholder?: string;
|
|
713
|
-
} & Omit<
|
|
713
|
+
} & Omit<_pixpilot_shadcn_ui197.DatePickerProps, "onSelect" | "selected" | "mode">> & react760.RefAttributes<unknown>>;
|
|
714
714
|
FormGrid: typeof FormGrid;
|
|
715
|
-
FormItem:
|
|
716
|
-
children?:
|
|
717
|
-
}>, "ref"> &
|
|
718
|
-
Hidden:
|
|
719
|
-
IconToggle:
|
|
720
|
-
ToggleButton:
|
|
721
|
-
Input:
|
|
722
|
-
NumberInput:
|
|
723
|
-
ObjectContainer:
|
|
724
|
-
Radio:
|
|
715
|
+
FormItem: react760.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
716
|
+
children?: react760.ReactNode | undefined;
|
|
717
|
+
}>, "ref"> & react760.RefAttributes<unknown>>;
|
|
718
|
+
Hidden: react760.ForwardRefExoticComponent<Partial<HiddenProps> & react760.RefAttributes<unknown>>;
|
|
719
|
+
IconToggle: react760.FC<_pixpilot_shadcn_ui197.IconToggleProps>;
|
|
720
|
+
ToggleButton: react760.FC<_pixpilot_shadcn_ui197.ToggleButtonProps>;
|
|
721
|
+
Input: react760.FC<_pixpilot_shadcn_ui197.InputProps>;
|
|
722
|
+
NumberInput: react760.FC<_pixpilot_shadcn_ui197.InputProps>;
|
|
723
|
+
ObjectContainer: react760.FC<ObjectContainerProps>;
|
|
724
|
+
Radio: react760.FC<RadioProps>;
|
|
725
725
|
Row: typeof Row;
|
|
726
|
-
Select:
|
|
727
|
-
Separator:
|
|
728
|
-
Switch:
|
|
729
|
-
Textarea:
|
|
726
|
+
Select: react760.FC<SelectProps$1>;
|
|
727
|
+
Separator: react760.FC<_radix_ui_react_separator21.SeparatorProps & react760.RefAttributes<HTMLDivElement>>;
|
|
728
|
+
Switch: react760.FC<_radix_ui_react_switch21.SwitchProps & react760.RefAttributes<HTMLButtonElement>>;
|
|
729
|
+
Textarea: react760.FC<react760.ClassAttributes<HTMLTextAreaElement> & react760.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
730
730
|
}, Component_8, Decorator_8>): JSX.Element;
|
|
731
731
|
displayName: string;
|
|
732
732
|
};
|
|
733
733
|
Number: {
|
|
734
|
-
<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" | "
|
|
735
|
-
AvatarUpload:
|
|
736
|
-
FileUploadInline:
|
|
737
|
-
IconPicker:
|
|
738
|
-
FileUpload:
|
|
739
|
-
RichTextEditor:
|
|
740
|
-
ColorPicker:
|
|
741
|
-
Combobox:
|
|
742
|
-
ColorSelect:
|
|
743
|
-
Rating:
|
|
744
|
-
Slider:
|
|
745
|
-
SliderInput:
|
|
746
|
-
SliderSelect:
|
|
747
|
-
TagsInput: typeof
|
|
748
|
-
TagsInputInLine:
|
|
734
|
+
<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" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor", 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" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor">(props: _formily_react69.ISchemaTypeFieldProps<{
|
|
735
|
+
AvatarUpload: react760.FC<_pixpilot_shadcn_ui197.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui197.FileMetadata | null>>;
|
|
736
|
+
FileUploadInline: react760.FC<FileUploadInlineProps$1>;
|
|
737
|
+
IconPicker: react760.FC<IconPickerProps$1>;
|
|
738
|
+
FileUpload: react760.FC<FileUploadProps$1>;
|
|
739
|
+
RichTextEditor: react760.FC<_pixpilot_shadcn_ui197.RichTextEditorProps>;
|
|
740
|
+
ColorPicker: react760.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui197.ColorPickerProps>, "ref"> & react760.RefAttributes<unknown>>;
|
|
741
|
+
Combobox: react760.FC<_pixpilot_shadcn_ui197.ComboboxProps>;
|
|
742
|
+
ColorSelect: react760.FC<_pixpilot_shadcn_ui197.ColorSelectProps>;
|
|
743
|
+
Rating: react760.FC<_pixpilot_shadcn_ui197.RatingProps>;
|
|
744
|
+
Slider: react760.FC<_pixpilot_shadcn_ui197.SliderProps>;
|
|
745
|
+
SliderInput: react760.FC<_pixpilot_shadcn_ui197.SliderInputProps>;
|
|
746
|
+
SliderSelect: react760.FC<_pixpilot_shadcn_ui197.SliderSelectProps>;
|
|
747
|
+
TagsInput: typeof _pixpilot_shadcn_ui197.TagsInput;
|
|
748
|
+
TagsInputInLine: react760.FC<_pixpilot_shadcn_ui197.TagsInputProps>;
|
|
749
749
|
ArrayCards: ComposedArrayProps;
|
|
750
|
-
ArrayCollapse:
|
|
750
|
+
ArrayCollapse: react760.FC<ArrayComponentProps & {
|
|
751
751
|
defaultActiveKey?: Array<string | number>;
|
|
752
752
|
mode?: "accordion" | "multiple";
|
|
753
753
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
754
754
|
}>;
|
|
755
|
-
ArrayDialog:
|
|
755
|
+
ArrayDialog: react760.FC<ArrayComponentProps & {
|
|
756
756
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
757
757
|
}>;
|
|
758
758
|
ArrayInline: ComposedArrayProps;
|
|
759
|
-
ArrayPopover:
|
|
759
|
+
ArrayPopover: react760.FC<ArrayComponentProps & {
|
|
760
760
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
761
761
|
}>;
|
|
762
|
-
ArrayTags:
|
|
763
|
-
ArrayToggleGroup:
|
|
764
|
-
ToggleGroup:
|
|
765
|
-
Checkbox:
|
|
762
|
+
ArrayTags: react760.MemoExoticComponent<_formily_react69.ReactFC<ArrayTagsProps>>;
|
|
763
|
+
ArrayToggleGroup: react760.MemoExoticComponent<_formily_react69.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
764
|
+
ToggleGroup: react760.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react760.RefAttributes<unknown>>;
|
|
765
|
+
Checkbox: react760.FC<_radix_ui_react_checkbox21.CheckboxProps & react760.RefAttributes<HTMLButtonElement>>;
|
|
766
766
|
Column: typeof Column;
|
|
767
|
-
DatePicker:
|
|
767
|
+
DatePicker: react760.ForwardRefExoticComponent<Partial<{
|
|
768
768
|
value?: Date;
|
|
769
769
|
onChange?: (date: Date | undefined) => void;
|
|
770
770
|
placeholder?: string;
|
|
771
|
-
} & Omit<
|
|
771
|
+
} & Omit<_pixpilot_shadcn_ui197.DatePickerProps, "onSelect" | "selected" | "mode">> & react760.RefAttributes<unknown>>;
|
|
772
772
|
FormGrid: typeof FormGrid;
|
|
773
|
-
FormItem:
|
|
774
|
-
children?:
|
|
775
|
-
}>, "ref"> &
|
|
776
|
-
Hidden:
|
|
777
|
-
IconToggle:
|
|
778
|
-
ToggleButton:
|
|
779
|
-
Input:
|
|
780
|
-
NumberInput:
|
|
781
|
-
ObjectContainer:
|
|
782
|
-
Radio:
|
|
773
|
+
FormItem: react760.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
774
|
+
children?: react760.ReactNode | undefined;
|
|
775
|
+
}>, "ref"> & react760.RefAttributes<unknown>>;
|
|
776
|
+
Hidden: react760.ForwardRefExoticComponent<Partial<HiddenProps> & react760.RefAttributes<unknown>>;
|
|
777
|
+
IconToggle: react760.FC<_pixpilot_shadcn_ui197.IconToggleProps>;
|
|
778
|
+
ToggleButton: react760.FC<_pixpilot_shadcn_ui197.ToggleButtonProps>;
|
|
779
|
+
Input: react760.FC<_pixpilot_shadcn_ui197.InputProps>;
|
|
780
|
+
NumberInput: react760.FC<_pixpilot_shadcn_ui197.InputProps>;
|
|
781
|
+
ObjectContainer: react760.FC<ObjectContainerProps>;
|
|
782
|
+
Radio: react760.FC<RadioProps>;
|
|
783
783
|
Row: typeof Row;
|
|
784
|
-
Select:
|
|
785
|
-
Separator:
|
|
786
|
-
Switch:
|
|
787
|
-
Textarea:
|
|
784
|
+
Select: react760.FC<SelectProps$1>;
|
|
785
|
+
Separator: react760.FC<_radix_ui_react_separator21.SeparatorProps & react760.RefAttributes<HTMLDivElement>>;
|
|
786
|
+
Switch: react760.FC<_radix_ui_react_switch21.SwitchProps & react760.RefAttributes<HTMLButtonElement>>;
|
|
787
|
+
Textarea: react760.FC<react760.ClassAttributes<HTMLTextAreaElement> & react760.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
788
788
|
}, Component_9, Decorator_9>): JSX.Element;
|
|
789
789
|
displayName: string;
|
|
790
790
|
};
|