@pixpilot/formily-shadcn 0.3.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/checkbox.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/hidden.cjs +1 -0
- package/dist/components/hidden.js +1 -0
- 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.cjs +1 -1
- package/dist/components/schema-field.d.cts +226 -190
- package/dist/components/schema-field.d.ts +226 -190
- package/dist/components/schema-field.js +1 -1
- package/dist/components/separator.d.cts +2 -2
- package/dist/components/separator.d.ts +3 -3
- 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.cts +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-description.cjs +1 -0
- package/dist/hooks/use-description.js +1 -0
- 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/dist/utils/transform-schema.cjs +1 -1
- package/dist/utils/transform-schema.js +1 -1
- package/package.json +2 -2
|
@@ -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";
|
|
@@ -24,20 +24,20 @@ declare const SchemaField: {
|
|
|
24
24
|
<Decorator extends _formily_react0.JSXComponent, Component extends _formily_react0.JSXComponent>(props: _formily_react0.ISchemaFieldProps<Decorator, Component, _formily_core0.ObjectField<Decorator, Component>>): JSX.Element;
|
|
25
25
|
displayName: string;
|
|
26
26
|
Markup: {
|
|
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" | "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" | "ObjectContainer" | "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<{
|
|
28
|
-
FormItem:
|
|
29
|
-
children?:
|
|
30
|
-
}>, "ref"> &
|
|
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: 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,39 +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:
|
|
63
|
+
ArrayPopover: react14.FC<ArrayComponentProps>;
|
|
64
|
+
ObjectContainer: react14.FC<ObjectContainerProps>;
|
|
65
|
+
Hidden: react14.ForwardRefExoticComponent<Partial<{
|
|
66
|
+
children?: React.ReactNode;
|
|
67
|
+
value?: string;
|
|
68
|
+
}> & react14.RefAttributes<unknown>>;
|
|
65
69
|
}, Component_1, Decorator_1>): JSX.Element;
|
|
66
70
|
displayName: string;
|
|
67
71
|
};
|
|
68
72
|
String: {
|
|
69
|
-
<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" | "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" | "ObjectContainer" | "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<{
|
|
70
|
-
FormItem:
|
|
71
|
-
children?:
|
|
72
|
-
}>, "ref"> &
|
|
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: react14.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
75
|
+
children?: react14.ReactNode | undefined;
|
|
76
|
+
}>, "ref"> & react14.RefAttributes<unknown>>;
|
|
73
77
|
FormGrid: typeof FormGrid;
|
|
74
78
|
Row: typeof Row;
|
|
75
79
|
Column: typeof Column;
|
|
76
|
-
Input:
|
|
77
|
-
Textarea:
|
|
78
|
-
Checkbox:
|
|
79
|
-
Radio:
|
|
80
|
-
Select:
|
|
81
|
-
NumberInput:
|
|
82
|
-
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<{
|
|
83
87
|
value?: Date;
|
|
84
88
|
onChange?: (date: Date | undefined) => void;
|
|
85
89
|
placeholder?: string;
|
|
@@ -89,39 +93,43 @@ declare const SchemaField: {
|
|
|
89
93
|
placeholder?: string;
|
|
90
94
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
91
95
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
92
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
93
|
-
Combobox:
|
|
96
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react14.RefAttributes<unknown>>;
|
|
97
|
+
Combobox: react14.FC;
|
|
94
98
|
TagsInput: typeof TagsInput;
|
|
95
|
-
FileUploadInline:
|
|
96
|
-
Separator:
|
|
97
|
-
Slider:
|
|
98
|
-
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>>;
|
|
99
103
|
ArrayCards: ComposedArrayProps;
|
|
100
|
-
ArrayDialog:
|
|
101
|
-
ArrayCollapse:
|
|
104
|
+
ArrayDialog: react14.FC<ArrayComponentProps>;
|
|
105
|
+
ArrayCollapse: react14.FC<ArrayComponentProps & {
|
|
102
106
|
defaultActiveKey?: Array<string | number>;
|
|
103
107
|
mode?: "accordion" | "multiple";
|
|
104
108
|
}>;
|
|
105
|
-
ArrayPopover:
|
|
106
|
-
ObjectContainer:
|
|
109
|
+
ArrayPopover: react14.FC<ArrayComponentProps>;
|
|
110
|
+
ObjectContainer: react14.FC<ObjectContainerProps>;
|
|
111
|
+
Hidden: react14.ForwardRefExoticComponent<Partial<{
|
|
112
|
+
children?: React.ReactNode;
|
|
113
|
+
value?: string;
|
|
114
|
+
}> & react14.RefAttributes<unknown>>;
|
|
107
115
|
}, Component_2, Decorator_2>): JSX.Element;
|
|
108
116
|
displayName: string;
|
|
109
117
|
};
|
|
110
118
|
Object: {
|
|
111
|
-
<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" | "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" | "ObjectContainer" | "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<{
|
|
112
|
-
FormItem:
|
|
113
|
-
children?:
|
|
114
|
-
}>, "ref"> &
|
|
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: react14.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
121
|
+
children?: react14.ReactNode | undefined;
|
|
122
|
+
}>, "ref"> & react14.RefAttributes<unknown>>;
|
|
115
123
|
FormGrid: typeof FormGrid;
|
|
116
124
|
Row: typeof Row;
|
|
117
125
|
Column: typeof Column;
|
|
118
|
-
Input:
|
|
119
|
-
Textarea:
|
|
120
|
-
Checkbox:
|
|
121
|
-
Radio:
|
|
122
|
-
Select:
|
|
123
|
-
NumberInput:
|
|
124
|
-
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<{
|
|
125
133
|
value?: Date;
|
|
126
134
|
onChange?: (date: Date | undefined) => void;
|
|
127
135
|
placeholder?: string;
|
|
@@ -131,39 +139,43 @@ declare const SchemaField: {
|
|
|
131
139
|
placeholder?: string;
|
|
132
140
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
133
141
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
134
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
135
|
-
Combobox:
|
|
142
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react14.RefAttributes<unknown>>;
|
|
143
|
+
Combobox: react14.FC;
|
|
136
144
|
TagsInput: typeof TagsInput;
|
|
137
|
-
FileUploadInline:
|
|
138
|
-
Separator:
|
|
139
|
-
Slider:
|
|
140
|
-
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>>;
|
|
141
149
|
ArrayCards: ComposedArrayProps;
|
|
142
|
-
ArrayDialog:
|
|
143
|
-
ArrayCollapse:
|
|
150
|
+
ArrayDialog: react14.FC<ArrayComponentProps>;
|
|
151
|
+
ArrayCollapse: react14.FC<ArrayComponentProps & {
|
|
144
152
|
defaultActiveKey?: Array<string | number>;
|
|
145
153
|
mode?: "accordion" | "multiple";
|
|
146
154
|
}>;
|
|
147
|
-
ArrayPopover:
|
|
148
|
-
ObjectContainer:
|
|
155
|
+
ArrayPopover: react14.FC<ArrayComponentProps>;
|
|
156
|
+
ObjectContainer: react14.FC<ObjectContainerProps>;
|
|
157
|
+
Hidden: react14.ForwardRefExoticComponent<Partial<{
|
|
158
|
+
children?: React.ReactNode;
|
|
159
|
+
value?: string;
|
|
160
|
+
}> & react14.RefAttributes<unknown>>;
|
|
149
161
|
}, Component_3, Decorator_3>): JSX.Element;
|
|
150
162
|
displayName: string;
|
|
151
163
|
};
|
|
152
164
|
Array: {
|
|
153
|
-
<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" | "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" | "ObjectContainer" | "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<{
|
|
154
|
-
FormItem:
|
|
155
|
-
children?:
|
|
156
|
-
}>, "ref"> &
|
|
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: react14.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
167
|
+
children?: react14.ReactNode | undefined;
|
|
168
|
+
}>, "ref"> & react14.RefAttributes<unknown>>;
|
|
157
169
|
FormGrid: typeof FormGrid;
|
|
158
170
|
Row: typeof Row;
|
|
159
171
|
Column: typeof Column;
|
|
160
|
-
Input:
|
|
161
|
-
Textarea:
|
|
162
|
-
Checkbox:
|
|
163
|
-
Radio:
|
|
164
|
-
Select:
|
|
165
|
-
NumberInput:
|
|
166
|
-
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<{
|
|
167
179
|
value?: Date;
|
|
168
180
|
onChange?: (date: Date | undefined) => void;
|
|
169
181
|
placeholder?: string;
|
|
@@ -173,39 +185,43 @@ declare const SchemaField: {
|
|
|
173
185
|
placeholder?: string;
|
|
174
186
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
175
187
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
176
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
177
|
-
Combobox:
|
|
188
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react14.RefAttributes<unknown>>;
|
|
189
|
+
Combobox: react14.FC;
|
|
178
190
|
TagsInput: typeof TagsInput;
|
|
179
|
-
FileUploadInline:
|
|
180
|
-
Separator:
|
|
181
|
-
Slider:
|
|
182
|
-
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>>;
|
|
183
195
|
ArrayCards: ComposedArrayProps;
|
|
184
|
-
ArrayDialog:
|
|
185
|
-
ArrayCollapse:
|
|
196
|
+
ArrayDialog: react14.FC<ArrayComponentProps>;
|
|
197
|
+
ArrayCollapse: react14.FC<ArrayComponentProps & {
|
|
186
198
|
defaultActiveKey?: Array<string | number>;
|
|
187
199
|
mode?: "accordion" | "multiple";
|
|
188
200
|
}>;
|
|
189
|
-
ArrayPopover:
|
|
190
|
-
ObjectContainer:
|
|
201
|
+
ArrayPopover: react14.FC<ArrayComponentProps>;
|
|
202
|
+
ObjectContainer: react14.FC<ObjectContainerProps>;
|
|
203
|
+
Hidden: react14.ForwardRefExoticComponent<Partial<{
|
|
204
|
+
children?: React.ReactNode;
|
|
205
|
+
value?: string;
|
|
206
|
+
}> & react14.RefAttributes<unknown>>;
|
|
191
207
|
}, Component_4, Decorator_4>): JSX.Element;
|
|
192
208
|
displayName: string;
|
|
193
209
|
};
|
|
194
210
|
Boolean: {
|
|
195
|
-
<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" | "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" | "ObjectContainer" | "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<{
|
|
196
|
-
FormItem:
|
|
197
|
-
children?:
|
|
198
|
-
}>, "ref"> &
|
|
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: react14.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
213
|
+
children?: react14.ReactNode | undefined;
|
|
214
|
+
}>, "ref"> & react14.RefAttributes<unknown>>;
|
|
199
215
|
FormGrid: typeof FormGrid;
|
|
200
216
|
Row: typeof Row;
|
|
201
217
|
Column: typeof Column;
|
|
202
|
-
Input:
|
|
203
|
-
Textarea:
|
|
204
|
-
Checkbox:
|
|
205
|
-
Radio:
|
|
206
|
-
Select:
|
|
207
|
-
NumberInput:
|
|
208
|
-
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<{
|
|
209
225
|
value?: Date;
|
|
210
226
|
onChange?: (date: Date | undefined) => void;
|
|
211
227
|
placeholder?: string;
|
|
@@ -215,39 +231,43 @@ declare const SchemaField: {
|
|
|
215
231
|
placeholder?: string;
|
|
216
232
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
217
233
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
218
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
219
|
-
Combobox:
|
|
234
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react14.RefAttributes<unknown>>;
|
|
235
|
+
Combobox: react14.FC;
|
|
220
236
|
TagsInput: typeof TagsInput;
|
|
221
|
-
FileUploadInline:
|
|
222
|
-
Separator:
|
|
223
|
-
Slider:
|
|
224
|
-
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>>;
|
|
225
241
|
ArrayCards: ComposedArrayProps;
|
|
226
|
-
ArrayDialog:
|
|
227
|
-
ArrayCollapse:
|
|
242
|
+
ArrayDialog: react14.FC<ArrayComponentProps>;
|
|
243
|
+
ArrayCollapse: react14.FC<ArrayComponentProps & {
|
|
228
244
|
defaultActiveKey?: Array<string | number>;
|
|
229
245
|
mode?: "accordion" | "multiple";
|
|
230
246
|
}>;
|
|
231
|
-
ArrayPopover:
|
|
232
|
-
ObjectContainer:
|
|
247
|
+
ArrayPopover: react14.FC<ArrayComponentProps>;
|
|
248
|
+
ObjectContainer: react14.FC<ObjectContainerProps>;
|
|
249
|
+
Hidden: react14.ForwardRefExoticComponent<Partial<{
|
|
250
|
+
children?: React.ReactNode;
|
|
251
|
+
value?: string;
|
|
252
|
+
}> & react14.RefAttributes<unknown>>;
|
|
233
253
|
}, Component_5, Decorator_5>): JSX.Element;
|
|
234
254
|
displayName: string;
|
|
235
255
|
};
|
|
236
256
|
Date: {
|
|
237
|
-
<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" | "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" | "ObjectContainer" | "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<{
|
|
238
|
-
FormItem:
|
|
239
|
-
children?:
|
|
240
|
-
}>, "ref"> &
|
|
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: react14.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
259
|
+
children?: react14.ReactNode | undefined;
|
|
260
|
+
}>, "ref"> & react14.RefAttributes<unknown>>;
|
|
241
261
|
FormGrid: typeof FormGrid;
|
|
242
262
|
Row: typeof Row;
|
|
243
263
|
Column: typeof Column;
|
|
244
|
-
Input:
|
|
245
|
-
Textarea:
|
|
246
|
-
Checkbox:
|
|
247
|
-
Radio:
|
|
248
|
-
Select:
|
|
249
|
-
NumberInput:
|
|
250
|
-
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<{
|
|
251
271
|
value?: Date;
|
|
252
272
|
onChange?: (date: Date | undefined) => void;
|
|
253
273
|
placeholder?: string;
|
|
@@ -257,39 +277,43 @@ declare const SchemaField: {
|
|
|
257
277
|
placeholder?: string;
|
|
258
278
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
259
279
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
260
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
261
|
-
Combobox:
|
|
280
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react14.RefAttributes<unknown>>;
|
|
281
|
+
Combobox: react14.FC;
|
|
262
282
|
TagsInput: typeof TagsInput;
|
|
263
|
-
FileUploadInline:
|
|
264
|
-
Separator:
|
|
265
|
-
Slider:
|
|
266
|
-
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>>;
|
|
267
287
|
ArrayCards: ComposedArrayProps;
|
|
268
|
-
ArrayDialog:
|
|
269
|
-
ArrayCollapse:
|
|
288
|
+
ArrayDialog: react14.FC<ArrayComponentProps>;
|
|
289
|
+
ArrayCollapse: react14.FC<ArrayComponentProps & {
|
|
270
290
|
defaultActiveKey?: Array<string | number>;
|
|
271
291
|
mode?: "accordion" | "multiple";
|
|
272
292
|
}>;
|
|
273
|
-
ArrayPopover:
|
|
274
|
-
ObjectContainer:
|
|
293
|
+
ArrayPopover: react14.FC<ArrayComponentProps>;
|
|
294
|
+
ObjectContainer: react14.FC<ObjectContainerProps>;
|
|
295
|
+
Hidden: react14.ForwardRefExoticComponent<Partial<{
|
|
296
|
+
children?: React.ReactNode;
|
|
297
|
+
value?: string;
|
|
298
|
+
}> & react14.RefAttributes<unknown>>;
|
|
275
299
|
}, Component_6, Decorator_6>): JSX.Element;
|
|
276
300
|
displayName: string;
|
|
277
301
|
};
|
|
278
302
|
DateTime: {
|
|
279
|
-
<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" | "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" | "ObjectContainer" | "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<{
|
|
280
|
-
FormItem:
|
|
281
|
-
children?:
|
|
282
|
-
}>, "ref"> &
|
|
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: react14.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
305
|
+
children?: react14.ReactNode | undefined;
|
|
306
|
+
}>, "ref"> & react14.RefAttributes<unknown>>;
|
|
283
307
|
FormGrid: typeof FormGrid;
|
|
284
308
|
Row: typeof Row;
|
|
285
309
|
Column: typeof Column;
|
|
286
|
-
Input:
|
|
287
|
-
Textarea:
|
|
288
|
-
Checkbox:
|
|
289
|
-
Radio:
|
|
290
|
-
Select:
|
|
291
|
-
NumberInput:
|
|
292
|
-
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<{
|
|
293
317
|
value?: Date;
|
|
294
318
|
onChange?: (date: Date | undefined) => void;
|
|
295
319
|
placeholder?: string;
|
|
@@ -299,39 +323,43 @@ declare const SchemaField: {
|
|
|
299
323
|
placeholder?: string;
|
|
300
324
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
301
325
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
302
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
303
|
-
Combobox:
|
|
326
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react14.RefAttributes<unknown>>;
|
|
327
|
+
Combobox: react14.FC;
|
|
304
328
|
TagsInput: typeof TagsInput;
|
|
305
|
-
FileUploadInline:
|
|
306
|
-
Separator:
|
|
307
|
-
Slider:
|
|
308
|
-
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>>;
|
|
309
333
|
ArrayCards: ComposedArrayProps;
|
|
310
|
-
ArrayDialog:
|
|
311
|
-
ArrayCollapse:
|
|
334
|
+
ArrayDialog: react14.FC<ArrayComponentProps>;
|
|
335
|
+
ArrayCollapse: react14.FC<ArrayComponentProps & {
|
|
312
336
|
defaultActiveKey?: Array<string | number>;
|
|
313
337
|
mode?: "accordion" | "multiple";
|
|
314
338
|
}>;
|
|
315
|
-
ArrayPopover:
|
|
316
|
-
ObjectContainer:
|
|
339
|
+
ArrayPopover: react14.FC<ArrayComponentProps>;
|
|
340
|
+
ObjectContainer: react14.FC<ObjectContainerProps>;
|
|
341
|
+
Hidden: react14.ForwardRefExoticComponent<Partial<{
|
|
342
|
+
children?: React.ReactNode;
|
|
343
|
+
value?: string;
|
|
344
|
+
}> & react14.RefAttributes<unknown>>;
|
|
317
345
|
}, Component_7, Decorator_7>): JSX.Element;
|
|
318
346
|
displayName: string;
|
|
319
347
|
};
|
|
320
348
|
Void: {
|
|
321
|
-
<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" | "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" | "ObjectContainer" | "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<{
|
|
322
|
-
FormItem:
|
|
323
|
-
children?:
|
|
324
|
-
}>, "ref"> &
|
|
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: react14.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
351
|
+
children?: react14.ReactNode | undefined;
|
|
352
|
+
}>, "ref"> & react14.RefAttributes<unknown>>;
|
|
325
353
|
FormGrid: typeof FormGrid;
|
|
326
354
|
Row: typeof Row;
|
|
327
355
|
Column: typeof Column;
|
|
328
|
-
Input:
|
|
329
|
-
Textarea:
|
|
330
|
-
Checkbox:
|
|
331
|
-
Radio:
|
|
332
|
-
Select:
|
|
333
|
-
NumberInput:
|
|
334
|
-
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<{
|
|
335
363
|
value?: Date;
|
|
336
364
|
onChange?: (date: Date | undefined) => void;
|
|
337
365
|
placeholder?: string;
|
|
@@ -341,39 +369,43 @@ declare const SchemaField: {
|
|
|
341
369
|
placeholder?: string;
|
|
342
370
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
343
371
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
344
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
345
|
-
Combobox:
|
|
372
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react14.RefAttributes<unknown>>;
|
|
373
|
+
Combobox: react14.FC;
|
|
346
374
|
TagsInput: typeof TagsInput;
|
|
347
|
-
FileUploadInline:
|
|
348
|
-
Separator:
|
|
349
|
-
Slider:
|
|
350
|
-
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>>;
|
|
351
379
|
ArrayCards: ComposedArrayProps;
|
|
352
|
-
ArrayDialog:
|
|
353
|
-
ArrayCollapse:
|
|
380
|
+
ArrayDialog: react14.FC<ArrayComponentProps>;
|
|
381
|
+
ArrayCollapse: react14.FC<ArrayComponentProps & {
|
|
354
382
|
defaultActiveKey?: Array<string | number>;
|
|
355
383
|
mode?: "accordion" | "multiple";
|
|
356
384
|
}>;
|
|
357
|
-
ArrayPopover:
|
|
358
|
-
ObjectContainer:
|
|
385
|
+
ArrayPopover: react14.FC<ArrayComponentProps>;
|
|
386
|
+
ObjectContainer: react14.FC<ObjectContainerProps>;
|
|
387
|
+
Hidden: react14.ForwardRefExoticComponent<Partial<{
|
|
388
|
+
children?: React.ReactNode;
|
|
389
|
+
value?: string;
|
|
390
|
+
}> & react14.RefAttributes<unknown>>;
|
|
359
391
|
}, Component_8, Decorator_8>): JSX.Element;
|
|
360
392
|
displayName: string;
|
|
361
393
|
};
|
|
362
394
|
Number: {
|
|
363
|
-
<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" | "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" | "ObjectContainer" | "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<{
|
|
364
|
-
FormItem:
|
|
365
|
-
children?:
|
|
366
|
-
}>, "ref"> &
|
|
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: react14.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
397
|
+
children?: react14.ReactNode | undefined;
|
|
398
|
+
}>, "ref"> & react14.RefAttributes<unknown>>;
|
|
367
399
|
FormGrid: typeof FormGrid;
|
|
368
400
|
Row: typeof Row;
|
|
369
401
|
Column: typeof Column;
|
|
370
|
-
Input:
|
|
371
|
-
Textarea:
|
|
372
|
-
Checkbox:
|
|
373
|
-
Radio:
|
|
374
|
-
Select:
|
|
375
|
-
NumberInput:
|
|
376
|
-
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<{
|
|
377
409
|
value?: Date;
|
|
378
410
|
onChange?: (date: Date | undefined) => void;
|
|
379
411
|
placeholder?: string;
|
|
@@ -383,21 +415,25 @@ declare const SchemaField: {
|
|
|
383
415
|
placeholder?: string;
|
|
384
416
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
385
417
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
386
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
387
|
-
Combobox:
|
|
418
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react14.RefAttributes<unknown>>;
|
|
419
|
+
Combobox: react14.FC;
|
|
388
420
|
TagsInput: typeof TagsInput;
|
|
389
|
-
FileUploadInline:
|
|
390
|
-
Separator:
|
|
391
|
-
Slider:
|
|
392
|
-
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>>;
|
|
393
425
|
ArrayCards: ComposedArrayProps;
|
|
394
|
-
ArrayDialog:
|
|
395
|
-
ArrayCollapse:
|
|
426
|
+
ArrayDialog: react14.FC<ArrayComponentProps>;
|
|
427
|
+
ArrayCollapse: react14.FC<ArrayComponentProps & {
|
|
396
428
|
defaultActiveKey?: Array<string | number>;
|
|
397
429
|
mode?: "accordion" | "multiple";
|
|
398
430
|
}>;
|
|
399
|
-
ArrayPopover:
|
|
400
|
-
ObjectContainer:
|
|
431
|
+
ArrayPopover: react14.FC<ArrayComponentProps>;
|
|
432
|
+
ObjectContainer: react14.FC<ObjectContainerProps>;
|
|
433
|
+
Hidden: react14.ForwardRefExoticComponent<Partial<{
|
|
434
|
+
children?: React.ReactNode;
|
|
435
|
+
value?: string;
|
|
436
|
+
}> & react14.RefAttributes<unknown>>;
|
|
401
437
|
}, Component_9, Decorator_9>): JSX.Element;
|
|
402
438
|
displayName: string;
|
|
403
439
|
};
|