@1money/component-ui 0.0.90 → 0.0.92-alpha.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 (1369) hide show
  1. package/es/business/Dialog/BaseDialog/BaseDialog.d.ts +3 -0
  2. package/es/business/Dialog/BaseDialog/BaseDialog.js +131 -0
  3. package/es/business/Dialog/BaseDialog/constants.d.ts +12 -0
  4. package/es/business/Dialog/BaseDialog/constants.js +13 -0
  5. package/es/business/Dialog/BaseDialog/index.d.ts +4 -0
  6. package/es/business/Dialog/BaseDialog/index.js +5 -0
  7. package/es/business/Dialog/BaseDialog/interface.d.ts +69 -0
  8. package/es/business/Dialog/BaseDialog/interface.js +2 -0
  9. package/es/business/Dialog/BaseDialog/style/BaseDialog.css +75 -0
  10. package/es/business/Dialog/BaseDialog/style/css.js +2 -0
  11. package/es/business/Dialog/BaseDialog/style/index.d.ts +1 -0
  12. package/es/business/Dialog/BaseDialog/style/index.js +2 -0
  13. package/es/business/Dialog/Descriptions/Descriptions.d.ts +3 -0
  14. package/es/business/Dialog/Descriptions/Descriptions.js +102 -0
  15. package/es/business/Dialog/Descriptions/constants.d.ts +16 -0
  16. package/es/business/Dialog/Descriptions/constants.js +24 -0
  17. package/es/business/Dialog/Descriptions/index.d.ts +4 -0
  18. package/es/business/Dialog/Descriptions/index.js +5 -0
  19. package/es/business/Dialog/Descriptions/interface.d.ts +58 -0
  20. package/es/business/Dialog/Descriptions/interface.js +2 -0
  21. package/es/business/Dialog/Descriptions/style/Descriptions.css +60 -0
  22. package/es/business/Dialog/Descriptions/style/css.js +2 -0
  23. package/es/business/Dialog/Descriptions/style/index.d.ts +1 -0
  24. package/es/business/Dialog/Descriptions/style/index.js +2 -0
  25. package/es/business/Dialog/DetailsDialog/DetailsDialog.d.ts +3 -0
  26. package/es/business/Dialog/DetailsDialog/DetailsDialog.js +101 -0
  27. package/es/business/Dialog/DetailsDialog/index.d.ts +4 -0
  28. package/es/business/Dialog/DetailsDialog/index.js +5 -0
  29. package/es/business/Dialog/DetailsDialog/interface.d.ts +31 -0
  30. package/es/business/Dialog/DetailsDialog/interface.js +2 -0
  31. package/es/business/Dialog/DetailsDialog/style/DetailsDialog.css +43 -0
  32. package/es/business/Dialog/DetailsDialog/style/css.js +2 -0
  33. package/es/business/Dialog/DetailsDialog/style/index.d.ts +1 -0
  34. package/es/business/Dialog/DetailsDialog/style/index.js +2 -0
  35. package/es/business/Dialog/FormDialog/FormDialog.d.ts +5 -0
  36. package/es/business/Dialog/FormDialog/FormDialog.js +121 -0
  37. package/es/business/Dialog/FormDialog/index.d.ts +6 -0
  38. package/es/business/Dialog/FormDialog/index.js +6 -0
  39. package/es/business/Dialog/FormDialog/interface.d.ts +53 -0
  40. package/es/business/Dialog/FormDialog/interface.js +2 -0
  41. package/{lib/business/Dialog/TransactionDialog/style/TransactionDialog.css → es/business/Dialog/FormDialog/style/FormDialog.css} +12 -11
  42. package/es/business/Dialog/FormDialog/style/css.js +2 -0
  43. package/es/business/Dialog/FormDialog/style/index.d.ts +1 -0
  44. package/es/business/Dialog/FormDialog/style/index.js +2 -0
  45. package/es/business/Dialog/VerificationDialog/VerificationDialog.js +249 -95
  46. package/es/business/Dialog/VerificationDialog/constants.d.ts +8 -35
  47. package/es/business/Dialog/VerificationDialog/constants.js +8 -30
  48. package/es/business/Dialog/VerificationDialog/index.d.ts +2 -1
  49. package/es/business/Dialog/VerificationDialog/index.js +3 -2
  50. package/es/business/Dialog/VerificationDialog/interface.d.ts +42 -106
  51. package/es/business/Dialog/VerificationDialog/interface.js +1 -1
  52. package/es/business/Dialog/VerificationDialog/style/VerificationDialog.css +17 -6
  53. package/es/business/Dialog/VerificationDialog/style/css.js +1 -1
  54. package/es/business/Dialog/VerificationDialog/style/index.js +1 -1
  55. package/es/business/Dialog/index.d.ts +5 -2
  56. package/es/business/Dialog/index.js +8 -3
  57. package/es/business/Dialog/variants/DeleteDialog.d.ts +3 -0
  58. package/es/business/Dialog/variants/DeleteDialog.js +20 -0
  59. package/es/business/Dialog/variants/FailureDialog.d.ts +3 -0
  60. package/es/business/Dialog/variants/FailureDialog.js +20 -0
  61. package/es/business/Dialog/variants/LoadingDialog.d.ts +33 -0
  62. package/es/business/Dialog/variants/LoadingDialog.js +189 -0
  63. package/es/business/Dialog/variants/PendingDialog.d.ts +3 -0
  64. package/es/business/Dialog/variants/PendingDialog.js +19 -0
  65. package/es/business/Dialog/variants/SuccessDialog.d.ts +3 -0
  66. package/es/business/Dialog/variants/SuccessDialog.js +19 -0
  67. package/es/business/Dialog/variants/index.d.ts +10 -0
  68. package/es/business/Dialog/variants/index.js +9 -0
  69. package/es/business/Dialog/variants/style/LoadingDialog.css +62 -0
  70. package/es/business/Dialog/variants/style/css.js +2 -0
  71. package/es/business/Dialog/variants/style/index.d.ts +1 -0
  72. package/es/business/Dialog/variants/style/index.js +2 -0
  73. package/es/business/FieldList/index.d.ts +30 -0
  74. package/es/business/FieldList/index.js +59 -0
  75. package/es/business/FieldList/style/FieldList.css +89 -0
  76. package/es/business/FieldList/style/css.js +2 -0
  77. package/es/business/FieldList/style/index.d.ts +1 -0
  78. package/es/business/FieldList/style/index.js +2 -0
  79. package/es/business/Filter/Account/Account.js +1 -1
  80. package/es/business/Filter/Account/index.js +1 -1
  81. package/es/business/Filter/Account/interface.js +1 -1
  82. package/es/business/Filter/Account/style/css.js +1 -1
  83. package/es/business/Filter/Account/style/index.js +1 -1
  84. package/es/business/Filter/Asset/Asset.js +1 -1
  85. package/es/business/Filter/Asset/index.js +1 -1
  86. package/es/business/Filter/Asset/interface.js +1 -1
  87. package/es/business/Filter/Asset/style/css.js +1 -1
  88. package/es/business/Filter/Asset/style/index.js +1 -1
  89. package/es/business/Filter/DateRange/DateRange.js +1 -1
  90. package/es/business/Filter/DateRange/index.js +1 -1
  91. package/es/business/Filter/DateRange/interface.js +1 -1
  92. package/es/business/Filter/DateRange/style/css.js +1 -1
  93. package/es/business/Filter/DateRange/style/index.js +1 -1
  94. package/es/business/Filter/Option/Option.js +1 -1
  95. package/es/business/Filter/Option/index.js +1 -1
  96. package/es/business/Filter/Option/interface.js +1 -1
  97. package/es/business/Filter/Option/style/css.js +1 -1
  98. package/es/business/Filter/Option/style/index.js +1 -1
  99. package/es/business/Filter/index.js +1 -1
  100. package/es/business/FormPage/FormPage.d.ts +4 -0
  101. package/es/business/FormPage/FormPage.js +92 -0
  102. package/es/business/FormPage/index.d.ts +4 -0
  103. package/es/business/FormPage/index.js +5 -0
  104. package/es/business/FormPage/interface.d.ts +53 -0
  105. package/es/business/FormPage/interface.js +2 -0
  106. package/es/business/Select/Asset/AssetSelect.js +5 -1
  107. package/es/business/Select/Asset/index.js +1 -1
  108. package/es/business/Select/Asset/interface.js +1 -1
  109. package/es/business/Select/Asset/style/css.js +1 -1
  110. package/es/business/Select/Asset/style/index.js +1 -1
  111. package/es/business/Select/Country/CountrySelect.js +5 -1
  112. package/es/business/Select/Country/index.js +1 -1
  113. package/es/business/Select/Country/interface.js +1 -1
  114. package/es/business/Select/Currency/CurrencySelect.js +5 -1
  115. package/es/business/Select/Currency/index.js +1 -1
  116. package/es/business/Select/Currency/interface.js +1 -1
  117. package/es/business/Select/Currency/style/css.js +1 -1
  118. package/es/business/Select/Currency/style/index.js +1 -1
  119. package/es/business/Select/Network/NetworkSelect.js +5 -1
  120. package/es/business/Select/Network/index.js +1 -1
  121. package/es/business/Select/Network/interface.js +1 -1
  122. package/es/business/Select/Network/style/css.js +1 -1
  123. package/es/business/Select/Network/style/index.js +1 -1
  124. package/es/business/Select/PaymentMethod/PaymentMethodSelect.js +5 -1
  125. package/es/business/Select/PaymentMethod/index.js +1 -1
  126. package/es/business/Select/PaymentMethod/interface.js +1 -1
  127. package/es/business/Select/PaymentMethod/style/css.js +1 -1
  128. package/es/business/Select/PaymentMethod/style/index.js +1 -1
  129. package/es/business/Select/index.js +1 -1
  130. package/es/business/index.d.ts +3 -0
  131. package/es/business/index.js +3 -1
  132. package/es/business/shared/formCore/BaseProForm.d.ts +40 -0
  133. package/es/business/shared/formCore/BaseProForm.js +87 -0
  134. package/es/business/shared/formCore/useRelayedFormRef.d.ts +16 -0
  135. package/es/business/shared/formCore/useRelayedFormRef.js +43 -0
  136. package/es/business/shared/formCore/useSubmitAction.d.ts +11 -0
  137. package/es/business/shared/formCore/useSubmitAction.js +92 -0
  138. package/es/components/Accordion/Accordion.js +1 -1
  139. package/es/components/Accordion/constants.js +1 -1
  140. package/es/components/Accordion/index.js +1 -1
  141. package/es/components/Accordion/interface.js +1 -1
  142. package/es/components/Accordion/style/css.js +1 -1
  143. package/es/components/Accordion/style/index.js +1 -1
  144. package/es/components/ActionBar/ActionBar.d.ts +3 -0
  145. package/es/components/ActionBar/ActionBar.js +115 -0
  146. package/es/components/ActionBar/constants.d.ts +29 -0
  147. package/es/components/ActionBar/constants.js +30 -0
  148. package/es/components/ActionBar/index.d.ts +4 -0
  149. package/es/components/ActionBar/index.js +5 -0
  150. package/es/components/ActionBar/interface.d.ts +82 -0
  151. package/es/components/ActionBar/interface.js +2 -0
  152. package/es/components/ActionBar/style/ActionBar.css +44 -0
  153. package/es/components/ActionBar/style/css.js +2 -0
  154. package/es/components/ActionBar/style/index.d.ts +1 -0
  155. package/es/components/ActionBar/style/index.js +2 -0
  156. package/es/components/Alert/Alert.js +1 -1
  157. package/es/components/Alert/index.js +1 -1
  158. package/es/components/Alert/interface.js +1 -1
  159. package/es/components/Alert/style/css.js +1 -1
  160. package/es/components/Alert/style/index.js +1 -1
  161. package/es/components/Button/Button.js +1 -1
  162. package/es/components/Button/constants.js +1 -1
  163. package/es/components/Button/index.js +1 -1
  164. package/es/components/Button/interface.js +1 -1
  165. package/es/components/Button/style/css.js +1 -1
  166. package/es/components/Button/style/index.js +1 -1
  167. package/es/components/Calendar/Calendar.js +1 -1
  168. package/es/components/Calendar/constants.js +1 -1
  169. package/es/components/Calendar/index.js +1 -1
  170. package/es/components/Calendar/interface.js +1 -1
  171. package/es/components/Calendar/style/css.js +1 -1
  172. package/es/components/Calendar/style/index.js +1 -1
  173. package/es/components/Carousel/Carousel.js +1 -1
  174. package/es/components/Carousel/index.js +1 -1
  175. package/es/components/Carousel/interface.js +1 -1
  176. package/es/components/Carousel/style/css.js +1 -1
  177. package/es/components/Carousel/style/index.js +1 -1
  178. package/es/components/Cell/Cell.js +1 -1
  179. package/es/components/Cell/index.js +1 -1
  180. package/es/components/Cell/interface.js +1 -1
  181. package/es/components/Cell/style/css.js +1 -1
  182. package/es/components/Cell/style/index.js +1 -1
  183. package/es/components/Checkbox/BaseCheckbox.js +1 -1
  184. package/es/components/Checkbox/Checkbox.js +1 -1
  185. package/es/components/Checkbox/CheckboxGroup.js +1 -1
  186. package/es/components/Checkbox/CheckboxGroupContext.js +1 -1
  187. package/es/components/Checkbox/constants.js +1 -1
  188. package/es/components/Checkbox/index.js +1 -1
  189. package/es/components/Checkbox/interface.js +1 -1
  190. package/es/components/Checkbox/style/css.js +1 -1
  191. package/es/components/Checkbox/style/index.js +1 -1
  192. package/es/components/CoachMark/CoachMark.js +1 -1
  193. package/es/components/CoachMark/index.js +1 -1
  194. package/es/components/CoachMark/interface.js +1 -1
  195. package/es/components/CoachMark/style/css.js +1 -1
  196. package/es/components/CoachMark/style/index.js +1 -1
  197. package/es/components/Copy/Clipboard.js +1 -1
  198. package/es/components/Copy/Copy.js +1 -1
  199. package/es/components/Copy/index.js +1 -1
  200. package/es/components/Copy/interface.js +1 -1
  201. package/es/components/Copy/style/css.js +1 -1
  202. package/es/components/Copy/style/index.js +1 -1
  203. package/es/components/Dialog/Dialog.js +13 -8
  204. package/es/components/Dialog/DialogContent.js +1 -1
  205. package/es/components/Dialog/DialogControls.js +1 -1
  206. package/es/components/Dialog/className.js +1 -1
  207. package/es/components/Dialog/constants.js +1 -1
  208. package/es/components/Dialog/hooks.js +1 -1
  209. package/es/components/Dialog/index.js +1 -1
  210. package/es/components/Dialog/interface.d.ts +11 -0
  211. package/es/components/Dialog/interface.js +1 -1
  212. package/es/components/Dialog/style/Dialog.css +7 -4
  213. package/es/{business/Dialog/ResultDialog/style/ResultDialog.css → components/Dialog/style/DialogBare.css} +10 -5
  214. package/es/components/Dialog/style/css.js +2 -1
  215. package/es/components/Dialog/style/index.d.ts +1 -0
  216. package/es/components/Dialog/style/index.js +2 -1
  217. package/es/components/Dialog/types.js +1 -1
  218. package/es/components/Divider/Divider.js +1 -1
  219. package/es/components/Divider/constants.js +1 -1
  220. package/es/components/Divider/index.js +1 -1
  221. package/es/components/Divider/interface.js +1 -1
  222. package/es/components/Divider/style/css.js +1 -1
  223. package/es/components/Divider/style/index.js +1 -1
  224. package/es/components/Drawer/Drawer.js +1 -1
  225. package/es/components/Drawer/constants.js +1 -1
  226. package/es/components/Drawer/hooks/index.js +1 -1
  227. package/es/components/Drawer/hooks/useBodyScrollLock.js +1 -1
  228. package/es/components/Drawer/hooks/useDialogFocus.js +1 -1
  229. package/es/components/Drawer/hooks/useDrawerTransition.js +1 -1
  230. package/es/components/Drawer/hooks/useEscapeClose.js +1 -1
  231. package/es/components/Drawer/index.js +1 -1
  232. package/es/components/Drawer/interface.js +1 -1
  233. package/es/components/Drawer/style/css.js +1 -1
  234. package/es/components/Drawer/style/index.js +1 -1
  235. package/es/components/Dropdown/Dropdown.js +1 -1
  236. package/es/components/Dropdown/index.js +1 -1
  237. package/es/components/Dropdown/interface.js +1 -1
  238. package/es/components/Dropdown/style/css.js +1 -1
  239. package/es/components/Dropdown/style/index.js +1 -1
  240. package/es/components/Empty/Empty.js +1 -1
  241. package/es/components/Empty/index.js +1 -1
  242. package/es/components/Empty/interface.js +1 -1
  243. package/es/components/Empty/style/css.js +1 -1
  244. package/es/components/Empty/style/index.js +1 -1
  245. package/es/components/Filter/Filter.js +1 -1
  246. package/es/components/Filter/index.js +1 -1
  247. package/es/components/Filter/interface.js +1 -1
  248. package/es/components/Filter/style/css.js +1 -1
  249. package/es/components/Filter/style/index.js +1 -1
  250. package/es/components/Flex/Flex.js +1 -1
  251. package/es/components/Flex/constants.js +1 -1
  252. package/es/components/Flex/index.js +1 -1
  253. package/es/components/Flex/interface.js +1 -1
  254. package/es/components/Flex/style/css.js +1 -1
  255. package/es/components/Flex/style/index.js +1 -1
  256. package/es/components/FormLayout/FormLayout.d.ts +25 -0
  257. package/es/components/FormLayout/FormLayout.js +128 -0
  258. package/es/components/FormLayout/config.d.ts +96 -0
  259. package/es/components/FormLayout/config.js +93 -0
  260. package/es/components/FormLayout/context.d.ts +9 -0
  261. package/es/components/FormLayout/context.js +13 -0
  262. package/es/components/FormLayout/index.d.ts +7 -0
  263. package/es/components/FormLayout/index.js +7 -0
  264. package/es/components/FormLayout/interface.d.ts +51 -0
  265. package/es/components/FormLayout/interface.js +2 -0
  266. package/es/components/FormLayout/style/FormLayout.css +110 -0
  267. package/es/components/FormLayout/style/css.js +2 -0
  268. package/es/components/FormLayout/style/index.d.ts +1 -0
  269. package/es/components/FormLayout/style/index.js +2 -0
  270. package/es/components/Grid/Col.d.ts +1 -0
  271. package/es/components/Grid/Col.js +2 -1
  272. package/es/components/Grid/Grid.js +1 -1
  273. package/es/components/Grid/Row.d.ts +1 -0
  274. package/es/components/Grid/Row.js +2 -1
  275. package/es/components/Grid/constants.js +1 -1
  276. package/es/components/Grid/helper.js +1 -1
  277. package/es/components/Grid/index.js +1 -1
  278. package/es/components/Grid/interface.js +1 -1
  279. package/es/components/Grid/style/css.js +1 -1
  280. package/es/components/Grid/style/index.js +1 -1
  281. package/es/components/Icons/Icons.js +1 -1
  282. package/es/components/Icons/Illustrations.js +1 -1
  283. package/es/components/Icons/Logo.js +1 -1
  284. package/es/components/Icons/SVGs.js +1 -1
  285. package/es/components/Icons/Wrapper.js +1 -1
  286. package/es/components/Icons/constants.js +1 -1
  287. package/es/components/Icons/index.js +1 -1
  288. package/es/components/Icons/interface.js +1 -1
  289. package/es/components/Icons/style/css.js +1 -1
  290. package/es/components/Icons/style/index.js +1 -1
  291. package/es/components/Input/Amount/Amount.js +1 -1
  292. package/es/components/Input/Amount/helper.js +1 -1
  293. package/es/components/Input/Amount/index.js +1 -1
  294. package/es/components/Input/Amount/style/css.js +1 -1
  295. package/es/components/Input/Amount/style/index.js +1 -1
  296. package/es/components/Input/FieldShell/FieldShell.js +1 -1
  297. package/es/components/Input/FieldShell/index.js +1 -1
  298. package/es/components/Input/Input/Input.css +1 -1
  299. package/es/components/Input/Input/Input.js +16 -4
  300. package/es/components/Input/Input/index.js +1 -1
  301. package/es/components/Input/Mask/Mask.js +3 -2
  302. package/es/components/Input/Mask/index.js +1 -1
  303. package/es/components/Input/OTP/OTP.js +1 -1
  304. package/es/components/Input/OTP/index.js +1 -1
  305. package/es/components/Input/Password/Password.js +1 -1
  306. package/es/components/Input/Password/index.js +1 -1
  307. package/es/components/Input/Search/Search.js +1 -1
  308. package/es/components/Input/Search/index.js +1 -1
  309. package/es/components/Input/TextArea/TextArea.js +1 -1
  310. package/es/components/Input/TextArea/index.js +1 -1
  311. package/es/components/Input/Trade/Trade.js +1 -1
  312. package/es/components/Input/Trade/index.js +1 -1
  313. package/es/components/Input/constants.js +1 -1
  314. package/es/components/Input/index.js +1 -1
  315. package/es/components/Input/interface.d.ts +5 -0
  316. package/es/components/Input/interface.js +1 -1
  317. package/es/components/Input/style/css.js +1 -1
  318. package/es/components/Input/style/index.js +1 -1
  319. package/es/components/Input/useAmountInput.js +1 -1
  320. package/es/components/Input/useSyncRef.js +1 -1
  321. package/es/components/Link/Link.js +1 -1
  322. package/es/components/Link/constants.js +1 -1
  323. package/es/components/Link/index.js +1 -1
  324. package/es/components/Link/interface.js +1 -1
  325. package/es/components/Link/style/css.js +1 -1
  326. package/es/components/Link/style/index.js +1 -1
  327. package/es/components/Navigation/Nav.js +1 -1
  328. package/es/components/Navigation/Navigation.js +1 -1
  329. package/es/components/Navigation/NavigationLogo.js +1 -1
  330. package/es/components/Navigation/NavigationStepper.js +1 -1
  331. package/es/components/Navigation/index.js +1 -1
  332. package/es/components/Navigation/interface.js +1 -1
  333. package/es/components/Navigation/style/css.js +1 -1
  334. package/es/components/Navigation/style/index.js +1 -1
  335. package/es/components/Notification/Notification.js +1 -1
  336. package/es/components/Notification/NotificationStatic.js +1 -1
  337. package/es/components/Notification/constants.js +1 -1
  338. package/es/components/Notification/index.js +1 -1
  339. package/es/components/Notification/interface.js +1 -1
  340. package/es/components/Notification/style/css.js +1 -1
  341. package/es/components/Notification/style/index.js +1 -1
  342. package/es/components/Pagination/Pagination.js +1 -1
  343. package/es/components/Pagination/constants.js +1 -1
  344. package/es/components/Pagination/index.js +1 -1
  345. package/es/components/Pagination/interface.js +1 -1
  346. package/es/components/Pagination/style/css.js +1 -1
  347. package/es/components/Pagination/style/index.js +1 -1
  348. package/es/components/Pagination/usePagination.js +1 -1
  349. package/es/components/Popconfirm/Popconfirm.js +1 -1
  350. package/es/components/Popconfirm/constants.js +1 -1
  351. package/es/components/Popconfirm/index.js +1 -1
  352. package/es/components/Popconfirm/interface.js +1 -1
  353. package/es/components/Popconfirm/style/css.js +1 -1
  354. package/es/components/Popconfirm/style/index.js +1 -1
  355. package/es/components/Portal/Portal.js +1 -1
  356. package/es/components/Portal/index.js +1 -1
  357. package/es/components/Portal/interface.js +1 -1
  358. package/es/components/ProForm/ProForm.js +24 -13
  359. package/es/components/ProForm/ProFormDependency.js +1 -1
  360. package/es/components/ProForm/ProFormGroup.js +1 -1
  361. package/es/components/ProForm/ProFormItem.js +2 -1
  362. package/es/components/ProForm/ProFormList.js +1 -1
  363. package/es/components/ProForm/SchemaForm.js +1 -1
  364. package/es/components/ProForm/Submitter.js +1 -1
  365. package/es/components/ProForm/constants.js +1 -1
  366. package/es/components/ProForm/context.js +1 -1
  367. package/es/components/ProForm/core/constants.d.ts +1 -1
  368. package/es/components/ProForm/core/constants.js +5 -2
  369. package/es/components/ProForm/core/devWarning.js +1 -1
  370. package/es/components/ProForm/core/formStore.js +1 -1
  371. package/es/components/ProForm/core/hooks/useForm.js +1 -1
  372. package/es/components/ProForm/core/hooks/useFormCore.js +1 -1
  373. package/es/components/ProForm/core/index.js +1 -1
  374. package/es/components/ProForm/core/interface.js +1 -1
  375. package/es/components/ProForm/core/namePathType.js +1 -1
  376. package/es/components/ProForm/core/pathUtils.js +1 -1
  377. package/es/components/ProForm/core/runRules.js +1 -1
  378. package/es/components/ProForm/core/useFormItem.js +1 -1
  379. package/es/components/ProForm/core/validationError.js +1 -1
  380. package/es/components/ProForm/fields/ProFormCheckbox.js +1 -1
  381. package/es/components/ProForm/fields/ProFormCheckboxGroup.js +1 -1
  382. package/es/components/ProForm/fields/ProFormDatePicker.js +1 -1
  383. package/es/components/ProForm/fields/ProFormFieldSet.js +1 -1
  384. package/es/components/ProForm/fields/ProFormPassword.js +1 -1
  385. package/es/components/ProForm/fields/ProFormRadioGroup.js +1 -1
  386. package/es/components/ProForm/fields/ProFormSelect.js +1 -1
  387. package/es/components/ProForm/fields/ProFormSlider.js +1 -1
  388. package/es/components/ProForm/fields/ProFormSwitch.js +1 -1
  389. package/es/components/ProForm/fields/ProFormText.js +1 -1
  390. package/es/components/ProForm/fields/ProFormTextArea.js +1 -1
  391. package/es/components/ProForm/fields/ProFormUpload.js +1 -1
  392. package/es/components/ProForm/fields/createProFormField.js +1 -1
  393. package/es/components/ProForm/fields/index.js +1 -1
  394. package/es/components/ProForm/hooks/useFieldRequest.js +1 -1
  395. package/es/components/ProForm/hooks/useUrlSync.js +1 -1
  396. package/es/components/ProForm/index.js +1 -1
  397. package/es/components/ProForm/interface.js +1 -1
  398. package/es/components/ProForm/layouts/DialogForm.js +1 -1
  399. package/es/components/ProForm/layouts/DrawerForm.js +1 -1
  400. package/es/components/ProForm/layouts/QueryFilter.js +1 -1
  401. package/es/components/ProForm/layouts/index.js +1 -1
  402. package/es/components/ProForm/layouts/useOverlayForm.js +1 -1
  403. package/es/components/ProForm/style/ProForm.css +1 -1
  404. package/es/components/ProForm/style/css.js +1 -1
  405. package/es/components/ProForm/style/index.js +1 -1
  406. package/es/components/ProForm/utils.js +1 -1
  407. package/es/components/ProTable/ProTable.js +1 -1
  408. package/es/components/ProTable/constants.js +1 -1
  409. package/es/components/ProTable/core/genColumns.js +1 -1
  410. package/es/components/ProTable/core/genSearchFields.js +1 -1
  411. package/es/components/ProTable/core/useAwaitableReload.js +1 -1
  412. package/es/components/ProTable/core/utils.js +1 -1
  413. package/es/components/ProTable/index.js +1 -1
  414. package/es/components/ProTable/interface.js +1 -1
  415. package/es/components/ProTable/style/css.js +1 -1
  416. package/es/components/ProTable/style/index.js +1 -1
  417. package/es/components/ProTable/useFetchData.js +1 -1
  418. package/es/components/Progress/Progress.js +1 -1
  419. package/es/components/Progress/constants.js +1 -1
  420. package/es/components/Progress/index.js +1 -1
  421. package/es/components/Progress/interface.js +1 -1
  422. package/es/components/Progress/style/css.js +1 -1
  423. package/es/components/Progress/style/index.js +1 -1
  424. package/es/components/Radio/BaseRadio.js +1 -1
  425. package/es/components/Radio/Radio.js +1 -1
  426. package/es/components/Radio/RadioGroup.js +1 -1
  427. package/es/components/Radio/RadioGroupContext.js +1 -1
  428. package/es/components/Radio/constants.js +1 -1
  429. package/es/components/Radio/index.js +1 -1
  430. package/es/components/Radio/interface.js +1 -1
  431. package/es/components/Radio/style/css.js +1 -1
  432. package/es/components/Radio/style/index.js +1 -1
  433. package/es/components/ResizeObserver/Collection.js +1 -1
  434. package/es/components/ResizeObserver/ResizeObserver.js +1 -1
  435. package/es/components/ResizeObserver/SingleObserver/index.js +1 -1
  436. package/es/components/ResizeObserver/index.js +1 -1
  437. package/es/components/ResizeObserver/interface.js +1 -1
  438. package/es/components/ResizeObserver/useResizeObserver.js +1 -1
  439. package/es/components/ResizeObserver/utils/observerUtil.js +1 -1
  440. package/es/components/ResizeObserver/utils/reactUtil.js +1 -1
  441. package/es/components/Segment/Segment.js +1 -1
  442. package/es/components/Segment/index.js +1 -1
  443. package/es/components/Segment/interface.js +1 -1
  444. package/es/components/Segment/style/css.js +1 -1
  445. package/es/components/Segment/style/index.js +1 -1
  446. package/es/components/Select/Select.js +8 -3
  447. package/es/components/Select/SelectCustom.js +1 -1
  448. package/es/components/Select/SelectFieldShell.js +1 -1
  449. package/es/components/Select/SelectOptionContent.js +1 -1
  450. package/es/components/Select/SelectSearchControl.js +1 -1
  451. package/es/components/Select/SelectValueContent.js +1 -1
  452. package/es/components/Select/constants.js +1 -1
  453. package/es/components/Select/index.js +1 -1
  454. package/es/components/Select/interface.js +1 -1
  455. package/es/components/Select/style/css.js +1 -1
  456. package/es/components/Select/style/index.js +1 -1
  457. package/es/components/Select/useSelectShell.js +1 -1
  458. package/es/components/Select/utils.js +1 -1
  459. package/es/components/Skeleton/Skeleton.js +1 -1
  460. package/es/components/Skeleton/index.js +1 -1
  461. package/es/components/Skeleton/interface.js +1 -1
  462. package/es/components/Skeleton/style/css.js +1 -1
  463. package/es/components/Skeleton/style/index.js +1 -1
  464. package/es/components/Slider/Slider.js +1 -1
  465. package/es/components/Slider/index.js +1 -1
  466. package/es/components/Slider/interface.js +1 -1
  467. package/es/components/Slider/style/css.js +1 -1
  468. package/es/components/Slider/style/index.js +1 -1
  469. package/es/components/Space/Space.js +1 -1
  470. package/es/components/Space/constants.js +1 -1
  471. package/es/components/Space/index.js +1 -1
  472. package/es/components/Space/interface.js +1 -1
  473. package/es/components/Space/style/css.js +1 -1
  474. package/es/components/Space/style/index.js +1 -1
  475. package/es/components/Spinner/Spinner.js +1 -1
  476. package/es/components/Spinner/index.js +1 -1
  477. package/es/components/Spinner/interface.js +1 -1
  478. package/es/components/Spinner/style/css.js +1 -1
  479. package/es/components/Spinner/style/index.js +1 -1
  480. package/es/components/Step/Step.js +1 -1
  481. package/es/components/Step/constants.js +1 -1
  482. package/es/components/Step/index.js +1 -1
  483. package/es/components/Step/interface.js +1 -1
  484. package/es/components/Step/style/css.js +1 -1
  485. package/es/components/Step/style/index.js +1 -1
  486. package/es/components/Switch/Switch.js +1 -1
  487. package/es/components/Switch/constants.js +1 -1
  488. package/es/components/Switch/index.js +1 -1
  489. package/es/components/Switch/interface.js +1 -1
  490. package/es/components/Switch/style/css.js +1 -1
  491. package/es/components/Switch/style/index.js +1 -1
  492. package/es/components/Table/Table.js +1 -1
  493. package/es/components/Table/VirtualTable.js +1 -1
  494. package/es/components/Table/constants.js +1 -1
  495. package/es/components/Table/core/columnUtil.js +1 -1
  496. package/es/components/Table/core/useTableColumns.js +1 -1
  497. package/es/components/Table/core/useTableDataPipeline.js +1 -1
  498. package/es/components/Table/core/useTableExpand.js +1 -1
  499. package/es/components/Table/core/useTableSelection.js +1 -1
  500. package/es/components/Table/core/useTableSetup.js +1 -1
  501. package/es/components/Table/features/ExpandTrigger.js +1 -1
  502. package/es/components/Table/features/FilterTrigger.js +1 -1
  503. package/es/components/Table/features/SelectionColumn.js +1 -1
  504. package/es/components/Table/features/SortTrigger.js +1 -1
  505. package/es/components/Table/index.js +1 -1
  506. package/es/components/Table/interface.js +1 -1
  507. package/es/components/Table/internal/index.js +1 -1
  508. package/es/components/Table/internal/kernel/Body/BodyRow.js +1 -1
  509. package/es/components/Table/internal/kernel/Body/ExpandedRow.js +1 -1
  510. package/es/components/Table/internal/kernel/Body/MeasureCell.js +1 -1
  511. package/es/components/Table/internal/kernel/Body/MeasureRow.js +1 -1
  512. package/es/components/Table/internal/kernel/Body/index.js +1 -1
  513. package/es/components/Table/internal/kernel/Cell/index.js +1 -1
  514. package/es/components/Table/internal/kernel/Cell/useCellRender.js +1 -1
  515. package/es/components/Table/internal/kernel/Cell/useHoverState.js +1 -1
  516. package/es/components/Table/internal/kernel/ColGroup.js +1 -1
  517. package/es/components/Table/internal/kernel/FixedHolder/index.js +1 -1
  518. package/es/components/Table/internal/kernel/Footer/Cell.js +1 -1
  519. package/es/components/Table/internal/kernel/Footer/Row.js +1 -1
  520. package/es/components/Table/internal/kernel/Footer/Summary.js +1 -1
  521. package/es/components/Table/internal/kernel/Footer/SummaryContext.js +1 -1
  522. package/es/components/Table/internal/kernel/Footer/index.js +1 -1
  523. package/es/components/Table/internal/kernel/Header/Header.js +1 -1
  524. package/es/components/Table/internal/kernel/Header/HeaderRow.js +1 -1
  525. package/es/components/Table/internal/kernel/Panel/index.js +1 -1
  526. package/es/components/Table/internal/kernel/Table.js +1 -1
  527. package/es/components/Table/internal/kernel/VirtualTable/BodyGrid.js +1 -1
  528. package/es/components/Table/internal/kernel/VirtualTable/BodyLine.js +1 -1
  529. package/es/components/Table/internal/kernel/VirtualTable/VirtualCell.js +1 -1
  530. package/es/components/Table/internal/kernel/VirtualTable/context.js +1 -1
  531. package/es/components/Table/internal/kernel/VirtualTable/index.js +1 -1
  532. package/es/components/Table/internal/kernel/constant.js +1 -1
  533. package/es/components/Table/internal/kernel/context/PerfContext.js +1 -1
  534. package/es/components/Table/internal/kernel/context/TableContext.js +1 -1
  535. package/es/components/Table/internal/kernel/hooks/useColumns/index.js +1 -1
  536. package/es/components/Table/internal/kernel/hooks/useColumns/useWidthColumns.js +1 -1
  537. package/es/components/Table/internal/kernel/hooks/useExpand.js +1 -1
  538. package/es/components/Table/internal/kernel/hooks/useFixedInfo.js +1 -1
  539. package/es/components/Table/internal/kernel/hooks/useFlattenRecords.js +1 -1
  540. package/es/components/Table/internal/kernel/hooks/useFrame.js +1 -1
  541. package/es/components/Table/internal/kernel/hooks/useHover.js +1 -1
  542. package/es/components/Table/internal/kernel/hooks/useRenderTimes.js +1 -1
  543. package/es/components/Table/internal/kernel/hooks/useRowInfo.js +1 -1
  544. package/es/components/Table/internal/kernel/hooks/useSticky.js +1 -1
  545. package/es/components/Table/internal/kernel/hooks/useStickyOffsets.js +1 -1
  546. package/es/components/Table/internal/kernel/index.js +1 -1
  547. package/es/components/Table/internal/kernel/interface.js +1 -1
  548. package/es/components/Table/internal/kernel/namePathType.js +1 -1
  549. package/es/components/Table/internal/kernel/selector-context/Immutable.js +1 -1
  550. package/es/components/Table/internal/kernel/selector-context/context.js +1 -1
  551. package/es/components/Table/internal/kernel/selector-context/index.js +1 -1
  552. package/es/components/Table/internal/kernel/selector-context/isEqual.js +1 -1
  553. package/es/components/Table/internal/kernel/stickyScrollBar.js +1 -1
  554. package/es/components/Table/internal/kernel/sugar/Column.js +1 -1
  555. package/es/components/Table/internal/kernel/sugar/ColumnGroup.js +1 -1
  556. package/es/components/Table/internal/kernel/utils/dom/canUseDom.js +1 -1
  557. package/es/components/Table/internal/kernel/utils/dom/isVisible.js +1 -1
  558. package/es/components/Table/internal/kernel/utils/expandUtil.js +1 -1
  559. package/es/components/Table/internal/kernel/utils/fixUtil.js +1 -1
  560. package/es/components/Table/internal/kernel/utils/get.js +1 -1
  561. package/es/components/Table/internal/kernel/utils/getScrollBarSize.js +1 -1
  562. package/es/components/Table/internal/kernel/utils/legacyUtil.js +1 -1
  563. package/es/components/Table/internal/kernel/utils/offsetUtil.js +1 -1
  564. package/es/components/Table/internal/kernel/utils/pickAttrs.js +1 -1
  565. package/es/components/Table/internal/kernel/utils/useMemo.js +1 -1
  566. package/es/components/Table/internal/kernel/utils/valueUtil.js +1 -1
  567. package/es/components/Table/internal/kernel/utils/warning.js +1 -1
  568. package/es/components/Table/renderers/BodyCell.js +1 -1
  569. package/es/components/Table/renderers/CellContent.js +1 -1
  570. package/es/components/Table/renderers/EmptyState.js +1 -1
  571. package/es/components/Table/renderers/ExpandedRowContainer.js +1 -1
  572. package/es/components/Table/renderers/HeaderCell.js +1 -1
  573. package/es/components/Table/renderers/TableShell.js +1 -1
  574. package/es/components/Table/style/css.js +1 -1
  575. package/es/components/Table/style/index.js +1 -1
  576. package/es/components/Tabs/Tabs.js +1 -1
  577. package/es/components/Tabs/index.js +1 -1
  578. package/es/components/Tabs/interface.js +1 -1
  579. package/es/components/Tabs/style/css.js +1 -1
  580. package/es/components/Tabs/style/index.js +1 -1
  581. package/es/components/Tag/Tag.js +1 -1
  582. package/es/components/Tag/constants.js +1 -1
  583. package/es/components/Tag/index.js +1 -1
  584. package/es/components/Tag/interface.js +1 -1
  585. package/es/components/Tag/style/css.js +1 -1
  586. package/es/components/Tag/style/index.js +1 -1
  587. package/es/components/Tooltip/Tooltip.js +1 -1
  588. package/es/components/Tooltip/index.js +1 -1
  589. package/es/components/Tooltip/interface.js +1 -1
  590. package/es/components/Tooltip/style/css.js +1 -1
  591. package/es/components/Tooltip/style/index.js +1 -1
  592. package/es/components/Tour/Tour.js +1 -1
  593. package/es/components/Tour/index.js +1 -1
  594. package/es/components/Tour/interface.js +1 -1
  595. package/es/components/Trigger/Trigger.js +1 -1
  596. package/es/components/Trigger/index.js +1 -1
  597. package/es/components/Trigger/interface.js +1 -1
  598. package/es/components/Trigger/style/css.js +1 -1
  599. package/es/components/Trigger/style/index.js +1 -1
  600. package/es/components/Typography/Typography.js +1 -1
  601. package/es/components/Typography/constants.js +1 -1
  602. package/es/components/Typography/index.js +1 -1
  603. package/es/components/Typography/interface.js +1 -1
  604. package/es/components/Typography/render.js +1 -1
  605. package/es/components/Typography/style/css.js +1 -1
  606. package/es/components/Typography/style/index.js +1 -1
  607. package/es/components/Typography/useTypographyEnhancements.js +1 -1
  608. package/es/components/Typography/utils.js +1 -1
  609. package/es/components/Upload/Upload.js +1 -1
  610. package/es/components/Upload/UploadFileBar.js +1 -1
  611. package/es/components/Upload/index.js +1 -1
  612. package/es/components/Upload/interface.js +1 -1
  613. package/es/components/Upload/style/css.js +1 -1
  614. package/es/components/Upload/style/index.js +1 -1
  615. package/es/components/VirtualList/Filler.js +1 -1
  616. package/es/components/VirtualList/Item.js +1 -1
  617. package/es/components/VirtualList/ScrollBar.js +1 -1
  618. package/es/components/VirtualList/VirtualList.js +1 -1
  619. package/es/components/VirtualList/constants.js +1 -1
  620. package/es/components/VirtualList/hooks/useChildren.js +1 -1
  621. package/es/components/VirtualList/hooks/useDiffItem.js +1 -1
  622. package/es/components/VirtualList/hooks/useFrameWheel.js +1 -1
  623. package/es/components/VirtualList/hooks/useGetSize.js +1 -1
  624. package/es/components/VirtualList/hooks/useHeights.js +1 -1
  625. package/es/components/VirtualList/hooks/useMobileTouchMove.js +1 -1
  626. package/es/components/VirtualList/hooks/useOriginScroll.js +1 -1
  627. package/es/components/VirtualList/hooks/useScrollDrag.js +1 -1
  628. package/es/components/VirtualList/hooks/useScrollTo.js +1 -1
  629. package/es/components/VirtualList/index.js +1 -1
  630. package/es/components/VirtualList/interface.js +1 -1
  631. package/es/components/VirtualList/style/css.js +1 -1
  632. package/es/components/VirtualList/style/index.js +1 -1
  633. package/es/components/VirtualList/utils/CacheMap.js +1 -1
  634. package/es/components/VirtualList/utils/algorithmUtil.js +1 -1
  635. package/es/components/VirtualList/utils/isFirefox.js +1 -1
  636. package/es/components/VirtualList/utils/raf.js +1 -1
  637. package/es/components/VirtualList/utils/scrollbarUtil.js +1 -1
  638. package/es/hooks/index.js +1 -1
  639. package/es/hooks/useFloatingAnimation.js +1 -1
  640. package/es/index.css +1 -1
  641. package/es/index.d.ts +5 -1
  642. package/es/index.js +3 -1
  643. package/es/stories/docs/ComponentDocsPage.js +1 -1
  644. package/es/stories/docs/componentDocMeta.js +1 -1
  645. package/es/utils/classnames.js +1 -1
  646. package/es/utils/clipboard.js +1 -1
  647. package/es/utils/devWarn.js +1 -1
  648. package/es/utils/ref.js +1 -1
  649. package/es/utils/uuid.js +1 -1
  650. package/lib/business/Dialog/BaseDialog/BaseDialog.d.ts +3 -0
  651. package/lib/business/Dialog/BaseDialog/BaseDialog.js +140 -0
  652. package/lib/business/Dialog/BaseDialog/constants.d.ts +12 -0
  653. package/lib/business/Dialog/BaseDialog/constants.js +19 -0
  654. package/lib/business/Dialog/BaseDialog/index.d.ts +4 -0
  655. package/lib/business/Dialog/BaseDialog/index.js +30 -0
  656. package/lib/business/Dialog/BaseDialog/interface.d.ts +69 -0
  657. package/lib/business/Dialog/BaseDialog/interface.js +6 -0
  658. package/lib/business/Dialog/BaseDialog/style/BaseDialog.css +75 -0
  659. package/lib/business/Dialog/BaseDialog/style/css.js +4 -0
  660. package/lib/business/Dialog/BaseDialog/style/index.d.ts +1 -0
  661. package/lib/business/Dialog/BaseDialog/style/index.js +4 -0
  662. package/lib/business/Dialog/Descriptions/Descriptions.d.ts +3 -0
  663. package/lib/business/Dialog/Descriptions/Descriptions.js +112 -0
  664. package/lib/business/Dialog/Descriptions/constants.d.ts +16 -0
  665. package/lib/business/Dialog/Descriptions/constants.js +30 -0
  666. package/lib/business/Dialog/Descriptions/index.d.ts +4 -0
  667. package/lib/business/Dialog/Descriptions/index.js +30 -0
  668. package/lib/business/Dialog/Descriptions/interface.d.ts +58 -0
  669. package/lib/business/Dialog/Descriptions/interface.js +6 -0
  670. package/lib/business/Dialog/Descriptions/style/Descriptions.css +60 -0
  671. package/lib/business/Dialog/Descriptions/style/css.js +4 -0
  672. package/lib/business/Dialog/Descriptions/style/index.d.ts +1 -0
  673. package/lib/business/Dialog/Descriptions/style/index.js +4 -0
  674. package/lib/business/Dialog/DetailsDialog/DetailsDialog.d.ts +3 -0
  675. package/lib/business/Dialog/DetailsDialog/DetailsDialog.js +111 -0
  676. package/lib/business/Dialog/DetailsDialog/index.d.ts +4 -0
  677. package/lib/business/Dialog/DetailsDialog/index.js +30 -0
  678. package/lib/business/Dialog/DetailsDialog/interface.d.ts +31 -0
  679. package/lib/business/Dialog/DetailsDialog/interface.js +6 -0
  680. package/lib/business/Dialog/DetailsDialog/style/DetailsDialog.css +43 -0
  681. package/lib/business/Dialog/DetailsDialog/style/css.js +4 -0
  682. package/lib/business/Dialog/DetailsDialog/style/index.d.ts +1 -0
  683. package/lib/business/Dialog/DetailsDialog/style/index.js +4 -0
  684. package/lib/business/Dialog/FormDialog/FormDialog.d.ts +5 -0
  685. package/lib/business/Dialog/FormDialog/FormDialog.js +130 -0
  686. package/lib/business/Dialog/FormDialog/index.d.ts +6 -0
  687. package/lib/business/Dialog/FormDialog/index.js +52 -0
  688. package/lib/business/Dialog/FormDialog/interface.d.ts +53 -0
  689. package/lib/business/Dialog/FormDialog/interface.js +6 -0
  690. package/{es/business/Dialog/TransactionDialog/style/TransactionDialog.css → lib/business/Dialog/FormDialog/style/FormDialog.css} +12 -11
  691. package/lib/business/Dialog/FormDialog/style/css.js +4 -0
  692. package/lib/business/Dialog/FormDialog/style/index.d.ts +1 -0
  693. package/lib/business/Dialog/FormDialog/style/index.js +4 -0
  694. package/lib/business/Dialog/VerificationDialog/VerificationDialog.js +250 -92
  695. package/lib/business/Dialog/VerificationDialog/constants.d.ts +8 -35
  696. package/lib/business/Dialog/VerificationDialog/constants.js +9 -31
  697. package/lib/business/Dialog/VerificationDialog/index.d.ts +2 -1
  698. package/lib/business/Dialog/VerificationDialog/index.js +4 -17
  699. package/lib/business/Dialog/VerificationDialog/interface.d.ts +42 -106
  700. package/lib/business/Dialog/VerificationDialog/interface.js +1 -1
  701. package/lib/business/Dialog/VerificationDialog/style/VerificationDialog.css +17 -6
  702. package/lib/business/Dialog/VerificationDialog/style/css.js +1 -1
  703. package/lib/business/Dialog/VerificationDialog/style/index.js +1 -1
  704. package/lib/business/Dialog/index.d.ts +5 -2
  705. package/lib/business/Dialog/index.js +31 -9
  706. package/lib/business/Dialog/variants/DeleteDialog.d.ts +3 -0
  707. package/lib/business/Dialog/variants/DeleteDialog.js +26 -0
  708. package/lib/business/Dialog/variants/FailureDialog.d.ts +3 -0
  709. package/lib/business/Dialog/variants/FailureDialog.js +26 -0
  710. package/lib/business/Dialog/variants/LoadingDialog.d.ts +33 -0
  711. package/lib/business/Dialog/variants/LoadingDialog.js +199 -0
  712. package/lib/business/Dialog/variants/PendingDialog.d.ts +3 -0
  713. package/lib/business/Dialog/variants/PendingDialog.js +25 -0
  714. package/lib/business/Dialog/variants/SuccessDialog.d.ts +3 -0
  715. package/lib/business/Dialog/variants/SuccessDialog.js +25 -0
  716. package/lib/business/Dialog/variants/index.d.ts +10 -0
  717. package/lib/business/Dialog/variants/index.js +41 -0
  718. package/lib/business/Dialog/variants/style/LoadingDialog.css +62 -0
  719. package/lib/business/Dialog/variants/style/css.js +4 -0
  720. package/lib/business/Dialog/variants/style/index.d.ts +1 -0
  721. package/lib/business/Dialog/variants/style/index.js +4 -0
  722. package/lib/business/FieldList/index.d.ts +30 -0
  723. package/lib/business/FieldList/index.js +67 -0
  724. package/lib/business/FieldList/style/FieldList.css +89 -0
  725. package/lib/business/FieldList/style/css.js +4 -0
  726. package/lib/business/FieldList/style/index.d.ts +1 -0
  727. package/lib/business/FieldList/style/index.js +4 -0
  728. package/lib/business/Filter/Account/Account.js +1 -1
  729. package/lib/business/Filter/Account/index.js +1 -1
  730. package/lib/business/Filter/Account/interface.js +1 -1
  731. package/lib/business/Filter/Account/style/css.js +1 -1
  732. package/lib/business/Filter/Account/style/index.js +1 -1
  733. package/lib/business/Filter/Asset/Asset.js +1 -1
  734. package/lib/business/Filter/Asset/index.js +1 -1
  735. package/lib/business/Filter/Asset/interface.js +1 -1
  736. package/lib/business/Filter/Asset/style/css.js +1 -1
  737. package/lib/business/Filter/Asset/style/index.js +1 -1
  738. package/lib/business/Filter/DateRange/DateRange.js +1 -1
  739. package/lib/business/Filter/DateRange/index.js +1 -1
  740. package/lib/business/Filter/DateRange/interface.js +1 -1
  741. package/lib/business/Filter/DateRange/style/css.js +1 -1
  742. package/lib/business/Filter/DateRange/style/index.js +1 -1
  743. package/lib/business/Filter/Option/Option.js +1 -1
  744. package/lib/business/Filter/Option/index.js +1 -1
  745. package/lib/business/Filter/Option/interface.js +1 -1
  746. package/lib/business/Filter/Option/style/css.js +1 -1
  747. package/lib/business/Filter/Option/style/index.js +1 -1
  748. package/lib/business/Filter/index.js +1 -1
  749. package/lib/business/FormPage/FormPage.d.ts +4 -0
  750. package/lib/business/FormPage/FormPage.js +98 -0
  751. package/lib/business/FormPage/index.d.ts +4 -0
  752. package/lib/business/FormPage/index.js +30 -0
  753. package/lib/business/FormPage/interface.d.ts +53 -0
  754. package/lib/business/FormPage/interface.js +6 -0
  755. package/lib/business/Select/Asset/AssetSelect.js +5 -1
  756. package/lib/business/Select/Asset/index.js +1 -1
  757. package/lib/business/Select/Asset/interface.js +1 -1
  758. package/lib/business/Select/Asset/style/css.js +1 -1
  759. package/lib/business/Select/Asset/style/index.js +1 -1
  760. package/lib/business/Select/Country/CountrySelect.js +5 -1
  761. package/lib/business/Select/Country/index.js +1 -1
  762. package/lib/business/Select/Country/interface.js +1 -1
  763. package/lib/business/Select/Currency/CurrencySelect.js +5 -1
  764. package/lib/business/Select/Currency/index.js +1 -1
  765. package/lib/business/Select/Currency/interface.js +1 -1
  766. package/lib/business/Select/Currency/style/css.js +1 -1
  767. package/lib/business/Select/Currency/style/index.js +1 -1
  768. package/lib/business/Select/Network/NetworkSelect.js +5 -1
  769. package/lib/business/Select/Network/index.js +1 -1
  770. package/lib/business/Select/Network/interface.js +1 -1
  771. package/lib/business/Select/Network/style/css.js +1 -1
  772. package/lib/business/Select/Network/style/index.js +1 -1
  773. package/lib/business/Select/PaymentMethod/PaymentMethodSelect.js +5 -1
  774. package/lib/business/Select/PaymentMethod/index.js +1 -1
  775. package/lib/business/Select/PaymentMethod/interface.js +1 -1
  776. package/lib/business/Select/PaymentMethod/style/css.js +1 -1
  777. package/lib/business/Select/PaymentMethod/style/index.js +1 -1
  778. package/lib/business/Select/index.js +1 -1
  779. package/lib/business/index.d.ts +3 -0
  780. package/lib/business/index.js +27 -1
  781. package/lib/business/shared/formCore/BaseProForm.d.ts +40 -0
  782. package/lib/business/shared/formCore/BaseProForm.js +93 -0
  783. package/lib/business/shared/formCore/useRelayedFormRef.d.ts +16 -0
  784. package/lib/business/shared/formCore/useRelayedFormRef.js +49 -0
  785. package/lib/business/shared/formCore/useSubmitAction.d.ts +11 -0
  786. package/lib/business/shared/formCore/useSubmitAction.js +99 -0
  787. package/lib/components/Accordion/Accordion.js +1 -1
  788. package/lib/components/Accordion/constants.js +1 -1
  789. package/lib/components/Accordion/index.js +1 -1
  790. package/lib/components/Accordion/interface.js +1 -1
  791. package/lib/components/Accordion/style/css.js +1 -1
  792. package/lib/components/Accordion/style/index.js +1 -1
  793. package/lib/components/ActionBar/ActionBar.d.ts +3 -0
  794. package/lib/components/ActionBar/ActionBar.js +124 -0
  795. package/lib/components/ActionBar/constants.d.ts +29 -0
  796. package/lib/components/ActionBar/constants.js +36 -0
  797. package/lib/components/ActionBar/index.d.ts +4 -0
  798. package/lib/components/ActionBar/index.js +30 -0
  799. package/lib/components/ActionBar/interface.d.ts +82 -0
  800. package/lib/components/ActionBar/interface.js +6 -0
  801. package/lib/components/ActionBar/style/ActionBar.css +44 -0
  802. package/lib/components/ActionBar/style/css.js +4 -0
  803. package/lib/components/ActionBar/style/index.d.ts +1 -0
  804. package/lib/components/ActionBar/style/index.js +4 -0
  805. package/lib/components/Alert/Alert.js +1 -1
  806. package/lib/components/Alert/index.js +1 -1
  807. package/lib/components/Alert/interface.js +1 -1
  808. package/lib/components/Alert/style/css.js +1 -1
  809. package/lib/components/Alert/style/index.js +1 -1
  810. package/lib/components/Button/Button.js +1 -1
  811. package/lib/components/Button/constants.js +1 -1
  812. package/lib/components/Button/index.js +1 -1
  813. package/lib/components/Button/interface.js +1 -1
  814. package/lib/components/Button/style/css.js +1 -1
  815. package/lib/components/Button/style/index.js +1 -1
  816. package/lib/components/Calendar/Calendar.js +1 -1
  817. package/lib/components/Calendar/constants.js +1 -1
  818. package/lib/components/Calendar/index.js +1 -1
  819. package/lib/components/Calendar/interface.js +1 -1
  820. package/lib/components/Calendar/style/css.js +1 -1
  821. package/lib/components/Calendar/style/index.js +1 -1
  822. package/lib/components/Carousel/Carousel.js +1 -1
  823. package/lib/components/Carousel/index.js +1 -1
  824. package/lib/components/Carousel/interface.js +1 -1
  825. package/lib/components/Carousel/style/css.js +1 -1
  826. package/lib/components/Carousel/style/index.js +1 -1
  827. package/lib/components/Cell/Cell.js +1 -1
  828. package/lib/components/Cell/index.js +1 -1
  829. package/lib/components/Cell/interface.js +1 -1
  830. package/lib/components/Cell/style/css.js +1 -1
  831. package/lib/components/Cell/style/index.js +1 -1
  832. package/lib/components/Checkbox/BaseCheckbox.js +1 -1
  833. package/lib/components/Checkbox/Checkbox.js +1 -1
  834. package/lib/components/Checkbox/CheckboxGroup.js +1 -1
  835. package/lib/components/Checkbox/CheckboxGroupContext.js +1 -1
  836. package/lib/components/Checkbox/constants.js +1 -1
  837. package/lib/components/Checkbox/index.js +1 -1
  838. package/lib/components/Checkbox/interface.js +1 -1
  839. package/lib/components/Checkbox/style/css.js +1 -1
  840. package/lib/components/Checkbox/style/index.js +1 -1
  841. package/lib/components/CoachMark/CoachMark.js +1 -1
  842. package/lib/components/CoachMark/index.js +1 -1
  843. package/lib/components/CoachMark/interface.js +1 -1
  844. package/lib/components/CoachMark/style/css.js +1 -1
  845. package/lib/components/CoachMark/style/index.js +1 -1
  846. package/lib/components/Copy/Clipboard.js +1 -1
  847. package/lib/components/Copy/Copy.js +1 -1
  848. package/lib/components/Copy/index.js +1 -1
  849. package/lib/components/Copy/interface.js +1 -1
  850. package/lib/components/Copy/style/css.js +1 -1
  851. package/lib/components/Copy/style/index.js +1 -1
  852. package/lib/components/Dialog/Dialog.js +13 -8
  853. package/lib/components/Dialog/DialogContent.js +1 -1
  854. package/lib/components/Dialog/DialogControls.js +1 -1
  855. package/lib/components/Dialog/className.js +1 -1
  856. package/lib/components/Dialog/constants.js +1 -1
  857. package/lib/components/Dialog/hooks.js +1 -1
  858. package/lib/components/Dialog/index.js +1 -1
  859. package/lib/components/Dialog/interface.d.ts +11 -0
  860. package/lib/components/Dialog/interface.js +1 -1
  861. package/lib/components/Dialog/style/Dialog.css +7 -4
  862. package/lib/{business/Dialog/ResultDialog/style/ResultDialog.css → components/Dialog/style/DialogBare.css} +10 -5
  863. package/lib/components/Dialog/style/css.js +2 -1
  864. package/lib/components/Dialog/style/index.d.ts +1 -0
  865. package/lib/components/Dialog/style/index.js +2 -1
  866. package/lib/components/Dialog/types.js +1 -1
  867. package/lib/components/Divider/Divider.js +1 -1
  868. package/lib/components/Divider/constants.js +1 -1
  869. package/lib/components/Divider/index.js +1 -1
  870. package/lib/components/Divider/interface.js +1 -1
  871. package/lib/components/Divider/style/css.js +1 -1
  872. package/lib/components/Divider/style/index.js +1 -1
  873. package/lib/components/Drawer/Drawer.js +1 -1
  874. package/lib/components/Drawer/constants.js +1 -1
  875. package/lib/components/Drawer/hooks/index.js +1 -1
  876. package/lib/components/Drawer/hooks/useBodyScrollLock.js +1 -1
  877. package/lib/components/Drawer/hooks/useDialogFocus.js +1 -1
  878. package/lib/components/Drawer/hooks/useDrawerTransition.js +1 -1
  879. package/lib/components/Drawer/hooks/useEscapeClose.js +1 -1
  880. package/lib/components/Drawer/index.js +1 -1
  881. package/lib/components/Drawer/interface.js +1 -1
  882. package/lib/components/Drawer/style/css.js +1 -1
  883. package/lib/components/Drawer/style/index.js +1 -1
  884. package/lib/components/Dropdown/Dropdown.js +1 -1
  885. package/lib/components/Dropdown/index.js +1 -1
  886. package/lib/components/Dropdown/interface.js +1 -1
  887. package/lib/components/Dropdown/style/css.js +1 -1
  888. package/lib/components/Dropdown/style/index.js +1 -1
  889. package/lib/components/Empty/Empty.js +1 -1
  890. package/lib/components/Empty/index.js +1 -1
  891. package/lib/components/Empty/interface.js +1 -1
  892. package/lib/components/Empty/style/css.js +1 -1
  893. package/lib/components/Empty/style/index.js +1 -1
  894. package/lib/components/Filter/Filter.js +1 -1
  895. package/lib/components/Filter/index.js +1 -1
  896. package/lib/components/Filter/interface.js +1 -1
  897. package/lib/components/Filter/style/css.js +1 -1
  898. package/lib/components/Filter/style/index.js +1 -1
  899. package/lib/components/Flex/Flex.js +1 -1
  900. package/lib/components/Flex/constants.js +1 -1
  901. package/lib/components/Flex/index.js +1 -1
  902. package/lib/components/Flex/interface.js +1 -1
  903. package/lib/components/Flex/style/css.js +1 -1
  904. package/lib/components/Flex/style/index.js +1 -1
  905. package/lib/components/FormLayout/FormLayout.d.ts +25 -0
  906. package/lib/components/FormLayout/FormLayout.js +138 -0
  907. package/lib/components/FormLayout/config.d.ts +96 -0
  908. package/lib/components/FormLayout/config.js +99 -0
  909. package/lib/components/FormLayout/context.d.ts +9 -0
  910. package/lib/components/FormLayout/context.js +19 -0
  911. package/lib/components/FormLayout/index.d.ts +7 -0
  912. package/lib/components/FormLayout/index.js +102 -0
  913. package/lib/components/FormLayout/interface.d.ts +51 -0
  914. package/lib/components/FormLayout/interface.js +6 -0
  915. package/lib/components/FormLayout/style/FormLayout.css +110 -0
  916. package/lib/components/FormLayout/style/css.js +4 -0
  917. package/lib/components/FormLayout/style/index.d.ts +1 -0
  918. package/lib/components/FormLayout/style/index.js +4 -0
  919. package/lib/components/Grid/Col.d.ts +1 -0
  920. package/lib/components/Grid/Col.js +2 -1
  921. package/lib/components/Grid/Grid.js +1 -1
  922. package/lib/components/Grid/Row.d.ts +1 -0
  923. package/lib/components/Grid/Row.js +2 -1
  924. package/lib/components/Grid/constants.js +1 -1
  925. package/lib/components/Grid/helper.js +1 -1
  926. package/lib/components/Grid/index.js +1 -1
  927. package/lib/components/Grid/interface.js +1 -1
  928. package/lib/components/Grid/style/css.js +1 -1
  929. package/lib/components/Grid/style/index.js +1 -1
  930. package/lib/components/Icons/Icons.js +1 -1
  931. package/lib/components/Icons/Illustrations.js +1 -1
  932. package/lib/components/Icons/Logo.js +1 -1
  933. package/lib/components/Icons/SVGs.js +1 -1
  934. package/lib/components/Icons/Wrapper.js +1 -1
  935. package/lib/components/Icons/constants.js +1 -1
  936. package/lib/components/Icons/index.js +1 -1
  937. package/lib/components/Icons/interface.js +1 -1
  938. package/lib/components/Icons/style/css.js +1 -1
  939. package/lib/components/Icons/style/index.js +1 -1
  940. package/lib/components/Input/Amount/Amount.js +1 -1
  941. package/lib/components/Input/Amount/helper.js +1 -1
  942. package/lib/components/Input/Amount/index.js +1 -1
  943. package/lib/components/Input/Amount/style/css.js +1 -1
  944. package/lib/components/Input/Amount/style/index.js +1 -1
  945. package/lib/components/Input/FieldShell/FieldShell.js +1 -1
  946. package/lib/components/Input/FieldShell/index.js +1 -1
  947. package/lib/components/Input/Input/Input.css +1 -1
  948. package/lib/components/Input/Input/Input.js +16 -4
  949. package/lib/components/Input/Input/index.js +1 -1
  950. package/lib/components/Input/Mask/Mask.js +3 -2
  951. package/lib/components/Input/Mask/index.js +1 -1
  952. package/lib/components/Input/OTP/OTP.js +1 -1
  953. package/lib/components/Input/OTP/index.js +1 -1
  954. package/lib/components/Input/Password/Password.js +1 -1
  955. package/lib/components/Input/Password/index.js +1 -1
  956. package/lib/components/Input/Search/Search.js +1 -1
  957. package/lib/components/Input/Search/index.js +1 -1
  958. package/lib/components/Input/TextArea/TextArea.js +1 -1
  959. package/lib/components/Input/TextArea/index.js +1 -1
  960. package/lib/components/Input/Trade/Trade.js +1 -1
  961. package/lib/components/Input/Trade/index.js +1 -1
  962. package/lib/components/Input/constants.js +1 -1
  963. package/lib/components/Input/index.js +1 -1
  964. package/lib/components/Input/interface.d.ts +5 -0
  965. package/lib/components/Input/interface.js +1 -1
  966. package/lib/components/Input/style/css.js +1 -1
  967. package/lib/components/Input/style/index.js +1 -1
  968. package/lib/components/Input/useAmountInput.js +1 -1
  969. package/lib/components/Input/useSyncRef.js +1 -1
  970. package/lib/components/Link/Link.js +1 -1
  971. package/lib/components/Link/constants.js +1 -1
  972. package/lib/components/Link/index.js +1 -1
  973. package/lib/components/Link/interface.js +1 -1
  974. package/lib/components/Link/style/css.js +1 -1
  975. package/lib/components/Link/style/index.js +1 -1
  976. package/lib/components/Navigation/Nav.js +1 -1
  977. package/lib/components/Navigation/Navigation.js +1 -1
  978. package/lib/components/Navigation/NavigationLogo.js +1 -1
  979. package/lib/components/Navigation/NavigationStepper.js +1 -1
  980. package/lib/components/Navigation/index.js +1 -1
  981. package/lib/components/Navigation/interface.js +1 -1
  982. package/lib/components/Navigation/style/css.js +1 -1
  983. package/lib/components/Navigation/style/index.js +1 -1
  984. package/lib/components/Notification/Notification.js +1 -1
  985. package/lib/components/Notification/NotificationStatic.js +1 -1
  986. package/lib/components/Notification/constants.js +1 -1
  987. package/lib/components/Notification/index.js +1 -1
  988. package/lib/components/Notification/interface.js +1 -1
  989. package/lib/components/Notification/style/css.js +1 -1
  990. package/lib/components/Notification/style/index.js +1 -1
  991. package/lib/components/Pagination/Pagination.js +1 -1
  992. package/lib/components/Pagination/constants.js +1 -1
  993. package/lib/components/Pagination/index.js +1 -1
  994. package/lib/components/Pagination/interface.js +1 -1
  995. package/lib/components/Pagination/style/css.js +1 -1
  996. package/lib/components/Pagination/style/index.js +1 -1
  997. package/lib/components/Pagination/usePagination.js +1 -1
  998. package/lib/components/Popconfirm/Popconfirm.js +1 -1
  999. package/lib/components/Popconfirm/constants.js +1 -1
  1000. package/lib/components/Popconfirm/index.js +1 -1
  1001. package/lib/components/Popconfirm/interface.js +1 -1
  1002. package/lib/components/Popconfirm/style/css.js +1 -1
  1003. package/lib/components/Popconfirm/style/index.js +1 -1
  1004. package/lib/components/Portal/Portal.js +1 -1
  1005. package/lib/components/Portal/index.js +1 -1
  1006. package/lib/components/Portal/interface.js +1 -1
  1007. package/lib/components/ProForm/ProForm.js +27 -16
  1008. package/lib/components/ProForm/ProFormDependency.js +1 -1
  1009. package/lib/components/ProForm/ProFormGroup.js +1 -1
  1010. package/lib/components/ProForm/ProFormItem.js +2 -1
  1011. package/lib/components/ProForm/ProFormList.js +1 -1
  1012. package/lib/components/ProForm/SchemaForm.js +1 -1
  1013. package/lib/components/ProForm/Submitter.js +1 -1
  1014. package/lib/components/ProForm/constants.js +1 -1
  1015. package/lib/components/ProForm/context.js +1 -1
  1016. package/lib/components/ProForm/core/constants.d.ts +1 -1
  1017. package/lib/components/ProForm/core/constants.js +5 -2
  1018. package/lib/components/ProForm/core/devWarning.js +1 -1
  1019. package/lib/components/ProForm/core/formStore.js +1 -1
  1020. package/lib/components/ProForm/core/hooks/useForm.js +1 -1
  1021. package/lib/components/ProForm/core/hooks/useFormCore.js +1 -1
  1022. package/lib/components/ProForm/core/index.js +1 -1
  1023. package/lib/components/ProForm/core/interface.js +1 -1
  1024. package/lib/components/ProForm/core/namePathType.js +1 -1
  1025. package/lib/components/ProForm/core/pathUtils.js +1 -1
  1026. package/lib/components/ProForm/core/runRules.js +1 -1
  1027. package/lib/components/ProForm/core/useFormItem.js +1 -1
  1028. package/lib/components/ProForm/core/validationError.js +1 -1
  1029. package/lib/components/ProForm/fields/ProFormCheckbox.js +1 -1
  1030. package/lib/components/ProForm/fields/ProFormCheckboxGroup.js +1 -1
  1031. package/lib/components/ProForm/fields/ProFormDatePicker.js +1 -1
  1032. package/lib/components/ProForm/fields/ProFormFieldSet.js +1 -1
  1033. package/lib/components/ProForm/fields/ProFormPassword.js +1 -1
  1034. package/lib/components/ProForm/fields/ProFormRadioGroup.js +1 -1
  1035. package/lib/components/ProForm/fields/ProFormSelect.js +1 -1
  1036. package/lib/components/ProForm/fields/ProFormSlider.js +1 -1
  1037. package/lib/components/ProForm/fields/ProFormSwitch.js +1 -1
  1038. package/lib/components/ProForm/fields/ProFormText.js +1 -1
  1039. package/lib/components/ProForm/fields/ProFormTextArea.js +1 -1
  1040. package/lib/components/ProForm/fields/ProFormUpload.js +1 -1
  1041. package/lib/components/ProForm/fields/createProFormField.js +1 -1
  1042. package/lib/components/ProForm/fields/index.js +1 -1
  1043. package/lib/components/ProForm/hooks/useFieldRequest.js +1 -1
  1044. package/lib/components/ProForm/hooks/useUrlSync.js +1 -1
  1045. package/lib/components/ProForm/index.js +1 -1
  1046. package/lib/components/ProForm/interface.js +1 -1
  1047. package/lib/components/ProForm/layouts/DialogForm.js +1 -1
  1048. package/lib/components/ProForm/layouts/DrawerForm.js +1 -1
  1049. package/lib/components/ProForm/layouts/QueryFilter.js +1 -1
  1050. package/lib/components/ProForm/layouts/index.js +1 -1
  1051. package/lib/components/ProForm/layouts/useOverlayForm.js +1 -1
  1052. package/lib/components/ProForm/style/ProForm.css +1 -1
  1053. package/lib/components/ProForm/style/css.js +1 -1
  1054. package/lib/components/ProForm/style/index.js +1 -1
  1055. package/lib/components/ProForm/utils.js +1 -1
  1056. package/lib/components/ProTable/ProTable.js +1 -1
  1057. package/lib/components/ProTable/constants.js +1 -1
  1058. package/lib/components/ProTable/core/genColumns.js +1 -1
  1059. package/lib/components/ProTable/core/genSearchFields.js +1 -1
  1060. package/lib/components/ProTable/core/useAwaitableReload.js +1 -1
  1061. package/lib/components/ProTable/core/utils.js +1 -1
  1062. package/lib/components/ProTable/index.js +1 -1
  1063. package/lib/components/ProTable/interface.js +1 -1
  1064. package/lib/components/ProTable/style/css.js +1 -1
  1065. package/lib/components/ProTable/style/index.js +1 -1
  1066. package/lib/components/ProTable/useFetchData.js +1 -1
  1067. package/lib/components/Progress/Progress.js +1 -1
  1068. package/lib/components/Progress/constants.js +1 -1
  1069. package/lib/components/Progress/index.js +1 -1
  1070. package/lib/components/Progress/interface.js +1 -1
  1071. package/lib/components/Progress/style/css.js +1 -1
  1072. package/lib/components/Progress/style/index.js +1 -1
  1073. package/lib/components/Radio/BaseRadio.js +1 -1
  1074. package/lib/components/Radio/Radio.js +1 -1
  1075. package/lib/components/Radio/RadioGroup.js +1 -1
  1076. package/lib/components/Radio/RadioGroupContext.js +1 -1
  1077. package/lib/components/Radio/constants.js +1 -1
  1078. package/lib/components/Radio/index.js +1 -1
  1079. package/lib/components/Radio/interface.js +1 -1
  1080. package/lib/components/Radio/style/css.js +1 -1
  1081. package/lib/components/Radio/style/index.js +1 -1
  1082. package/lib/components/ResizeObserver/Collection.js +1 -1
  1083. package/lib/components/ResizeObserver/ResizeObserver.js +1 -1
  1084. package/lib/components/ResizeObserver/SingleObserver/index.js +1 -1
  1085. package/lib/components/ResizeObserver/index.js +1 -1
  1086. package/lib/components/ResizeObserver/interface.js +1 -1
  1087. package/lib/components/ResizeObserver/useResizeObserver.js +1 -1
  1088. package/lib/components/ResizeObserver/utils/observerUtil.js +1 -1
  1089. package/lib/components/ResizeObserver/utils/reactUtil.js +1 -1
  1090. package/lib/components/Segment/Segment.js +1 -1
  1091. package/lib/components/Segment/index.js +1 -1
  1092. package/lib/components/Segment/interface.js +1 -1
  1093. package/lib/components/Segment/style/css.js +1 -1
  1094. package/lib/components/Segment/style/index.js +1 -1
  1095. package/lib/components/Select/Select.js +8 -3
  1096. package/lib/components/Select/SelectCustom.js +1 -1
  1097. package/lib/components/Select/SelectFieldShell.js +1 -1
  1098. package/lib/components/Select/SelectOptionContent.js +1 -1
  1099. package/lib/components/Select/SelectSearchControl.js +1 -1
  1100. package/lib/components/Select/SelectValueContent.js +1 -1
  1101. package/lib/components/Select/constants.js +1 -1
  1102. package/lib/components/Select/index.js +1 -1
  1103. package/lib/components/Select/interface.js +1 -1
  1104. package/lib/components/Select/style/css.js +1 -1
  1105. package/lib/components/Select/style/index.js +1 -1
  1106. package/lib/components/Select/useSelectShell.js +1 -1
  1107. package/lib/components/Select/utils.js +1 -1
  1108. package/lib/components/Skeleton/Skeleton.js +1 -1
  1109. package/lib/components/Skeleton/index.js +1 -1
  1110. package/lib/components/Skeleton/interface.js +1 -1
  1111. package/lib/components/Skeleton/style/css.js +1 -1
  1112. package/lib/components/Skeleton/style/index.js +1 -1
  1113. package/lib/components/Slider/Slider.js +1 -1
  1114. package/lib/components/Slider/index.js +1 -1
  1115. package/lib/components/Slider/interface.js +1 -1
  1116. package/lib/components/Slider/style/css.js +1 -1
  1117. package/lib/components/Slider/style/index.js +1 -1
  1118. package/lib/components/Space/Space.js +1 -1
  1119. package/lib/components/Space/constants.js +1 -1
  1120. package/lib/components/Space/index.js +1 -1
  1121. package/lib/components/Space/interface.js +1 -1
  1122. package/lib/components/Space/style/css.js +1 -1
  1123. package/lib/components/Space/style/index.js +1 -1
  1124. package/lib/components/Spinner/Spinner.js +1 -1
  1125. package/lib/components/Spinner/index.js +1 -1
  1126. package/lib/components/Spinner/interface.js +1 -1
  1127. package/lib/components/Spinner/style/css.js +1 -1
  1128. package/lib/components/Spinner/style/index.js +1 -1
  1129. package/lib/components/Step/Step.js +1 -1
  1130. package/lib/components/Step/constants.js +1 -1
  1131. package/lib/components/Step/index.js +1 -1
  1132. package/lib/components/Step/interface.js +1 -1
  1133. package/lib/components/Step/style/css.js +1 -1
  1134. package/lib/components/Step/style/index.js +1 -1
  1135. package/lib/components/Switch/Switch.js +1 -1
  1136. package/lib/components/Switch/constants.js +1 -1
  1137. package/lib/components/Switch/index.js +1 -1
  1138. package/lib/components/Switch/interface.js +1 -1
  1139. package/lib/components/Switch/style/css.js +1 -1
  1140. package/lib/components/Switch/style/index.js +1 -1
  1141. package/lib/components/Table/Table.js +1 -1
  1142. package/lib/components/Table/VirtualTable.js +1 -1
  1143. package/lib/components/Table/constants.js +1 -1
  1144. package/lib/components/Table/core/columnUtil.js +1 -1
  1145. package/lib/components/Table/core/useTableColumns.js +1 -1
  1146. package/lib/components/Table/core/useTableDataPipeline.js +1 -1
  1147. package/lib/components/Table/core/useTableExpand.js +1 -1
  1148. package/lib/components/Table/core/useTableSelection.js +1 -1
  1149. package/lib/components/Table/core/useTableSetup.js +1 -1
  1150. package/lib/components/Table/features/ExpandTrigger.js +1 -1
  1151. package/lib/components/Table/features/FilterTrigger.js +1 -1
  1152. package/lib/components/Table/features/SelectionColumn.js +1 -1
  1153. package/lib/components/Table/features/SortTrigger.js +1 -1
  1154. package/lib/components/Table/index.js +1 -1
  1155. package/lib/components/Table/interface.js +1 -1
  1156. package/lib/components/Table/internal/index.js +1 -1
  1157. package/lib/components/Table/internal/kernel/Body/BodyRow.js +1 -1
  1158. package/lib/components/Table/internal/kernel/Body/ExpandedRow.js +1 -1
  1159. package/lib/components/Table/internal/kernel/Body/MeasureCell.js +1 -1
  1160. package/lib/components/Table/internal/kernel/Body/MeasureRow.js +1 -1
  1161. package/lib/components/Table/internal/kernel/Body/index.js +1 -1
  1162. package/lib/components/Table/internal/kernel/Cell/index.js +1 -1
  1163. package/lib/components/Table/internal/kernel/Cell/useCellRender.js +1 -1
  1164. package/lib/components/Table/internal/kernel/Cell/useHoverState.js +1 -1
  1165. package/lib/components/Table/internal/kernel/ColGroup.js +1 -1
  1166. package/lib/components/Table/internal/kernel/FixedHolder/index.js +1 -1
  1167. package/lib/components/Table/internal/kernel/Footer/Cell.js +1 -1
  1168. package/lib/components/Table/internal/kernel/Footer/Row.js +1 -1
  1169. package/lib/components/Table/internal/kernel/Footer/Summary.js +1 -1
  1170. package/lib/components/Table/internal/kernel/Footer/SummaryContext.js +1 -1
  1171. package/lib/components/Table/internal/kernel/Footer/index.js +1 -1
  1172. package/lib/components/Table/internal/kernel/Header/Header.js +1 -1
  1173. package/lib/components/Table/internal/kernel/Header/HeaderRow.js +1 -1
  1174. package/lib/components/Table/internal/kernel/Panel/index.js +1 -1
  1175. package/lib/components/Table/internal/kernel/Table.js +1 -1
  1176. package/lib/components/Table/internal/kernel/VirtualTable/BodyGrid.js +1 -1
  1177. package/lib/components/Table/internal/kernel/VirtualTable/BodyLine.js +1 -1
  1178. package/lib/components/Table/internal/kernel/VirtualTable/VirtualCell.js +1 -1
  1179. package/lib/components/Table/internal/kernel/VirtualTable/context.js +1 -1
  1180. package/lib/components/Table/internal/kernel/VirtualTable/index.js +1 -1
  1181. package/lib/components/Table/internal/kernel/constant.js +1 -1
  1182. package/lib/components/Table/internal/kernel/context/PerfContext.js +1 -1
  1183. package/lib/components/Table/internal/kernel/context/TableContext.js +1 -1
  1184. package/lib/components/Table/internal/kernel/hooks/useColumns/index.js +1 -1
  1185. package/lib/components/Table/internal/kernel/hooks/useColumns/useWidthColumns.js +1 -1
  1186. package/lib/components/Table/internal/kernel/hooks/useExpand.js +1 -1
  1187. package/lib/components/Table/internal/kernel/hooks/useFixedInfo.js +1 -1
  1188. package/lib/components/Table/internal/kernel/hooks/useFlattenRecords.js +1 -1
  1189. package/lib/components/Table/internal/kernel/hooks/useFrame.js +1 -1
  1190. package/lib/components/Table/internal/kernel/hooks/useHover.js +1 -1
  1191. package/lib/components/Table/internal/kernel/hooks/useRenderTimes.js +1 -1
  1192. package/lib/components/Table/internal/kernel/hooks/useRowInfo.js +1 -1
  1193. package/lib/components/Table/internal/kernel/hooks/useSticky.js +1 -1
  1194. package/lib/components/Table/internal/kernel/hooks/useStickyOffsets.js +1 -1
  1195. package/lib/components/Table/internal/kernel/index.js +1 -1
  1196. package/lib/components/Table/internal/kernel/interface.js +1 -1
  1197. package/lib/components/Table/internal/kernel/namePathType.js +1 -1
  1198. package/lib/components/Table/internal/kernel/selector-context/Immutable.js +1 -1
  1199. package/lib/components/Table/internal/kernel/selector-context/context.js +1 -1
  1200. package/lib/components/Table/internal/kernel/selector-context/index.js +1 -1
  1201. package/lib/components/Table/internal/kernel/selector-context/isEqual.js +1 -1
  1202. package/lib/components/Table/internal/kernel/stickyScrollBar.js +1 -1
  1203. package/lib/components/Table/internal/kernel/sugar/Column.js +1 -1
  1204. package/lib/components/Table/internal/kernel/sugar/ColumnGroup.js +1 -1
  1205. package/lib/components/Table/internal/kernel/utils/dom/canUseDom.js +1 -1
  1206. package/lib/components/Table/internal/kernel/utils/dom/isVisible.js +1 -1
  1207. package/lib/components/Table/internal/kernel/utils/expandUtil.js +1 -1
  1208. package/lib/components/Table/internal/kernel/utils/fixUtil.js +1 -1
  1209. package/lib/components/Table/internal/kernel/utils/get.js +1 -1
  1210. package/lib/components/Table/internal/kernel/utils/getScrollBarSize.js +1 -1
  1211. package/lib/components/Table/internal/kernel/utils/legacyUtil.js +1 -1
  1212. package/lib/components/Table/internal/kernel/utils/offsetUtil.js +1 -1
  1213. package/lib/components/Table/internal/kernel/utils/pickAttrs.js +1 -1
  1214. package/lib/components/Table/internal/kernel/utils/useMemo.js +1 -1
  1215. package/lib/components/Table/internal/kernel/utils/valueUtil.js +1 -1
  1216. package/lib/components/Table/internal/kernel/utils/warning.js +1 -1
  1217. package/lib/components/Table/renderers/BodyCell.js +1 -1
  1218. package/lib/components/Table/renderers/CellContent.js +1 -1
  1219. package/lib/components/Table/renderers/EmptyState.js +1 -1
  1220. package/lib/components/Table/renderers/ExpandedRowContainer.js +1 -1
  1221. package/lib/components/Table/renderers/HeaderCell.js +1 -1
  1222. package/lib/components/Table/renderers/TableShell.js +1 -1
  1223. package/lib/components/Table/style/css.js +1 -1
  1224. package/lib/components/Table/style/index.js +1 -1
  1225. package/lib/components/Tabs/Tabs.js +1 -1
  1226. package/lib/components/Tabs/index.js +1 -1
  1227. package/lib/components/Tabs/interface.js +1 -1
  1228. package/lib/components/Tabs/style/css.js +1 -1
  1229. package/lib/components/Tabs/style/index.js +1 -1
  1230. package/lib/components/Tag/Tag.js +1 -1
  1231. package/lib/components/Tag/constants.js +1 -1
  1232. package/lib/components/Tag/index.js +1 -1
  1233. package/lib/components/Tag/interface.js +1 -1
  1234. package/lib/components/Tag/style/css.js +1 -1
  1235. package/lib/components/Tag/style/index.js +1 -1
  1236. package/lib/components/Tooltip/Tooltip.js +1 -1
  1237. package/lib/components/Tooltip/index.js +1 -1
  1238. package/lib/components/Tooltip/interface.js +1 -1
  1239. package/lib/components/Tooltip/style/css.js +1 -1
  1240. package/lib/components/Tooltip/style/index.js +1 -1
  1241. package/lib/components/Tour/Tour.js +1 -1
  1242. package/lib/components/Tour/index.js +1 -1
  1243. package/lib/components/Tour/interface.js +1 -1
  1244. package/lib/components/Trigger/Trigger.js +1 -1
  1245. package/lib/components/Trigger/index.js +1 -1
  1246. package/lib/components/Trigger/interface.js +1 -1
  1247. package/lib/components/Trigger/style/css.js +1 -1
  1248. package/lib/components/Trigger/style/index.js +1 -1
  1249. package/lib/components/Typography/Typography.js +1 -1
  1250. package/lib/components/Typography/constants.js +1 -1
  1251. package/lib/components/Typography/index.js +1 -1
  1252. package/lib/components/Typography/interface.js +1 -1
  1253. package/lib/components/Typography/render.js +1 -1
  1254. package/lib/components/Typography/style/css.js +1 -1
  1255. package/lib/components/Typography/style/index.js +1 -1
  1256. package/lib/components/Typography/useTypographyEnhancements.js +1 -1
  1257. package/lib/components/Typography/utils.js +1 -1
  1258. package/lib/components/Upload/Upload.js +1 -1
  1259. package/lib/components/Upload/UploadFileBar.js +1 -1
  1260. package/lib/components/Upload/index.js +1 -1
  1261. package/lib/components/Upload/interface.js +1 -1
  1262. package/lib/components/Upload/style/css.js +1 -1
  1263. package/lib/components/Upload/style/index.js +1 -1
  1264. package/lib/components/VirtualList/Filler.js +1 -1
  1265. package/lib/components/VirtualList/Item.js +1 -1
  1266. package/lib/components/VirtualList/ScrollBar.js +1 -1
  1267. package/lib/components/VirtualList/VirtualList.js +1 -1
  1268. package/lib/components/VirtualList/constants.js +1 -1
  1269. package/lib/components/VirtualList/hooks/useChildren.js +1 -1
  1270. package/lib/components/VirtualList/hooks/useDiffItem.js +1 -1
  1271. package/lib/components/VirtualList/hooks/useFrameWheel.js +1 -1
  1272. package/lib/components/VirtualList/hooks/useGetSize.js +1 -1
  1273. package/lib/components/VirtualList/hooks/useHeights.js +1 -1
  1274. package/lib/components/VirtualList/hooks/useMobileTouchMove.js +1 -1
  1275. package/lib/components/VirtualList/hooks/useOriginScroll.js +1 -1
  1276. package/lib/components/VirtualList/hooks/useScrollDrag.js +1 -1
  1277. package/lib/components/VirtualList/hooks/useScrollTo.js +1 -1
  1278. package/lib/components/VirtualList/index.js +1 -1
  1279. package/lib/components/VirtualList/interface.js +1 -1
  1280. package/lib/components/VirtualList/style/css.js +1 -1
  1281. package/lib/components/VirtualList/style/index.js +1 -1
  1282. package/lib/components/VirtualList/utils/CacheMap.js +1 -1
  1283. package/lib/components/VirtualList/utils/algorithmUtil.js +1 -1
  1284. package/lib/components/VirtualList/utils/isFirefox.js +1 -1
  1285. package/lib/components/VirtualList/utils/raf.js +1 -1
  1286. package/lib/components/VirtualList/utils/scrollbarUtil.js +1 -1
  1287. package/lib/hooks/index.js +1 -1
  1288. package/lib/hooks/useFloatingAnimation.js +1 -1
  1289. package/lib/index.css +1 -1
  1290. package/lib/index.d.ts +5 -1
  1291. package/lib/index.js +33 -1
  1292. package/lib/stories/docs/ComponentDocsPage.js +1 -1
  1293. package/lib/stories/docs/componentDocMeta.js +1 -1
  1294. package/lib/utils/classnames.js +1 -1
  1295. package/lib/utils/clipboard.js +1 -1
  1296. package/lib/utils/devWarn.js +1 -1
  1297. package/lib/utils/ref.js +1 -1
  1298. package/lib/utils/uuid.js +1 -1
  1299. package/package.json +39 -9
  1300. package/scripts/mcp-server/examples.generated.json +84 -0
  1301. package/scripts/mcp-server/index.generated.json +743 -152
  1302. package/es/business/Dialog/ResultDialog/ResultDialog.d.ts +0 -3
  1303. package/es/business/Dialog/ResultDialog/ResultDialog.js +0 -126
  1304. package/es/business/Dialog/ResultDialog/constants.d.ts +0 -27
  1305. package/es/business/Dialog/ResultDialog/constants.js +0 -24
  1306. package/es/business/Dialog/ResultDialog/index.d.ts +0 -3
  1307. package/es/business/Dialog/ResultDialog/index.js +0 -4
  1308. package/es/business/Dialog/ResultDialog/interface.d.ts +0 -95
  1309. package/es/business/Dialog/ResultDialog/interface.js +0 -2
  1310. package/es/business/Dialog/ResultDialog/presets.d.ts +0 -178
  1311. package/es/business/Dialog/ResultDialog/presets.js +0 -139
  1312. package/es/business/Dialog/ResultDialog/style/css.js +0 -2
  1313. package/es/business/Dialog/ResultDialog/style/index.d.ts +0 -1
  1314. package/es/business/Dialog/ResultDialog/style/index.js +0 -2
  1315. package/es/business/Dialog/TransactionDialog/TransactionDialog.d.ts +0 -3
  1316. package/es/business/Dialog/TransactionDialog/TransactionDialog.js +0 -174
  1317. package/es/business/Dialog/TransactionDialog/constants.d.ts +0 -34
  1318. package/es/business/Dialog/TransactionDialog/constants.js +0 -33
  1319. package/es/business/Dialog/TransactionDialog/index.d.ts +0 -3
  1320. package/es/business/Dialog/TransactionDialog/index.js +0 -4
  1321. package/es/business/Dialog/TransactionDialog/interface.d.ts +0 -116
  1322. package/es/business/Dialog/TransactionDialog/interface.js +0 -2
  1323. package/es/business/Dialog/TransactionDialog/presets.d.ts +0 -89
  1324. package/es/business/Dialog/TransactionDialog/presets.js +0 -62
  1325. package/es/business/Dialog/TransactionDialog/style/css.js +0 -2
  1326. package/es/business/Dialog/TransactionDialog/style/index.d.ts +0 -1
  1327. package/es/business/Dialog/TransactionDialog/style/index.js +0 -2
  1328. package/es/business/Dialog/VerificationDialog/ResendRow.d.ts +0 -14
  1329. package/es/business/Dialog/VerificationDialog/ResendRow.js +0 -65
  1330. package/es/business/Dialog/VerificationDialog/hooks/index.d.ts +0 -4
  1331. package/es/business/Dialog/VerificationDialog/hooks/index.js +0 -3
  1332. package/es/business/Dialog/VerificationDialog/hooks/useOtpVerification.d.ts +0 -50
  1333. package/es/business/Dialog/VerificationDialog/hooks/useOtpVerification.js +0 -138
  1334. package/es/business/Dialog/VerificationDialog/hooks/useResendCountdown.d.ts +0 -26
  1335. package/es/business/Dialog/VerificationDialog/hooks/useResendCountdown.js +0 -103
  1336. package/lib/business/Dialog/ResultDialog/ResultDialog.d.ts +0 -3
  1337. package/lib/business/Dialog/ResultDialog/ResultDialog.js +0 -132
  1338. package/lib/business/Dialog/ResultDialog/constants.d.ts +0 -27
  1339. package/lib/business/Dialog/ResultDialog/constants.js +0 -30
  1340. package/lib/business/Dialog/ResultDialog/index.d.ts +0 -3
  1341. package/lib/business/Dialog/ResultDialog/index.js +0 -40
  1342. package/lib/business/Dialog/ResultDialog/interface.d.ts +0 -95
  1343. package/lib/business/Dialog/ResultDialog/interface.js +0 -6
  1344. package/lib/business/Dialog/ResultDialog/presets.d.ts +0 -178
  1345. package/lib/business/Dialog/ResultDialog/presets.js +0 -145
  1346. package/lib/business/Dialog/ResultDialog/style/css.js +0 -4
  1347. package/lib/business/Dialog/ResultDialog/style/index.d.ts +0 -1
  1348. package/lib/business/Dialog/ResultDialog/style/index.js +0 -4
  1349. package/lib/business/Dialog/TransactionDialog/TransactionDialog.d.ts +0 -3
  1350. package/lib/business/Dialog/TransactionDialog/TransactionDialog.js +0 -180
  1351. package/lib/business/Dialog/TransactionDialog/constants.d.ts +0 -34
  1352. package/lib/business/Dialog/TransactionDialog/constants.js +0 -39
  1353. package/lib/business/Dialog/TransactionDialog/index.d.ts +0 -3
  1354. package/lib/business/Dialog/TransactionDialog/index.js +0 -40
  1355. package/lib/business/Dialog/TransactionDialog/interface.d.ts +0 -116
  1356. package/lib/business/Dialog/TransactionDialog/interface.js +0 -6
  1357. package/lib/business/Dialog/TransactionDialog/presets.d.ts +0 -89
  1358. package/lib/business/Dialog/TransactionDialog/presets.js +0 -68
  1359. package/lib/business/Dialog/TransactionDialog/style/css.js +0 -4
  1360. package/lib/business/Dialog/TransactionDialog/style/index.d.ts +0 -1
  1361. package/lib/business/Dialog/TransactionDialog/style/index.js +0 -4
  1362. package/lib/business/Dialog/VerificationDialog/ResendRow.d.ts +0 -14
  1363. package/lib/business/Dialog/VerificationDialog/ResendRow.js +0 -71
  1364. package/lib/business/Dialog/VerificationDialog/hooks/index.d.ts +0 -4
  1365. package/lib/business/Dialog/VerificationDialog/hooks/index.js +0 -20
  1366. package/lib/business/Dialog/VerificationDialog/hooks/useOtpVerification.d.ts +0 -50
  1367. package/lib/business/Dialog/VerificationDialog/hooks/useOtpVerification.js +0 -145
  1368. package/lib/business/Dialog/VerificationDialog/hooks/useResendCountdown.d.ts +0 -26
  1369. package/lib/business/Dialog/VerificationDialog/hooks/useResendCountdown.js +0 -110
