@pixpilot/formily-shadcn 0.5.0 → 0.6.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/array-base/components/addition.cjs +1 -1
- package/dist/components/array-base/components/addition.d.cts +1 -1
- package/dist/components/array-base/components/addition.d.ts +1 -1
- package/dist/components/array-base/components/addition.js +1 -1
- package/dist/components/array-base/components/array-copy.cjs +1 -1
- package/dist/components/array-base/components/array-copy.js +1 -1
- package/dist/components/array-base/components/edit.cjs +1 -1
- package/dist/components/array-base/components/edit.js +1 -1
- package/dist/components/array-base/components/move-down.cjs +1 -1
- package/dist/components/array-base/components/move-down.js +1 -1
- package/dist/components/array-base/components/move-up.cjs +1 -1
- package/dist/components/array-base/components/move-up.js +1 -1
- package/dist/components/array-base/components/remove.cjs +1 -1
- package/dist/components/array-base/components/remove.js +1 -1
- package/dist/components/array-common/item-wrapper.cjs +1 -1
- package/dist/components/array-common/item-wrapper.js +1 -1
- package/dist/components/checkbox.d.cts +2 -2
- package/dist/components/checkbox.d.ts +2 -2
- package/dist/components/combobox.cjs +1 -1
- package/dist/components/combobox.js +1 -1
- package/dist/components/context/form-context.d.cts +15 -1
- package/dist/components/context/form-context.d.ts +15 -1
- package/dist/components/date-picker.cjs +1 -1
- package/dist/components/date-picker.d.cts +3 -3
- package/dist/components/date-picker.d.ts +3 -3
- package/dist/components/date-picker.js +1 -1
- package/dist/components/file-upload-inline.cjs +2 -2
- package/dist/components/file-upload-inline.d.cts +1 -1
- package/dist/components/file-upload-inline.d.ts +1 -1
- package/dist/components/file-upload-inline.js +2 -2
- package/dist/components/form.cjs +1 -1
- package/dist/components/form.d.cts +2 -1
- package/dist/components/form.d.ts +2 -1
- package/dist/components/form.js +1 -1
- package/dist/components/icon-picker.cjs +1 -0
- package/dist/components/icon-picker.d.cts +15 -0
- package/dist/components/icon-picker.d.ts +15 -0
- package/dist/components/icon-picker.js +1 -0
- package/dist/components/input.d.cts +2 -2
- package/dist/components/input.d.ts +2 -2
- package/dist/components/number-input.d.cts +2 -2
- package/dist/components/number-input.d.ts +2 -2
- package/dist/components/radio.d.cts +2 -2
- package/dist/components/radio.d.ts +2 -2
- package/dist/components/row.d.cts +2 -2
- package/dist/components/row.d.ts +2 -2
- package/dist/components/schema-field.cjs +1 -1
- package/dist/components/schema-field.d.cts +237 -210
- package/dist/components/schema-field.d.ts +236 -209
- package/dist/components/schema-field.js +1 -1
- package/dist/components/select.cjs +1 -1
- package/dist/components/select.js +1 -1
- package/dist/components/separator.d.cts +3 -3
- package/dist/components/separator.d.ts +3 -3
- package/dist/components/slider.cjs +1 -1
- package/dist/components/slider.d.cts +2 -2
- package/dist/components/slider.d.ts +2 -2
- package/dist/components/slider.js +1 -1
- package/dist/components/switch.d.cts +3 -3
- package/dist/components/switch.d.ts +2 -2
- package/dist/components/tags-input-inline.cjs +1 -1
- package/dist/components/tags-input-inline.d.cts +3 -3
- package/dist/components/tags-input-inline.d.ts +3 -3
- package/dist/components/tags-input-inline.js +1 -1
- package/dist/components/textarea.d.cts +2 -2
- package/dist/components/textarea.d.ts +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +3 -5
- package/dist/index.d.ts +3 -5
- package/dist/index.js +1 -1
- package/dist/types/form.d.cts +9 -1
- package/dist/types/form.d.ts +9 -1
- package/package.json +6 -3
|
@@ -5,11 +5,11 @@ import { FormGrid } from "./form-grid.cjs";
|
|
|
5
5
|
import { FormItemProps } from "./form-item.cjs";
|
|
6
6
|
import { Row } from "./row.cjs";
|
|
7
7
|
import { ObjectContainerProps } from "./object-container.cjs";
|
|
8
|
-
import * as _formily_react0 from "@formily/react";
|
|
9
|
-
import * as react14 from "react";
|
|
10
|
-
import * as _formily_core0 from "@formily/core";
|
|
11
8
|
import * as _pixpilot_shadcn_ui0 from "@pixpilot/shadcn-ui";
|
|
12
9
|
import { TagsInput } from "@pixpilot/shadcn-ui";
|
|
10
|
+
import * as _formily_react0 from "@formily/react";
|
|
11
|
+
import * as react24 from "react";
|
|
12
|
+
import * as _formily_core0 from "@formily/core";
|
|
13
13
|
import * as _radix_ui_react_checkbox0 from "@radix-ui/react-checkbox";
|
|
14
14
|
import * as react_day_picker0 from "react-day-picker";
|
|
15
15
|
import * as _radix_ui_react_separator0 from "@radix-ui/react-separator";
|
|
@@ -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" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof", Component_1 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof">(props: _formily_react0.ISchemaMarkupFieldProps<{
|
|
28
|
-
FormItem:
|
|
29
|
-
children?:
|
|
30
|
-
}>, "ref"> &
|
|
27
|
+
<Decorator_1 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "IconPicker" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$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" | "IconPicker" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$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: react24.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
29
|
+
children?: react24.ReactNode | undefined;
|
|
30
|
+
}>, "ref"> & react24.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: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
35
|
+
Textarea: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLTextAreaElement> & react24.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
36
|
+
Checkbox: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
37
|
+
Radio: react24.FC;
|
|
38
|
+
Select: react24.FC;
|
|
39
|
+
NumberInput: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
40
|
+
DatePicker: react24.ForwardRefExoticComponent<Partial<{
|
|
41
41
|
value?: Date;
|
|
42
42
|
onChange?: (date: Date | undefined) => void;
|
|
43
43
|
placeholder?: string;
|
|
@@ -47,43 +47,46 @@ 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">> & react24.RefAttributes<unknown>>;
|
|
51
|
+
Combobox: react24.FC;
|
|
52
52
|
TagsInput: typeof TagsInput;
|
|
53
|
-
FileUploadInline:
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
53
|
+
FileUploadInline: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
54
|
+
IconPicker: react24.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui0.IconPickerProps, "providers"> & {
|
|
55
|
+
providers?: _pixpilot_shadcn_ui0.IconProvider[];
|
|
56
|
+
}> & react24.RefAttributes<unknown>>;
|
|
57
|
+
Separator: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react24.RefAttributes<HTMLDivElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
58
|
+
Slider: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
59
|
+
Switch: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
57
60
|
ArrayCards: ComposedArrayProps;
|
|
58
|
-
ArrayDialog:
|
|
59
|
-
ArrayCollapse:
|
|
61
|
+
ArrayDialog: react24.FC<ArrayComponentProps>;
|
|
62
|
+
ArrayCollapse: react24.FC<ArrayComponentProps & {
|
|
60
63
|
defaultActiveKey?: Array<string | number>;
|
|
61
64
|
mode?: "accordion" | "multiple";
|
|
62
65
|
}>;
|
|
63
|
-
ArrayPopover:
|
|
64
|
-
ObjectContainer:
|
|
65
|
-
Hidden:
|
|
66
|
+
ArrayPopover: react24.FC<ArrayComponentProps>;
|
|
67
|
+
ObjectContainer: react24.FC<ObjectContainerProps>;
|
|
68
|
+
Hidden: react24.ForwardRefExoticComponent<Partial<{
|
|
66
69
|
children?: React.ReactNode;
|
|
67
70
|
value?: string;
|
|
68
|
-
}> &
|
|
71
|
+
}> & react24.RefAttributes<unknown>>;
|
|
69
72
|
}, Component_1, Decorator_1>): JSX.Element;
|
|
70
73
|
displayName: string;
|
|
71
74
|
};
|
|
72
75
|
String: {
|
|
73
|
-
<Decorator_2 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof", Component_2 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
74
|
-
FormItem:
|
|
75
|
-
children?:
|
|
76
|
-
}>, "ref"> &
|
|
76
|
+
<Decorator_2 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "IconPicker" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$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" | "IconPicker" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$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<{
|
|
77
|
+
FormItem: react24.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
78
|
+
children?: react24.ReactNode | undefined;
|
|
79
|
+
}>, "ref"> & react24.RefAttributes<unknown>>;
|
|
77
80
|
FormGrid: typeof FormGrid;
|
|
78
81
|
Row: typeof Row;
|
|
79
82
|
Column: typeof Column;
|
|
80
|
-
Input:
|
|
81
|
-
Textarea:
|
|
82
|
-
Checkbox:
|
|
83
|
-
Radio:
|
|
84
|
-
Select:
|
|
85
|
-
NumberInput:
|
|
86
|
-
DatePicker:
|
|
83
|
+
Input: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
84
|
+
Textarea: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLTextAreaElement> & react24.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
85
|
+
Checkbox: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
86
|
+
Radio: react24.FC;
|
|
87
|
+
Select: react24.FC;
|
|
88
|
+
NumberInput: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
89
|
+
DatePicker: react24.ForwardRefExoticComponent<Partial<{
|
|
87
90
|
value?: Date;
|
|
88
91
|
onChange?: (date: Date | undefined) => void;
|
|
89
92
|
placeholder?: string;
|
|
@@ -93,43 +96,46 @@ declare const SchemaField: {
|
|
|
93
96
|
placeholder?: string;
|
|
94
97
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
95
98
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
96
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
97
|
-
Combobox:
|
|
99
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react24.RefAttributes<unknown>>;
|
|
100
|
+
Combobox: react24.FC;
|
|
98
101
|
TagsInput: typeof TagsInput;
|
|
99
|
-
FileUploadInline:
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
102
|
+
FileUploadInline: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
103
|
+
IconPicker: react24.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui0.IconPickerProps, "providers"> & {
|
|
104
|
+
providers?: _pixpilot_shadcn_ui0.IconProvider[];
|
|
105
|
+
}> & react24.RefAttributes<unknown>>;
|
|
106
|
+
Separator: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react24.RefAttributes<HTMLDivElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
107
|
+
Slider: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
108
|
+
Switch: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
103
109
|
ArrayCards: ComposedArrayProps;
|
|
104
|
-
ArrayDialog:
|
|
105
|
-
ArrayCollapse:
|
|
110
|
+
ArrayDialog: react24.FC<ArrayComponentProps>;
|
|
111
|
+
ArrayCollapse: react24.FC<ArrayComponentProps & {
|
|
106
112
|
defaultActiveKey?: Array<string | number>;
|
|
107
113
|
mode?: "accordion" | "multiple";
|
|
108
114
|
}>;
|
|
109
|
-
ArrayPopover:
|
|
110
|
-
ObjectContainer:
|
|
111
|
-
Hidden:
|
|
115
|
+
ArrayPopover: react24.FC<ArrayComponentProps>;
|
|
116
|
+
ObjectContainer: react24.FC<ObjectContainerProps>;
|
|
117
|
+
Hidden: react24.ForwardRefExoticComponent<Partial<{
|
|
112
118
|
children?: React.ReactNode;
|
|
113
119
|
value?: string;
|
|
114
|
-
}> &
|
|
120
|
+
}> & react24.RefAttributes<unknown>>;
|
|
115
121
|
}, Component_2, Decorator_2>): JSX.Element;
|
|
116
122
|
displayName: string;
|
|
117
123
|
};
|
|
118
124
|
Object: {
|
|
119
|
-
<Decorator_3 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof", Component_3 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
120
|
-
FormItem:
|
|
121
|
-
children?:
|
|
122
|
-
}>, "ref"> &
|
|
125
|
+
<Decorator_3 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "IconPicker" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$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" | "IconPicker" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$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<{
|
|
126
|
+
FormItem: react24.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
127
|
+
children?: react24.ReactNode | undefined;
|
|
128
|
+
}>, "ref"> & react24.RefAttributes<unknown>>;
|
|
123
129
|
FormGrid: typeof FormGrid;
|
|
124
130
|
Row: typeof Row;
|
|
125
131
|
Column: typeof Column;
|
|
126
|
-
Input:
|
|
127
|
-
Textarea:
|
|
128
|
-
Checkbox:
|
|
129
|
-
Radio:
|
|
130
|
-
Select:
|
|
131
|
-
NumberInput:
|
|
132
|
-
DatePicker:
|
|
132
|
+
Input: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
133
|
+
Textarea: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLTextAreaElement> & react24.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
134
|
+
Checkbox: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
135
|
+
Radio: react24.FC;
|
|
136
|
+
Select: react24.FC;
|
|
137
|
+
NumberInput: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
138
|
+
DatePicker: react24.ForwardRefExoticComponent<Partial<{
|
|
133
139
|
value?: Date;
|
|
134
140
|
onChange?: (date: Date | undefined) => void;
|
|
135
141
|
placeholder?: string;
|
|
@@ -139,43 +145,46 @@ declare const SchemaField: {
|
|
|
139
145
|
placeholder?: string;
|
|
140
146
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
141
147
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
142
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
143
|
-
Combobox:
|
|
148
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react24.RefAttributes<unknown>>;
|
|
149
|
+
Combobox: react24.FC;
|
|
144
150
|
TagsInput: typeof TagsInput;
|
|
145
|
-
FileUploadInline:
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
151
|
+
FileUploadInline: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
152
|
+
IconPicker: react24.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui0.IconPickerProps, "providers"> & {
|
|
153
|
+
providers?: _pixpilot_shadcn_ui0.IconProvider[];
|
|
154
|
+
}> & react24.RefAttributes<unknown>>;
|
|
155
|
+
Separator: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react24.RefAttributes<HTMLDivElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
156
|
+
Slider: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
157
|
+
Switch: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
149
158
|
ArrayCards: ComposedArrayProps;
|
|
150
|
-
ArrayDialog:
|
|
151
|
-
ArrayCollapse:
|
|
159
|
+
ArrayDialog: react24.FC<ArrayComponentProps>;
|
|
160
|
+
ArrayCollapse: react24.FC<ArrayComponentProps & {
|
|
152
161
|
defaultActiveKey?: Array<string | number>;
|
|
153
162
|
mode?: "accordion" | "multiple";
|
|
154
163
|
}>;
|
|
155
|
-
ArrayPopover:
|
|
156
|
-
ObjectContainer:
|
|
157
|
-
Hidden:
|
|
164
|
+
ArrayPopover: react24.FC<ArrayComponentProps>;
|
|
165
|
+
ObjectContainer: react24.FC<ObjectContainerProps>;
|
|
166
|
+
Hidden: react24.ForwardRefExoticComponent<Partial<{
|
|
158
167
|
children?: React.ReactNode;
|
|
159
168
|
value?: string;
|
|
160
|
-
}> &
|
|
169
|
+
}> & react24.RefAttributes<unknown>>;
|
|
161
170
|
}, Component_3, Decorator_3>): JSX.Element;
|
|
162
171
|
displayName: string;
|
|
163
172
|
};
|
|
164
173
|
Array: {
|
|
165
|
-
<Decorator_4 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof", Component_4 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
166
|
-
FormItem:
|
|
167
|
-
children?:
|
|
168
|
-
}>, "ref"> &
|
|
174
|
+
<Decorator_4 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "IconPicker" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$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" | "IconPicker" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$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<{
|
|
175
|
+
FormItem: react24.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
176
|
+
children?: react24.ReactNode | undefined;
|
|
177
|
+
}>, "ref"> & react24.RefAttributes<unknown>>;
|
|
169
178
|
FormGrid: typeof FormGrid;
|
|
170
179
|
Row: typeof Row;
|
|
171
180
|
Column: typeof Column;
|
|
172
|
-
Input:
|
|
173
|
-
Textarea:
|
|
174
|
-
Checkbox:
|
|
175
|
-
Radio:
|
|
176
|
-
Select:
|
|
177
|
-
NumberInput:
|
|
178
|
-
DatePicker:
|
|
181
|
+
Input: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
182
|
+
Textarea: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLTextAreaElement> & react24.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
183
|
+
Checkbox: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
184
|
+
Radio: react24.FC;
|
|
185
|
+
Select: react24.FC;
|
|
186
|
+
NumberInput: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
187
|
+
DatePicker: react24.ForwardRefExoticComponent<Partial<{
|
|
179
188
|
value?: Date;
|
|
180
189
|
onChange?: (date: Date | undefined) => void;
|
|
181
190
|
placeholder?: string;
|
|
@@ -185,43 +194,46 @@ declare const SchemaField: {
|
|
|
185
194
|
placeholder?: string;
|
|
186
195
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
187
196
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
188
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
189
|
-
Combobox:
|
|
197
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react24.RefAttributes<unknown>>;
|
|
198
|
+
Combobox: react24.FC;
|
|
190
199
|
TagsInput: typeof TagsInput;
|
|
191
|
-
FileUploadInline:
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
200
|
+
FileUploadInline: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
201
|
+
IconPicker: react24.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui0.IconPickerProps, "providers"> & {
|
|
202
|
+
providers?: _pixpilot_shadcn_ui0.IconProvider[];
|
|
203
|
+
}> & react24.RefAttributes<unknown>>;
|
|
204
|
+
Separator: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react24.RefAttributes<HTMLDivElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
205
|
+
Slider: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
206
|
+
Switch: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
195
207
|
ArrayCards: ComposedArrayProps;
|
|
196
|
-
ArrayDialog:
|
|
197
|
-
ArrayCollapse:
|
|
208
|
+
ArrayDialog: react24.FC<ArrayComponentProps>;
|
|
209
|
+
ArrayCollapse: react24.FC<ArrayComponentProps & {
|
|
198
210
|
defaultActiveKey?: Array<string | number>;
|
|
199
211
|
mode?: "accordion" | "multiple";
|
|
200
212
|
}>;
|
|
201
|
-
ArrayPopover:
|
|
202
|
-
ObjectContainer:
|
|
203
|
-
Hidden:
|
|
213
|
+
ArrayPopover: react24.FC<ArrayComponentProps>;
|
|
214
|
+
ObjectContainer: react24.FC<ObjectContainerProps>;
|
|
215
|
+
Hidden: react24.ForwardRefExoticComponent<Partial<{
|
|
204
216
|
children?: React.ReactNode;
|
|
205
217
|
value?: string;
|
|
206
|
-
}> &
|
|
218
|
+
}> & react24.RefAttributes<unknown>>;
|
|
207
219
|
}, Component_4, Decorator_4>): JSX.Element;
|
|
208
220
|
displayName: string;
|
|
209
221
|
};
|
|
210
222
|
Boolean: {
|
|
211
|
-
<Decorator_5 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof", Component_5 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
212
|
-
FormItem:
|
|
213
|
-
children?:
|
|
214
|
-
}>, "ref"> &
|
|
223
|
+
<Decorator_5 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "IconPicker" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$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" | "IconPicker" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$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<{
|
|
224
|
+
FormItem: react24.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
225
|
+
children?: react24.ReactNode | undefined;
|
|
226
|
+
}>, "ref"> & react24.RefAttributes<unknown>>;
|
|
215
227
|
FormGrid: typeof FormGrid;
|
|
216
228
|
Row: typeof Row;
|
|
217
229
|
Column: typeof Column;
|
|
218
|
-
Input:
|
|
219
|
-
Textarea:
|
|
220
|
-
Checkbox:
|
|
221
|
-
Radio:
|
|
222
|
-
Select:
|
|
223
|
-
NumberInput:
|
|
224
|
-
DatePicker:
|
|
230
|
+
Input: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
231
|
+
Textarea: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLTextAreaElement> & react24.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
232
|
+
Checkbox: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
233
|
+
Radio: react24.FC;
|
|
234
|
+
Select: react24.FC;
|
|
235
|
+
NumberInput: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
236
|
+
DatePicker: react24.ForwardRefExoticComponent<Partial<{
|
|
225
237
|
value?: Date;
|
|
226
238
|
onChange?: (date: Date | undefined) => void;
|
|
227
239
|
placeholder?: string;
|
|
@@ -231,43 +243,46 @@ declare const SchemaField: {
|
|
|
231
243
|
placeholder?: string;
|
|
232
244
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
233
245
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
234
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
235
|
-
Combobox:
|
|
246
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react24.RefAttributes<unknown>>;
|
|
247
|
+
Combobox: react24.FC;
|
|
236
248
|
TagsInput: typeof TagsInput;
|
|
237
|
-
FileUploadInline:
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
249
|
+
FileUploadInline: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
250
|
+
IconPicker: react24.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui0.IconPickerProps, "providers"> & {
|
|
251
|
+
providers?: _pixpilot_shadcn_ui0.IconProvider[];
|
|
252
|
+
}> & react24.RefAttributes<unknown>>;
|
|
253
|
+
Separator: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react24.RefAttributes<HTMLDivElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
254
|
+
Slider: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
255
|
+
Switch: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
241
256
|
ArrayCards: ComposedArrayProps;
|
|
242
|
-
ArrayDialog:
|
|
243
|
-
ArrayCollapse:
|
|
257
|
+
ArrayDialog: react24.FC<ArrayComponentProps>;
|
|
258
|
+
ArrayCollapse: react24.FC<ArrayComponentProps & {
|
|
244
259
|
defaultActiveKey?: Array<string | number>;
|
|
245
260
|
mode?: "accordion" | "multiple";
|
|
246
261
|
}>;
|
|
247
|
-
ArrayPopover:
|
|
248
|
-
ObjectContainer:
|
|
249
|
-
Hidden:
|
|
262
|
+
ArrayPopover: react24.FC<ArrayComponentProps>;
|
|
263
|
+
ObjectContainer: react24.FC<ObjectContainerProps>;
|
|
264
|
+
Hidden: react24.ForwardRefExoticComponent<Partial<{
|
|
250
265
|
children?: React.ReactNode;
|
|
251
266
|
value?: string;
|
|
252
|
-
}> &
|
|
267
|
+
}> & react24.RefAttributes<unknown>>;
|
|
253
268
|
}, Component_5, Decorator_5>): JSX.Element;
|
|
254
269
|
displayName: string;
|
|
255
270
|
};
|
|
256
271
|
Date: {
|
|
257
|
-
<Decorator_6 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof", Component_6 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
258
|
-
FormItem:
|
|
259
|
-
children?:
|
|
260
|
-
}>, "ref"> &
|
|
272
|
+
<Decorator_6 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "IconPicker" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$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" | "IconPicker" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$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
|
+
FormItem: react24.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
274
|
+
children?: react24.ReactNode | undefined;
|
|
275
|
+
}>, "ref"> & react24.RefAttributes<unknown>>;
|
|
261
276
|
FormGrid: typeof FormGrid;
|
|
262
277
|
Row: typeof Row;
|
|
263
278
|
Column: typeof Column;
|
|
264
|
-
Input:
|
|
265
|
-
Textarea:
|
|
266
|
-
Checkbox:
|
|
267
|
-
Radio:
|
|
268
|
-
Select:
|
|
269
|
-
NumberInput:
|
|
270
|
-
DatePicker:
|
|
279
|
+
Input: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
280
|
+
Textarea: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLTextAreaElement> & react24.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
281
|
+
Checkbox: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
282
|
+
Radio: react24.FC;
|
|
283
|
+
Select: react24.FC;
|
|
284
|
+
NumberInput: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
285
|
+
DatePicker: react24.ForwardRefExoticComponent<Partial<{
|
|
271
286
|
value?: Date;
|
|
272
287
|
onChange?: (date: Date | undefined) => void;
|
|
273
288
|
placeholder?: string;
|
|
@@ -277,43 +292,46 @@ declare const SchemaField: {
|
|
|
277
292
|
placeholder?: string;
|
|
278
293
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
279
294
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
280
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
281
|
-
Combobox:
|
|
295
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react24.RefAttributes<unknown>>;
|
|
296
|
+
Combobox: react24.FC;
|
|
282
297
|
TagsInput: typeof TagsInput;
|
|
283
|
-
FileUploadInline:
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
298
|
+
FileUploadInline: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
299
|
+
IconPicker: react24.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui0.IconPickerProps, "providers"> & {
|
|
300
|
+
providers?: _pixpilot_shadcn_ui0.IconProvider[];
|
|
301
|
+
}> & react24.RefAttributes<unknown>>;
|
|
302
|
+
Separator: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react24.RefAttributes<HTMLDivElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
303
|
+
Slider: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
304
|
+
Switch: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
287
305
|
ArrayCards: ComposedArrayProps;
|
|
288
|
-
ArrayDialog:
|
|
289
|
-
ArrayCollapse:
|
|
306
|
+
ArrayDialog: react24.FC<ArrayComponentProps>;
|
|
307
|
+
ArrayCollapse: react24.FC<ArrayComponentProps & {
|
|
290
308
|
defaultActiveKey?: Array<string | number>;
|
|
291
309
|
mode?: "accordion" | "multiple";
|
|
292
310
|
}>;
|
|
293
|
-
ArrayPopover:
|
|
294
|
-
ObjectContainer:
|
|
295
|
-
Hidden:
|
|
311
|
+
ArrayPopover: react24.FC<ArrayComponentProps>;
|
|
312
|
+
ObjectContainer: react24.FC<ObjectContainerProps>;
|
|
313
|
+
Hidden: react24.ForwardRefExoticComponent<Partial<{
|
|
296
314
|
children?: React.ReactNode;
|
|
297
315
|
value?: string;
|
|
298
|
-
}> &
|
|
316
|
+
}> & react24.RefAttributes<unknown>>;
|
|
299
317
|
}, Component_6, Decorator_6>): JSX.Element;
|
|
300
318
|
displayName: string;
|
|
301
319
|
};
|
|
302
320
|
DateTime: {
|
|
303
|
-
<Decorator_7 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof", Component_7 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
304
|
-
FormItem:
|
|
305
|
-
children?:
|
|
306
|
-
}>, "ref"> &
|
|
321
|
+
<Decorator_7 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "IconPicker" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$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" | "IconPicker" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$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<{
|
|
322
|
+
FormItem: react24.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
323
|
+
children?: react24.ReactNode | undefined;
|
|
324
|
+
}>, "ref"> & react24.RefAttributes<unknown>>;
|
|
307
325
|
FormGrid: typeof FormGrid;
|
|
308
326
|
Row: typeof Row;
|
|
309
327
|
Column: typeof Column;
|
|
310
|
-
Input:
|
|
311
|
-
Textarea:
|
|
312
|
-
Checkbox:
|
|
313
|
-
Radio:
|
|
314
|
-
Select:
|
|
315
|
-
NumberInput:
|
|
316
|
-
DatePicker:
|
|
328
|
+
Input: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
329
|
+
Textarea: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLTextAreaElement> & react24.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
330
|
+
Checkbox: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
331
|
+
Radio: react24.FC;
|
|
332
|
+
Select: react24.FC;
|
|
333
|
+
NumberInput: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
334
|
+
DatePicker: react24.ForwardRefExoticComponent<Partial<{
|
|
317
335
|
value?: Date;
|
|
318
336
|
onChange?: (date: Date | undefined) => void;
|
|
319
337
|
placeholder?: string;
|
|
@@ -323,43 +341,46 @@ declare const SchemaField: {
|
|
|
323
341
|
placeholder?: string;
|
|
324
342
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
325
343
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
326
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
327
|
-
Combobox:
|
|
344
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react24.RefAttributes<unknown>>;
|
|
345
|
+
Combobox: react24.FC;
|
|
328
346
|
TagsInput: typeof TagsInput;
|
|
329
|
-
FileUploadInline:
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
347
|
+
FileUploadInline: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
348
|
+
IconPicker: react24.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui0.IconPickerProps, "providers"> & {
|
|
349
|
+
providers?: _pixpilot_shadcn_ui0.IconProvider[];
|
|
350
|
+
}> & react24.RefAttributes<unknown>>;
|
|
351
|
+
Separator: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react24.RefAttributes<HTMLDivElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
352
|
+
Slider: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
353
|
+
Switch: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
333
354
|
ArrayCards: ComposedArrayProps;
|
|
334
|
-
ArrayDialog:
|
|
335
|
-
ArrayCollapse:
|
|
355
|
+
ArrayDialog: react24.FC<ArrayComponentProps>;
|
|
356
|
+
ArrayCollapse: react24.FC<ArrayComponentProps & {
|
|
336
357
|
defaultActiveKey?: Array<string | number>;
|
|
337
358
|
mode?: "accordion" | "multiple";
|
|
338
359
|
}>;
|
|
339
|
-
ArrayPopover:
|
|
340
|
-
ObjectContainer:
|
|
341
|
-
Hidden:
|
|
360
|
+
ArrayPopover: react24.FC<ArrayComponentProps>;
|
|
361
|
+
ObjectContainer: react24.FC<ObjectContainerProps>;
|
|
362
|
+
Hidden: react24.ForwardRefExoticComponent<Partial<{
|
|
342
363
|
children?: React.ReactNode;
|
|
343
364
|
value?: string;
|
|
344
|
-
}> &
|
|
365
|
+
}> & react24.RefAttributes<unknown>>;
|
|
345
366
|
}, Component_7, Decorator_7>): JSX.Element;
|
|
346
367
|
displayName: string;
|
|
347
368
|
};
|
|
348
369
|
Void: {
|
|
349
|
-
<Decorator_8 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof", Component_8 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
350
|
-
FormItem:
|
|
351
|
-
children?:
|
|
352
|
-
}>, "ref"> &
|
|
370
|
+
<Decorator_8 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "IconPicker" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$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" | "IconPicker" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$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<{
|
|
371
|
+
FormItem: react24.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
372
|
+
children?: react24.ReactNode | undefined;
|
|
373
|
+
}>, "ref"> & react24.RefAttributes<unknown>>;
|
|
353
374
|
FormGrid: typeof FormGrid;
|
|
354
375
|
Row: typeof Row;
|
|
355
376
|
Column: typeof Column;
|
|
356
|
-
Input:
|
|
357
|
-
Textarea:
|
|
358
|
-
Checkbox:
|
|
359
|
-
Radio:
|
|
360
|
-
Select:
|
|
361
|
-
NumberInput:
|
|
362
|
-
DatePicker:
|
|
377
|
+
Input: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
378
|
+
Textarea: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLTextAreaElement> & react24.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
379
|
+
Checkbox: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
380
|
+
Radio: react24.FC;
|
|
381
|
+
Select: react24.FC;
|
|
382
|
+
NumberInput: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
383
|
+
DatePicker: react24.ForwardRefExoticComponent<Partial<{
|
|
363
384
|
value?: Date;
|
|
364
385
|
onChange?: (date: Date | undefined) => void;
|
|
365
386
|
placeholder?: string;
|
|
@@ -369,43 +390,46 @@ declare const SchemaField: {
|
|
|
369
390
|
placeholder?: string;
|
|
370
391
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
371
392
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
372
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
373
|
-
Combobox:
|
|
393
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react24.RefAttributes<unknown>>;
|
|
394
|
+
Combobox: react24.FC;
|
|
374
395
|
TagsInput: typeof TagsInput;
|
|
375
|
-
FileUploadInline:
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
396
|
+
FileUploadInline: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
397
|
+
IconPicker: react24.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui0.IconPickerProps, "providers"> & {
|
|
398
|
+
providers?: _pixpilot_shadcn_ui0.IconProvider[];
|
|
399
|
+
}> & react24.RefAttributes<unknown>>;
|
|
400
|
+
Separator: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react24.RefAttributes<HTMLDivElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
401
|
+
Slider: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
402
|
+
Switch: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
379
403
|
ArrayCards: ComposedArrayProps;
|
|
380
|
-
ArrayDialog:
|
|
381
|
-
ArrayCollapse:
|
|
404
|
+
ArrayDialog: react24.FC<ArrayComponentProps>;
|
|
405
|
+
ArrayCollapse: react24.FC<ArrayComponentProps & {
|
|
382
406
|
defaultActiveKey?: Array<string | number>;
|
|
383
407
|
mode?: "accordion" | "multiple";
|
|
384
408
|
}>;
|
|
385
|
-
ArrayPopover:
|
|
386
|
-
ObjectContainer:
|
|
387
|
-
Hidden:
|
|
409
|
+
ArrayPopover: react24.FC<ArrayComponentProps>;
|
|
410
|
+
ObjectContainer: react24.FC<ObjectContainerProps>;
|
|
411
|
+
Hidden: react24.ForwardRefExoticComponent<Partial<{
|
|
388
412
|
children?: React.ReactNode;
|
|
389
413
|
value?: string;
|
|
390
|
-
}> &
|
|
414
|
+
}> & react24.RefAttributes<unknown>>;
|
|
391
415
|
}, Component_8, Decorator_8>): JSX.Element;
|
|
392
416
|
displayName: string;
|
|
393
417
|
};
|
|
394
418
|
Number: {
|
|
395
|
-
<Decorator_9 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof", Component_9 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
396
|
-
FormItem:
|
|
397
|
-
children?:
|
|
398
|
-
}>, "ref"> &
|
|
419
|
+
<Decorator_9 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "IconPicker" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$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" | "IconPicker" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$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<{
|
|
420
|
+
FormItem: react24.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
421
|
+
children?: react24.ReactNode | undefined;
|
|
422
|
+
}>, "ref"> & react24.RefAttributes<unknown>>;
|
|
399
423
|
FormGrid: typeof FormGrid;
|
|
400
424
|
Row: typeof Row;
|
|
401
425
|
Column: typeof Column;
|
|
402
|
-
Input:
|
|
403
|
-
Textarea:
|
|
404
|
-
Checkbox:
|
|
405
|
-
Radio:
|
|
406
|
-
Select:
|
|
407
|
-
NumberInput:
|
|
408
|
-
DatePicker:
|
|
426
|
+
Input: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
427
|
+
Textarea: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLTextAreaElement> & react24.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
428
|
+
Checkbox: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
429
|
+
Radio: react24.FC;
|
|
430
|
+
Select: react24.FC;
|
|
431
|
+
NumberInput: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLInputElement> & react24.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
432
|
+
DatePicker: react24.ForwardRefExoticComponent<Partial<{
|
|
409
433
|
value?: Date;
|
|
410
434
|
onChange?: (date: Date | undefined) => void;
|
|
411
435
|
placeholder?: string;
|
|
@@ -415,25 +439,28 @@ declare const SchemaField: {
|
|
|
415
439
|
placeholder?: string;
|
|
416
440
|
} & Omit<react_day_picker0.DayPickerProps & {
|
|
417
441
|
buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
|
|
418
|
-
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> &
|
|
419
|
-
Combobox:
|
|
442
|
+
}, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react24.RefAttributes<unknown>>;
|
|
443
|
+
Combobox: react24.FC;
|
|
420
444
|
TagsInput: typeof TagsInput;
|
|
421
|
-
FileUploadInline:
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
445
|
+
FileUploadInline: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
446
|
+
IconPicker: react24.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui0.IconPickerProps, "providers"> & {
|
|
447
|
+
providers?: _pixpilot_shadcn_ui0.IconProvider[];
|
|
448
|
+
}> & react24.RefAttributes<unknown>>;
|
|
449
|
+
Separator: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react24.RefAttributes<HTMLDivElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
450
|
+
Slider: react24.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react24.RefAttributes<unknown>>;
|
|
451
|
+
Switch: react24.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react24.RefAttributes<HTMLButtonElement>>, "ref"> & react24.RefAttributes<unknown>>;
|
|
425
452
|
ArrayCards: ComposedArrayProps;
|
|
426
|
-
ArrayDialog:
|
|
427
|
-
ArrayCollapse:
|
|
453
|
+
ArrayDialog: react24.FC<ArrayComponentProps>;
|
|
454
|
+
ArrayCollapse: react24.FC<ArrayComponentProps & {
|
|
428
455
|
defaultActiveKey?: Array<string | number>;
|
|
429
456
|
mode?: "accordion" | "multiple";
|
|
430
457
|
}>;
|
|
431
|
-
ArrayPopover:
|
|
432
|
-
ObjectContainer:
|
|
433
|
-
Hidden:
|
|
458
|
+
ArrayPopover: react24.FC<ArrayComponentProps>;
|
|
459
|
+
ObjectContainer: react24.FC<ObjectContainerProps>;
|
|
460
|
+
Hidden: react24.ForwardRefExoticComponent<Partial<{
|
|
434
461
|
children?: React.ReactNode;
|
|
435
462
|
value?: string;
|
|
436
|
-
}> &
|
|
463
|
+
}> & react24.RefAttributes<unknown>>;
|
|
437
464
|
}, Component_9, Decorator_9>): JSX.Element;
|
|
438
465
|
displayName: string;
|
|
439
466
|
};
|