@pixpilot/formily-shadcn 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist/components/date-picker.d.ts +5 -5
- package/dist/components/form-grid.d.cts +2 -2
- package/dist/components/form-grid.d.ts +2 -2
- package/dist/components/form.d.cts +2 -2
- package/dist/components/form.d.ts +2 -2
- package/dist/components/input.d.cts +2 -2
- package/dist/components/input.d.ts +2 -2
- package/dist/components/number-input.d.cts +2 -2
- package/dist/components/number-input.d.ts +2 -2
- package/dist/components/radio.d.cts +2 -2
- package/dist/components/radio.d.ts +2 -2
- package/dist/components/row.d.cts +2 -2
- package/dist/components/row.d.ts +2 -2
- package/dist/components/schema-field.d.cts +9 -9
- package/dist/components/schema-field.d.ts +181 -181
- package/dist/components/separator.d.cts +2 -2
- package/dist/components/separator.d.ts +3 -3
- package/dist/components/slider.d.ts +2 -2
- package/dist/components/switch.d.cts +2 -2
- package/dist/components/switch.d.ts +3 -3
- package/dist/components/tags-input-inline.d.ts +3 -3
- package/dist/components/textarea.d.ts +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -4
|
@@ -5,7 +5,7 @@ import { FormGrid } from "./form-grid.js";
|
|
|
5
5
|
import { FormItemProps } from "./form-item.js";
|
|
6
6
|
import { Row } from "./row.js";
|
|
7
7
|
import * as _formily_react0 from "@formily/react";
|
|
8
|
-
import * as
|
|
8
|
+
import * as react24 from "react";
|
|
9
9
|
import * as _pixpilot_shadcn_ui0 from "@pixpilot/shadcn-ui";
|
|
10
10
|
import { TagsInput } from "@pixpilot/shadcn-ui";
|
|
11
11
|
import * as _formily_core0 from "@formily/core";
|
|
@@ -23,20 +23,20 @@ declare const SchemaField: {
|
|
|
23
23
|
<Decorator extends _formily_react0.JSXComponent, Component extends _formily_react0.JSXComponent>(props: _formily_react0.ISchemaFieldProps<Decorator, Component, _formily_core0.ObjectField<Decorator, Component>>): JSX.Element;
|
|
24
24
|
displayName: string;
|
|
25
25
|
Markup: {
|
|
26
|
-
<Decorator_1 extends "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "
|
|
27
|
-
FormItem:
|
|
28
|
-
children?:
|
|
29
|
-
}>, "ref"> &
|
|
26
|
+
<Decorator_1 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_1 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react0.ISchemaMarkupFieldProps<{
|
|
27
|
+
FormItem: react24.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
28
|
+
children?: react24.ReactNode | undefined;
|
|
29
|
+
}>, "ref"> & react24.RefAttributes<unknown>>;
|
|
30
30
|
FormGrid: typeof FormGrid;
|
|
31
31
|
Row: typeof Row;
|
|
32
32
|
Column: typeof Column;
|
|
33
|
-
Input:
|
|
34
|
-
Textarea:
|
|
35
|
-
Checkbox:
|
|
36
|
-
Radio:
|
|
37
|
-
Select:
|
|
38
|
-
NumberInput:
|
|
39
|
-
DatePicker:
|
|
33
|
+
Input: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
34
|
+
Textarea: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLTextAreaElement> & react24.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
35
|
+
Checkbox: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
36
|
+
Radio: react24.FC;
|
|
37
|
+
Select: react24.FC;
|
|
38
|
+
NumberInput: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
39
|
+
DatePicker: react24.ForwardRefExoticComponent<Partial<{
|
|
40
40
|
value?: Date;
|
|
41
41
|
onChange?: (date: Date | undefined) => void;
|
|
42
42
|
placeholder?: string;
|
|
@@ -46,38 +46,38 @@ declare const SchemaField: {
|
|
|
46
46
|
placeholder?: string;
|
|
47
47
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
48
48
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
49
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
50
|
-
Combobox:
|
|
49
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react24.RefAttributes<unknown>>;
|
|
50
|
+
Combobox: react24.FC;
|
|
51
51
|
TagsInput: typeof TagsInput;
|
|
52
|
-
FileUploadInline:
|
|
53
|
-
Separator:
|
|
54
|
-
Slider:
|
|
55
|
-
Switch:
|
|
52
|
+
FileUploadInline: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
53
|
+
Separator: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react24.RefAttributes<HTMLDivElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
54
|
+
Slider: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
55
|
+
Switch: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
56
56
|
ArrayCards: ComposedArrayProps;
|
|
57
|
-
ArrayDialog:
|
|
58
|
-
ArrayCollapse:
|
|
57
|
+
ArrayDialog: react24.FC<ArrayComponentProps>;
|
|
58
|
+
ArrayCollapse: react24.FC<ArrayComponentProps & {
|
|
59
59
|
defaultActiveKey?: Array<string | number>;
|
|
60
60
|
mode?: "accordion" | "multiple";
|
|
61
61
|
}>;
|
|
62
|
-
ArrayPopover:
|
|
62
|
+
ArrayPopover: react24.FC<ArrayComponentProps>;
|
|
63
63
|
}, Component_1, Decorator_1>): JSX.Element;
|
|
64
64
|
displayName: string;
|
|
65
65
|
};
|
|
66
66
|
String: {
|
|
67
|
-
<Decorator_2 extends "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "
|
|
68
|
-
FormItem:
|
|
69
|
-
children?:
|
|
70
|
-
}>, "ref"> &
|
|
67
|
+
<Decorator_2 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_2 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
68
|
+
FormItem: react24.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
69
|
+
children?: react24.ReactNode | undefined;
|
|
70
|
+
}>, "ref"> & react24.RefAttributes<unknown>>;
|
|
71
71
|
FormGrid: typeof FormGrid;
|
|
72
72
|
Row: typeof Row;
|
|
73
73
|
Column: typeof Column;
|
|
74
|
-
Input:
|
|
75
|
-
Textarea:
|
|
76
|
-
Checkbox:
|
|
77
|
-
Radio:
|
|
78
|
-
Select:
|
|
79
|
-
NumberInput:
|
|
80
|
-
DatePicker:
|
|
74
|
+
Input: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
75
|
+
Textarea: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLTextAreaElement> & react24.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
76
|
+
Checkbox: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
77
|
+
Radio: react24.FC;
|
|
78
|
+
Select: react24.FC;
|
|
79
|
+
NumberInput: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
80
|
+
DatePicker: react24.ForwardRefExoticComponent<Partial<{
|
|
81
81
|
value?: Date;
|
|
82
82
|
onChange?: (date: Date | undefined) => void;
|
|
83
83
|
placeholder?: string;
|
|
@@ -87,38 +87,38 @@ declare const SchemaField: {
|
|
|
87
87
|
placeholder?: string;
|
|
88
88
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
89
89
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
90
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
91
|
-
Combobox:
|
|
90
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react24.RefAttributes<unknown>>;
|
|
91
|
+
Combobox: react24.FC;
|
|
92
92
|
TagsInput: typeof TagsInput;
|
|
93
|
-
FileUploadInline:
|
|
94
|
-
Separator:
|
|
95
|
-
Slider:
|
|
96
|
-
Switch:
|
|
93
|
+
FileUploadInline: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
94
|
+
Separator: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react24.RefAttributes<HTMLDivElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
95
|
+
Slider: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
96
|
+
Switch: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
97
97
|
ArrayCards: ComposedArrayProps;
|
|
98
|
-
ArrayDialog:
|
|
99
|
-
ArrayCollapse:
|
|
98
|
+
ArrayDialog: react24.FC<ArrayComponentProps>;
|
|
99
|
+
ArrayCollapse: react24.FC<ArrayComponentProps & {
|
|
100
100
|
defaultActiveKey?: Array<string | number>;
|
|
101
101
|
mode?: "accordion" | "multiple";
|
|
102
102
|
}>;
|
|
103
|
-
ArrayPopover:
|
|
103
|
+
ArrayPopover: react24.FC<ArrayComponentProps>;
|
|
104
104
|
}, Component_2, Decorator_2>): JSX.Element;
|
|
105
105
|
displayName: string;
|
|
106
106
|
};
|
|
107
107
|
Object: {
|
|
108
|
-
<Decorator_3 extends "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "
|
|
109
|
-
FormItem:
|
|
110
|
-
children?:
|
|
111
|
-
}>, "ref"> &
|
|
108
|
+
<Decorator_3 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_3 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
109
|
+
FormItem: react24.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
110
|
+
children?: react24.ReactNode | undefined;
|
|
111
|
+
}>, "ref"> & react24.RefAttributes<unknown>>;
|
|
112
112
|
FormGrid: typeof FormGrid;
|
|
113
113
|
Row: typeof Row;
|
|
114
114
|
Column: typeof Column;
|
|
115
|
-
Input:
|
|
116
|
-
Textarea:
|
|
117
|
-
Checkbox:
|
|
118
|
-
Radio:
|
|
119
|
-
Select:
|
|
120
|
-
NumberInput:
|
|
121
|
-
DatePicker:
|
|
115
|
+
Input: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
116
|
+
Textarea: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLTextAreaElement> & react24.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
117
|
+
Checkbox: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
118
|
+
Radio: react24.FC;
|
|
119
|
+
Select: react24.FC;
|
|
120
|
+
NumberInput: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
121
|
+
DatePicker: react24.ForwardRefExoticComponent<Partial<{
|
|
122
122
|
value?: Date;
|
|
123
123
|
onChange?: (date: Date | undefined) => void;
|
|
124
124
|
placeholder?: string;
|
|
@@ -128,38 +128,38 @@ declare const SchemaField: {
|
|
|
128
128
|
placeholder?: string;
|
|
129
129
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
130
130
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
131
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
132
|
-
Combobox:
|
|
131
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react24.RefAttributes<unknown>>;
|
|
132
|
+
Combobox: react24.FC;
|
|
133
133
|
TagsInput: typeof TagsInput;
|
|
134
|
-
FileUploadInline:
|
|
135
|
-
Separator:
|
|
136
|
-
Slider:
|
|
137
|
-
Switch:
|
|
134
|
+
FileUploadInline: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
135
|
+
Separator: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react24.RefAttributes<HTMLDivElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
136
|
+
Slider: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
137
|
+
Switch: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
138
138
|
ArrayCards: ComposedArrayProps;
|
|
139
|
-
ArrayDialog:
|
|
140
|
-
ArrayCollapse:
|
|
139
|
+
ArrayDialog: react24.FC<ArrayComponentProps>;
|
|
140
|
+
ArrayCollapse: react24.FC<ArrayComponentProps & {
|
|
141
141
|
defaultActiveKey?: Array<string | number>;
|
|
142
142
|
mode?: "accordion" | "multiple";
|
|
143
143
|
}>;
|
|
144
|
-
ArrayPopover:
|
|
144
|
+
ArrayPopover: react24.FC<ArrayComponentProps>;
|
|
145
145
|
}, Component_3, Decorator_3>): JSX.Element;
|
|
146
146
|
displayName: string;
|
|
147
147
|
};
|
|
148
148
|
Array: {
|
|
149
|
-
<Decorator_4 extends "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "
|
|
150
|
-
FormItem:
|
|
151
|
-
children?:
|
|
152
|
-
}>, "ref"> &
|
|
149
|
+
<Decorator_4 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_4 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
150
|
+
FormItem: react24.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
151
|
+
children?: react24.ReactNode | undefined;
|
|
152
|
+
}>, "ref"> & react24.RefAttributes<unknown>>;
|
|
153
153
|
FormGrid: typeof FormGrid;
|
|
154
154
|
Row: typeof Row;
|
|
155
155
|
Column: typeof Column;
|
|
156
|
-
Input:
|
|
157
|
-
Textarea:
|
|
158
|
-
Checkbox:
|
|
159
|
-
Radio:
|
|
160
|
-
Select:
|
|
161
|
-
NumberInput:
|
|
162
|
-
DatePicker:
|
|
156
|
+
Input: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
157
|
+
Textarea: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLTextAreaElement> & react24.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
158
|
+
Checkbox: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
159
|
+
Radio: react24.FC;
|
|
160
|
+
Select: react24.FC;
|
|
161
|
+
NumberInput: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
162
|
+
DatePicker: react24.ForwardRefExoticComponent<Partial<{
|
|
163
163
|
value?: Date;
|
|
164
164
|
onChange?: (date: Date | undefined) => void;
|
|
165
165
|
placeholder?: string;
|
|
@@ -169,38 +169,38 @@ declare const SchemaField: {
|
|
|
169
169
|
placeholder?: string;
|
|
170
170
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
171
171
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
172
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
173
|
-
Combobox:
|
|
172
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react24.RefAttributes<unknown>>;
|
|
173
|
+
Combobox: react24.FC;
|
|
174
174
|
TagsInput: typeof TagsInput;
|
|
175
|
-
FileUploadInline:
|
|
176
|
-
Separator:
|
|
177
|
-
Slider:
|
|
178
|
-
Switch:
|
|
175
|
+
FileUploadInline: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
176
|
+
Separator: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react24.RefAttributes<HTMLDivElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
177
|
+
Slider: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
178
|
+
Switch: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
179
179
|
ArrayCards: ComposedArrayProps;
|
|
180
|
-
ArrayDialog:
|
|
181
|
-
ArrayCollapse:
|
|
180
|
+
ArrayDialog: react24.FC<ArrayComponentProps>;
|
|
181
|
+
ArrayCollapse: react24.FC<ArrayComponentProps & {
|
|
182
182
|
defaultActiveKey?: Array<string | number>;
|
|
183
183
|
mode?: "accordion" | "multiple";
|
|
184
184
|
}>;
|
|
185
|
-
ArrayPopover:
|
|
185
|
+
ArrayPopover: react24.FC<ArrayComponentProps>;
|
|
186
186
|
}, Component_4, Decorator_4>): JSX.Element;
|
|
187
187
|
displayName: string;
|
|
188
188
|
};
|
|
189
189
|
Boolean: {
|
|
190
|
-
<Decorator_5 extends "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "
|
|
191
|
-
FormItem:
|
|
192
|
-
children?:
|
|
193
|
-
}>, "ref"> &
|
|
190
|
+
<Decorator_5 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_5 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
191
|
+
FormItem: react24.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
192
|
+
children?: react24.ReactNode | undefined;
|
|
193
|
+
}>, "ref"> & react24.RefAttributes<unknown>>;
|
|
194
194
|
FormGrid: typeof FormGrid;
|
|
195
195
|
Row: typeof Row;
|
|
196
196
|
Column: typeof Column;
|
|
197
|
-
Input:
|
|
198
|
-
Textarea:
|
|
199
|
-
Checkbox:
|
|
200
|
-
Radio:
|
|
201
|
-
Select:
|
|
202
|
-
NumberInput:
|
|
203
|
-
DatePicker:
|
|
197
|
+
Input: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
198
|
+
Textarea: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLTextAreaElement> & react24.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
199
|
+
Checkbox: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
200
|
+
Radio: react24.FC;
|
|
201
|
+
Select: react24.FC;
|
|
202
|
+
NumberInput: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
203
|
+
DatePicker: react24.ForwardRefExoticComponent<Partial<{
|
|
204
204
|
value?: Date;
|
|
205
205
|
onChange?: (date: Date | undefined) => void;
|
|
206
206
|
placeholder?: string;
|
|
@@ -210,38 +210,38 @@ declare const SchemaField: {
|
|
|
210
210
|
placeholder?: string;
|
|
211
211
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
212
212
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
213
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
214
|
-
Combobox:
|
|
213
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react24.RefAttributes<unknown>>;
|
|
214
|
+
Combobox: react24.FC;
|
|
215
215
|
TagsInput: typeof TagsInput;
|
|
216
|
-
FileUploadInline:
|
|
217
|
-
Separator:
|
|
218
|
-
Slider:
|
|
219
|
-
Switch:
|
|
216
|
+
FileUploadInline: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
217
|
+
Separator: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react24.RefAttributes<HTMLDivElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
218
|
+
Slider: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
219
|
+
Switch: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
220
220
|
ArrayCards: ComposedArrayProps;
|
|
221
|
-
ArrayDialog:
|
|
222
|
-
ArrayCollapse:
|
|
221
|
+
ArrayDialog: react24.FC<ArrayComponentProps>;
|
|
222
|
+
ArrayCollapse: react24.FC<ArrayComponentProps & {
|
|
223
223
|
defaultActiveKey?: Array<string | number>;
|
|
224
224
|
mode?: "accordion" | "multiple";
|
|
225
225
|
}>;
|
|
226
|
-
ArrayPopover:
|
|
226
|
+
ArrayPopover: react24.FC<ArrayComponentProps>;
|
|
227
227
|
}, Component_5, Decorator_5>): JSX.Element;
|
|
228
228
|
displayName: string;
|
|
229
229
|
};
|
|
230
230
|
Date: {
|
|
231
|
-
<Decorator_6 extends "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "
|
|
232
|
-
FormItem:
|
|
233
|
-
children?:
|
|
234
|
-
}>, "ref"> &
|
|
231
|
+
<Decorator_6 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_6 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
232
|
+
FormItem: react24.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
233
|
+
children?: react24.ReactNode | undefined;
|
|
234
|
+
}>, "ref"> & react24.RefAttributes<unknown>>;
|
|
235
235
|
FormGrid: typeof FormGrid;
|
|
236
236
|
Row: typeof Row;
|
|
237
237
|
Column: typeof Column;
|
|
238
|
-
Input:
|
|
239
|
-
Textarea:
|
|
240
|
-
Checkbox:
|
|
241
|
-
Radio:
|
|
242
|
-
Select:
|
|
243
|
-
NumberInput:
|
|
244
|
-
DatePicker:
|
|
238
|
+
Input: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
239
|
+
Textarea: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLTextAreaElement> & react24.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
240
|
+
Checkbox: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
241
|
+
Radio: react24.FC;
|
|
242
|
+
Select: react24.FC;
|
|
243
|
+
NumberInput: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
244
|
+
DatePicker: react24.ForwardRefExoticComponent<Partial<{
|
|
245
245
|
value?: Date;
|
|
246
246
|
onChange?: (date: Date | undefined) => void;
|
|
247
247
|
placeholder?: string;
|
|
@@ -251,38 +251,38 @@ declare const SchemaField: {
|
|
|
251
251
|
placeholder?: string;
|
|
252
252
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
253
253
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
254
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
255
|
-
Combobox:
|
|
254
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react24.RefAttributes<unknown>>;
|
|
255
|
+
Combobox: react24.FC;
|
|
256
256
|
TagsInput: typeof TagsInput;
|
|
257
|
-
FileUploadInline:
|
|
258
|
-
Separator:
|
|
259
|
-
Slider:
|
|
260
|
-
Switch:
|
|
257
|
+
FileUploadInline: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
258
|
+
Separator: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react24.RefAttributes<HTMLDivElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
259
|
+
Slider: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
260
|
+
Switch: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
261
261
|
ArrayCards: ComposedArrayProps;
|
|
262
|
-
ArrayDialog:
|
|
263
|
-
ArrayCollapse:
|
|
262
|
+
ArrayDialog: react24.FC<ArrayComponentProps>;
|
|
263
|
+
ArrayCollapse: react24.FC<ArrayComponentProps & {
|
|
264
264
|
defaultActiveKey?: Array<string | number>;
|
|
265
265
|
mode?: "accordion" | "multiple";
|
|
266
266
|
}>;
|
|
267
|
-
ArrayPopover:
|
|
267
|
+
ArrayPopover: react24.FC<ArrayComponentProps>;
|
|
268
268
|
}, Component_6, Decorator_6>): JSX.Element;
|
|
269
269
|
displayName: string;
|
|
270
270
|
};
|
|
271
271
|
DateTime: {
|
|
272
|
-
<Decorator_7 extends "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "
|
|
273
|
-
FormItem:
|
|
274
|
-
children?:
|
|
275
|
-
}>, "ref"> &
|
|
272
|
+
<Decorator_7 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_7 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
273
|
+
FormItem: react24.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
274
|
+
children?: react24.ReactNode | undefined;
|
|
275
|
+
}>, "ref"> & react24.RefAttributes<unknown>>;
|
|
276
276
|
FormGrid: typeof FormGrid;
|
|
277
277
|
Row: typeof Row;
|
|
278
278
|
Column: typeof Column;
|
|
279
|
-
Input:
|
|
280
|
-
Textarea:
|
|
281
|
-
Checkbox:
|
|
282
|
-
Radio:
|
|
283
|
-
Select:
|
|
284
|
-
NumberInput:
|
|
285
|
-
DatePicker:
|
|
279
|
+
Input: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
280
|
+
Textarea: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLTextAreaElement> & react24.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
281
|
+
Checkbox: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
282
|
+
Radio: react24.FC;
|
|
283
|
+
Select: react24.FC;
|
|
284
|
+
NumberInput: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
285
|
+
DatePicker: react24.ForwardRefExoticComponent<Partial<{
|
|
286
286
|
value?: Date;
|
|
287
287
|
onChange?: (date: Date | undefined) => void;
|
|
288
288
|
placeholder?: string;
|
|
@@ -292,38 +292,38 @@ declare const SchemaField: {
|
|
|
292
292
|
placeholder?: string;
|
|
293
293
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
294
294
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
295
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
296
|
-
Combobox:
|
|
295
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react24.RefAttributes<unknown>>;
|
|
296
|
+
Combobox: react24.FC;
|
|
297
297
|
TagsInput: typeof TagsInput;
|
|
298
|
-
FileUploadInline:
|
|
299
|
-
Separator:
|
|
300
|
-
Slider:
|
|
301
|
-
Switch:
|
|
298
|
+
FileUploadInline: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
299
|
+
Separator: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react24.RefAttributes<HTMLDivElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
300
|
+
Slider: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
301
|
+
Switch: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
302
302
|
ArrayCards: ComposedArrayProps;
|
|
303
|
-
ArrayDialog:
|
|
304
|
-
ArrayCollapse:
|
|
303
|
+
ArrayDialog: react24.FC<ArrayComponentProps>;
|
|
304
|
+
ArrayCollapse: react24.FC<ArrayComponentProps & {
|
|
305
305
|
defaultActiveKey?: Array<string | number>;
|
|
306
306
|
mode?: "accordion" | "multiple";
|
|
307
307
|
}>;
|
|
308
|
-
ArrayPopover:
|
|
308
|
+
ArrayPopover: react24.FC<ArrayComponentProps>;
|
|
309
309
|
}, Component_7, Decorator_7>): JSX.Element;
|
|
310
310
|
displayName: string;
|
|
311
311
|
};
|
|
312
312
|
Void: {
|
|
313
|
-
<Decorator_8 extends "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "
|
|
314
|
-
FormItem:
|
|
315
|
-
children?:
|
|
316
|
-
}>, "ref"> &
|
|
313
|
+
<Decorator_8 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_8 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
314
|
+
FormItem: react24.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
315
|
+
children?: react24.ReactNode | undefined;
|
|
316
|
+
}>, "ref"> & react24.RefAttributes<unknown>>;
|
|
317
317
|
FormGrid: typeof FormGrid;
|
|
318
318
|
Row: typeof Row;
|
|
319
319
|
Column: typeof Column;
|
|
320
|
-
Input:
|
|
321
|
-
Textarea:
|
|
322
|
-
Checkbox:
|
|
323
|
-
Radio:
|
|
324
|
-
Select:
|
|
325
|
-
NumberInput:
|
|
326
|
-
DatePicker:
|
|
320
|
+
Input: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
321
|
+
Textarea: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLTextAreaElement> & react24.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
322
|
+
Checkbox: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
323
|
+
Radio: react24.FC;
|
|
324
|
+
Select: react24.FC;
|
|
325
|
+
NumberInput: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
326
|
+
DatePicker: react24.ForwardRefExoticComponent<Partial<{
|
|
327
327
|
value?: Date;
|
|
328
328
|
onChange?: (date: Date | undefined) => void;
|
|
329
329
|
placeholder?: string;
|
|
@@ -333,38 +333,38 @@ declare const SchemaField: {
|
|
|
333
333
|
placeholder?: string;
|
|
334
334
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
335
335
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
336
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
337
|
-
Combobox:
|
|
336
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react24.RefAttributes<unknown>>;
|
|
337
|
+
Combobox: react24.FC;
|
|
338
338
|
TagsInput: typeof TagsInput;
|
|
339
|
-
FileUploadInline:
|
|
340
|
-
Separator:
|
|
341
|
-
Slider:
|
|
342
|
-
Switch:
|
|
339
|
+
FileUploadInline: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
340
|
+
Separator: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react24.RefAttributes<HTMLDivElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
341
|
+
Slider: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
342
|
+
Switch: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
343
343
|
ArrayCards: ComposedArrayProps;
|
|
344
|
-
ArrayDialog:
|
|
345
|
-
ArrayCollapse:
|
|
344
|
+
ArrayDialog: react24.FC<ArrayComponentProps>;
|
|
345
|
+
ArrayCollapse: react24.FC<ArrayComponentProps & {
|
|
346
346
|
defaultActiveKey?: Array<string | number>;
|
|
347
347
|
mode?: "accordion" | "multiple";
|
|
348
348
|
}>;
|
|
349
|
-
ArrayPopover:
|
|
349
|
+
ArrayPopover: react24.FC<ArrayComponentProps>;
|
|
350
350
|
}, Component_8, Decorator_8>): JSX.Element;
|
|
351
351
|
displayName: string;
|
|
352
352
|
};
|
|
353
353
|
Number: {
|
|
354
|
-
<Decorator_9 extends "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "
|
|
355
|
-
FormItem:
|
|
356
|
-
children?:
|
|
357
|
-
}>, "ref"> &
|
|
354
|
+
<Decorator_9 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_9 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
355
|
+
FormItem: react24.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
356
|
+
children?: react24.ReactNode | undefined;
|
|
357
|
+
}>, "ref"> & react24.RefAttributes<unknown>>;
|
|
358
358
|
FormGrid: typeof FormGrid;
|
|
359
359
|
Row: typeof Row;
|
|
360
360
|
Column: typeof Column;
|
|
361
|
-
Input:
|
|
362
|
-
Textarea:
|
|
363
|
-
Checkbox:
|
|
364
|
-
Radio:
|
|
365
|
-
Select:
|
|
366
|
-
NumberInput:
|
|
367
|
-
DatePicker:
|
|
361
|
+
Input: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
362
|
+
Textarea: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLTextAreaElement> & react24.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
363
|
+
Checkbox: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
364
|
+
Radio: react24.FC;
|
|
365
|
+
Select: react24.FC;
|
|
366
|
+
NumberInput: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
367
|
+
DatePicker: react24.ForwardRefExoticComponent<Partial<{
|
|
368
368
|
value?: Date;
|
|
369
369
|
onChange?: (date: Date | undefined) => void;
|
|
370
370
|
placeholder?: string;
|
|
@@ -374,20 +374,20 @@ declare const SchemaField: {
|
|
|
374
374
|
placeholder?: string;
|
|
375
375
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
376
376
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
377
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
378
|
-
Combobox:
|
|
377
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react24.RefAttributes<unknown>>;
|
|
378
|
+
Combobox: react24.FC;
|
|
379
379
|
TagsInput: typeof TagsInput;
|
|
380
|
-
FileUploadInline:
|
|
381
|
-
Separator:
|
|
382
|
-
Slider:
|
|
383
|
-
Switch:
|
|
380
|
+
FileUploadInline: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
381
|
+
Separator: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react24.RefAttributes<HTMLDivElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
382
|
+
Slider: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
383
|
+
Switch: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
384
384
|
ArrayCards: ComposedArrayProps;
|
|
385
|
-
ArrayDialog:
|
|
386
|
-
ArrayCollapse:
|
|
385
|
+
ArrayDialog: react24.FC<ArrayComponentProps>;
|
|
386
|
+
ArrayCollapse: react24.FC<ArrayComponentProps & {
|
|
387
387
|
defaultActiveKey?: Array<string | number>;
|
|
388
388
|
mode?: "accordion" | "multiple";
|
|
389
389
|
}>;
|
|
390
|
-
ArrayPopover:
|
|
390
|
+
ArrayPopover: react24.FC<ArrayComponentProps>;
|
|
391
391
|
}, Component_9, Decorator_9>): JSX.Element;
|
|
392
392
|
displayName: string;
|
|
393
393
|
};
|