@@ -150,6 +150,208 @@
150
150
  }
151
151
  ]
152
152
  },
153
+ {
154
+ "name": "ActionBar",
155
+ "kind": "component",
156
+ "category": "misc",
157
+ "summary": "",
158
+ "importPath": "@1money/component-ui",
159
+ "subpathImport": "@1money/component-ui/ActionBar",
160
+ "sourceFile": "src/components/ActionBar/ActionBar.tsx",
161
+ "props": [
162
+ {
163
+ "name": "layout",
164
+ "type": "ActionBarLayout",
165
+ "optional": true,
166
+ "default": null,
167
+ "description": "Row layout, locked by the scenario shell: `fill` (default) shares the full row — one action spans it, two split it evenly; `compact` renders auto-width, left-aligned buttons (form-dialog footers).",
168
+ "inheritedFrom": null
169
+ },
170
+ {
171
+ "name": "direction",
172
+ "type": "ActionBarDirection",
173
+ "optional": true,
174
+ "default": null,
175
+ "description": "Arrangement: `horizontal` (default) or `vertical` (stacked, each button full-width — result-dialog style).",
176
+ "inheritedFrom": null
177
+ },
178
+ {
179
+ "name": "primary",
180
+ "type": "ActionBarAction",
181
+ "optional": true,
182
+ "default": null,
183
+ "description": "Primary action.",
184
+ "inheritedFrom": null
185
+ },
186
+ {
187
+ "name": "primarySlot",
188
+ "type": "ReactNode",
189
+ "optional": true,
190
+ "default": null,
191
+ "description": "Custom node replacing the primary Button (see `ActionBarPrimarySlot`).",
192
+ "inheritedFrom": null
193
+ },
194
+ {
195
+ "name": "secondary",
196
+ "type": "ActionBarAction",
197
+ "optional": true,
198
+ "default": null,
199
+ "description": "Optional secondary (left) action.",
200
+ "inheritedFrom": null
201
+ },
202
+ {
203
+ "name": "footnote",
204
+ "type": "ActionBarFootnote",
205
+ "optional": true,
206
+ "default": null,
207
+ "description": "Optional centered footnote row below the actions.",
208
+ "inheritedFrom": null
209
+ },
210
+ {
211
+ "name": "prefixCls",
212
+ "type": "string",
213
+ "optional": true,
214
+ "default": null,
215
+ "description": "CSS class prefix.",
216
+ "inheritedFrom": null
217
+ },
218
+ {
219
+ "name": "className",
220
+ "type": "string",
221
+ "optional": true,
222
+ "default": null,
223
+ "description": "Additional class on the root element.",
224
+ "inheritedFrom": null
225
+ }
226
+ ],
227
+ "extends": [],
228
+ "relatedSymbols": [
229
+ "ActionBarAction",
230
+ "ActionBarFootnote",
231
+ "ActionBarLayout",
232
+ "ActionBarProps"
233
+ ],
234
+ "searchTags": [],
235
+ "canonicalUsage": "<ActionBar />",
236
+ "examples": [
237
+ {
238
+ "hash": "b18db3681963f33b4f480dc59dc59e3799470a5a30c598e54eb5624e82c9cb9e",
239
+ "source": "canonical"
240
+ },
241
+ {
242
+ "hash": "778ff251f59b7f82e0eb19aad6b18543b96bed2de7792e4ea1f8f899b4c570ac",
243
+ "source": "readme"
244
+ },
245
+ {
246
+ "hash": "93b172e8804898e8e815d5d9dc1ec3f3a8273cccd7b35f0c5ce46a2ef5bbd885",
247
+ "source": "readme"
248
+ }
249
+ ]
250
+ },
251
+ {
252
+ "name": "ActionBarAction",
253
+ "kind": "type",
254
+ "category": "misc",
255
+ "summary": "One footer action.",
256
+ "importPath": "@1money/component-ui",
257
+ "subpathImport": "@1money/component-ui/ActionBar",
258
+ "sourceFile": "src/components/ActionBar/interface.ts",
259
+ "props": [],
260
+ "extends": [],
261
+ "relatedSymbols": [
262
+ "ActionBar",
263
+ "ActionBarFootnote",
264
+ "ActionBarLayout",
265
+ "ActionBarProps"
266
+ ],
267
+ "searchTags": [],
268
+ "typeText": "interface ActionBarAction { ... }",
269
+ "canonicalUsage": "import type { ActionBarAction } from '@1money/component-ui';",
270
+ "examples": [
271
+ {
272
+ "hash": "10061dfa2d1ed5326ad65d1f571ed69402288b9a4d4071e7f77cf0917c2ad4e2",
273
+ "source": "canonical"
274
+ }
275
+ ]
276
+ },
277
+ {
278
+ "name": "ActionBarFootnote",
279
+ "kind": "type",
280
+ "category": "misc",
281
+ "summary": "Optional centered footnote row under the actions, e.g.",
282
+ "importPath": "@1money/component-ui",
283
+ "subpathImport": "@1money/component-ui/ActionBar",
284
+ "sourceFile": "src/components/ActionBar/interface.ts",
285
+ "props": [],
286
+ "extends": [],
287
+ "relatedSymbols": [
288
+ "ActionBar",
289
+ "ActionBarAction",
290
+ "ActionBarLayout",
291
+ "ActionBarProps"
292
+ ],
293
+ "searchTags": [],
294
+ "typeText": "interface ActionBarFootnote { ... }",
295
+ "canonicalUsage": "import type { ActionBarFootnote } from '@1money/component-ui';",
296
+ "examples": [
297
+ {
298
+ "hash": "3e1b837d009985dfb4fd3b8dc6bbd0d622f81da97c84449ef030d92f26093f19",
299
+ "source": "canonical"
300
+ }
301
+ ]
302
+ },
303
+ {
304
+ "name": "ActionBarLayout",
305
+ "kind": "type",
306
+ "category": "misc",
307
+ "summary": "",
308
+ "importPath": "@1money/component-ui",
309
+ "subpathImport": "@1money/component-ui/ActionBar",
310
+ "sourceFile": "src/components/ActionBar/constants.ts",
311
+ "props": [],
312
+ "extends": [],
313
+ "relatedSymbols": [
314
+ "ActionBar",
315
+ "ActionBarAction",
316
+ "ActionBarFootnote",
317
+ "ActionBarProps"
318
+ ],
319
+ "searchTags": [],
320
+ "typeText": "(typeof ACTION_BAR_LAYOUTS)[number]",
321
+ "canonicalUsage": "import type { ActionBarLayout } from '@1money/component-ui';",
322
+ "examples": [
323
+ {
324
+ "hash": "0c768b646aa684f0a011c4dba8b0355e58c2546fd5d132e1b992122d9455232c",
325
+ "source": "canonical"
326
+ }
327
+ ]
328
+ },
329
+ {
330
+ "name": "ActionBarProps",
331
+ "kind": "type",
332
+ "category": "misc",
333
+ "summary": "",
334
+ "importPath": "@1money/component-ui",
335
+ "subpathImport": "@1money/component-ui/ActionBar",
336
+ "sourceFile": "src/components/ActionBar/interface.ts",
337
+ "props": [],
338
+ "extends": [],
339
+ "relatedSymbols": [
340
+ "ActionBar",
341
+ "ActionBarAction",
342
+ "ActionBarFootnote",
343
+ "ActionBarLayout"
344
+ ],
345
+ "searchTags": [],
346
+ "typeText": "interface ActionBarProps { ... }",
347
+ "canonicalUsage": "import type { ActionBarProps } from '@1money/component-ui';",
348
+ "examples": [
349
+ {
350
+ "hash": "e466b68f0a986ec676c0e149f8cb4ee4e6bdbc23ec752b00fbdf6be1c7df6d5f",
351
+ "source": "canonical"
352
+ }
353
+ ]
354
+ },
153
355
  {
154
356
  "name": "Alert",
155
357
  "kind": "component",
@@ -2002,7 +2204,6 @@
2002
2204
  "DrawerFormProps",
2003
2205
  "FormCoreInstance",
2004
2206
  "FormInstance",
2005
- "FormLayout",
2006
2207
  "FormListContextValue",
2007
2208
  "FormSize",
2008
2209
  "LabelAlign",
@@ -2029,6 +2230,7 @@
2029
2230
  "ProFormItem",
2030
2231
  "ProFormItemProps",
2031
2232
  "ProFormItemSharedProps",
2233
+ "ProFormLayout",
2032
2234
  "ProFormLayoutConfig",
2033
2235
  "ProFormList",
2034
2236
  "ProFormListAction",
@@ -2116,7 +2318,7 @@
2116
2318
  "type": "boolean",
2117
2319
  "optional": true,
2118
2320
  "default": null,
2119
- "description": "",
2321
+ "description": "false blocks BOTH backdrop clicks and the Escape key (no accidental dismissal).",
2120
2322
  "inheritedFrom": null
2121
2323
  },
