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