@pixpilot/formily-shadcn 0.8.4 → 0.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. package/README.md +1 -42
  2. package/dist/components/array-base/components/addition.cjs +2 -2
  3. package/dist/components/array-base/components/addition.d.cts +3 -2
  4. package/dist/components/array-base/components/addition.d.ts +3 -2
  5. package/dist/components/array-base/components/addition.js +2 -2
  6. package/dist/components/array-base/components/array-item-label.cjs +4 -7
  7. package/dist/components/array-base/components/array-item-label.js +4 -6
  8. package/dist/components/array-base/components/empty.cjs +2 -2
  9. package/dist/components/array-base/components/empty.d.cts +9 -0
  10. package/dist/components/array-base/components/empty.d.ts +9 -0
  11. package/dist/components/array-base/components/empty.js +2 -2
  12. package/dist/components/array-base/components/get-array-components.cjs +1 -1
  13. package/dist/components/array-base/components/get-array-components.js +1 -1
  14. package/dist/components/array-base/components/types.d.cts +2 -1
  15. package/dist/components/array-base/components/types.d.ts +2 -1
  16. package/dist/components/array-base/components/use-array-components-registry.cjs +5 -8
  17. package/dist/components/array-base/components/use-array-components-registry.d.cts +1 -0
  18. package/dist/components/array-base/components/use-array-components-registry.d.ts +1 -0
  19. package/dist/components/array-base/components/use-array-components-registry.js +5 -8
  20. package/dist/components/array-base/types.d.cts +2 -2
  21. package/dist/components/array-base/types.d.ts +2 -2
  22. package/dist/components/array-cards/array-cards.cjs +1 -4
  23. package/dist/components/array-cards/array-cards.js +1 -4
  24. package/dist/components/array-cards/item.cjs +5 -12
  25. package/dist/components/array-cards/item.js +5 -12
  26. package/dist/components/array-collapse/array-collapse.cjs +1 -4
  27. package/dist/components/array-collapse/array-collapse.js +1 -4
  28. package/dist/components/array-collapse/item.cjs +1 -4
  29. package/dist/components/array-collapse/item.js +1 -4
  30. package/dist/components/array-common/list-item.cjs +0 -4
  31. package/dist/components/array-common/list-item.js +1 -5
  32. package/dist/components/array-dialog/array-dialog.cjs +2 -5
  33. package/dist/components/array-dialog/array-dialog.js +2 -5
  34. package/dist/components/checkbox.d.ts +2 -2
  35. package/dist/components/column.d.ts +2 -2
  36. package/dist/components/date-picker.d.cts +2 -8
  37. package/dist/components/date-picker.d.ts +5 -11
  38. package/dist/components/file-upload/file-upload-inline.d.cts +8 -8
  39. package/dist/components/file-upload/file-upload-inline.d.ts +8 -8
  40. package/dist/components/file-upload/file-upload.d.cts +8 -8
  41. package/dist/components/file-upload/file-upload.d.ts +8 -8
  42. package/dist/components/form-grid.d.ts +2 -2
  43. package/dist/components/icon-picker.d.ts +3 -3
  44. package/dist/components/json-schema-form-renderer.cjs +2 -1
  45. package/dist/components/json-schema-form-renderer.js +2 -1
  46. package/dist/components/radio.d.cts +2 -2
  47. package/dist/components/radio.d.ts +2 -2
  48. package/dist/components/row.d.ts +2 -2
  49. package/dist/components/schema-field/index.cjs +3 -0
  50. package/dist/components/schema-field/index.d.cts +3 -0
  51. package/dist/components/schema-field/index.d.ts +3 -0
  52. package/dist/components/schema-field/index.js +3 -0
  53. package/dist/components/schema-field/schema-field-basics.cjs +54 -0
  54. package/dist/components/schema-field/schema-field-basics.d.cts +379 -0
  55. package/dist/components/schema-field/schema-field-basics.d.ts +379 -0
  56. package/dist/components/schema-field/schema-field-basics.js +51 -0
  57. package/dist/components/schema-field/schema-field-extended.cjs +28 -0
  58. package/dist/components/schema-field/schema-field-extended.d.cts +643 -0
  59. package/dist/components/schema-field/schema-field-extended.d.ts +643 -0
  60. package/dist/components/schema-field/schema-field-extended.js +25 -0
  61. package/dist/components/schema-field/schema-field.cjs +23 -0
  62. package/dist/components/schema-field/schema-field.d.cts +420 -0
  63. package/dist/components/schema-field/schema-field.d.ts +420 -0
  64. package/dist/components/schema-field/schema-field.js +19 -0
  65. package/dist/components/separator.d.cts +3 -3
  66. package/dist/components/slider.d.cts +2 -2
  67. package/dist/components/slider.d.ts +2 -2
  68. package/dist/components/switch.d.cts +3 -3
  69. package/dist/components/switch.d.ts +3 -3
  70. package/dist/components/tags-input-inline.d.cts +3 -3
  71. package/dist/components/tags-input-inline.d.ts +3 -3
  72. package/dist/components/textarea.d.cts +2 -2
  73. package/dist/index.cjs +12 -7
  74. package/dist/index.d.cts +5 -3
  75. package/dist/index.d.ts +5 -3
  76. package/dist/index.js +8 -6
  77. package/dist/utils/transform-schema.cjs +1 -1
  78. package/dist/utils/transform-schema.js +1 -1
  79. package/package.json +9 -9
  80. package/dist/_virtual/rolldown_runtime.js +0 -24
  81. package/dist/components/array-base/components/title.cjs +0 -17
  82. package/dist/components/array-base/components/title.js +0 -14
  83. package/dist/components/schema-field-extended.cjs +0 -25
  84. package/dist/components/schema-field-extended.d.cts +0 -630
  85. package/dist/components/schema-field-extended.d.ts +0 -630
  86. package/dist/components/schema-field-extended.js +0 -23
  87. package/dist/components/schema-field.cjs +0 -61
  88. package/dist/components/schema-field.d.cts +0 -471
  89. package/dist/components/schema-field.d.ts +0 -471
  90. package/dist/components/schema-field.js +0 -57