2122
2324
  {
@@ -2151,6 +2353,14 @@
2151
2353
  "description": "",
2152
2354
  "inheritedFrom": null
2153
2355
  },
2356
+ {
2357
+ "name": "bare",
2358
+ "type": "boolean",
2359
+ "optional": true,
2360
+ "default": null,
2361
+ "description": "Bare panel mode: keep the overlay machinery (portal, mask, Esc, close / back controls, viewport max-height, width presets) but render NO panel chrome and NO header/body/footer slots — children fill the panel directly.",
2362
+ "inheritedFrom": null
2363
+ },
2154
2364
  {
2155
2365
  "name": "width",
2156
2366
  "type": "number | string",
@@ -2263,6 +2473,14 @@
2263
2473
  "description": "",
2264
2474
  "inheritedFrom": null
2265
2475
  },
2476
+ {
2477
+ "name": "rootClassName",
2478
+ "type": "string",
2479
+ "optional": true,
2480
+ "default": null,
2481
+ "description": "Class for the outermost root (overlay + wrapper) — e.g.",
2482
+ "inheritedFrom": null
2483
+ },
2266
2484
  {
2267
2485
  "name": "wrapperStyle",
2268
2486
  "type": "CSSProperties",
@@ -2477,7 +2695,6 @@
2477
2695
  "DrawerFormProps",
2478
2696
  "FormCoreInstance",
2479
2697
  "FormInstance",
2480
- "FormLayout",
2481
2698
  "FormListContextValue",
2482
2699
  "FormSize",
2483
2700
  "LabelAlign",
@@ -2504,6 +2721,7 @@
2504
2721
  "ProFormItem",
2505
2722
  "ProFormItemProps",
2506
2723
  "ProFormItemSharedProps",
2724
+ "ProFormLayout",
2507
2725
  "ProFormLayoutConfig",
2508
2726
  "ProFormList",
2509
2727
  "ProFormListAction",
@@ -2569,7 +2787,6 @@
2569
2787
  "DrawerFormProps",
2570
2788
  "FormCoreInstance",
2571
2789
  "FormInstance",
2572
- "FormLayout",
2573
2790
  "FormListContextValue",
2574
2791
  "FormSize",
2575
2792
  "LabelAlign",
@@ -2596,6 +2813,7 @@
2596
2813
  "ProFormItem",
2597
2814
  "ProFormItemProps",
2598
2815
  "ProFormItemSharedProps",
2816
+ "ProFormLayout",
2599
2817
  "ProFormLayoutConfig",
2600
2818
  "ProFormList",
2601
2819
  "ProFormListAction",
@@ -3246,7 +3464,6 @@
3246
3464
  "DrawerFormProps",
3247
3465
  "FormCoreInstance",
3248
3466
  "FormInstance",
3249
- "FormLayout",
3250
3467
  "FormListContextValue",
3251
3468
  "FormSize",
3252
3469
  "LabelAlign",
@@ -3273,6 +3490,7 @@
3273
3490
  "ProFormItem",
3274
3491
  "ProFormItemProps",
3275
3492
  "ProFormItemSharedProps",
3493
+ "ProFormLayout",
3276
3494
  "ProFormLayoutConfig",
3277
3495
  "ProFormList",
3278
3496
  "ProFormListAction",
@@ -3338,7 +3556,6 @@
3338
3556
  "DrawerForm",
3339
3557
  "FormCoreInstance",
3340
3558
  "FormInstance",
3341
- "FormLayout",
3342
3559
  "FormListContextValue",
3343
3560
  "FormSize",
3344
3561
  "LabelAlign",
@@ -3365,6 +3582,7 @@
3365
3582
  "ProFormItem",
3366
3583
  "ProFormItemProps",
3367
3584
  "ProFormItemSharedProps",
3585
+ "ProFormLayout",
3368
3586
  "ProFormLayoutConfig",
3369
3587
  "ProFormList",
3370
3588
  "ProFormListAction",
@@ -3792,6 +4010,35 @@
3792
4010
  }
