@pixpilot/formily-shadcn 0.4.0 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/checkbox.d.cts +2 -2
- package/dist/components/column.d.ts +2 -2
- package/dist/components/context/context.cjs +1 -0
- package/dist/components/context/context.d.cts +2 -0
- package/dist/components/context/context.d.ts +2 -0
- package/dist/components/context/context.js +1 -0
- package/dist/components/context/form-context.cjs +1 -0
- package/dist/components/context/form-context.d.cts +14 -0
- package/dist/components/context/form-context.d.ts +14 -0
- package/dist/components/context/form-context.js +1 -0
- package/dist/components/context/index.cjs +1 -0
- package/dist/components/context/index.d.cts +2 -0
- package/dist/components/context/index.d.ts +2 -0
- package/dist/components/context/index.js +1 -0
- package/dist/components/date-picker.d.cts +3 -3
- package/dist/components/date-picker.d.ts +3 -3
- package/dist/components/form-item.cjs +3 -3
- package/dist/components/form-item.js +3 -3
- package/dist/components/form-items-container.cjs +1 -0
- package/dist/components/form-items-container.js +1 -0
- package/dist/components/form.cjs +1 -1
- package/dist/components/form.d.cts +8 -2
- package/dist/components/form.d.ts +8 -2
- package/dist/components/form.js +1 -1
- package/dist/components/input.d.ts +2 -2
- package/dist/components/number-input.d.ts +2 -2
- package/dist/components/object-container.cjs +1 -1
- package/dist/components/object-container.js +1 -1
- 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 +199 -199
- package/dist/components/schema-field.d.ts +199 -199
- package/dist/components/separator.d.cts +2 -2
- package/dist/components/slider.d.cts +2 -2
- package/dist/components/slider.d.ts +2 -2
- package/dist/components/switch.d.cts +2 -2
- package/dist/components/switch.d.ts +2 -2
- package/dist/components/tags-input-inline.d.cts +2 -2
- package/dist/components/tags-input-inline.d.ts +2 -2
- package/dist/components/textarea.d.ts +2 -2
- package/dist/hooks/index.cjs +1 -1
- package/dist/hooks/index.js +1 -1
- package/dist/hooks/use-form-context.cjs +1 -0
- package/dist/hooks/use-form-context.js +1 -0
- package/dist/types/form.d.cts +12 -0
- package/dist/types/form.d.ts +12 -0
- package/dist/utils/index.cjs +1 -1
- package/dist/utils/index.js +1 -1
- package/dist/utils/resolve-responsive-space.cjs +1 -0
- package/dist/utils/resolve-responsive-space.js +1 -0
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ import { FormItemProps } from "./form-item.cjs";
|
|
|
6
6
|
import { Row } from "./row.cjs";
|
|
7
7
|
import { ObjectContainerProps } from "./object-container.cjs";
|
|
8
8
|
import * as _formily_react0 from "@formily/react";
|
|
9
|
-
import * as
|
|
9
|
+
import * as react14 from "react";
|
|
10
10
|
import * as _formily_core0 from "@formily/core";
|
|
11
11
|
import * as _pixpilot_shadcn_ui0 from "@pixpilot/shadcn-ui";
|
|
12
12
|
import { TagsInput } from "@pixpilot/shadcn-ui";
|
|
@@ -25,19 +25,19 @@ declare const SchemaField: {
|
|
|
25
25
|
displayName: string;
|
|
26
26
|
Markup: {
|
|
27
27
|
<Decorator_1 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "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" | "Hidden.$$typeof", Component_1 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "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" | "Hidden.$$typeof">(props: _formily_react0.ISchemaMarkupFieldProps<{
|
|
28
|
-
FormItem:
|
|
29
|
-
children?:
|
|
30
|
-
}>, "ref"> &
|
|
28
|
+
FormItem: react14.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
29
|
+
children?: react14.ReactNode | undefined;
|
|
30
|
+
}>, "ref"> & react14.RefAttributes<unknown>>;
|
|
31
31
|
FormGrid: typeof FormGrid;
|
|
32
32
|
Row: typeof Row;
|
|
33
33
|
Column: typeof Column;
|
|
34
|
-
Input:
|
|
35
|
-
Textarea:
|
|
36
|
-
Checkbox:
|
|
37
|
-
Radio:
|
|
38
|
-
Select:
|
|
39
|
-
NumberInput:
|
|
40
|
-
DatePicker:
|
|
34
|
+
Input: react14.ForwardRefExoticComponent<Omit<Partial<react14.ClassAttributes<HTMLInputElement> & react14.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
35
|
+
Textarea: react14.ForwardRefExoticComponent<Omit<Partial<react14.ClassAttributes<HTMLTextAreaElement> & react14.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
36
|
+
Checkbox: react14.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react14.RefAttributes<HTMLButtonElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
37
|
+
Radio: react14.FC;
|
|
38
|
+
Select: react14.FC;
|
|
39
|
+
NumberInput: react14.ForwardRefExoticComponent<Omit<Partial<react14.ClassAttributes<HTMLInputElement> & react14.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
40
|
+
DatePicker: react14.ForwardRefExoticComponent<Partial<{
|
|
41
41
|
value?: Date;
|
|
42
42
|
onChange?: (date: Date | undefined) => void;
|
|
43
43
|
placeholder?: string;
|
|
@@ -47,43 +47,43 @@ declare const SchemaField: {
|
|
|
47
47
|
placeholder?: string;
|
|
48
48
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
49
49
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
50
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
51
|
-
Combobox:
|
|
50
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react14.RefAttributes<unknown>>;
|
|
51
|
+
Combobox: react14.FC;
|
|
52
52
|
TagsInput: typeof TagsInput;
|
|
53
|
-
FileUploadInline:
|
|
54
|
-
Separator:
|
|
55
|
-
Slider:
|
|
56
|
-
Switch:
|
|
53
|
+
FileUploadInline: react14.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react14.RefAttributes<unknown>>;
|
|
54
|
+
Separator: react14.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react14.RefAttributes<HTMLDivElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
55
|
+
Slider: react14.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react14.RefAttributes<unknown>>;
|
|
56
|
+
Switch: react14.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react14.RefAttributes<HTMLButtonElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
57
57
|
ArrayCards: ComposedArrayProps;
|
|
58
|
-
ArrayDialog:
|
|
59
|
-
ArrayCollapse:
|
|
58
|
+
ArrayDialog: react14.FC<ArrayComponentProps>;
|
|
59
|
+
ArrayCollapse: react14.FC<ArrayComponentProps & {
|
|
60
60
|
defaultActiveKey?: Array<string | number>;
|
|
61
61
|
mode?: "accordion" | "multiple";
|
|
62
62
|
}>;
|
|
63
|
-
ArrayPopover:
|
|
64
|
-
ObjectContainer:
|
|
65
|
-
Hidden:
|
|
63
|
+
ArrayPopover: react14.FC<ArrayComponentProps>;
|
|
64
|
+
ObjectContainer: react14.FC<ObjectContainerProps>;
|
|
65
|
+
Hidden: react14.ForwardRefExoticComponent<Partial<{
|
|
66
66
|
children?: React.ReactNode;
|
|
67
67
|
value?: string;
|
|
68
|
-
}> &
|
|
68
|
+
}> & react14.RefAttributes<unknown>>;
|
|
69
69
|
}, Component_1, Decorator_1>): JSX.Element;
|
|
70
70
|
displayName: string;
|
|
71
71
|
};
|
|
72
72
|
String: {
|
|
73
73
|
<Decorator_2 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "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" | "Hidden.$$typeof", Component_2 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "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" | "Hidden.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
74
|
-
FormItem:
|
|
75
|
-
children?:
|
|
76
|
-
}>, "ref"> &
|
|
74
|
+
FormItem: react14.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
75
|
+
children?: react14.ReactNode | undefined;
|
|
76
|
+
}>, "ref"> & react14.RefAttributes<unknown>>;
|
|
77
77
|
FormGrid: typeof FormGrid;
|
|
78
78
|
Row: typeof Row;
|
|
79
79
|
Column: typeof Column;
|
|
80
|
-
Input:
|
|
81
|
-
Textarea:
|
|
82
|
-
Checkbox:
|
|
83
|
-
Radio:
|
|
84
|
-
Select:
|
|
85
|
-
NumberInput:
|
|
86
|
-
DatePicker:
|
|
80
|
+
Input: react14.ForwardRefExoticComponent<Omit<Partial<react14.ClassAttributes<HTMLInputElement> & react14.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
81
|
+
Textarea: react14.ForwardRefExoticComponent<Omit<Partial<react14.ClassAttributes<HTMLTextAreaElement> & react14.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
82
|
+
Checkbox: react14.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react14.RefAttributes<HTMLButtonElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
83
|
+
Radio: react14.FC;
|
|
84
|
+
Select: react14.FC;
|
|
85
|
+
NumberInput: react14.ForwardRefExoticComponent<Omit<Partial<react14.ClassAttributes<HTMLInputElement> & react14.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
86
|
+
DatePicker: react14.ForwardRefExoticComponent<Partial<{
|
|
87
87
|
value?: Date;
|
|
88
88
|
onChange?: (date: Date | undefined) => void;
|
|
89
89
|
placeholder?: string;
|
|
@@ -93,43 +93,43 @@ declare const SchemaField: {
|
|
|
93
93
|
placeholder?: string;
|
|
94
94
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
95
95
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
96
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
97
|
-
Combobox:
|
|
96
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react14.RefAttributes<unknown>>;
|
|
97
|
+
Combobox: react14.FC;
|
|
98
98
|
TagsInput: typeof TagsInput;
|
|
99
|
-
FileUploadInline:
|
|
100
|
-
Separator:
|
|
101
|
-
Slider:
|
|
102
|
-
Switch:
|
|
99
|
+
FileUploadInline: react14.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react14.RefAttributes<unknown>>;
|
|
100
|
+
Separator: react14.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react14.RefAttributes<HTMLDivElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
101
|
+
Slider: react14.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react14.RefAttributes<unknown>>;
|
|
102
|
+
Switch: react14.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react14.RefAttributes<HTMLButtonElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
103
103
|
ArrayCards: ComposedArrayProps;
|
|
104
|
-
ArrayDialog:
|
|
105
|
-
ArrayCollapse:
|
|
104
|
+
ArrayDialog: react14.FC<ArrayComponentProps>;
|
|
105
|
+
ArrayCollapse: react14.FC<ArrayComponentProps & {
|
|
106
106
|
defaultActiveKey?: Array<string | number>;
|
|
107
107
|
mode?: "accordion" | "multiple";
|
|
108
108
|
}>;
|
|
109
|
-
ArrayPopover:
|
|
110
|
-
ObjectContainer:
|
|
111
|
-
Hidden:
|
|
109
|
+
ArrayPopover: react14.FC<ArrayComponentProps>;
|
|
110
|
+
ObjectContainer: react14.FC<ObjectContainerProps>;
|
|
111
|
+
Hidden: react14.ForwardRefExoticComponent<Partial<{
|
|
112
112
|
children?: React.ReactNode;
|
|
113
113
|
value?: string;
|
|
114
|
-
}> &
|
|
114
|
+
}> & react14.RefAttributes<unknown>>;
|
|
115
115
|
}, Component_2, Decorator_2>): JSX.Element;
|
|
116
116
|
displayName: string;
|
|
117
117
|
};
|
|
118
118
|
Object: {
|
|
119
119
|
<Decorator_3 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "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" | "Hidden.$$typeof", Component_3 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "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" | "Hidden.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
120
|
-
FormItem:
|
|
121
|
-
children?:
|
|
122
|
-
}>, "ref"> &
|
|
120
|
+
FormItem: react14.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
121
|
+
children?: react14.ReactNode | undefined;
|
|
122
|
+
}>, "ref"> & react14.RefAttributes<unknown>>;
|
|
123
123
|
FormGrid: typeof FormGrid;
|
|
124
124
|
Row: typeof Row;
|
|
125
125
|
Column: typeof Column;
|
|
126
|
-
Input:
|
|
127
|
-
Textarea:
|
|
128
|
-
Checkbox:
|
|
129
|
-
Radio:
|
|
130
|
-
Select:
|
|
131
|
-
NumberInput:
|
|
132
|
-
DatePicker:
|
|
126
|
+
Input: react14.ForwardRefExoticComponent<Omit<Partial<react14.ClassAttributes<HTMLInputElement> & react14.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
127
|
+
Textarea: react14.ForwardRefExoticComponent<Omit<Partial<react14.ClassAttributes<HTMLTextAreaElement> & react14.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
128
|
+
Checkbox: react14.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react14.RefAttributes<HTMLButtonElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
129
|
+
Radio: react14.FC;
|
|
130
|
+
Select: react14.FC;
|
|
131
|
+
NumberInput: react14.ForwardRefExoticComponent<Omit<Partial<react14.ClassAttributes<HTMLInputElement> & react14.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
132
|
+
DatePicker: react14.ForwardRefExoticComponent<Partial<{
|
|
133
133
|
value?: Date;
|
|
134
134
|
onChange?: (date: Date | undefined) => void;
|
|
135
135
|
placeholder?: string;
|
|
@@ -139,43 +139,43 @@ declare const SchemaField: {
|
|
|
139
139
|
placeholder?: string;
|
|
140
140
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
141
141
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
142
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
143
|
-
Combobox:
|
|
142
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react14.RefAttributes<unknown>>;
|
|
143
|
+
Combobox: react14.FC;
|
|
144
144
|
TagsInput: typeof TagsInput;
|
|
145
|
-
FileUploadInline:
|
|
146
|
-
Separator:
|
|
147
|
-
Slider:
|
|
148
|
-
Switch:
|
|
145
|
+
FileUploadInline: react14.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react14.RefAttributes<unknown>>;
|
|
146
|
+
Separator: react14.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react14.RefAttributes<HTMLDivElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
147
|
+
Slider: react14.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react14.RefAttributes<unknown>>;
|
|
148
|
+
Switch: react14.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react14.RefAttributes<HTMLButtonElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
149
149
|
ArrayCards: ComposedArrayProps;
|
|
150
|
-
ArrayDialog:
|
|
151
|
-
ArrayCollapse:
|
|
150
|
+
ArrayDialog: react14.FC<ArrayComponentProps>;
|
|
151
|
+
ArrayCollapse: react14.FC<ArrayComponentProps & {
|
|
152
152
|
defaultActiveKey?: Array<string | number>;
|
|
153
153
|
mode?: "accordion" | "multiple";
|
|
154
154
|
}>;
|
|
155
|
-
ArrayPopover:
|
|
156
|
-
ObjectContainer:
|
|
157
|
-
Hidden:
|
|
155
|
+
ArrayPopover: react14.FC<ArrayComponentProps>;
|
|
156
|
+
ObjectContainer: react14.FC<ObjectContainerProps>;
|
|
157
|
+
Hidden: react14.ForwardRefExoticComponent<Partial<{
|
|
158
158
|
children?: React.ReactNode;
|
|
159
159
|
value?: string;
|
|
160
|
-
}> &
|
|
160
|
+
}> & react14.RefAttributes<unknown>>;
|
|
161
161
|
}, Component_3, Decorator_3>): JSX.Element;
|
|
162
162
|
displayName: string;
|
|
163
163
|
};
|
|
164
164
|
Array: {
|
|
165
165
|
<Decorator_4 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "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" | "Hidden.$$typeof", Component_4 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "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" | "Hidden.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
166
|
-
FormItem:
|
|
167
|
-
children?:
|
|
168
|
-
}>, "ref"> &
|
|
166
|
+
FormItem: react14.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
167
|
+
children?: react14.ReactNode | undefined;
|
|
168
|
+
}>, "ref"> & react14.RefAttributes<unknown>>;
|
|
169
169
|
FormGrid: typeof FormGrid;
|
|
170
170
|
Row: typeof Row;
|
|
171
171
|
Column: typeof Column;
|
|
172
|
-
Input:
|
|
173
|
-
Textarea:
|
|
174
|
-
Checkbox:
|
|
175
|
-
Radio:
|
|
176
|
-
Select:
|
|
177
|
-
NumberInput:
|
|
178
|
-
DatePicker:
|
|
172
|
+
Input: react14.ForwardRefExoticComponent<Omit<Partial<react14.ClassAttributes<HTMLInputElement> & react14.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
173
|
+
Textarea: react14.ForwardRefExoticComponent<Omit<Partial<react14.ClassAttributes<HTMLTextAreaElement> & react14.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
174
|
+
Checkbox: react14.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react14.RefAttributes<HTMLButtonElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
175
|
+
Radio: react14.FC;
|
|
176
|
+
Select: react14.FC;
|
|
177
|
+
NumberInput: react14.ForwardRefExoticComponent<Omit<Partial<react14.ClassAttributes<HTMLInputElement> & react14.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
178
|
+
DatePicker: react14.ForwardRefExoticComponent<Partial<{
|
|
179
179
|
value?: Date;
|
|
180
180
|
onChange?: (date: Date | undefined) => void;
|
|
181
181
|
placeholder?: string;
|
|
@@ -185,43 +185,43 @@ declare const SchemaField: {
|
|
|
185
185
|
placeholder?: string;
|
|
186
186
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
187
187
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
188
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
189
|
-
Combobox:
|
|
188
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react14.RefAttributes<unknown>>;
|
|
189
|
+
Combobox: react14.FC;
|
|
190
190
|
TagsInput: typeof TagsInput;
|
|
191
|
-
FileUploadInline:
|
|
192
|
-
Separator:
|
|
193
|
-
Slider:
|
|
194
|
-
Switch:
|
|
191
|
+
FileUploadInline: react14.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react14.RefAttributes<unknown>>;
|
|
192
|
+
Separator: react14.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react14.RefAttributes<HTMLDivElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
193
|
+
Slider: react14.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react14.RefAttributes<unknown>>;
|
|
194
|
+
Switch: react14.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react14.RefAttributes<HTMLButtonElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
195
195
|
ArrayCards: ComposedArrayProps;
|
|
196
|
-
ArrayDialog:
|
|
197
|
-
ArrayCollapse:
|
|
196
|
+
ArrayDialog: react14.FC<ArrayComponentProps>;
|
|
197
|
+
ArrayCollapse: react14.FC<ArrayComponentProps & {
|
|
198
198
|
defaultActiveKey?: Array<string | number>;
|
|
199
199
|
mode?: "accordion" | "multiple";
|
|
200
200
|
}>;
|
|
201
|
-
ArrayPopover:
|
|
202
|
-
ObjectContainer:
|
|
203
|
-
Hidden:
|
|
201
|
+
ArrayPopover: react14.FC<ArrayComponentProps>;
|
|
202
|
+
ObjectContainer: react14.FC<ObjectContainerProps>;
|
|
203
|
+
Hidden: react14.ForwardRefExoticComponent<Partial<{
|
|
204
204
|
children?: React.ReactNode;
|
|
205
205
|
value?: string;
|
|
206
|
-
}> &
|
|
206
|
+
}> & react14.RefAttributes<unknown>>;
|
|
207
207
|
}, Component_4, Decorator_4>): JSX.Element;
|
|
208
208
|
displayName: string;
|
|
209
209
|
};
|
|
210
210
|
Boolean: {
|
|
211
211
|
<Decorator_5 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "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" | "Hidden.$$typeof", Component_5 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "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" | "Hidden.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
212
|
-
FormItem:
|
|
213
|
-
children?:
|
|
214
|
-
}>, "ref"> &
|
|
212
|
+
FormItem: react14.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
213
|
+
children?: react14.ReactNode | undefined;
|
|
214
|
+
}>, "ref"> & react14.RefAttributes<unknown>>;
|
|
215
215
|
FormGrid: typeof FormGrid;
|
|
216
216
|
Row: typeof Row;
|
|
217
217
|
Column: typeof Column;
|
|
218
|
-
Input:
|
|
219
|
-
Textarea:
|
|
220
|
-
Checkbox:
|
|
221
|
-
Radio:
|
|
222
|
-
Select:
|
|
223
|
-
NumberInput:
|
|
224
|
-
DatePicker:
|
|
218
|
+
Input: react14.ForwardRefExoticComponent<Omit<Partial<react14.ClassAttributes<HTMLInputElement> & react14.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
219
|
+
Textarea: react14.ForwardRefExoticComponent<Omit<Partial<react14.ClassAttributes<HTMLTextAreaElement> & react14.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
220
|
+
Checkbox: react14.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react14.RefAttributes<HTMLButtonElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
221
|
+
Radio: react14.FC;
|
|
222
|
+
Select: react14.FC;
|
|
223
|
+
NumberInput: react14.ForwardRefExoticComponent<Omit<Partial<react14.ClassAttributes<HTMLInputElement> & react14.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
224
|
+
DatePicker: react14.ForwardRefExoticComponent<Partial<{
|
|
225
225
|
value?: Date;
|
|
226
226
|
onChange?: (date: Date | undefined) => void;
|
|
227
227
|
placeholder?: string;
|
|
@@ -231,43 +231,43 @@ declare const SchemaField: {
|
|
|
231
231
|
placeholder?: string;
|
|
232
232
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
233
233
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
234
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
235
|
-
Combobox:
|
|
234
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react14.RefAttributes<unknown>>;
|
|
235
|
+
Combobox: react14.FC;
|
|
236
236
|
TagsInput: typeof TagsInput;
|
|
237
|
-
FileUploadInline:
|
|
238
|
-
Separator:
|
|
239
|
-
Slider:
|
|
240
|
-
Switch:
|
|
237
|
+
FileUploadInline: react14.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react14.RefAttributes<unknown>>;
|
|
238
|
+
Separator: react14.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react14.RefAttributes<HTMLDivElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
239
|
+
Slider: react14.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react14.RefAttributes<unknown>>;
|
|
240
|
+
Switch: react14.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react14.RefAttributes<HTMLButtonElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
241
241
|
ArrayCards: ComposedArrayProps;
|
|
242
|
-
ArrayDialog:
|
|
243
|
-
ArrayCollapse:
|
|
242
|
+
ArrayDialog: react14.FC<ArrayComponentProps>;
|
|
243
|
+
ArrayCollapse: react14.FC<ArrayComponentProps & {
|
|
244
244
|
defaultActiveKey?: Array<string | number>;
|
|
245
245
|
mode?: "accordion" | "multiple";
|
|
246
246
|
}>;
|
|
247
|
-
ArrayPopover:
|
|
248
|
-
ObjectContainer:
|
|
249
|
-
Hidden:
|
|
247
|
+
ArrayPopover: react14.FC<ArrayComponentProps>;
|
|
248
|
+
ObjectContainer: react14.FC<ObjectContainerProps>;
|
|
249
|
+
Hidden: react14.ForwardRefExoticComponent<Partial<{
|
|
250
250
|
children?: React.ReactNode;
|
|
251
251
|
value?: string;
|
|
252
|
-
}> &
|
|
252
|
+
}> & react14.RefAttributes<unknown>>;
|
|
253
253
|
}, Component_5, Decorator_5>): JSX.Element;
|
|
254
254
|
displayName: string;
|
|
255
255
|
};
|
|
256
256
|
Date: {
|
|
257
257
|
<Decorator_6 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "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" | "Hidden.$$typeof", Component_6 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "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" | "Hidden.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
258
|
-
FormItem:
|
|
259
|
-
children?:
|
|
260
|
-
}>, "ref"> &
|
|
258
|
+
FormItem: react14.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
259
|
+
children?: react14.ReactNode | undefined;
|
|
260
|
+
}>, "ref"> & react14.RefAttributes<unknown>>;
|
|
261
261
|
FormGrid: typeof FormGrid;
|
|
262
262
|
Row: typeof Row;
|
|
263
263
|
Column: typeof Column;
|
|
264
|
-
Input:
|
|
265
|
-
Textarea:
|
|
266
|
-
Checkbox:
|
|
267
|
-
Radio:
|
|
268
|
-
Select:
|
|
269
|
-
NumberInput:
|
|
270
|
-
DatePicker:
|
|
264
|
+
Input: react14.ForwardRefExoticComponent<Omit<Partial<react14.ClassAttributes<HTMLInputElement> & react14.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
265
|
+
Textarea: react14.ForwardRefExoticComponent<Omit<Partial<react14.ClassAttributes<HTMLTextAreaElement> & react14.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
266
|
+
Checkbox: react14.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react14.RefAttributes<HTMLButtonElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
267
|
+
Radio: react14.FC;
|
|
268
|
+
Select: react14.FC;
|
|
269
|
+
NumberInput: react14.ForwardRefExoticComponent<Omit<Partial<react14.ClassAttributes<HTMLInputElement> & react14.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
270
|
+
DatePicker: react14.ForwardRefExoticComponent<Partial<{
|
|
271
271
|
value?: Date;
|
|
272
272
|
onChange?: (date: Date | undefined) => void;
|
|
273
273
|
placeholder?: string;
|
|
@@ -277,43 +277,43 @@ declare const SchemaField: {
|
|
|
277
277
|
placeholder?: string;
|
|
278
278
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
279
279
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
280
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
281
|
-
Combobox:
|
|
280
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react14.RefAttributes<unknown>>;
|
|
281
|
+
Combobox: react14.FC;
|
|
282
282
|
TagsInput: typeof TagsInput;
|
|
283
|
-
FileUploadInline:
|
|
284
|
-
Separator:
|
|
285
|
-
Slider:
|
|
286
|
-
Switch:
|
|
283
|
+
FileUploadInline: react14.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react14.RefAttributes<unknown>>;
|
|
284
|
+
Separator: react14.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react14.RefAttributes<HTMLDivElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
285
|
+
Slider: react14.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react14.RefAttributes<unknown>>;
|
|
286
|
+
Switch: react14.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react14.RefAttributes<HTMLButtonElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
287
287
|
ArrayCards: ComposedArrayProps;
|
|
288
|
-
ArrayDialog:
|
|
289
|
-
ArrayCollapse:
|
|
288
|
+
ArrayDialog: react14.FC<ArrayComponentProps>;
|
|
289
|
+
ArrayCollapse: react14.FC<ArrayComponentProps & {
|
|
290
290
|
defaultActiveKey?: Array<string | number>;
|
|
291
291
|
mode?: "accordion" | "multiple";
|
|
292
292
|
}>;
|
|
293
|
-
ArrayPopover:
|
|
294
|
-
ObjectContainer:
|
|
295
|
-
Hidden:
|
|
293
|
+
ArrayPopover: react14.FC<ArrayComponentProps>;
|
|
294
|
+
ObjectContainer: react14.FC<ObjectContainerProps>;
|
|
295
|
+
Hidden: react14.ForwardRefExoticComponent<Partial<{
|
|
296
296
|
children?: React.ReactNode;
|
|
297
297
|
value?: string;
|
|
298
|
-
}> &
|
|
298
|
+
}> & react14.RefAttributes<unknown>>;
|
|
299
299
|
}, Component_6, Decorator_6>): JSX.Element;
|
|
300
300
|
displayName: string;
|
|
301
301
|
};
|
|
302
302
|
DateTime: {
|
|
303
303
|
<Decorator_7 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "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" | "Hidden.$$typeof", Component_7 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "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" | "Hidden.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
304
|
-
FormItem:
|
|
305
|
-
children?:
|
|
306
|
-
}>, "ref"> &
|
|
304
|
+
FormItem: react14.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
305
|
+
children?: react14.ReactNode | undefined;
|
|
306
|
+
}>, "ref"> & react14.RefAttributes<unknown>>;
|
|
307
307
|
FormGrid: typeof FormGrid;
|
|
308
308
|
Row: typeof Row;
|
|
309
309
|
Column: typeof Column;
|
|
310
|
-
Input:
|
|
311
|
-
Textarea:
|
|
312
|
-
Checkbox:
|
|
313
|
-
Radio:
|
|
314
|
-
Select:
|
|
315
|
-
NumberInput:
|
|
316
|
-
DatePicker:
|
|
310
|
+
Input: react14.ForwardRefExoticComponent<Omit<Partial<react14.ClassAttributes<HTMLInputElement> & react14.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
311
|
+
Textarea: react14.ForwardRefExoticComponent<Omit<Partial<react14.ClassAttributes<HTMLTextAreaElement> & react14.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
312
|
+
Checkbox: react14.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react14.RefAttributes<HTMLButtonElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
313
|
+
Radio: react14.FC;
|
|
314
|
+
Select: react14.FC;
|
|
315
|
+
NumberInput: react14.ForwardRefExoticComponent<Omit<Partial<react14.ClassAttributes<HTMLInputElement> & react14.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
316
|
+
DatePicker: react14.ForwardRefExoticComponent<Partial<{
|
|
317
317
|
value?: Date;
|
|
318
318
|
onChange?: (date: Date | undefined) => void;
|
|
319
319
|
placeholder?: string;
|
|
@@ -323,43 +323,43 @@ declare const SchemaField: {
|
|
|
323
323
|
placeholder?: string;
|
|
324
324
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
325
325
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
326
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
327
|
-
Combobox:
|
|
326
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react14.RefAttributes<unknown>>;
|
|
327
|
+
Combobox: react14.FC;
|
|
328
328
|
TagsInput: typeof TagsInput;
|
|
329
|
-
FileUploadInline:
|
|
330
|
-
Separator:
|
|
331
|
-
Slider:
|
|
332
|
-
Switch:
|
|
329
|
+
FileUploadInline: react14.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react14.RefAttributes<unknown>>;
|
|
330
|
+
Separator: react14.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react14.RefAttributes<HTMLDivElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
331
|
+
Slider: react14.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react14.RefAttributes<unknown>>;
|
|
332
|
+
Switch: react14.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react14.RefAttributes<HTMLButtonElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
333
333
|
ArrayCards: ComposedArrayProps;
|
|
334
|
-
ArrayDialog:
|
|
335
|
-
ArrayCollapse:
|
|
334
|
+
ArrayDialog: react14.FC<ArrayComponentProps>;
|
|
335
|
+
ArrayCollapse: react14.FC<ArrayComponentProps & {
|
|
336
336
|
defaultActiveKey?: Array<string | number>;
|
|
337
337
|
mode?: "accordion" | "multiple";
|
|
338
338
|
}>;
|
|
339
|
-
ArrayPopover:
|
|
340
|
-
ObjectContainer:
|
|
341
|
-
Hidden:
|
|
339
|
+
ArrayPopover: react14.FC<ArrayComponentProps>;
|
|
340
|
+
ObjectContainer: react14.FC<ObjectContainerProps>;
|
|
341
|
+
Hidden: react14.ForwardRefExoticComponent<Partial<{
|
|
342
342
|
children?: React.ReactNode;
|
|
343
343
|
value?: string;
|
|
344
|
-
}> &
|
|
344
|
+
}> & react14.RefAttributes<unknown>>;
|
|
345
345
|
}, Component_7, Decorator_7>): JSX.Element;
|
|
346
346
|
displayName: string;
|
|
347
347
|
};
|
|
348
348
|
Void: {
|
|
349
349
|
<Decorator_8 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "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" | "Hidden.$$typeof", Component_8 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "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" | "Hidden.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
350
|
-
FormItem:
|
|
351
|
-
children?:
|
|
352
|
-
}>, "ref"> &
|
|
350
|
+
FormItem: react14.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
351
|
+
children?: react14.ReactNode | undefined;
|
|
352
|
+
}>, "ref"> & react14.RefAttributes<unknown>>;
|
|
353
353
|
FormGrid: typeof FormGrid;
|
|
354
354
|
Row: typeof Row;
|
|
355
355
|
Column: typeof Column;
|
|
356
|
-
Input:
|
|
357
|
-
Textarea:
|
|
358
|
-
Checkbox:
|
|
359
|
-
Radio:
|
|
360
|
-
Select:
|
|
361
|
-
NumberInput:
|
|
362
|
-
DatePicker:
|
|
356
|
+
Input: react14.ForwardRefExoticComponent<Omit<Partial<react14.ClassAttributes<HTMLInputElement> & react14.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
357
|
+
Textarea: react14.ForwardRefExoticComponent<Omit<Partial<react14.ClassAttributes<HTMLTextAreaElement> & react14.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
358
|
+
Checkbox: react14.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react14.RefAttributes<HTMLButtonElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
359
|
+
Radio: react14.FC;
|
|
360
|
+
Select: react14.FC;
|
|
361
|
+
NumberInput: react14.ForwardRefExoticComponent<Omit<Partial<react14.ClassAttributes<HTMLInputElement> & react14.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
362
|
+
DatePicker: react14.ForwardRefExoticComponent<Partial<{
|
|
363
363
|
value?: Date;
|
|
364
364
|
onChange?: (date: Date | undefined) => void;
|
|
365
365
|
placeholder?: string;
|
|
@@ -369,43 +369,43 @@ declare const SchemaField: {
|
|
|
369
369
|
placeholder?: string;
|
|
370
370
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
371
371
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
372
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
373
|
-
Combobox:
|
|
372
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react14.RefAttributes<unknown>>;
|
|
373
|
+
Combobox: react14.FC;
|
|
374
374
|
TagsInput: typeof TagsInput;
|
|
375
|
-
FileUploadInline:
|
|
376
|
-
Separator:
|
|
377
|
-
Slider:
|
|
378
|
-
Switch:
|
|
375
|
+
FileUploadInline: react14.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react14.RefAttributes<unknown>>;
|
|
376
|
+
Separator: react14.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react14.RefAttributes<HTMLDivElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
377
|
+
Slider: react14.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react14.RefAttributes<unknown>>;
|
|
378
|
+
Switch: react14.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react14.RefAttributes<HTMLButtonElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
379
379
|
ArrayCards: ComposedArrayProps;
|
|
380
|
-
ArrayDialog:
|
|
381
|
-
ArrayCollapse:
|
|
380
|
+
ArrayDialog: react14.FC<ArrayComponentProps>;
|
|
381
|
+
ArrayCollapse: react14.FC<ArrayComponentProps & {
|
|
382
382
|
defaultActiveKey?: Array<string | number>;
|
|
383
383
|
mode?: "accordion" | "multiple";
|
|
384
384
|
}>;
|
|
385
|
-
ArrayPopover:
|
|
386
|
-
ObjectContainer:
|
|
387
|
-
Hidden:
|
|
385
|
+
ArrayPopover: react14.FC<ArrayComponentProps>;
|
|
386
|
+
ObjectContainer: react14.FC<ObjectContainerProps>;
|
|
387
|
+
Hidden: react14.ForwardRefExoticComponent<Partial<{
|
|
388
388
|
children?: React.ReactNode;
|
|
389
389
|
value?: string;
|
|
390
|
-
}> &
|
|
390
|
+
}> & react14.RefAttributes<unknown>>;
|
|
391
391
|
}, Component_8, Decorator_8>): JSX.Element;
|
|
392
392
|
displayName: string;
|
|
393
393
|
};
|
|
394
394
|
Number: {
|
|
395
395
|
<Decorator_9 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "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" | "Hidden.$$typeof", Component_9 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "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" | "Hidden.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
396
|
-
FormItem:
|
|
397
|
-
children?:
|
|
398
|
-
}>, "ref"> &
|
|
396
|
+
FormItem: react14.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
397
|
+
children?: react14.ReactNode | undefined;
|
|
398
|
+
}>, "ref"> & react14.RefAttributes<unknown>>;
|
|
399
399
|
FormGrid: typeof FormGrid;
|
|
400
400
|
Row: typeof Row;
|
|
401
401
|
Column: typeof Column;
|
|
402
|
-
Input:
|
|
403
|
-
Textarea:
|
|
404
|
-
Checkbox:
|
|
405
|
-
Radio:
|
|
406
|
-
Select:
|
|
407
|
-
NumberInput:
|
|
408
|
-
DatePicker:
|
|
402
|
+
Input: react14.ForwardRefExoticComponent<Omit<Partial<react14.ClassAttributes<HTMLInputElement> & react14.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
403
|
+
Textarea: react14.ForwardRefExoticComponent<Omit<Partial<react14.ClassAttributes<HTMLTextAreaElement> & react14.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
404
|
+
Checkbox: react14.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react14.RefAttributes<HTMLButtonElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
405
|
+
Radio: react14.FC;
|
|
406
|
+
Select: react14.FC;
|
|
407
|
+
NumberInput: react14.ForwardRefExoticComponent<Omit<Partial<react14.ClassAttributes<HTMLInputElement> & react14.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
408
|
+
DatePicker: react14.ForwardRefExoticComponent<Partial<{
|
|
409
409
|
value?: Date;
|
|
410
410
|
onChange?: (date: Date | undefined) => void;
|
|
411
411
|
placeholder?: string;
|
|
@@ -415,25 +415,25 @@ declare const SchemaField: {
|
|
|
415
415
|
placeholder?: string;
|
|
416
416
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
417
417
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
418
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
419
|
-
Combobox:
|
|
418
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react14.RefAttributes<unknown>>;
|
|
419
|
+
Combobox: react14.FC;
|
|
420
420
|
TagsInput: typeof TagsInput;
|
|
421
|
-
FileUploadInline:
|
|
422
|
-
Separator:
|
|
423
|
-
Slider:
|
|
424
|
-
Switch:
|
|
421
|
+
FileUploadInline: react14.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react14.RefAttributes<unknown>>;
|
|
422
|
+
Separator: react14.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react14.RefAttributes<HTMLDivElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
423
|
+
Slider: react14.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react14.RefAttributes<unknown>>;
|
|
424
|
+
Switch: react14.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react14.RefAttributes<HTMLButtonElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
425
425
|
ArrayCards: ComposedArrayProps;
|
|
426
|
-
ArrayDialog:
|
|
427
|
-
ArrayCollapse:
|
|
426
|
+
ArrayDialog: react14.FC<ArrayComponentProps>;
|
|
427
|
+
ArrayCollapse: react14.FC<ArrayComponentProps & {
|
|
428
428
|
defaultActiveKey?: Array<string | number>;
|
|
429
429
|
mode?: "accordion" | "multiple";
|
|
430
430
|
}>;
|
|
431
|
-
ArrayPopover:
|
|
432
|
-
ObjectContainer:
|
|
433
|
-
Hidden:
|
|
431
|
+
ArrayPopover: react14.FC<ArrayComponentProps>;
|
|
432
|
+
ObjectContainer: react14.FC<ObjectContainerProps>;
|
|
433
|
+
Hidden: react14.ForwardRefExoticComponent<Partial<{
|
|
434
434
|
children?: React.ReactNode;
|
|
435
435
|
value?: string;
|
|
436
|
-
}> &
|
|
436
|
+
}> & react14.RefAttributes<unknown>>;
|
|
437
437
|
}, Component_9, Decorator_9>): JSX.Element;
|
|
438
438
|
displayName: string;
|
|
439
439
|
};
|