@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,643 @@
1
+ import { ArrayComponentProps, ComposedArrayProps } from "../array-base/types.cjs";
2
+ import "../array-base/index.cjs";
3
+ import { Column } from "../column.cjs";
4
+ import { FormGrid } from "../form-grid.cjs";
5
+ import { FormItemProps } from "../form-item.cjs";
6
+ import { Row } from "../row.cjs";
7
+ import { ObjectContainerProps } from "../object-container.cjs";
8
+ import * as _formily_react0 from "@formily/react";
9
+ import * as react28 from "react";
10
+ import * as _formily_core0 from "@formily/core";
11
+ import * as _pixpilot_shadcn_ui16 from "@pixpilot/shadcn-ui";
12
+ import * as _radix_ui_react_checkbox0 from "@radix-ui/react-checkbox";
13
+ import * as _radix_ui_react_switch0 from "@radix-ui/react-switch";
14
+ import * as _radix_ui_react_separator0 from "@radix-ui/react-separator";
15
+
16
+ //#region src/components/schema-field/schema-field-extended.d.ts
17
+ declare const schemaFieldExtendedComponents: {
18
+ FileUploadInline: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
19
+ multiple: true;
20
+ value?: _pixpilot_shadcn_ui16.FileMetadata[];
21
+ onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
22
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
23
+ multiple?: false;
24
+ value?: _pixpilot_shadcn_ui16.FileMetadata | null;
25
+ onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
26
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
27
+ IconPicker: react28.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui16.IconPickerProps, "providers"> & {
28
+ providers?: _pixpilot_shadcn_ui16.IconProviderProps[];
29
+ }> & react28.RefAttributes<unknown>>;
30
+ FileUpload: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
31
+ multiple: true;
32
+ value?: _pixpilot_shadcn_ui16.FileMetadata[];
33
+ onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
34
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
35
+ multiple?: false;
36
+ value?: _pixpilot_shadcn_ui16.FileMetadata | null;
37
+ onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
38
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
39
+ RichTextEditor: react28.FC;
40
+ Combobox: react28.FC;
41
+ TagsInput: typeof _pixpilot_shadcn_ui16.TagsInput;
42
+ TagsInputInLine: react28.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui16.TagsInputProps> & react28.RefAttributes<unknown>>;
43
+ Slider: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderProps>, "ref"> & react28.RefAttributes<unknown>>;
44
+ FormItem: react28.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
45
+ children?: react28.ReactNode | undefined;
46
+ }>, "ref"> & react28.RefAttributes<unknown>>;
47
+ Hidden: react28.ForwardRefExoticComponent<Partial<{
48
+ children?: React.ReactNode;
49
+ value?: string;
50
+ }> & react28.RefAttributes<unknown>>;
51
+ Input: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
52
+ Textarea: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLTextAreaElement> & react28.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react28.RefAttributes<unknown>>;
53
+ NumberInput: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
54
+ Checkbox: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
55
+ Radio: react28.FC;
56
+ Select: react28.FC;
57
+ Switch: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
58
+ DatePicker: react28.ForwardRefExoticComponent<Partial<{
59
+ value?: Date;
60
+ onChange?: (date: Date | undefined) => void;
61
+ placeholder?: string;
62
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react28.RefAttributes<unknown>>;
63
+ Row: typeof Row;
64
+ Column: typeof Column;
65
+ FormGrid: typeof FormGrid;
66
+ Separator: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react28.RefAttributes<HTMLDivElement>>, "ref"> & react28.RefAttributes<unknown>>;
67
+ ArrayCards: ComposedArrayProps;
68
+ ArrayDialog: react28.FC<ArrayComponentProps>;
69
+ ArrayCollapse: react28.FC<ArrayComponentProps & {
70
+ defaultActiveKey?: Array<string | number>;
71
+ mode?: "accordion" | "multiple";
72
+ }>;
73
+ ArrayPopover: react28.FC<ArrayComponentProps>;
74
+ ObjectContainer: react28.FC<ObjectContainerProps>;
75
+ };
76
+ /**
77
+ * SchemaField with all Shadcn Formily components pre-registered
78
+ * Use this to render forms from JSON Schema
79
+ */
80
+ declare const SchemaFieldExtended: {
81
+ <Decorator extends _formily_react0.JSXComponent, Component extends _formily_react0.JSXComponent>(props: _formily_react0.ISchemaFieldProps<Decorator, Component, _formily_core0.ObjectField<Decorator, Component>>): JSX.Element;
82
+ displayName: string;
83
+ Markup: {
84
+ <Decorator_1 extends "Radio" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof" | "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" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof" | "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_react0.ISchemaMarkupFieldProps<{
85
+ FileUploadInline: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
86
+ multiple: true;
87
+ value?: _pixpilot_shadcn_ui16.FileMetadata[];
88
+ onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
89
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
90
+ multiple?: false;
91
+ value?: _pixpilot_shadcn_ui16.FileMetadata | null;
92
+ onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
93
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
94
+ IconPicker: react28.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui16.IconPickerProps, "providers"> & {
95
+ providers?: _pixpilot_shadcn_ui16.IconProviderProps[];
96
+ }> & react28.RefAttributes<unknown>>;
97
+ FileUpload: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
98
+ multiple: true;
99
+ value?: _pixpilot_shadcn_ui16.FileMetadata[];
100
+ onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
101
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
102
+ multiple?: false;
103
+ value?: _pixpilot_shadcn_ui16.FileMetadata | null;
104
+ onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
105
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
106
+ RichTextEditor: react28.FC;
107
+ Combobox: react28.FC;
108
+ TagsInput: typeof _pixpilot_shadcn_ui16.TagsInput;
109
+ TagsInputInLine: react28.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui16.TagsInputProps> & react28.RefAttributes<unknown>>;
110
+ Slider: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderProps>, "ref"> & react28.RefAttributes<unknown>>;
111
+ FormItem: react28.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
112
+ children?: react28.ReactNode | undefined;
113
+ }>, "ref"> & react28.RefAttributes<unknown>>;
114
+ Hidden: react28.ForwardRefExoticComponent<Partial<{
115
+ children?: React.ReactNode;
116
+ value?: string;
117
+ }> & react28.RefAttributes<unknown>>;
118
+ Input: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
119
+ Textarea: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLTextAreaElement> & react28.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react28.RefAttributes<unknown>>;
120
+ NumberInput: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
121
+ Checkbox: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
122
+ Radio: react28.FC;
123
+ Select: react28.FC;
124
+ Switch: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
125
+ DatePicker: react28.ForwardRefExoticComponent<Partial<{
126
+ value?: Date;
127
+ onChange?: (date: Date | undefined) => void;
128
+ placeholder?: string;
129
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react28.RefAttributes<unknown>>;
130
+ Row: typeof Row;
131
+ Column: typeof Column;
132
+ FormGrid: typeof FormGrid;
133
+ Separator: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react28.RefAttributes<HTMLDivElement>>, "ref"> & react28.RefAttributes<unknown>>;
134
+ ArrayCards: ComposedArrayProps;
135
+ ArrayDialog: react28.FC<ArrayComponentProps>;
136
+ ArrayCollapse: react28.FC<ArrayComponentProps & {
137
+ defaultActiveKey?: Array<string | number>;
138
+ mode?: "accordion" | "multiple";
139
+ }>;
140
+ ArrayPopover: react28.FC<ArrayComponentProps>;
141
+ ObjectContainer: react28.FC<ObjectContainerProps>;
142
+ }, Component_1, Decorator_1>): JSX.Element;
143
+ displayName: string;
144
+ };
145
+ String: {
146
+ <Decorator_2 extends "Radio" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof" | "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" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof" | "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_react0.ISchemaTypeFieldProps<{
147
+ FileUploadInline: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
148
+ multiple: true;
149
+ value?: _pixpilot_shadcn_ui16.FileMetadata[];
150
+ onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
151
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
152
+ multiple?: false;
153
+ value?: _pixpilot_shadcn_ui16.FileMetadata | null;
154
+ onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
155
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
156
+ IconPicker: react28.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui16.IconPickerProps, "providers"> & {
157
+ providers?: _pixpilot_shadcn_ui16.IconProviderProps[];
158
+ }> & react28.RefAttributes<unknown>>;
159
+ FileUpload: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
160
+ multiple: true;
161
+ value?: _pixpilot_shadcn_ui16.FileMetadata[];
162
+ onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
163
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
164
+ multiple?: false;
165
+ value?: _pixpilot_shadcn_ui16.FileMetadata | null;
166
+ onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
167
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
168
+ RichTextEditor: react28.FC;
169
+ Combobox: react28.FC;
170
+ TagsInput: typeof _pixpilot_shadcn_ui16.TagsInput;
171
+ TagsInputInLine: react28.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui16.TagsInputProps> & react28.RefAttributes<unknown>>;
172
+ Slider: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderProps>, "ref"> & react28.RefAttributes<unknown>>;
173
+ FormItem: react28.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
174
+ children?: react28.ReactNode | undefined;
175
+ }>, "ref"> & react28.RefAttributes<unknown>>;
176
+ Hidden: react28.ForwardRefExoticComponent<Partial<{
177
+ children?: React.ReactNode;
178
+ value?: string;
179
+ }> & react28.RefAttributes<unknown>>;
180
+ Input: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
181
+ Textarea: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLTextAreaElement> & react28.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react28.RefAttributes<unknown>>;
182
+ NumberInput: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
183
+ Checkbox: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
184
+ Radio: react28.FC;
185
+ Select: react28.FC;
186
+ Switch: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
187
+ DatePicker: react28.ForwardRefExoticComponent<Partial<{
188
+ value?: Date;
189
+ onChange?: (date: Date | undefined) => void;
190
+ placeholder?: string;
191
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react28.RefAttributes<unknown>>;
192
+ Row: typeof Row;
193
+ Column: typeof Column;
194
+ FormGrid: typeof FormGrid;
195
+ Separator: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react28.RefAttributes<HTMLDivElement>>, "ref"> & react28.RefAttributes<unknown>>;
196
+ ArrayCards: ComposedArrayProps;
197
+ ArrayDialog: react28.FC<ArrayComponentProps>;
198
+ ArrayCollapse: react28.FC<ArrayComponentProps & {
199
+ defaultActiveKey?: Array<string | number>;
200
+ mode?: "accordion" | "multiple";
201
+ }>;
202
+ ArrayPopover: react28.FC<ArrayComponentProps>;
203
+ ObjectContainer: react28.FC<ObjectContainerProps>;
204
+ }, Component_2, Decorator_2>): JSX.Element;
205
+ displayName: string;
206
+ };
207
+ Object: {
208
+ <Decorator_3 extends "Radio" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof" | "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" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof" | "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_react0.ISchemaTypeFieldProps<{
209
+ FileUploadInline: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
210
+ multiple: true;
211
+ value?: _pixpilot_shadcn_ui16.FileMetadata[];
212
+ onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
213
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
214
+ multiple?: false;
215
+ value?: _pixpilot_shadcn_ui16.FileMetadata | null;
216
+ onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
217
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
218
+ IconPicker: react28.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui16.IconPickerProps, "providers"> & {
219
+ providers?: _pixpilot_shadcn_ui16.IconProviderProps[];
220
+ }> & react28.RefAttributes<unknown>>;
221
+ FileUpload: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
222
+ multiple: true;
223
+ value?: _pixpilot_shadcn_ui16.FileMetadata[];
224
+ onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
225
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
226
+ multiple?: false;
227
+ value?: _pixpilot_shadcn_ui16.FileMetadata | null;
228
+ onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
229
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
230
+ RichTextEditor: react28.FC;
231
+ Combobox: react28.FC;
232
+ TagsInput: typeof _pixpilot_shadcn_ui16.TagsInput;
233
+ TagsInputInLine: react28.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui16.TagsInputProps> & react28.RefAttributes<unknown>>;
234
+ Slider: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderProps>, "ref"> & react28.RefAttributes<unknown>>;
235
+ FormItem: react28.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
236
+ children?: react28.ReactNode | undefined;
237
+ }>, "ref"> & react28.RefAttributes<unknown>>;
238
+ Hidden: react28.ForwardRefExoticComponent<Partial<{
239
+ children?: React.ReactNode;
240
+ value?: string;
241
+ }> & react28.RefAttributes<unknown>>;
242
+ Input: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
243
+ Textarea: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLTextAreaElement> & react28.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react28.RefAttributes<unknown>>;
244
+ NumberInput: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
245
+ Checkbox: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
246
+ Radio: react28.FC;
247
+ Select: react28.FC;
248
+ Switch: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
249
+ DatePicker: react28.ForwardRefExoticComponent<Partial<{
250
+ value?: Date;
251
+ onChange?: (date: Date | undefined) => void;
252
+ placeholder?: string;
253
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react28.RefAttributes<unknown>>;
254
+ Row: typeof Row;
255
+ Column: typeof Column;
256
+ FormGrid: typeof FormGrid;
257
+ Separator: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react28.RefAttributes<HTMLDivElement>>, "ref"> & react28.RefAttributes<unknown>>;
258
+ ArrayCards: ComposedArrayProps;
259
+ ArrayDialog: react28.FC<ArrayComponentProps>;
260
+ ArrayCollapse: react28.FC<ArrayComponentProps & {
261
+ defaultActiveKey?: Array<string | number>;
262
+ mode?: "accordion" | "multiple";
263
+ }>;
264
+ ArrayPopover: react28.FC<ArrayComponentProps>;
265
+ ObjectContainer: react28.FC<ObjectContainerProps>;
266
+ }, Component_3, Decorator_3>): JSX.Element;
267
+ displayName: string;
268
+ };
269
+ Array: {
270
+ <Decorator_4 extends "Radio" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof" | "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" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof" | "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_react0.ISchemaTypeFieldProps<{
271
+ FileUploadInline: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
272
+ multiple: true;
273
+ value?: _pixpilot_shadcn_ui16.FileMetadata[];
274
+ onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
275
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
276
+ multiple?: false;
277
+ value?: _pixpilot_shadcn_ui16.FileMetadata | null;
278
+ onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
279
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
280
+ IconPicker: react28.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui16.IconPickerProps, "providers"> & {
281
+ providers?: _pixpilot_shadcn_ui16.IconProviderProps[];
282
+ }> & react28.RefAttributes<unknown>>;
283
+ FileUpload: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
284
+ multiple: true;
285
+ value?: _pixpilot_shadcn_ui16.FileMetadata[];
286
+ onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
287
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
288
+ multiple?: false;
289
+ value?: _pixpilot_shadcn_ui16.FileMetadata | null;
290
+ onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
291
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
292
+ RichTextEditor: react28.FC;
293
+ Combobox: react28.FC;
294
+ TagsInput: typeof _pixpilot_shadcn_ui16.TagsInput;
295
+ TagsInputInLine: react28.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui16.TagsInputProps> & react28.RefAttributes<unknown>>;
296
+ Slider: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderProps>, "ref"> & react28.RefAttributes<unknown>>;
297
+ FormItem: react28.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
298
+ children?: react28.ReactNode | undefined;
299
+ }>, "ref"> & react28.RefAttributes<unknown>>;
300
+ Hidden: react28.ForwardRefExoticComponent<Partial<{
301
+ children?: React.ReactNode;
302
+ value?: string;
303
+ }> & react28.RefAttributes<unknown>>;
304
+ Input: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
305
+ Textarea: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLTextAreaElement> & react28.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react28.RefAttributes<unknown>>;
306
+ NumberInput: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
307
+ Checkbox: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
308
+ Radio: react28.FC;
309
+ Select: react28.FC;
310
+ Switch: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
311
+ DatePicker: react28.ForwardRefExoticComponent<Partial<{
312
+ value?: Date;
313
+ onChange?: (date: Date | undefined) => void;
314
+ placeholder?: string;
315
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react28.RefAttributes<unknown>>;
316
+ Row: typeof Row;
317
+ Column: typeof Column;
318
+ FormGrid: typeof FormGrid;
319
+ Separator: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react28.RefAttributes<HTMLDivElement>>, "ref"> & react28.RefAttributes<unknown>>;
320
+ ArrayCards: ComposedArrayProps;
321
+ ArrayDialog: react28.FC<ArrayComponentProps>;
322
+ ArrayCollapse: react28.FC<ArrayComponentProps & {
323
+ defaultActiveKey?: Array<string | number>;
324
+ mode?: "accordion" | "multiple";
325
+ }>;
326
+ ArrayPopover: react28.FC<ArrayComponentProps>;
327
+ ObjectContainer: react28.FC<ObjectContainerProps>;
328
+ }, Component_4, Decorator_4>): JSX.Element;
329
+ displayName: string;
330
+ };
331
+ Boolean: {
332
+ <Decorator_5 extends "Radio" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof" | "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" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof" | "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_react0.ISchemaTypeFieldProps<{
333
+ FileUploadInline: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
334
+ multiple: true;
335
+ value?: _pixpilot_shadcn_ui16.FileMetadata[];
336
+ onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
337
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
338
+ multiple?: false;
339
+ value?: _pixpilot_shadcn_ui16.FileMetadata | null;
340
+ onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
341
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
342
+ IconPicker: react28.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui16.IconPickerProps, "providers"> & {
343
+ providers?: _pixpilot_shadcn_ui16.IconProviderProps[];
344
+ }> & react28.RefAttributes<unknown>>;
345
+ FileUpload: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
346
+ multiple: true;
347
+ value?: _pixpilot_shadcn_ui16.FileMetadata[];
348
+ onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
349
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
350
+ multiple?: false;
351
+ value?: _pixpilot_shadcn_ui16.FileMetadata | null;
352
+ onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
353
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
354
+ RichTextEditor: react28.FC;
355
+ Combobox: react28.FC;
356
+ TagsInput: typeof _pixpilot_shadcn_ui16.TagsInput;
357
+ TagsInputInLine: react28.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui16.TagsInputProps> & react28.RefAttributes<unknown>>;
358
+ Slider: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderProps>, "ref"> & react28.RefAttributes<unknown>>;
359
+ FormItem: react28.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
360
+ children?: react28.ReactNode | undefined;
361
+ }>, "ref"> & react28.RefAttributes<unknown>>;
362
+ Hidden: react28.ForwardRefExoticComponent<Partial<{
363
+ children?: React.ReactNode;
364
+ value?: string;
365
+ }> & react28.RefAttributes<unknown>>;
366
+ Input: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
367
+ Textarea: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLTextAreaElement> & react28.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react28.RefAttributes<unknown>>;
368
+ NumberInput: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
369
+ Checkbox: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
370
+ Radio: react28.FC;
371
+ Select: react28.FC;
372
+ Switch: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
373
+ DatePicker: react28.ForwardRefExoticComponent<Partial<{
374
+ value?: Date;
375
+ onChange?: (date: Date | undefined) => void;
376
+ placeholder?: string;
377
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react28.RefAttributes<unknown>>;
378
+ Row: typeof Row;
379
+ Column: typeof Column;
380
+ FormGrid: typeof FormGrid;
381
+ Separator: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react28.RefAttributes<HTMLDivElement>>, "ref"> & react28.RefAttributes<unknown>>;
382
+ ArrayCards: ComposedArrayProps;
383
+ ArrayDialog: react28.FC<ArrayComponentProps>;
384
+ ArrayCollapse: react28.FC<ArrayComponentProps & {
385
+ defaultActiveKey?: Array<string | number>;
386
+ mode?: "accordion" | "multiple";
387
+ }>;
388
+ ArrayPopover: react28.FC<ArrayComponentProps>;
389
+ ObjectContainer: react28.FC<ObjectContainerProps>;
390
+ }, Component_5, Decorator_5>): JSX.Element;
391
+ displayName: string;
392
+ };
393
+ Date: {
394
+ <Decorator_6 extends "Radio" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof" | "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" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof" | "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_react0.ISchemaTypeFieldProps<{
395
+ FileUploadInline: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
396
+ multiple: true;
397
+ value?: _pixpilot_shadcn_ui16.FileMetadata[];
398
+ onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
399
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
400
+ multiple?: false;
401
+ value?: _pixpilot_shadcn_ui16.FileMetadata | null;
402
+ onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
403
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
404
+ IconPicker: react28.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui16.IconPickerProps, "providers"> & {
405
+ providers?: _pixpilot_shadcn_ui16.IconProviderProps[];
406
+ }> & react28.RefAttributes<unknown>>;
407
+ FileUpload: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
408
+ multiple: true;
409
+ value?: _pixpilot_shadcn_ui16.FileMetadata[];
410
+ onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
411
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
412
+ multiple?: false;
413
+ value?: _pixpilot_shadcn_ui16.FileMetadata | null;
414
+ onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
415
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
416
+ RichTextEditor: react28.FC;
417
+ Combobox: react28.FC;
418
+ TagsInput: typeof _pixpilot_shadcn_ui16.TagsInput;
419
+ TagsInputInLine: react28.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui16.TagsInputProps> & react28.RefAttributes<unknown>>;
420
+ Slider: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderProps>, "ref"> & react28.RefAttributes<unknown>>;
421
+ FormItem: react28.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
422
+ children?: react28.ReactNode | undefined;
423
+ }>, "ref"> & react28.RefAttributes<unknown>>;
424
+ Hidden: react28.ForwardRefExoticComponent<Partial<{
425
+ children?: React.ReactNode;
426
+ value?: string;
427
+ }> & react28.RefAttributes<unknown>>;
428
+ Input: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
429
+ Textarea: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLTextAreaElement> & react28.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react28.RefAttributes<unknown>>;
430
+ NumberInput: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
431
+ Checkbox: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
432
+ Radio: react28.FC;
433
+ Select: react28.FC;
434
+ Switch: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
435
+ DatePicker: react28.ForwardRefExoticComponent<Partial<{
436
+ value?: Date;
437
+ onChange?: (date: Date | undefined) => void;
438
+ placeholder?: string;
439
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react28.RefAttributes<unknown>>;
440
+ Row: typeof Row;
441
+ Column: typeof Column;
442
+ FormGrid: typeof FormGrid;
443
+ Separator: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react28.RefAttributes<HTMLDivElement>>, "ref"> & react28.RefAttributes<unknown>>;
444
+ ArrayCards: ComposedArrayProps;
445
+ ArrayDialog: react28.FC<ArrayComponentProps>;
446
+ ArrayCollapse: react28.FC<ArrayComponentProps & {
447
+ defaultActiveKey?: Array<string | number>;
448
+ mode?: "accordion" | "multiple";
449
+ }>;
450
+ ArrayPopover: react28.FC<ArrayComponentProps>;
451
+ ObjectContainer: react28.FC<ObjectContainerProps>;
452
+ }, Component_6, Decorator_6>): JSX.Element;
453
+ displayName: string;
454
+ };
455
+ DateTime: {
456
+ <Decorator_7 extends "Radio" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof" | "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" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof" | "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_react0.ISchemaTypeFieldProps<{
457
+ FileUploadInline: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
458
+ multiple: true;
459
+ value?: _pixpilot_shadcn_ui16.FileMetadata[];
460
+ onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
461
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
462
+ multiple?: false;
463
+ value?: _pixpilot_shadcn_ui16.FileMetadata | null;
464
+ onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
465
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
466
+ IconPicker: react28.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui16.IconPickerProps, "providers"> & {
467
+ providers?: _pixpilot_shadcn_ui16.IconProviderProps[];
468
+ }> & react28.RefAttributes<unknown>>;
469
+ FileUpload: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
470
+ multiple: true;
471
+ value?: _pixpilot_shadcn_ui16.FileMetadata[];
472
+ onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
473
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
474
+ multiple?: false;
475
+ value?: _pixpilot_shadcn_ui16.FileMetadata | null;
476
+ onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
477
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
478
+ RichTextEditor: react28.FC;
479
+ Combobox: react28.FC;
480
+ TagsInput: typeof _pixpilot_shadcn_ui16.TagsInput;
481
+ TagsInputInLine: react28.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui16.TagsInputProps> & react28.RefAttributes<unknown>>;
482
+ Slider: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderProps>, "ref"> & react28.RefAttributes<unknown>>;
483
+ FormItem: react28.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
484
+ children?: react28.ReactNode | undefined;
485
+ }>, "ref"> & react28.RefAttributes<unknown>>;
486
+ Hidden: react28.ForwardRefExoticComponent<Partial<{
487
+ children?: React.ReactNode;
488
+ value?: string;
489
+ }> & react28.RefAttributes<unknown>>;
490
+ Input: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
491
+ Textarea: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLTextAreaElement> & react28.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react28.RefAttributes<unknown>>;
492
+ NumberInput: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
493
+ Checkbox: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
494
+ Radio: react28.FC;
495
+ Select: react28.FC;
496
+ Switch: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
497
+ DatePicker: react28.ForwardRefExoticComponent<Partial<{
498
+ value?: Date;
499
+ onChange?: (date: Date | undefined) => void;
500
+ placeholder?: string;
501
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react28.RefAttributes<unknown>>;
502
+ Row: typeof Row;
503
+ Column: typeof Column;
504
+ FormGrid: typeof FormGrid;
505
+ Separator: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react28.RefAttributes<HTMLDivElement>>, "ref"> & react28.RefAttributes<unknown>>;
506
+ ArrayCards: ComposedArrayProps;
507
+ ArrayDialog: react28.FC<ArrayComponentProps>;
508
+ ArrayCollapse: react28.FC<ArrayComponentProps & {
509
+ defaultActiveKey?: Array<string | number>;
510
+ mode?: "accordion" | "multiple";
511
+ }>;
512
+ ArrayPopover: react28.FC<ArrayComponentProps>;
513
+ ObjectContainer: react28.FC<ObjectContainerProps>;
514
+ }, Component_7, Decorator_7>): JSX.Element;
515
+ displayName: string;
516
+ };
517
+ Void: {
518
+ <Decorator_8 extends "Radio" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof" | "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" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof" | "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_react0.ISchemaTypeFieldProps<{
519
+ FileUploadInline: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
520
+ multiple: true;
521
+ value?: _pixpilot_shadcn_ui16.FileMetadata[];
522
+ onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
523
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
524
+ multiple?: false;
525
+ value?: _pixpilot_shadcn_ui16.FileMetadata | null;
526
+ onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
527
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
528
+ IconPicker: react28.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui16.IconPickerProps, "providers"> & {
529
+ providers?: _pixpilot_shadcn_ui16.IconProviderProps[];
530
+ }> & react28.RefAttributes<unknown>>;
531
+ FileUpload: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
532
+ multiple: true;
533
+ value?: _pixpilot_shadcn_ui16.FileMetadata[];
534
+ onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
535
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
536
+ multiple?: false;
537
+ value?: _pixpilot_shadcn_ui16.FileMetadata | null;
538
+ onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
539
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
540
+ RichTextEditor: react28.FC;
541
+ Combobox: react28.FC;
542
+ TagsInput: typeof _pixpilot_shadcn_ui16.TagsInput;
543
+ TagsInputInLine: react28.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui16.TagsInputProps> & react28.RefAttributes<unknown>>;
544
+ Slider: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderProps>, "ref"> & react28.RefAttributes<unknown>>;
545
+ FormItem: react28.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
546
+ children?: react28.ReactNode | undefined;
547
+ }>, "ref"> & react28.RefAttributes<unknown>>;
548
+ Hidden: react28.ForwardRefExoticComponent<Partial<{
549
+ children?: React.ReactNode;
550
+ value?: string;
551
+ }> & react28.RefAttributes<unknown>>;
552
+ Input: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
553
+ Textarea: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLTextAreaElement> & react28.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react28.RefAttributes<unknown>>;
554
+ NumberInput: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
555
+ Checkbox: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
556
+ Radio: react28.FC;
557
+ Select: react28.FC;
558
+ Switch: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
559
+ DatePicker: react28.ForwardRefExoticComponent<Partial<{
560
+ value?: Date;
561
+ onChange?: (date: Date | undefined) => void;
562
+ placeholder?: string;
563
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react28.RefAttributes<unknown>>;
564
+ Row: typeof Row;
565
+ Column: typeof Column;
566
+ FormGrid: typeof FormGrid;
567
+ Separator: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react28.RefAttributes<HTMLDivElement>>, "ref"> & react28.RefAttributes<unknown>>;
568
+ ArrayCards: ComposedArrayProps;
569
+ ArrayDialog: react28.FC<ArrayComponentProps>;
570
+ ArrayCollapse: react28.FC<ArrayComponentProps & {
571
+ defaultActiveKey?: Array<string | number>;
572
+ mode?: "accordion" | "multiple";
573
+ }>;
574
+ ArrayPopover: react28.FC<ArrayComponentProps>;
575
+ ObjectContainer: react28.FC<ObjectContainerProps>;
576
+ }, Component_8, Decorator_8>): JSX.Element;
577
+ displayName: string;
578
+ };
579
+ Number: {
580
+ <Decorator_9 extends "Radio" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof" | "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" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof" | "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_react0.ISchemaTypeFieldProps<{
581
+ FileUploadInline: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
582
+ multiple: true;
583
+ value?: _pixpilot_shadcn_ui16.FileMetadata[];
584
+ onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
585
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
586
+ multiple?: false;
587
+ value?: _pixpilot_shadcn_ui16.FileMetadata | null;
588
+ onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
589
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
590
+ IconPicker: react28.ForwardRefExoticComponent<Partial<Omit<_pixpilot_shadcn_ui16.IconPickerProps, "providers"> & {
591
+ providers?: _pixpilot_shadcn_ui16.IconProviderProps[];
592
+ }> & react28.RefAttributes<unknown>>;
593
+ FileUpload: react28.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
594
+ multiple: true;
595
+ value?: _pixpilot_shadcn_ui16.FileMetadata[];
596
+ onChange?: _pixpilot_shadcn_ui16.OnChangeMultipleFiles;
597
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
598
+ multiple?: false;
599
+ value?: _pixpilot_shadcn_ui16.FileMetadata | null;
600
+ onChange?: _pixpilot_shadcn_ui16.OnChangeSingleFile;
601
+ } & _pixpilot_shadcn_ui16.FileUploadBaseProps>, "ref">) & react28.RefAttributes<unknown>>;
602
+ RichTextEditor: react28.FC;
603
+ Combobox: react28.FC;
604
+ TagsInput: typeof _pixpilot_shadcn_ui16.TagsInput;
605
+ TagsInputInLine: react28.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui16.TagsInputProps> & react28.RefAttributes<unknown>>;
606
+ Slider: react28.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.SliderProps>, "ref"> & react28.RefAttributes<unknown>>;
607
+ FormItem: react28.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
608
+ children?: react28.ReactNode | undefined;
609
+ }>, "ref"> & react28.RefAttributes<unknown>>;
610
+ Hidden: react28.ForwardRefExoticComponent<Partial<{
611
+ children?: React.ReactNode;
612
+ value?: string;
613
+ }> & react28.RefAttributes<unknown>>;
614
+ Input: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
615
+ Textarea: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLTextAreaElement> & react28.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react28.RefAttributes<unknown>>;
616
+ NumberInput: react28.ForwardRefExoticComponent<Omit<Partial<react28.ClassAttributes<HTMLInputElement> & react28.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react28.RefAttributes<unknown>>;
617
+ Checkbox: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
618
+ Radio: react28.FC;
619
+ Select: react28.FC;
620
+ Switch: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react28.RefAttributes<HTMLButtonElement>>, "ref"> & react28.RefAttributes<unknown>>;
621
+ DatePicker: react28.ForwardRefExoticComponent<Partial<{
622
+ value?: Date;
623
+ onChange?: (date: Date | undefined) => void;
624
+ placeholder?: string;
625
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react28.RefAttributes<unknown>>;
626
+ Row: typeof Row;
627
+ Column: typeof Column;
628
+ FormGrid: typeof FormGrid;
629
+ Separator: react28.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react28.RefAttributes<HTMLDivElement>>, "ref"> & react28.RefAttributes<unknown>>;
630
+ ArrayCards: ComposedArrayProps;
631
+ ArrayDialog: react28.FC<ArrayComponentProps>;
632
+ ArrayCollapse: react28.FC<ArrayComponentProps & {
633
+ defaultActiveKey?: Array<string | number>;
634
+ mode?: "accordion" | "multiple";
635
+ }>;
636
+ ArrayPopover: react28.FC<ArrayComponentProps>;
637
+ ObjectContainer: react28.FC<ObjectContainerProps>;
638
+ }, Component_9, Decorator_9>): JSX.Element;
639
+ displayName: string;
640
+ };
641
+ };
642
+ //#endregion
643
+ export { SchemaFieldExtended, schemaFieldExtendedComponents };