3793
4011
  ]
3794
4012
  },
4013
+ {
4014
+ "name": "FORM_LAYOUT_CONFIG",
4015
+ "kind": "component",
4016
+ "category": "misc",
4017
+ "summary": "THE density table for form surfaces — the single thing to edit when the design changes or a new density is added.",
4018
+ "importPath": "@1money/component-ui",
4019
+ "subpathImport": "@1money/component-ui/FormLayout",
4020
+ "sourceFile": "src/components/FormLayout/config.ts",
4021
+ "props": [],
4022
+ "extends": [],
4023
+ "relatedSymbols": [
4024
+ "FormCell",
4025
+ "FormCellProps",
4026
+ "FormLayout",
4027
+ "FormLayoutProps",
4028
+ "FormLayoutSize",
4029
+ "FormLayoutVariant",
4030
+ "FormRow",
4031
+ "FormRowProps"
4032
+ ],
4033
+ "searchTags": [],
4034
+ "canonicalUsage": "import { FormLayout, FormRow, FormCell, FORM_LAYOUT_CONFIG } from '@1money/component-ui';\n// or\nimport { FormLayout } from '@1money/component-ui/FormLayout';",
4035
+ "examples": [
4036
+ {
4037
+ "hash": "31c2639a02e8c20c9400945d8718612f560d5f9873104343a1f1720e11ea763d",
4038
+ "source": "canonical"
4039
+ }
4040
+ ]
4041
+ },
3795
4042
  {
3796
4043
  "name": "Filter",
3797
4044
  "kind": "function",
@@ -3992,6 +4239,65 @@
3992
4239
  }
