@pixpilot/formily-shadcn 0.2.0 → 0.4.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/column.d.ts +2 -2
- package/dist/components/date-picker.d.cts +3 -3
- package/dist/components/date-picker.d.ts +3 -3
- package/dist/components/form-grid.d.cts +2 -2
- package/dist/components/form-grid.d.ts +2 -2
- package/dist/components/form-item.cjs +3 -3
- package/dist/components/form-item.d.cts +4 -3
- package/dist/components/form-item.d.ts +4 -3
- package/dist/components/form-item.js +3 -3
- package/dist/components/form.d.cts +2 -2
- 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 -0
- package/dist/components/object-container.d.cts +9 -0
- package/dist/components/object-container.d.ts +9 -0
- package/dist/components/object-container.js +1 -0
- package/dist/components/radio.d.cts +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 +64 -18
- package/dist/components/schema-field.d.ts +227 -181
- package/dist/components/schema-field.js +1 -1
- 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 +3 -3
- package/dist/components/tags-input-inline.d.cts +2 -2
- package/dist/components/tags-input-inline.d.ts +3 -3
- package/dist/components/textarea.d.cts +2 -2
- package/dist/components/textarea.d.ts +2 -2
- package/dist/hooks/index.cjs +1 -0
- package/dist/hooks/index.js +1 -0
- package/dist/hooks/use-description.cjs +1 -0
- package/dist/hooks/use-description.js +1 -0
- package/dist/hooks/use-label.cjs +1 -0
- package/dist/hooks/use-label.js +1 -0
- package/dist/types/react.d.cts +4 -0
- package/dist/types/react.d.ts +4 -0
- package/dist/utils/index.cjs +1 -1
- package/dist/utils/index.js +1 -1
- package/dist/utils/transform-schema.cjs +1 -1
- package/dist/utils/transform-schema.js +1 -1
- package/package.json +3 -2
|
@@ -4,6 +4,7 @@ import { Column } from "./column.cjs";
|
|
|
4
4
|
import { FormGrid } from "./form-grid.cjs";
|
|
5
5
|
import { FormItemProps } from "./form-item.cjs";
|
|
6
6
|
import { Row } from "./row.cjs";
|
|
7
|
+
import { ObjectContainerProps } from "./object-container.cjs";
|
|
7
8
|
import * as _formily_react0 from "@formily/react";
|
|
8
9
|
import * as react12 from "react";
|
|
9
10
|
import * as _formily_core0 from "@formily/core";
|
|
@@ -23,7 +24,7 @@ declare const SchemaField: {
|
|
|
23
24
|
<Decorator extends _formily_react0.JSXComponent, Component extends _formily_react0.JSXComponent>(props: _formily_react0.ISchemaFieldProps<Decorator, Component, _formily_core0.ObjectField<Decorator, Component>>): JSX.Element;
|
|
24
25
|
displayName: string;
|
|
25
26
|
Markup: {
|
|
26
|
-
<Decorator_1 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_1 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react0.ISchemaMarkupFieldProps<{
|
|
27
|
+
<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<{
|
|
27
28
|
FormItem: react12.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
28
29
|
children?: react12.ReactNode | undefined;
|
|
29
30
|
}>, "ref"> & react12.RefAttributes<unknown>>;
|
|
@@ -46,7 +47,7 @@ declare const SchemaField: {
|
|
|
46
47
|
placeholder?: string;
|
|
47
48
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
48
49
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
49
|
-
}, "
|
|
50
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react12.RefAttributes<unknown>>;
|
|
50
51
|
Combobox: react12.FC;
|
|
51
52
|
TagsInput: typeof TagsInput;
|
|
52
53
|
FileUploadInline: react12.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react12.RefAttributes<unknown>>;
|
|
@@ -60,11 +61,16 @@ declare const SchemaField: {
|
|
|
60
61
|
mode?: "accordion" | "multiple";
|
|
61
62
|
}>;
|
|
62
63
|
ArrayPopover: react12.FC<ArrayComponentProps>;
|
|
64
|
+
ObjectContainer: react12.FC<ObjectContainerProps>;
|
|
65
|
+
Hidden: react12.ForwardRefExoticComponent<Partial<{
|
|
66
|
+
children?: React.ReactNode;
|
|
67
|
+
value?: string;
|
|
68
|
+
}> & react12.RefAttributes<unknown>>;
|
|
63
69
|
}, Component_1, Decorator_1>): JSX.Element;
|
|
64
70
|
displayName: string;
|
|
65
71
|
};
|
|
66
72
|
String: {
|
|
67
|
-
<Decorator_2 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_2 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
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<{
|
|
68
74
|
FormItem: react12.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
69
75
|
children?: react12.ReactNode | undefined;
|
|
70
76
|
}>, "ref"> & react12.RefAttributes<unknown>>;
|
|
@@ -87,7 +93,7 @@ declare const SchemaField: {
|
|
|
87
93
|
placeholder?: string;
|
|
88
94
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
89
95
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
90
|
-
}, "
|
|
96
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react12.RefAttributes<unknown>>;
|
|
91
97
|
Combobox: react12.FC;
|
|
92
98
|
TagsInput: typeof TagsInput;
|
|
93
99
|
FileUploadInline: react12.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react12.RefAttributes<unknown>>;
|
|
@@ -101,11 +107,16 @@ declare const SchemaField: {
|
|
|
101
107
|
mode?: "accordion" | "multiple";
|
|
102
108
|
}>;
|
|
103
109
|
ArrayPopover: react12.FC<ArrayComponentProps>;
|
|
110
|
+
ObjectContainer: react12.FC<ObjectContainerProps>;
|
|
111
|
+
Hidden: react12.ForwardRefExoticComponent<Partial<{
|
|
112
|
+
children?: React.ReactNode;
|
|
113
|
+
value?: string;
|
|
114
|
+
}> & react12.RefAttributes<unknown>>;
|
|
104
115
|
}, Component_2, Decorator_2>): JSX.Element;
|
|
105
116
|
displayName: string;
|
|
106
117
|
};
|
|
107
118
|
Object: {
|
|
108
|
-
<Decorator_3 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_3 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
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<{
|
|
109
120
|
FormItem: react12.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
110
121
|
children?: react12.ReactNode | undefined;
|
|
111
122
|
}>, "ref"> & react12.RefAttributes<unknown>>;
|
|
@@ -128,7 +139,7 @@ declare const SchemaField: {
|
|
|
128
139
|
placeholder?: string;
|
|
129
140
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
130
141
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
131
|
-
}, "
|
|
142
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react12.RefAttributes<unknown>>;
|
|
132
143
|
Combobox: react12.FC;
|
|
133
144
|
TagsInput: typeof TagsInput;
|
|
134
145
|
FileUploadInline: react12.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react12.RefAttributes<unknown>>;
|
|
@@ -142,11 +153,16 @@ declare const SchemaField: {
|
|
|
142
153
|
mode?: "accordion" | "multiple";
|
|
143
154
|
}>;
|
|
144
155
|
ArrayPopover: react12.FC<ArrayComponentProps>;
|
|
156
|
+
ObjectContainer: react12.FC<ObjectContainerProps>;
|
|
157
|
+
Hidden: react12.ForwardRefExoticComponent<Partial<{
|
|
158
|
+
children?: React.ReactNode;
|
|
159
|
+
value?: string;
|
|
160
|
+
}> & react12.RefAttributes<unknown>>;
|
|
145
161
|
}, Component_3, Decorator_3>): JSX.Element;
|
|
146
162
|
displayName: string;
|
|
147
163
|
};
|
|
148
164
|
Array: {
|
|
149
|
-
<Decorator_4 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_4 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
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<{
|
|
150
166
|
FormItem: react12.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
151
167
|
children?: react12.ReactNode | undefined;
|
|
152
168
|
}>, "ref"> & react12.RefAttributes<unknown>>;
|
|
@@ -169,7 +185,7 @@ declare const SchemaField: {
|
|
|
169
185
|
placeholder?: string;
|
|
170
186
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
171
187
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
172
|
-
}, "
|
|
188
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react12.RefAttributes<unknown>>;
|
|
173
189
|
Combobox: react12.FC;
|
|
174
190
|
TagsInput: typeof TagsInput;
|
|
175
191
|
FileUploadInline: react12.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react12.RefAttributes<unknown>>;
|
|
@@ -183,11 +199,16 @@ declare const SchemaField: {
|
|
|
183
199
|
mode?: "accordion" | "multiple";
|
|
184
200
|
}>;
|
|
185
201
|
ArrayPopover: react12.FC<ArrayComponentProps>;
|
|
202
|
+
ObjectContainer: react12.FC<ObjectContainerProps>;
|
|
203
|
+
Hidden: react12.ForwardRefExoticComponent<Partial<{
|
|
204
|
+
children?: React.ReactNode;
|
|
205
|
+
value?: string;
|
|
206
|
+
}> & react12.RefAttributes<unknown>>;
|
|
186
207
|
}, Component_4, Decorator_4>): JSX.Element;
|
|
187
208
|
displayName: string;
|
|
188
209
|
};
|
|
189
210
|
Boolean: {
|
|
190
|
-
<Decorator_5 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_5 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
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<{
|
|
191
212
|
FormItem: react12.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
192
213
|
children?: react12.ReactNode | undefined;
|
|
193
214
|
}>, "ref"> & react12.RefAttributes<unknown>>;
|
|
@@ -210,7 +231,7 @@ declare const SchemaField: {
|
|
|
210
231
|
placeholder?: string;
|
|
211
232
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
212
233
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
213
|
-
}, "
|
|
234
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react12.RefAttributes<unknown>>;
|
|
214
235
|
Combobox: react12.FC;
|
|
215
236
|
TagsInput: typeof TagsInput;
|
|
216
237
|
FileUploadInline: react12.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react12.RefAttributes<unknown>>;
|
|
@@ -224,11 +245,16 @@ declare const SchemaField: {
|
|
|
224
245
|
mode?: "accordion" | "multiple";
|
|
225
246
|
}>;
|
|
226
247
|
ArrayPopover: react12.FC<ArrayComponentProps>;
|
|
248
|
+
ObjectContainer: react12.FC<ObjectContainerProps>;
|
|
249
|
+
Hidden: react12.ForwardRefExoticComponent<Partial<{
|
|
250
|
+
children?: React.ReactNode;
|
|
251
|
+
value?: string;
|
|
252
|
+
}> & react12.RefAttributes<unknown>>;
|
|
227
253
|
}, Component_5, Decorator_5>): JSX.Element;
|
|
228
254
|
displayName: string;
|
|
229
255
|
};
|
|
230
256
|
Date: {
|
|
231
|
-
<Decorator_6 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_6 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
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<{
|
|
232
258
|
FormItem: react12.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
233
259
|
children?: react12.ReactNode | undefined;
|
|
234
260
|
}>, "ref"> & react12.RefAttributes<unknown>>;
|
|
@@ -251,7 +277,7 @@ declare const SchemaField: {
|
|
|
251
277
|
placeholder?: string;
|
|
252
278
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
253
279
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
254
|
-
}, "
|
|
280
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react12.RefAttributes<unknown>>;
|
|
255
281
|
Combobox: react12.FC;
|
|
256
282
|
TagsInput: typeof TagsInput;
|
|
257
283
|
FileUploadInline: react12.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react12.RefAttributes<unknown>>;
|
|
@@ -265,11 +291,16 @@ declare const SchemaField: {
|
|
|
265
291
|
mode?: "accordion" | "multiple";
|
|
266
292
|
}>;
|
|
267
293
|
ArrayPopover: react12.FC<ArrayComponentProps>;
|
|
294
|
+
ObjectContainer: react12.FC<ObjectContainerProps>;
|
|
295
|
+
Hidden: react12.ForwardRefExoticComponent<Partial<{
|
|
296
|
+
children?: React.ReactNode;
|
|
297
|
+
value?: string;
|
|
298
|
+
}> & react12.RefAttributes<unknown>>;
|
|
268
299
|
}, Component_6, Decorator_6>): JSX.Element;
|
|
269
300
|
displayName: string;
|
|
270
301
|
};
|
|
271
302
|
DateTime: {
|
|
272
|
-
<Decorator_7 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_7 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
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<{
|
|
273
304
|
FormItem: react12.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
274
305
|
children?: react12.ReactNode | undefined;
|
|
275
306
|
}>, "ref"> & react12.RefAttributes<unknown>>;
|
|
@@ -292,7 +323,7 @@ declare const SchemaField: {
|
|
|
292
323
|
placeholder?: string;
|
|
293
324
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
294
325
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
295
|
-
}, "
|
|
326
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react12.RefAttributes<unknown>>;
|
|
296
327
|
Combobox: react12.FC;
|
|
297
328
|
TagsInput: typeof TagsInput;
|
|
298
329
|
FileUploadInline: react12.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react12.RefAttributes<unknown>>;
|
|
@@ -306,11 +337,16 @@ declare const SchemaField: {
|
|
|
306
337
|
mode?: "accordion" | "multiple";
|
|
307
338
|
}>;
|
|
308
339
|
ArrayPopover: react12.FC<ArrayComponentProps>;
|
|
340
|
+
ObjectContainer: react12.FC<ObjectContainerProps>;
|
|
341
|
+
Hidden: react12.ForwardRefExoticComponent<Partial<{
|
|
342
|
+
children?: React.ReactNode;
|
|
343
|
+
value?: string;
|
|
344
|
+
}> & react12.RefAttributes<unknown>>;
|
|
309
345
|
}, Component_7, Decorator_7>): JSX.Element;
|
|
310
346
|
displayName: string;
|
|
311
347
|
};
|
|
312
348
|
Void: {
|
|
313
|
-
<Decorator_8 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_8 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
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<{
|
|
314
350
|
FormItem: react12.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
315
351
|
children?: react12.ReactNode | undefined;
|
|
316
352
|
}>, "ref"> & react12.RefAttributes<unknown>>;
|
|
@@ -333,7 +369,7 @@ declare const SchemaField: {
|
|
|
333
369
|
placeholder?: string;
|
|
334
370
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
335
371
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
336
|
-
}, "
|
|
372
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react12.RefAttributes<unknown>>;
|
|
337
373
|
Combobox: react12.FC;
|
|
338
374
|
TagsInput: typeof TagsInput;
|
|
339
375
|
FileUploadInline: react12.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react12.RefAttributes<unknown>>;
|
|
@@ -347,11 +383,16 @@ declare const SchemaField: {
|
|
|
347
383
|
mode?: "accordion" | "multiple";
|
|
348
384
|
}>;
|
|
349
385
|
ArrayPopover: react12.FC<ArrayComponentProps>;
|
|
386
|
+
ObjectContainer: react12.FC<ObjectContainerProps>;
|
|
387
|
+
Hidden: react12.ForwardRefExoticComponent<Partial<{
|
|
388
|
+
children?: React.ReactNode;
|
|
389
|
+
value?: string;
|
|
390
|
+
}> & react12.RefAttributes<unknown>>;
|
|
350
391
|
}, Component_8, Decorator_8>): JSX.Element;
|
|
351
392
|
displayName: string;
|
|
352
393
|
};
|
|
353
394
|
Number: {
|
|
354
|
-
<Decorator_9 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_9 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
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<{
|
|
355
396
|
FormItem: react12.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
356
397
|
children?: react12.ReactNode | undefined;
|
|
357
398
|
}>, "ref"> & react12.RefAttributes<unknown>>;
|
|
@@ -374,7 +415,7 @@ declare const SchemaField: {
|
|
|
374
415
|
placeholder?: string;
|
|
375
416
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
376
417
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
377
|
-
}, "
|
|
418
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react12.RefAttributes<unknown>>;
|
|
378
419
|
Combobox: react12.FC;
|
|
379
420
|
TagsInput: typeof TagsInput;
|
|
380
421
|
FileUploadInline: react12.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react12.RefAttributes<unknown>>;
|
|
@@ -388,6 +429,11 @@ declare const SchemaField: {
|
|
|
388
429
|
mode?: "accordion" | "multiple";
|
|
389
430
|
}>;
|
|
390
431
|
ArrayPopover: react12.FC<ArrayComponentProps>;
|
|
432
|
+
ObjectContainer: react12.FC<ObjectContainerProps>;
|
|
433
|
+
Hidden: react12.ForwardRefExoticComponent<Partial<{
|
|
434
|
+
children?: React.ReactNode;
|
|
435
|
+
value?: string;
|
|
436
|
+
}> & react12.RefAttributes<unknown>>;
|
|
391
437
|
}, Component_9, Decorator_9>): JSX.Element;
|
|
392
438
|
displayName: string;
|
|
393
439
|
};
|