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