3993
4240
  ]
3994
4241
  },
4242
+ {
4243
+ "name": "FormCell",
4244
+ "kind": "component",
4245
+ "category": "misc",
4246
+ "summary": "One cell of a FormRow; cells split the row evenly and clip long content.",
4247
+ "importPath": "@1money/component-ui",
4248
+ "subpathImport": "@1money/component-ui/FormLayout",
4249
+ "sourceFile": "src/components/FormLayout/FormLayout.tsx",
4250
+ "props": [],
4251
+ "extends": [],
4252
+ "relatedSymbols": [
4253
+ "FORM_LAYOUT_CONFIG",
4254
+ "FormCellProps",
4255
+ "FormLayout",
4256
+ "FormLayoutProps",
4257
+ "FormLayoutSize",
4258
+ "FormLayoutVariant",
4259
+ "FormRow",
4260
+ "FormRowProps"
4261
+ ],
4262
+ "searchTags": [],
4263
+ "canonicalUsage": "import { FormLayout, FormRow, FormCell, FORM_LAYOUT_CONFIG } from '@1money/component-ui';\n// or\nimport { FormLayout } from '@1money/component-ui/FormLayout';",
4264
+ "examples": [
4265
+ {
4266
+ "hash": "31c2639a02e8c20c9400945d8718612f560d5f9873104343a1f1720e11ea763d",
4267
+ "source": "canonical"
4268
+ }
4269
+ ]
4270
+ },
4271
+ {
4272
+ "name": "FormCellProps",
4273
+ "kind": "type",
4274
+ "category": "misc",
4275
+ "summary": "",
4276
+ "importPath": "@1money/component-ui",
4277
+ "subpathImport": "@1money/component-ui/FormLayout",
4278
+ "sourceFile": "src/components/FormLayout/FormLayout.tsx",
4279
+ "props": [],
4280
+ "extends": [],
4281
+ "relatedSymbols": [
4282
+ "FORM_LAYOUT_CONFIG",
4283
+ "FormCell",
4284
+ "FormLayout",
4285
+ "FormLayoutProps",
4286
+ "FormLayoutSize",
4287
+ "FormLayoutVariant",
4288
+ "FormRow",
4289
+ "FormRowProps"
4290
+ ],
4291
+ "searchTags": [],
4292
+ "typeText": "FormRowProps",
4293
+ "canonicalUsage": "import { FormLayout, FormRow, FormCell, FORM_LAYOUT_CONFIG } from '@1money/component-ui';\n// or\nimport { FormLayout } from '@1money/component-ui/FormLayout';",
4294
+ "examples": [
4295
+ {
4296
+ "hash": "31c2639a02e8c20c9400945d8718612f560d5f9873104343a1f1720e11ea763d",
4297
+ "source": "canonical"
4298
+ }
4299
+ ]
4300
+ },
3995
4301
  {
3996
4302
  "name": "FormCoreInstance",
3997
4303
  "kind": "type",
@@ -4009,7 +4315,6 @@
4009
4315
  "DrawerForm",
4010
4316
  "DrawerFormProps",
4011
4317
  "FormInstance",
4012
- "FormLayout",
4013
4318
  "FormListContextValue",
4014
4319
  "FormSize",
4015
4320
  "LabelAlign",
@@ -4036,6 +4341,7 @@
4036
4341
  "ProFormItem",
4037
4342
  "ProFormItemProps",
4038
4343
  "ProFormItemSharedProps",
4344
+ "ProFormLayout",
4039
4345
  "ProFormLayoutConfig",
4040
4346
  "ProFormList",
4041
4347
  "ProFormListAction",
@@ -4102,7 +4408,6 @@
4102
4408
  "DrawerForm",
4103
4409
  "DrawerFormProps",
4104
4410
  "FormCoreInstance",
4105
- "FormLayout",
4106
4411
  "FormListContextValue",
4107
4412
  "FormSize",
4108
4413
  "LabelAlign",
@@ -4129,6 +4434,7 @@
4129
4434
  "ProFormItem",
4130
4435
  "ProFormItemProps",
4131
4436
  "ProFormItemSharedProps",
4437
+ "ProFormLayout",
4132
4438
  "ProFormLayoutConfig",
4133
4439
  "ProFormList",
4134
4440
  "ProFormListAction",
@@ -4179,13 +4485,239 @@
4179
4485
  ]
