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