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