4180
4486
  },
4181
4487
  {
4182
- "name": "FormLayout",
4488
+ "name": "FormLayout",
4489
+ "kind": "component",
4490
+ "category": "misc",
4491
+ "summary": "Form-only surface layout: panel chrome (white surface, hairline border, radius) + three regions (header with title/extra, fields content, footer) with variant-driven density.",
4492
+ "importPath": "@1money/component-ui",
4493
+ "subpathImport": "@1money/component-ui/FormLayout",
4494
+ "sourceFile": "src/components/FormLayout/FormLayout.tsx",
4495
+ "props": [
4496
+ {
4497
+ "name": "variant",
4498
+ "type": "FormLayoutVariant",
4499
+ "optional": true,
4500
+ "default": null,
4501
+ "description": "Density + scroll-policy variant.",
4502
+ "inheritedFrom": null
4503
+ },
4504
+ {
4505
+ "name": "size",
4506
+ "type": "FormLayoutSize",
4507
+ "optional": true,
4508
+ "default": null,
4509
+ "description": "Panel size within the variant.",
4510
+ "inheritedFrom": null
4511
+ },
4512
+ {
4513
+ "name": "scroll",
4514
+ "type": "boolean",
4515
+ "optional": true,
4516
+ "default": null,
4517
+ "description": "Override the variant's scroll policy (modal → `true`, page → `false`).",
4518
+ "inheritedFrom": null
4519
+ },
4520
+ {
4521
+ "name": "title",
4522
+ "type": "ReactNode",
4523
+ "optional": true,
4524
+ "default": null,
4525
+ "description": "Heading; a plain string renders as Headline/md (24px).",
4526
+ "inheritedFrom": null
4527
+ },
4528
+ {
4529
+ "name": "extra",
4530
+ "type": "ReactNode",
4531
+ "optional": true,
4532
+ "default": null,
4533
+ "description": "Trailing slot on the title row (e.g.",
4534
+ "inheritedFrom": null
4535
+ },
4536
+ {
4537
+ "name": "children",
4538
+ "type": "ReactNode",
4539
+ "optional": true,
4540
+ "default": null,
4541
+ "description": "Fields region content.",
4542
+ "inheritedFrom": null
4543
+ },
4544
+ {
4545
+ "name": "footer",
4546
+ "type": "ReactNode",
4547
+ "optional": true,
4548
+ "default": null,
4549
+ "description": "Footer region, typically the action buttons.",
4550
+ "inheritedFrom": null
4551
+ },
4552
+ {
4553
+ "name": "width",
4554
+ "type": "number | string",
4555
+ "optional": true,
4556
+ "default": null,
4557
+ "description": "Panel width (number → px).",
4558
+ "inheritedFrom": null
4559
+ },
4560
+ {
4561
+ "name": "maxHeight",
4562
+ "type": "number | string",
4563
+ "optional": true,
4564
+ "default": null,
4565
+ "description": "Explicit height cap (number → px) for standalone usage.",
4566
+ "inheritedFrom": null
4567
+ },
4568
+ {
4569
+ "name": "prefixCls",
4570
+ "type": "string",
4571
+ "optional": true,
4572
+ "default": null,
4573
+ "description": "CSS class prefix.",
4574
+ "inheritedFrom": null
4575
+ }
4576
+ ],
4577
+ "extends": [
4578
+ "Omit<HTMLAttributes<HTMLDivElement>, 'title'>"
4579
+ ],
4580
+ "relatedSymbols": [
4581
+ "FORM_LAYOUT_CONFIG",
4582
+ "FormCell",
4583
+ "FormCellProps",
4584
+ "FormLayoutProps",
4585
+ "FormLayoutSize",
4586
+ "FormLayoutVariant",
4587
+ "FormRow",
4588
+ "FormRowProps"
4589
+ ],
4590
+ "searchTags": [],
4591
+ "canonicalUsage": "import { FormLayout, FormRow, FormCell, FORM_LAYOUT_CONFIG } from '@1money/component-ui';\n// or\nimport { FormLayout } from '@1money/component-ui/FormLayout';",
4592
+ "examples": [
4593
+ {
4594
+ "hash": "31c2639a02e8c20c9400945d8718612f560d5f9873104343a1f1720e11ea763d",
4595
+ "source": "canonical"
4596
+ },
4597
+ {
4598
+ "hash": "23e9718c7f439230fb4d6d0f21b01fe15e6475ace8578e08b3963545b687aacb",
4599
+ "source": "readme"
4600
+ },
4601
+ {
4602
+ "hash": "878fbef26e770a8edb30d246935990aaaae4a13cf626becca5de61f91781b8c5",
4603
+ "source": "readme"
4604
+ },
4605
+ {
4606
+ "hash": "7b9df7846bbfff4e15c8e946f02854ec4960729387cb7ee109332f859d9c95eb",
4607
+ "source": "stories"
4608
+ },
4609
+ {
4610
+ "hash": "a1a0aed42f051433d5dc32d95c08519e920a1163cfa9588524779cca2abd2f79",
4611
+ "source": "stories"
4612
+ },
4613
+ {
4614
+ "hash": "60779b1ebe0f82d9c815b7207aaba4ef0c2ab59d6fbd1fd7f46aef140023b9bb",
4615
+ "source": "stories"
4616
+ },
4617
+ {
4618
+ "hash": "664eb21364ecb7a22033800098dba9c5ed74a60ee1ecfeaa10694056d53e61ba",
4619
+ "source": "stories"
4620
+ }
4621
+ ]
4622
+ },
4623
+ {
4624
+ "name": "FormLayoutProps",
4625
+ "kind": "type",
4626
+ "category": "misc",
4627
+ "summary": "Form-only surface layout: panel chrome (white surface, hairline border, radius) + three regions (header with title/extra, fields content, footer) with variant-driven density.",
4628
+ "importPath": "@1money/component-ui",
4629
+ "subpathImport": "@1money/component-ui/FormLayout",
4630
+ "sourceFile": "src/components/FormLayout/interface.ts",
4631
+ "props": [],
4632
+ "extends": [],
4633
+ "relatedSymbols": [
4634
+ "FORM_LAYOUT_CONFIG",
4635
+ "FormCell",
4636
+ "FormCellProps",
4637
+ "FormLayout",
4638
+ "FormLayoutSize",
4639
+ "FormLayoutVariant",
4640
+ "FormRow",
4641
+ "FormRowProps"
4642
+ ],
4643
+ "searchTags": [],
4644
+ "typeText": "interface FormLayoutProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title'> { ... }",
4645
+ "canonicalUsage": "import { FormLayout, FormRow, FormCell, FORM_LAYOUT_CONFIG } from '@1money/component-ui';\n// or\nimport { FormLayout } from '@1money/component-ui/FormLayout';",
4646
+ "examples": [
4647
+ {
4648
+ "hash": "31c2639a02e8c20c9400945d8718612f560d5f9873104343a1f1720e11ea763d",
4649
+ "source": "canonical"
4650
+ }
4651
+ ]
4652
+ },
4653
+ {
4654
+ "name": "FormLayoutSize",
4655
+ "kind": "type",
4656
+ "category": "misc",
4657
+ "summary": "",
4658
+ "importPath": "@1money/component-ui",
4659
+ "subpathImport": "@1money/component-ui/FormLayout",
4660
+ "sourceFile": "src/components/FormLayout/config.ts",
4661
+ "props": [],
4662
+ "extends": [],
4663
+ "relatedSymbols": [
4664
+ "FORM_LAYOUT_CONFIG",
4665
+ "FormCell",
4666
+ "FormCellProps",
4667
+ "FormLayout",
4668
+ "FormLayoutProps",
4669
+ "FormLayoutVariant",
4670
+ "FormRow",
4671
+ "FormRowProps"
4672
+ ],
4673
+ "searchTags": [],
4674
+ "typeText": "(typeof FORM_LAYOUT_SIZES)[number]",
4675
+ "canonicalUsage": "import { FormLayout, FormRow, FormCell, FORM_LAYOUT_CONFIG } from '@1money/component-ui';\n// or\nimport { FormLayout } from '@1money/component-ui/FormLayout';",
4676
+ "examples": [
4677
+ {
4678
+ "hash": "31c2639a02e8c20c9400945d8718612f560d5f9873104343a1f1720e11ea763d",
4679
+ "source": "canonical"
4680
+ }
4681
+ ]
4682
+ },
4683
+ {
4684
+ "name": "FormLayoutVariant",
4685
+ "kind": "type",
4686
+ "category": "misc",
4687
+ "summary": "",
4688
+ "importPath": "@1money/component-ui",
4689
+ "subpathImport": "@1money/component-ui/FormLayout",
4690
+ "sourceFile": "src/components/FormLayout/config.ts",
4691
+ "props": [],
4692
+ "extends": [],
4693
+ "relatedSymbols": [
4694
+ "FORM_LAYOUT_CONFIG",
4695
+ "FormCell",
4696
+ "FormCellProps",
4697
+ "FormLayout",
4698
+ "FormLayoutProps",
4699
+ "FormLayoutSize",
4700
+ "FormRow",
4701
+ "FormRowProps"
4702
+ ],
4703
+ "searchTags": [],
4704
+ "typeText": "keyof typeof FORM_LAYOUT_CONFIG",
4705
+ "canonicalUsage": "import { FormLayout, FormRow, FormCell, FORM_LAYOUT_CONFIG } from '@1money/component-ui';\n// or\nimport { FormLayout } from '@1money/component-ui/FormLayout';",
4706
+ "examples": [
4707
+ {
4708
+ "hash": "31c2639a02e8c20c9400945d8718612f560d5f9873104343a1f1720e11ea763d",
4709
+ "source": "canonical"
4710
+ }
4711
+ ]
4712
+ },
4713
+ {
4714
+ "name": "FormListContextValue",
4183
4715
  "kind": "type",
4184
4716
  "category": "forms",
4185
4717
  "summary": "",
4186
4718
  "importPath": "@1money/component-ui",
4187
4719
  "subpathImport": "@1money/component-ui/ProForm",
4188
- "sourceFile": "src/components/ProForm/core/constants.ts",
4720
+ "sourceFile": "src/components/ProForm/interface.ts",
4189
4721
  "props": [],
4190
4722
  "extends": [],
4191
4723
  "relatedSymbols": [
@@ -4196,7 +4728,6 @@
4196
4728
  "DrawerFormProps",
4197
4729
  "FormCoreInstance",
4198
4730
  "FormInstance",
4199
- "FormListContextValue",
4200
4731
  "FormSize",
4201
4732
  "LabelAlign",
4202
4733
  "ProForm",
@@ -4222,6 +4753,7 @@
4222
4753
  "ProFormItem",
4223
4754
  "ProFormItemProps",
4224
4755
  "ProFormItemSharedProps",
4756
+ "ProFormLayout",
4225
4757
  "ProFormLayoutConfig",
4226
4758
  "ProFormList",
4227
4759
  "ProFormListAction",
@@ -4262,7 +4794,7 @@
4262
4794
  "useFormWatch"
4263
4795
  ],
4264
4796
  "searchTags": [],
4265
- "typeText": "(typeof FORM_LAYOUTS)[number]",
4797
+ "typeText": "interface FormListContextValue { ... }",
4266
4798
  "canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
4267
4799
  "examples": [
4268
4800
  {
@@ -4272,94 +4804,60 @@
4272
4804
  ]
4273
4805
  },
4274
4806
  {
4275
- "name": "FormListContextValue",
4807
+ "name": "FormRow",
4808
+ "kind": "component",
4809
+ "category": "misc",
4810
+ "summary": "One multi-column row inside the fields region.",
4811
+ "importPath": "@1money/component-ui",
4812
+ "subpathImport": "@1money/component-ui/FormLayout",
4813
+ "sourceFile": "src/components/FormLayout/FormLayout.tsx",
4814
+ "props": [],
4815
+ "extends": [],
4816
+ "relatedSymbols": [
4817
+ "FORM_LAYOUT_CONFIG",
4818
+ "FormCell",
4819
+ "FormCellProps",
4820
+ "FormLayout",
4821
+ "FormLayoutProps",
4822
+ "FormLayoutSize",
4823
+ "FormLayoutVariant",
4824
+ "FormRowProps"
4825
+ ],
4826
+ "searchTags": [],
4827
+ "canonicalUsage": "import { FormLayout, FormRow, FormCell, FORM_LAYOUT_CONFIG } from '@1money/component-ui';\n// or\nimport { FormLayout } from '@1money/component-ui/FormLayout';",
4828
+ "examples": [
4829
+ {
4830
+ "hash": "31c2639a02e8c20c9400945d8718612f560d5f9873104343a1f1720e11ea763d",
4831
+ "source": "canonical"
4832
+ }
4833
+ ]
4834
+ },
4835
+ {
4836
+ "name": "FormRowProps",
4276
4837
  "kind": "type",
4277
- "category": "forms",
4838
+ "category": "misc",
4278
4839
  "summary": "",
4279
4840
  "importPath": "@1money/component-ui",
4280
- "subpathImport": "@1money/component-ui/ProForm",
4281
- "sourceFile": "src/components/ProForm/interface.ts",
4841
+ "subpathImport": "@1money/component-ui/FormLayout",
4842
+ "sourceFile": "src/components/FormLayout/FormLayout.tsx",
4282
4843
  "props": [],
4283
4844
  "extends": [],
4284
4845
  "relatedSymbols": [
4285
- "CreateProFormFieldConfig",
4286
- "DialogForm",
4287
- "DialogFormProps",
4288
- "DrawerForm",
4289
- "DrawerFormProps",
4290
- "FormCoreInstance",
4291
- "FormInstance",
4846
+ "FORM_LAYOUT_CONFIG",
4847
+ "FormCell",
4848
+ "FormCellProps",
4292
4849
  "FormLayout",
4293
- "FormSize",
4294
- "LabelAlign",
4295
- "ProForm",
4296
- "ProFormCheckbox",
4297
- "ProFormCheckboxGroup",
4298
- "ProFormColProps",
4299
- "ProFormContextValue",
4300
- "ProFormDateFormatter",
4301
- "ProFormDatePicker",
4302
- "ProFormDependency",
4303
- "ProFormDependencyProps",
4304
- "ProFormFieldConvertValueFn",
4305
- "ProFormFieldName",
4306
- "ProFormFieldOptionValue",
4307
- "ProFormFieldProps",
4308
- "ProFormFieldSet",
4309
- "ProFormFieldSetProps",
4310
- "ProFormFieldTransformFn",
4311
- "ProFormFieldValueMap",
4312
- "ProFormFormInstance",
4313
- "ProFormGroup",
4314
- "ProFormGroupProps",
4315
- "ProFormItem",
4316
- "ProFormItemProps",
4317
- "ProFormItemSharedProps",
4318
- "ProFormLayoutConfig",
4319
- "ProFormList",
4320
- "ProFormListAction",
4321
- "ProFormListProps",
4322
- "ProFormMode",
4323
- "ProFormPassword",
4324
- "ProFormPathValue",
4325
- "ProFormProps",
4326
- "ProFormRadioGroup",
4327
- "ProFormRecursivePartial",
4328
- "ProFormRequestOption",
4329
- "ProFormSchemaColumn",
4330
- "ProFormSchemaColumns",
4331
- "ProFormSchemaValueType",
4332
- "ProFormSelect",
4333
- "ProFormSlider",
4334
- "ProFormStableContextValue",
4335
- "ProFormStateContextValue",
4336
- "ProFormSwitch",
4337
- "ProFormSyncToUrl",
4338
- "ProFormText",
4339
- "ProFormTextArea",
4340
- "ProFormUpload",
4341
- "ProFormValidateResult",
4342
- "ProFormValueEnumObj",
4343
- "ProFormValueType",
4344
- "ProFormValuesPatch",
4345
- "QueryFilter",
4346
- "QueryFilterProps",
4347
- "Rule",
4348
- "SchemaForm",
4349
- "SchemaFormProps",
4350
- "SubmitterProps",
4351
- "UseFormWatch",
4352
- "ValidateStatus",
4353
- "ValidateTrigger",
4354
- "createProFormField",
4355
- "useFormWatch"
4850
+ "FormLayoutProps",
4851
+ "FormLayoutSize",
4852
+ "FormLayoutVariant",
4853
+ "FormRow"
4356
4854
  ],
4357
4855
  "searchTags": [],
4358
- "typeText": "interface FormListContextValue { ... }",
4359
- "canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
4856
+ "typeText": "interface FormRowProps { ... }",
4857
+ "canonicalUsage": "import { FormLayout, FormRow, FormCell, FORM_LAYOUT_CONFIG } from '@1money/component-ui';\n// or\nimport { FormLayout } from '@1money/component-ui/FormLayout';",
4360
4858
  "examples": [
4361
4859
  {
4362
- "hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
4860
+ "hash": "31c2639a02e8c20c9400945d8718612f560d5f9873104343a1f1720e11ea763d",
4363
4861
  "source": "canonical"
4364
4862
  }
4365
4863
  ]
@@ -4382,7 +4880,6 @@
4382
4880
  "DrawerFormProps",
4383
4881
  "FormCoreInstance",
4384
4882
  "FormInstance",
4385
- "FormLayout",
4386
4883
  "FormListContextValue",
4387
4884
  "LabelAlign",
4388
4885
  "ProForm",
@@ -4408,6 +4905,7 @@
4408
4905
  "ProFormItem",
4409
4906
  "ProFormItemProps",
4410
4907
  "ProFormItemSharedProps",
4908
+ "ProFormLayout",
4411
4909
  "ProFormLayoutConfig",
4412
4910
  "ProFormList",
4413
4911
  "ProFormListAction",
@@ -5529,7 +6027,6 @@
5529
6027
  "DrawerFormProps",
5530
6028
  "FormCoreInstance",
5531
6029
  "FormInstance",
5532
- "FormLayout",
5533
6030
  "FormListContextValue",
5534
6031
  "FormSize",
5535
6032
  "ProForm",
@@ -5555,6 +6052,7 @@
5555
6052
  "ProFormItem",
5556
6053
  "ProFormItemProps",
5557
6054
  "ProFormItemSharedProps",
6055
+ "ProFormLayout",
5558
6056
  "ProFormLayoutConfig",
5559
6057
  "ProFormList",
5560
6058
  "ProFormListAction",
@@ -7571,7 +8069,6 @@
7571
8069
  "DrawerFormProps",
7572
8070
  "FormCoreInstance",
7573
8071
  "FormInstance",
7574
- "FormLayout",
7575
8072
  "FormListContextValue",
7576
8073
  "FormSize",
7577
8074
  "LabelAlign",
@@ -7597,6 +8094,7 @@
7597
8094
  "ProFormItem",
7598
8095
  "ProFormItemProps",
7599
8096
  "ProFormItemSharedProps",
8097
+ "ProFormLayout",
7600
8098
  "ProFormLayoutConfig",
7601
8099
  "ProFormList",
7602
8100
  "ProFormListAction",
@@ -7957,7 +8455,6 @@
7957
8455
  "DrawerFormProps",
7958
8456
  "FormCoreInstance",
7959
8457
  "FormInstance",
7960
- "FormLayout",
7961
8458
  "FormListContextValue",
7962
8459
  "FormSize",
7963
8460
  "LabelAlign",
@@ -7983,6 +8480,7 @@
7983
8480
  "ProFormItem",
7984
8481
  "ProFormItemProps",
7985
8482
  "ProFormItemSharedProps",
8483
+ "ProFormLayout",
7986
8484
  "ProFormLayoutConfig",
7987
8485
  "ProFormList",
7988
8486
  "ProFormListAction",
@@ -8049,7 +8547,6 @@
8049
8547
  "DrawerFormProps",
8050
8548
  "FormCoreInstance",
8051
8549
  "FormInstance",
8052
- "FormLayout",
8053
8550
  "FormListContextValue",
8054
8551
  "FormSize",
8055
8552
  "LabelAlign",
@@ -8075,6 +8572,7 @@
8075
8572
  "ProFormItem",
8076
8573
  "ProFormItemProps",
8077
8574
  "ProFormItemSharedProps",
8575
+ "ProFormLayout",
8078
8576
  "ProFormLayoutConfig",
8079
8577
  "ProFormList",
8080
8578
  "ProFormListAction",
@@ -8141,7 +8639,6 @@
8141
8639
  "DrawerFormProps",
8142
8640
  "FormCoreInstance",
8143
8641
  "FormInstance",
8144
- "FormLayout",
8145
8642
  "FormListContextValue",
8146
8643
  "FormSize",
8147
8644
  "LabelAlign",
@@ -8167,6 +8664,7 @@
8167
8664
  "ProFormItem",
8168
8665
  "ProFormItemProps",
8169
8666
  "ProFormItemSharedProps",
8667
+ "ProFormLayout",
8170
8668
  "ProFormLayoutConfig",
8171
8669
  "ProFormList",
8172
8670
  "ProFormListAction",
@@ -8234,7 +8732,6 @@
8234
8732
  "DrawerFormProps",
8235
8733
  "FormCoreInstance",
8236
8734
  "FormInstance",
8237
- "FormLayout",
8238
8735
  "FormListContextValue",
8239
8736
  "FormSize",
8240
8737
  "LabelAlign",
@@ -8260,6 +8757,7 @@
8260
8757
  "ProFormItem",
8261
8758
  "ProFormItemProps",
8262
8759
  "ProFormItemSharedProps",
8760
+ "ProFormLayout",
8263
8761
  "ProFormLayoutConfig",
8264
8762
  "ProFormList",
8265
8763
  "ProFormListAction",
@@ -8327,7 +8825,6 @@
8327
8825
  "DrawerFormProps",
8328
8826
  "FormCoreInstance",
8329
8827
  "FormInstance",
8330
- "FormLayout",
8331
8828
  "FormListContextValue",
8332
8829
  "FormSize",
8333
8830
  "LabelAlign",
@@ -8353,6 +8850,7 @@
8353
8850
  "ProFormItem",
8354
8851
  "ProFormItemProps",
8355
8852
  "ProFormItemSharedProps",
8853
+ "ProFormLayout",
8356
8854
  "ProFormLayoutConfig",
8357
8855
  "ProFormList",
8358
8856
  "ProFormListAction",
@@ -8420,7 +8918,6 @@
8420
8918
  "DrawerFormProps",
8421
8919
  "FormCoreInstance",
8422
8920
  "FormInstance",
8423
- "FormLayout",
8424
8921
  "FormListContextValue",
8425
8922
  "FormSize",
8426
8923
  "LabelAlign",
@@ -8446,6 +8943,7 @@
8446
8943
  "ProFormItem",
8447
8944
  "ProFormItemProps",
8448
8945
  "ProFormItemSharedProps",
8946
+ "ProFormLayout",
8449
8947
  "ProFormLayoutConfig",
8450
8948
  "ProFormList",
8451
8949
  "ProFormListAction",
@@ -8532,7 +9030,6 @@
8532
9030
  "DrawerFormProps",
8533
9031
  "FormCoreInstance",
8534
9032
  "FormInstance",
8535
- "FormLayout",
8536
9033
  "FormListContextValue",
8537
9034
  "FormSize",
8538
9035
  "LabelAlign",
@@ -8558,6 +9055,7 @@
8558
9055
  "ProFormItem",
8559
9056
  "ProFormItemProps",
8560
9057
  "ProFormItemSharedProps",
9058
+ "ProFormLayout",
8561
9059
  "ProFormLayoutConfig",
8562
9060
  "ProFormList",
8563
9061
  "ProFormListAction",
@@ -8624,7 +9122,6 @@
8624
9122
  "DrawerFormProps",
8625
9123
  "FormCoreInstance",
8626
9124
  "FormInstance",
8627
- "FormLayout",
8628
9125
  "FormListContextValue",
8629
9126
  "FormSize",
8630
9127
  "LabelAlign",
@@ -8650,6 +9147,7 @@
8650
9147
  "ProFormItem",
8651
9148
  "ProFormItemProps",
8652
9149
  "ProFormItemSharedProps",
9150
+ "ProFormLayout",
8653
9151
  "ProFormLayoutConfig",
8654
9152
  "ProFormList",
8655
9153
  "ProFormListAction",
@@ -8717,7 +9215,6 @@
8717
9215
  "DrawerFormProps",
8718
9216
  "FormCoreInstance",
8719
9217
  "FormInstance",
8720
- "FormLayout",
8721
9218
  "FormListContextValue",
8722
9219
  "FormSize",
8723
9220
  "LabelAlign",
@@ -8743,6 +9240,7 @@
8743
9240
  "ProFormItem",
8744
9241
  "ProFormItemProps",
8745
9242
  "ProFormItemSharedProps",
9243
+ "ProFormLayout",
8746
9244
  "ProFormLayoutConfig",
8747
9245
  "ProFormList",
8748
9246
  "ProFormListAction",
@@ -8810,7 +9308,6 @@
8810
9308
  "DrawerFormProps",
8811
9309
  "FormCoreInstance",
8812
9310
  "FormInstance",
8813
- "FormLayout",
8814
9311
  "FormListContextValue",
8815
9312
  "FormSize",
8816
9313
  "LabelAlign",
@@ -8836,6 +9333,7 @@
8836
9333
  "ProFormItem",
8837
9334
  "ProFormItemProps",
8838
9335
  "ProFormItemSharedProps",
9336
+ "ProFormLayout",
8839
9337
  "ProFormLayoutConfig",
8840
9338
  "ProFormList",
8841
9339
  "ProFormListAction",
@@ -8903,7 +9401,6 @@
8903
9401
  "DrawerFormProps",
8904
9402
  "FormCoreInstance",
8905
9403
  "FormInstance",
8906
- "FormLayout",
8907
9404
  "FormListContextValue",
8908
9405
  "FormSize",
8909
9406
  "LabelAlign",
@@ -8929,6 +9426,7 @@
8929
9426
  "ProFormItem",
8930
9427
  "ProFormItemProps",
8931
9428
  "ProFormItemSharedProps",
9429
+ "ProFormLayout",
8932
9430
  "ProFormLayoutConfig",
8933
9431
  "ProFormList",
8934
9432
  "ProFormListAction",
@@ -8996,7 +9494,6 @@
8996
9494
  "DrawerFormProps",
8997
9495
  "FormCoreInstance",
8998
9496
  "FormInstance",
8999
- "FormLayout",
9000
9497
  "FormListContextValue",
9001
9498
  "FormSize",
9002
9499
  "LabelAlign",
@@ -9022,6 +9519,7 @@
9022
9519
  "ProFormItem",
9023
9520
  "ProFormItemProps",
9024
9521
  "ProFormItemSharedProps",
9522
+ "ProFormLayout",
9025
9523
  "ProFormLayoutConfig",
9026
9524
  "ProFormList",
9027
9525
  "ProFormListAction",
@@ -9154,7 +9652,6 @@
9154
9652
  "DrawerFormProps",
9155
9653
  "FormCoreInstance",
9156
9654
  "FormInstance",
9157
- "FormLayout",
9158
9655
  "FormListContextValue",
9159
9656
  "FormSize",
9160
9657
  "LabelAlign",
@@ -9180,6 +9677,7 @@
9180
9677
  "ProFormItem",
9181
9678
  "ProFormItemProps",
9182
9679
  "ProFormItemSharedProps",
9680
+ "ProFormLayout",
9183
9681
  "ProFormLayoutConfig",
9184
9682
  "ProFormList",
9185
9683
  "ProFormListAction",
@@ -9246,7 +9744,6 @@
9246
9744
  "DrawerFormProps",
9247
9745
  "FormCoreInstance",
9248
9746
  "FormInstance",
9249
- "FormLayout",
9250
9747
  "FormListContextValue",
9251
9748
  "FormSize",
9252
9749
  "LabelAlign",
@@ -9272,6 +9769,7 @@
9272
9769
  "ProFormItem",
9273
9770
  "ProFormItemProps",
9274
9771
  "ProFormItemSharedProps",
9772
+ "ProFormLayout",
9275
9773
  "ProFormLayoutConfig",
9276
9774
  "ProFormList",
9277
9775
  "ProFormListAction",
@@ -9339,7 +9837,6 @@
9339
9837
  "DrawerFormProps",
9340
9838
  "FormCoreInstance",
9341
9839
  "FormInstance",
9342
- "FormLayout",
9343
9840
  "FormListContextValue",
9344
9841
  "FormSize",
9345
9842
  "LabelAlign",
@@ -9365,6 +9862,7 @@
9365
9862
  "ProFormItem",
9366
9863
  "ProFormItemProps",
9367
9864
  "ProFormItemSharedProps",
9865
+ "ProFormLayout",
9368
9866
  "ProFormLayoutConfig",
9369
9867
  "ProFormList",
9370
9868
  "ProFormListAction",
@@ -9432,7 +9930,6 @@
9432
9930
  "DrawerFormProps",
9433
9931
  "FormCoreInstance",
9434
9932
  "FormInstance",
9435
- "FormLayout",
9436
9933
  "FormListContextValue",
9437
9934
  "FormSize",
9438
9935
  "LabelAlign",
@@ -9458,6 +9955,7 @@
9458
9955
  "ProFormItem",
9459
9956
  "ProFormItemProps",
9460
9957
  "ProFormItemSharedProps",
9958
+ "ProFormLayout",
9461
9959
  "ProFormLayoutConfig",
9462
9960
  "ProFormList",
9463
9961
  "ProFormListAction",
@@ -9525,7 +10023,6 @@
9525
10023
  "DrawerFormProps",
9526
10024
  "FormCoreInstance",
9527
10025
  "FormInstance",
9528
- "FormLayout",
9529
10026
  "FormListContextValue",
9530
10027
  "FormSize",
9531
10028
  "LabelAlign",
@@ -9551,6 +10048,7 @@
9551
10048
  "ProFormItem",
9552
10049
  "ProFormItemProps",
9553
10050
  "ProFormItemSharedProps",
10051
+ "ProFormLayout",
9554
10052
  "ProFormLayoutConfig",
9555
10053
  "ProFormList",
9556
10054
  "ProFormListAction",
@@ -9683,7 +10181,6 @@
9683
10181
  "DrawerFormProps",
9684
10182
  "FormCoreInstance",
9685
10183
  "FormInstance",
9686
- "FormLayout",
9687
10184
  "FormListContextValue",
9688
10185
  "FormSize",
9689
10186
  "LabelAlign",
@@ -9709,6 +10206,7 @@
9709
10206
  "ProFormItem",
9710
10207
  "ProFormItemProps",
9711
10208
  "ProFormItemSharedProps",
10209
+ "ProFormLayout",
9712
10210
  "ProFormLayoutConfig",
9713
10211
  "ProFormList",
9714
10212
  "ProFormListAction",
@@ -9775,7 +10273,6 @@
9775
10273
  "DrawerFormProps",
9776
10274
  "FormCoreInstance",
9777
10275
  "FormInstance",
9778
- "FormLayout",
9779
10276
  "FormListContextValue",
9780
10277
  "FormSize",
9781
10278
  "LabelAlign",
@@ -9801,6 +10298,7 @@
9801
10298
  "ProFormItem",
9802
10299
  "ProFormItemProps",
9803
10300
  "ProFormItemSharedProps",
10301
+ "ProFormLayout",
9804
10302
  "ProFormLayoutConfig",
9805
10303
  "ProFormList",
9806
10304
  "ProFormListAction",
@@ -10045,7 +10543,6 @@
10045
10543
  "DrawerFormProps",
10046
10544
  "FormCoreInstance",
10047
10545
  "FormInstance",
10048
- "FormLayout",
10049
10546
  "FormListContextValue",
10050
10547
  "FormSize",
10051
10548
  "LabelAlign",
@@ -10071,6 +10568,7 @@
10071
10568
  "ProFormGroupProps",
10072
10569
  "ProFormItemProps",
10073
10570
  "ProFormItemSharedProps",
10571
+ "ProFormLayout",
10074
10572
  "ProFormLayoutConfig",
10075
10573
  "ProFormList",
10076
10574
  "ProFormListAction",
@@ -10137,7 +10635,6 @@
10137
10635
  "DrawerFormProps",
10138
10636
  "FormCoreInstance",
10139
10637
  "FormInstance",
10140
- "FormLayout",
10141
10638
  "FormListContextValue",
10142
10639
  "FormSize",
10143
10640
  "LabelAlign",
@@ -10163,6 +10660,7 @@
10163
10660
  "ProFormGroupProps",
10164
10661
  "ProFormItem",
10165
10662
  "ProFormItemSharedProps",
10663
+ "ProFormLayout",
10166
10664
  "ProFormLayoutConfig",
10167
10665
  "ProFormList",
10168
10666
  "ProFormListAction",
@@ -10230,7 +10728,6 @@
10230
10728
  "DrawerFormProps",
10231
10729
  "FormCoreInstance",
10232
10730
  "FormInstance",
10233
- "FormLayout",
10234
10731
  "FormListContextValue",
10235
10732
  "FormSize",
10236
10733
  "LabelAlign",
@@ -10256,6 +10753,7 @@
10256
10753
  "ProFormGroupProps",
10257
10754
  "ProFormItem",
10258
10755
  "ProFormItemProps",
10756
+ "ProFormLayout",
10259
10757
  "ProFormLayoutConfig",
10260
10758
  "ProFormList",
10261
10759
  "ProFormListAction",
@@ -10305,6 +10803,99 @@
10305
10803
  }
10306
10804
  ]
