@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,379 @@
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_react23 from "@formily/react";
9
+ import * as react878 from "react";
10
+ import * as _pixpilot_shadcn_ui266 from "@pixpilot/shadcn-ui";
11
+ import * as _formily_core1 from "@formily/core";
12
+ import * as _radix_ui_react_checkbox20 from "@radix-ui/react-checkbox";
13
+ import * as _radix_ui_react_switch20 from "@radix-ui/react-switch";
14
+ import * as _radix_ui_react_separator20 from "@radix-ui/react-separator";
15
+
16
+ //#region src/components/schema-field/schema-field-basics.d.ts
17
+ declare const SchemaFieldBasicComponents: {
18
+ FormItem: react878.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
19
+ children?: react878.ReactNode | undefined;
20
+ }>, "ref"> & react878.RefAttributes<unknown>>;
21
+ Hidden: react878.ForwardRefExoticComponent<Partial<{
22
+ children?: React.ReactNode;
23
+ value?: string;
24
+ }> & react878.RefAttributes<unknown>>;
25
+ Input: react878.ForwardRefExoticComponent<Omit<Partial<react878.ClassAttributes<HTMLInputElement> & react878.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react878.RefAttributes<unknown>>;
26
+ Textarea: react878.ForwardRefExoticComponent<Omit<Partial<react878.ClassAttributes<HTMLTextAreaElement> & react878.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react878.RefAttributes<unknown>>;
27
+ NumberInput: react878.ForwardRefExoticComponent<Omit<Partial<react878.ClassAttributes<HTMLInputElement> & react878.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react878.RefAttributes<unknown>>;
28
+ Checkbox: react878.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox20.CheckboxProps & react878.RefAttributes<HTMLButtonElement>>, "ref"> & react878.RefAttributes<unknown>>;
29
+ Radio: react878.FC;
30
+ Select: react878.FC;
31
+ Switch: react878.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch20.SwitchProps & react878.RefAttributes<HTMLButtonElement>>, "ref"> & react878.RefAttributes<unknown>>;
32
+ DatePicker: react878.ForwardRefExoticComponent<Partial<{
33
+ value?: Date;
34
+ onChange?: (date: Date | undefined) => void;
35
+ placeholder?: string;
36
+ } & Omit<_pixpilot_shadcn_ui266.DatePickerProps, "onSelect" | "selected" | "mode">> & react878.RefAttributes<unknown>>;
37
+ Row: typeof Row;
38
+ Column: typeof Column;
39
+ FormGrid: typeof FormGrid;
40
+ Separator: react878.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator20.SeparatorProps & react878.RefAttributes<HTMLDivElement>>, "ref"> & react878.RefAttributes<unknown>>;
41
+ ArrayCards: ComposedArrayProps;
42
+ ArrayDialog: react878.FC<ArrayComponentProps>;
43
+ ArrayCollapse: react878.FC<ArrayComponentProps & {
44
+ defaultActiveKey?: Array<string | number>;
45
+ mode?: "accordion" | "multiple";
46
+ }>;
47
+ ArrayPopover: react878.FC<ArrayComponentProps>;
48
+ ObjectContainer: react878.FC<ObjectContainerProps>;
49
+ };
50
+ declare const SchemaFieldBasics: {
51
+ <Decorator extends _formily_react23.JSXComponent, Component extends _formily_react23.JSXComponent>(props: _formily_react23.ISchemaFieldProps<Decorator, Component, _formily_core1.ObjectField<Decorator, Component>>): JSX.Element;
52
+ displayName: string;
53
+ Markup: {
54
+ <Decorator_1 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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<{
55
+ FormItem: react878.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
56
+ children?: react878.ReactNode | undefined;
57
+ }>, "ref"> & react878.RefAttributes<unknown>>;
58
+ Hidden: react878.ForwardRefExoticComponent<Partial<{
59
+ children?: React.ReactNode;
60
+ value?: string;
61
+ }> & react878.RefAttributes<unknown>>;
62
+ Input: react878.ForwardRefExoticComponent<Omit<Partial<react878.ClassAttributes<HTMLInputElement> & react878.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react878.RefAttributes<unknown>>;
63
+ Textarea: react878.ForwardRefExoticComponent<Omit<Partial<react878.ClassAttributes<HTMLTextAreaElement> & react878.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react878.RefAttributes<unknown>>;
64
+ NumberInput: react878.ForwardRefExoticComponent<Omit<Partial<react878.ClassAttributes<HTMLInputElement> & react878.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react878.RefAttributes<unknown>>;
65
+ Checkbox: react878.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox20.CheckboxProps & react878.RefAttributes<HTMLButtonElement>>, "ref"> & react878.RefAttributes<unknown>>;
66
+ Radio: react878.FC;
67
+ Select: react878.FC;
68
+ Switch: react878.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch20.SwitchProps & react878.RefAttributes<HTMLButtonElement>>, "ref"> & react878.RefAttributes<unknown>>;
69
+ DatePicker: react878.ForwardRefExoticComponent<Partial<{
70
+ value?: Date;
71
+ onChange?: (date: Date | undefined) => void;
72
+ placeholder?: string;
73
+ } & Omit<_pixpilot_shadcn_ui266.DatePickerProps, "onSelect" | "selected" | "mode">> & react878.RefAttributes<unknown>>;
74
+ Row: typeof Row;
75
+ Column: typeof Column;
76
+ FormGrid: typeof FormGrid;
77
+ Separator: react878.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator20.SeparatorProps & react878.RefAttributes<HTMLDivElement>>, "ref"> & react878.RefAttributes<unknown>>;
78
+ ArrayCards: ComposedArrayProps;
79
+ ArrayDialog: react878.FC<ArrayComponentProps>;
80
+ ArrayCollapse: react878.FC<ArrayComponentProps & {
81
+ defaultActiveKey?: Array<string | number>;
82
+ mode?: "accordion" | "multiple";
83
+ }>;
84
+ ArrayPopover: react878.FC<ArrayComponentProps>;
85
+ ObjectContainer: react878.FC<ObjectContainerProps>;
86
+ }, Component_1, Decorator_1>): JSX.Element;
87
+ displayName: string;
88
+ };
89
+ String: {
90
+ <Decorator_2 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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<{
91
+ FormItem: react878.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
92
+ children?: react878.ReactNode | undefined;
93
+ }>, "ref"> & react878.RefAttributes<unknown>>;
94
+ Hidden: react878.ForwardRefExoticComponent<Partial<{
95
+ children?: React.ReactNode;
96
+ value?: string;
97
+ }> & react878.RefAttributes<unknown>>;
98
+ Input: react878.ForwardRefExoticComponent<Omit<Partial<react878.ClassAttributes<HTMLInputElement> & react878.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react878.RefAttributes<unknown>>;
99
+ Textarea: react878.ForwardRefExoticComponent<Omit<Partial<react878.ClassAttributes<HTMLTextAreaElement> & react878.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react878.RefAttributes<unknown>>;
100
+ NumberInput: react878.ForwardRefExoticComponent<Omit<Partial<react878.ClassAttributes<HTMLInputElement> & react878.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react878.RefAttributes<unknown>>;
101
+ Checkbox: react878.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox20.CheckboxProps & react878.RefAttributes<HTMLButtonElement>>, "ref"> & react878.RefAttributes<unknown>>;
102
+ Radio: react878.FC;
103
+ Select: react878.FC;
104
+ Switch: react878.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch20.SwitchProps & react878.RefAttributes<HTMLButtonElement>>, "ref"> & react878.RefAttributes<unknown>>;
105
+ DatePicker: react878.ForwardRefExoticComponent<Partial<{
106
+ value?: Date;
107
+ onChange?: (date: Date | undefined) => void;
108
+ placeholder?: string;
109
+ } & Omit<_pixpilot_shadcn_ui266.DatePickerProps, "onSelect" | "selected" | "mode">> & react878.RefAttributes<unknown>>;
110
+ Row: typeof Row;
111
+ Column: typeof Column;
112
+ FormGrid: typeof FormGrid;
113
+ Separator: react878.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator20.SeparatorProps & react878.RefAttributes<HTMLDivElement>>, "ref"> & react878.RefAttributes<unknown>>;
114
+ ArrayCards: ComposedArrayProps;
115
+ ArrayDialog: react878.FC<ArrayComponentProps>;
116
+ ArrayCollapse: react878.FC<ArrayComponentProps & {
117
+ defaultActiveKey?: Array<string | number>;
118
+ mode?: "accordion" | "multiple";
119
+ }>;
120
+ ArrayPopover: react878.FC<ArrayComponentProps>;
121
+ ObjectContainer: react878.FC<ObjectContainerProps>;
122
+ }, Component_2, Decorator_2>): JSX.Element;
123
+ displayName: string;
124
+ };
125
+ Object: {
126
+ <Decorator_3 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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<{
127
+ FormItem: react878.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
128
+ children?: react878.ReactNode | undefined;
129
+ }>, "ref"> & react878.RefAttributes<unknown>>;
130
+ Hidden: react878.ForwardRefExoticComponent<Partial<{
131
+ children?: React.ReactNode;
132
+ value?: string;
133
+ }> & react878.RefAttributes<unknown>>;
134
+ Input: react878.ForwardRefExoticComponent<Omit<Partial<react878.ClassAttributes<HTMLInputElement> & react878.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react878.RefAttributes<unknown>>;
135
+ Textarea: react878.ForwardRefExoticComponent<Omit<Partial<react878.ClassAttributes<HTMLTextAreaElement> & react878.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react878.RefAttributes<unknown>>;
136
+ NumberInput: react878.ForwardRefExoticComponent<Omit<Partial<react878.ClassAttributes<HTMLInputElement> & react878.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react878.RefAttributes<unknown>>;
137
+ Checkbox: react878.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox20.CheckboxProps & react878.RefAttributes<HTMLButtonElement>>, "ref"> & react878.RefAttributes<unknown>>;
138
+ Radio: react878.FC;
139
+ Select: react878.FC;
140
+ Switch: react878.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch20.SwitchProps & react878.RefAttributes<HTMLButtonElement>>, "ref"> & react878.RefAttributes<unknown>>;
141
+ DatePicker: react878.ForwardRefExoticComponent<Partial<{
142
+ value?: Date;
143
+ onChange?: (date: Date | undefined) => void;
144
+ placeholder?: string;
145
+ } & Omit<_pixpilot_shadcn_ui266.DatePickerProps, "onSelect" | "selected" | "mode">> & react878.RefAttributes<unknown>>;
146
+ Row: typeof Row;
147
+ Column: typeof Column;
148
+ FormGrid: typeof FormGrid;
149
+ Separator: react878.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator20.SeparatorProps & react878.RefAttributes<HTMLDivElement>>, "ref"> & react878.RefAttributes<unknown>>;
150
+ ArrayCards: ComposedArrayProps;
151
+ ArrayDialog: react878.FC<ArrayComponentProps>;
152
+ ArrayCollapse: react878.FC<ArrayComponentProps & {
153
+ defaultActiveKey?: Array<string | number>;
154
+ mode?: "accordion" | "multiple";
155
+ }>;
156
+ ArrayPopover: react878.FC<ArrayComponentProps>;
157
+ ObjectContainer: react878.FC<ObjectContainerProps>;
158
+ }, Component_3, Decorator_3>): JSX.Element;
159
+ displayName: string;
160
+ };
161
+ Array: {
162
+ <Decorator_4 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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<{
163
+ FormItem: react878.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
164
+ children?: react878.ReactNode | undefined;
165
+ }>, "ref"> & react878.RefAttributes<unknown>>;
166
+ Hidden: react878.ForwardRefExoticComponent<Partial<{
167
+ children?: React.ReactNode;
168
+ value?: string;
169
+ }> & react878.RefAttributes<unknown>>;
170
+ Input: react878.ForwardRefExoticComponent<Omit<Partial<react878.ClassAttributes<HTMLInputElement> & react878.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react878.RefAttributes<unknown>>;
171
+ Textarea: react878.ForwardRefExoticComponent<Omit<Partial<react878.ClassAttributes<HTMLTextAreaElement> & react878.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react878.RefAttributes<unknown>>;
172
+ NumberInput: react878.ForwardRefExoticComponent<Omit<Partial<react878.ClassAttributes<HTMLInputElement> & react878.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react878.RefAttributes<unknown>>;
173
+ Checkbox: react878.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox20.CheckboxProps & react878.RefAttributes<HTMLButtonElement>>, "ref"> & react878.RefAttributes<unknown>>;
174
+ Radio: react878.FC;
175
+ Select: react878.FC;
176
+ Switch: react878.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch20.SwitchProps & react878.RefAttributes<HTMLButtonElement>>, "ref"> & react878.RefAttributes<unknown>>;
177
+ DatePicker: react878.ForwardRefExoticComponent<Partial<{
178
+ value?: Date;
179
+ onChange?: (date: Date | undefined) => void;
180
+ placeholder?: string;
181
+ } & Omit<_pixpilot_shadcn_ui266.DatePickerProps, "onSelect" | "selected" | "mode">> & react878.RefAttributes<unknown>>;
182
+ Row: typeof Row;
183
+ Column: typeof Column;
184
+ FormGrid: typeof FormGrid;
185
+ Separator: react878.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator20.SeparatorProps & react878.RefAttributes<HTMLDivElement>>, "ref"> & react878.RefAttributes<unknown>>;
186
+ ArrayCards: ComposedArrayProps;
187
+ ArrayDialog: react878.FC<ArrayComponentProps>;
188
+ ArrayCollapse: react878.FC<ArrayComponentProps & {
189
+ defaultActiveKey?: Array<string | number>;
190
+ mode?: "accordion" | "multiple";
191
+ }>;
192
+ ArrayPopover: react878.FC<ArrayComponentProps>;
193
+ ObjectContainer: react878.FC<ObjectContainerProps>;
194
+ }, Component_4, Decorator_4>): JSX.Element;
195
+ displayName: string;
196
+ };
197
+ Boolean: {
198
+ <Decorator_5 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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<{
199
+ FormItem: react878.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
200
+ children?: react878.ReactNode | undefined;
201
+ }>, "ref"> & react878.RefAttributes<unknown>>;
202
+ Hidden: react878.ForwardRefExoticComponent<Partial<{
203
+ children?: React.ReactNode;
204
+ value?: string;
205
+ }> & react878.RefAttributes<unknown>>;
206
+ Input: react878.ForwardRefExoticComponent<Omit<Partial<react878.ClassAttributes<HTMLInputElement> & react878.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react878.RefAttributes<unknown>>;
207
+ Textarea: react878.ForwardRefExoticComponent<Omit<Partial<react878.ClassAttributes<HTMLTextAreaElement> & react878.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react878.RefAttributes<unknown>>;
208
+ NumberInput: react878.ForwardRefExoticComponent<Omit<Partial<react878.ClassAttributes<HTMLInputElement> & react878.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react878.RefAttributes<unknown>>;
209
+ Checkbox: react878.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox20.CheckboxProps & react878.RefAttributes<HTMLButtonElement>>, "ref"> & react878.RefAttributes<unknown>>;
210
+ Radio: react878.FC;
211
+ Select: react878.FC;
212
+ Switch: react878.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch20.SwitchProps & react878.RefAttributes<HTMLButtonElement>>, "ref"> & react878.RefAttributes<unknown>>;
213
+ DatePicker: react878.ForwardRefExoticComponent<Partial<{
214
+ value?: Date;
215
+ onChange?: (date: Date | undefined) => void;
216
+ placeholder?: string;
217
+ } & Omit<_pixpilot_shadcn_ui266.DatePickerProps, "onSelect" | "selected" | "mode">> & react878.RefAttributes<unknown>>;
218
+ Row: typeof Row;
219
+ Column: typeof Column;
220
+ FormGrid: typeof FormGrid;
221
+ Separator: react878.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator20.SeparatorProps & react878.RefAttributes<HTMLDivElement>>, "ref"> & react878.RefAttributes<unknown>>;
222
+ ArrayCards: ComposedArrayProps;
223
+ ArrayDialog: react878.FC<ArrayComponentProps>;
224
+ ArrayCollapse: react878.FC<ArrayComponentProps & {
225
+ defaultActiveKey?: Array<string | number>;
226
+ mode?: "accordion" | "multiple";
227
+ }>;
228
+ ArrayPopover: react878.FC<ArrayComponentProps>;
229
+ ObjectContainer: react878.FC<ObjectContainerProps>;
230
+ }, Component_5, Decorator_5>): JSX.Element;
231
+ displayName: string;
232
+ };
233
+ Date: {
234
+ <Decorator_6 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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<{
235
+ FormItem: react878.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
236
+ children?: react878.ReactNode | undefined;
237
+ }>, "ref"> & react878.RefAttributes<unknown>>;
238
+ Hidden: react878.ForwardRefExoticComponent<Partial<{
239
+ children?: React.ReactNode;
240
+ value?: string;
241
+ }> & react878.RefAttributes<unknown>>;
242
+ Input: react878.ForwardRefExoticComponent<Omit<Partial<react878.ClassAttributes<HTMLInputElement> & react878.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react878.RefAttributes<unknown>>;
243
+ Textarea: react878.ForwardRefExoticComponent<Omit<Partial<react878.ClassAttributes<HTMLTextAreaElement> & react878.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react878.RefAttributes<unknown>>;
244
+ NumberInput: react878.ForwardRefExoticComponent<Omit<Partial<react878.ClassAttributes<HTMLInputElement> & react878.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react878.RefAttributes<unknown>>;
245
+ Checkbox: react878.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox20.CheckboxProps & react878.RefAttributes<HTMLButtonElement>>, "ref"> & react878.RefAttributes<unknown>>;
246
+ Radio: react878.FC;
247
+ Select: react878.FC;
248
+ Switch: react878.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch20.SwitchProps & react878.RefAttributes<HTMLButtonElement>>, "ref"> & react878.RefAttributes<unknown>>;
249
+ DatePicker: react878.ForwardRefExoticComponent<Partial<{
250
+ value?: Date;
251
+ onChange?: (date: Date | undefined) => void;
252
+ placeholder?: string;
253
+ } & Omit<_pixpilot_shadcn_ui266.DatePickerProps, "onSelect" | "selected" | "mode">> & react878.RefAttributes<unknown>>;
254
+ Row: typeof Row;
255
+ Column: typeof Column;
256
+ FormGrid: typeof FormGrid;
257
+ Separator: react878.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator20.SeparatorProps & react878.RefAttributes<HTMLDivElement>>, "ref"> & react878.RefAttributes<unknown>>;
258
+ ArrayCards: ComposedArrayProps;
259
+ ArrayDialog: react878.FC<ArrayComponentProps>;
260
+ ArrayCollapse: react878.FC<ArrayComponentProps & {
261
+ defaultActiveKey?: Array<string | number>;
262
+ mode?: "accordion" | "multiple";
263
+ }>;
264
+ ArrayPopover: react878.FC<ArrayComponentProps>;
265
+ ObjectContainer: react878.FC<ObjectContainerProps>;
266
+ }, Component_6, Decorator_6>): JSX.Element;
267
+ displayName: string;
268
+ };
269
+ DateTime: {
270
+ <Decorator_7 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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<{
271
+ FormItem: react878.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
272
+ children?: react878.ReactNode | undefined;
273
+ }>, "ref"> & react878.RefAttributes<unknown>>;
274
+ Hidden: react878.ForwardRefExoticComponent<Partial<{
275
+ children?: React.ReactNode;
276
+ value?: string;
277
+ }> & react878.RefAttributes<unknown>>;
278
+ Input: react878.ForwardRefExoticComponent<Omit<Partial<react878.ClassAttributes<HTMLInputElement> & react878.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react878.RefAttributes<unknown>>;
279
+ Textarea: react878.ForwardRefExoticComponent<Omit<Partial<react878.ClassAttributes<HTMLTextAreaElement> & react878.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react878.RefAttributes<unknown>>;
280
+ NumberInput: react878.ForwardRefExoticComponent<Omit<Partial<react878.ClassAttributes<HTMLInputElement> & react878.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react878.RefAttributes<unknown>>;
281
+ Checkbox: react878.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox20.CheckboxProps & react878.RefAttributes<HTMLButtonElement>>, "ref"> & react878.RefAttributes<unknown>>;
282
+ Radio: react878.FC;
283
+ Select: react878.FC;
284
+ Switch: react878.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch20.SwitchProps & react878.RefAttributes<HTMLButtonElement>>, "ref"> & react878.RefAttributes<unknown>>;
285
+ DatePicker: react878.ForwardRefExoticComponent<Partial<{
286
+ value?: Date;
287
+ onChange?: (date: Date | undefined) => void;
288
+ placeholder?: string;
289
+ } & Omit<_pixpilot_shadcn_ui266.DatePickerProps, "onSelect" | "selected" | "mode">> & react878.RefAttributes<unknown>>;
290
+ Row: typeof Row;
291
+ Column: typeof Column;
292
+ FormGrid: typeof FormGrid;
293
+ Separator: react878.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator20.SeparatorProps & react878.RefAttributes<HTMLDivElement>>, "ref"> & react878.RefAttributes<unknown>>;
294
+ ArrayCards: ComposedArrayProps;
295
+ ArrayDialog: react878.FC<ArrayComponentProps>;
296
+ ArrayCollapse: react878.FC<ArrayComponentProps & {
297
+ defaultActiveKey?: Array<string | number>;
298
+ mode?: "accordion" | "multiple";
299
+ }>;
300
+ ArrayPopover: react878.FC<ArrayComponentProps>;
301
+ ObjectContainer: react878.FC<ObjectContainerProps>;
302
+ }, Component_7, Decorator_7>): JSX.Element;
303
+ displayName: string;
304
+ };
305
+ Void: {
306
+ <Decorator_8 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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<{
307
+ FormItem: react878.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
308
+ children?: react878.ReactNode | undefined;
309
+ }>, "ref"> & react878.RefAttributes<unknown>>;
310
+ Hidden: react878.ForwardRefExoticComponent<Partial<{
311
+ children?: React.ReactNode;
312
+ value?: string;
313
+ }> & react878.RefAttributes<unknown>>;
314
+ Input: react878.ForwardRefExoticComponent<Omit<Partial<react878.ClassAttributes<HTMLInputElement> & react878.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react878.RefAttributes<unknown>>;
315
+ Textarea: react878.ForwardRefExoticComponent<Omit<Partial<react878.ClassAttributes<HTMLTextAreaElement> & react878.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react878.RefAttributes<unknown>>;
316
+ NumberInput: react878.ForwardRefExoticComponent<Omit<Partial<react878.ClassAttributes<HTMLInputElement> & react878.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react878.RefAttributes<unknown>>;
317
+ Checkbox: react878.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox20.CheckboxProps & react878.RefAttributes<HTMLButtonElement>>, "ref"> & react878.RefAttributes<unknown>>;
318
+ Radio: react878.FC;
319
+ Select: react878.FC;
320
+ Switch: react878.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch20.SwitchProps & react878.RefAttributes<HTMLButtonElement>>, "ref"> & react878.RefAttributes<unknown>>;
321
+ DatePicker: react878.ForwardRefExoticComponent<Partial<{
322
+ value?: Date;
323
+ onChange?: (date: Date | undefined) => void;
324
+ placeholder?: string;
325
+ } & Omit<_pixpilot_shadcn_ui266.DatePickerProps, "onSelect" | "selected" | "mode">> & react878.RefAttributes<unknown>>;
326
+ Row: typeof Row;
327
+ Column: typeof Column;
328
+ FormGrid: typeof FormGrid;
329
+ Separator: react878.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator20.SeparatorProps & react878.RefAttributes<HTMLDivElement>>, "ref"> & react878.RefAttributes<unknown>>;
330
+ ArrayCards: ComposedArrayProps;
331
+ ArrayDialog: react878.FC<ArrayComponentProps>;
332
+ ArrayCollapse: react878.FC<ArrayComponentProps & {
333
+ defaultActiveKey?: Array<string | number>;
334
+ mode?: "accordion" | "multiple";
335
+ }>;
336
+ ArrayPopover: react878.FC<ArrayComponentProps>;
337
+ ObjectContainer: react878.FC<ObjectContainerProps>;
338
+ }, Component_8, Decorator_8>): JSX.Element;
339
+ displayName: string;
340
+ };
341
+ Number: {
342
+ <Decorator_9 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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<{
343
+ FormItem: react878.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
344
+ children?: react878.ReactNode | undefined;
345
+ }>, "ref"> & react878.RefAttributes<unknown>>;
346
+ Hidden: react878.ForwardRefExoticComponent<Partial<{
347
+ children?: React.ReactNode;
348
+ value?: string;
349
+ }> & react878.RefAttributes<unknown>>;
350
+ Input: react878.ForwardRefExoticComponent<Omit<Partial<react878.ClassAttributes<HTMLInputElement> & react878.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react878.RefAttributes<unknown>>;
351
+ Textarea: react878.ForwardRefExoticComponent<Omit<Partial<react878.ClassAttributes<HTMLTextAreaElement> & react878.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react878.RefAttributes<unknown>>;
352
+ NumberInput: react878.ForwardRefExoticComponent<Omit<Partial<react878.ClassAttributes<HTMLInputElement> & react878.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react878.RefAttributes<unknown>>;
353
+ Checkbox: react878.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox20.CheckboxProps & react878.RefAttributes<HTMLButtonElement>>, "ref"> & react878.RefAttributes<unknown>>;
354
+ Radio: react878.FC;
355
+ Select: react878.FC;
356
+ Switch: react878.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch20.SwitchProps & react878.RefAttributes<HTMLButtonElement>>, "ref"> & react878.RefAttributes<unknown>>;
357
+ DatePicker: react878.ForwardRefExoticComponent<Partial<{
358
+ value?: Date;
359
+ onChange?: (date: Date | undefined) => void;
360
+ placeholder?: string;
361
+ } & Omit<_pixpilot_shadcn_ui266.DatePickerProps, "onSelect" | "selected" | "mode">> & react878.RefAttributes<unknown>>;
362
+ Row: typeof Row;
363
+ Column: typeof Column;
364
+ FormGrid: typeof FormGrid;
365
+ Separator: react878.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator20.SeparatorProps & react878.RefAttributes<HTMLDivElement>>, "ref"> & react878.RefAttributes<unknown>>;
366
+ ArrayCards: ComposedArrayProps;
367
+ ArrayDialog: react878.FC<ArrayComponentProps>;
368
+ ArrayCollapse: react878.FC<ArrayComponentProps & {
369
+ defaultActiveKey?: Array<string | number>;
370
+ mode?: "accordion" | "multiple";
371
+ }>;
372
+ ArrayPopover: react878.FC<ArrayComponentProps>;
373
+ ObjectContainer: react878.FC<ObjectContainerProps>;
374
+ }, Component_9, Decorator_9>): JSX.Element;
375
+ displayName: string;
376
+ };
377
+ };
378
+ //#endregion
379
+ export { SchemaFieldBasicComponents, SchemaFieldBasics };
@@ -0,0 +1,51 @@
1
+ import { ArrayCards } from "../array-cards/array-cards.js";
2
+ import "../array-cards/index.js";
3
+ import { ArrayCollapse } from "../array-collapse/array-collapse.js";
4
+ import "../array-collapse/index.js";
5
+ import { Checkbox } from "../checkbox.js";
6
+ import { Column } from "../column.js";
7
+ import { DatePicker } from "../date-picker.js";
8
+ import { FormGrid } from "../form-grid.js";
9
+ import { FormItem } from "../form-item.js";
10
+ import { Input } from "../input.js";
11
+ import { ArrayDialog } from "../array-dialog/array-dialog.js";
12
+ import "../array-dialog/index.js";
13
+ import { ArrayPopover } from "../array-popover/array-popover.js";
14
+ import "../array-popover/index.js";
15
+ import { Hidden } from "../hidden.js";
16
+ import { NumberInput } from "../number-input.js";
17
+ import { ObjectContainer } from "../object-container.js";
18
+ import { ConnectedRadio } from "../radio.js";
19
+ import { Row } from "../row.js";
20
+ import { Select } from "../select.js";
21
+ import { Separator } from "../separator.js";
22
+ import { Switch } from "../switch.js";
23
+ import { Textarea } from "../textarea.js";
24
+ import { createSchemaField } from "@formily/react";
25
+
26
+ //#region src/components/schema-field/schema-field-basics.tsx
27
+ const SchemaFieldBasicComponents = {
28
+ FormItem,
29
+ Hidden,
30
+ Input,
31
+ Textarea,
32
+ NumberInput,
33
+ Checkbox,
34
+ Radio: ConnectedRadio,
35
+ Select,
36
+ Switch,
37
+ DatePicker,
38
+ Row,
39
+ Column,
40
+ FormGrid,
41
+ Separator,
42
+ ArrayCards,
43
+ ArrayDialog,
44
+ ArrayCollapse,
45
+ ArrayPopover,
46
+ ObjectContainer
47
+ };
48
+ const SchemaFieldBasics = createSchemaField({ components: SchemaFieldBasicComponents });
49
+
50
+ //#endregion
51
+ export { SchemaFieldBasicComponents, SchemaFieldBasics };
@@ -0,0 +1,28 @@
1
+ const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
+ const require_file_upload = require('../file-upload/file-upload.cjs');
3
+ const require_file_upload_inline = require('../file-upload/file-upload-inline.cjs');
4
+ require('../file-upload/index.cjs');
5
+ const require_icon_picker = require('../icon-picker.cjs');
6
+ const require_schema_field = require('./schema-field.cjs');
7
+ const require_rich_text_editor = require('../rich-text-editor.cjs');
8
+ require('./index.cjs');
9
+ let __formily_react = require("@formily/react");
10
+ __formily_react = require_rolldown_runtime.__toESM(__formily_react);
11
+
12
+ //#region src/components/schema-field/schema-field-extended.tsx
13
+ const schemaFieldExtendedComponents = {
14
+ ...require_schema_field.schemaFieldComponents,
15
+ FileUploadInline: require_file_upload_inline.FileUploadInline,
16
+ IconPicker: require_icon_picker.IconPicker,
17
+ FileUpload: require_file_upload.FileUpload,
18
+ RichTextEditor: require_rich_text_editor.RichTextEditor
19
+ };
20
+ /**
21
+ * SchemaField with all Shadcn Formily components pre-registered
22
+ * Use this to render forms from JSON Schema
23
+ */
24
+ const SchemaFieldExtended = (0, __formily_react.createSchemaField)({ components: schemaFieldExtendedComponents });
25
+
26
+ //#endregion
27
+ exports.SchemaFieldExtended = SchemaFieldExtended;
28
+ exports.schemaFieldExtendedComponents = schemaFieldExtendedComponents;