@pixpilot/formily-shadcn 1.17.0 → 1.18.0

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