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