@pixpilot/formily-shadcn 1.16.0 → 1.17.1
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/component-context.cjs +0 -1
- package/dist/components/array-base/component-context.js +1 -1
- package/dist/components/array-base/components/Addition.cjs +0 -1
- package/dist/components/array-base/components/Addition.js +0 -1
- package/dist/components/array-base/components/ArrayItemLabel.cjs +0 -1
- package/dist/components/array-base/components/ArrayItemLabel.js +0 -1
- package/dist/components/array-base/components/get-array-components.cjs +0 -1
- package/dist/components/array-base/components/get-array-components.js +0 -1
- package/dist/components/array-cards/ArrayCards.cjs +0 -4
- package/dist/components/array-cards/ArrayCards.js +0 -4
- package/dist/components/array-cards/Item.cjs +0 -3
- package/dist/components/array-cards/Item.js +0 -3
- package/dist/components/array-collapse/ArrayCollapse.cjs +0 -4
- package/dist/components/array-collapse/ArrayCollapse.js +0 -4
- package/dist/components/array-collapse/Item.cjs +0 -3
- package/dist/components/array-collapse/Item.js +0 -3
- package/dist/components/array-common/ArrayDragHandle.cjs +0 -2
- package/dist/components/array-common/ArrayDragHandle.js +0 -2
- package/dist/components/array-common/ArrayItemHeaderRow.cjs +0 -1
- package/dist/components/array-common/ArrayItemHeaderRow.js +0 -1
- package/dist/components/array-common/ArrayItemsList.cjs +0 -3
- package/dist/components/array-common/ArrayItemsList.js +0 -3
- package/dist/components/array-common/ItemWrapper.cjs +0 -1
- package/dist/components/array-common/ItemWrapper.js +0 -1
- package/dist/components/array-common/ListItem.cjs +0 -2
- package/dist/components/array-common/ListItem.js +0 -2
- package/dist/components/array-common/RenderBuiltInOperation.cjs +0 -1
- package/dist/components/array-common/RenderBuiltInOperation.js +0 -1
- package/dist/components/array-common/use-array-item-actions.cjs +2 -3
- package/dist/components/array-common/use-array-item-actions.js +0 -1
- package/dist/components/array-common/use-array-item-wrapper-props.cjs +0 -1
- package/dist/components/array-common/use-array-item-wrapper-props.js +0 -1
- package/dist/components/array-dialog/ArrayDialog.cjs +0 -3
- package/dist/components/array-dialog/ArrayDialog.js +0 -3
- package/dist/components/array-dialog/EditDialog.cjs +0 -1
- package/dist/components/array-dialog/EditDialog.js +0 -1
- package/dist/components/array-inline/ArrayInline.cjs +0 -4
- package/dist/components/array-inline/ArrayInline.js +0 -4
- package/dist/components/array-inline/Item.cjs +0 -2
- package/dist/components/array-inline/Item.js +0 -2
- package/dist/components/array-popover/ArrayPopover.cjs +0 -3
- package/dist/components/array-popover/ArrayPopover.js +0 -3
- package/dist/components/array-popover/Popover.cjs +0 -1
- package/dist/components/array-popover/Popover.js +0 -1
- package/dist/components/array-sortable/SortableContainer.cjs +0 -3
- package/dist/components/array-sortable/SortableContainer.js +0 -3
- package/dist/components/dialog-item/BaseDialogItem.cjs +111 -0
- package/dist/components/dialog-item/BaseDialogItem.d.cts +56 -0
- package/dist/components/dialog-item/BaseDialogItem.d.ts +56 -0
- package/dist/components/dialog-item/BaseDialogItem.js +106 -0
- package/dist/components/dialog-item/ConnectedDialogItem.cjs +16 -0
- package/dist/components/dialog-item/ConnectedDialogItem.d.cts +15 -0
- package/dist/components/dialog-item/ConnectedDialogItem.d.ts +15 -0
- package/dist/components/dialog-item/ConnectedDialogItem.js +14 -0
- package/dist/components/dialog-item/index.d.cts +2 -0
- package/dist/components/dialog-item/index.d.ts +2 -0
- package/dist/components/dialog-item/mcp.js +127 -0
- package/dist/components/file-upload/use-file-upload-feedback.cjs +0 -1
- package/dist/components/file-upload/use-file-upload-feedback.js +3 -2
- package/dist/components/form/Form.cjs +0 -2
- package/dist/components/form/Form.js +0 -2
- package/dist/components/form-item/BaseFormItem.cjs +0 -1
- package/dist/components/form-item/BaseFormItem.js +0 -1
- package/dist/components/form-item/ConnectedFormItem.cjs +2 -34
- package/dist/components/form-item/ConnectedFormItem.d.cts +4 -4
- package/dist/components/form-item/ConnectedFormItem.d.ts +4 -4
- package/dist/components/form-item/ConnectedFormItem.js +3 -34
- package/dist/components/form-item/map-form-item-props.cjs +50 -0
- package/dist/components/form-item/map-form-item-props.js +47 -0
- package/dist/components/form-item-container/FormItemContainer.cjs +0 -1
- package/dist/components/form-item-container/FormItemContainer.js +0 -1
- package/dist/components/icon-picker/IconPicker.cjs +0 -1
- package/dist/components/icon-picker/IconPicker.js +0 -1
- package/dist/components/json-schema-form-renderer/JsonSchemaForm.cjs +0 -1
- package/dist/components/json-schema-form-renderer/JsonSchemaForm.js +0 -1
- package/dist/components/json-schema-form-renderer/JsonSchemaFormRenderer.cjs +0 -1
- package/dist/components/json-schema-form-renderer/JsonSchemaFormRenderer.js +0 -1
- package/dist/components/object-container/ObjectContainer.cjs +0 -2
- package/dist/components/object-container/ObjectContainer.js +0 -2
- package/dist/components/overlay-common/OverlayFields.cjs +26 -0
- package/dist/components/overlay-common/OverlayFields.d.cts +1 -0
- package/dist/components/overlay-common/OverlayFields.d.ts +1 -0
- package/dist/components/overlay-common/OverlayFields.js +24 -0
- package/dist/components/overlay-common/OverlayTrigger.cjs +27 -0
- package/dist/components/overlay-common/OverlayTrigger.d.cts +15 -0
- package/dist/components/overlay-common/OverlayTrigger.d.ts +15 -0
- package/dist/components/overlay-common/OverlayTrigger.js +23 -0
- package/dist/components/overlay-common/constants.cjs +10 -0
- package/dist/components/overlay-common/constants.js +9 -0
- package/dist/components/overlay-common/index.d.cts +4 -0
- package/dist/components/overlay-common/index.d.ts +4 -0
- package/dist/components/overlay-common/is-empty-field-value.cjs +23 -0
- package/dist/components/overlay-common/is-empty-field-value.js +22 -0
- package/dist/components/overlay-common/overlay-types.d.cts +27 -0
- package/dist/components/overlay-common/overlay-types.d.ts +27 -0
- package/dist/components/overlay-common/use-overlay.cjs +108 -0
- package/dist/components/overlay-common/use-overlay.d.cts +1 -0
- package/dist/components/overlay-common/use-overlay.d.ts +1 -0
- package/dist/components/overlay-common/use-overlay.js +105 -0
- package/dist/components/popover-item/BasePopoverItem.cjs +105 -0
- package/dist/components/popover-item/BasePopoverItem.d.cts +57 -0
- package/dist/components/popover-item/BasePopoverItem.d.ts +57 -0
- package/dist/components/popover-item/BasePopoverItem.js +101 -0
- package/dist/components/popover-item/ConnectedPopoverItem.cjs +16 -0
- package/dist/components/popover-item/ConnectedPopoverItem.d.cts +15 -0
- package/dist/components/popover-item/ConnectedPopoverItem.d.ts +15 -0
- package/dist/components/popover-item/ConnectedPopoverItem.js +14 -0
- package/dist/components/popover-item/index.d.cts +2 -0
- package/dist/components/popover-item/index.d.ts +2 -0
- package/dist/components/popover-item/mcp.js +127 -0
- package/dist/components/radio/Radio.d.cts +2 -2
- package/dist/components/rich-text-editor/RichTextEditor.cjs +0 -1
- package/dist/components/rich-text-editor/RichTextEditor.js +0 -1
- package/dist/components/row/Row.d.cts +2 -2
- package/dist/components/schema-field/schema-field-basics.cjs +5 -26
- package/dist/components/schema-field/schema-field-basics.d.cts +344 -270
- package/dist/components/schema-field/schema-field-basics.d.ts +344 -270
- package/dist/components/schema-field/schema-field-basics.js +5 -26
- package/dist/components/schema-field/schema-field-extended.cjs +0 -4
- package/dist/components/schema-field/schema-field-extended.d.cts +498 -424
- package/dist/components/schema-field/schema-field-extended.d.ts +480 -406
- package/dist/components/schema-field/schema-field-extended.js +0 -4
- package/dist/components/schema-field/schema-field.cjs +0 -5
- package/dist/components/schema-field/schema-field.d.cts +431 -357
- package/dist/components/schema-field/schema-field.d.ts +432 -358
- package/dist/components/schema-field/schema-field.js +0 -5
- package/dist/components/toggle-group/ToggleGroup.cjs +1 -2
- package/dist/components/toggle-group/ToggleGroup.js +1 -1
- package/dist/generated/mcp-registry.js +56 -52
- package/dist/hooks/use-form-context.cjs +0 -1
- package/dist/hooks/use-form-context.js +0 -1
- package/dist/hooks/use-form-schema.cjs +0 -1
- package/dist/hooks/use-form-schema.js +0 -1
- package/dist/hooks/use-schema-field.cjs +5 -4
- package/dist/hooks/use-schema-field.js +5 -3
- package/dist/index.cjs +9 -39
- package/dist/index.d.cts +7 -1
- package/dist/index.d.ts +7 -1
- package/dist/index.js +6 -40
- package/dist/utils/get-default-value.cjs +1 -2
- package/dist/utils/get-default-value.js +1 -1
- package/dist/utils/has-error.cjs +1 -2
- package/dist/utils/has-error.js +1 -1
- package/dist/utils/index.d.cts +2 -1
- package/dist/utils/index.d.ts +2 -1
- package/dist/utils/resolve-responsive-space.cjs +1 -3
- package/dist/utils/resolve-responsive-space.js +1 -1
- package/dist/utils/validate-schema-shape.cjs +63 -0
- package/dist/utils/validate-schema-shape.d.cts +1 -0
- package/dist/utils/validate-schema-shape.d.ts +1 -0
- package/dist/utils/validate-schema-shape.js +61 -0
- package/package.json +7 -6
- package/dist/components/array-base/index.cjs +0 -3
- package/dist/components/array-base/index.js +0 -3
- package/dist/components/array-cards/index.cjs +0 -1
- package/dist/components/array-cards/index.js +0 -1
- package/dist/components/array-collapse/index.cjs +0 -1
- package/dist/components/array-collapse/index.js +0 -1
- package/dist/components/array-common/index.cjs +0 -20
- package/dist/components/array-common/index.js +0 -20
- package/dist/components/array-dialog/index.cjs +0 -1
- package/dist/components/array-dialog/index.js +0 -1
- package/dist/components/array-inline/index.cjs +0 -1
- package/dist/components/array-inline/index.js +0 -1
- package/dist/components/array-popover/index.cjs +0 -1
- package/dist/components/array-popover/index.js +0 -1
- package/dist/components/array-sortable/index.cjs +0 -3
- package/dist/components/array-sortable/index.js +0 -3
- package/dist/components/array-tags/index.cjs +0 -1
- package/dist/components/array-tags/index.js +0 -1
- package/dist/components/array-toggle-group/index.cjs +0 -1
- package/dist/components/array-toggle-group/index.js +0 -1
- package/dist/components/checkbox/index.cjs +0 -1
- package/dist/components/checkbox/index.js +0 -1
- package/dist/components/color-select/index.cjs +0 -1
- package/dist/components/color-select/index.js +0 -1
- package/dist/components/column/index.cjs +0 -1
- package/dist/components/column/index.js +0 -1
- package/dist/components/combobox/index.cjs +0 -1
- package/dist/components/combobox/index.js +0 -1
- package/dist/components/context/index.cjs +0 -1
- package/dist/components/context/index.js +0 -1
- package/dist/components/date-picker/index.cjs +0 -1
- package/dist/components/date-picker/index.js +0 -1
- package/dist/components/file-upload/index.cjs +0 -5
- package/dist/components/file-upload/index.js +0 -5
- package/dist/components/form/index.cjs +0 -1
- package/dist/components/form/index.js +0 -1
- package/dist/components/form-grid/index.cjs +0 -1
- package/dist/components/form-grid/index.js +0 -1
- package/dist/components/form-item/FormItem.cjs +0 -2
- package/dist/components/form-item/FormItem.js +0 -2
- package/dist/components/form-item/index.cjs +0 -3
- package/dist/components/form-item/index.js +0 -3
- package/dist/components/form-item-container/index.cjs +0 -1
- package/dist/components/form-item-container/index.js +0 -1
- package/dist/components/hidden/index.cjs +0 -1
- package/dist/components/hidden/index.js +0 -1
- package/dist/components/icon-picker/index.cjs +0 -1
- package/dist/components/icon-picker/index.js +0 -1
- package/dist/components/icon-toggle/index.cjs +0 -1
- package/dist/components/icon-toggle/index.js +0 -1
- package/dist/components/input/index.cjs +0 -1
- package/dist/components/input/index.js +0 -1
- package/dist/components/json-schema-form-renderer/index.cjs +0 -4
- package/dist/components/json-schema-form-renderer/index.js +0 -4
- package/dist/components/number/index.cjs +0 -1
- package/dist/components/number/index.js +0 -1
- package/dist/components/object-container/index.cjs +0 -1
- package/dist/components/object-container/index.js +0 -1
- package/dist/components/radio/index.cjs +0 -1
- package/dist/components/radio/index.js +0 -1
- package/dist/components/rating/index.cjs +0 -1
- package/dist/components/rating/index.js +0 -1
- package/dist/components/rich-text-editor/index.cjs +0 -1
- package/dist/components/rich-text-editor/index.js +0 -1
- package/dist/components/row/index.cjs +0 -1
- package/dist/components/row/index.js +0 -1
- package/dist/components/schema-field/index.cjs +0 -3
- package/dist/components/schema-field/index.js +0 -3
- package/dist/components/select/index.cjs +0 -1
- package/dist/components/select/index.js +0 -1
- package/dist/components/separator/index.cjs +0 -1
- package/dist/components/separator/index.js +0 -1
- package/dist/components/slider/index.cjs +0 -3
- package/dist/components/slider/index.js +0 -3
- package/dist/components/switch/index.cjs +0 -1
- package/dist/components/switch/index.js +0 -1
- package/dist/components/tags-input-inline/index.cjs +0 -1
- package/dist/components/tags-input-inline/index.js +0 -1
- package/dist/components/textarea/index.cjs +0 -1
- package/dist/components/textarea/index.js +0 -1
- package/dist/components/toggle-button/index.cjs +0 -1
- package/dist/components/toggle-button/index.js +0 -1
- package/dist/components/toggle-group/index.cjs +0 -1
- package/dist/components/toggle-group/index.js +0 -1
- package/dist/hooks/index.cjs +0 -4
- package/dist/hooks/index.js +0 -4
- package/dist/utils/index.cjs +0 -14
- package/dist/utils/index.js +0 -14
- package/dist/utils/use-array-item-editor.cjs +0 -3
- package/dist/utils/use-array-item-editor.js +0 -1
|
@@ -8,11 +8,15 @@ import { Column } from "../column/Column.js";
|
|
|
8
8
|
import "../column/index.js";
|
|
9
9
|
import { FormItemProps } from "../form-item/form-item-types.js";
|
|
10
10
|
import "../form-item/index.js";
|
|
11
|
+
import { DialogItemProps } from "../dialog-item/BaseDialogItem.js";
|
|
12
|
+
import "../dialog-item/index.js";
|
|
11
13
|
import { FormGrid } from "../form-grid/FormGrid.js";
|
|
12
14
|
import "../form-grid/index.js";
|
|
13
15
|
import { JsonSchemaFormComponents } from "../json-schema-form-renderer/types.js";
|
|
14
16
|
import "../json-schema-form-renderer/index.js";
|
|
15
17
|
import { ObjectContainerProps } from "../object-container/ObjectContainer.js";
|
|
18
|
+
import { PopoverItemProps } from "../popover-item/BasePopoverItem.js";
|
|
19
|
+
import "../popover-item/index.js";
|
|
16
20
|
import { RadioProps } from "../radio/Radio.js";
|
|
17
21
|
import "../radio/index.js";
|
|
18
22
|
import { Row } from "../row/Row.js";
|
|
@@ -23,44 +27,44 @@ import { HiddenProps } from "../hidden/Hidden.js";
|
|
|
23
27
|
import "../hidden/index.js";
|
|
24
28
|
import { SelectProps as SelectProps$1 } from "../select/Select.js";
|
|
25
29
|
import "../select/index.js";
|
|
26
|
-
import * as
|
|
30
|
+
import * as _formily_react69 from "@formily/react";
|
|
27
31
|
import { ISchema } from "@formily/react";
|
|
28
|
-
import * as
|
|
29
|
-
import * as
|
|
32
|
+
import * as react953 from "react";
|
|
33
|
+
import * as _pixpilot_shadcn_ui241 from "@pixpilot/shadcn-ui";
|
|
30
34
|
import { TagsInput } from "@pixpilot/shadcn-ui";
|
|
31
|
-
import * as
|
|
32
|
-
import * as
|
|
33
|
-
import * as
|
|
34
|
-
import * as
|
|
35
|
+
import * as _formily_core1 from "@formily/core";
|
|
36
|
+
import * as _radix_ui_react_checkbox21 from "@radix-ui/react-checkbox";
|
|
37
|
+
import * as _radix_ui_react_separator21 from "@radix-ui/react-separator";
|
|
38
|
+
import * as _radix_ui_react_switch21 from "@radix-ui/react-switch";
|
|
35
39
|
|
|
36
40
|
//#region src/components/schema-field/schema-field.d.ts
|
|
37
41
|
declare const defaultComponentRegistry: {
|
|
38
42
|
ColorPicker: {
|
|
39
|
-
component:
|
|
43
|
+
component: react953.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui241.ColorPickerProps>, "ref"> & react953.RefAttributes<unknown>>;
|
|
40
44
|
decorator: string;
|
|
41
45
|
};
|
|
42
46
|
Combobox: {
|
|
43
|
-
component:
|
|
47
|
+
component: react953.FC<_pixpilot_shadcn_ui241.ComboboxProps>;
|
|
44
48
|
decorator: string;
|
|
45
49
|
};
|
|
46
50
|
ColorSelect: {
|
|
47
|
-
component:
|
|
51
|
+
component: react953.FC<_pixpilot_shadcn_ui241.ColorSelectProps>;
|
|
48
52
|
decorator: string;
|
|
49
53
|
};
|
|
50
54
|
Rating: {
|
|
51
|
-
component:
|
|
55
|
+
component: react953.FC<_pixpilot_shadcn_ui241.RatingProps>;
|
|
52
56
|
decorator: string;
|
|
53
57
|
};
|
|
54
58
|
Slider: {
|
|
55
|
-
component:
|
|
59
|
+
component: react953.FC<_pixpilot_shadcn_ui241.SliderProps>;
|
|
56
60
|
decorator: string;
|
|
57
61
|
};
|
|
58
62
|
SliderInput: {
|
|
59
|
-
component:
|
|
63
|
+
component: react953.FC<_pixpilot_shadcn_ui241.SliderInputProps>;
|
|
60
64
|
decorator: string;
|
|
61
65
|
};
|
|
62
66
|
SliderSelect: {
|
|
63
|
-
component:
|
|
67
|
+
component: react953.FC<_pixpilot_shadcn_ui241.SliderSelectProps>;
|
|
64
68
|
decorator: string;
|
|
65
69
|
};
|
|
66
70
|
TagsInput: {
|
|
@@ -68,7 +72,7 @@ declare const defaultComponentRegistry: {
|
|
|
68
72
|
decorator: string;
|
|
69
73
|
};
|
|
70
74
|
TagsInputInLine: {
|
|
71
|
-
component:
|
|
75
|
+
component: react953.FC<_pixpilot_shadcn_ui241.TagsInputProps>;
|
|
72
76
|
decorator: string;
|
|
73
77
|
};
|
|
74
78
|
ArrayCards: {
|
|
@@ -76,7 +80,7 @@ declare const defaultComponentRegistry: {
|
|
|
76
80
|
decorator: string;
|
|
77
81
|
};
|
|
78
82
|
ArrayCollapse: {
|
|
79
|
-
component:
|
|
83
|
+
component: react953.FC<ArrayComponentProps & {
|
|
80
84
|
defaultActiveKey?: Array<string | number>;
|
|
81
85
|
mode?: "accordion" | "multiple";
|
|
82
86
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
@@ -84,7 +88,7 @@ declare const defaultComponentRegistry: {
|
|
|
84
88
|
decorator: string;
|
|
85
89
|
};
|
|
86
90
|
ArrayDialog: {
|
|
87
|
-
component:
|
|
91
|
+
component: react953.FC<ArrayComponentProps & {
|
|
88
92
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
89
93
|
}>;
|
|
90
94
|
decorator: string;
|
|
@@ -94,619 +98,689 @@ declare const defaultComponentRegistry: {
|
|
|
94
98
|
decorator: string;
|
|
95
99
|
};
|
|
96
100
|
ArrayPopover: {
|
|
97
|
-
component:
|
|
101
|
+
component: react953.FC<ArrayComponentProps & {
|
|
98
102
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
99
103
|
}>;
|
|
100
104
|
decorator: string;
|
|
101
105
|
};
|
|
102
106
|
ArrayTags: {
|
|
103
|
-
component:
|
|
107
|
+
component: react953.MemoExoticComponent<_formily_react69.ReactFC<ArrayTagsProps>>;
|
|
104
108
|
decorator: string;
|
|
105
109
|
};
|
|
106
110
|
ArrayToggleGroup: {
|
|
107
|
-
component:
|
|
111
|
+
component: react953.MemoExoticComponent<_formily_react69.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
108
112
|
decorator: string;
|
|
109
113
|
};
|
|
110
114
|
ToggleGroup: {
|
|
111
|
-
component:
|
|
115
|
+
component: react953.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react953.RefAttributes<unknown>>;
|
|
112
116
|
decorator: string;
|
|
113
117
|
};
|
|
114
118
|
Checkbox: {
|
|
115
|
-
component:
|
|
119
|
+
component: react953.FC<_radix_ui_react_checkbox21.CheckboxProps & react953.RefAttributes<HTMLButtonElement>>;
|
|
116
120
|
decorator: string;
|
|
117
121
|
};
|
|
118
122
|
Column: {
|
|
119
123
|
component: typeof Column;
|
|
120
124
|
};
|
|
121
125
|
DatePicker: {
|
|
122
|
-
component:
|
|
126
|
+
component: react953.ForwardRefExoticComponent<Partial<{
|
|
123
127
|
value?: Date;
|
|
124
128
|
onChange?: (date: Date | undefined) => void;
|
|
125
129
|
placeholder?: string;
|
|
126
|
-
} & Omit<
|
|
130
|
+
} & Omit<_pixpilot_shadcn_ui241.DatePickerProps, "onSelect" | "selected" | "mode">> & react953.RefAttributes<unknown>>;
|
|
127
131
|
decorator: string;
|
|
128
132
|
};
|
|
133
|
+
DialogItem: {
|
|
134
|
+
component: react953.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
|
|
135
|
+
children?: react953.ReactNode | undefined;
|
|
136
|
+
}>, "ref"> & react953.RefAttributes<unknown>>;
|
|
137
|
+
};
|
|
138
|
+
PopoverItem: {
|
|
139
|
+
component: react953.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
|
|
140
|
+
children?: react953.ReactNode | undefined;
|
|
141
|
+
}>, "ref"> & react953.RefAttributes<unknown>>;
|
|
142
|
+
};
|
|
129
143
|
FormGrid: {
|
|
130
144
|
component: typeof FormGrid;
|
|
131
145
|
};
|
|
132
146
|
FormItem: {
|
|
133
|
-
component:
|
|
134
|
-
children?:
|
|
135
|
-
}>, "ref"> &
|
|
147
|
+
component: react953.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
148
|
+
children?: react953.ReactNode | undefined;
|
|
149
|
+
}>, "ref"> & react953.RefAttributes<unknown>>;
|
|
136
150
|
};
|
|
137
151
|
Hidden: {
|
|
138
|
-
component:
|
|
152
|
+
component: react953.ForwardRefExoticComponent<Partial<HiddenProps> & react953.RefAttributes<unknown>>;
|
|
139
153
|
};
|
|
140
154
|
IconToggle: {
|
|
141
|
-
component:
|
|
155
|
+
component: react953.FC<_pixpilot_shadcn_ui241.IconToggleProps>;
|
|
142
156
|
decorator: string;
|
|
143
157
|
};
|
|
144
158
|
ToggleButton: {
|
|
145
|
-
component:
|
|
159
|
+
component: react953.FC<_pixpilot_shadcn_ui241.ToggleButtonProps>;
|
|
146
160
|
decorator: string;
|
|
147
161
|
};
|
|
148
162
|
Input: {
|
|
149
|
-
component:
|
|
163
|
+
component: react953.FC<_pixpilot_shadcn_ui241.InputProps>;
|
|
150
164
|
decorator: string;
|
|
151
165
|
};
|
|
152
166
|
NumberInput: {
|
|
153
|
-
component:
|
|
167
|
+
component: react953.FC<_pixpilot_shadcn_ui241.InputProps>;
|
|
154
168
|
decorator: string;
|
|
155
169
|
};
|
|
156
170
|
ObjectContainer: {
|
|
157
|
-
component:
|
|
171
|
+
component: react953.FC<ObjectContainerProps>;
|
|
158
172
|
decorator: string;
|
|
159
173
|
};
|
|
160
174
|
Radio: {
|
|
161
|
-
component:
|
|
175
|
+
component: react953.FC<RadioProps>;
|
|
162
176
|
decorator: string;
|
|
163
177
|
};
|
|
164
178
|
Row: {
|
|
165
179
|
component: typeof Row;
|
|
166
180
|
};
|
|
167
181
|
Select: {
|
|
168
|
-
component:
|
|
182
|
+
component: react953.FC<SelectProps$1>;
|
|
169
183
|
decorator: string;
|
|
170
184
|
};
|
|
171
185
|
Separator: {
|
|
172
|
-
component:
|
|
186
|
+
component: react953.FC<_radix_ui_react_separator21.SeparatorProps & react953.RefAttributes<HTMLDivElement>>;
|
|
173
187
|
};
|
|
174
188
|
Switch: {
|
|
175
|
-
component:
|
|
189
|
+
component: react953.FC<_radix_ui_react_switch21.SwitchProps & react953.RefAttributes<HTMLButtonElement>>;
|
|
176
190
|
decorator: string;
|
|
177
191
|
};
|
|
178
192
|
Textarea: {
|
|
179
|
-
component:
|
|
193
|
+
component: react953.FC<react953.ClassAttributes<HTMLTextAreaElement> & react953.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
180
194
|
decorator: string;
|
|
181
195
|
};
|
|
182
196
|
};
|
|
183
197
|
declare const defaultComponents: {
|
|
184
|
-
ColorPicker:
|
|
185
|
-
Combobox:
|
|
186
|
-
ColorSelect:
|
|
187
|
-
Rating:
|
|
188
|
-
Slider:
|
|
189
|
-
SliderInput:
|
|
190
|
-
SliderSelect:
|
|
198
|
+
ColorPicker: react953.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui241.ColorPickerProps>, "ref"> & react953.RefAttributes<unknown>>;
|
|
199
|
+
Combobox: react953.FC<_pixpilot_shadcn_ui241.ComboboxProps>;
|
|
200
|
+
ColorSelect: react953.FC<_pixpilot_shadcn_ui241.ColorSelectProps>;
|
|
201
|
+
Rating: react953.FC<_pixpilot_shadcn_ui241.RatingProps>;
|
|
202
|
+
Slider: react953.FC<_pixpilot_shadcn_ui241.SliderProps>;
|
|
203
|
+
SliderInput: react953.FC<_pixpilot_shadcn_ui241.SliderInputProps>;
|
|
204
|
+
SliderSelect: react953.FC<_pixpilot_shadcn_ui241.SliderSelectProps>;
|
|
191
205
|
TagsInput: typeof TagsInput;
|
|
192
|
-
TagsInputInLine:
|
|
206
|
+
TagsInputInLine: react953.FC<_pixpilot_shadcn_ui241.TagsInputProps>;
|
|
193
207
|
ArrayCards: ComposedArrayProps;
|
|
194
|
-
ArrayCollapse:
|
|
208
|
+
ArrayCollapse: react953.FC<ArrayComponentProps & {
|
|
195
209
|
defaultActiveKey?: Array<string | number>;
|
|
196
210
|
mode?: "accordion" | "multiple";
|
|
197
211
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
198
212
|
}>;
|
|
199
|
-
ArrayDialog:
|
|
213
|
+
ArrayDialog: react953.FC<ArrayComponentProps & {
|
|
200
214
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
201
215
|
}>;
|
|
202
216
|
ArrayInline: ComposedArrayProps;
|
|
203
|
-
ArrayPopover:
|
|
217
|
+
ArrayPopover: react953.FC<ArrayComponentProps & {
|
|
204
218
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
205
219
|
}>;
|
|
206
|
-
ArrayTags:
|
|
207
|
-
ArrayToggleGroup:
|
|
208
|
-
ToggleGroup:
|
|
209
|
-
Checkbox:
|
|
220
|
+
ArrayTags: react953.MemoExoticComponent<_formily_react69.ReactFC<ArrayTagsProps>>;
|
|
221
|
+
ArrayToggleGroup: react953.MemoExoticComponent<_formily_react69.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
222
|
+
ToggleGroup: react953.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react953.RefAttributes<unknown>>;
|
|
223
|
+
Checkbox: react953.FC<_radix_ui_react_checkbox21.CheckboxProps & react953.RefAttributes<HTMLButtonElement>>;
|
|
210
224
|
Column: typeof Column;
|
|
211
|
-
DatePicker:
|
|
225
|
+
DatePicker: react953.ForwardRefExoticComponent<Partial<{
|
|
212
226
|
value?: Date;
|
|
213
227
|
onChange?: (date: Date | undefined) => void;
|
|
214
228
|
placeholder?: string;
|
|
215
|
-
} & Omit<
|
|
229
|
+
} & Omit<_pixpilot_shadcn_ui241.DatePickerProps, "onSelect" | "selected" | "mode">> & react953.RefAttributes<unknown>>;
|
|
230
|
+
DialogItem: react953.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
|
|
231
|
+
children?: react953.ReactNode | undefined;
|
|
232
|
+
}>, "ref"> & react953.RefAttributes<unknown>>;
|
|
233
|
+
PopoverItem: react953.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
|
|
234
|
+
children?: react953.ReactNode | undefined;
|
|
235
|
+
}>, "ref"> & react953.RefAttributes<unknown>>;
|
|
216
236
|
FormGrid: typeof FormGrid;
|
|
217
|
-
FormItem:
|
|
218
|
-
children?:
|
|
219
|
-
}>, "ref"> &
|
|
220
|
-
Hidden:
|
|
221
|
-
IconToggle:
|
|
222
|
-
ToggleButton:
|
|
223
|
-
Input:
|
|
224
|
-
NumberInput:
|
|
225
|
-
ObjectContainer:
|
|
226
|
-
Radio:
|
|
237
|
+
FormItem: react953.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
238
|
+
children?: react953.ReactNode | undefined;
|
|
239
|
+
}>, "ref"> & react953.RefAttributes<unknown>>;
|
|
240
|
+
Hidden: react953.ForwardRefExoticComponent<Partial<HiddenProps> & react953.RefAttributes<unknown>>;
|
|
241
|
+
IconToggle: react953.FC<_pixpilot_shadcn_ui241.IconToggleProps>;
|
|
242
|
+
ToggleButton: react953.FC<_pixpilot_shadcn_ui241.ToggleButtonProps>;
|
|
243
|
+
Input: react953.FC<_pixpilot_shadcn_ui241.InputProps>;
|
|
244
|
+
NumberInput: react953.FC<_pixpilot_shadcn_ui241.InputProps>;
|
|
245
|
+
ObjectContainer: react953.FC<ObjectContainerProps>;
|
|
246
|
+
Radio: react953.FC<RadioProps>;
|
|
227
247
|
Row: typeof Row;
|
|
228
|
-
Select:
|
|
229
|
-
Separator:
|
|
230
|
-
Switch:
|
|
231
|
-
Textarea:
|
|
248
|
+
Select: react953.FC<SelectProps$1>;
|
|
249
|
+
Separator: react953.FC<_radix_ui_react_separator21.SeparatorProps & react953.RefAttributes<HTMLDivElement>>;
|
|
250
|
+
Switch: react953.FC<_radix_ui_react_switch21.SwitchProps & react953.RefAttributes<HTMLButtonElement>>;
|
|
251
|
+
Textarea: react953.FC<react953.ClassAttributes<HTMLTextAreaElement> & react953.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
232
252
|
};
|
|
233
253
|
declare const SchemaField: {
|
|
234
|
-
<Decorator extends
|
|
254
|
+
<Decorator extends _formily_react69.JSXComponent, Component extends _formily_react69.JSXComponent>(props: _formily_react69.ISchemaFieldProps<Decorator, Component, _formily_core1.ObjectField<Decorator, Component>>): JSX.Element;
|
|
235
255
|
displayName: string;
|
|
236
256
|
Markup: {
|
|
237
|
-
<Decorator_1 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_1 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props:
|
|
238
|
-
ColorPicker:
|
|
239
|
-
Combobox:
|
|
240
|
-
ColorSelect:
|
|
241
|
-
Rating:
|
|
242
|
-
Slider:
|
|
243
|
-
SliderInput:
|
|
244
|
-
SliderSelect:
|
|
257
|
+
<Decorator_1 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_1 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react69.ISchemaMarkupFieldProps<{
|
|
258
|
+
ColorPicker: react953.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui241.ColorPickerProps>, "ref"> & react953.RefAttributes<unknown>>;
|
|
259
|
+
Combobox: react953.FC<_pixpilot_shadcn_ui241.ComboboxProps>;
|
|
260
|
+
ColorSelect: react953.FC<_pixpilot_shadcn_ui241.ColorSelectProps>;
|
|
261
|
+
Rating: react953.FC<_pixpilot_shadcn_ui241.RatingProps>;
|
|
262
|
+
Slider: react953.FC<_pixpilot_shadcn_ui241.SliderProps>;
|
|
263
|
+
SliderInput: react953.FC<_pixpilot_shadcn_ui241.SliderInputProps>;
|
|
264
|
+
SliderSelect: react953.FC<_pixpilot_shadcn_ui241.SliderSelectProps>;
|
|
245
265
|
TagsInput: typeof TagsInput;
|
|
246
|
-
TagsInputInLine:
|
|
266
|
+
TagsInputInLine: react953.FC<_pixpilot_shadcn_ui241.TagsInputProps>;
|
|
247
267
|
ArrayCards: ComposedArrayProps;
|
|
248
|
-
ArrayCollapse:
|
|
268
|
+
ArrayCollapse: react953.FC<ArrayComponentProps & {
|
|
249
269
|
defaultActiveKey?: Array<string | number>;
|
|
250
270
|
mode?: "accordion" | "multiple";
|
|
251
271
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
252
272
|
}>;
|
|
253
|
-
ArrayDialog:
|
|
273
|
+
ArrayDialog: react953.FC<ArrayComponentProps & {
|
|
254
274
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
255
275
|
}>;
|
|
256
276
|
ArrayInline: ComposedArrayProps;
|
|
257
|
-
ArrayPopover:
|
|
277
|
+
ArrayPopover: react953.FC<ArrayComponentProps & {
|
|
258
278
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
259
279
|
}>;
|
|
260
|
-
ArrayTags:
|
|
261
|
-
ArrayToggleGroup:
|
|
262
|
-
ToggleGroup:
|
|
263
|
-
Checkbox:
|
|
280
|
+
ArrayTags: react953.MemoExoticComponent<_formily_react69.ReactFC<ArrayTagsProps>>;
|
|
281
|
+
ArrayToggleGroup: react953.MemoExoticComponent<_formily_react69.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
282
|
+
ToggleGroup: react953.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react953.RefAttributes<unknown>>;
|
|
283
|
+
Checkbox: react953.FC<_radix_ui_react_checkbox21.CheckboxProps & react953.RefAttributes<HTMLButtonElement>>;
|
|
264
284
|
Column: typeof Column;
|
|
265
|
-
DatePicker:
|
|
285
|
+
DatePicker: react953.ForwardRefExoticComponent<Partial<{
|
|
266
286
|
value?: Date;
|
|
267
287
|
onChange?: (date: Date | undefined) => void;
|
|
268
288
|
placeholder?: string;
|
|
269
|
-
} & Omit<
|
|
289
|
+
} & Omit<_pixpilot_shadcn_ui241.DatePickerProps, "onSelect" | "selected" | "mode">> & react953.RefAttributes<unknown>>;
|
|
290
|
+
DialogItem: react953.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
|
|
291
|
+
children?: react953.ReactNode | undefined;
|
|
292
|
+
}>, "ref"> & react953.RefAttributes<unknown>>;
|
|
293
|
+
PopoverItem: react953.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
|
|
294
|
+
children?: react953.ReactNode | undefined;
|
|
295
|
+
}>, "ref"> & react953.RefAttributes<unknown>>;
|
|
270
296
|
FormGrid: typeof FormGrid;
|
|
271
|
-
FormItem:
|
|
272
|
-
children?:
|
|
273
|
-
}>, "ref"> &
|
|
274
|
-
Hidden:
|
|
275
|
-
IconToggle:
|
|
276
|
-
ToggleButton:
|
|
277
|
-
Input:
|
|
278
|
-
NumberInput:
|
|
279
|
-
ObjectContainer:
|
|
280
|
-
Radio:
|
|
297
|
+
FormItem: react953.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
298
|
+
children?: react953.ReactNode | undefined;
|
|
299
|
+
}>, "ref"> & react953.RefAttributes<unknown>>;
|
|
300
|
+
Hidden: react953.ForwardRefExoticComponent<Partial<HiddenProps> & react953.RefAttributes<unknown>>;
|
|
301
|
+
IconToggle: react953.FC<_pixpilot_shadcn_ui241.IconToggleProps>;
|
|
302
|
+
ToggleButton: react953.FC<_pixpilot_shadcn_ui241.ToggleButtonProps>;
|
|
303
|
+
Input: react953.FC<_pixpilot_shadcn_ui241.InputProps>;
|
|
304
|
+
NumberInput: react953.FC<_pixpilot_shadcn_ui241.InputProps>;
|
|
305
|
+
ObjectContainer: react953.FC<ObjectContainerProps>;
|
|
306
|
+
Radio: react953.FC<RadioProps>;
|
|
281
307
|
Row: typeof Row;
|
|
282
|
-
Select:
|
|
283
|
-
Separator:
|
|
284
|
-
Switch:
|
|
285
|
-
Textarea:
|
|
308
|
+
Select: react953.FC<SelectProps$1>;
|
|
309
|
+
Separator: react953.FC<_radix_ui_react_separator21.SeparatorProps & react953.RefAttributes<HTMLDivElement>>;
|
|
310
|
+
Switch: react953.FC<_radix_ui_react_switch21.SwitchProps & react953.RefAttributes<HTMLButtonElement>>;
|
|
311
|
+
Textarea: react953.FC<react953.ClassAttributes<HTMLTextAreaElement> & react953.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
286
312
|
}, Component_1, Decorator_1>): JSX.Element;
|
|
287
313
|
displayName: string;
|
|
288
314
|
};
|
|
289
315
|
String: {
|
|
290
|
-
<Decorator_2 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_2 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props:
|
|
291
|
-
ColorPicker:
|
|
292
|
-
Combobox:
|
|
293
|
-
ColorSelect:
|
|
294
|
-
Rating:
|
|
295
|
-
Slider:
|
|
296
|
-
SliderInput:
|
|
297
|
-
SliderSelect:
|
|
316
|
+
<Decorator_2 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_2 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react69.ISchemaTypeFieldProps<{
|
|
317
|
+
ColorPicker: react953.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui241.ColorPickerProps>, "ref"> & react953.RefAttributes<unknown>>;
|
|
318
|
+
Combobox: react953.FC<_pixpilot_shadcn_ui241.ComboboxProps>;
|
|
319
|
+
ColorSelect: react953.FC<_pixpilot_shadcn_ui241.ColorSelectProps>;
|
|
320
|
+
Rating: react953.FC<_pixpilot_shadcn_ui241.RatingProps>;
|
|
321
|
+
Slider: react953.FC<_pixpilot_shadcn_ui241.SliderProps>;
|
|
322
|
+
SliderInput: react953.FC<_pixpilot_shadcn_ui241.SliderInputProps>;
|
|
323
|
+
SliderSelect: react953.FC<_pixpilot_shadcn_ui241.SliderSelectProps>;
|
|
298
324
|
TagsInput: typeof TagsInput;
|
|
299
|
-
TagsInputInLine:
|
|
325
|
+
TagsInputInLine: react953.FC<_pixpilot_shadcn_ui241.TagsInputProps>;
|
|
300
326
|
ArrayCards: ComposedArrayProps;
|
|
301
|
-
ArrayCollapse:
|
|
327
|
+
ArrayCollapse: react953.FC<ArrayComponentProps & {
|
|
302
328
|
defaultActiveKey?: Array<string | number>;
|
|
303
329
|
mode?: "accordion" | "multiple";
|
|
304
330
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
305
331
|
}>;
|
|
306
|
-
ArrayDialog:
|
|
332
|
+
ArrayDialog: react953.FC<ArrayComponentProps & {
|
|
307
333
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
308
334
|
}>;
|
|
309
335
|
ArrayInline: ComposedArrayProps;
|
|
310
|
-
ArrayPopover:
|
|
336
|
+
ArrayPopover: react953.FC<ArrayComponentProps & {
|
|
311
337
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
312
338
|
}>;
|
|
313
|
-
ArrayTags:
|
|
314
|
-
ArrayToggleGroup:
|
|
315
|
-
ToggleGroup:
|
|
316
|
-
Checkbox:
|
|
339
|
+
ArrayTags: react953.MemoExoticComponent<_formily_react69.ReactFC<ArrayTagsProps>>;
|
|
340
|
+
ArrayToggleGroup: react953.MemoExoticComponent<_formily_react69.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
341
|
+
ToggleGroup: react953.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react953.RefAttributes<unknown>>;
|
|
342
|
+
Checkbox: react953.FC<_radix_ui_react_checkbox21.CheckboxProps & react953.RefAttributes<HTMLButtonElement>>;
|
|
317
343
|
Column: typeof Column;
|
|
318
|
-
DatePicker:
|
|
344
|
+
DatePicker: react953.ForwardRefExoticComponent<Partial<{
|
|
319
345
|
value?: Date;
|
|
320
346
|
onChange?: (date: Date | undefined) => void;
|
|
321
347
|
placeholder?: string;
|
|
322
|
-
} & Omit<
|
|
348
|
+
} & Omit<_pixpilot_shadcn_ui241.DatePickerProps, "onSelect" | "selected" | "mode">> & react953.RefAttributes<unknown>>;
|
|
349
|
+
DialogItem: react953.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
|
|
350
|
+
children?: react953.ReactNode | undefined;
|
|
351
|
+
}>, "ref"> & react953.RefAttributes<unknown>>;
|
|
352
|
+
PopoverItem: react953.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
|
|
353
|
+
children?: react953.ReactNode | undefined;
|
|
354
|
+
}>, "ref"> & react953.RefAttributes<unknown>>;
|
|
323
355
|
FormGrid: typeof FormGrid;
|
|
324
|
-
FormItem:
|
|
325
|
-
children?:
|
|
326
|
-
}>, "ref"> &
|
|
327
|
-
Hidden:
|
|
328
|
-
IconToggle:
|
|
329
|
-
ToggleButton:
|
|
330
|
-
Input:
|
|
331
|
-
NumberInput:
|
|
332
|
-
ObjectContainer:
|
|
333
|
-
Radio:
|
|
356
|
+
FormItem: react953.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
357
|
+
children?: react953.ReactNode | undefined;
|
|
358
|
+
}>, "ref"> & react953.RefAttributes<unknown>>;
|
|
359
|
+
Hidden: react953.ForwardRefExoticComponent<Partial<HiddenProps> & react953.RefAttributes<unknown>>;
|
|
360
|
+
IconToggle: react953.FC<_pixpilot_shadcn_ui241.IconToggleProps>;
|
|
361
|
+
ToggleButton: react953.FC<_pixpilot_shadcn_ui241.ToggleButtonProps>;
|
|
362
|
+
Input: react953.FC<_pixpilot_shadcn_ui241.InputProps>;
|
|
363
|
+
NumberInput: react953.FC<_pixpilot_shadcn_ui241.InputProps>;
|
|
364
|
+
ObjectContainer: react953.FC<ObjectContainerProps>;
|
|
365
|
+
Radio: react953.FC<RadioProps>;
|
|
334
366
|
Row: typeof Row;
|
|
335
|
-
Select:
|
|
336
|
-
Separator:
|
|
337
|
-
Switch:
|
|
338
|
-
Textarea:
|
|
367
|
+
Select: react953.FC<SelectProps$1>;
|
|
368
|
+
Separator: react953.FC<_radix_ui_react_separator21.SeparatorProps & react953.RefAttributes<HTMLDivElement>>;
|
|
369
|
+
Switch: react953.FC<_radix_ui_react_switch21.SwitchProps & react953.RefAttributes<HTMLButtonElement>>;
|
|
370
|
+
Textarea: react953.FC<react953.ClassAttributes<HTMLTextAreaElement> & react953.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
339
371
|
}, Component_2, Decorator_2>): JSX.Element;
|
|
340
372
|
displayName: string;
|
|
341
373
|
};
|
|
342
374
|
Object: {
|
|
343
|
-
<Decorator_3 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_3 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props:
|
|
344
|
-
ColorPicker:
|
|
345
|
-
Combobox:
|
|
346
|
-
ColorSelect:
|
|
347
|
-
Rating:
|
|
348
|
-
Slider:
|
|
349
|
-
SliderInput:
|
|
350
|
-
SliderSelect:
|
|
375
|
+
<Decorator_3 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_3 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react69.ISchemaTypeFieldProps<{
|
|
376
|
+
ColorPicker: react953.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui241.ColorPickerProps>, "ref"> & react953.RefAttributes<unknown>>;
|
|
377
|
+
Combobox: react953.FC<_pixpilot_shadcn_ui241.ComboboxProps>;
|
|
378
|
+
ColorSelect: react953.FC<_pixpilot_shadcn_ui241.ColorSelectProps>;
|
|
379
|
+
Rating: react953.FC<_pixpilot_shadcn_ui241.RatingProps>;
|
|
380
|
+
Slider: react953.FC<_pixpilot_shadcn_ui241.SliderProps>;
|
|
381
|
+
SliderInput: react953.FC<_pixpilot_shadcn_ui241.SliderInputProps>;
|
|
382
|
+
SliderSelect: react953.FC<_pixpilot_shadcn_ui241.SliderSelectProps>;
|
|
351
383
|
TagsInput: typeof TagsInput;
|
|
352
|
-
TagsInputInLine:
|
|
384
|
+
TagsInputInLine: react953.FC<_pixpilot_shadcn_ui241.TagsInputProps>;
|
|
353
385
|
ArrayCards: ComposedArrayProps;
|
|
354
|
-
ArrayCollapse:
|
|
386
|
+
ArrayCollapse: react953.FC<ArrayComponentProps & {
|
|
355
387
|
defaultActiveKey?: Array<string | number>;
|
|
356
388
|
mode?: "accordion" | "multiple";
|
|
357
389
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
358
390
|
}>;
|
|
359
|
-
ArrayDialog:
|
|
391
|
+
ArrayDialog: react953.FC<ArrayComponentProps & {
|
|
360
392
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
361
393
|
}>;
|
|
362
394
|
ArrayInline: ComposedArrayProps;
|
|
363
|
-
ArrayPopover:
|
|
395
|
+
ArrayPopover: react953.FC<ArrayComponentProps & {
|
|
364
396
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
365
397
|
}>;
|
|
366
|
-
ArrayTags:
|
|
367
|
-
ArrayToggleGroup:
|
|
368
|
-
ToggleGroup:
|
|
369
|
-
Checkbox:
|
|
398
|
+
ArrayTags: react953.MemoExoticComponent<_formily_react69.ReactFC<ArrayTagsProps>>;
|
|
399
|
+
ArrayToggleGroup: react953.MemoExoticComponent<_formily_react69.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
400
|
+
ToggleGroup: react953.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react953.RefAttributes<unknown>>;
|
|
401
|
+
Checkbox: react953.FC<_radix_ui_react_checkbox21.CheckboxProps & react953.RefAttributes<HTMLButtonElement>>;
|
|
370
402
|
Column: typeof Column;
|
|
371
|
-
DatePicker:
|
|
403
|
+
DatePicker: react953.ForwardRefExoticComponent<Partial<{
|
|
372
404
|
value?: Date;
|
|
373
405
|
onChange?: (date: Date | undefined) => void;
|
|
374
406
|
placeholder?: string;
|
|
375
|
-
} & Omit<
|
|
407
|
+
} & Omit<_pixpilot_shadcn_ui241.DatePickerProps, "onSelect" | "selected" | "mode">> & react953.RefAttributes<unknown>>;
|
|
408
|
+
DialogItem: react953.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
|
|
409
|
+
children?: react953.ReactNode | undefined;
|
|
410
|
+
}>, "ref"> & react953.RefAttributes<unknown>>;
|
|
411
|
+
PopoverItem: react953.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
|
|
412
|
+
children?: react953.ReactNode | undefined;
|
|
413
|
+
}>, "ref"> & react953.RefAttributes<unknown>>;
|
|
376
414
|
FormGrid: typeof FormGrid;
|
|
377
|
-
FormItem:
|
|
378
|
-
children?:
|
|
379
|
-
}>, "ref"> &
|
|
380
|
-
Hidden:
|
|
381
|
-
IconToggle:
|
|
382
|
-
ToggleButton:
|
|
383
|
-
Input:
|
|
384
|
-
NumberInput:
|
|
385
|
-
ObjectContainer:
|
|
386
|
-
Radio:
|
|
415
|
+
FormItem: react953.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
416
|
+
children?: react953.ReactNode | undefined;
|
|
417
|
+
}>, "ref"> & react953.RefAttributes<unknown>>;
|
|
418
|
+
Hidden: react953.ForwardRefExoticComponent<Partial<HiddenProps> & react953.RefAttributes<unknown>>;
|
|
419
|
+
IconToggle: react953.FC<_pixpilot_shadcn_ui241.IconToggleProps>;
|
|
420
|
+
ToggleButton: react953.FC<_pixpilot_shadcn_ui241.ToggleButtonProps>;
|
|
421
|
+
Input: react953.FC<_pixpilot_shadcn_ui241.InputProps>;
|
|
422
|
+
NumberInput: react953.FC<_pixpilot_shadcn_ui241.InputProps>;
|
|
423
|
+
ObjectContainer: react953.FC<ObjectContainerProps>;
|
|
424
|
+
Radio: react953.FC<RadioProps>;
|
|
387
425
|
Row: typeof Row;
|
|
388
|
-
Select:
|
|
389
|
-
Separator:
|
|
390
|
-
Switch:
|
|
391
|
-
Textarea:
|
|
426
|
+
Select: react953.FC<SelectProps$1>;
|
|
427
|
+
Separator: react953.FC<_radix_ui_react_separator21.SeparatorProps & react953.RefAttributes<HTMLDivElement>>;
|
|
428
|
+
Switch: react953.FC<_radix_ui_react_switch21.SwitchProps & react953.RefAttributes<HTMLButtonElement>>;
|
|
429
|
+
Textarea: react953.FC<react953.ClassAttributes<HTMLTextAreaElement> & react953.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
392
430
|
}, Component_3, Decorator_3>): JSX.Element;
|
|
393
431
|
displayName: string;
|
|
394
432
|
};
|
|
395
433
|
Array: {
|
|
396
|
-
<Decorator_4 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_4 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props:
|
|
397
|
-
ColorPicker:
|
|
398
|
-
Combobox:
|
|
399
|
-
ColorSelect:
|
|
400
|
-
Rating:
|
|
401
|
-
Slider:
|
|
402
|
-
SliderInput:
|
|
403
|
-
SliderSelect:
|
|
434
|
+
<Decorator_4 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_4 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react69.ISchemaTypeFieldProps<{
|
|
435
|
+
ColorPicker: react953.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui241.ColorPickerProps>, "ref"> & react953.RefAttributes<unknown>>;
|
|
436
|
+
Combobox: react953.FC<_pixpilot_shadcn_ui241.ComboboxProps>;
|
|
437
|
+
ColorSelect: react953.FC<_pixpilot_shadcn_ui241.ColorSelectProps>;
|
|
438
|
+
Rating: react953.FC<_pixpilot_shadcn_ui241.RatingProps>;
|
|
439
|
+
Slider: react953.FC<_pixpilot_shadcn_ui241.SliderProps>;
|
|
440
|
+
SliderInput: react953.FC<_pixpilot_shadcn_ui241.SliderInputProps>;
|
|
441
|
+
SliderSelect: react953.FC<_pixpilot_shadcn_ui241.SliderSelectProps>;
|
|
404
442
|
TagsInput: typeof TagsInput;
|
|
405
|
-
TagsInputInLine:
|
|
443
|
+
TagsInputInLine: react953.FC<_pixpilot_shadcn_ui241.TagsInputProps>;
|
|
406
444
|
ArrayCards: ComposedArrayProps;
|
|
407
|
-
ArrayCollapse:
|
|
445
|
+
ArrayCollapse: react953.FC<ArrayComponentProps & {
|
|
408
446
|
defaultActiveKey?: Array<string | number>;
|
|
409
447
|
mode?: "accordion" | "multiple";
|
|
410
448
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
411
449
|
}>;
|
|
412
|
-
ArrayDialog:
|
|
450
|
+
ArrayDialog: react953.FC<ArrayComponentProps & {
|
|
413
451
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
414
452
|
}>;
|
|
415
453
|
ArrayInline: ComposedArrayProps;
|
|
416
|
-
ArrayPopover:
|
|
454
|
+
ArrayPopover: react953.FC<ArrayComponentProps & {
|
|
417
455
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
418
456
|
}>;
|
|
419
|
-
ArrayTags:
|
|
420
|
-
ArrayToggleGroup:
|
|
421
|
-
ToggleGroup:
|
|
422
|
-
Checkbox:
|
|
457
|
+
ArrayTags: react953.MemoExoticComponent<_formily_react69.ReactFC<ArrayTagsProps>>;
|
|
458
|
+
ArrayToggleGroup: react953.MemoExoticComponent<_formily_react69.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
459
|
+
ToggleGroup: react953.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react953.RefAttributes<unknown>>;
|
|
460
|
+
Checkbox: react953.FC<_radix_ui_react_checkbox21.CheckboxProps & react953.RefAttributes<HTMLButtonElement>>;
|
|
423
461
|
Column: typeof Column;
|
|
424
|
-
DatePicker:
|
|
462
|
+
DatePicker: react953.ForwardRefExoticComponent<Partial<{
|
|
425
463
|
value?: Date;
|
|
426
464
|
onChange?: (date: Date | undefined) => void;
|
|
427
465
|
placeholder?: string;
|
|
428
|
-
} & Omit<
|
|
466
|
+
} & Omit<_pixpilot_shadcn_ui241.DatePickerProps, "onSelect" | "selected" | "mode">> & react953.RefAttributes<unknown>>;
|
|
467
|
+
DialogItem: react953.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
|
|
468
|
+
children?: react953.ReactNode | undefined;
|
|
469
|
+
}>, "ref"> & react953.RefAttributes<unknown>>;
|
|
470
|
+
PopoverItem: react953.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
|
|
471
|
+
children?: react953.ReactNode | undefined;
|
|
472
|
+
}>, "ref"> & react953.RefAttributes<unknown>>;
|
|
429
473
|
FormGrid: typeof FormGrid;
|
|
430
|
-
FormItem:
|
|
431
|
-
children?:
|
|
432
|
-
}>, "ref"> &
|
|
433
|
-
Hidden:
|
|
434
|
-
IconToggle:
|
|
435
|
-
ToggleButton:
|
|
436
|
-
Input:
|
|
437
|
-
NumberInput:
|
|
438
|
-
ObjectContainer:
|
|
439
|
-
Radio:
|
|
474
|
+
FormItem: react953.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
475
|
+
children?: react953.ReactNode | undefined;
|
|
476
|
+
}>, "ref"> & react953.RefAttributes<unknown>>;
|
|
477
|
+
Hidden: react953.ForwardRefExoticComponent<Partial<HiddenProps> & react953.RefAttributes<unknown>>;
|
|
478
|
+
IconToggle: react953.FC<_pixpilot_shadcn_ui241.IconToggleProps>;
|
|
479
|
+
ToggleButton: react953.FC<_pixpilot_shadcn_ui241.ToggleButtonProps>;
|
|
480
|
+
Input: react953.FC<_pixpilot_shadcn_ui241.InputProps>;
|
|
481
|
+
NumberInput: react953.FC<_pixpilot_shadcn_ui241.InputProps>;
|
|
482
|
+
ObjectContainer: react953.FC<ObjectContainerProps>;
|
|
483
|
+
Radio: react953.FC<RadioProps>;
|
|
440
484
|
Row: typeof Row;
|
|
441
|
-
Select:
|
|
442
|
-
Separator:
|
|
443
|
-
Switch:
|
|
444
|
-
Textarea:
|
|
485
|
+
Select: react953.FC<SelectProps$1>;
|
|
486
|
+
Separator: react953.FC<_radix_ui_react_separator21.SeparatorProps & react953.RefAttributes<HTMLDivElement>>;
|
|
487
|
+
Switch: react953.FC<_radix_ui_react_switch21.SwitchProps & react953.RefAttributes<HTMLButtonElement>>;
|
|
488
|
+
Textarea: react953.FC<react953.ClassAttributes<HTMLTextAreaElement> & react953.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
445
489
|
}, Component_4, Decorator_4>): JSX.Element;
|
|
446
490
|
displayName: string;
|
|
447
491
|
};
|
|
448
492
|
Boolean: {
|
|
449
|
-
<Decorator_5 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_5 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props:
|
|
450
|
-
ColorPicker:
|
|
451
|
-
Combobox:
|
|
452
|
-
ColorSelect:
|
|
453
|
-
Rating:
|
|
454
|
-
Slider:
|
|
455
|
-
SliderInput:
|
|
456
|
-
SliderSelect:
|
|
493
|
+
<Decorator_5 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_5 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react69.ISchemaTypeFieldProps<{
|
|
494
|
+
ColorPicker: react953.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui241.ColorPickerProps>, "ref"> & react953.RefAttributes<unknown>>;
|
|
495
|
+
Combobox: react953.FC<_pixpilot_shadcn_ui241.ComboboxProps>;
|
|
496
|
+
ColorSelect: react953.FC<_pixpilot_shadcn_ui241.ColorSelectProps>;
|
|
497
|
+
Rating: react953.FC<_pixpilot_shadcn_ui241.RatingProps>;
|
|
498
|
+
Slider: react953.FC<_pixpilot_shadcn_ui241.SliderProps>;
|
|
499
|
+
SliderInput: react953.FC<_pixpilot_shadcn_ui241.SliderInputProps>;
|
|
500
|
+
SliderSelect: react953.FC<_pixpilot_shadcn_ui241.SliderSelectProps>;
|
|
457
501
|
TagsInput: typeof TagsInput;
|
|
458
|
-
TagsInputInLine:
|
|
502
|
+
TagsInputInLine: react953.FC<_pixpilot_shadcn_ui241.TagsInputProps>;
|
|
459
503
|
ArrayCards: ComposedArrayProps;
|
|
460
|
-
ArrayCollapse:
|
|
504
|
+
ArrayCollapse: react953.FC<ArrayComponentProps & {
|
|
461
505
|
defaultActiveKey?: Array<string | number>;
|
|
462
506
|
mode?: "accordion" | "multiple";
|
|
463
507
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
464
508
|
}>;
|
|
465
|
-
ArrayDialog:
|
|
509
|
+
ArrayDialog: react953.FC<ArrayComponentProps & {
|
|
466
510
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
467
511
|
}>;
|
|
468
512
|
ArrayInline: ComposedArrayProps;
|
|
469
|
-
ArrayPopover:
|
|
513
|
+
ArrayPopover: react953.FC<ArrayComponentProps & {
|
|
470
514
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
471
515
|
}>;
|
|
472
|
-
ArrayTags:
|
|
473
|
-
ArrayToggleGroup:
|
|
474
|
-
ToggleGroup:
|
|
475
|
-
Checkbox:
|
|
516
|
+
ArrayTags: react953.MemoExoticComponent<_formily_react69.ReactFC<ArrayTagsProps>>;
|
|
517
|
+
ArrayToggleGroup: react953.MemoExoticComponent<_formily_react69.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
518
|
+
ToggleGroup: react953.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react953.RefAttributes<unknown>>;
|
|
519
|
+
Checkbox: react953.FC<_radix_ui_react_checkbox21.CheckboxProps & react953.RefAttributes<HTMLButtonElement>>;
|
|
476
520
|
Column: typeof Column;
|
|
477
|
-
DatePicker:
|
|
521
|
+
DatePicker: react953.ForwardRefExoticComponent<Partial<{
|
|
478
522
|
value?: Date;
|
|
479
523
|
onChange?: (date: Date | undefined) => void;
|
|
480
524
|
placeholder?: string;
|
|
481
|
-
} & Omit<
|
|
525
|
+
} & Omit<_pixpilot_shadcn_ui241.DatePickerProps, "onSelect" | "selected" | "mode">> & react953.RefAttributes<unknown>>;
|
|
526
|
+
DialogItem: react953.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
|
|
527
|
+
children?: react953.ReactNode | undefined;
|
|
528
|
+
}>, "ref"> & react953.RefAttributes<unknown>>;
|
|
529
|
+
PopoverItem: react953.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
|
|
530
|
+
children?: react953.ReactNode | undefined;
|
|
531
|
+
}>, "ref"> & react953.RefAttributes<unknown>>;
|
|
482
532
|
FormGrid: typeof FormGrid;
|
|
483
|
-
FormItem:
|
|
484
|
-
children?:
|
|
485
|
-
}>, "ref"> &
|
|
486
|
-
Hidden:
|
|
487
|
-
IconToggle:
|
|
488
|
-
ToggleButton:
|
|
489
|
-
Input:
|
|
490
|
-
NumberInput:
|
|
491
|
-
ObjectContainer:
|
|
492
|
-
Radio:
|
|
533
|
+
FormItem: react953.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
534
|
+
children?: react953.ReactNode | undefined;
|
|
535
|
+
}>, "ref"> & react953.RefAttributes<unknown>>;
|
|
536
|
+
Hidden: react953.ForwardRefExoticComponent<Partial<HiddenProps> & react953.RefAttributes<unknown>>;
|
|
537
|
+
IconToggle: react953.FC<_pixpilot_shadcn_ui241.IconToggleProps>;
|
|
538
|
+
ToggleButton: react953.FC<_pixpilot_shadcn_ui241.ToggleButtonProps>;
|
|
539
|
+
Input: react953.FC<_pixpilot_shadcn_ui241.InputProps>;
|
|
540
|
+
NumberInput: react953.FC<_pixpilot_shadcn_ui241.InputProps>;
|
|
541
|
+
ObjectContainer: react953.FC<ObjectContainerProps>;
|
|
542
|
+
Radio: react953.FC<RadioProps>;
|
|
493
543
|
Row: typeof Row;
|
|
494
|
-
Select:
|
|
495
|
-
Separator:
|
|
496
|
-
Switch:
|
|
497
|
-
Textarea:
|
|
544
|
+
Select: react953.FC<SelectProps$1>;
|
|
545
|
+
Separator: react953.FC<_radix_ui_react_separator21.SeparatorProps & react953.RefAttributes<HTMLDivElement>>;
|
|
546
|
+
Switch: react953.FC<_radix_ui_react_switch21.SwitchProps & react953.RefAttributes<HTMLButtonElement>>;
|
|
547
|
+
Textarea: react953.FC<react953.ClassAttributes<HTMLTextAreaElement> & react953.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
498
548
|
}, Component_5, Decorator_5>): JSX.Element;
|
|
499
549
|
displayName: string;
|
|
500
550
|
};
|
|
501
551
|
Date: {
|
|
502
|
-
<Decorator_6 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_6 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props:
|
|
503
|
-
ColorPicker:
|
|
504
|
-
Combobox:
|
|
505
|
-
ColorSelect:
|
|
506
|
-
Rating:
|
|
507
|
-
Slider:
|
|
508
|
-
SliderInput:
|
|
509
|
-
SliderSelect:
|
|
552
|
+
<Decorator_6 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_6 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react69.ISchemaTypeFieldProps<{
|
|
553
|
+
ColorPicker: react953.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui241.ColorPickerProps>, "ref"> & react953.RefAttributes<unknown>>;
|
|
554
|
+
Combobox: react953.FC<_pixpilot_shadcn_ui241.ComboboxProps>;
|
|
555
|
+
ColorSelect: react953.FC<_pixpilot_shadcn_ui241.ColorSelectProps>;
|
|
556
|
+
Rating: react953.FC<_pixpilot_shadcn_ui241.RatingProps>;
|
|
557
|
+
Slider: react953.FC<_pixpilot_shadcn_ui241.SliderProps>;
|
|
558
|
+
SliderInput: react953.FC<_pixpilot_shadcn_ui241.SliderInputProps>;
|
|
559
|
+
SliderSelect: react953.FC<_pixpilot_shadcn_ui241.SliderSelectProps>;
|
|
510
560
|
TagsInput: typeof TagsInput;
|
|
511
|
-
TagsInputInLine:
|
|
561
|
+
TagsInputInLine: react953.FC<_pixpilot_shadcn_ui241.TagsInputProps>;
|
|
512
562
|
ArrayCards: ComposedArrayProps;
|
|
513
|
-
ArrayCollapse:
|
|
563
|
+
ArrayCollapse: react953.FC<ArrayComponentProps & {
|
|
514
564
|
defaultActiveKey?: Array<string | number>;
|
|
515
565
|
mode?: "accordion" | "multiple";
|
|
516
566
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
517
567
|
}>;
|
|
518
|
-
ArrayDialog:
|
|
568
|
+
ArrayDialog: react953.FC<ArrayComponentProps & {
|
|
519
569
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
520
570
|
}>;
|
|
521
571
|
ArrayInline: ComposedArrayProps;
|
|
522
|
-
ArrayPopover:
|
|
572
|
+
ArrayPopover: react953.FC<ArrayComponentProps & {
|
|
523
573
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
524
574
|
}>;
|
|
525
|
-
ArrayTags:
|
|
526
|
-
ArrayToggleGroup:
|
|
527
|
-
ToggleGroup:
|
|
528
|
-
Checkbox:
|
|
575
|
+
ArrayTags: react953.MemoExoticComponent<_formily_react69.ReactFC<ArrayTagsProps>>;
|
|
576
|
+
ArrayToggleGroup: react953.MemoExoticComponent<_formily_react69.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
577
|
+
ToggleGroup: react953.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react953.RefAttributes<unknown>>;
|
|
578
|
+
Checkbox: react953.FC<_radix_ui_react_checkbox21.CheckboxProps & react953.RefAttributes<HTMLButtonElement>>;
|
|
529
579
|
Column: typeof Column;
|
|
530
|
-
DatePicker:
|
|
580
|
+
DatePicker: react953.ForwardRefExoticComponent<Partial<{
|
|
531
581
|
value?: Date;
|
|
532
582
|
onChange?: (date: Date | undefined) => void;
|
|
533
583
|
placeholder?: string;
|
|
534
|
-
} & Omit<
|
|
584
|
+
} & Omit<_pixpilot_shadcn_ui241.DatePickerProps, "onSelect" | "selected" | "mode">> & react953.RefAttributes<unknown>>;
|
|
585
|
+
DialogItem: react953.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
|
|
586
|
+
children?: react953.ReactNode | undefined;
|
|
587
|
+
}>, "ref"> & react953.RefAttributes<unknown>>;
|
|
588
|
+
PopoverItem: react953.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
|
|
589
|
+
children?: react953.ReactNode | undefined;
|
|
590
|
+
}>, "ref"> & react953.RefAttributes<unknown>>;
|
|
535
591
|
FormGrid: typeof FormGrid;
|
|
536
|
-
FormItem:
|
|
537
|
-
children?:
|
|
538
|
-
}>, "ref"> &
|
|
539
|
-
Hidden:
|
|
540
|
-
IconToggle:
|
|
541
|
-
ToggleButton:
|
|
542
|
-
Input:
|
|
543
|
-
NumberInput:
|
|
544
|
-
ObjectContainer:
|
|
545
|
-
Radio:
|
|
592
|
+
FormItem: react953.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
593
|
+
children?: react953.ReactNode | undefined;
|
|
594
|
+
}>, "ref"> & react953.RefAttributes<unknown>>;
|
|
595
|
+
Hidden: react953.ForwardRefExoticComponent<Partial<HiddenProps> & react953.RefAttributes<unknown>>;
|
|
596
|
+
IconToggle: react953.FC<_pixpilot_shadcn_ui241.IconToggleProps>;
|
|
597
|
+
ToggleButton: react953.FC<_pixpilot_shadcn_ui241.ToggleButtonProps>;
|
|
598
|
+
Input: react953.FC<_pixpilot_shadcn_ui241.InputProps>;
|
|
599
|
+
NumberInput: react953.FC<_pixpilot_shadcn_ui241.InputProps>;
|
|
600
|
+
ObjectContainer: react953.FC<ObjectContainerProps>;
|
|
601
|
+
Radio: react953.FC<RadioProps>;
|
|
546
602
|
Row: typeof Row;
|
|
547
|
-
Select:
|
|
548
|
-
Separator:
|
|
549
|
-
Switch:
|
|
550
|
-
Textarea:
|
|
603
|
+
Select: react953.FC<SelectProps$1>;
|
|
604
|
+
Separator: react953.FC<_radix_ui_react_separator21.SeparatorProps & react953.RefAttributes<HTMLDivElement>>;
|
|
605
|
+
Switch: react953.FC<_radix_ui_react_switch21.SwitchProps & react953.RefAttributes<HTMLButtonElement>>;
|
|
606
|
+
Textarea: react953.FC<react953.ClassAttributes<HTMLTextAreaElement> & react953.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
551
607
|
}, Component_6, Decorator_6>): JSX.Element;
|
|
552
608
|
displayName: string;
|
|
553
609
|
};
|
|
554
610
|
DateTime: {
|
|
555
|
-
<Decorator_7 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_7 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props:
|
|
556
|
-
ColorPicker:
|
|
557
|
-
Combobox:
|
|
558
|
-
ColorSelect:
|
|
559
|
-
Rating:
|
|
560
|
-
Slider:
|
|
561
|
-
SliderInput:
|
|
562
|
-
SliderSelect:
|
|
611
|
+
<Decorator_7 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_7 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react69.ISchemaTypeFieldProps<{
|
|
612
|
+
ColorPicker: react953.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui241.ColorPickerProps>, "ref"> & react953.RefAttributes<unknown>>;
|
|
613
|
+
Combobox: react953.FC<_pixpilot_shadcn_ui241.ComboboxProps>;
|
|
614
|
+
ColorSelect: react953.FC<_pixpilot_shadcn_ui241.ColorSelectProps>;
|
|
615
|
+
Rating: react953.FC<_pixpilot_shadcn_ui241.RatingProps>;
|
|
616
|
+
Slider: react953.FC<_pixpilot_shadcn_ui241.SliderProps>;
|
|
617
|
+
SliderInput: react953.FC<_pixpilot_shadcn_ui241.SliderInputProps>;
|
|
618
|
+
SliderSelect: react953.FC<_pixpilot_shadcn_ui241.SliderSelectProps>;
|
|
563
619
|
TagsInput: typeof TagsInput;
|
|
564
|
-
TagsInputInLine:
|
|
620
|
+
TagsInputInLine: react953.FC<_pixpilot_shadcn_ui241.TagsInputProps>;
|
|
565
621
|
ArrayCards: ComposedArrayProps;
|
|
566
|
-
ArrayCollapse:
|
|
622
|
+
ArrayCollapse: react953.FC<ArrayComponentProps & {
|
|
567
623
|
defaultActiveKey?: Array<string | number>;
|
|
568
624
|
mode?: "accordion" | "multiple";
|
|
569
625
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
570
626
|
}>;
|
|
571
|
-
ArrayDialog:
|
|
627
|
+
ArrayDialog: react953.FC<ArrayComponentProps & {
|
|
572
628
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
573
629
|
}>;
|
|
574
630
|
ArrayInline: ComposedArrayProps;
|
|
575
|
-
ArrayPopover:
|
|
631
|
+
ArrayPopover: react953.FC<ArrayComponentProps & {
|
|
576
632
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
577
633
|
}>;
|
|
578
|
-
ArrayTags:
|
|
579
|
-
ArrayToggleGroup:
|
|
580
|
-
ToggleGroup:
|
|
581
|
-
Checkbox:
|
|
634
|
+
ArrayTags: react953.MemoExoticComponent<_formily_react69.ReactFC<ArrayTagsProps>>;
|
|
635
|
+
ArrayToggleGroup: react953.MemoExoticComponent<_formily_react69.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
636
|
+
ToggleGroup: react953.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react953.RefAttributes<unknown>>;
|
|
637
|
+
Checkbox: react953.FC<_radix_ui_react_checkbox21.CheckboxProps & react953.RefAttributes<HTMLButtonElement>>;
|
|
582
638
|
Column: typeof Column;
|
|
583
|
-
DatePicker:
|
|
639
|
+
DatePicker: react953.ForwardRefExoticComponent<Partial<{
|
|
584
640
|
value?: Date;
|
|
585
641
|
onChange?: (date: Date | undefined) => void;
|
|
586
642
|
placeholder?: string;
|
|
587
|
-
} & Omit<
|
|
643
|
+
} & Omit<_pixpilot_shadcn_ui241.DatePickerProps, "onSelect" | "selected" | "mode">> & react953.RefAttributes<unknown>>;
|
|
644
|
+
DialogItem: react953.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
|
|
645
|
+
children?: react953.ReactNode | undefined;
|
|
646
|
+
}>, "ref"> & react953.RefAttributes<unknown>>;
|
|
647
|
+
PopoverItem: react953.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
|
|
648
|
+
children?: react953.ReactNode | undefined;
|
|
649
|
+
}>, "ref"> & react953.RefAttributes<unknown>>;
|
|
588
650
|
FormGrid: typeof FormGrid;
|
|
589
|
-
FormItem:
|
|
590
|
-
children?:
|
|
591
|
-
}>, "ref"> &
|
|
592
|
-
Hidden:
|
|
593
|
-
IconToggle:
|
|
594
|
-
ToggleButton:
|
|
595
|
-
Input:
|
|
596
|
-
NumberInput:
|
|
597
|
-
ObjectContainer:
|
|
598
|
-
Radio:
|
|
651
|
+
FormItem: react953.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
652
|
+
children?: react953.ReactNode | undefined;
|
|
653
|
+
}>, "ref"> & react953.RefAttributes<unknown>>;
|
|
654
|
+
Hidden: react953.ForwardRefExoticComponent<Partial<HiddenProps> & react953.RefAttributes<unknown>>;
|
|
655
|
+
IconToggle: react953.FC<_pixpilot_shadcn_ui241.IconToggleProps>;
|
|
656
|
+
ToggleButton: react953.FC<_pixpilot_shadcn_ui241.ToggleButtonProps>;
|
|
657
|
+
Input: react953.FC<_pixpilot_shadcn_ui241.InputProps>;
|
|
658
|
+
NumberInput: react953.FC<_pixpilot_shadcn_ui241.InputProps>;
|
|
659
|
+
ObjectContainer: react953.FC<ObjectContainerProps>;
|
|
660
|
+
Radio: react953.FC<RadioProps>;
|
|
599
661
|
Row: typeof Row;
|
|
600
|
-
Select:
|
|
601
|
-
Separator:
|
|
602
|
-
Switch:
|
|
603
|
-
Textarea:
|
|
662
|
+
Select: react953.FC<SelectProps$1>;
|
|
663
|
+
Separator: react953.FC<_radix_ui_react_separator21.SeparatorProps & react953.RefAttributes<HTMLDivElement>>;
|
|
664
|
+
Switch: react953.FC<_radix_ui_react_switch21.SwitchProps & react953.RefAttributes<HTMLButtonElement>>;
|
|
665
|
+
Textarea: react953.FC<react953.ClassAttributes<HTMLTextAreaElement> & react953.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
604
666
|
}, Component_7, Decorator_7>): JSX.Element;
|
|
605
667
|
displayName: string;
|
|
606
668
|
};
|
|
607
669
|
Void: {
|
|
608
|
-
<Decorator_8 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_8 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props:
|
|
609
|
-
ColorPicker:
|
|
610
|
-
Combobox:
|
|
611
|
-
ColorSelect:
|
|
612
|
-
Rating:
|
|
613
|
-
Slider:
|
|
614
|
-
SliderInput:
|
|
615
|
-
SliderSelect:
|
|
670
|
+
<Decorator_8 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_8 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react69.ISchemaTypeFieldProps<{
|
|
671
|
+
ColorPicker: react953.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui241.ColorPickerProps>, "ref"> & react953.RefAttributes<unknown>>;
|
|
672
|
+
Combobox: react953.FC<_pixpilot_shadcn_ui241.ComboboxProps>;
|
|
673
|
+
ColorSelect: react953.FC<_pixpilot_shadcn_ui241.ColorSelectProps>;
|
|
674
|
+
Rating: react953.FC<_pixpilot_shadcn_ui241.RatingProps>;
|
|
675
|
+
Slider: react953.FC<_pixpilot_shadcn_ui241.SliderProps>;
|
|
676
|
+
SliderInput: react953.FC<_pixpilot_shadcn_ui241.SliderInputProps>;
|
|
677
|
+
SliderSelect: react953.FC<_pixpilot_shadcn_ui241.SliderSelectProps>;
|
|
616
678
|
TagsInput: typeof TagsInput;
|
|
617
|
-
TagsInputInLine:
|
|
679
|
+
TagsInputInLine: react953.FC<_pixpilot_shadcn_ui241.TagsInputProps>;
|
|
618
680
|
ArrayCards: ComposedArrayProps;
|
|
619
|
-
ArrayCollapse:
|
|
681
|
+
ArrayCollapse: react953.FC<ArrayComponentProps & {
|
|
620
682
|
defaultActiveKey?: Array<string | number>;
|
|
621
683
|
mode?: "accordion" | "multiple";
|
|
622
684
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
623
685
|
}>;
|
|
624
|
-
ArrayDialog:
|
|
686
|
+
ArrayDialog: react953.FC<ArrayComponentProps & {
|
|
625
687
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
626
688
|
}>;
|
|
627
689
|
ArrayInline: ComposedArrayProps;
|
|
628
|
-
ArrayPopover:
|
|
690
|
+
ArrayPopover: react953.FC<ArrayComponentProps & {
|
|
629
691
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
630
692
|
}>;
|
|
631
|
-
ArrayTags:
|
|
632
|
-
ArrayToggleGroup:
|
|
633
|
-
ToggleGroup:
|
|
634
|
-
Checkbox:
|
|
693
|
+
ArrayTags: react953.MemoExoticComponent<_formily_react69.ReactFC<ArrayTagsProps>>;
|
|
694
|
+
ArrayToggleGroup: react953.MemoExoticComponent<_formily_react69.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
695
|
+
ToggleGroup: react953.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react953.RefAttributes<unknown>>;
|
|
696
|
+
Checkbox: react953.FC<_radix_ui_react_checkbox21.CheckboxProps & react953.RefAttributes<HTMLButtonElement>>;
|
|
635
697
|
Column: typeof Column;
|
|
636
|
-
DatePicker:
|
|
698
|
+
DatePicker: react953.ForwardRefExoticComponent<Partial<{
|
|
637
699
|
value?: Date;
|
|
638
700
|
onChange?: (date: Date | undefined) => void;
|
|
639
701
|
placeholder?: string;
|
|
640
|
-
} & Omit<
|
|
702
|
+
} & Omit<_pixpilot_shadcn_ui241.DatePickerProps, "onSelect" | "selected" | "mode">> & react953.RefAttributes<unknown>>;
|
|
703
|
+
DialogItem: react953.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
|
|
704
|
+
children?: react953.ReactNode | undefined;
|
|
705
|
+
}>, "ref"> & react953.RefAttributes<unknown>>;
|
|
706
|
+
PopoverItem: react953.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
|
|
707
|
+
children?: react953.ReactNode | undefined;
|
|
708
|
+
}>, "ref"> & react953.RefAttributes<unknown>>;
|
|
641
709
|
FormGrid: typeof FormGrid;
|
|
642
|
-
FormItem:
|
|
643
|
-
children?:
|
|
644
|
-
}>, "ref"> &
|
|
645
|
-
Hidden:
|
|
646
|
-
IconToggle:
|
|
647
|
-
ToggleButton:
|
|
648
|
-
Input:
|
|
649
|
-
NumberInput:
|
|
650
|
-
ObjectContainer:
|
|
651
|
-
Radio:
|
|
710
|
+
FormItem: react953.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
711
|
+
children?: react953.ReactNode | undefined;
|
|
712
|
+
}>, "ref"> & react953.RefAttributes<unknown>>;
|
|
713
|
+
Hidden: react953.ForwardRefExoticComponent<Partial<HiddenProps> & react953.RefAttributes<unknown>>;
|
|
714
|
+
IconToggle: react953.FC<_pixpilot_shadcn_ui241.IconToggleProps>;
|
|
715
|
+
ToggleButton: react953.FC<_pixpilot_shadcn_ui241.ToggleButtonProps>;
|
|
716
|
+
Input: react953.FC<_pixpilot_shadcn_ui241.InputProps>;
|
|
717
|
+
NumberInput: react953.FC<_pixpilot_shadcn_ui241.InputProps>;
|
|
718
|
+
ObjectContainer: react953.FC<ObjectContainerProps>;
|
|
719
|
+
Radio: react953.FC<RadioProps>;
|
|
652
720
|
Row: typeof Row;
|
|
653
|
-
Select:
|
|
654
|
-
Separator:
|
|
655
|
-
Switch:
|
|
656
|
-
Textarea:
|
|
721
|
+
Select: react953.FC<SelectProps$1>;
|
|
722
|
+
Separator: react953.FC<_radix_ui_react_separator21.SeparatorProps & react953.RefAttributes<HTMLDivElement>>;
|
|
723
|
+
Switch: react953.FC<_radix_ui_react_switch21.SwitchProps & react953.RefAttributes<HTMLButtonElement>>;
|
|
724
|
+
Textarea: react953.FC<react953.ClassAttributes<HTMLTextAreaElement> & react953.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
657
725
|
}, Component_8, Decorator_8>): JSX.Element;
|
|
658
726
|
displayName: string;
|
|
659
727
|
};
|
|
660
728
|
Number: {
|
|
661
|
-
<Decorator_9 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_9 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props:
|
|
662
|
-
ColorPicker:
|
|
663
|
-
Combobox:
|
|
664
|
-
ColorSelect:
|
|
665
|
-
Rating:
|
|
666
|
-
Slider:
|
|
667
|
-
SliderInput:
|
|
668
|
-
SliderSelect:
|
|
729
|
+
<Decorator_9 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof", Component_9 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Rating" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react69.ISchemaTypeFieldProps<{
|
|
730
|
+
ColorPicker: react953.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui241.ColorPickerProps>, "ref"> & react953.RefAttributes<unknown>>;
|
|
731
|
+
Combobox: react953.FC<_pixpilot_shadcn_ui241.ComboboxProps>;
|
|
732
|
+
ColorSelect: react953.FC<_pixpilot_shadcn_ui241.ColorSelectProps>;
|
|
733
|
+
Rating: react953.FC<_pixpilot_shadcn_ui241.RatingProps>;
|
|
734
|
+
Slider: react953.FC<_pixpilot_shadcn_ui241.SliderProps>;
|
|
735
|
+
SliderInput: react953.FC<_pixpilot_shadcn_ui241.SliderInputProps>;
|
|
736
|
+
SliderSelect: react953.FC<_pixpilot_shadcn_ui241.SliderSelectProps>;
|
|
669
737
|
TagsInput: typeof TagsInput;
|
|
670
|
-
TagsInputInLine:
|
|
738
|
+
TagsInputInLine: react953.FC<_pixpilot_shadcn_ui241.TagsInputProps>;
|
|
671
739
|
ArrayCards: ComposedArrayProps;
|
|
672
|
-
ArrayCollapse:
|
|
740
|
+
ArrayCollapse: react953.FC<ArrayComponentProps & {
|
|
673
741
|
defaultActiveKey?: Array<string | number>;
|
|
674
742
|
mode?: "accordion" | "multiple";
|
|
675
743
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
676
744
|
}>;
|
|
677
|
-
ArrayDialog:
|
|
745
|
+
ArrayDialog: react953.FC<ArrayComponentProps & {
|
|
678
746
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
679
747
|
}>;
|
|
680
748
|
ArrayInline: ComposedArrayProps;
|
|
681
|
-
ArrayPopover:
|
|
749
|
+
ArrayPopover: react953.FC<ArrayComponentProps & {
|
|
682
750
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
683
751
|
}>;
|
|
684
|
-
ArrayTags:
|
|
685
|
-
ArrayToggleGroup:
|
|
686
|
-
ToggleGroup:
|
|
687
|
-
Checkbox:
|
|
752
|
+
ArrayTags: react953.MemoExoticComponent<_formily_react69.ReactFC<ArrayTagsProps>>;
|
|
753
|
+
ArrayToggleGroup: react953.MemoExoticComponent<_formily_react69.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
754
|
+
ToggleGroup: react953.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react953.RefAttributes<unknown>>;
|
|
755
|
+
Checkbox: react953.FC<_radix_ui_react_checkbox21.CheckboxProps & react953.RefAttributes<HTMLButtonElement>>;
|
|
688
756
|
Column: typeof Column;
|
|
689
|
-
DatePicker:
|
|
757
|
+
DatePicker: react953.ForwardRefExoticComponent<Partial<{
|
|
690
758
|
value?: Date;
|
|
691
759
|
onChange?: (date: Date | undefined) => void;
|
|
692
760
|
placeholder?: string;
|
|
693
|
-
} & Omit<
|
|
761
|
+
} & Omit<_pixpilot_shadcn_ui241.DatePickerProps, "onSelect" | "selected" | "mode">> & react953.RefAttributes<unknown>>;
|
|
762
|
+
DialogItem: react953.ForwardRefExoticComponent<Omit<Partial<DialogItemProps & {
|
|
763
|
+
children?: react953.ReactNode | undefined;
|
|
764
|
+
}>, "ref"> & react953.RefAttributes<unknown>>;
|
|
765
|
+
PopoverItem: react953.ForwardRefExoticComponent<Omit<Partial<PopoverItemProps & {
|
|
766
|
+
children?: react953.ReactNode | undefined;
|
|
767
|
+
}>, "ref"> & react953.RefAttributes<unknown>>;
|
|
694
768
|
FormGrid: typeof FormGrid;
|
|
695
|
-
FormItem:
|
|
696
|
-
children?:
|
|
697
|
-
}>, "ref"> &
|
|
698
|
-
Hidden:
|
|
699
|
-
IconToggle:
|
|
700
|
-
ToggleButton:
|
|
701
|
-
Input:
|
|
702
|
-
NumberInput:
|
|
703
|
-
ObjectContainer:
|
|
704
|
-
Radio:
|
|
769
|
+
FormItem: react953.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
770
|
+
children?: react953.ReactNode | undefined;
|
|
771
|
+
}>, "ref"> & react953.RefAttributes<unknown>>;
|
|
772
|
+
Hidden: react953.ForwardRefExoticComponent<Partial<HiddenProps> & react953.RefAttributes<unknown>>;
|
|
773
|
+
IconToggle: react953.FC<_pixpilot_shadcn_ui241.IconToggleProps>;
|
|
774
|
+
ToggleButton: react953.FC<_pixpilot_shadcn_ui241.ToggleButtonProps>;
|
|
775
|
+
Input: react953.FC<_pixpilot_shadcn_ui241.InputProps>;
|
|
776
|
+
NumberInput: react953.FC<_pixpilot_shadcn_ui241.InputProps>;
|
|
777
|
+
ObjectContainer: react953.FC<ObjectContainerProps>;
|
|
778
|
+
Radio: react953.FC<RadioProps>;
|
|
705
779
|
Row: typeof Row;
|
|
706
|
-
Select:
|
|
707
|
-
Separator:
|
|
708
|
-
Switch:
|
|
709
|
-
Textarea:
|
|
780
|
+
Select: react953.FC<SelectProps$1>;
|
|
781
|
+
Separator: react953.FC<_radix_ui_react_separator21.SeparatorProps & react953.RefAttributes<HTMLDivElement>>;
|
|
782
|
+
Switch: react953.FC<_radix_ui_react_switch21.SwitchProps & react953.RefAttributes<HTMLButtonElement>>;
|
|
783
|
+
Textarea: react953.FC<react953.ClassAttributes<HTMLTextAreaElement> & react953.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
710
784
|
}, Component_9, Decorator_9>): JSX.Element;
|
|
711
785
|
displayName: string;
|
|
712
786
|
};
|