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