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