@@ -0,0 +1,25 @@
1
+ import { FileUpload } from "../file-upload/file-upload.js";
2
+ import { FileUploadInline } from "../file-upload/file-upload-inline.js";
3
+ import "../file-upload/index.js";
4
+ import { IconPicker } from "../icon-picker.js";
5
+ import { schemaFieldComponents } from "./schema-field.js";
6
+ import { RichTextEditor } from "../rich-text-editor.js";
7
+ import "./index.js";
8
+ import { createSchemaField } from "@formily/react";
9
+
10
+ //#region src/components/schema-field/schema-field-extended.tsx
11
+ const schemaFieldExtendedComponents = {
12
+ ...schemaFieldComponents,
13
+ FileUploadInline,
14
+ IconPicker,
15
+ FileUpload,
16
+ RichTextEditor
17
+ };
18
+ /**
19
+ * SchemaField with all Shadcn Formily components pre-registered
20
+ * Use this to render forms from JSON Schema
21
+ */
22
+ const SchemaFieldExtended = createSchemaField({ components: schemaFieldExtendedComponents });
23
+
24
+ //#endregion
25
+ export { SchemaFieldExtended, schemaFieldExtendedComponents };
@@ -0,0 +1,23 @@
1
+ const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
+ const require_combobox = require('../combobox.cjs');
3
+ const require_slider = require('../slider.cjs');
4
+ const require_tags_input_inline = require('../tags-input-inline.cjs');
5
+ const require_schema_field_basics = require('./schema-field-basics.cjs');
6
+ let __formily_react = require("@formily/react");
7
+ __formily_react = require_rolldown_runtime.__toESM(__formily_react);
8
+ let __pixpilot_shadcn_ui = require("@pixpilot/shadcn-ui");
9
+ __pixpilot_shadcn_ui = require_rolldown_runtime.__toESM(__pixpilot_shadcn_ui);
10
+
11
+ //#region src/components/schema-field/schema-field.tsx
12
+ const schemaFieldComponents = {
13
+ ...require_schema_field_basics.SchemaFieldBasicComponents,
14
+ Combobox: require_combobox.Combobox,
15
+ TagsInput: __pixpilot_shadcn_ui.TagsInput,
16
+ TagsInputInLine: require_tags_input_inline.TagsInputInLine,
17
+ Slider: require_slider.Slider
18
+ };
19
+ const SchemaField = (0, __formily_react.createSchemaField)({ components: schemaFieldComponents });
20
+
21
+ //#endregion
22
+ exports.SchemaField = SchemaField;
23
+ exports.schemaFieldComponents = schemaFieldComponents;
@@ -0,0 +1,420 @@
1
+ import { ArrayComponentProps, ComposedArrayProps } from "../array-base/types.cjs";
2
+ import "../array-base/index.cjs";
3
+ import { Column } from "../column.cjs";
4
+ import { FormGrid } from "../form-grid.cjs";
5
+ import { FormItemProps } from "../form-item.cjs";
6
+ import { Row } from "../row.cjs";
7
+ import { ObjectContainerProps } from "../object-container.cjs";
8
+ import * as _formily_react23 from "@formily/react";
9
+ import * as react828 from "react";
10
+ import * as _formily_core1 from "@formily/core";
11
+ import * as _pixpilot_shadcn_ui246 from "@pixpilot/shadcn-ui";
12
+ import { TagsInput } from "@pixpilot/shadcn-ui";
13
+ import * as _radix_ui_react_checkbox20 from "@radix-ui/react-checkbox";
14
+ import * as _radix_ui_react_switch20 from "@radix-ui/react-switch";
15
+ import * as _radix_ui_react_separator20 from "@radix-ui/react-separator";
16
+
17
+ //#region src/components/schema-field/schema-field.d.ts
18
+ declare const schemaFieldComponents: {
19
+ Combobox: react828.FC;
20
+ TagsInput: typeof TagsInput;
21
+ TagsInputInLine: react828.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui246.TagsInputProps> & react828.RefAttributes<unknown>>;
22
+ Slider: react828.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui246.SliderProps>, "ref"> & react828.RefAttributes<unknown>>;
23
+ FormItem: react828.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
24
+ children?: react828.ReactNode | undefined;
25
+ }>, "ref"> & react828.RefAttributes<unknown>>;
26
+ Hidden: react828.ForwardRefExoticComponent<Partial<{
27
+ children?: React.ReactNode;
28
+ value?: string;
29
+ }> & react828.RefAttributes<unknown>>;
30
+ Input: react828.ForwardRefExoticComponent<Omit<Partial<react828.ClassAttributes<HTMLInputElement> & react828.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react828.RefAttributes<unknown>>;
31
+ Textarea: react828.ForwardRefExoticComponent<Omit<Partial<react828.ClassAttributes<HTMLTextAreaElement> & react828.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react828.RefAttributes<unknown>>;
32
+ NumberInput: react828.ForwardRefExoticComponent<Omit<Partial<react828.ClassAttributes<HTMLInputElement> & react828.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react828.RefAttributes<unknown>>;
33
+ Checkbox: react828.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox20.CheckboxProps & react828.RefAttributes<HTMLButtonElement>>, "ref"> & react828.RefAttributes<unknown>>;
34
+ Radio: react828.FC;
35
+ Select: react828.FC;
36
+ Switch: react828.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch20.SwitchProps & react828.RefAttributes<HTMLButtonElement>>, "ref"> & react828.RefAttributes<unknown>>;
37
+ DatePicker: react828.ForwardRefExoticComponent<Partial<{
38
+ value?: Date;
39
+ onChange?: (date: Date | undefined) => void;
40
+ placeholder?: string;
41
+ } & Omit<_pixpilot_shadcn_ui246.DatePickerProps, "onSelect" | "selected" | "mode">> & react828.RefAttributes<unknown>>;
42
+ Row: typeof Row;
43
+ Column: typeof Column;
44
+ FormGrid: typeof FormGrid;
45
+ Separator: react828.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator20.SeparatorProps & react828.RefAttributes<HTMLDivElement>>, "ref"> & react828.RefAttributes<unknown>>;
46
+ ArrayCards: ComposedArrayProps;
47
+ ArrayDialog: react828.FC<ArrayComponentProps>;
48
+ ArrayCollapse: react828.FC<ArrayComponentProps & {
49
+ defaultActiveKey?: Array<string | number>;
50
+ mode?: "accordion" | "multiple";
51
+ }>;
52
+ ArrayPopover: react828.FC<ArrayComponentProps>;
53
+ ObjectContainer: react828.FC<ObjectContainerProps>;
54
+ };
55
+ declare const SchemaField: {
56
+ <Decorator extends _formily_react23.JSXComponent, Component extends _formily_react23.JSXComponent>(props: _formily_react23.ISchemaFieldProps<Decorator, Component, _formily_core1.ObjectField<Decorator, Component>>): JSX.Element;
57
+ displayName: string;
58
+ Markup: {
59
+ <Decorator_1 extends "Radio" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_1 extends "Radio" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react23.ISchemaMarkupFieldProps<{
60
+ Combobox: react828.FC;
61
+ TagsInput: typeof TagsInput;
62
+ TagsInputInLine: react828.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui246.TagsInputProps> & react828.RefAttributes<unknown>>;
63
+ Slider: react828.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui246.SliderProps>, "ref"> & react828.RefAttributes<unknown>>;
64
+ FormItem: react828.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
65
+ children?: react828.ReactNode | undefined;
66
+ }>, "ref"> & react828.RefAttributes<unknown>>;
67
+ Hidden: react828.ForwardRefExoticComponent<Partial<{
68
+ children?: React.ReactNode;
69
+ value?: string;
70
+ }> & react828.RefAttributes<unknown>>;
71
+ Input: react828.ForwardRefExoticComponent<Omit<Partial<react828.ClassAttributes<HTMLInputElement> & react828.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react828.RefAttributes<unknown>>;
72
+ Textarea: react828.ForwardRefExoticComponent<Omit<Partial<react828.ClassAttributes<HTMLTextAreaElement> & react828.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react828.RefAttributes<unknown>>;
73
+ NumberInput: react828.ForwardRefExoticComponent<Omit<Partial<react828.ClassAttributes<HTMLInputElement> & react828.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react828.RefAttributes<unknown>>;
74
+ Checkbox: react828.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox20.CheckboxProps & react828.RefAttributes<HTMLButtonElement>>, "ref"> & react828.RefAttributes<unknown>>;
75
+ Radio: react828.FC;
76
+ Select: react828.FC;
77
+ Switch: react828.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch20.SwitchProps & react828.RefAttributes<HTMLButtonElement>>, "ref"> & react828.RefAttributes<unknown>>;
78
+ DatePicker: react828.ForwardRefExoticComponent<Partial<{
79
+ value?: Date;
80
+ onChange?: (date: Date | undefined) => void;
81
+ placeholder?: string;
82
+ } & Omit<_pixpilot_shadcn_ui246.DatePickerProps, "onSelect" | "selected" | "mode">> & react828.RefAttributes<unknown>>;
83
+ Row: typeof Row;
84
+ Column: typeof Column;
85
+ FormGrid: typeof FormGrid;
86
+ Separator: react828.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator20.SeparatorProps & react828.RefAttributes<HTMLDivElement>>, "ref"> & react828.RefAttributes<unknown>>;
87
+ ArrayCards: ComposedArrayProps;
88
+ ArrayDialog: react828.FC<ArrayComponentProps>;
89
+ ArrayCollapse: react828.FC<ArrayComponentProps & {
90
+ defaultActiveKey?: Array<string | number>;
91
+ mode?: "accordion" | "multiple";
92
+ }>;
93
+ ArrayPopover: react828.FC<ArrayComponentProps>;
94
+ ObjectContainer: react828.FC<ObjectContainerProps>;
95
+ }, Component_1, Decorator_1>): JSX.Element;
96
+ displayName: string;
97
+ };
98
+ String: {
99
+ <Decorator_2 extends "Radio" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_2 extends "Radio" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react23.ISchemaTypeFieldProps<{
100
+ Combobox: react828.FC;
101
+ TagsInput: typeof TagsInput;
102
+ TagsInputInLine: react828.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui246.TagsInputProps> & react828.RefAttributes<unknown>>;
103
+ Slider: react828.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui246.SliderProps>, "ref"> & react828.RefAttributes<unknown>>;
104
+ FormItem: react828.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
105
+ children?: react828.ReactNode | undefined;
106
+ }>, "ref"> & react828.RefAttributes<unknown>>;
107
+ Hidden: react828.ForwardRefExoticComponent<Partial<{
108
+ children?: React.ReactNode;
109
+ value?: string;
110
+ }> & react828.RefAttributes<unknown>>;
111
+ Input: react828.ForwardRefExoticComponent<Omit<Partial<react828.ClassAttributes<HTMLInputElement> & react828.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react828.RefAttributes<unknown>>;
112
+ Textarea: react828.ForwardRefExoticComponent<Omit<Partial<react828.ClassAttributes<HTMLTextAreaElement> & react828.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react828.RefAttributes<unknown>>;
113
+ NumberInput: react828.ForwardRefExoticComponent<Omit<Partial<react828.ClassAttributes<HTMLInputElement> & react828.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react828.RefAttributes<unknown>>;
114
+ Checkbox: react828.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox20.CheckboxProps & react828.RefAttributes<HTMLButtonElement>>, "ref"> & react828.RefAttributes<unknown>>;
115
+ Radio: react828.FC;
116
+ Select: react828.FC;
117
+ Switch: react828.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch20.SwitchProps & react828.RefAttributes<HTMLButtonElement>>, "ref"> & react828.RefAttributes<unknown>>;
118
+ DatePicker: react828.ForwardRefExoticComponent<Partial<{
119
+ value?: Date;
120
+ onChange?: (date: Date | undefined) => void;
121
+ placeholder?: string;
122
+ } & Omit<_pixpilot_shadcn_ui246.DatePickerProps, "onSelect" | "selected" | "mode">> & react828.RefAttributes<unknown>>;
123
+ Row: typeof Row;
124
+ Column: typeof Column;
125
+ FormGrid: typeof FormGrid;
126
+ Separator: react828.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator20.SeparatorProps & react828.RefAttributes<HTMLDivElement>>, "ref"> & react828.RefAttributes<unknown>>;
127
+ ArrayCards: ComposedArrayProps;
128
+ ArrayDialog: react828.FC<ArrayComponentProps>;
129
+ ArrayCollapse: react828.FC<ArrayComponentProps & {
130
+ defaultActiveKey?: Array<string | number>;
131
+ mode?: "accordion" | "multiple";
132
+ }>;
133
+ ArrayPopover: react828.FC<ArrayComponentProps>;
134
+ ObjectContainer: react828.FC<ObjectContainerProps>;
135
+ }, Component_2, Decorator_2>): JSX.Element;
136
+ displayName: string;
137
+ };
138
+ Object: {
139
+ <Decorator_3 extends "Radio" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_3 extends "Radio" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react23.ISchemaTypeFieldProps<{
140
+ Combobox: react828.FC;
141
+ TagsInput: typeof TagsInput;
142
+ TagsInputInLine: react828.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui246.TagsInputProps> & react828.RefAttributes<unknown>>;
143
+ Slider: react828.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui246.SliderProps>, "ref"> & react828.RefAttributes<unknown>>;
144
+ FormItem: react828.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
145
+ children?: react828.ReactNode | undefined;
146
+ }>, "ref"> & react828.RefAttributes<unknown>>;
147
+ Hidden: react828.ForwardRefExoticComponent<Partial<{
148
+ children?: React.ReactNode;
149
+ value?: string;
150
+ }> & react828.RefAttributes<unknown>>;
151
+ Input: react828.ForwardRefExoticComponent<Omit<Partial<react828.ClassAttributes<HTMLInputElement> & react828.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react828.RefAttributes<unknown>>;
152
+ Textarea: react828.ForwardRefExoticComponent<Omit<Partial<react828.ClassAttributes<HTMLTextAreaElement> & react828.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react828.RefAttributes<unknown>>;
153
+ NumberInput: react828.ForwardRefExoticComponent<Omit<Partial<react828.ClassAttributes<HTMLInputElement> & react828.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react828.RefAttributes<unknown>>;
154
+ Checkbox: react828.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox20.CheckboxProps & react828.RefAttributes<HTMLButtonElement>>, "ref"> & react828.RefAttributes<unknown>>;
155
+ Radio: react828.FC;
156
+ Select: react828.FC;
157
+ Switch: react828.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch20.SwitchProps & react828.RefAttributes<HTMLButtonElement>>, "ref"> & react828.RefAttributes<unknown>>;
158
+ DatePicker: react828.ForwardRefExoticComponent<Partial<{
159
+ value?: Date;
160
+ onChange?: (date: Date | undefined) => void;
161
+ placeholder?: string;
162
+ } & Omit<_pixpilot_shadcn_ui246.DatePickerProps, "onSelect" | "selected" | "mode">> & react828.RefAttributes<unknown>>;
163
+ Row: typeof Row;
164
+ Column: typeof Column;
165
+ FormGrid: typeof FormGrid;
166
+ Separator: react828.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator20.SeparatorProps & react828.RefAttributes<HTMLDivElement>>, "ref"> & react828.RefAttributes<unknown>>;
167
+ ArrayCards: ComposedArrayProps;
168
+ ArrayDialog: react828.FC<ArrayComponentProps>;
169
+ ArrayCollapse: react828.FC<ArrayComponentProps & {
170
+ defaultActiveKey?: Array<string | number>;
171
+ mode?: "accordion" | "multiple";
172
+ }>;
173
+ ArrayPopover: react828.FC<ArrayComponentProps>;
174
+ ObjectContainer: react828.FC<ObjectContainerProps>;
175
+ }, Component_3, Decorator_3>): JSX.Element;
176
+ displayName: string;
177
+ };
178
+ Array: {
179
+ <Decorator_4 extends "Radio" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_4 extends "Radio" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react23.ISchemaTypeFieldProps<{
180
+ Combobox: react828.FC;
181
+ TagsInput: typeof TagsInput;
182
+ TagsInputInLine: react828.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui246.TagsInputProps> & react828.RefAttributes<unknown>>;
183
+ Slider: react828.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui246.SliderProps>, "ref"> & react828.RefAttributes<unknown>>;
184
+ FormItem: react828.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
185
+ children?: react828.ReactNode | undefined;
186
+ }>, "ref"> & react828.RefAttributes<unknown>>;
187
+ Hidden: react828.ForwardRefExoticComponent<Partial<{
188
+ children?: React.ReactNode;
189
+ value?: string;
190
+ }> & react828.RefAttributes<unknown>>;
191
+ Input: react828.ForwardRefExoticComponent<Omit<Partial<react828.ClassAttributes<HTMLInputElement> & react828.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react828.RefAttributes<unknown>>;
192
+ Textarea: react828.ForwardRefExoticComponent<Omit<Partial<react828.ClassAttributes<HTMLTextAreaElement> & react828.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react828.RefAttributes<unknown>>;
193
+ NumberInput: react828.ForwardRefExoticComponent<Omit<Partial<react828.ClassAttributes<HTMLInputElement> & react828.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react828.RefAttributes<unknown>>;
194
+ Checkbox: react828.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox20.CheckboxProps & react828.RefAttributes<HTMLButtonElement>>, "ref"> & react828.RefAttributes<unknown>>;
195
+ Radio: react828.FC;
196
+ Select: react828.FC;
197
+ Switch: react828.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch20.SwitchProps & react828.RefAttributes<HTMLButtonElement>>, "ref"> & react828.RefAttributes<unknown>>;
198
+ DatePicker: react828.ForwardRefExoticComponent<Partial<{
199
+ value?: Date;
200
+ onChange?: (date: Date | undefined) => void;
201
+ placeholder?: string;
202
+ } & Omit<_pixpilot_shadcn_ui246.DatePickerProps, "onSelect" | "selected" | "mode">> & react828.RefAttributes<unknown>>;
203
+ Row: typeof Row;
204
+ Column: typeof Column;
205
+ FormGrid: typeof FormGrid;
206
+ Separator: react828.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator20.SeparatorProps & react828.RefAttributes<HTMLDivElement>>, "ref"> & react828.RefAttributes<unknown>>;
207
+ ArrayCards: ComposedArrayProps;
208
+ ArrayDialog: react828.FC<ArrayComponentProps>;
209
+ ArrayCollapse: react828.FC<ArrayComponentProps & {
210
+ defaultActiveKey?: Array<string | number>;
211
+ mode?: "accordion" | "multiple";
212
+ }>;
213
+ ArrayPopover: react828.FC<ArrayComponentProps>;
214
+ ObjectContainer: react828.FC<ObjectContainerProps>;
215
+ }, Component_4, Decorator_4>): JSX.Element;
216
+ displayName: string;
217
+ };
218
+ Boolean: {
219
+ <Decorator_5 extends "Radio" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_5 extends "Radio" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react23.ISchemaTypeFieldProps<{
220
+ Combobox: react828.FC;
221
+ TagsInput: typeof TagsInput;
222
+ TagsInputInLine: react828.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui246.TagsInputProps> & react828.RefAttributes<unknown>>;
223
+ Slider: react828.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui246.SliderProps>, "ref"> & react828.RefAttributes<unknown>>;
224
+ FormItem: react828.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
225
+ children?: react828.ReactNode | undefined;
226
+ }>, "ref"> & react828.RefAttributes<unknown>>;
227
+ Hidden: react828.ForwardRefExoticComponent<Partial<{
228
+ children?: React.ReactNode;
229
+ value?: string;
230
+ }> & react828.RefAttributes<unknown>>;
231
+ Input: react828.ForwardRefExoticComponent<Omit<Partial<react828.ClassAttributes<HTMLInputElement> & react828.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react828.RefAttributes<unknown>>;
232
+ Textarea: react828.ForwardRefExoticComponent<Omit<Partial<react828.ClassAttributes<HTMLTextAreaElement> & react828.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react828.RefAttributes<unknown>>;
233
+ NumberInput: react828.ForwardRefExoticComponent<Omit<Partial<react828.ClassAttributes<HTMLInputElement> & react828.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react828.RefAttributes<unknown>>;
234
+ Checkbox: react828.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox20.CheckboxProps & react828.RefAttributes<HTMLButtonElement>>, "ref"> & react828.RefAttributes<unknown>>;
235
+ Radio: react828.FC;
236
+ Select: react828.FC;
237
+ Switch: react828.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch20.SwitchProps & react828.RefAttributes<HTMLButtonElement>>, "ref"> & react828.RefAttributes<unknown>>;
238
+ DatePicker: react828.ForwardRefExoticComponent<Partial<{
239
+ value?: Date;
240
+ onChange?: (date: Date | undefined) => void;
241
+ placeholder?: string;
242
+ } & Omit<_pixpilot_shadcn_ui246.DatePickerProps, "onSelect" | "selected" | "mode">> & react828.RefAttributes<unknown>>;
243
+ Row: typeof Row;
244
+ Column: typeof Column;
245
+ FormGrid: typeof FormGrid;
246
+ Separator: react828.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator20.SeparatorProps & react828.RefAttributes<HTMLDivElement>>, "ref"> & react828.RefAttributes<unknown>>;
247
+ ArrayCards: ComposedArrayProps;
248
+ ArrayDialog: react828.FC<ArrayComponentProps>;
249
+ ArrayCollapse: react828.FC<ArrayComponentProps & {
250
+ defaultActiveKey?: Array<string | number>;
251
+ mode?: "accordion" | "multiple";
252
+ }>;
253
+ ArrayPopover: react828.FC<ArrayComponentProps>;
254
+ ObjectContainer: react828.FC<ObjectContainerProps>;
255
+ }, Component_5, Decorator_5>): JSX.Element;
256
+ displayName: string;
257
+ };
258
+ Date: {
259
+ <Decorator_6 extends "Radio" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_6 extends "Radio" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react23.ISchemaTypeFieldProps<{
260
+ Combobox: react828.FC;
261
+ TagsInput: typeof TagsInput;
262
+ TagsInputInLine: react828.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui246.TagsInputProps> & react828.RefAttributes<unknown>>;
263
+ Slider: react828.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui246.SliderProps>, "ref"> & react828.RefAttributes<unknown>>;
264
+ FormItem: react828.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
265
+ children?: react828.ReactNode | undefined;
266
+ }>, "ref"> & react828.RefAttributes<unknown>>;
267
+ Hidden: react828.ForwardRefExoticComponent<Partial<{
268
+ children?: React.ReactNode;
269
+ value?: string;
270
+ }> & react828.RefAttributes<unknown>>;
271
+ Input: react828.ForwardRefExoticComponent<Omit<Partial<react828.ClassAttributes<HTMLInputElement> & react828.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react828.RefAttributes<unknown>>;
272
+ Textarea: react828.ForwardRefExoticComponent<Omit<Partial<react828.ClassAttributes<HTMLTextAreaElement> & react828.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react828.RefAttributes<unknown>>;
273
+ NumberInput: react828.ForwardRefExoticComponent<Omit<Partial<react828.ClassAttributes<HTMLInputElement> & react828.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react828.RefAttributes<unknown>>;
274
+ Checkbox: react828.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox20.CheckboxProps & react828.RefAttributes<HTMLButtonElement>>, "ref"> & react828.RefAttributes<unknown>>;
275
+ Radio: react828.FC;
276
+ Select: react828.FC;
277
+ Switch: react828.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch20.SwitchProps & react828.RefAttributes<HTMLButtonElement>>, "ref"> & react828.RefAttributes<unknown>>;
278
+ DatePicker: react828.ForwardRefExoticComponent<Partial<{
279
+ value?: Date;
280
+ onChange?: (date: Date | undefined) => void;
281
+ placeholder?: string;
282
+ } & Omit<_pixpilot_shadcn_ui246.DatePickerProps, "onSelect" | "selected" | "mode">> & react828.RefAttributes<unknown>>;
283
+ Row: typeof Row;
284
+ Column: typeof Column;
285
+ FormGrid: typeof FormGrid;
286
+ Separator: react828.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator20.SeparatorProps & react828.RefAttributes<HTMLDivElement>>, "ref"> & react828.RefAttributes<unknown>>;
287
+ ArrayCards: ComposedArrayProps;
288
+ ArrayDialog: react828.FC<ArrayComponentProps>;
289
+ ArrayCollapse: react828.FC<ArrayComponentProps & {
290
+ defaultActiveKey?: Array<string | number>;
291
+ mode?: "accordion" | "multiple";
292
+ }>;
293
+ ArrayPopover: react828.FC<ArrayComponentProps>;
294
+ ObjectContainer: react828.FC<ObjectContainerProps>;
295
+ }, Component_6, Decorator_6>): JSX.Element;
296
+ displayName: string;
297
+ };
298
+ DateTime: {
299
+ <Decorator_7 extends "Radio" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_7 extends "Radio" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react23.ISchemaTypeFieldProps<{
300
+ Combobox: react828.FC;
301
+ TagsInput: typeof TagsInput;
302
+ TagsInputInLine: react828.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui246.TagsInputProps> & react828.RefAttributes<unknown>>;
303
+ Slider: react828.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui246.SliderProps>, "ref"> & react828.RefAttributes<unknown>>;
304
+ FormItem: react828.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
305
+ children?: react828.ReactNode | undefined;
306
+ }>, "ref"> & react828.RefAttributes<unknown>>;
307
+ Hidden: react828.ForwardRefExoticComponent<Partial<{
308
+ children?: React.ReactNode;
309
+ value?: string;
310
+ }> & react828.RefAttributes<unknown>>;
311
+ Input: react828.ForwardRefExoticComponent<Omit<Partial<react828.ClassAttributes<HTMLInputElement> & react828.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react828.RefAttributes<unknown>>;
312
+ Textarea: react828.ForwardRefExoticComponent<Omit<Partial<react828.ClassAttributes<HTMLTextAreaElement> & react828.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react828.RefAttributes<unknown>>;
313
+ NumberInput: react828.ForwardRefExoticComponent<Omit<Partial<react828.ClassAttributes<HTMLInputElement> & react828.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react828.RefAttributes<unknown>>;
314
+ Checkbox: react828.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox20.CheckboxProps & react828.RefAttributes<HTMLButtonElement>>, "ref"> & react828.RefAttributes<unknown>>;
315
+ Radio: react828.FC;
316
+ Select: react828.FC;
317
+ Switch: react828.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch20.SwitchProps & react828.RefAttributes<HTMLButtonElement>>, "ref"> & react828.RefAttributes<unknown>>;
318
+ DatePicker: react828.ForwardRefExoticComponent<Partial<{
319
+ value?: Date;
320
+ onChange?: (date: Date | undefined) => void;
321
+ placeholder?: string;
322
+ } & Omit<_pixpilot_shadcn_ui246.DatePickerProps, "onSelect" | "selected" | "mode">> & react828.RefAttributes<unknown>>;
323
+ Row: typeof Row;
324
+ Column: typeof Column;
325
+ FormGrid: typeof FormGrid;
326
+ Separator: react828.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator20.SeparatorProps & react828.RefAttributes<HTMLDivElement>>, "ref"> & react828.RefAttributes<unknown>>;
327
+ ArrayCards: ComposedArrayProps;
328
+ ArrayDialog: react828.FC<ArrayComponentProps>;
329
+ ArrayCollapse: react828.FC<ArrayComponentProps & {
330
+ defaultActiveKey?: Array<string | number>;
331
+ mode?: "accordion" | "multiple";
332
+ }>;
333
+ ArrayPopover: react828.FC<ArrayComponentProps>;
334
+ ObjectContainer: react828.FC<ObjectContainerProps>;
335
+ }, Component_7, Decorator_7>): JSX.Element;
336
+ displayName: string;
337
+ };
338
+ Void: {
339
+ <Decorator_8 extends "Radio" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_8 extends "Radio" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react23.ISchemaTypeFieldProps<{
340
+ Combobox: react828.FC;
341
+ TagsInput: typeof TagsInput;
342
+ TagsInputInLine: react828.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui246.TagsInputProps> & react828.RefAttributes<unknown>>;
343
+ Slider: react828.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui246.SliderProps>, "ref"> & react828.RefAttributes<unknown>>;
344
+ FormItem: react828.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
345
+ children?: react828.ReactNode | undefined;
346
+ }>, "ref"> & react828.RefAttributes<unknown>>;
347
+ Hidden: react828.ForwardRefExoticComponent<Partial<{
348
+ children?: React.ReactNode;
349
+ value?: string;
350
+ }> & react828.RefAttributes<unknown>>;
351
+ Input: react828.ForwardRefExoticComponent<Omit<Partial<react828.ClassAttributes<HTMLInputElement> & react828.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react828.RefAttributes<unknown>>;
352
+ Textarea: react828.ForwardRefExoticComponent<Omit<Partial<react828.ClassAttributes<HTMLTextAreaElement> & react828.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react828.RefAttributes<unknown>>;
353
+ NumberInput: react828.ForwardRefExoticComponent<Omit<Partial<react828.ClassAttributes<HTMLInputElement> & react828.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react828.RefAttributes<unknown>>;
354
+ Checkbox: react828.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox20.CheckboxProps & react828.RefAttributes<HTMLButtonElement>>, "ref"> & react828.RefAttributes<unknown>>;
355
+ Radio: react828.FC;
356
+ Select: react828.FC;
357
+ Switch: react828.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch20.SwitchProps & react828.RefAttributes<HTMLButtonElement>>, "ref"> & react828.RefAttributes<unknown>>;
358
+ DatePicker: react828.ForwardRefExoticComponent<Partial<{
359
+ value?: Date;
360
+ onChange?: (date: Date | undefined) => void;
361
+ placeholder?: string;
362
+ } & Omit<_pixpilot_shadcn_ui246.DatePickerProps, "onSelect" | "selected" | "mode">> & react828.RefAttributes<unknown>>;
363
+ Row: typeof Row;
364
+ Column: typeof Column;
365
+ FormGrid: typeof FormGrid;
366
+ Separator: react828.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator20.SeparatorProps & react828.RefAttributes<HTMLDivElement>>, "ref"> & react828.RefAttributes<unknown>>;
367
+ ArrayCards: ComposedArrayProps;
368
+ ArrayDialog: react828.FC<ArrayComponentProps>;
369
+ ArrayCollapse: react828.FC<ArrayComponentProps & {
370
+ defaultActiveKey?: Array<string | number>;
371
+ mode?: "accordion" | "multiple";
372
+ }>;
373
+ ArrayPopover: react828.FC<ArrayComponentProps>;
374
+ ObjectContainer: react828.FC<ObjectContainerProps>;
375
+ }, Component_8, Decorator_8>): JSX.Element;
376
+ displayName: string;
377
+ };
378
+ Number: {
379
+ <Decorator_9 extends "Radio" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_9 extends "Radio" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react23.ISchemaTypeFieldProps<{
380
+ Combobox: react828.FC;
381
+ TagsInput: typeof TagsInput;
382
+ TagsInputInLine: react828.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui246.TagsInputProps> & react828.RefAttributes<unknown>>;
383
+ Slider: react828.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui246.SliderProps>, "ref"> & react828.RefAttributes<unknown>>;
384
+ FormItem: react828.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
385
+ children?: react828.ReactNode | undefined;
386
+ }>, "ref"> & react828.RefAttributes<unknown>>;
387
+ Hidden: react828.ForwardRefExoticComponent<Partial<{
388
+ children?: React.ReactNode;
389
+ value?: string;
390
+ }> & react828.RefAttributes<unknown>>;
391
+ Input: react828.ForwardRefExoticComponent<Omit<Partial<react828.ClassAttributes<HTMLInputElement> & react828.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react828.RefAttributes<unknown>>;
392
+ Textarea: react828.ForwardRefExoticComponent<Omit<Partial<react828.ClassAttributes<HTMLTextAreaElement> & react828.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react828.RefAttributes<unknown>>;
393
+ NumberInput: react828.ForwardRefExoticComponent<Omit<Partial<react828.ClassAttributes<HTMLInputElement> & react828.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react828.RefAttributes<unknown>>;
394
+ Checkbox: react828.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox20.CheckboxProps & react828.RefAttributes<HTMLButtonElement>>, "ref"> & react828.RefAttributes<unknown>>;
395
+ Radio: react828.FC;
396
+ Select: react828.FC;
397
+ Switch: react828.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch20.SwitchProps & react828.RefAttributes<HTMLButtonElement>>, "ref"> & react828.RefAttributes<unknown>>;
398
+ DatePicker: react828.ForwardRefExoticComponent<Partial<{
399
+ value?: Date;
400
+ onChange?: (date: Date | undefined) => void;
401
+ placeholder?: string;
402
+ } & Omit<_pixpilot_shadcn_ui246.DatePickerProps, "onSelect" | "selected" | "mode">> & react828.RefAttributes<unknown>>;
403
+ Row: typeof Row;
404
+ Column: typeof Column;
405
+ FormGrid: typeof FormGrid;
406
+ Separator: react828.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator20.SeparatorProps & react828.RefAttributes<HTMLDivElement>>, "ref"> & react828.RefAttributes<unknown>>;
407
+ ArrayCards: ComposedArrayProps;
408
+ ArrayDialog: react828.FC<ArrayComponentProps>;
409
+ ArrayCollapse: react828.FC<ArrayComponentProps & {
410
+ defaultActiveKey?: Array<string | number>;
411
+ mode?: "accordion" | "multiple";
412
+ }>;
413
+ ArrayPopover: react828.FC<ArrayComponentProps>;
414
+ ObjectContainer: react828.FC<ObjectContainerProps>;
415
+ }, Component_9, Decorator_9>): JSX.Element;
416
+ displayName: string;
417
+ };
418
+ };
419
+ //#endregion
420
+ export { SchemaField, schemaFieldComponents };