@pixpilot/formily-shadcn 1.14.3 → 1.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/array-base/mcp.js +53 -0
- package/dist/components/array-cards/Item.cjs +2 -3
- package/dist/components/array-cards/Item.js +2 -3
- package/dist/components/array-cards/mcp.js +54 -0
- package/dist/components/array-collapse/Item.cjs +2 -3
- package/dist/components/array-collapse/Item.js +2 -3
- package/dist/components/array-collapse/mcp.js +55 -0
- package/dist/components/array-common/ArrayItemDraftFields.cjs +1 -15
- package/dist/components/array-common/ArrayItemDraftFields.js +1 -15
- package/dist/components/array-common/ListItem.cjs +20 -30
- package/dist/components/array-common/ListItem.js +20 -30
- package/dist/components/array-common/array-mcp-props.js +26 -0
- package/dist/components/array-common/index.cjs +1 -0
- package/dist/components/array-common/index.js +1 -0
- package/dist/components/array-common/use-array-item-wrapper-props.cjs +35 -0
- package/dist/components/array-common/use-array-item-wrapper-props.js +32 -0
- package/dist/components/array-dialog/mcp.js +58 -0
- package/dist/components/array-inline/Item.cjs +2 -3
- package/dist/components/array-inline/Item.js +2 -3
- package/dist/components/array-inline/mcp.js +46 -0
- package/dist/components/array-popover/mcp.js +52 -0
- package/dist/components/array-sortable/mcp.js +44 -0
- package/dist/components/array-tags/mcp.js +70 -0
- package/dist/components/array-toggle-group/mcp.js +53 -0
- package/dist/components/{Checkbox.cjs → checkbox/Checkbox.cjs} +3 -3
- package/dist/components/checkbox/Checkbox.d.cts +12 -0
- package/dist/components/checkbox/Checkbox.d.ts +12 -0
- package/dist/components/{Checkbox.js → checkbox/Checkbox.js} +2 -2
- package/dist/components/checkbox/index.cjs +1 -0
- package/dist/components/checkbox/index.d.cts +1 -0
- package/dist/components/checkbox/index.d.ts +1 -0
- package/dist/components/checkbox/index.js +1 -0
- package/dist/components/checkbox/mcp.js +41 -0
- package/dist/components/color-picker/mcp.js +59 -0
- package/dist/components/{ColorSelect.cjs → color-select/ColorSelect.cjs} +2 -2
- package/dist/components/color-select/ColorSelect.d.cts +7 -0
- package/dist/components/color-select/ColorSelect.d.ts +7 -0
- package/dist/components/{ColorSelect.js → color-select/ColorSelect.js} +1 -1
- package/dist/components/color-select/index.cjs +1 -0
- package/dist/components/color-select/index.d.cts +1 -0
- package/dist/components/color-select/index.d.ts +1 -0
- package/dist/components/color-select/index.js +1 -0
- package/dist/components/color-select/mcp.js +46 -0
- package/dist/components/{Column.cjs → column/Column.cjs} +2 -2
- package/dist/components/{Column.d.cts → column/Column.d.cts} +2 -2
- package/dist/components/{Column.d.ts → column/Column.d.ts} +2 -2
- package/dist/components/{Column.js → column/Column.js} +1 -1
- package/dist/components/column/index.cjs +1 -0
- package/dist/components/column/index.d.cts +1 -0
- package/dist/components/column/index.d.ts +1 -0
- package/dist/components/column/index.js +1 -0
- package/dist/components/column/mcp.js +36 -0
- package/dist/components/{Combobox.cjs → combobox/Combobox.cjs} +2 -2
- package/dist/components/combobox/Combobox.d.cts +7 -0
- package/dist/components/combobox/Combobox.d.ts +7 -0
- package/dist/components/{Combobox.js → combobox/Combobox.js} +1 -1
- package/dist/components/combobox/index.cjs +1 -0
- package/dist/components/combobox/index.d.cts +1 -0
- package/dist/components/combobox/index.d.ts +1 -0
- package/dist/components/combobox/index.js +1 -0
- package/dist/components/combobox/mcp.js +48 -0
- package/dist/components/{DatePicker.cjs → date-picker/DatePicker.cjs} +2 -2
- package/dist/components/{DatePicker.d.cts → date-picker/DatePicker.d.cts} +5 -4
- package/dist/components/{DatePicker.d.ts → date-picker/DatePicker.d.ts} +5 -4
- package/dist/components/{DatePicker.js → date-picker/DatePicker.js} +1 -1
- package/dist/components/date-picker/index.cjs +1 -0
- package/dist/components/date-picker/index.d.cts +1 -0
- package/dist/components/date-picker/index.d.ts +1 -0
- package/dist/components/date-picker/index.js +1 -0
- package/dist/components/date-picker/mcp.js +104 -0
- package/dist/components/file-upload/mcp.js +62 -0
- package/dist/components/{Form.cjs → form/Form.cjs} +6 -5
- package/dist/components/{Form.d.cts → form/Form.d.cts} +4 -4
- package/dist/components/{Form.d.ts → form/Form.d.ts} +4 -4
- package/dist/components/{Form.js → form/Form.js} +5 -4
- package/dist/components/form/index.cjs +1 -0
- package/dist/components/form/index.d.cts +1 -0
- package/dist/components/form/index.d.ts +1 -0
- package/dist/components/form/index.js +1 -0
- package/dist/components/form/mcp.js +0 -1
- package/dist/components/{FormGrid.cjs → form-grid/FormGrid.cjs} +2 -2
- package/dist/components/{FormGrid.d.cts → form-grid/FormGrid.d.cts} +2 -2
- package/dist/components/{FormGrid.d.ts → form-grid/FormGrid.d.ts} +2 -2
- package/dist/components/{FormGrid.js → form-grid/FormGrid.js} +1 -1
- package/dist/components/form-grid/index.cjs +1 -0
- package/dist/components/form-grid/index.d.cts +1 -0
- package/dist/components/form-grid/index.d.ts +1 -0
- package/dist/components/form-grid/index.js +1 -0
- package/dist/components/form-grid/mcp.js +35 -0
- 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/mcp.js +46 -0
- package/dist/components/{FormItemContainer.cjs → form-item-container/FormItemContainer.cjs} +5 -5
- package/dist/components/{FormItemContainer.js → form-item-container/FormItemContainer.js} +4 -4
- package/dist/components/form-item-container/index.cjs +1 -0
- package/dist/components/form-item-container/index.js +1 -0
- package/dist/components/form-item-container/mcp.js +36 -0
- package/dist/components/{Hidden.cjs → hidden/Hidden.cjs} +2 -2
- package/dist/components/hidden/Hidden.d.cts +9 -0
- package/dist/components/hidden/Hidden.d.ts +9 -0
- package/dist/components/{Hidden.js → hidden/Hidden.js} +1 -1
- package/dist/components/hidden/index.cjs +1 -0
- package/dist/components/hidden/index.d.cts +1 -0
- package/dist/components/hidden/index.d.ts +1 -0
- package/dist/components/hidden/index.js +1 -0
- package/dist/components/hidden/mcp.js +36 -0
- package/dist/components/{IconPicker.cjs → icon-picker/IconPicker.cjs} +4 -4
- package/dist/components/{IconPicker.d.cts → icon-picker/IconPicker.d.cts} +7 -7
- package/dist/components/icon-picker/IconPicker.d.ts +15 -0
- package/dist/components/{IconPicker.js → icon-picker/IconPicker.js} +3 -3
- package/dist/components/icon-picker/index.cjs +1 -0
- package/dist/components/icon-picker/index.d.cts +1 -0
- package/dist/components/icon-picker/index.d.ts +1 -0
- package/dist/components/icon-picker/index.js +1 -0
- package/dist/components/icon-picker/mcp.js +48 -0
- package/dist/components/{IconToggle.cjs → icon-toggle/IconToggle.cjs} +3 -3
- package/dist/components/icon-toggle/IconToggle.d.cts +12 -0
- package/dist/components/icon-toggle/IconToggle.d.ts +12 -0
- package/dist/components/{IconToggle.js → icon-toggle/IconToggle.js} +2 -2
- package/dist/components/icon-toggle/index.cjs +1 -0
- package/dist/components/icon-toggle/index.d.cts +1 -0
- package/dist/components/icon-toggle/index.d.ts +1 -0
- package/dist/components/icon-toggle/index.js +1 -0
- package/dist/components/icon-toggle/mcp.js +45 -0
- package/dist/components/{Input.cjs → input/Input.cjs} +2 -2
- package/dist/components/input/Input.d.cts +12 -0
- package/dist/components/input/Input.d.ts +12 -0
- package/dist/components/{Input.js → input/Input.js} +1 -1
- package/dist/components/input/index.cjs +1 -0
- package/dist/components/input/index.d.cts +1 -0
- package/dist/components/input/index.d.ts +1 -0
- package/dist/components/input/index.js +1 -0
- package/dist/components/input/mcp.js +41 -0
- package/dist/components/json-schema-form-renderer/JsonSchemaFormRenderer.cjs +2 -1
- package/dist/components/json-schema-form-renderer/JsonSchemaFormRenderer.js +2 -1
- package/dist/components/json-schema-form-renderer/mcp.js +43 -0
- package/dist/components/json-schema-form-renderer/types.d.cts +2 -1
- package/dist/components/json-schema-form-renderer/types.d.ts +2 -1
- package/dist/components/number/NumberInput.d.cts +5 -9
- package/dist/components/number/NumberInput.d.ts +5 -9
- package/dist/components/number/index.d.cts +1 -1
- package/dist/components/number/index.d.ts +1 -1
- package/dist/components/number/mcp.js +40 -0
- package/dist/components/{ObjectContainer.cjs → object-container/ObjectContainer.cjs} +9 -8
- package/dist/components/{ObjectContainer.d.cts → object-container/ObjectContainer.d.cts} +2 -2
- package/dist/components/{ObjectContainer.d.ts → object-container/ObjectContainer.d.ts} +2 -2
- package/dist/components/{ObjectContainer.js → object-container/ObjectContainer.js} +8 -7
- package/dist/components/object-container/index.cjs +1 -0
- package/dist/components/object-container/index.js +1 -0
- package/dist/components/object-container/mcp.js +41 -0
- package/dist/components/{Radio.cjs → radio/Radio.cjs} +2 -2
- package/dist/components/{Radio.d.cts → radio/Radio.d.cts} +5 -5
- package/dist/components/{Radio.d.ts → radio/Radio.d.ts} +5 -5
- package/dist/components/{Radio.js → radio/Radio.js} +1 -1
- package/dist/components/radio/index.cjs +1 -0
- package/dist/components/radio/index.d.cts +1 -0
- package/dist/components/radio/index.d.ts +1 -0
- package/dist/components/radio/index.js +1 -0
- package/dist/components/radio/mcp.js +45 -0
- package/dist/components/{Rating.cjs → rating/Rating.cjs} +2 -2
- package/dist/components/rating/Rating.d.cts +12 -0
- package/dist/components/rating/Rating.d.ts +12 -0
- package/dist/components/{Rating.js → rating/Rating.js} +1 -1
- package/dist/components/rating/index.cjs +1 -0
- package/dist/components/rating/index.d.cts +1 -0
- package/dist/components/rating/index.d.ts +1 -0
- package/dist/components/rating/index.js +1 -0
- package/dist/components/rating/mcp.js +47 -0
- package/dist/components/{RichTextEditor.cjs → rich-text-editor/RichTextEditor.cjs} +4 -4
- package/dist/components/rich-text-editor/RichTextEditor.d.cts +7 -0
- package/dist/components/rich-text-editor/RichTextEditor.d.ts +7 -0
- package/dist/components/{RichTextEditor.js → rich-text-editor/RichTextEditor.js} +3 -3
- package/dist/components/rich-text-editor/index.cjs +1 -0
- package/dist/components/rich-text-editor/index.d.cts +1 -0
- package/dist/components/rich-text-editor/index.d.ts +1 -0
- package/dist/components/rich-text-editor/index.js +1 -0
- package/dist/components/rich-text-editor/mcp.js +49 -0
- package/dist/components/{Row.cjs → row/Row.cjs} +2 -2
- package/dist/components/{Row.d.cts → row/Row.d.cts} +2 -2
- package/dist/components/{Row.d.ts → row/Row.d.ts} +2 -2
- package/dist/components/{Row.js → row/Row.js} +1 -1
- package/dist/components/row/index.cjs +1 -0
- package/dist/components/row/index.d.cts +1 -0
- package/dist/components/row/index.d.ts +1 -0
- package/dist/components/row/index.js +1 -0
- package/dist/components/row/mcp.js +36 -0
- package/dist/components/schema-field/index.d.cts +1 -1
- package/dist/components/schema-field/index.d.ts +1 -1
- package/dist/components/schema-field/mcp.js +61 -0
- package/dist/components/schema-field/schema-field-basics.cjs +32 -16
- package/dist/components/schema-field/schema-field-basics.d.cts +282 -437
- package/dist/components/schema-field/schema-field-basics.d.ts +285 -440
- package/dist/components/schema-field/schema-field-basics.js +32 -16
- package/dist/components/schema-field/schema-field-extended.cjs +4 -2
- package/dist/components/schema-field/schema-field-extended.d.cts +435 -632
- package/dist/components/schema-field/schema-field-extended.d.ts +435 -632
- package/dist/components/schema-field/schema-field-extended.js +4 -2
- package/dist/components/schema-field/schema-field.cjs +8 -4
- package/dist/components/schema-field/schema-field.d.cts +371 -548
- package/dist/components/schema-field/schema-field.d.ts +374 -551
- package/dist/components/schema-field/schema-field.js +8 -4
- package/dist/components/{Select.cjs → select/Select.cjs} +3 -3
- package/dist/components/select/Select.d.cts +20 -0
- package/dist/components/select/Select.d.ts +20 -0
- package/dist/components/{Select.js → select/Select.js} +2 -2
- package/dist/components/select/index.cjs +1 -0
- package/dist/components/select/index.d.cts +1 -0
- package/dist/components/select/index.d.ts +1 -0
- package/dist/components/select/index.js +1 -0
- package/dist/components/select/mcp.js +49 -0
- package/dist/components/{Separator.cjs → separator/Separator.cjs} +2 -2
- package/dist/components/separator/Separator.d.cts +12 -0
- package/dist/components/separator/Separator.d.ts +12 -0
- package/dist/components/{Separator.js → separator/Separator.js} +1 -1
- package/dist/components/separator/index.cjs +1 -0
- package/dist/components/separator/index.d.cts +1 -0
- package/dist/components/separator/index.d.ts +1 -0
- package/dist/components/separator/index.js +1 -0
- package/dist/components/separator/mcp.js +40 -0
- package/dist/components/slider/Slider.d.cts +5 -4
- package/dist/components/slider/Slider.d.ts +5 -4
- package/dist/components/slider/SliderInput.d.cts +3 -3
- package/dist/components/slider/SliderInput.d.ts +3 -3
- package/dist/components/slider/SliderSelect.d.cts +4 -3
- package/dist/components/slider/SliderSelect.d.ts +4 -3
- package/dist/components/slider/index.d.cts +1 -1
- package/dist/components/slider/index.d.ts +1 -1
- package/dist/components/slider/mcp.js +50 -0
- package/dist/components/{Switch.cjs → switch/Switch.cjs} +3 -3
- package/dist/components/switch/Switch.d.cts +12 -0
- package/dist/components/switch/Switch.d.ts +12 -0
- package/dist/components/{Switch.js → switch/Switch.js} +2 -2
- package/dist/components/switch/index.cjs +1 -0
- package/dist/components/switch/index.d.cts +1 -0
- package/dist/components/switch/index.d.ts +1 -0
- package/dist/components/switch/index.js +1 -0
- package/dist/components/switch/mcp.js +41 -0
- package/dist/components/{TagsInputInline.cjs → tags-input-inline/TagsInputInline.cjs} +2 -2
- package/dist/components/tags-input-inline/TagsInputInline.d.cts +15 -0
- package/dist/components/tags-input-inline/TagsInputInline.d.ts +15 -0
- package/dist/components/{TagsInputInline.js → tags-input-inline/TagsInputInline.js} +1 -1
- package/dist/components/tags-input-inline/index.cjs +1 -0
- package/dist/components/tags-input-inline/index.d.cts +1 -0
- package/dist/components/tags-input-inline/index.d.ts +1 -0
- package/dist/components/tags-input-inline/index.js +1 -0
- package/dist/components/tags-input-inline/mcp.js +54 -0
- package/dist/components/{Textarea.cjs → textarea/Textarea.cjs} +2 -2
- package/dist/components/textarea/Textarea.d.cts +11 -0
- package/dist/components/textarea/Textarea.d.ts +11 -0
- package/dist/components/{Textarea.js → textarea/Textarea.js} +1 -1
- package/dist/components/textarea/index.cjs +1 -0
- package/dist/components/textarea/index.d.cts +1 -0
- package/dist/components/textarea/index.d.ts +1 -0
- package/dist/components/textarea/index.js +1 -0
- package/dist/components/textarea/mcp.js +36 -0
- package/dist/components/{ToggleButton.cjs → toggle-button/ToggleButton.cjs} +3 -3
- package/dist/components/toggle-button/ToggleButton.d.cts +12 -0
- package/dist/components/toggle-button/ToggleButton.d.ts +12 -0
- package/dist/components/{ToggleButton.js → toggle-button/ToggleButton.js} +2 -2
- package/dist/components/toggle-button/index.cjs +1 -0
- package/dist/components/toggle-button/index.d.cts +1 -0
- package/dist/components/toggle-button/index.d.ts +1 -0
- package/dist/components/toggle-button/index.js +1 -0
- package/dist/components/toggle-button/mcp.js +45 -0
- package/dist/components/{ToggleGroup.cjs → toggle-group/ToggleGroup.cjs} +5 -4
- package/dist/components/{ToggleGroup.d.cts → toggle-group/ToggleGroup.d.cts} +2 -2
- package/dist/components/{ToggleGroup.d.ts → toggle-group/ToggleGroup.d.ts} +2 -2
- package/dist/components/{ToggleGroup.js → toggle-group/ToggleGroup.js} +3 -3
- package/dist/components/toggle-group/index.cjs +1 -0
- package/dist/components/toggle-group/index.d.cts +1 -0
- package/dist/components/toggle-group/index.d.ts +1 -0
- package/dist/components/toggle-group/index.js +1 -0
- package/dist/components/toggle-group/mcp.js +52 -0
- package/dist/generated/mcp-registry.js +82 -2
- package/dist/index.cjs +44 -22
- package/dist/index.d.cts +46 -25
- package/dist/index.d.ts +46 -25
- package/dist/index.js +44 -22
- package/dist/mcp/src/search.js +81 -0
- package/dist/mcp/src/server.js +10 -5
- package/package.json +5 -5
- package/dist/components/Checkbox.d.cts +0 -11
- package/dist/components/Checkbox.d.ts +0 -11
- package/dist/components/ColorSelect.d.cts +0 -6
- package/dist/components/ColorSelect.d.ts +0 -6
- package/dist/components/Combobox.d.cts +0 -6
- package/dist/components/Combobox.d.ts +0 -6
- package/dist/components/IconPicker.d.ts +0 -15
- package/dist/components/IconToggle.d.cts +0 -11
- package/dist/components/IconToggle.d.ts +0 -11
- package/dist/components/Input.d.cts +0 -17
- package/dist/components/Input.d.ts +0 -17
- package/dist/components/Rating.d.cts +0 -13
- package/dist/components/Rating.d.ts +0 -13
- package/dist/components/RichTextEditor.d.cts +0 -6
- package/dist/components/RichTextEditor.d.ts +0 -6
- package/dist/components/Select.d.cts +0 -6
- package/dist/components/Select.d.ts +0 -6
- package/dist/components/Separator.d.cts +0 -11
- package/dist/components/Separator.d.ts +0 -11
- package/dist/components/Switch.d.cts +0 -11
- package/dist/components/Switch.d.ts +0 -11
- package/dist/components/TagsInputInline.d.cts +0 -15
- package/dist/components/TagsInputInline.d.ts +0 -15
- package/dist/components/Textarea.d.cts +0 -9
- package/dist/components/Textarea.d.ts +0 -9
- package/dist/components/ToggleButton.d.cts +0 -11
- package/dist/components/ToggleButton.d.ts +0 -11
|
@@ -4,22 +4,34 @@ import { ArrayTagsProps } from "../array-tags/ArrayTags.js";
|
|
|
4
4
|
import "../array-tags/index.js";
|
|
5
5
|
import { ArrayToggleGroupProps } from "../array-toggle-group/ArrayToggleGroup.js";
|
|
6
6
|
import "../array-toggle-group/index.js";
|
|
7
|
-
import { Column } from "../Column.js";
|
|
7
|
+
import { Column } from "../column/Column.js";
|
|
8
|
+
import "../column/index.js";
|
|
8
9
|
import { UploadValueMapper } from "../file-upload/map-upload-props.js";
|
|
9
10
|
import { FileUploadProps as FileUploadProps$1 } from "../file-upload/FileUpload.js";
|
|
10
11
|
import { FileUploadInlineProps as FileUploadInlineProps$1 } from "../file-upload/FileUploadInline.js";
|
|
11
12
|
import "../file-upload/index.js";
|
|
12
13
|
import { FormItemProps } from "../form-item/form-item-types.js";
|
|
13
14
|
import "../form-item/index.js";
|
|
14
|
-
import { FormGrid } from "../FormGrid.js";
|
|
15
|
+
import { FormGrid } from "../form-grid/FormGrid.js";
|
|
16
|
+
import "../form-grid/index.js";
|
|
17
|
+
import { IconPickerProps as IconPickerProps$1 } from "../icon-picker/IconPicker.js";
|
|
18
|
+
import "../icon-picker/index.js";
|
|
15
19
|
import { JsonSchemaFormComponents } from "../json-schema-form-renderer/types.js";
|
|
16
|
-
import { ObjectContainerProps } from "../ObjectContainer.js";
|
|
17
|
-
import {
|
|
18
|
-
import
|
|
20
|
+
import { ObjectContainerProps } from "../object-container/ObjectContainer.js";
|
|
21
|
+
import { RadioProps } from "../radio/Radio.js";
|
|
22
|
+
import "../radio/index.js";
|
|
23
|
+
import { Row } from "../row/Row.js";
|
|
24
|
+
import "../row/index.js";
|
|
25
|
+
import { ToggleGroupBaseProps } from "../toggle-group/ToggleGroup.js";
|
|
26
|
+
import "../toggle-group/index.js";
|
|
27
|
+
import { HiddenProps } from "../hidden/Hidden.js";
|
|
28
|
+
import "../hidden/index.js";
|
|
29
|
+
import { SelectProps as SelectProps$1 } from "../select/Select.js";
|
|
30
|
+
import "../select/index.js";
|
|
19
31
|
import * as _formily_react1 from "@formily/react";
|
|
20
32
|
import { ISchema } from "@formily/react";
|
|
21
|
-
import * as
|
|
22
|
-
import * as
|
|
33
|
+
import * as react1 from "react";
|
|
34
|
+
import * as _pixpilot_shadcn_ui0 from "@pixpilot/shadcn-ui";
|
|
23
35
|
import * as _formily_core0 from "@formily/core";
|
|
24
36
|
import * as _radix_ui_react_checkbox0 from "@radix-ui/react-checkbox";
|
|
25
37
|
import * as _radix_ui_react_separator0 from "@radix-ui/react-separator";
|
|
@@ -28,63 +40,59 @@ import * as _radix_ui_react_switch0 from "@radix-ui/react-switch";
|
|
|
28
40
|
//#region src/components/schema-field/schema-field-extended.d.ts
|
|
29
41
|
declare const extendedComponentRegistry: {
|
|
30
42
|
AvatarUpload: {
|
|
31
|
-
component:
|
|
43
|
+
component: react1.FC<_pixpilot_shadcn_ui0.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui0.FileMetadata | null>>;
|
|
32
44
|
decorator: string;
|
|
33
45
|
};
|
|
34
46
|
FileUploadInline: {
|
|
35
|
-
component:
|
|
47
|
+
component: react1.FC<FileUploadInlineProps$1>;
|
|
36
48
|
decorator: string;
|
|
37
49
|
};
|
|
38
50
|
IconPicker: {
|
|
39
|
-
component:
|
|
40
|
-
providers?: _pixpilot_shadcn_ui3.IconProviderProps[];
|
|
41
|
-
}> & react35.RefAttributes<unknown>>;
|
|
51
|
+
component: react1.FC<IconPickerProps$1>;
|
|
42
52
|
decorator: string;
|
|
43
53
|
};
|
|
44
54
|
FileUpload: {
|
|
45
|
-
component:
|
|
55
|
+
component: react1.FC<FileUploadProps$1>;
|
|
46
56
|
decorator: string;
|
|
47
57
|
};
|
|
48
58
|
RichTextEditor: {
|
|
49
|
-
component:
|
|
59
|
+
component: react1.FC<_pixpilot_shadcn_ui0.RichTextEditorProps>;
|
|
50
60
|
decorator: string;
|
|
51
61
|
};
|
|
52
62
|
ColorPicker: {
|
|
53
|
-
component:
|
|
63
|
+
component: react1.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.ColorPickerProps>, "ref"> & react1.RefAttributes<unknown>>;
|
|
54
64
|
decorator: string;
|
|
55
65
|
};
|
|
56
66
|
Combobox: {
|
|
57
|
-
component:
|
|
67
|
+
component: react1.FC<_pixpilot_shadcn_ui0.ComboboxProps>;
|
|
58
68
|
decorator: string;
|
|
59
69
|
};
|
|
60
70
|
ColorSelect: {
|
|
61
|
-
component:
|
|
71
|
+
component: react1.FC<_pixpilot_shadcn_ui0.ColorSelectProps>;
|
|
62
72
|
decorator: string;
|
|
63
73
|
};
|
|
64
74
|
Rating: {
|
|
65
|
-
component:
|
|
66
|
-
children?: react35.ReactNode | undefined;
|
|
67
|
-
}> & react35.RefAttributes<unknown>>;
|
|
75
|
+
component: react1.FC<_pixpilot_shadcn_ui0.RatingProps>;
|
|
68
76
|
decorator: string;
|
|
69
77
|
};
|
|
70
78
|
Slider: {
|
|
71
|
-
component:
|
|
79
|
+
component: react1.FC<_pixpilot_shadcn_ui0.SliderProps>;
|
|
72
80
|
decorator: string;
|
|
73
81
|
};
|
|
74
82
|
SliderInput: {
|
|
75
|
-
component:
|
|
83
|
+
component: react1.FC<_pixpilot_shadcn_ui0.SliderInputProps>;
|
|
76
84
|
decorator: string;
|
|
77
85
|
};
|
|
78
86
|
SliderSelect: {
|
|
79
|
-
component:
|
|
87
|
+
component: react1.FC<_pixpilot_shadcn_ui0.SliderSelectProps>;
|
|
80
88
|
decorator: string;
|
|
81
89
|
};
|
|
82
90
|
TagsInput: {
|
|
83
|
-
component: typeof
|
|
91
|
+
component: typeof _pixpilot_shadcn_ui0.TagsInput;
|
|
84
92
|
decorator: string;
|
|
85
93
|
};
|
|
86
94
|
TagsInputInLine: {
|
|
87
|
-
component:
|
|
95
|
+
component: react1.FC<_pixpilot_shadcn_ui0.TagsInputProps>;
|
|
88
96
|
decorator: string;
|
|
89
97
|
};
|
|
90
98
|
ArrayCards: {
|
|
@@ -92,7 +100,7 @@ declare const extendedComponentRegistry: {
|
|
|
92
100
|
decorator: string;
|
|
93
101
|
};
|
|
94
102
|
ArrayCollapse: {
|
|
95
|
-
component:
|
|
103
|
+
component: react1.FC<ArrayComponentProps & {
|
|
96
104
|
defaultActiveKey?: Array<string | number>;
|
|
97
105
|
mode?: "accordion" | "multiple";
|
|
98
106
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
@@ -100,7 +108,7 @@ declare const extendedComponentRegistry: {
|
|
|
100
108
|
decorator: string;
|
|
101
109
|
};
|
|
102
110
|
ArrayDialog: {
|
|
103
|
-
component:
|
|
111
|
+
component: react1.FC<ArrayComponentProps & {
|
|
104
112
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
105
113
|
}>;
|
|
106
114
|
decorator: string;
|
|
@@ -110,104 +118,89 @@ declare const extendedComponentRegistry: {
|
|
|
110
118
|
decorator: string;
|
|
111
119
|
};
|
|
112
120
|
ArrayPopover: {
|
|
113
|
-
component:
|
|
121
|
+
component: react1.FC<ArrayComponentProps & {
|
|
114
122
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
115
123
|
}>;
|
|
116
124
|
decorator: string;
|
|
117
125
|
};
|
|
118
126
|
ArrayTags: {
|
|
119
|
-
component:
|
|
127
|
+
component: react1.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
|
|
120
128
|
decorator: string;
|
|
121
129
|
};
|
|
122
130
|
ArrayToggleGroup: {
|
|
123
|
-
component:
|
|
131
|
+
component: react1.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
124
132
|
decorator: string;
|
|
125
133
|
};
|
|
126
134
|
ToggleGroup: {
|
|
127
|
-
component:
|
|
135
|
+
component: react1.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react1.RefAttributes<unknown>>;
|
|
128
136
|
decorator: string;
|
|
129
137
|
};
|
|
130
138
|
Checkbox: {
|
|
131
|
-
component:
|
|
139
|
+
component: react1.FC<_radix_ui_react_checkbox0.CheckboxProps & react1.RefAttributes<HTMLButtonElement>>;
|
|
132
140
|
decorator: string;
|
|
133
141
|
};
|
|
134
142
|
Column: {
|
|
135
143
|
component: typeof Column;
|
|
136
144
|
};
|
|
137
145
|
DatePicker: {
|
|
138
|
-
component:
|
|
146
|
+
component: react1.ForwardRefExoticComponent<Partial<{
|
|
139
147
|
value?: Date;
|
|
140
148
|
onChange?: (date: Date | undefined) => void;
|
|
141
149
|
placeholder?: string;
|
|
142
|
-
} & Omit<
|
|
150
|
+
} & Omit<_pixpilot_shadcn_ui0.DatePickerProps, "onSelect" | "selected" | "mode">> & react1.RefAttributes<unknown>>;
|
|
143
151
|
decorator: string;
|
|
144
152
|
};
|
|
145
153
|
FormGrid: {
|
|
146
154
|
component: typeof FormGrid;
|
|
147
155
|
};
|
|
148
156
|
FormItem: {
|
|
149
|
-
component:
|
|
150
|
-
children?:
|
|
151
|
-
}>, "ref"> &
|
|
157
|
+
component: react1.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
158
|
+
children?: react1.ReactNode | undefined;
|
|
159
|
+
}>, "ref"> & react1.RefAttributes<unknown>>;
|
|
152
160
|
};
|
|
153
161
|
Hidden: {
|
|
154
|
-
component:
|
|
155
|
-
children?: React.ReactNode;
|
|
156
|
-
value?: string;
|
|
157
|
-
}> & react35.RefAttributes<unknown>>;
|
|
162
|
+
component: react1.ForwardRefExoticComponent<Partial<HiddenProps> & react1.RefAttributes<unknown>>;
|
|
158
163
|
};
|
|
159
164
|
IconToggle: {
|
|
160
|
-
component:
|
|
165
|
+
component: react1.FC<_pixpilot_shadcn_ui0.IconToggleProps>;
|
|
161
166
|
decorator: string;
|
|
162
167
|
};
|
|
163
168
|
ToggleButton: {
|
|
164
|
-
component:
|
|
169
|
+
component: react1.FC<_pixpilot_shadcn_ui0.ToggleButtonProps>;
|
|
165
170
|
decorator: string;
|
|
166
171
|
};
|
|
167
172
|
Input: {
|
|
168
|
-
component:
|
|
169
|
-
prefix?: React.ReactNode;
|
|
170
|
-
suffix?: React.ReactNode;
|
|
171
|
-
groupClassName?: string;
|
|
172
|
-
prefixClassName?: string;
|
|
173
|
-
suffixClassName?: string;
|
|
174
|
-
}>, "ref"> & react35.RefAttributes<unknown>>;
|
|
173
|
+
component: react1.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
175
174
|
decorator: string;
|
|
176
175
|
};
|
|
177
176
|
NumberInput: {
|
|
178
|
-
component:
|
|
179
|
-
prefix?: React.ReactNode;
|
|
180
|
-
suffix?: React.ReactNode;
|
|
181
|
-
groupClassName?: string;
|
|
182
|
-
prefixClassName?: string;
|
|
183
|
-
suffixClassName?: string;
|
|
184
|
-
}>, "ref"> & react35.RefAttributes<unknown>>;
|
|
177
|
+
component: react1.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
185
178
|
decorator: string;
|
|
186
179
|
};
|
|
187
180
|
ObjectContainer: {
|
|
188
|
-
component:
|
|
181
|
+
component: react1.FC<ObjectContainerProps>;
|
|
189
182
|
decorator: string;
|
|
190
183
|
};
|
|
191
184
|
Radio: {
|
|
192
|
-
component:
|
|
185
|
+
component: react1.FC<RadioProps>;
|
|
193
186
|
decorator: string;
|
|
194
187
|
};
|
|
195
188
|
Row: {
|
|
196
189
|
component: typeof Row;
|
|
197
190
|
};
|
|
198
191
|
Select: {
|
|
199
|
-
component:
|
|
192
|
+
component: react1.FC<SelectProps$1>;
|
|
200
193
|
decorator: string;
|
|
201
194
|
};
|
|
202
195
|
Separator: {
|
|
203
|
-
component:
|
|
196
|
+
component: react1.FC<_radix_ui_react_separator0.SeparatorProps & react1.RefAttributes<HTMLDivElement>>;
|
|
204
197
|
};
|
|
205
198
|
Switch: {
|
|
206
|
-
component:
|
|
199
|
+
component: react1.FC<_radix_ui_react_switch0.SwitchProps & react1.RefAttributes<HTMLButtonElement>>;
|
|
207
200
|
decorator: string;
|
|
208
201
|
};
|
|
209
202
|
Textarea: {
|
|
210
|
-
component:
|
|
203
|
+
component: react1.FC<react1.ClassAttributes<HTMLTextAreaElement> & react1.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
211
204
|
decorator: string;
|
|
212
205
|
};
|
|
213
206
|
};
|
|
@@ -216,772 +209,582 @@ declare const extendedComponentRegistry: {
|
|
|
216
209
|
* Use this to render forms from JSON Schema
|
|
217
210
|
*/
|
|
218
211
|
declare const extendedComponents: {
|
|
219
|
-
AvatarUpload:
|
|
220
|
-
FileUploadInline:
|
|
221
|
-
IconPicker:
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
SliderInput: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui3.SliderInputProps>, "ref"> & react35.RefAttributes<unknown>>;
|
|
234
|
-
SliderSelect: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui3.SliderSelectProps>, "ref"> & react35.RefAttributes<unknown>>;
|
|
235
|
-
TagsInput: typeof _pixpilot_shadcn_ui3.TagsInput;
|
|
236
|
-
TagsInputInLine: react35.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui3.TagsInputProps> & react35.RefAttributes<unknown>>;
|
|
212
|
+
AvatarUpload: react1.FC<_pixpilot_shadcn_ui0.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui0.FileMetadata | null>>;
|
|
213
|
+
FileUploadInline: react1.FC<FileUploadInlineProps$1>;
|
|
214
|
+
IconPicker: react1.FC<IconPickerProps$1>;
|
|
215
|
+
FileUpload: react1.FC<FileUploadProps$1>;
|
|
216
|
+
RichTextEditor: react1.FC<_pixpilot_shadcn_ui0.RichTextEditorProps>;
|
|
217
|
+
ColorPicker: react1.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.ColorPickerProps>, "ref"> & react1.RefAttributes<unknown>>;
|
|
218
|
+
Combobox: react1.FC<_pixpilot_shadcn_ui0.ComboboxProps>;
|
|
219
|
+
ColorSelect: react1.FC<_pixpilot_shadcn_ui0.ColorSelectProps>;
|
|
220
|
+
Rating: react1.FC<_pixpilot_shadcn_ui0.RatingProps>;
|
|
221
|
+
Slider: react1.FC<_pixpilot_shadcn_ui0.SliderProps>;
|
|
222
|
+
SliderInput: react1.FC<_pixpilot_shadcn_ui0.SliderInputProps>;
|
|
223
|
+
SliderSelect: react1.FC<_pixpilot_shadcn_ui0.SliderSelectProps>;
|
|
224
|
+
TagsInput: typeof _pixpilot_shadcn_ui0.TagsInput;
|
|
225
|
+
TagsInputInLine: react1.FC<_pixpilot_shadcn_ui0.TagsInputProps>;
|
|
237
226
|
ArrayCards: ComposedArrayProps;
|
|
238
|
-
ArrayCollapse:
|
|
227
|
+
ArrayCollapse: react1.FC<ArrayComponentProps & {
|
|
239
228
|
defaultActiveKey?: Array<string | number>;
|
|
240
229
|
mode?: "accordion" | "multiple";
|
|
241
230
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
242
231
|
}>;
|
|
243
|
-
ArrayDialog:
|
|
232
|
+
ArrayDialog: react1.FC<ArrayComponentProps & {
|
|
244
233
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
245
234
|
}>;
|
|
246
235
|
ArrayInline: ComposedArrayProps;
|
|
247
|
-
ArrayPopover:
|
|
236
|
+
ArrayPopover: react1.FC<ArrayComponentProps & {
|
|
248
237
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
249
238
|
}>;
|
|
250
|
-
ArrayTags:
|
|
251
|
-
ArrayToggleGroup:
|
|
252
|
-
ToggleGroup:
|
|
253
|
-
Checkbox:
|
|
239
|
+
ArrayTags: react1.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
|
|
240
|
+
ArrayToggleGroup: react1.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
241
|
+
ToggleGroup: react1.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react1.RefAttributes<unknown>>;
|
|
242
|
+
Checkbox: react1.FC<_radix_ui_react_checkbox0.CheckboxProps & react1.RefAttributes<HTMLButtonElement>>;
|
|
254
243
|
Column: typeof Column;
|
|
255
|
-
DatePicker:
|
|
244
|
+
DatePicker: react1.ForwardRefExoticComponent<Partial<{
|
|
256
245
|
value?: Date;
|
|
257
246
|
onChange?: (date: Date | undefined) => void;
|
|
258
247
|
placeholder?: string;
|
|
259
|
-
} & Omit<
|
|
248
|
+
} & Omit<_pixpilot_shadcn_ui0.DatePickerProps, "onSelect" | "selected" | "mode">> & react1.RefAttributes<unknown>>;
|
|
260
249
|
FormGrid: typeof FormGrid;
|
|
261
|
-
FormItem:
|
|
262
|
-
children?:
|
|
263
|
-
}>, "ref"> &
|
|
264
|
-
Hidden:
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
prefix?: React.ReactNode;
|
|
272
|
-
suffix?: React.ReactNode;
|
|
273
|
-
groupClassName?: string;
|
|
274
|
-
prefixClassName?: string;
|
|
275
|
-
suffixClassName?: string;
|
|
276
|
-
}>, "ref"> & react35.RefAttributes<unknown>>;
|
|
277
|
-
NumberInput: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLInputElement> & react35.InputHTMLAttributes<HTMLInputElement> & {
|
|
278
|
-
prefix?: React.ReactNode;
|
|
279
|
-
suffix?: React.ReactNode;
|
|
280
|
-
groupClassName?: string;
|
|
281
|
-
prefixClassName?: string;
|
|
282
|
-
suffixClassName?: string;
|
|
283
|
-
}>, "ref"> & react35.RefAttributes<unknown>>;
|
|
284
|
-
ObjectContainer: react35.FC<ObjectContainerProps>;
|
|
285
|
-
Radio: react35.FC;
|
|
250
|
+
FormItem: react1.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
251
|
+
children?: react1.ReactNode | undefined;
|
|
252
|
+
}>, "ref"> & react1.RefAttributes<unknown>>;
|
|
253
|
+
Hidden: react1.ForwardRefExoticComponent<Partial<HiddenProps> & react1.RefAttributes<unknown>>;
|
|
254
|
+
IconToggle: react1.FC<_pixpilot_shadcn_ui0.IconToggleProps>;
|
|
255
|
+
ToggleButton: react1.FC<_pixpilot_shadcn_ui0.ToggleButtonProps>;
|
|
256
|
+
Input: react1.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
257
|
+
NumberInput: react1.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
258
|
+
ObjectContainer: react1.FC<ObjectContainerProps>;
|
|
259
|
+
Radio: react1.FC<RadioProps>;
|
|
286
260
|
Row: typeof Row;
|
|
287
|
-
Select:
|
|
288
|
-
Separator:
|
|
289
|
-
Switch:
|
|
290
|
-
Textarea:
|
|
261
|
+
Select: react1.FC<SelectProps$1>;
|
|
262
|
+
Separator: react1.FC<_radix_ui_react_separator0.SeparatorProps & react1.RefAttributes<HTMLDivElement>>;
|
|
263
|
+
Switch: react1.FC<_radix_ui_react_switch0.SwitchProps & react1.RefAttributes<HTMLButtonElement>>;
|
|
264
|
+
Textarea: react1.FC<react1.ClassAttributes<HTMLTextAreaElement> & react1.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
291
265
|
};
|
|
292
266
|
declare const SchemaFieldExtended: {
|
|
293
267
|
<Decorator extends _formily_react1.JSXComponent, Component extends _formily_react1.JSXComponent>(props: _formily_react1.ISchemaFieldProps<Decorator, Component, _formily_core0.ObjectField<Decorator, Component>>): JSX.Element;
|
|
294
268
|
displayName: string;
|
|
295
269
|
Markup: {
|
|
296
|
-
<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" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "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" | "
|
|
297
|
-
AvatarUpload:
|
|
298
|
-
FileUploadInline:
|
|
299
|
-
IconPicker:
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
SliderInput: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui3.SliderInputProps>, "ref"> & react35.RefAttributes<unknown>>;
|
|
312
|
-
SliderSelect: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui3.SliderSelectProps>, "ref"> & react35.RefAttributes<unknown>>;
|
|
313
|
-
TagsInput: typeof _pixpilot_shadcn_ui3.TagsInput;
|
|
314
|
-
TagsInputInLine: react35.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui3.TagsInputProps> & react35.RefAttributes<unknown>>;
|
|
270
|
+
<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" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "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" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "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: _formily_react1.ISchemaMarkupFieldProps<{
|
|
271
|
+
AvatarUpload: react1.FC<_pixpilot_shadcn_ui0.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui0.FileMetadata | null>>;
|
|
272
|
+
FileUploadInline: react1.FC<FileUploadInlineProps$1>;
|
|
273
|
+
IconPicker: react1.FC<IconPickerProps$1>;
|
|
274
|
+
FileUpload: react1.FC<FileUploadProps$1>;
|
|
275
|
+
RichTextEditor: react1.FC<_pixpilot_shadcn_ui0.RichTextEditorProps>;
|
|
276
|
+
ColorPicker: react1.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.ColorPickerProps>, "ref"> & react1.RefAttributes<unknown>>;
|
|
277
|
+
Combobox: react1.FC<_pixpilot_shadcn_ui0.ComboboxProps>;
|
|
278
|
+
ColorSelect: react1.FC<_pixpilot_shadcn_ui0.ColorSelectProps>;
|
|
279
|
+
Rating: react1.FC<_pixpilot_shadcn_ui0.RatingProps>;
|
|
280
|
+
Slider: react1.FC<_pixpilot_shadcn_ui0.SliderProps>;
|
|
281
|
+
SliderInput: react1.FC<_pixpilot_shadcn_ui0.SliderInputProps>;
|
|
282
|
+
SliderSelect: react1.FC<_pixpilot_shadcn_ui0.SliderSelectProps>;
|
|
283
|
+
TagsInput: typeof _pixpilot_shadcn_ui0.TagsInput;
|
|
284
|
+
TagsInputInLine: react1.FC<_pixpilot_shadcn_ui0.TagsInputProps>;
|
|
315
285
|
ArrayCards: ComposedArrayProps;
|
|
316
|
-
ArrayCollapse:
|
|
286
|
+
ArrayCollapse: react1.FC<ArrayComponentProps & {
|
|
317
287
|
defaultActiveKey?: Array<string | number>;
|
|
318
288
|
mode?: "accordion" | "multiple";
|
|
319
289
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
320
290
|
}>;
|
|
321
|
-
ArrayDialog:
|
|
291
|
+
ArrayDialog: react1.FC<ArrayComponentProps & {
|
|
322
292
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
323
293
|
}>;
|
|
324
294
|
ArrayInline: ComposedArrayProps;
|
|
325
|
-
ArrayPopover:
|
|
295
|
+
ArrayPopover: react1.FC<ArrayComponentProps & {
|
|
326
296
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
327
297
|
}>;
|
|
328
|
-
ArrayTags:
|
|
329
|
-
ArrayToggleGroup:
|
|
330
|
-
ToggleGroup:
|
|
331
|
-
Checkbox:
|
|
298
|
+
ArrayTags: react1.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
|
|
299
|
+
ArrayToggleGroup: react1.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
300
|
+
ToggleGroup: react1.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react1.RefAttributes<unknown>>;
|
|
301
|
+
Checkbox: react1.FC<_radix_ui_react_checkbox0.CheckboxProps & react1.RefAttributes<HTMLButtonElement>>;
|
|
332
302
|
Column: typeof Column;
|
|
333
|
-
DatePicker:
|
|
303
|
+
DatePicker: react1.ForwardRefExoticComponent<Partial<{
|
|
334
304
|
value?: Date;
|
|
335
305
|
onChange?: (date: Date | undefined) => void;
|
|
336
306
|
placeholder?: string;
|
|
337
|
-
} & Omit<
|
|
307
|
+
} & Omit<_pixpilot_shadcn_ui0.DatePickerProps, "onSelect" | "selected" | "mode">> & react1.RefAttributes<unknown>>;
|
|
338
308
|
FormGrid: typeof FormGrid;
|
|
339
|
-
FormItem:
|
|
340
|
-
children?:
|
|
341
|
-
}>, "ref"> &
|
|
342
|
-
Hidden:
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
prefix?: React.ReactNode;
|
|
350
|
-
suffix?: React.ReactNode;
|
|
351
|
-
groupClassName?: string;
|
|
352
|
-
prefixClassName?: string;
|
|
353
|
-
suffixClassName?: string;
|
|
354
|
-
}>, "ref"> & react35.RefAttributes<unknown>>;
|
|
355
|
-
NumberInput: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLInputElement> & react35.InputHTMLAttributes<HTMLInputElement> & {
|
|
356
|
-
prefix?: React.ReactNode;
|
|
357
|
-
suffix?: React.ReactNode;
|
|
358
|
-
groupClassName?: string;
|
|
359
|
-
prefixClassName?: string;
|
|
360
|
-
suffixClassName?: string;
|
|
361
|
-
}>, "ref"> & react35.RefAttributes<unknown>>;
|
|
362
|
-
ObjectContainer: react35.FC<ObjectContainerProps>;
|
|
363
|
-
Radio: react35.FC;
|
|
309
|
+
FormItem: react1.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
310
|
+
children?: react1.ReactNode | undefined;
|
|
311
|
+
}>, "ref"> & react1.RefAttributes<unknown>>;
|
|
312
|
+
Hidden: react1.ForwardRefExoticComponent<Partial<HiddenProps> & react1.RefAttributes<unknown>>;
|
|
313
|
+
IconToggle: react1.FC<_pixpilot_shadcn_ui0.IconToggleProps>;
|
|
314
|
+
ToggleButton: react1.FC<_pixpilot_shadcn_ui0.ToggleButtonProps>;
|
|
315
|
+
Input: react1.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
316
|
+
NumberInput: react1.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
317
|
+
ObjectContainer: react1.FC<ObjectContainerProps>;
|
|
318
|
+
Radio: react1.FC<RadioProps>;
|
|
364
319
|
Row: typeof Row;
|
|
365
|
-
Select:
|
|
366
|
-
Separator:
|
|
367
|
-
Switch:
|
|
368
|
-
Textarea:
|
|
320
|
+
Select: react1.FC<SelectProps$1>;
|
|
321
|
+
Separator: react1.FC<_radix_ui_react_separator0.SeparatorProps & react1.RefAttributes<HTMLDivElement>>;
|
|
322
|
+
Switch: react1.FC<_radix_ui_react_switch0.SwitchProps & react1.RefAttributes<HTMLButtonElement>>;
|
|
323
|
+
Textarea: react1.FC<react1.ClassAttributes<HTMLTextAreaElement> & react1.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
369
324
|
}, Component_1, Decorator_1>): JSX.Element;
|
|
370
325
|
displayName: string;
|
|
371
326
|
};
|
|
372
327
|
String: {
|
|
373
|
-
<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" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "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" | "
|
|
374
|
-
AvatarUpload:
|
|
375
|
-
FileUploadInline:
|
|
376
|
-
IconPicker:
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
SliderInput: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui3.SliderInputProps>, "ref"> & react35.RefAttributes<unknown>>;
|
|
389
|
-
SliderSelect: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui3.SliderSelectProps>, "ref"> & react35.RefAttributes<unknown>>;
|
|
390
|
-
TagsInput: typeof _pixpilot_shadcn_ui3.TagsInput;
|
|
391
|
-
TagsInputInLine: react35.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui3.TagsInputProps> & react35.RefAttributes<unknown>>;
|
|
328
|
+
<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" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "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" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "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: _formily_react1.ISchemaTypeFieldProps<{
|
|
329
|
+
AvatarUpload: react1.FC<_pixpilot_shadcn_ui0.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui0.FileMetadata | null>>;
|
|
330
|
+
FileUploadInline: react1.FC<FileUploadInlineProps$1>;
|
|
331
|
+
IconPicker: react1.FC<IconPickerProps$1>;
|
|
332
|
+
FileUpload: react1.FC<FileUploadProps$1>;
|
|
333
|
+
RichTextEditor: react1.FC<_pixpilot_shadcn_ui0.RichTextEditorProps>;
|
|
334
|
+
ColorPicker: react1.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.ColorPickerProps>, "ref"> & react1.RefAttributes<unknown>>;
|
|
335
|
+
Combobox: react1.FC<_pixpilot_shadcn_ui0.ComboboxProps>;
|
|
336
|
+
ColorSelect: react1.FC<_pixpilot_shadcn_ui0.ColorSelectProps>;
|
|
337
|
+
Rating: react1.FC<_pixpilot_shadcn_ui0.RatingProps>;
|
|
338
|
+
Slider: react1.FC<_pixpilot_shadcn_ui0.SliderProps>;
|
|
339
|
+
SliderInput: react1.FC<_pixpilot_shadcn_ui0.SliderInputProps>;
|
|
340
|
+
SliderSelect: react1.FC<_pixpilot_shadcn_ui0.SliderSelectProps>;
|
|
341
|
+
TagsInput: typeof _pixpilot_shadcn_ui0.TagsInput;
|
|
342
|
+
TagsInputInLine: react1.FC<_pixpilot_shadcn_ui0.TagsInputProps>;
|
|
392
343
|
ArrayCards: ComposedArrayProps;
|
|
393
|
-
ArrayCollapse:
|
|
344
|
+
ArrayCollapse: react1.FC<ArrayComponentProps & {
|
|
394
345
|
defaultActiveKey?: Array<string | number>;
|
|
395
346
|
mode?: "accordion" | "multiple";
|
|
396
347
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
397
348
|
}>;
|
|
398
|
-
ArrayDialog:
|
|
349
|
+
ArrayDialog: react1.FC<ArrayComponentProps & {
|
|
399
350
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
400
351
|
}>;
|
|
401
352
|
ArrayInline: ComposedArrayProps;
|
|
402
|
-
ArrayPopover:
|
|
353
|
+
ArrayPopover: react1.FC<ArrayComponentProps & {
|
|
403
354
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
404
355
|
}>;
|
|
405
|
-
ArrayTags:
|
|
406
|
-
ArrayToggleGroup:
|
|
407
|
-
ToggleGroup:
|
|
408
|
-
Checkbox:
|
|
356
|
+
ArrayTags: react1.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
|
|
357
|
+
ArrayToggleGroup: react1.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
358
|
+
ToggleGroup: react1.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react1.RefAttributes<unknown>>;
|
|
359
|
+
Checkbox: react1.FC<_radix_ui_react_checkbox0.CheckboxProps & react1.RefAttributes<HTMLButtonElement>>;
|
|
409
360
|
Column: typeof Column;
|
|
410
|
-
DatePicker:
|
|
361
|
+
DatePicker: react1.ForwardRefExoticComponent<Partial<{
|
|
411
362
|
value?: Date;
|
|
412
363
|
onChange?: (date: Date | undefined) => void;
|
|
413
364
|
placeholder?: string;
|
|
414
|
-
} & Omit<
|
|
365
|
+
} & Omit<_pixpilot_shadcn_ui0.DatePickerProps, "onSelect" | "selected" | "mode">> & react1.RefAttributes<unknown>>;
|
|
415
366
|
FormGrid: typeof FormGrid;
|
|
416
|
-
FormItem:
|
|
417
|
-
children?:
|
|
418
|
-
}>, "ref"> &
|
|
419
|
-
Hidden:
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
prefix?: React.ReactNode;
|
|
427
|
-
suffix?: React.ReactNode;
|
|
428
|
-
groupClassName?: string;
|
|
429
|
-
prefixClassName?: string;
|
|
430
|
-
suffixClassName?: string;
|
|
431
|
-
}>, "ref"> & react35.RefAttributes<unknown>>;
|
|
432
|
-
NumberInput: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLInputElement> & react35.InputHTMLAttributes<HTMLInputElement> & {
|
|
433
|
-
prefix?: React.ReactNode;
|
|
434
|
-
suffix?: React.ReactNode;
|
|
435
|
-
groupClassName?: string;
|
|
436
|
-
prefixClassName?: string;
|
|
437
|
-
suffixClassName?: string;
|
|
438
|
-
}>, "ref"> & react35.RefAttributes<unknown>>;
|
|
439
|
-
ObjectContainer: react35.FC<ObjectContainerProps>;
|
|
440
|
-
Radio: react35.FC;
|
|
367
|
+
FormItem: react1.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
368
|
+
children?: react1.ReactNode | undefined;
|
|
369
|
+
}>, "ref"> & react1.RefAttributes<unknown>>;
|
|
370
|
+
Hidden: react1.ForwardRefExoticComponent<Partial<HiddenProps> & react1.RefAttributes<unknown>>;
|
|
371
|
+
IconToggle: react1.FC<_pixpilot_shadcn_ui0.IconToggleProps>;
|
|
372
|
+
ToggleButton: react1.FC<_pixpilot_shadcn_ui0.ToggleButtonProps>;
|
|
373
|
+
Input: react1.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
374
|
+
NumberInput: react1.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
375
|
+
ObjectContainer: react1.FC<ObjectContainerProps>;
|
|
376
|
+
Radio: react1.FC<RadioProps>;
|
|
441
377
|
Row: typeof Row;
|
|
442
|
-
Select:
|
|
443
|
-
Separator:
|
|
444
|
-
Switch:
|
|
445
|
-
Textarea:
|
|
378
|
+
Select: react1.FC<SelectProps$1>;
|
|
379
|
+
Separator: react1.FC<_radix_ui_react_separator0.SeparatorProps & react1.RefAttributes<HTMLDivElement>>;
|
|
380
|
+
Switch: react1.FC<_radix_ui_react_switch0.SwitchProps & react1.RefAttributes<HTMLButtonElement>>;
|
|
381
|
+
Textarea: react1.FC<react1.ClassAttributes<HTMLTextAreaElement> & react1.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
446
382
|
}, Component_2, Decorator_2>): JSX.Element;
|
|
447
383
|
displayName: string;
|
|
448
384
|
};
|
|
449
385
|
Object: {
|
|
450
|
-
<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" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "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" | "
|
|
451
|
-
AvatarUpload:
|
|
452
|
-
FileUploadInline:
|
|
453
|
-
IconPicker:
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
SliderInput: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui3.SliderInputProps>, "ref"> & react35.RefAttributes<unknown>>;
|
|
466
|
-
SliderSelect: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui3.SliderSelectProps>, "ref"> & react35.RefAttributes<unknown>>;
|
|
467
|
-
TagsInput: typeof _pixpilot_shadcn_ui3.TagsInput;
|
|
468
|
-
TagsInputInLine: react35.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui3.TagsInputProps> & react35.RefAttributes<unknown>>;
|
|
386
|
+
<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" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "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" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "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: _formily_react1.ISchemaTypeFieldProps<{
|
|
387
|
+
AvatarUpload: react1.FC<_pixpilot_shadcn_ui0.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui0.FileMetadata | null>>;
|
|
388
|
+
FileUploadInline: react1.FC<FileUploadInlineProps$1>;
|
|
389
|
+
IconPicker: react1.FC<IconPickerProps$1>;
|
|
390
|
+
FileUpload: react1.FC<FileUploadProps$1>;
|
|
391
|
+
RichTextEditor: react1.FC<_pixpilot_shadcn_ui0.RichTextEditorProps>;
|
|
392
|
+
ColorPicker: react1.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.ColorPickerProps>, "ref"> & react1.RefAttributes<unknown>>;
|
|
393
|
+
Combobox: react1.FC<_pixpilot_shadcn_ui0.ComboboxProps>;
|
|
394
|
+
ColorSelect: react1.FC<_pixpilot_shadcn_ui0.ColorSelectProps>;
|
|
395
|
+
Rating: react1.FC<_pixpilot_shadcn_ui0.RatingProps>;
|
|
396
|
+
Slider: react1.FC<_pixpilot_shadcn_ui0.SliderProps>;
|
|
397
|
+
SliderInput: react1.FC<_pixpilot_shadcn_ui0.SliderInputProps>;
|
|
398
|
+
SliderSelect: react1.FC<_pixpilot_shadcn_ui0.SliderSelectProps>;
|
|
399
|
+
TagsInput: typeof _pixpilot_shadcn_ui0.TagsInput;
|
|
400
|
+
TagsInputInLine: react1.FC<_pixpilot_shadcn_ui0.TagsInputProps>;
|
|
469
401
|
ArrayCards: ComposedArrayProps;
|
|
470
|
-
ArrayCollapse:
|
|
402
|
+
ArrayCollapse: react1.FC<ArrayComponentProps & {
|
|
471
403
|
defaultActiveKey?: Array<string | number>;
|
|
472
404
|
mode?: "accordion" | "multiple";
|
|
473
405
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
474
406
|
}>;
|
|
475
|
-
ArrayDialog:
|
|
407
|
+
ArrayDialog: react1.FC<ArrayComponentProps & {
|
|
476
408
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
477
409
|
}>;
|
|
478
410
|
ArrayInline: ComposedArrayProps;
|
|
479
|
-
ArrayPopover:
|
|
411
|
+
ArrayPopover: react1.FC<ArrayComponentProps & {
|
|
480
412
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
481
413
|
}>;
|
|
482
|
-
ArrayTags:
|
|
483
|
-
ArrayToggleGroup:
|
|
484
|
-
ToggleGroup:
|
|
485
|
-
Checkbox:
|
|
414
|
+
ArrayTags: react1.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
|
|
415
|
+
ArrayToggleGroup: react1.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
416
|
+
ToggleGroup: react1.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react1.RefAttributes<unknown>>;
|
|
417
|
+
Checkbox: react1.FC<_radix_ui_react_checkbox0.CheckboxProps & react1.RefAttributes<HTMLButtonElement>>;
|
|
486
418
|
Column: typeof Column;
|
|
487
|
-
DatePicker:
|
|
419
|
+
DatePicker: react1.ForwardRefExoticComponent<Partial<{
|
|
488
420
|
value?: Date;
|
|
489
421
|
onChange?: (date: Date | undefined) => void;
|
|
490
422
|
placeholder?: string;
|
|
491
|
-
} & Omit<
|
|
423
|
+
} & Omit<_pixpilot_shadcn_ui0.DatePickerProps, "onSelect" | "selected" | "mode">> & react1.RefAttributes<unknown>>;
|
|
492
424
|
FormGrid: typeof FormGrid;
|
|
493
|
-
FormItem:
|
|
494
|
-
children?:
|
|
495
|
-
}>, "ref"> &
|
|
496
|
-
Hidden:
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
prefix?: React.ReactNode;
|
|
504
|
-
suffix?: React.ReactNode;
|
|
505
|
-
groupClassName?: string;
|
|
506
|
-
prefixClassName?: string;
|
|
507
|
-
suffixClassName?: string;
|
|
508
|
-
}>, "ref"> & react35.RefAttributes<unknown>>;
|
|
509
|
-
NumberInput: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLInputElement> & react35.InputHTMLAttributes<HTMLInputElement> & {
|
|
510
|
-
prefix?: React.ReactNode;
|
|
511
|
-
suffix?: React.ReactNode;
|
|
512
|
-
groupClassName?: string;
|
|
513
|
-
prefixClassName?: string;
|
|
514
|
-
suffixClassName?: string;
|
|
515
|
-
}>, "ref"> & react35.RefAttributes<unknown>>;
|
|
516
|
-
ObjectContainer: react35.FC<ObjectContainerProps>;
|
|
517
|
-
Radio: react35.FC;
|
|
425
|
+
FormItem: react1.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
426
|
+
children?: react1.ReactNode | undefined;
|
|
427
|
+
}>, "ref"> & react1.RefAttributes<unknown>>;
|
|
428
|
+
Hidden: react1.ForwardRefExoticComponent<Partial<HiddenProps> & react1.RefAttributes<unknown>>;
|
|
429
|
+
IconToggle: react1.FC<_pixpilot_shadcn_ui0.IconToggleProps>;
|
|
430
|
+
ToggleButton: react1.FC<_pixpilot_shadcn_ui0.ToggleButtonProps>;
|
|
431
|
+
Input: react1.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
432
|
+
NumberInput: react1.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
433
|
+
ObjectContainer: react1.FC<ObjectContainerProps>;
|
|
434
|
+
Radio: react1.FC<RadioProps>;
|
|
518
435
|
Row: typeof Row;
|
|
519
|
-
Select:
|
|
520
|
-
Separator:
|
|
521
|
-
Switch:
|
|
522
|
-
Textarea:
|
|
436
|
+
Select: react1.FC<SelectProps$1>;
|
|
437
|
+
Separator: react1.FC<_radix_ui_react_separator0.SeparatorProps & react1.RefAttributes<HTMLDivElement>>;
|
|
438
|
+
Switch: react1.FC<_radix_ui_react_switch0.SwitchProps & react1.RefAttributes<HTMLButtonElement>>;
|
|
439
|
+
Textarea: react1.FC<react1.ClassAttributes<HTMLTextAreaElement> & react1.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
523
440
|
}, Component_3, Decorator_3>): JSX.Element;
|
|
524
441
|
displayName: string;
|
|
525
442
|
};
|
|
526
443
|
Array: {
|
|
527
|
-
<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" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "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" | "
|
|
528
|
-
AvatarUpload:
|
|
529
|
-
FileUploadInline:
|
|
530
|
-
IconPicker:
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
SliderInput: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui3.SliderInputProps>, "ref"> & react35.RefAttributes<unknown>>;
|
|
543
|
-
SliderSelect: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui3.SliderSelectProps>, "ref"> & react35.RefAttributes<unknown>>;
|
|
544
|
-
TagsInput: typeof _pixpilot_shadcn_ui3.TagsInput;
|
|
545
|
-
TagsInputInLine: react35.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui3.TagsInputProps> & react35.RefAttributes<unknown>>;
|
|
444
|
+
<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" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "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" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "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: _formily_react1.ISchemaTypeFieldProps<{
|
|
445
|
+
AvatarUpload: react1.FC<_pixpilot_shadcn_ui0.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui0.FileMetadata | null>>;
|
|
446
|
+
FileUploadInline: react1.FC<FileUploadInlineProps$1>;
|
|
447
|
+
IconPicker: react1.FC<IconPickerProps$1>;
|
|
448
|
+
FileUpload: react1.FC<FileUploadProps$1>;
|
|
449
|
+
RichTextEditor: react1.FC<_pixpilot_shadcn_ui0.RichTextEditorProps>;
|
|
450
|
+
ColorPicker: react1.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.ColorPickerProps>, "ref"> & react1.RefAttributes<unknown>>;
|
|
451
|
+
Combobox: react1.FC<_pixpilot_shadcn_ui0.ComboboxProps>;
|
|
452
|
+
ColorSelect: react1.FC<_pixpilot_shadcn_ui0.ColorSelectProps>;
|
|
453
|
+
Rating: react1.FC<_pixpilot_shadcn_ui0.RatingProps>;
|
|
454
|
+
Slider: react1.FC<_pixpilot_shadcn_ui0.SliderProps>;
|
|
455
|
+
SliderInput: react1.FC<_pixpilot_shadcn_ui0.SliderInputProps>;
|
|
456
|
+
SliderSelect: react1.FC<_pixpilot_shadcn_ui0.SliderSelectProps>;
|
|
457
|
+
TagsInput: typeof _pixpilot_shadcn_ui0.TagsInput;
|
|
458
|
+
TagsInputInLine: react1.FC<_pixpilot_shadcn_ui0.TagsInputProps>;
|
|
546
459
|
ArrayCards: ComposedArrayProps;
|
|
547
|
-
ArrayCollapse:
|
|
460
|
+
ArrayCollapse: react1.FC<ArrayComponentProps & {
|
|
548
461
|
defaultActiveKey?: Array<string | number>;
|
|
549
462
|
mode?: "accordion" | "multiple";
|
|
550
463
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
551
464
|
}>;
|
|
552
|
-
ArrayDialog:
|
|
465
|
+
ArrayDialog: react1.FC<ArrayComponentProps & {
|
|
553
466
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
554
467
|
}>;
|
|
555
468
|
ArrayInline: ComposedArrayProps;
|
|
556
|
-
ArrayPopover:
|
|
469
|
+
ArrayPopover: react1.FC<ArrayComponentProps & {
|
|
557
470
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
558
471
|
}>;
|
|
559
|
-
ArrayTags:
|
|
560
|
-
ArrayToggleGroup:
|
|
561
|
-
ToggleGroup:
|
|
562
|
-
Checkbox:
|
|
472
|
+
ArrayTags: react1.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
|
|
473
|
+
ArrayToggleGroup: react1.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
474
|
+
ToggleGroup: react1.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react1.RefAttributes<unknown>>;
|
|
475
|
+
Checkbox: react1.FC<_radix_ui_react_checkbox0.CheckboxProps & react1.RefAttributes<HTMLButtonElement>>;
|
|
563
476
|
Column: typeof Column;
|
|
564
|
-
DatePicker:
|
|
477
|
+
DatePicker: react1.ForwardRefExoticComponent<Partial<{
|
|
565
478
|
value?: Date;
|
|
566
479
|
onChange?: (date: Date | undefined) => void;
|
|
567
480
|
placeholder?: string;
|
|
568
|
-
} & Omit<
|
|
481
|
+
} & Omit<_pixpilot_shadcn_ui0.DatePickerProps, "onSelect" | "selected" | "mode">> & react1.RefAttributes<unknown>>;
|
|
569
482
|
FormGrid: typeof FormGrid;
|
|
570
|
-
FormItem:
|
|
571
|
-
children?:
|
|
572
|
-
}>, "ref"> &
|
|
573
|
-
Hidden:
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
prefix?: React.ReactNode;
|
|
581
|
-
suffix?: React.ReactNode;
|
|
582
|
-
groupClassName?: string;
|
|
583
|
-
prefixClassName?: string;
|
|
584
|
-
suffixClassName?: string;
|
|
585
|
-
}>, "ref"> & react35.RefAttributes<unknown>>;
|
|
586
|
-
NumberInput: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLInputElement> & react35.InputHTMLAttributes<HTMLInputElement> & {
|
|
587
|
-
prefix?: React.ReactNode;
|
|
588
|
-
suffix?: React.ReactNode;
|
|
589
|
-
groupClassName?: string;
|
|
590
|
-
prefixClassName?: string;
|
|
591
|
-
suffixClassName?: string;
|
|
592
|
-
}>, "ref"> & react35.RefAttributes<unknown>>;
|
|
593
|
-
ObjectContainer: react35.FC<ObjectContainerProps>;
|
|
594
|
-
Radio: react35.FC;
|
|
483
|
+
FormItem: react1.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
484
|
+
children?: react1.ReactNode | undefined;
|
|
485
|
+
}>, "ref"> & react1.RefAttributes<unknown>>;
|
|
486
|
+
Hidden: react1.ForwardRefExoticComponent<Partial<HiddenProps> & react1.RefAttributes<unknown>>;
|
|
487
|
+
IconToggle: react1.FC<_pixpilot_shadcn_ui0.IconToggleProps>;
|
|
488
|
+
ToggleButton: react1.FC<_pixpilot_shadcn_ui0.ToggleButtonProps>;
|
|
489
|
+
Input: react1.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
490
|
+
NumberInput: react1.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
491
|
+
ObjectContainer: react1.FC<ObjectContainerProps>;
|
|
492
|
+
Radio: react1.FC<RadioProps>;
|
|
595
493
|
Row: typeof Row;
|
|
596
|
-
Select:
|
|
597
|
-
Separator:
|
|
598
|
-
Switch:
|
|
599
|
-
Textarea:
|
|
494
|
+
Select: react1.FC<SelectProps$1>;
|
|
495
|
+
Separator: react1.FC<_radix_ui_react_separator0.SeparatorProps & react1.RefAttributes<HTMLDivElement>>;
|
|
496
|
+
Switch: react1.FC<_radix_ui_react_switch0.SwitchProps & react1.RefAttributes<HTMLButtonElement>>;
|
|
497
|
+
Textarea: react1.FC<react1.ClassAttributes<HTMLTextAreaElement> & react1.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
600
498
|
}, Component_4, Decorator_4>): JSX.Element;
|
|
601
499
|
displayName: string;
|
|
602
500
|
};
|
|
603
501
|
Boolean: {
|
|
604
|
-
<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" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "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" | "
|
|
605
|
-
AvatarUpload:
|
|
606
|
-
FileUploadInline:
|
|
607
|
-
IconPicker:
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
SliderInput: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui3.SliderInputProps>, "ref"> & react35.RefAttributes<unknown>>;
|
|
620
|
-
SliderSelect: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui3.SliderSelectProps>, "ref"> & react35.RefAttributes<unknown>>;
|
|
621
|
-
TagsInput: typeof _pixpilot_shadcn_ui3.TagsInput;
|
|
622
|
-
TagsInputInLine: react35.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui3.TagsInputProps> & react35.RefAttributes<unknown>>;
|
|
502
|
+
<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" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "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" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "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: _formily_react1.ISchemaTypeFieldProps<{
|
|
503
|
+
AvatarUpload: react1.FC<_pixpilot_shadcn_ui0.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui0.FileMetadata | null>>;
|
|
504
|
+
FileUploadInline: react1.FC<FileUploadInlineProps$1>;
|
|
505
|
+
IconPicker: react1.FC<IconPickerProps$1>;
|
|
506
|
+
FileUpload: react1.FC<FileUploadProps$1>;
|
|
507
|
+
RichTextEditor: react1.FC<_pixpilot_shadcn_ui0.RichTextEditorProps>;
|
|
508
|
+
ColorPicker: react1.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.ColorPickerProps>, "ref"> & react1.RefAttributes<unknown>>;
|
|
509
|
+
Combobox: react1.FC<_pixpilot_shadcn_ui0.ComboboxProps>;
|
|
510
|
+
ColorSelect: react1.FC<_pixpilot_shadcn_ui0.ColorSelectProps>;
|
|
511
|
+
Rating: react1.FC<_pixpilot_shadcn_ui0.RatingProps>;
|
|
512
|
+
Slider: react1.FC<_pixpilot_shadcn_ui0.SliderProps>;
|
|
513
|
+
SliderInput: react1.FC<_pixpilot_shadcn_ui0.SliderInputProps>;
|
|
514
|
+
SliderSelect: react1.FC<_pixpilot_shadcn_ui0.SliderSelectProps>;
|
|
515
|
+
TagsInput: typeof _pixpilot_shadcn_ui0.TagsInput;
|
|
516
|
+
TagsInputInLine: react1.FC<_pixpilot_shadcn_ui0.TagsInputProps>;
|
|
623
517
|
ArrayCards: ComposedArrayProps;
|
|
624
|
-
ArrayCollapse:
|
|
518
|
+
ArrayCollapse: react1.FC<ArrayComponentProps & {
|
|
625
519
|
defaultActiveKey?: Array<string | number>;
|
|
626
520
|
mode?: "accordion" | "multiple";
|
|
627
521
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
628
522
|
}>;
|
|
629
|
-
ArrayDialog:
|
|
523
|
+
ArrayDialog: react1.FC<ArrayComponentProps & {
|
|
630
524
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
631
525
|
}>;
|
|
632
526
|
ArrayInline: ComposedArrayProps;
|
|
633
|
-
ArrayPopover:
|
|
527
|
+
ArrayPopover: react1.FC<ArrayComponentProps & {
|
|
634
528
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
635
529
|
}>;
|
|
636
|
-
ArrayTags:
|
|
637
|
-
ArrayToggleGroup:
|
|
638
|
-
ToggleGroup:
|
|
639
|
-
Checkbox:
|
|
530
|
+
ArrayTags: react1.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
|
|
531
|
+
ArrayToggleGroup: react1.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
532
|
+
ToggleGroup: react1.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react1.RefAttributes<unknown>>;
|
|
533
|
+
Checkbox: react1.FC<_radix_ui_react_checkbox0.CheckboxProps & react1.RefAttributes<HTMLButtonElement>>;
|
|
640
534
|
Column: typeof Column;
|
|
641
|
-
DatePicker:
|
|
535
|
+
DatePicker: react1.ForwardRefExoticComponent<Partial<{
|
|
642
536
|
value?: Date;
|
|
643
537
|
onChange?: (date: Date | undefined) => void;
|
|
644
538
|
placeholder?: string;
|
|
645
|
-
} & Omit<
|
|
539
|
+
} & Omit<_pixpilot_shadcn_ui0.DatePickerProps, "onSelect" | "selected" | "mode">> & react1.RefAttributes<unknown>>;
|
|
646
540
|
FormGrid: typeof FormGrid;
|
|
647
|
-
FormItem:
|
|
648
|
-
children?:
|
|
649
|
-
}>, "ref"> &
|
|
650
|
-
Hidden:
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
prefix?: React.ReactNode;
|
|
658
|
-
suffix?: React.ReactNode;
|
|
659
|
-
groupClassName?: string;
|
|
660
|
-
prefixClassName?: string;
|
|
661
|
-
suffixClassName?: string;
|
|
662
|
-
}>, "ref"> & react35.RefAttributes<unknown>>;
|
|
663
|
-
NumberInput: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLInputElement> & react35.InputHTMLAttributes<HTMLInputElement> & {
|
|
664
|
-
prefix?: React.ReactNode;
|
|
665
|
-
suffix?: React.ReactNode;
|
|
666
|
-
groupClassName?: string;
|
|
667
|
-
prefixClassName?: string;
|
|
668
|
-
suffixClassName?: string;
|
|
669
|
-
}>, "ref"> & react35.RefAttributes<unknown>>;
|
|
670
|
-
ObjectContainer: react35.FC<ObjectContainerProps>;
|
|
671
|
-
Radio: react35.FC;
|
|
541
|
+
FormItem: react1.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
542
|
+
children?: react1.ReactNode | undefined;
|
|
543
|
+
}>, "ref"> & react1.RefAttributes<unknown>>;
|
|
544
|
+
Hidden: react1.ForwardRefExoticComponent<Partial<HiddenProps> & react1.RefAttributes<unknown>>;
|
|
545
|
+
IconToggle: react1.FC<_pixpilot_shadcn_ui0.IconToggleProps>;
|
|
546
|
+
ToggleButton: react1.FC<_pixpilot_shadcn_ui0.ToggleButtonProps>;
|
|
547
|
+
Input: react1.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
548
|
+
NumberInput: react1.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
549
|
+
ObjectContainer: react1.FC<ObjectContainerProps>;
|
|
550
|
+
Radio: react1.FC<RadioProps>;
|
|
672
551
|
Row: typeof Row;
|
|
673
|
-
Select:
|
|
674
|
-
Separator:
|
|
675
|
-
Switch:
|
|
676
|
-
Textarea:
|
|
552
|
+
Select: react1.FC<SelectProps$1>;
|
|
553
|
+
Separator: react1.FC<_radix_ui_react_separator0.SeparatorProps & react1.RefAttributes<HTMLDivElement>>;
|
|
554
|
+
Switch: react1.FC<_radix_ui_react_switch0.SwitchProps & react1.RefAttributes<HTMLButtonElement>>;
|
|
555
|
+
Textarea: react1.FC<react1.ClassAttributes<HTMLTextAreaElement> & react1.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
677
556
|
}, Component_5, Decorator_5>): JSX.Element;
|
|
678
557
|
displayName: string;
|
|
679
558
|
};
|
|
680
559
|
Date: {
|
|
681
|
-
<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" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "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" | "
|
|
682
|
-
AvatarUpload:
|
|
683
|
-
FileUploadInline:
|
|
684
|
-
IconPicker:
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
SliderInput: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui3.SliderInputProps>, "ref"> & react35.RefAttributes<unknown>>;
|
|
697
|
-
SliderSelect: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui3.SliderSelectProps>, "ref"> & react35.RefAttributes<unknown>>;
|
|
698
|
-
TagsInput: typeof _pixpilot_shadcn_ui3.TagsInput;
|
|
699
|
-
TagsInputInLine: react35.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui3.TagsInputProps> & react35.RefAttributes<unknown>>;
|
|
560
|
+
<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" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "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" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "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: _formily_react1.ISchemaTypeFieldProps<{
|
|
561
|
+
AvatarUpload: react1.FC<_pixpilot_shadcn_ui0.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui0.FileMetadata | null>>;
|
|
562
|
+
FileUploadInline: react1.FC<FileUploadInlineProps$1>;
|
|
563
|
+
IconPicker: react1.FC<IconPickerProps$1>;
|
|
564
|
+
FileUpload: react1.FC<FileUploadProps$1>;
|
|
565
|
+
RichTextEditor: react1.FC<_pixpilot_shadcn_ui0.RichTextEditorProps>;
|
|
566
|
+
ColorPicker: react1.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.ColorPickerProps>, "ref"> & react1.RefAttributes<unknown>>;
|
|
567
|
+
Combobox: react1.FC<_pixpilot_shadcn_ui0.ComboboxProps>;
|
|
568
|
+
ColorSelect: react1.FC<_pixpilot_shadcn_ui0.ColorSelectProps>;
|
|
569
|
+
Rating: react1.FC<_pixpilot_shadcn_ui0.RatingProps>;
|
|
570
|
+
Slider: react1.FC<_pixpilot_shadcn_ui0.SliderProps>;
|
|
571
|
+
SliderInput: react1.FC<_pixpilot_shadcn_ui0.SliderInputProps>;
|
|
572
|
+
SliderSelect: react1.FC<_pixpilot_shadcn_ui0.SliderSelectProps>;
|
|
573
|
+
TagsInput: typeof _pixpilot_shadcn_ui0.TagsInput;
|
|
574
|
+
TagsInputInLine: react1.FC<_pixpilot_shadcn_ui0.TagsInputProps>;
|
|
700
575
|
ArrayCards: ComposedArrayProps;
|
|
701
|
-
ArrayCollapse:
|
|
576
|
+
ArrayCollapse: react1.FC<ArrayComponentProps & {
|
|
702
577
|
defaultActiveKey?: Array<string | number>;
|
|
703
578
|
mode?: "accordion" | "multiple";
|
|
704
579
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
705
580
|
}>;
|
|
706
|
-
ArrayDialog:
|
|
581
|
+
ArrayDialog: react1.FC<ArrayComponentProps & {
|
|
707
582
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
708
583
|
}>;
|
|
709
584
|
ArrayInline: ComposedArrayProps;
|
|
710
|
-
ArrayPopover:
|
|
585
|
+
ArrayPopover: react1.FC<ArrayComponentProps & {
|
|
711
586
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
712
587
|
}>;
|
|
713
|
-
ArrayTags:
|
|
714
|
-
ArrayToggleGroup:
|
|
715
|
-
ToggleGroup:
|
|
716
|
-
Checkbox:
|
|
588
|
+
ArrayTags: react1.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
|
|
589
|
+
ArrayToggleGroup: react1.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
590
|
+
ToggleGroup: react1.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react1.RefAttributes<unknown>>;
|
|
591
|
+
Checkbox: react1.FC<_radix_ui_react_checkbox0.CheckboxProps & react1.RefAttributes<HTMLButtonElement>>;
|
|
717
592
|
Column: typeof Column;
|
|
718
|
-
DatePicker:
|
|
593
|
+
DatePicker: react1.ForwardRefExoticComponent<Partial<{
|
|
719
594
|
value?: Date;
|
|
720
595
|
onChange?: (date: Date | undefined) => void;
|
|
721
596
|
placeholder?: string;
|
|
722
|
-
} & Omit<
|
|
597
|
+
} & Omit<_pixpilot_shadcn_ui0.DatePickerProps, "onSelect" | "selected" | "mode">> & react1.RefAttributes<unknown>>;
|
|
723
598
|
FormGrid: typeof FormGrid;
|
|
724
|
-
FormItem:
|
|
725
|
-
children?:
|
|
726
|
-
}>, "ref"> &
|
|
727
|
-
Hidden:
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
prefix?: React.ReactNode;
|
|
735
|
-
suffix?: React.ReactNode;
|
|
736
|
-
groupClassName?: string;
|
|
737
|
-
prefixClassName?: string;
|
|
738
|
-
suffixClassName?: string;
|
|
739
|
-
}>, "ref"> & react35.RefAttributes<unknown>>;
|
|
740
|
-
NumberInput: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLInputElement> & react35.InputHTMLAttributes<HTMLInputElement> & {
|
|
741
|
-
prefix?: React.ReactNode;
|
|
742
|
-
suffix?: React.ReactNode;
|
|
743
|
-
groupClassName?: string;
|
|
744
|
-
prefixClassName?: string;
|
|
745
|
-
suffixClassName?: string;
|
|
746
|
-
}>, "ref"> & react35.RefAttributes<unknown>>;
|
|
747
|
-
ObjectContainer: react35.FC<ObjectContainerProps>;
|
|
748
|
-
Radio: react35.FC;
|
|
599
|
+
FormItem: react1.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
600
|
+
children?: react1.ReactNode | undefined;
|
|
601
|
+
}>, "ref"> & react1.RefAttributes<unknown>>;
|
|
602
|
+
Hidden: react1.ForwardRefExoticComponent<Partial<HiddenProps> & react1.RefAttributes<unknown>>;
|
|
603
|
+
IconToggle: react1.FC<_pixpilot_shadcn_ui0.IconToggleProps>;
|
|
604
|
+
ToggleButton: react1.FC<_pixpilot_shadcn_ui0.ToggleButtonProps>;
|
|
605
|
+
Input: react1.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
606
|
+
NumberInput: react1.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
607
|
+
ObjectContainer: react1.FC<ObjectContainerProps>;
|
|
608
|
+
Radio: react1.FC<RadioProps>;
|
|
749
609
|
Row: typeof Row;
|
|
750
|
-
Select:
|
|
751
|
-
Separator:
|
|
752
|
-
Switch:
|
|
753
|
-
Textarea:
|
|
610
|
+
Select: react1.FC<SelectProps$1>;
|
|
611
|
+
Separator: react1.FC<_radix_ui_react_separator0.SeparatorProps & react1.RefAttributes<HTMLDivElement>>;
|
|
612
|
+
Switch: react1.FC<_radix_ui_react_switch0.SwitchProps & react1.RefAttributes<HTMLButtonElement>>;
|
|
613
|
+
Textarea: react1.FC<react1.ClassAttributes<HTMLTextAreaElement> & react1.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
754
614
|
}, Component_6, Decorator_6>): JSX.Element;
|
|
755
615
|
displayName: string;
|
|
756
616
|
};
|
|
757
617
|
DateTime: {
|
|
758
|
-
<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" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "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" | "
|
|
759
|
-
AvatarUpload:
|
|
760
|
-
FileUploadInline:
|
|
761
|
-
IconPicker:
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
SliderInput: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui3.SliderInputProps>, "ref"> & react35.RefAttributes<unknown>>;
|
|
774
|
-
SliderSelect: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui3.SliderSelectProps>, "ref"> & react35.RefAttributes<unknown>>;
|
|
775
|
-
TagsInput: typeof _pixpilot_shadcn_ui3.TagsInput;
|
|
776
|
-
TagsInputInLine: react35.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui3.TagsInputProps> & react35.RefAttributes<unknown>>;
|
|
618
|
+
<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" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "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" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "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: _formily_react1.ISchemaTypeFieldProps<{
|
|
619
|
+
AvatarUpload: react1.FC<_pixpilot_shadcn_ui0.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui0.FileMetadata | null>>;
|
|
620
|
+
FileUploadInline: react1.FC<FileUploadInlineProps$1>;
|
|
621
|
+
IconPicker: react1.FC<IconPickerProps$1>;
|
|
622
|
+
FileUpload: react1.FC<FileUploadProps$1>;
|
|
623
|
+
RichTextEditor: react1.FC<_pixpilot_shadcn_ui0.RichTextEditorProps>;
|
|
624
|
+
ColorPicker: react1.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.ColorPickerProps>, "ref"> & react1.RefAttributes<unknown>>;
|
|
625
|
+
Combobox: react1.FC<_pixpilot_shadcn_ui0.ComboboxProps>;
|
|
626
|
+
ColorSelect: react1.FC<_pixpilot_shadcn_ui0.ColorSelectProps>;
|
|
627
|
+
Rating: react1.FC<_pixpilot_shadcn_ui0.RatingProps>;
|
|
628
|
+
Slider: react1.FC<_pixpilot_shadcn_ui0.SliderProps>;
|
|
629
|
+
SliderInput: react1.FC<_pixpilot_shadcn_ui0.SliderInputProps>;
|
|
630
|
+
SliderSelect: react1.FC<_pixpilot_shadcn_ui0.SliderSelectProps>;
|
|
631
|
+
TagsInput: typeof _pixpilot_shadcn_ui0.TagsInput;
|
|
632
|
+
TagsInputInLine: react1.FC<_pixpilot_shadcn_ui0.TagsInputProps>;
|
|
777
633
|
ArrayCards: ComposedArrayProps;
|
|
778
|
-
ArrayCollapse:
|
|
634
|
+
ArrayCollapse: react1.FC<ArrayComponentProps & {
|
|
779
635
|
defaultActiveKey?: Array<string | number>;
|
|
780
636
|
mode?: "accordion" | "multiple";
|
|
781
637
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
782
638
|
}>;
|
|
783
|
-
ArrayDialog:
|
|
639
|
+
ArrayDialog: react1.FC<ArrayComponentProps & {
|
|
784
640
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
785
641
|
}>;
|
|
786
642
|
ArrayInline: ComposedArrayProps;
|
|
787
|
-
ArrayPopover:
|
|
643
|
+
ArrayPopover: react1.FC<ArrayComponentProps & {
|
|
788
644
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
789
645
|
}>;
|
|
790
|
-
ArrayTags:
|
|
791
|
-
ArrayToggleGroup:
|
|
792
|
-
ToggleGroup:
|
|
793
|
-
Checkbox:
|
|
646
|
+
ArrayTags: react1.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
|
|
647
|
+
ArrayToggleGroup: react1.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
648
|
+
ToggleGroup: react1.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react1.RefAttributes<unknown>>;
|
|
649
|
+
Checkbox: react1.FC<_radix_ui_react_checkbox0.CheckboxProps & react1.RefAttributes<HTMLButtonElement>>;
|
|
794
650
|
Column: typeof Column;
|
|
795
|
-
DatePicker:
|
|
651
|
+
DatePicker: react1.ForwardRefExoticComponent<Partial<{
|
|
796
652
|
value?: Date;
|
|
797
653
|
onChange?: (date: Date | undefined) => void;
|
|
798
654
|
placeholder?: string;
|
|
799
|
-
} & Omit<
|
|
655
|
+
} & Omit<_pixpilot_shadcn_ui0.DatePickerProps, "onSelect" | "selected" | "mode">> & react1.RefAttributes<unknown>>;
|
|
800
656
|
FormGrid: typeof FormGrid;
|
|
801
|
-
FormItem:
|
|
802
|
-
children?:
|
|
803
|
-
}>, "ref"> &
|
|
804
|
-
Hidden:
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
prefix?: React.ReactNode;
|
|
812
|
-
suffix?: React.ReactNode;
|
|
813
|
-
groupClassName?: string;
|
|
814
|
-
prefixClassName?: string;
|
|
815
|
-
suffixClassName?: string;
|
|
816
|
-
}>, "ref"> & react35.RefAttributes<unknown>>;
|
|
817
|
-
NumberInput: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLInputElement> & react35.InputHTMLAttributes<HTMLInputElement> & {
|
|
818
|
-
prefix?: React.ReactNode;
|
|
819
|
-
suffix?: React.ReactNode;
|
|
820
|
-
groupClassName?: string;
|
|
821
|
-
prefixClassName?: string;
|
|
822
|
-
suffixClassName?: string;
|
|
823
|
-
}>, "ref"> & react35.RefAttributes<unknown>>;
|
|
824
|
-
ObjectContainer: react35.FC<ObjectContainerProps>;
|
|
825
|
-
Radio: react35.FC;
|
|
657
|
+
FormItem: react1.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
658
|
+
children?: react1.ReactNode | undefined;
|
|
659
|
+
}>, "ref"> & react1.RefAttributes<unknown>>;
|
|
660
|
+
Hidden: react1.ForwardRefExoticComponent<Partial<HiddenProps> & react1.RefAttributes<unknown>>;
|
|
661
|
+
IconToggle: react1.FC<_pixpilot_shadcn_ui0.IconToggleProps>;
|
|
662
|
+
ToggleButton: react1.FC<_pixpilot_shadcn_ui0.ToggleButtonProps>;
|
|
663
|
+
Input: react1.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
664
|
+
NumberInput: react1.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
665
|
+
ObjectContainer: react1.FC<ObjectContainerProps>;
|
|
666
|
+
Radio: react1.FC<RadioProps>;
|
|
826
667
|
Row: typeof Row;
|
|
827
|
-
Select:
|
|
828
|
-
Separator:
|
|
829
|
-
Switch:
|
|
830
|
-
Textarea:
|
|
668
|
+
Select: react1.FC<SelectProps$1>;
|
|
669
|
+
Separator: react1.FC<_radix_ui_react_separator0.SeparatorProps & react1.RefAttributes<HTMLDivElement>>;
|
|
670
|
+
Switch: react1.FC<_radix_ui_react_switch0.SwitchProps & react1.RefAttributes<HTMLButtonElement>>;
|
|
671
|
+
Textarea: react1.FC<react1.ClassAttributes<HTMLTextAreaElement> & react1.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
831
672
|
}, Component_7, Decorator_7>): JSX.Element;
|
|
832
673
|
displayName: string;
|
|
833
674
|
};
|
|
834
675
|
Void: {
|
|
835
|
-
<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" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "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" | "
|
|
836
|
-
AvatarUpload:
|
|
837
|
-
FileUploadInline:
|
|
838
|
-
IconPicker:
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
SliderInput: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui3.SliderInputProps>, "ref"> & react35.RefAttributes<unknown>>;
|
|
851
|
-
SliderSelect: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui3.SliderSelectProps>, "ref"> & react35.RefAttributes<unknown>>;
|
|
852
|
-
TagsInput: typeof _pixpilot_shadcn_ui3.TagsInput;
|
|
853
|
-
TagsInputInLine: react35.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui3.TagsInputProps> & react35.RefAttributes<unknown>>;
|
|
676
|
+
<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" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "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" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "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: _formily_react1.ISchemaTypeFieldProps<{
|
|
677
|
+
AvatarUpload: react1.FC<_pixpilot_shadcn_ui0.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui0.FileMetadata | null>>;
|
|
678
|
+
FileUploadInline: react1.FC<FileUploadInlineProps$1>;
|
|
679
|
+
IconPicker: react1.FC<IconPickerProps$1>;
|
|
680
|
+
FileUpload: react1.FC<FileUploadProps$1>;
|
|
681
|
+
RichTextEditor: react1.FC<_pixpilot_shadcn_ui0.RichTextEditorProps>;
|
|
682
|
+
ColorPicker: react1.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.ColorPickerProps>, "ref"> & react1.RefAttributes<unknown>>;
|
|
683
|
+
Combobox: react1.FC<_pixpilot_shadcn_ui0.ComboboxProps>;
|
|
684
|
+
ColorSelect: react1.FC<_pixpilot_shadcn_ui0.ColorSelectProps>;
|
|
685
|
+
Rating: react1.FC<_pixpilot_shadcn_ui0.RatingProps>;
|
|
686
|
+
Slider: react1.FC<_pixpilot_shadcn_ui0.SliderProps>;
|
|
687
|
+
SliderInput: react1.FC<_pixpilot_shadcn_ui0.SliderInputProps>;
|
|
688
|
+
SliderSelect: react1.FC<_pixpilot_shadcn_ui0.SliderSelectProps>;
|
|
689
|
+
TagsInput: typeof _pixpilot_shadcn_ui0.TagsInput;
|
|
690
|
+
TagsInputInLine: react1.FC<_pixpilot_shadcn_ui0.TagsInputProps>;
|
|
854
691
|
ArrayCards: ComposedArrayProps;
|
|
855
|
-
ArrayCollapse:
|
|
692
|
+
ArrayCollapse: react1.FC<ArrayComponentProps & {
|
|
856
693
|
defaultActiveKey?: Array<string | number>;
|
|
857
694
|
mode?: "accordion" | "multiple";
|
|
858
695
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
859
696
|
}>;
|
|
860
|
-
ArrayDialog:
|
|
697
|
+
ArrayDialog: react1.FC<ArrayComponentProps & {
|
|
861
698
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
862
699
|
}>;
|
|
863
700
|
ArrayInline: ComposedArrayProps;
|
|
864
|
-
ArrayPopover:
|
|
701
|
+
ArrayPopover: react1.FC<ArrayComponentProps & {
|
|
865
702
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
866
703
|
}>;
|
|
867
|
-
ArrayTags:
|
|
868
|
-
ArrayToggleGroup:
|
|
869
|
-
ToggleGroup:
|
|
870
|
-
Checkbox:
|
|
704
|
+
ArrayTags: react1.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
|
|
705
|
+
ArrayToggleGroup: react1.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
706
|
+
ToggleGroup: react1.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react1.RefAttributes<unknown>>;
|
|
707
|
+
Checkbox: react1.FC<_radix_ui_react_checkbox0.CheckboxProps & react1.RefAttributes<HTMLButtonElement>>;
|
|
871
708
|
Column: typeof Column;
|
|
872
|
-
DatePicker:
|
|
709
|
+
DatePicker: react1.ForwardRefExoticComponent<Partial<{
|
|
873
710
|
value?: Date;
|
|
874
711
|
onChange?: (date: Date | undefined) => void;
|
|
875
712
|
placeholder?: string;
|
|
876
|
-
} & Omit<
|
|
713
|
+
} & Omit<_pixpilot_shadcn_ui0.DatePickerProps, "onSelect" | "selected" | "mode">> & react1.RefAttributes<unknown>>;
|
|
877
714
|
FormGrid: typeof FormGrid;
|
|
878
|
-
FormItem:
|
|
879
|
-
children?:
|
|
880
|
-
}>, "ref"> &
|
|
881
|
-
Hidden:
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
prefix?: React.ReactNode;
|
|
889
|
-
suffix?: React.ReactNode;
|
|
890
|
-
groupClassName?: string;
|
|
891
|
-
prefixClassName?: string;
|
|
892
|
-
suffixClassName?: string;
|
|
893
|
-
}>, "ref"> & react35.RefAttributes<unknown>>;
|
|
894
|
-
NumberInput: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLInputElement> & react35.InputHTMLAttributes<HTMLInputElement> & {
|
|
895
|
-
prefix?: React.ReactNode;
|
|
896
|
-
suffix?: React.ReactNode;
|
|
897
|
-
groupClassName?: string;
|
|
898
|
-
prefixClassName?: string;
|
|
899
|
-
suffixClassName?: string;
|
|
900
|
-
}>, "ref"> & react35.RefAttributes<unknown>>;
|
|
901
|
-
ObjectContainer: react35.FC<ObjectContainerProps>;
|
|
902
|
-
Radio: react35.FC;
|
|
715
|
+
FormItem: react1.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
716
|
+
children?: react1.ReactNode | undefined;
|
|
717
|
+
}>, "ref"> & react1.RefAttributes<unknown>>;
|
|
718
|
+
Hidden: react1.ForwardRefExoticComponent<Partial<HiddenProps> & react1.RefAttributes<unknown>>;
|
|
719
|
+
IconToggle: react1.FC<_pixpilot_shadcn_ui0.IconToggleProps>;
|
|
720
|
+
ToggleButton: react1.FC<_pixpilot_shadcn_ui0.ToggleButtonProps>;
|
|
721
|
+
Input: react1.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
722
|
+
NumberInput: react1.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
723
|
+
ObjectContainer: react1.FC<ObjectContainerProps>;
|
|
724
|
+
Radio: react1.FC<RadioProps>;
|
|
903
725
|
Row: typeof Row;
|
|
904
|
-
Select:
|
|
905
|
-
Separator:
|
|
906
|
-
Switch:
|
|
907
|
-
Textarea:
|
|
726
|
+
Select: react1.FC<SelectProps$1>;
|
|
727
|
+
Separator: react1.FC<_radix_ui_react_separator0.SeparatorProps & react1.RefAttributes<HTMLDivElement>>;
|
|
728
|
+
Switch: react1.FC<_radix_ui_react_switch0.SwitchProps & react1.RefAttributes<HTMLButtonElement>>;
|
|
729
|
+
Textarea: react1.FC<react1.ClassAttributes<HTMLTextAreaElement> & react1.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
908
730
|
}, Component_8, Decorator_8>): JSX.Element;
|
|
909
731
|
displayName: string;
|
|
910
732
|
};
|
|
911
733
|
Number: {
|
|
912
|
-
<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" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "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" | "
|
|
913
|
-
AvatarUpload:
|
|
914
|
-
FileUploadInline:
|
|
915
|
-
IconPicker:
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
SliderInput: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui3.SliderInputProps>, "ref"> & react35.RefAttributes<unknown>>;
|
|
928
|
-
SliderSelect: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui3.SliderSelectProps>, "ref"> & react35.RefAttributes<unknown>>;
|
|
929
|
-
TagsInput: typeof _pixpilot_shadcn_ui3.TagsInput;
|
|
930
|
-
TagsInputInLine: react35.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui3.TagsInputProps> & react35.RefAttributes<unknown>>;
|
|
734
|
+
<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" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "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" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "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: _formily_react1.ISchemaTypeFieldProps<{
|
|
735
|
+
AvatarUpload: react1.FC<_pixpilot_shadcn_ui0.AvatarUploadProps & UploadValueMapper<_pixpilot_shadcn_ui0.FileMetadata | null>>;
|
|
736
|
+
FileUploadInline: react1.FC<FileUploadInlineProps$1>;
|
|
737
|
+
IconPicker: react1.FC<IconPickerProps$1>;
|
|
738
|
+
FileUpload: react1.FC<FileUploadProps$1>;
|
|
739
|
+
RichTextEditor: react1.FC<_pixpilot_shadcn_ui0.RichTextEditorProps>;
|
|
740
|
+
ColorPicker: react1.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.ColorPickerProps>, "ref"> & react1.RefAttributes<unknown>>;
|
|
741
|
+
Combobox: react1.FC<_pixpilot_shadcn_ui0.ComboboxProps>;
|
|
742
|
+
ColorSelect: react1.FC<_pixpilot_shadcn_ui0.ColorSelectProps>;
|
|
743
|
+
Rating: react1.FC<_pixpilot_shadcn_ui0.RatingProps>;
|
|
744
|
+
Slider: react1.FC<_pixpilot_shadcn_ui0.SliderProps>;
|
|
745
|
+
SliderInput: react1.FC<_pixpilot_shadcn_ui0.SliderInputProps>;
|
|
746
|
+
SliderSelect: react1.FC<_pixpilot_shadcn_ui0.SliderSelectProps>;
|
|
747
|
+
TagsInput: typeof _pixpilot_shadcn_ui0.TagsInput;
|
|
748
|
+
TagsInputInLine: react1.FC<_pixpilot_shadcn_ui0.TagsInputProps>;
|
|
931
749
|
ArrayCards: ComposedArrayProps;
|
|
932
|
-
ArrayCollapse:
|
|
750
|
+
ArrayCollapse: react1.FC<ArrayComponentProps & {
|
|
933
751
|
defaultActiveKey?: Array<string | number>;
|
|
934
752
|
mode?: "accordion" | "multiple";
|
|
935
753
|
collapseProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
936
754
|
}>;
|
|
937
|
-
ArrayDialog:
|
|
755
|
+
ArrayDialog: react1.FC<ArrayComponentProps & {
|
|
938
756
|
dialogProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
939
757
|
}>;
|
|
940
758
|
ArrayInline: ComposedArrayProps;
|
|
941
|
-
ArrayPopover:
|
|
759
|
+
ArrayPopover: react1.FC<ArrayComponentProps & {
|
|
942
760
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
943
761
|
}>;
|
|
944
|
-
ArrayTags:
|
|
945
|
-
ArrayToggleGroup:
|
|
946
|
-
ToggleGroup:
|
|
947
|
-
Checkbox:
|
|
762
|
+
ArrayTags: react1.MemoExoticComponent<_formily_react1.ReactFC<ArrayTagsProps>>;
|
|
763
|
+
ArrayToggleGroup: react1.MemoExoticComponent<_formily_react1.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
764
|
+
ToggleGroup: react1.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react1.RefAttributes<unknown>>;
|
|
765
|
+
Checkbox: react1.FC<_radix_ui_react_checkbox0.CheckboxProps & react1.RefAttributes<HTMLButtonElement>>;
|
|
948
766
|
Column: typeof Column;
|
|
949
|
-
DatePicker:
|
|
767
|
+
DatePicker: react1.ForwardRefExoticComponent<Partial<{
|
|
950
768
|
value?: Date;
|
|
951
769
|
onChange?: (date: Date | undefined) => void;
|
|
952
770
|
placeholder?: string;
|
|
953
|
-
} & Omit<
|
|
771
|
+
} & Omit<_pixpilot_shadcn_ui0.DatePickerProps, "onSelect" | "selected" | "mode">> & react1.RefAttributes<unknown>>;
|
|
954
772
|
FormGrid: typeof FormGrid;
|
|
955
|
-
FormItem:
|
|
956
|
-
children?:
|
|
957
|
-
}>, "ref"> &
|
|
958
|
-
Hidden:
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
prefix?: React.ReactNode;
|
|
966
|
-
suffix?: React.ReactNode;
|
|
967
|
-
groupClassName?: string;
|
|
968
|
-
prefixClassName?: string;
|
|
969
|
-
suffixClassName?: string;
|
|
970
|
-
}>, "ref"> & react35.RefAttributes<unknown>>;
|
|
971
|
-
NumberInput: react35.ForwardRefExoticComponent<Omit<Partial<react35.ClassAttributes<HTMLInputElement> & react35.InputHTMLAttributes<HTMLInputElement> & {
|
|
972
|
-
prefix?: React.ReactNode;
|
|
973
|
-
suffix?: React.ReactNode;
|
|
974
|
-
groupClassName?: string;
|
|
975
|
-
prefixClassName?: string;
|
|
976
|
-
suffixClassName?: string;
|
|
977
|
-
}>, "ref"> & react35.RefAttributes<unknown>>;
|
|
978
|
-
ObjectContainer: react35.FC<ObjectContainerProps>;
|
|
979
|
-
Radio: react35.FC;
|
|
773
|
+
FormItem: react1.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
|
|
774
|
+
children?: react1.ReactNode | undefined;
|
|
775
|
+
}>, "ref"> & react1.RefAttributes<unknown>>;
|
|
776
|
+
Hidden: react1.ForwardRefExoticComponent<Partial<HiddenProps> & react1.RefAttributes<unknown>>;
|
|
777
|
+
IconToggle: react1.FC<_pixpilot_shadcn_ui0.IconToggleProps>;
|
|
778
|
+
ToggleButton: react1.FC<_pixpilot_shadcn_ui0.ToggleButtonProps>;
|
|
779
|
+
Input: react1.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
780
|
+
NumberInput: react1.FC<_pixpilot_shadcn_ui0.InputProps>;
|
|
781
|
+
ObjectContainer: react1.FC<ObjectContainerProps>;
|
|
782
|
+
Radio: react1.FC<RadioProps>;
|
|
980
783
|
Row: typeof Row;
|
|
981
|
-
Select:
|
|
982
|
-
Separator:
|
|
983
|
-
Switch:
|
|
984
|
-
Textarea:
|
|
784
|
+
Select: react1.FC<SelectProps$1>;
|
|
785
|
+
Separator: react1.FC<_radix_ui_react_separator0.SeparatorProps & react1.RefAttributes<HTMLDivElement>>;
|
|
786
|
+
Switch: react1.FC<_radix_ui_react_switch0.SwitchProps & react1.RefAttributes<HTMLButtonElement>>;
|
|
787
|
+
Textarea: react1.FC<react1.ClassAttributes<HTMLTextAreaElement> & react1.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
985
788
|
}, Component_9, Decorator_9>): JSX.Element;
|
|
986
789
|
displayName: string;
|
|
987
790
|
};
|