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