10307
10805
  },
10806
+ {
10807
+ "name": "ProFormLayout",
10808
+ "kind": "type",
10809
+ "category": "forms",
10810
+ "summary": "",
10811
+ "importPath": "@1money/component-ui",
10812
+ "subpathImport": "@1money/component-ui/ProForm",
10813
+ "sourceFile": "src/components/ProForm/core/constants.ts",
10814
+ "props": [],
10815
+ "extends": [],
10816
+ "relatedSymbols": [
10817
+ "CreateProFormFieldConfig",
10818
+ "DialogForm",
10819
+ "DialogFormProps",
10820
+ "DrawerForm",
10821
+ "DrawerFormProps",
10822
+ "FormCoreInstance",
10823
+ "FormInstance",
10824
+ "FormListContextValue",
10825
+ "FormSize",
10826
+ "LabelAlign",
10827
+ "ProForm",
10828
+ "ProFormCheckbox",
10829
+ "ProFormCheckboxGroup",
10830
+ "ProFormColProps",
10831
+ "ProFormContextValue",
10832
+ "ProFormDateFormatter",
10833
+ "ProFormDatePicker",
10834
+ "ProFormDependency",
10835
+ "ProFormDependencyProps",
10836
+ "ProFormFieldConvertValueFn",
10837
+ "ProFormFieldName",
10838
+ "ProFormFieldOptionValue",
10839
+ "ProFormFieldProps",
10840
+ "ProFormFieldSet",
10841
+ "ProFormFieldSetProps",
10842
+ "ProFormFieldTransformFn",
10843
+ "ProFormFieldValueMap",
10844
+ "ProFormFormInstance",
10845
+ "ProFormGroup",
10846
+ "ProFormGroupProps",
10847
+ "ProFormItem",
10848
+ "ProFormItemProps",
10849
+ "ProFormItemSharedProps",
10850
+ "ProFormLayoutConfig",
10851
+ "ProFormList",
10852
+ "ProFormListAction",
10853
+ "ProFormListProps",
10854
+ "ProFormMode",
10855
+ "ProFormPassword",
10856
+ "ProFormPathValue",
10857
+ "ProFormProps",
10858
+ "ProFormRadioGroup",
10859
+ "ProFormRecursivePartial",
10860
+ "ProFormRequestOption",
10861
+ "ProFormSchemaColumn",
10862
+ "ProFormSchemaColumns",
10863
+ "ProFormSchemaValueType",
10864
+ "ProFormSelect",
10865
+ "ProFormSlider",
10866
+ "ProFormStableContextValue",
10867
+ "ProFormStateContextValue",
10868
+ "ProFormSwitch",
10869
+ "ProFormSyncToUrl",
10870
+ "ProFormText",
10871
+ "ProFormTextArea",
10872
+ "ProFormUpload",
10873
+ "ProFormValidateResult",
10874
+ "ProFormValueEnumObj",
10875
+ "ProFormValueType",
10876
+ "ProFormValuesPatch",
10877
+ "QueryFilter",
10878
+ "QueryFilterProps",
10879
+ "Rule",
10880
+ "SchemaForm",
10881
+ "SchemaFormProps",
10882
+ "SubmitterProps",
10883
+ "UseFormWatch",
10884
+ "ValidateStatus",
10885
+ "ValidateTrigger",
10886
+ "createProFormField",
10887
+ "useFormWatch"
10888
+ ],
10889
+ "searchTags": [],
10890
+ "typeText": "(typeof FORM_LAYOUTS)[number]",
10891
+ "canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
10892
+ "examples": [
10893
+ {
10894
+ "hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
10895
+ "source": "canonical"
10896
+ }
10897
+ ]
10898
+ },
10308
10899
  {
10309
10900
  "name": "ProFormLayoutConfig",
10310
10901
  "kind": "type",
@@ -10323,7 +10914,6 @@
10323
10914
  "DrawerFormProps",
10324
10915
  "FormCoreInstance",
10325
10916
  "FormInstance",
10326
- "FormLayout",
10327
10917
  "FormListContextValue",
10328
10918
  "FormSize",
10329
10919
  "LabelAlign",
@@ -10350,6 +10940,7 @@
10350
10940
  "ProFormItem",
10351
10941
  "ProFormItemProps",
10352
10942
  "ProFormItemSharedProps",
10943
+ "ProFormLayout",
10353
10944
  "ProFormList",
10354
10945
  "ProFormListAction",
10355
10946
  "ProFormListProps",
@@ -10537,7 +11128,6 @@
10537
11128
  "DrawerFormProps",
10538
11129
  "FormCoreInstance",
10539
11130
  "FormInstance",
10540
- "FormLayout",
10541
11131
  "FormListContextValue",
10542
11132
  "FormSize",
10543
11133
  "LabelAlign",
@@ -10564,6 +11154,7 @@
10564
11154
  "ProFormItem",
10565
11155
  "ProFormItemProps",
10566
11156
  "ProFormItemSharedProps",
11157
+ "ProFormLayout",
10567
11158
  "ProFormLayoutConfig",
10568
11159
  "ProFormListAction",
10569
11160
  "ProFormListProps",
@@ -10629,7 +11220,6 @@
10629
11220
  "DrawerFormProps",
10630
11221
  "FormCoreInstance",
10631
11222
  "FormInstance",
10632
- "FormLayout",
10633
11223
  "FormListContextValue",
10634
11224
  "FormSize",
10635
11225
  "LabelAlign",
@@ -10656,6 +11246,7 @@
10656
11246
  "ProFormItem",
10657
11247
  "ProFormItemProps",
10658
11248
  "ProFormItemSharedProps",
11249
+ "ProFormLayout",
10659
11250
  "ProFormLayoutConfig",
10660
11251
  "ProFormList",
10661
11252
  "ProFormListProps",
@@ -10722,7 +11313,6 @@
10722
11313
  "DrawerFormProps",
10723
11314
  "FormCoreInstance",
10724
11315
  "FormInstance",
10725
- "FormLayout",
10726
11316
  "FormListContextValue",
10727
11317
  "FormSize",
10728
11318
  "LabelAlign",
@@ -10749,6 +11339,7 @@
10749
11339
  "ProFormItem",
10750
11340
  "ProFormItemProps",
10751
11341
  "ProFormItemSharedProps",
11342
+ "ProFormLayout",
10752
11343
  "ProFormLayoutConfig",
10753
11344
  "ProFormList",
10754
11345
  "ProFormListAction",
@@ -10815,7 +11406,6 @@
10815
11406
  "DrawerFormProps",
10816
11407
  "FormCoreInstance",
10817
11408
  "FormInstance",
10818
- "FormLayout",
10819
11409
  "FormListContextValue",
10820
11410
  "FormSize",
10821
11411
  "LabelAlign",
@@ -10842,6 +11432,7 @@
10842
11432
  "ProFormItem",
10843
11433
  "ProFormItemProps",
10844
11434
  "ProFormItemSharedProps",
11435
+ "ProFormLayout",
10845
11436
  "ProFormLayoutConfig",
10846
11437
  "ProFormList",
10847
11438
  "ProFormListAction",
@@ -10908,7 +11499,6 @@
10908
11499
  "DrawerFormProps",
10909
11500
  "FormCoreInstance",
10910
11501
  "FormInstance",
10911
- "FormLayout",
10912
11502
  "FormListContextValue",
10913
11503
  "FormSize",
10914
11504
  "LabelAlign",
@@ -10935,6 +11525,7 @@
10935
11525
  "ProFormItem",
10936
11526
  "ProFormItemProps",
10937
11527
  "ProFormItemSharedProps",
11528
+ "ProFormLayout",
10938
11529
  "ProFormLayoutConfig",
10939
11530
  "ProFormList",
10940
11531
  "ProFormListAction",
@@ -11000,7 +11591,6 @@
11000
11591
  "DrawerFormProps",
11001
11592
  "FormCoreInstance",
11002
11593
  "FormInstance",
11003
- "FormLayout",
11004
11594
  "FormListContextValue",
11005
11595
  "FormSize",
11006
11596
  "LabelAlign",
@@ -11027,6 +11617,7 @@
11027
11617
  "ProFormItem",
11028
11618
  "ProFormItemProps",
11029
11619
  "ProFormItemSharedProps",
11620
+ "ProFormLayout",
11030
11621
  "ProFormLayoutConfig",
11031
11622
  "ProFormList",
11032
11623
  "ProFormListAction",
@@ -11093,7 +11684,6 @@
11093
11684
  "DrawerFormProps",
11094
11685
  "FormCoreInstance",
11095
11686
  "FormInstance",
11096
- "FormLayout",
11097
11687
  "FormListContextValue",
11098
11688
  "FormSize",
11099
11689
  "LabelAlign",
@@ -11120,6 +11710,7 @@
11120
11710
  "ProFormItem",
11121
11711
  "ProFormItemProps",
11122
11712
  "ProFormItemSharedProps",
11713
+ "ProFormLayout",
11123
11714
  "ProFormLayoutConfig",
11124
11715
  "ProFormList",
11125
11716
  "ProFormListAction",
@@ -11186,7 +11777,6 @@
11186
11777
  "DrawerFormProps",
11187
11778
  "FormCoreInstance",
11188
11779
  "FormInstance",
11189
- "FormLayout",
11190
11780
  "FormListContextValue",
11191
11781
  "FormSize",
11192
11782
  "LabelAlign",
@@ -11213,6 +11803,7 @@
11213
11803
  "ProFormItem",
11214
11804
  "ProFormItemProps",
11215
11805
  "ProFormItemSharedProps",
11806
+ "ProFormLayout",
11216
11807
  "ProFormLayoutConfig",
11217
11808
  "ProFormList",
11218
11809
  "ProFormListAction",
@@ -11278,7 +11869,6 @@
11278
11869
  "DrawerFormProps",
11279
11870
  "FormCoreInstance",
11280
11871
  "FormInstance",
11281
- "FormLayout",
11282
11872
  "FormListContextValue",
11283
11873
  "FormSize",
11284
11874
  "LabelAlign",
@@ -11305,6 +11895,7 @@
11305
11895
  "ProFormItem",
11306
11896
  "ProFormItemProps",
11307
11897
  "ProFormItemSharedProps",
11898
+ "ProFormLayout",
11308
11899
  "ProFormLayoutConfig",
11309
11900
  "ProFormList",
11310
11901
  "ProFormListAction",
@@ -11371,7 +11962,6 @@
11371
11962
  "DrawerFormProps",
11372
11963
  "FormCoreInstance",
11373
11964
  "FormInstance",
11374
- "FormLayout",
11375
11965
  "FormListContextValue",
11376
11966
  "FormSize",
11377
11967
  "LabelAlign",
@@ -11398,6 +11988,7 @@
11398
11988
  "ProFormItem",
11399
11989
  "ProFormItemProps",
11400
11990
  "ProFormItemSharedProps",
11991
+ "ProFormLayout",
11401
11992
  "ProFormLayoutConfig",
11402
11993
  "ProFormList",
11403
11994
  "ProFormListAction",
@@ -11464,7 +12055,6 @@
11464
12055
  "DrawerFormProps",
11465
12056
  "FormCoreInstance",
11466
12057
  "FormInstance",
11467
- "FormLayout",
11468
12058
  "FormListContextValue",
11469
12059
  "FormSize",
11470
12060
  "LabelAlign",
@@ -11491,6 +12081,7 @@
11491
12081
  "ProFormItem",
11492
12082
  "ProFormItemProps",
11493
12083
  "ProFormItemSharedProps",
12084
+ "ProFormLayout",
11494
12085
  "ProFormLayoutConfig",
11495
12086
  "ProFormList",
11496
12087
  "ProFormListAction",
@@ -11557,7 +12148,6 @@
11557
12148
  "DrawerFormProps",
11558
12149
  "FormCoreInstance",
11559
12150
  "FormInstance",
11560
- "FormLayout",
11561
12151
  "FormListContextValue",
11562
12152
  "FormSize",
11563
12153
  "LabelAlign",
@@ -11584,6 +12174,7 @@
11584
12174
  "ProFormItem",
11585
12175
  "ProFormItemProps",
11586
12176
  "ProFormItemSharedProps",
12177
+ "ProFormLayout",
11587
12178
  "ProFormLayoutConfig",
11588
12179
  "ProFormList",
11589
12180
  "ProFormListAction",
@@ -11650,7 +12241,6 @@
11650
12241
  "DrawerFormProps",
11651
12242
  "FormCoreInstance",
11652
12243
  "FormInstance",
11653
- "FormLayout",
11654
12244
  "FormListContextValue",
11655
12245
  "FormSize",
11656
12246
  "LabelAlign",
@@ -11677,6 +12267,7 @@
11677
12267
  "ProFormItem",
11678
12268
  "ProFormItemProps",
11679
12269
  "ProFormItemSharedProps",
12270
+ "ProFormLayout",
11680
12271
  "ProFormLayoutConfig",
11681
12272
  "ProFormList",
11682
12273
  "ProFormListAction",
@@ -11743,7 +12334,6 @@
11743
12334
  "DrawerFormProps",
11744
12335
  "FormCoreInstance",
11745
12336
  "FormInstance",
11746
- "FormLayout",
11747
12337
  "FormListContextValue",
11748
12338
  "FormSize",
11749
12339
  "LabelAlign",
@@ -11770,6 +12360,7 @@
11770
12360
  "ProFormItem",
11771
12361
  "ProFormItemProps",
11772
12362
  "ProFormItemSharedProps",
12363
+ "ProFormLayout",
11773
12364
  "ProFormLayoutConfig",
11774
12365
  "ProFormList",
11775
12366
  "ProFormListAction",
@@ -11835,7 +12426,6 @@
11835
12426
  "DrawerFormProps",
11836
12427
  "FormCoreInstance",
11837
12428
  "FormInstance",
11838
- "FormLayout",
11839
12429
  "FormListContextValue",
11840
12430
  "FormSize",
11841
12431
  "LabelAlign",
@@ -11862,6 +12452,7 @@
11862
12452
  "ProFormItem",
11863
12453
  "ProFormItemProps",
11864
12454
  "ProFormItemSharedProps",
12455
+ "ProFormLayout",
11865
12456
  "ProFormLayoutConfig",
11866
12457
  "ProFormList",
11867
12458
  "ProFormListAction",
@@ -11927,7 +12518,6 @@
11927
12518
  "DrawerFormProps",
11928
12519
  "FormCoreInstance",
11929
12520
  "FormInstance",
11930
- "FormLayout",
11931
12521
  "FormListContextValue",
11932
12522
  "FormSize",
11933
12523
  "LabelAlign",
@@ -11954,6 +12544,7 @@
11954
12544
  "ProFormItem",
11955
12545
  "ProFormItemProps",
11956
12546
  "ProFormItemSharedProps",
12547
+ "ProFormLayout",
11957
12548
  "ProFormLayoutConfig",
11958
12549
  "ProFormList",
11959
12550
  "ProFormListAction",
@@ -12020,7 +12611,6 @@
12020
12611
  "DrawerFormProps",
12021
12612
  "FormCoreInstance",
12022
12613
  "FormInstance",
12023
- "FormLayout",
12024
12614
  "FormListContextValue",
12025
12615
  "FormSize",
12026
12616
  "LabelAlign",
@@ -12047,6 +12637,7 @@
12047
12637
  "ProFormItem",
12048
12638
  "ProFormItemProps",
12049
12639
  "ProFormItemSharedProps",
12640
+ "ProFormLayout",
12050
12641
  "ProFormLayoutConfig",
12051
12642
  "ProFormList",
12052
12643
  "ProFormListAction",
@@ -12113,7 +12704,6 @@
12113
12704
  "DrawerFormProps",
12114
12705
  "FormCoreInstance",
12115
12706
  "FormInstance",
12116
- "FormLayout",
12117
12707
  "FormListContextValue",
12118
12708
  "FormSize",
12119
12709
  "LabelAlign",
@@ -12140,6 +12730,7 @@
12140
12730
  "ProFormItem",
12141
12731
  "ProFormItemProps",
12142
12732
  "ProFormItemSharedProps",
12733
+ "ProFormLayout",
12143
12734
  "ProFormLayoutConfig",
12144
12735
  "ProFormList",
12145
12736
  "ProFormListAction",
@@ -12205,7 +12796,6 @@
12205
12796
  "DrawerFormProps",
12206
12797
  "FormCoreInstance",
12207
12798
  "FormInstance",
12208
- "FormLayout",
12209
12799
  "FormListContextValue",
12210
12800
  "FormSize",
12211
12801
  "LabelAlign",
@@ -12232,6 +12822,7 @@
12232
12822
  "ProFormItem",
12233
12823
  "ProFormItemProps",
12234
12824
  "ProFormItemSharedProps",
12825
+ "ProFormLayout",
12235
12826
  "ProFormLayoutConfig",
12236
12827
  "ProFormList",
12237
12828
  "ProFormListAction",
@@ -12298,7 +12889,6 @@
12298
12889
  "DrawerFormProps",
12299
12890
  "FormCoreInstance",
12300
12891
  "FormInstance",
12301
- "FormLayout",
12302
12892
  "FormListContextValue",
12303
12893
  "FormSize",
12304
12894
  "LabelAlign",
@@ -12325,6 +12915,7 @@
12325
12915
  "ProFormItem",
12326
12916
  "ProFormItemProps",
12327
12917
  "ProFormItemSharedProps",
12918
+ "ProFormLayout",
12328
12919
  "ProFormLayoutConfig",
12329
12920
  "ProFormList",
12330
12921
  "ProFormListAction",
@@ -12390,7 +12981,6 @@
12390
12981
  "DrawerFormProps",
12391
12982
  "FormCoreInstance",
12392
12983
  "FormInstance",
12393
- "FormLayout",
12394
12984
  "FormListContextValue",
12395
12985
  "FormSize",
12396
12986
  "LabelAlign",
@@ -12417,6 +13007,7 @@
12417
13007
  "ProFormItem",
12418
13008
  "ProFormItemProps",
12419
13009
  "ProFormItemSharedProps",
13010
+ "ProFormLayout",
12420
13011
  "ProFormLayoutConfig",
12421
13012
  "ProFormList",
12422
13013
  "ProFormListAction",
@@ -12482,7 +13073,6 @@
12482
13073
  "DrawerFormProps",
12483
13074
  "FormCoreInstance",
12484
13075
  "FormInstance",
12485
- "FormLayout",
12486
13076
  "FormListContextValue",
12487
13077
  "FormSize",
12488
13078
  "LabelAlign",
@@ -12509,6 +13099,7 @@
12509
13099
  "ProFormItem",
12510
13100
  "ProFormItemProps",
12511
13101
  "ProFormItemSharedProps",
13102
+ "ProFormLayout",
12512
13103
  "ProFormLayoutConfig",
12513
13104
  "ProFormList",
12514
13105
  "ProFormListAction",
@@ -12574,7 +13165,6 @@
12574
13165
  "DrawerFormProps",
12575
13166
  "FormCoreInstance",
12576
13167
  "FormInstance",
12577
- "FormLayout",
12578
13168
  "FormListContextValue",
12579
13169
  "FormSize",
12580
13170
  "LabelAlign",
@@ -12601,6 +13191,7 @@
12601
13191
  "ProFormItem",
12602
13192
  "ProFormItemProps",
12603
13193
  "ProFormItemSharedProps",
13194
+ "ProFormLayout",
12604
13195
  "ProFormLayoutConfig",
12605
13196
  "ProFormList",
12606
13197
  "ProFormListAction",
@@ -12667,7 +13258,6 @@
12667
13258
  "DrawerFormProps",
12668
13259
  "FormCoreInstance",
12669
13260
  "FormInstance",
12670
- "FormLayout",
12671
13261
  "FormListContextValue",
12672
13262
  "FormSize",
12673
13263
  "LabelAlign",
@@ -12694,6 +13284,7 @@
12694
13284
  "ProFormItem",
12695
13285
  "ProFormItemProps",
12696
13286
  "ProFormItemSharedProps",
13287
+ "ProFormLayout",
12697
13288
  "ProFormLayoutConfig",
12698
13289
  "ProFormList",
12699
13290
  "ProFormListAction",
@@ -12760,7 +13351,6 @@
12760
13351
  "DrawerFormProps",
12761
13352
  "FormCoreInstance",
12762
13353
  "FormInstance",
12763
- "FormLayout",
12764
13354
  "FormListContextValue",
12765
13355
  "FormSize",
12766
13356
  "LabelAlign",
@@ -12787,6 +13377,7 @@
12787
13377
  "ProFormItem",
12788
13378
  "ProFormItemProps",
12789
13379
  "ProFormItemSharedProps",
13380
+ "ProFormLayout",
12790
13381
  "ProFormLayoutConfig",
12791
13382
  "ProFormList",
12792
13383
  "ProFormListAction",
@@ -12853,7 +13444,6 @@
12853
13444
  "DrawerFormProps",
12854
13445
  "FormCoreInstance",
12855
13446
  "FormInstance",
12856
- "FormLayout",
12857
13447
  "FormListContextValue",
12858
13448
  "FormSize",
12859
13449
  "LabelAlign",
@@ -12880,6 +13470,7 @@
12880
13470
  "ProFormItem",
12881
13471
  "ProFormItemProps",
12882
13472
  "ProFormItemSharedProps",
13473
+ "ProFormLayout",
12883
13474
  "ProFormLayoutConfig",
12884
13475
  "ProFormList",
12885
13476
  "ProFormListAction",
@@ -13841,7 +14432,6 @@
13841
14432
  "DrawerFormProps",
13842
14433
  "FormCoreInstance",
13843
14434
  "FormInstance",
13844
- "FormLayout",
13845
14435
  "FormListContextValue",
13846
14436
  "FormSize",
13847
14437
  "LabelAlign",
@@ -13868,6 +14458,7 @@
13868
14458
  "ProFormItem",
13869
14459
  "ProFormItemProps",
13870
14460
  "ProFormItemSharedProps",
14461
+ "ProFormLayout",
13871
14462
  "ProFormLayoutConfig",
13872
14463
  "ProFormList",
13873
14464
  "ProFormListAction",
@@ -13933,7 +14524,6 @@
13933
14524
  "DrawerFormProps",
13934
14525
  "FormCoreInstance",
13935
14526
  "FormInstance",
13936
- "FormLayout",
13937
14527
  "FormListContextValue",
13938
14528
  "FormSize",
13939
14529
  "LabelAlign",
@@ -13960,6 +14550,7 @@
13960
14550
  "ProFormItem",
13961
14551
  "ProFormItemProps",
13962
14552
  "ProFormItemSharedProps",
14553
+ "ProFormLayout",
13963
14554
  "ProFormLayoutConfig",
13964
14555
  "ProFormList",
13965
14556
  "ProFormListAction",
@@ -14914,7 +15505,6 @@
14914
15505
  "DrawerFormProps",
14915
15506
  "FormCoreInstance",
14916
15507
  "FormInstance",
14917
- "FormLayout",
14918
15508
  "FormListContextValue",
14919
15509
  "FormSize",
14920
15510
  "LabelAlign",
@@ -14941,6 +15531,7 @@
14941
15531
  "ProFormItem",
14942
15532
  "ProFormItemProps",
14943
15533
  "ProFormItemSharedProps",
15534
+ "ProFormLayout",
14944
15535
  "ProFormLayoutConfig",
14945
15536
  "ProFormList",
14946
15537
  "ProFormListAction",
@@ -15018,7 +15609,6 @@
15018
15609
  "DrawerFormProps",
15019
15610
  "FormCoreInstance",
15020
15611
  "FormInstance",
15021
- "FormLayout",
15022
15612
  "FormListContextValue",
15023
15613
  "FormSize",
15024
15614
  "LabelAlign",
@@ -15045,6 +15635,7 @@
15045
15635
  "ProFormItem",
15046
15636
  "ProFormItemProps",
15047
15637
  "ProFormItemSharedProps",
15638
+ "ProFormLayout",
15048
15639
  "ProFormLayoutConfig",
15049
15640
  "ProFormList",
15050
15641
  "ProFormListAction",
@@ -15110,7 +15701,6 @@
15110
15701
  "DrawerFormProps",
15111
15702
  "FormCoreInstance",
15112
15703
  "FormInstance",
15113
- "FormLayout",
15114
15704
  "FormListContextValue",
15115
15705
  "FormSize",
15116
15706
  "LabelAlign",
@@ -15137,6 +15727,7 @@
15137
15727
  "ProFormItem",
15138
15728
  "ProFormItemProps",
15139
15729
  "ProFormItemSharedProps",
15730
+ "ProFormLayout",
15140
15731
  "ProFormLayoutConfig",
15141
15732
  "ProFormList",
15142
15733
  "ProFormListAction",
@@ -17193,7 +17784,6 @@
17193
17784
  "DrawerFormProps",
17194
17785
  "FormCoreInstance",
17195
17786
  "FormInstance",
17196
- "FormLayout",
17197
17787
  "FormListContextValue",
17198
17788
  "FormSize",
17199
17789
  "LabelAlign",
@@ -17220,6 +17810,7 @@
17220
17810
  "ProFormItem",
17221
17811
  "ProFormItemProps",
17222
17812
  "ProFormItemSharedProps",
17813
+ "ProFormLayout",
17223
17814
  "ProFormLayoutConfig",
17224
17815
  "ProFormList",
17225
17816
  "ProFormListAction",
@@ -19833,7 +20424,6 @@
19833
20424
  "DrawerFormProps",
19834
20425
  "FormCoreInstance",
19835
20426
  "FormInstance",
19836
- "FormLayout",
19837
20427
  "FormListContextValue",
19838
20428
  "FormSize",
19839
20429
  "LabelAlign",
@@ -19860,6 +20450,7 @@
19860
20450
  "ProFormItem",
19861
20451
  "ProFormItemProps",
19862
20452
  "ProFormItemSharedProps",
20453
+ "ProFormLayout",
19863
20454
  "ProFormLayoutConfig",
19864
20455
  "ProFormList",
19865
20456
  "ProFormListAction",
@@ -19986,7 +20577,6 @@
19986
20577
  "DrawerFormProps",
19987
20578
  "FormCoreInstance",
19988
20579
  "FormInstance",
19989
- "FormLayout",
19990
20580
  "FormListContextValue",
19991
20581
  "FormSize",
19992
20582
  "LabelAlign",
@@ -20013,6 +20603,7 @@
20013
20603
  "ProFormItem",
20014
20604
  "ProFormItemProps",
20015
20605
  "ProFormItemSharedProps",
20606
+ "ProFormLayout",
20016
20607
  "ProFormLayoutConfig",
20017
20608
  "ProFormList",
20018
20609
  "ProFormListAction",
@@ -20079,7 +20670,6 @@
20079
20670
  "DrawerFormProps",
20080
20671
  "FormCoreInstance",
20081
20672
  "FormInstance",
20082
- "FormLayout",
20083
20673
  "FormListContextValue",
20084
20674
  "FormSize",
20085
20675
  "LabelAlign",
@@ -20106,6 +20696,7 @@
20106
20696
  "ProFormItem",
20107
20697
  "ProFormItemProps",
20108
20698
  "ProFormItemSharedProps",
20699
+ "ProFormLayout",
20109
20700
  "ProFormLayoutConfig",
20110
20701
  "ProFormList",
20111
20702
  "ProFormListAction",
@@ -20393,7 +20984,6 @@
20393
20984
  "DrawerFormProps",
20394
20985
  "FormCoreInstance",
20395
20986
  "FormInstance",
20396
- "FormLayout",
20397
20987
  "FormListContextValue",
20398
20988
  "FormSize",
20399
20989
  "LabelAlign",
@@ -20420,6 +21010,7 @@
20420
21010
  "ProFormItem",
20421
21011
  "ProFormItemProps",
20422
21012
  "ProFormItemSharedProps",
21013
+ "ProFormLayout",
20423
21014
  "ProFormLayoutConfig",
20424
21015
  "ProFormList",
20425
21016
  "ProFormListAction",
@@ -20515,7 +21106,6 @@
20515
21106
  "DrawerFormProps",
20516
21107
  "FormCoreInstance",
20517
21108
  "FormInstance",
20518
- "FormLayout",
20519
21109
  "FormListContextValue",
20520
21110
  "FormSize",
20521
21111
  "LabelAlign",
@@ -20542,6 +21132,7 @@
20542
21132
  "ProFormItem",
20543
21133
  "ProFormItemProps",
20544
21134
  "ProFormItemSharedProps",
21135
+ "ProFormLayout",
20545
21136
  "ProFormLayoutConfig",
20546
21137
  "ProFormList",
20547
21138
  "ProFormListAction",