@1money/component-ui 0.0.49 → 0.0.51

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 (1783) hide show
  1. package/es/components/Accordion/Accordion.d.ts +4 -0
  2. package/es/components/Accordion/Accordion.js +98 -0
  3. package/es/components/Accordion/constants.d.ts +16 -0
  4. package/es/components/Accordion/constants.js +17 -0
  5. package/es/components/Accordion/index.d.ts +4 -0
  6. package/es/components/Accordion/index.js +5 -0
  7. package/es/components/Accordion/interface.d.ts +29 -0
  8. package/es/components/Accordion/interface.js +2 -0
  9. package/es/components/Accordion/style/Accordion.css +94 -0
  10. package/es/components/Accordion/style/css.js +2 -0
  11. package/es/components/Accordion/style/index.d.ts +1 -0
  12. package/es/components/Accordion/style/index.js +2 -0
  13. package/es/components/Alert/Alert.d.ts +6 -0
  14. package/es/components/Alert/Alert.js +111 -0
  15. package/es/components/Alert/index.d.ts +4 -0
  16. package/es/components/Alert/index.js +5 -0
  17. package/es/components/Alert/interface.d.ts +42 -0
  18. package/es/components/Alert/interface.js +6 -0
  19. package/es/components/Alert/style/Alert.css +101 -0
  20. package/es/components/Alert/style/css.js +3 -0
  21. package/es/components/Alert/style/index.d.ts +2 -0
  22. package/es/components/Alert/style/index.js +3 -0
  23. package/es/components/Button/Button.d.ts +4 -0
  24. package/es/components/Button/Button.js +149 -0
  25. package/es/components/Button/constants.d.ts +70 -0
  26. package/es/components/Button/constants.js +90 -0
  27. package/es/components/Button/index.d.ts +5 -0
  28. package/es/components/Button/index.js +6 -0
  29. package/es/components/Button/interface.d.ts +23 -0
  30. package/es/components/Button/interface.js +2 -0
  31. package/es/components/Button/style/Button.css +178 -0
  32. package/es/components/Button/style/css.js +2 -0
  33. package/es/components/Button/style/index.d.ts +1 -0
  34. package/es/components/Button/style/index.js +2 -0
  35. package/es/components/Calendar/Calendar.d.ts +7 -0
  36. package/es/components/Calendar/Calendar.js +127 -0
  37. package/es/components/Calendar/index.d.ts +4 -0
  38. package/es/components/Calendar/index.js +5 -0
  39. package/es/components/Calendar/interface.d.ts +29 -0
  40. package/es/components/Calendar/interface.js +2 -0
  41. package/es/components/Calendar/style/Calendar.css +400 -0
  42. package/es/components/Calendar/style/css.js +2 -0
  43. package/es/components/Calendar/style/index.d.ts +1 -0
  44. package/es/components/Calendar/style/index.js +2 -0
  45. package/es/components/Carousel/Carousel.d.ts +6 -0
  46. package/es/components/Carousel/Carousel.js +46 -0
  47. package/es/components/Carousel/index.d.ts +4 -0
  48. package/es/components/Carousel/index.js +5 -0
  49. package/es/components/Carousel/interface.d.ts +15 -0
  50. package/es/components/Carousel/interface.js +2 -0
  51. package/es/components/Carousel/style/Carousel.css +57 -0
  52. package/es/components/Carousel/style/css.js +2 -0
  53. package/es/components/Carousel/style/index.d.ts +1 -0
  54. package/es/components/Carousel/style/index.js +2 -0
  55. package/es/components/Cell/Cell.d.ts +5 -0
  56. package/es/components/Cell/Cell.js +57 -0
  57. package/es/components/Cell/index.d.ts +4 -0
  58. package/es/components/Cell/index.js +5 -0
  59. package/es/components/Cell/interface.d.ts +12 -0
  60. package/es/components/Cell/interface.js +2 -0
  61. package/es/components/Cell/style/Cell.css +80 -0
  62. package/es/components/Cell/style/css.js +2 -0
  63. package/es/components/Cell/style/index.d.ts +1 -0
  64. package/es/components/Cell/style/index.js +2 -0
  65. package/es/components/Checkbox/BaseCheckbox.d.ts +6 -0
  66. package/es/components/Checkbox/BaseCheckbox.js +84 -0
  67. package/es/components/Checkbox/Checkbox.d.ts +6 -0
  68. package/es/components/Checkbox/Checkbox.js +122 -0
  69. package/es/components/Checkbox/CheckboxGroup.d.ts +5 -0
  70. package/es/components/Checkbox/CheckboxGroup.js +141 -0
  71. package/es/components/Checkbox/CheckboxGroupContext.d.ts +14 -0
  72. package/es/components/Checkbox/CheckboxGroupContext.js +3 -0
  73. package/es/components/Checkbox/constants.d.ts +17 -0
  74. package/es/components/Checkbox/constants.js +17 -0
  75. package/es/components/Checkbox/index.d.ts +10 -0
  76. package/es/components/Checkbox/index.js +11 -0
  77. package/es/components/Checkbox/interface.d.ts +77 -0
  78. package/es/components/Checkbox/interface.js +2 -0
  79. package/es/components/Checkbox/style/Checkbox.css +191 -0
  80. package/es/components/Checkbox/style/css.js +2 -0
  81. package/es/components/Checkbox/style/index.d.ts +1 -0
  82. package/es/components/Checkbox/style/index.js +2 -0
  83. package/es/components/CoachMark/CoachMark.d.ts +4 -0
  84. package/es/components/CoachMark/CoachMark.js +142 -0
  85. package/es/components/CoachMark/index.d.ts +4 -0
  86. package/es/components/CoachMark/index.js +5 -0
  87. package/es/components/CoachMark/interface.d.ts +47 -0
  88. package/es/components/CoachMark/interface.js +2 -0
  89. package/es/components/CoachMark/style/CoachMark.css +156 -0
  90. package/es/components/CoachMark/style/css.js +5 -0
  91. package/es/components/CoachMark/style/index.d.ts +4 -0
  92. package/es/components/CoachMark/style/index.js +5 -0
  93. package/es/components/Copy/Clipboard.d.ts +4 -0
  94. package/es/components/Copy/Clipboard.js +44 -0
  95. package/es/components/Copy/Copy.d.ts +4 -0
  96. package/es/components/Copy/Copy.js +81 -0
  97. package/es/components/Copy/index.d.ts +5 -0
  98. package/es/components/Copy/index.js +6 -0
  99. package/es/components/Copy/interface.d.ts +38 -0
  100. package/es/components/Copy/interface.js +2 -0
  101. package/es/components/Copy/style/Clipboard.css +45 -0
  102. package/es/components/Copy/style/Copy.css +48 -0
  103. package/es/components/Copy/style/css.js +3 -0
  104. package/es/components/Copy/style/index.d.ts +2 -0
  105. package/es/components/Copy/style/index.js +3 -0
  106. package/es/components/Dialog/Dialog.d.ts +4 -0
  107. package/es/components/Dialog/Dialog.js +361 -0
  108. package/es/components/Dialog/constants.d.ts +57 -0
  109. package/es/components/Dialog/constants.js +54 -0
  110. package/es/components/Dialog/index.d.ts +4 -0
  111. package/es/components/Dialog/index.js +5 -0
  112. package/es/components/Dialog/interface.d.ts +36 -0
  113. package/es/components/Dialog/interface.js +2 -0
  114. package/es/components/Dialog/style/Dialog.css +204 -0
  115. package/es/components/Dialog/style/css.js +2 -0
  116. package/es/components/Dialog/style/index.d.ts +1 -0
  117. package/es/components/Dialog/style/index.js +2 -0
  118. package/es/components/Divider/Divider.d.ts +4 -0
  119. package/es/components/Divider/Divider.js +50 -0
  120. package/es/components/Divider/constants.d.ts +36 -0
  121. package/es/components/Divider/constants.js +41 -0
  122. package/es/components/Divider/index.d.ts +4 -0
  123. package/es/components/Divider/index.js +5 -0
  124. package/es/components/Divider/interface.d.ts +19 -0
  125. package/es/components/Divider/interface.js +2 -0
  126. package/es/components/Divider/style/Divider.css +128 -0
  127. package/es/components/Divider/style/css.js +2 -0
  128. package/es/components/Divider/style/index.d.ts +1 -0
  129. package/es/components/Divider/style/index.js +2 -0
  130. package/es/components/Drawer/Drawer.d.ts +4 -0
  131. package/es/components/Drawer/Drawer.js +155 -0
  132. package/es/components/Drawer/constants.d.ts +18 -0
  133. package/es/components/Drawer/constants.js +19 -0
  134. package/es/components/Drawer/hooks/index.d.ts +4 -0
  135. package/es/components/Drawer/hooks/index.js +5 -0
  136. package/es/components/Drawer/hooks/useBodyScrollLock.d.ts +1 -0
  137. package/es/components/Drawer/hooks/useBodyScrollLock.js +29 -0
  138. package/es/components/Drawer/hooks/useDialogFocus.d.ts +2 -0
  139. package/es/components/Drawer/hooks/useDialogFocus.js +22 -0
  140. package/es/components/Drawer/hooks/useDrawerTransition.d.ts +4 -0
  141. package/es/components/Drawer/hooks/useDrawerTransition.js +57 -0
  142. package/es/components/Drawer/hooks/useEscapeClose.d.ts +1 -0
  143. package/es/components/Drawer/hooks/useEscapeClose.js +16 -0
  144. package/es/components/Drawer/index.d.ts +3 -0
  145. package/es/components/Drawer/index.js +4 -0
  146. package/es/components/Drawer/interface.d.ts +79 -0
  147. package/es/components/Drawer/interface.js +2 -0
  148. package/es/components/Drawer/style/Drawer.css +145 -0
  149. package/es/components/Drawer/style/css.js +2 -0
  150. package/es/components/Drawer/style/index.d.ts +1 -0
  151. package/es/components/Drawer/style/index.js +2 -0
  152. package/es/components/Dropdown/Dropdown.d.ts +5 -0
  153. package/es/components/Dropdown/Dropdown.js +32 -0
  154. package/es/components/Dropdown/index.d.ts +3 -0
  155. package/es/components/Dropdown/index.js +4 -0
  156. package/es/components/Dropdown/interface.d.ts +8 -0
  157. package/es/components/Dropdown/interface.js +2 -0
  158. package/es/components/Dropdown/style/Dropdown.css +48 -0
  159. package/es/components/Dropdown/style/css.js +3 -0
  160. package/es/components/Dropdown/style/index.d.ts +2 -0
  161. package/es/components/Dropdown/style/index.js +3 -0
  162. package/es/components/Empty/Empty.d.ts +6 -0
  163. package/es/components/Empty/Empty.js +68 -0
  164. package/es/components/Empty/index.d.ts +4 -0
  165. package/es/components/Empty/index.js +5 -0
  166. package/es/components/Empty/interface.d.ts +11 -0
  167. package/es/components/Empty/interface.js +2 -0
  168. package/es/components/Empty/style/Empty.css +58 -0
  169. package/es/components/Empty/style/css.js +3 -0
  170. package/es/components/Empty/style/index.d.ts +2 -0
  171. package/es/components/Empty/style/index.js +3 -0
  172. package/es/components/Flex/Flex.d.ts +5 -0
  173. package/es/components/Flex/Flex.js +50 -0
  174. package/es/components/Flex/constants.d.ts +41 -0
  175. package/es/components/Flex/constants.js +45 -0
  176. package/es/components/Flex/index.d.ts +5 -0
  177. package/es/components/Flex/index.js +6 -0
  178. package/es/components/Flex/interface.d.ts +13 -0
  179. package/es/components/Flex/interface.js +2 -0
  180. package/es/components/Flex/style/Flex.css +71 -0
  181. package/es/components/Flex/style/css.js +2 -0
  182. package/es/components/Flex/style/index.d.ts +1 -0
  183. package/es/components/Flex/style/index.js +2 -0
  184. package/es/components/Grid/Col.d.ts +4 -0
  185. package/es/components/Grid/Col.js +83 -0
  186. package/es/components/Grid/Grid.d.ts +10 -0
  187. package/es/components/Grid/Grid.js +15 -0
  188. package/es/components/Grid/Row.d.ts +4 -0
  189. package/es/components/Grid/Row.js +41 -0
  190. package/es/components/Grid/constants.d.ts +48 -0
  191. package/es/components/Grid/constants.js +71 -0
  192. package/es/components/Grid/helper.d.ts +15 -0
  193. package/es/components/Grid/helper.js +87 -0
  194. package/es/components/Grid/index.d.ts +7 -0
  195. package/es/components/Grid/index.js +8 -0
  196. package/es/components/Grid/interface.d.ts +38 -0
  197. package/es/components/Grid/interface.js +2 -0
  198. package/es/components/Grid/style/Grid.css +952 -0
  199. package/es/components/Grid/style/css.js +2 -0
  200. package/es/components/Grid/style/index.d.ts +1 -0
  201. package/es/components/Grid/style/index.js +2 -0
  202. package/es/components/Icons/Icons.d.ts +194 -0
  203. package/es/components/Icons/Icons.js +194 -0
  204. package/es/components/Icons/Illustrations.d.ts +19 -0
  205. package/es/components/Icons/Illustrations.js +936 -0
  206. package/es/components/Icons/Logo.d.ts +36 -0
  207. package/es/components/Icons/Logo.js +209 -0
  208. package/es/components/Icons/SVGs.d.ts +267 -0
  209. package/es/components/Icons/SVGs.js +1928 -0
  210. package/es/components/Icons/Wrapper.d.ts +6 -0
  211. package/es/components/Icons/Wrapper.js +100 -0
  212. package/es/components/Icons/index.d.ts +4 -0
  213. package/es/components/Icons/index.js +4 -0
  214. package/es/components/Icons/interface.d.ts +30 -0
  215. package/es/components/Icons/interface.js +2 -0
  216. package/es/components/Icons/style/Icons.css +81 -0
  217. package/es/components/Icons/style/css.js +2 -0
  218. package/es/components/Icons/style/index.d.ts +1 -0
  219. package/es/components/Icons/style/index.js +2 -0
  220. package/es/components/Input/Amount/Amount.d.ts +6 -0
  221. package/es/components/Input/Amount/Amount.js +199 -0
  222. package/es/components/Input/Amount/helper.d.ts +35 -0
  223. package/es/components/Input/Amount/helper.js +95 -0
  224. package/es/components/Input/Amount/index.d.ts +3 -0
  225. package/es/components/Input/Amount/index.js +4 -0
  226. package/es/components/Input/Amount/style/Amount.css +103 -0
  227. package/es/components/Input/Amount/style/css.js +2 -0
  228. package/es/components/Input/Amount/style/index.d.ts +1 -0
  229. package/es/components/Input/Amount/style/index.js +2 -0
  230. package/es/components/Input/FieldShell/FieldShell.css +76 -0
  231. package/es/components/Input/FieldShell/FieldShell.d.ts +23 -0
  232. package/es/components/Input/FieldShell/FieldShell.js +99 -0
  233. package/es/components/Input/FieldShell/index.d.ts +3 -0
  234. package/es/components/Input/FieldShell/index.js +3 -0
  235. package/es/components/Input/Input/Input.css +124 -0
  236. package/es/components/Input/Input/Input.d.ts +3 -0
  237. package/es/components/Input/Input/Input.js +170 -0
  238. package/es/components/Input/Input/index.d.ts +2 -0
  239. package/es/components/Input/Input/index.js +3 -0
  240. package/es/components/Input/Mask/Mask.d.ts +5 -0
  241. package/es/components/Input/Mask/Mask.js +344 -0
  242. package/es/components/Input/Mask/index.d.ts +2 -0
  243. package/es/components/Input/Mask/index.js +3 -0
  244. package/es/components/Input/OTP/OTP.css +79 -0
  245. package/es/components/Input/OTP/OTP.d.ts +5 -0
  246. package/es/components/Input/OTP/OTP.js +157 -0
  247. package/es/components/Input/OTP/index.d.ts +2 -0
  248. package/es/components/Input/OTP/index.js +3 -0
  249. package/es/components/Input/Password/Password.d.ts +5 -0
  250. package/es/components/Input/Password/Password.js +128 -0
  251. package/es/components/Input/Password/index.d.ts +2 -0
  252. package/es/components/Input/Password/index.js +3 -0
  253. package/es/components/Input/Search/Search.d.ts +5 -0
  254. package/es/components/Input/Search/Search.js +151 -0
  255. package/es/components/Input/Search/index.d.ts +2 -0
  256. package/es/components/Input/Search/index.js +3 -0
  257. package/es/components/Input/TextArea/TextArea.css +93 -0
  258. package/es/components/Input/TextArea/TextArea.d.ts +5 -0
  259. package/es/components/Input/TextArea/TextArea.js +100 -0
  260. package/es/components/Input/TextArea/index.d.ts +2 -0
  261. package/es/components/Input/TextArea/index.js +3 -0
  262. package/es/components/Input/Trade/Trade.css +192 -0
  263. package/es/components/Input/Trade/Trade.d.ts +5 -0
  264. package/es/components/Input/Trade/Trade.js +133 -0
  265. package/es/components/Input/Trade/index.d.ts +2 -0
  266. package/es/components/Input/Trade/index.js +3 -0
  267. package/es/components/Input/constants.d.ts +15 -0
  268. package/es/components/Input/constants.js +16 -0
  269. package/es/components/Input/index.d.ts +4 -0
  270. package/es/components/Input/index.js +5 -0
  271. package/es/components/Input/interface.d.ts +156 -0
  272. package/es/components/Input/interface.js +2 -0
  273. package/es/components/Input/style/css.js +7 -0
  274. package/es/components/Input/style/index.d.ts +6 -0
  275. package/es/components/Input/style/index.js +7 -0
  276. package/es/components/Input/useAmountInput.d.ts +35 -0
  277. package/es/components/Input/useAmountInput.js +207 -0
  278. package/es/components/Input/useSyncRef.d.ts +2 -0
  279. package/es/components/Input/useSyncRef.js +13 -0
  280. package/es/components/Link/Link.d.ts +4 -0
  281. package/es/components/Link/Link.js +57 -0
  282. package/es/components/Link/constants.d.ts +5 -0
  283. package/es/components/Link/constants.js +6 -0
  284. package/es/components/Link/index.d.ts +5 -0
  285. package/es/components/Link/index.js +6 -0
  286. package/es/components/Link/interface.d.ts +13 -0
  287. package/es/components/Link/interface.js +2 -0
  288. package/es/components/Link/style/Link.css +70 -0
  289. package/es/components/Link/style/css.js +2 -0
  290. package/es/components/Link/style/index.d.ts +1 -0
  291. package/es/components/Link/style/index.js +2 -0
  292. package/es/components/Navigation/Nav.d.ts +5 -0
  293. package/es/components/Navigation/Nav.js +200 -0
  294. package/es/components/Navigation/Navigation.d.ts +5 -0
  295. package/es/components/Navigation/Navigation.js +299 -0
  296. package/es/components/Navigation/NavigationLogo.d.ts +8 -0
  297. package/es/components/Navigation/NavigationLogo.js +46 -0
  298. package/es/components/Navigation/NavigationStepper.d.ts +5 -0
  299. package/es/components/Navigation/NavigationStepper.js +72 -0
  300. package/es/components/Navigation/index.d.ts +6 -0
  301. package/es/components/Navigation/index.js +7 -0
  302. package/es/components/Navigation/interface.d.ts +134 -0
  303. package/es/components/Navigation/interface.js +2 -0
  304. package/es/components/Navigation/style/Nav.css +158 -0
  305. package/es/components/Navigation/style/Navigation.css +373 -0
  306. package/es/components/Navigation/style/NavigationStepper.css +97 -0
  307. package/es/components/Navigation/style/css.js +4 -0
  308. package/es/components/Navigation/style/index.d.ts +3 -0
  309. package/es/components/Navigation/style/index.js +4 -0
  310. package/es/components/Notification/Notification.d.ts +6 -0
  311. package/es/components/Notification/Notification.js +108 -0
  312. package/es/components/Notification/NotificationStatic.d.ts +4 -0
  313. package/es/components/Notification/NotificationStatic.js +501 -0
  314. package/es/components/Notification/constants.d.ts +12 -0
  315. package/es/components/Notification/constants.js +16 -0
  316. package/es/components/Notification/index.d.ts +5 -0
  317. package/es/components/Notification/index.js +5 -0
  318. package/es/components/Notification/interface.d.ts +70 -0
  319. package/es/components/Notification/interface.js +7 -0
  320. package/es/components/Notification/style/Notification.css +170 -0
  321. package/es/components/Notification/style/css.js +2 -0
  322. package/es/components/Notification/style/index.d.ts +1 -0
  323. package/es/components/Notification/style/index.js +2 -0
  324. package/es/components/Pagination/Pagination.d.ts +5 -0
  325. package/es/components/Pagination/Pagination.js +136 -0
  326. package/es/components/Pagination/constants.d.ts +52 -0
  327. package/es/components/Pagination/constants.js +55 -0
  328. package/es/components/Pagination/index.d.ts +6 -0
  329. package/es/components/Pagination/index.js +7 -0
  330. package/es/components/Pagination/interface.d.ts +53 -0
  331. package/es/components/Pagination/interface.js +2 -0
  332. package/es/components/Pagination/style/Pagination.css +89 -0
  333. package/es/components/Pagination/style/css.js +2 -0
  334. package/es/components/Pagination/style/index.d.ts +1 -0
  335. package/es/components/Pagination/style/index.js +2 -0
  336. package/es/components/Pagination/usePagination.d.ts +3 -0
  337. package/es/components/Pagination/usePagination.js +145 -0
  338. package/es/components/Popconfirm/Popconfirm.d.ts +6 -0
  339. package/es/components/Popconfirm/Popconfirm.js +144 -0
  340. package/es/components/Popconfirm/constants.d.ts +74 -0
  341. package/es/components/Popconfirm/constants.js +73 -0
  342. package/es/components/Popconfirm/index.d.ts +4 -0
  343. package/es/components/Popconfirm/index.js +5 -0
  344. package/es/components/Popconfirm/interface.d.ts +40 -0
  345. package/es/components/Popconfirm/interface.js +2 -0
  346. package/es/components/Popconfirm/style/Popconfirm.css +137 -0
  347. package/es/components/Popconfirm/style/css.js +5 -0
  348. package/es/components/Popconfirm/style/index.d.ts +4 -0
  349. package/es/components/Popconfirm/style/index.js +5 -0
  350. package/es/components/Portal/Portal.d.ts +3 -0
  351. package/es/components/Portal/Portal.js +54 -0
  352. package/es/components/Portal/index.d.ts +4 -0
  353. package/es/components/Portal/index.js +5 -0
  354. package/es/components/Portal/interface.d.ts +7 -0
  355. package/es/components/Portal/interface.js +2 -0
  356. package/es/components/ProForm/ProForm.d.ts +4 -0
  357. package/es/components/ProForm/ProForm.js +302 -0
  358. package/es/components/ProForm/ProFormDependency.d.ts +4 -0
  359. package/es/components/ProForm/ProFormDependency.js +160 -0
  360. package/es/components/ProForm/ProFormGroup.d.ts +3 -0
  361. package/es/components/ProForm/ProFormGroup.js +78 -0
  362. package/es/components/ProForm/ProFormItem.d.ts +4 -0
  363. package/es/components/ProForm/ProFormItem.js +220 -0
  364. package/es/components/ProForm/ProFormList.d.ts +3 -0
  365. package/es/components/ProForm/ProFormList.js +252 -0
  366. package/es/components/ProForm/Submitter.d.ts +6 -0
  367. package/es/components/ProForm/Submitter.js +106 -0
  368. package/es/components/ProForm/constants.d.ts +18 -0
  369. package/es/components/ProForm/constants.js +23 -0
  370. package/es/components/ProForm/context.d.ts +13 -0
  371. package/es/components/ProForm/context.js +29 -0
  372. package/es/components/ProForm/core/constants.d.ts +21 -0
  373. package/es/components/ProForm/core/constants.js +20 -0
  374. package/es/components/ProForm/core/hooks/useForm.d.ts +3 -0
  375. package/es/components/ProForm/core/hooks/useForm.js +677 -0
  376. package/es/components/ProForm/core/hooks/useFormCore.d.ts +3 -0
  377. package/es/components/ProForm/core/hooks/useFormCore.js +347 -0
  378. package/es/components/ProForm/core/index.d.ts +6 -0
  379. package/es/components/ProForm/core/index.js +6 -0
  380. package/es/components/ProForm/core/interface.d.ts +153 -0
  381. package/es/components/ProForm/core/interface.js +2 -0
  382. package/es/components/ProForm/core/useFormItem.d.ts +21 -0
  383. package/es/components/ProForm/core/useFormItem.js +173 -0
  384. package/es/components/ProForm/fields/ProFormCheckbox.d.ts +3 -0
  385. package/es/components/ProForm/fields/ProFormCheckbox.js +11 -0
  386. package/es/components/ProForm/fields/ProFormCheckboxGroup.d.ts +3 -0
  387. package/es/components/ProForm/fields/ProFormCheckboxGroup.js +12 -0
  388. package/es/components/ProForm/fields/ProFormDatePicker.d.ts +3 -0
  389. package/es/components/ProForm/fields/ProFormDatePicker.js +23 -0
  390. package/es/components/ProForm/fields/ProFormFieldSet.d.ts +4 -0
  391. package/es/components/ProForm/fields/ProFormFieldSet.js +65 -0
  392. package/es/components/ProForm/fields/ProFormPassword.d.ts +3 -0
  393. package/es/components/ProForm/fields/ProFormPassword.js +11 -0
  394. package/es/components/ProForm/fields/ProFormRadioGroup.d.ts +3 -0
  395. package/es/components/ProForm/fields/ProFormRadioGroup.js +10 -0
  396. package/es/components/ProForm/fields/ProFormSelect.d.ts +3 -0
  397. package/es/components/ProForm/fields/ProFormSelect.js +40 -0
  398. package/es/components/ProForm/fields/ProFormSlider.d.ts +3 -0
  399. package/es/components/ProForm/fields/ProFormSlider.js +10 -0
  400. package/es/components/ProForm/fields/ProFormSwitch.d.ts +3 -0
  401. package/es/components/ProForm/fields/ProFormSwitch.js +11 -0
  402. package/es/components/ProForm/fields/ProFormText.d.ts +3 -0
  403. package/es/components/ProForm/fields/ProFormText.js +10 -0
  404. package/es/components/ProForm/fields/ProFormTextArea.d.ts +3 -0
  405. package/es/components/ProForm/fields/ProFormTextArea.js +10 -0
  406. package/es/components/ProForm/fields/ProFormUpload.d.ts +3 -0
  407. package/es/components/ProForm/fields/ProFormUpload.js +25 -0
  408. package/es/components/ProForm/fields/createProFormField.d.ts +4 -0
  409. package/es/components/ProForm/fields/createProFormField.js +156 -0
  410. package/es/components/ProForm/fields/index.d.ts +13 -0
  411. package/es/components/ProForm/fields/index.js +14 -0
  412. package/es/components/ProForm/hooks/useFieldRequest.d.ts +7 -0
  413. package/es/components/ProForm/hooks/useFieldRequest.js +90 -0
  414. package/es/components/ProForm/index.d.ts +38 -0
  415. package/es/components/ProForm/index.js +55 -0
  416. package/es/components/ProForm/interface.d.ts +284 -0
  417. package/es/components/ProForm/interface.js +2 -0
  418. package/es/components/ProForm/layouts/DialogForm.d.ts +3 -0
  419. package/es/components/ProForm/layouts/DialogForm.js +74 -0
  420. package/es/components/ProForm/layouts/DrawerForm.d.ts +3 -0
  421. package/es/components/ProForm/layouts/DrawerForm.js +73 -0
  422. package/es/components/ProForm/layouts/QueryFilter.d.ts +4 -0
  423. package/es/components/ProForm/layouts/QueryFilter.js +158 -0
  424. package/es/components/ProForm/layouts/index.d.ts +4 -0
  425. package/es/components/ProForm/layouts/index.js +5 -0
  426. package/es/components/ProForm/layouts/useOverlayForm.d.ts +17 -0
  427. package/es/components/ProForm/layouts/useOverlayForm.js +107 -0
  428. package/es/components/ProForm/style/ProForm.css +168 -0
  429. package/es/components/ProForm/style/css.js +2 -0
  430. package/es/components/ProForm/style/index.d.ts +1 -0
  431. package/es/components/ProForm/style/index.js +2 -0
  432. package/es/components/ProForm/utils.d.ts +22 -0
  433. package/es/components/ProForm/utils.js +211 -0
  434. package/es/components/Progress/Progress.d.ts +6 -0
  435. package/es/components/Progress/Progress.js +94 -0
  436. package/es/components/Progress/constants.d.ts +26 -0
  437. package/es/components/Progress/constants.js +32 -0
  438. package/es/components/Progress/index.d.ts +5 -0
  439. package/es/components/Progress/index.js +6 -0
  440. package/es/components/Progress/interface.d.ts +26 -0
  441. package/es/components/Progress/interface.js +2 -0
  442. package/es/components/Progress/style/Progress.css +103 -0
  443. package/es/components/Progress/style/css.js +2 -0
  444. package/es/components/Progress/style/index.d.ts +1 -0
  445. package/es/components/Progress/style/index.js +2 -0
  446. package/es/components/Radio/BaseRadio.d.ts +16 -0
  447. package/es/components/Radio/BaseRadio.js +58 -0
  448. package/es/components/Radio/Radio.d.ts +6 -0
  449. package/es/components/Radio/Radio.js +182 -0
  450. package/es/components/Radio/RadioGroup.d.ts +5 -0
  451. package/es/components/Radio/RadioGroup.js +102 -0
  452. package/es/components/Radio/RadioGroupContext.d.ts +22 -0
  453. package/es/components/Radio/RadioGroupContext.js +7 -0
  454. package/es/components/Radio/constants.d.ts +39 -0
  455. package/es/components/Radio/constants.js +57 -0
  456. package/es/components/Radio/index.d.ts +5 -0
  457. package/es/components/Radio/index.js +6 -0
  458. package/es/components/Radio/interface.d.ts +122 -0
  459. package/es/components/Radio/interface.js +2 -0
  460. package/es/components/Radio/style/Radio.css +362 -0
  461. package/es/components/Radio/style/css.js +3 -0
  462. package/es/components/Radio/style/index.d.ts +2 -0
  463. package/es/components/Radio/style/index.js +3 -0
  464. package/es/components/ResizeObserver/Collection.d.ts +19 -0
  465. package/es/components/ResizeObserver/Collection.js +41 -0
  466. package/es/components/ResizeObserver/ResizeObserver.d.ts +7 -0
  467. package/es/components/ResizeObserver/ResizeObserver.js +31 -0
  468. package/es/components/ResizeObserver/SingleObserver/index.d.ts +7 -0
  469. package/es/components/ResizeObserver/SingleObserver/index.js +38 -0
  470. package/es/components/ResizeObserver/index.d.ts +7 -0
  471. package/es/components/ResizeObserver/index.js +6 -0
  472. package/es/components/ResizeObserver/interface.d.ts +16 -0
  473. package/es/components/ResizeObserver/interface.js +2 -0
  474. package/es/components/ResizeObserver/useResizeObserver.d.ts +2 -0
  475. package/es/components/ResizeObserver/useResizeObserver.js +70 -0
  476. package/es/components/ResizeObserver/utils/observerUtil.d.ts +7 -0
  477. package/es/components/ResizeObserver/utils/observerUtil.js +39 -0
  478. package/es/components/ResizeObserver/utils/reactUtil.d.ts +19 -0
  479. package/es/components/ResizeObserver/utils/reactUtil.js +78 -0
  480. package/es/components/Segment/Segment.d.ts +6 -0
  481. package/es/components/Segment/Segment.js +100 -0
  482. package/es/components/Segment/index.d.ts +4 -0
  483. package/es/components/Segment/index.js +5 -0
  484. package/es/components/Segment/interface.d.ts +23 -0
  485. package/es/components/Segment/interface.js +2 -0
  486. package/es/components/Segment/style/Segment.css +79 -0
  487. package/es/components/Segment/style/css.js +2 -0
  488. package/es/components/Segment/style/index.d.ts +1 -0
  489. package/es/components/Segment/style/index.js +2 -0
  490. package/es/components/Select/Select.d.ts +6 -0
  491. package/es/components/Select/Select.js +563 -0
  492. package/es/components/Select/SelectCustom.d.ts +6 -0
  493. package/es/components/Select/SelectCustom.js +232 -0
  494. package/es/components/Select/SelectFieldShell.d.ts +24 -0
  495. package/es/components/Select/SelectFieldShell.js +89 -0
  496. package/es/components/Select/SelectOptionContent.d.ts +17 -0
  497. package/es/components/Select/SelectOptionContent.js +45 -0
  498. package/es/components/Select/SelectSearchControl.d.ts +15 -0
  499. package/es/components/Select/SelectSearchControl.js +43 -0
  500. package/es/components/Select/SelectValueContent.d.ts +18 -0
  501. package/es/components/Select/SelectValueContent.js +99 -0
  502. package/es/components/Select/constants.d.ts +46 -0
  503. package/es/components/Select/constants.js +46 -0
  504. package/es/components/Select/index.d.ts +7 -0
  505. package/es/components/Select/index.js +10 -0
  506. package/es/components/Select/interface.d.ts +229 -0
  507. package/es/components/Select/interface.js +4 -0
  508. package/es/components/Select/style/Select.css +465 -0
  509. package/es/components/Select/style/css.js +4 -0
  510. package/es/components/Select/style/index.d.ts +3 -0
  511. package/es/components/Select/style/index.js +4 -0
  512. package/es/components/Select/useSelectShell.d.ts +34 -0
  513. package/es/components/Select/useSelectShell.js +106 -0
  514. package/es/components/Select/utils.d.ts +21 -0
  515. package/es/components/Select/utils.js +140 -0
  516. package/es/components/Skeleton/Skeleton.d.ts +6 -0
  517. package/es/components/Skeleton/Skeleton.js +49 -0
  518. package/es/components/Skeleton/index.d.ts +4 -0
  519. package/es/components/Skeleton/index.js +5 -0
  520. package/es/components/Skeleton/interface.d.ts +19 -0
  521. package/es/components/Skeleton/interface.js +2 -0
  522. package/es/components/Skeleton/style/Skeleton.css +54 -0
  523. package/es/components/Skeleton/style/css.js +2 -0
  524. package/es/components/Skeleton/style/index.d.ts +1 -0
  525. package/es/components/Skeleton/style/index.js +2 -0
  526. package/es/components/Slider/Slider.d.ts +6 -0
  527. package/es/components/Slider/Slider.js +117 -0
  528. package/es/components/Slider/index.d.ts +4 -0
  529. package/es/components/Slider/index.js +5 -0
  530. package/es/components/Slider/interface.d.ts +39 -0
  531. package/es/components/Slider/interface.js +2 -0
  532. package/es/components/Slider/style/Slider.css +161 -0
  533. package/es/components/Slider/style/css.js +2 -0
  534. package/es/components/Slider/style/index.d.ts +1 -0
  535. package/es/components/Slider/style/index.js +2 -0
  536. package/es/components/Space/Space.d.ts +5 -0
  537. package/es/components/Space/Space.js +78 -0
  538. package/es/components/Space/constants.d.ts +33 -0
  539. package/es/components/Space/constants.js +37 -0
  540. package/es/components/Space/index.d.ts +5 -0
  541. package/es/components/Space/index.js +6 -0
  542. package/es/components/Space/interface.d.ts +12 -0
  543. package/es/components/Space/interface.js +2 -0
  544. package/es/components/Space/style/Space.css +47 -0
  545. package/es/components/Space/style/css.js +2 -0
  546. package/es/components/Space/style/index.d.ts +1 -0
  547. package/es/components/Space/style/index.js +2 -0
  548. package/es/components/Spinner/Spinner.d.ts +6 -0
  549. package/es/components/Spinner/Spinner.js +219 -0
  550. package/es/components/Spinner/index.d.ts +4 -0
  551. package/es/components/Spinner/index.js +5 -0
  552. package/es/components/Spinner/interface.d.ts +18 -0
  553. package/es/components/Spinner/interface.js +2 -0
  554. package/es/components/Spinner/lottie-pure.json +1 -0
  555. package/es/components/Spinner/style/Spinner.css +99 -0
  556. package/es/components/Spinner/style/css.js +2 -0
  557. package/es/components/Spinner/style/index.d.ts +1 -0
  558. package/es/components/Spinner/style/index.js +2 -0
  559. package/es/components/Step/Step.d.ts +5 -0
  560. package/es/components/Step/Step.js +116 -0
  561. package/es/components/Step/constants.d.ts +59 -0
  562. package/es/components/Step/constants.js +65 -0
  563. package/es/components/Step/index.d.ts +4 -0
  564. package/es/components/Step/index.js +5 -0
  565. package/es/components/Step/interface.d.ts +22 -0
  566. package/es/components/Step/interface.js +2 -0
  567. package/es/components/Step/style/Step.css +107 -0
  568. package/es/components/Step/style/css.js +2 -0
  569. package/es/components/Step/style/index.d.ts +1 -0
  570. package/es/components/Step/style/index.js +2 -0
  571. package/es/components/Switch/Switch.d.ts +6 -0
  572. package/es/components/Switch/Switch.js +94 -0
  573. package/es/components/Switch/constants.d.ts +25 -0
  574. package/es/components/Switch/constants.js +27 -0
  575. package/es/components/Switch/index.d.ts +5 -0
  576. package/es/components/Switch/index.js +6 -0
  577. package/es/components/Switch/interface.d.ts +26 -0
  578. package/es/components/Switch/interface.js +2 -0
  579. package/es/components/Switch/style/Switch.css +102 -0
  580. package/es/components/Switch/style/css.js +3 -0
  581. package/es/components/Switch/style/index.d.ts +2 -0
  582. package/es/components/Switch/style/index.js +3 -0
  583. package/es/components/Table/Table.d.ts +10 -0
  584. package/es/components/Table/Table.js +41 -0
  585. package/es/components/Table/VirtualTable.d.ts +9 -0
  586. package/es/components/Table/VirtualTable.js +53 -0
  587. package/es/components/Table/constants.d.ts +4 -0
  588. package/es/components/Table/constants.js +5 -0
  589. package/es/components/Table/core/useTableColumns.d.ts +48 -0
  590. package/es/components/Table/core/useTableColumns.js +253 -0
  591. package/es/components/Table/core/useTableDataPipeline.d.ts +57 -0
  592. package/es/components/Table/core/useTableDataPipeline.js +428 -0
  593. package/es/components/Table/core/useTableExpand.d.ts +11 -0
  594. package/es/components/Table/core/useTableExpand.js +63 -0
  595. package/es/components/Table/core/useTableSelection.d.ts +15 -0
  596. package/es/components/Table/core/useTableSelection.js +144 -0
  597. package/es/components/Table/core/useTableSetup.d.ts +42 -0
  598. package/es/components/Table/core/useTableSetup.js +195 -0
  599. package/es/components/Table/features/ExpandTrigger.d.ts +4 -0
  600. package/es/components/Table/features/ExpandTrigger.js +32 -0
  601. package/es/components/Table/features/FilterTrigger.d.ts +9 -0
  602. package/es/components/Table/features/FilterTrigger.js +157 -0
  603. package/es/components/Table/features/SelectionColumn.d.ts +12 -0
  604. package/es/components/Table/features/SelectionColumn.js +54 -0
  605. package/es/components/Table/features/SortTrigger.d.ts +7 -0
  606. package/es/components/Table/features/SortTrigger.js +26 -0
  607. package/es/components/Table/index.d.ts +6 -0
  608. package/es/components/Table/index.js +7 -0
  609. package/es/components/Table/interface.d.ts +262 -0
  610. package/es/components/Table/interface.js +2 -0
  611. package/es/components/Table/internal/index.d.ts +3 -0
  612. package/es/components/Table/internal/index.js +3 -0
  613. package/es/components/Table/internal/kernel/Body/BodyRow.d.ts +37 -0
  614. package/es/components/Table/internal/kernel/Body/BodyRow.js +174 -0
  615. package/es/components/Table/internal/kernel/Body/ExpandedRow.d.ts +15 -0
  616. package/es/components/Table/internal/kernel/Body/ExpandedRow.js +56 -0
  617. package/es/components/Table/internal/kernel/Body/MeasureCell.d.ts +8 -0
  618. package/es/components/Table/internal/kernel/Body/MeasureCell.js +39 -0
  619. package/es/components/Table/internal/kernel/Body/MeasureRow.d.ts +10 -0
  620. package/es/components/Table/internal/kernel/Body/MeasureRow.js +53 -0
  621. package/es/components/Table/internal/kernel/Body/index.d.ts +9 -0
  622. package/es/components/Table/internal/kernel/Body/index.js +124 -0
  623. package/es/components/Table/internal/kernel/Cell/index.d.ts +39 -0
  624. package/es/components/Table/internal/kernel/Cell/index.js +179 -0
  625. package/es/components/Table/internal/kernel/Cell/useCellRender.d.ts +3 -0
  626. package/es/components/Table/internal/kernel/Cell/useCellRender.js +63 -0
  627. package/es/components/Table/internal/kernel/Cell/useHoverState.d.ts +2 -0
  628. package/es/components/Table/internal/kernel/Cell/useHoverState.js +15 -0
  629. package/es/components/Table/internal/kernel/ColGroup.d.ts +8 -0
  630. package/es/components/Table/internal/kernel/ColGroup.js +56 -0
  631. package/es/components/Table/internal/kernel/FixedHolder/index.d.ts +27 -0
  632. package/es/components/Table/internal/kernel/FixedHolder/index.js +180 -0
  633. package/es/components/Table/internal/kernel/Footer/Cell.d.ts +11 -0
  634. package/es/components/Table/internal/kernel/Footer/Cell.js +50 -0
  635. package/es/components/Table/internal/kernel/Footer/Row.d.ts +8 -0
  636. package/es/components/Table/internal/kernel/Footer/Row.js +20 -0
  637. package/es/components/Table/internal/kernel/Footer/Summary.d.ts +14 -0
  638. package/es/components/Table/internal/kernel/Footer/Summary.js +13 -0
  639. package/es/components/Table/internal/kernel/Footer/SummaryContext.d.ts +11 -0
  640. package/es/components/Table/internal/kernel/Footer/SummaryContext.js +4 -0
  641. package/es/components/Table/internal/kernel/Footer/index.d.ts +16 -0
  642. package/es/components/Table/internal/kernel/Footer/index.js +36 -0
  643. package/es/components/Table/internal/kernel/Header/Header.d.ts +9 -0
  644. package/es/components/Table/internal/kernel/Header/Header.js +109 -0
  645. package/es/components/Table/internal/kernel/Header/HeaderRow.d.ts +18 -0
  646. package/es/components/Table/internal/kernel/Header/HeaderRow.js +60 -0
  647. package/es/components/Table/internal/kernel/Panel/index.d.ts +7 -0
  648. package/es/components/Table/internal/kernel/Panel/index.js +15 -0
  649. package/es/components/Table/internal/kernel/Table.d.ts +126 -0
  650. package/es/components/Table/internal/kernel/Table.js +686 -0
  651. package/es/components/Table/internal/kernel/VirtualTable/BodyGrid.d.ts +13 -0
  652. package/es/components/Table/internal/kernel/VirtualTable/BodyGrid.js +286 -0
  653. package/es/components/Table/internal/kernel/VirtualTable/BodyLine.d.ts +14 -0
  654. package/es/components/Table/internal/kernel/VirtualTable/BodyLine.js +113 -0
  655. package/es/components/Table/internal/kernel/VirtualTable/VirtualCell.d.ts +26 -0
  656. package/es/components/Table/internal/kernel/VirtualTable/VirtualCell.js +105 -0
  657. package/es/components/Table/internal/kernel/VirtualTable/context.d.ts +13 -0
  658. package/es/components/Table/internal/kernel/VirtualTable/context.js +5 -0
  659. package/es/components/Table/internal/kernel/VirtualTable/index.d.ts +17 -0
  660. package/es/components/Table/internal/kernel/VirtualTable/index.js +90 -0
  661. package/es/components/Table/internal/kernel/constant.d.ts +2 -0
  662. package/es/components/Table/internal/kernel/constant.js +4 -0
  663. package/es/components/Table/internal/kernel/context/PerfContext.d.ts +6 -0
  664. package/es/components/Table/internal/kernel/context/PerfContext.js +8 -0
  665. package/es/components/Table/internal/kernel/context/TableContext.d.ts +51 -0
  666. package/es/components/Table/internal/kernel/context/TableContext.js +10 -0
  667. package/es/components/Table/internal/kernel/hooks/useColumns/index.d.ts +31 -0
  668. package/es/components/Table/internal/kernel/hooks/useColumns/index.js +210 -0
  669. package/es/components/Table/internal/kernel/hooks/useColumns/useWidthColumns.d.ts +5 -0
  670. package/es/components/Table/internal/kernel/hooks/useColumns/useWidthColumns.js +69 -0
  671. package/es/components/Table/internal/kernel/hooks/useExpand.d.ts +10 -0
  672. package/es/components/Table/internal/kernel/hooks/useExpand.js +83 -0
  673. package/es/components/Table/internal/kernel/hooks/useFixedInfo.d.ts +2 -0
  674. package/es/components/Table/internal/kernel/hooks/useFixedInfo.js +18 -0
  675. package/es/components/Table/internal/kernel/hooks/useFlattenRecords.d.ts +19 -0
  676. package/es/components/Table/internal/kernel/hooks/useFlattenRecords.js +54 -0
  677. package/es/components/Table/internal/kernel/hooks/useFrame.d.ts +7 -0
  678. package/es/components/Table/internal/kernel/hooks/useFrame.js +63 -0
  679. package/es/components/Table/internal/kernel/hooks/useHover.d.ts +2 -0
  680. package/es/components/Table/internal/kernel/hooks/useHover.js +19 -0
  681. package/es/components/Table/internal/kernel/hooks/useRenderTimes.d.ts +5 -0
  682. package/es/components/Table/internal/kernel/hooks/useRenderTimes.js +41 -0
  683. package/es/components/Table/internal/kernel/hooks/useRowInfo.d.ts +11 -0
  684. package/es/components/Table/internal/kernel/hooks/useRowInfo.js +62 -0
  685. package/es/components/Table/internal/kernel/hooks/useSticky.d.ts +10 -0
  686. package/es/components/Table/internal/kernel/hooks/useSticky.js +33 -0
  687. package/es/components/Table/internal/kernel/hooks/useStickyOffsets.d.ts +6 -0
  688. package/es/components/Table/internal/kernel/hooks/useStickyOffsets.js +31 -0
  689. package/es/components/Table/internal/kernel/index.d.ts +12 -0
  690. package/es/components/Table/internal/kernel/index.js +11 -0
  691. package/es/components/Table/internal/kernel/interface.d.ts +202 -0
  692. package/es/components/Table/internal/kernel/interface.js +2 -0
  693. package/es/components/Table/internal/kernel/namePathType.d.ts +13 -0
  694. package/es/components/Table/internal/kernel/namePathType.js +3 -0
  695. package/es/components/Table/internal/kernel/selector-context/Immutable.d.ts +10 -0
  696. package/es/components/Table/internal/kernel/selector-context/Immutable.js +73 -0
  697. package/es/components/Table/internal/kernel/selector-context/context.d.ts +26 -0
  698. package/es/components/Table/internal/kernel/selector-context/context.js +83 -0
  699. package/es/components/Table/internal/kernel/selector-context/index.d.ts +7 -0
  700. package/es/components/Table/internal/kernel/selector-context/index.js +9 -0
  701. package/es/components/Table/internal/kernel/selector-context/isEqual.d.ts +5 -0
  702. package/es/components/Table/internal/kernel/selector-context/isEqual.js +48 -0
  703. package/es/components/Table/internal/kernel/stickyScrollBar.d.ts +12 -0
  704. package/es/components/Table/internal/kernel/stickyScrollBar.js +192 -0
  705. package/es/components/Table/internal/kernel/sugar/Column.d.ts +10 -0
  706. package/es/components/Table/internal/kernel/sugar/Column.js +11 -0
  707. package/es/components/Table/internal/kernel/sugar/ColumnGroup.d.ts +12 -0
  708. package/es/components/Table/internal/kernel/sugar/ColumnGroup.js +11 -0
  709. package/es/components/Table/internal/kernel/utils/dom/canUseDom.d.ts +1 -0
  710. package/es/components/Table/internal/kernel/utils/dom/canUseDom.js +4 -0
  711. package/es/components/Table/internal/kernel/utils/dom/isVisible.d.ts +2 -0
  712. package/es/components/Table/internal/kernel/utils/dom/isVisible.js +28 -0
  713. package/es/components/Table/internal/kernel/utils/expandUtil.d.ts +4 -0
  714. package/es/components/Table/internal/kernel/utils/expandUtil.js +47 -0
  715. package/es/components/Table/internal/kernel/utils/fixUtil.d.ts +21 -0
  716. package/es/components/Table/internal/kernel/utils/fixUtil.js +64 -0
  717. package/es/components/Table/internal/kernel/utils/get.d.ts +1 -0
  718. package/es/components/Table/internal/kernel/utils/get.js +11 -0
  719. package/es/components/Table/internal/kernel/utils/getScrollBarSize.d.ts +7 -0
  720. package/es/components/Table/internal/kernel/utils/getScrollBarSize.js +38 -0
  721. package/es/components/Table/internal/kernel/utils/legacyUtil.d.ts +5 -0
  722. package/es/components/Table/internal/kernel/utils/legacyUtil.js +31 -0
  723. package/es/components/Table/internal/kernel/utils/offsetUtil.d.ts +4 -0
  724. package/es/components/Table/internal/kernel/utils/offsetUtil.js +13 -0
  725. package/es/components/Table/internal/kernel/utils/pickAttrs.d.ts +6 -0
  726. package/es/components/Table/internal/kernel/utils/pickAttrs.js +33 -0
  727. package/es/components/Table/internal/kernel/utils/useMemo.d.ts +1 -0
  728. package/es/components/Table/internal/kernel/utils/useMemo.js +10 -0
  729. package/es/components/Table/internal/kernel/utils/valueUtil.d.ts +8 -0
  730. package/es/components/Table/internal/kernel/utils/valueUtil.js +30 -0
  731. package/es/components/Table/internal/kernel/utils/warning.d.ts +4 -0
  732. package/es/components/Table/internal/kernel/utils/warning.js +17 -0
  733. package/es/components/Table/renderers/BodyCell.d.ts +15 -0
  734. package/es/components/Table/renderers/BodyCell.js +40 -0
  735. package/es/components/Table/renderers/CellContent.d.ts +4 -0
  736. package/es/components/Table/renderers/CellContent.js +26 -0
  737. package/es/components/Table/renderers/EmptyState.d.ts +5 -0
  738. package/es/components/Table/renderers/EmptyState.js +22 -0
  739. package/es/components/Table/renderers/ExpandedRowContainer.d.ts +4 -0
  740. package/es/components/Table/renderers/ExpandedRowContainer.js +10 -0
  741. package/es/components/Table/renderers/HeaderCell.d.ts +11 -0
  742. package/es/components/Table/renderers/HeaderCell.js +32 -0
  743. package/es/components/Table/style/Table.css +370 -0
  744. package/es/components/Table/style/css.js +10 -0
  745. package/es/components/Table/style/index.d.ts +9 -0
  746. package/es/components/Table/style/index.js +10 -0
  747. package/es/components/Tabs/Tabs.d.ts +6 -0
  748. package/es/components/Tabs/Tabs.js +113 -0
  749. package/es/components/Tabs/index.d.ts +4 -0
  750. package/es/components/Tabs/index.js +5 -0
  751. package/es/components/Tabs/interface.d.ts +29 -0
  752. package/es/components/Tabs/interface.js +2 -0
  753. package/es/components/Tabs/style/Tabs.css +118 -0
  754. package/es/components/Tabs/style/css.js +2 -0
  755. package/es/components/Tabs/style/index.d.ts +1 -0
  756. package/es/components/Tabs/style/index.js +2 -0
  757. package/es/components/Tag/Tag.d.ts +6 -0
  758. package/es/components/Tag/Tag.js +80 -0
  759. package/es/components/Tag/constants.d.ts +18 -0
  760. package/es/components/Tag/constants.js +28 -0
  761. package/es/components/Tag/index.d.ts +5 -0
  762. package/es/components/Tag/index.js +6 -0
  763. package/es/components/Tag/interface.d.ts +15 -0
  764. package/es/components/Tag/interface.js +2 -0
  765. package/es/components/Tag/style/Tag.css +87 -0
  766. package/es/components/Tag/style/css.js +2 -0
  767. package/es/components/Tag/style/index.d.ts +1 -0
  768. package/es/components/Tag/style/index.js +2 -0
  769. package/es/components/Tooltip/Tooltip.d.ts +6 -0
  770. package/es/components/Tooltip/Tooltip.js +71 -0
  771. package/es/components/Tooltip/index.d.ts +4 -0
  772. package/es/components/Tooltip/index.js +5 -0
  773. package/es/components/Tooltip/interface.d.ts +22 -0
  774. package/es/components/Tooltip/interface.js +2 -0
  775. package/es/components/Tooltip/style/Tooltip.css +98 -0
  776. package/es/components/Tooltip/style/css.js +2 -0
  777. package/es/components/Tooltip/style/index.d.ts +1 -0
  778. package/es/components/Tooltip/style/index.js +2 -0
  779. package/es/components/Tour/Tour.d.ts +3 -0
  780. package/es/components/Tour/Tour.js +243 -0
  781. package/es/components/Tour/index.d.ts +4 -0
  782. package/es/components/Tour/index.js +5 -0
  783. package/es/components/Tour/interface.d.ts +46 -0
  784. package/es/components/Tour/interface.js +2 -0
  785. package/es/components/Trigger/Trigger.d.ts +5 -0
  786. package/es/components/Trigger/Trigger.js +193 -0
  787. package/es/components/Trigger/index.d.ts +3 -0
  788. package/es/components/Trigger/index.js +4 -0
  789. package/es/components/Trigger/interface.d.ts +77 -0
  790. package/es/components/Trigger/interface.js +2 -0
  791. package/es/components/Trigger/style/Trigger.css +35 -0
  792. package/es/components/Trigger/style/css.js +2 -0
  793. package/es/components/Trigger/style/index.d.ts +1 -0
  794. package/es/components/Trigger/style/index.js +2 -0
  795. package/es/components/Typography/Typography.d.ts +17 -0
  796. package/es/components/Typography/Typography.js +201 -0
  797. package/es/components/Typography/constants.d.ts +33 -0
  798. package/es/components/Typography/constants.js +9 -0
  799. package/es/components/Typography/index.d.ts +4 -0
  800. package/es/components/Typography/index.js +5 -0
  801. package/es/components/Typography/interface.d.ts +72 -0
  802. package/es/components/Typography/interface.js +22 -0
  803. package/es/components/Typography/render.d.ts +328 -0
  804. package/es/components/Typography/render.js +106 -0
  805. package/es/components/Typography/style/Typography.css +444 -0
  806. package/es/components/Typography/style/css.js +4 -0
  807. package/es/components/Typography/style/index.d.ts +3 -0
  808. package/es/components/Typography/style/index.js +4 -0
  809. package/es/components/Typography/useTypographyEnhancements.d.ts +43 -0
  810. package/es/components/Typography/useTypographyEnhancements.js +111 -0
  811. package/es/components/Typography/utils.d.ts +17 -0
  812. package/es/components/Typography/utils.js +88 -0
  813. package/es/components/Upload/Upload.d.ts +7 -0
  814. package/es/components/Upload/Upload.js +88 -0
  815. package/es/components/Upload/UploadFileBar.d.ts +6 -0
  816. package/es/components/Upload/UploadFileBar.js +72 -0
  817. package/es/components/Upload/index.d.ts +5 -0
  818. package/es/components/Upload/index.js +6 -0
  819. package/es/components/Upload/interface.d.ts +43 -0
  820. package/es/components/Upload/interface.js +2 -0
  821. package/es/components/Upload/style/Upload.css +55 -0
  822. package/es/components/Upload/style/UploadFileBar.css +88 -0
  823. package/es/components/Upload/style/css.js +3 -0
  824. package/es/components/Upload/style/index.d.ts +2 -0
  825. package/es/components/Upload/style/index.js +3 -0
  826. package/es/components/VirtualList/Filler.d.ts +21 -0
  827. package/es/components/VirtualList/Filler.js +56 -0
  828. package/es/components/VirtualList/Item.d.ts +6 -0
  829. package/es/components/VirtualList/Item.js +12 -0
  830. package/es/components/VirtualList/ScrollBar.d.ts +22 -0
  831. package/es/components/VirtualList/ScrollBar.js +236 -0
  832. package/es/components/VirtualList/VirtualList.d.ts +62 -0
  833. package/es/components/VirtualList/VirtualList.js +529 -0
  834. package/es/components/VirtualList/constants.d.ts +4 -0
  835. package/es/components/VirtualList/constants.js +5 -0
  836. package/es/components/VirtualList/hooks/useChildren.d.ts +2 -0
  837. package/es/components/VirtualList/hooks/useChildren.js +25 -0
  838. package/es/components/VirtualList/hooks/useDiffItem.d.ts +2 -0
  839. package/es/components/VirtualList/hooks/useDiffItem.js +16 -0
  840. package/es/components/VirtualList/hooks/useFrameWheel.d.ts +10 -0
  841. package/es/components/VirtualList/hooks/useFrameWheel.js +85 -0
  842. package/es/components/VirtualList/hooks/useGetSize.d.ts +7 -0
  843. package/es/components/VirtualList/hooks/useGetSize.js +47 -0
  844. package/es/components/VirtualList/hooks/useHeights.d.ts +8 -0
  845. package/es/components/VirtualList/hooks/useHeights.js +96 -0
  846. package/es/components/VirtualList/hooks/useMobileTouchMove.d.ts +2 -0
  847. package/es/components/VirtualList/hooks/useMobileTouchMove.js +85 -0
  848. package/es/components/VirtualList/hooks/useOriginScroll.d.ts +2 -0
  849. package/es/components/VirtualList/hooks/useOriginScroll.js +44 -0
  850. package/es/components/VirtualList/hooks/useScrollDrag.d.ts +3 -0
  851. package/es/components/VirtualList/hooks/useScrollDrag.js +76 -0
  852. package/es/components/VirtualList/hooks/useScrollTo.d.ts +18 -0
  853. package/es/components/VirtualList/hooks/useScrollTo.js +132 -0
  854. package/es/components/VirtualList/index.d.ts +9 -0
  855. package/es/components/VirtualList/index.js +5 -0
  856. package/es/components/VirtualList/interface.d.ts +26 -0
  857. package/es/components/VirtualList/interface.js +2 -0
  858. package/es/components/VirtualList/style/VirtualList.css +25 -0
  859. package/es/components/VirtualList/style/css.js +2 -0
  860. package/es/components/VirtualList/style/index.d.ts +1 -0
  861. package/es/components/VirtualList/style/index.js +2 -0
  862. package/es/components/VirtualList/utils/CacheMap.d.ts +16 -0
  863. package/es/components/VirtualList/utils/CacheMap.js +43 -0
  864. package/es/components/VirtualList/utils/algorithmUtil.d.ts +23 -0
  865. package/es/components/VirtualList/utils/algorithmUtil.js +77 -0
  866. package/es/components/VirtualList/utils/isFirefox.d.ts +2 -0
  867. package/es/components/VirtualList/utils/isFirefox.js +4 -0
  868. package/es/components/VirtualList/utils/raf.d.ts +9 -0
  869. package/es/components/VirtualList/utils/raf.js +47 -0
  870. package/es/components/VirtualList/utils/scrollbarUtil.d.ts +1 -0
  871. package/es/components/VirtualList/utils/scrollbarUtil.js +12 -0
  872. package/es/hooks/index.d.ts +2 -0
  873. package/es/hooks/index.js +2 -0
  874. package/es/hooks/useFloatingAnimation.d.ts +24 -0
  875. package/es/hooks/useFloatingAnimation.js +45 -0
  876. package/es/index.css +1 -0
  877. package/es/index.d.ts +92 -0
  878. package/es/index.js +47 -0
  879. package/es/stories/docs/ComponentDocsPage.js +234 -0
  880. package/es/stories/docs/componentDocMeta.js +94 -0
  881. package/es/stories/docs/storybook-docs.css +401 -0
  882. package/es/styles/index.css +5328 -0
  883. package/es/utils/classnames.d.ts +5 -0
  884. package/es/utils/classnames.js +18 -0
  885. package/es/utils/clipboard.d.ts +2 -0
  886. package/es/utils/clipboard.js +50 -0
  887. package/es/utils/ref.d.ts +4 -0
  888. package/es/utils/ref.js +32 -0
  889. package/es/utils/uuid.d.ts +2 -0
  890. package/es/utils/uuid.js +16 -0
  891. package/lib/components/Accordion/Accordion.d.ts +4 -0
  892. package/lib/components/Accordion/Accordion.js +108 -0
  893. package/lib/components/Accordion/constants.d.ts +16 -0
  894. package/lib/components/Accordion/constants.js +23 -0
  895. package/lib/components/Accordion/index.d.ts +4 -0
  896. package/lib/components/Accordion/index.js +33 -0
  897. package/lib/components/Accordion/interface.d.ts +29 -0
  898. package/lib/components/Accordion/interface.js +6 -0
  899. package/lib/components/Accordion/style/Accordion.css +94 -0
  900. package/lib/components/Accordion/style/css.js +4 -0
  901. package/lib/components/Accordion/style/index.d.ts +1 -0
  902. package/lib/components/Accordion/style/index.js +4 -0
  903. package/lib/components/Alert/Alert.d.ts +6 -0
  904. package/lib/components/Alert/Alert.js +120 -0
  905. package/lib/components/Alert/index.d.ts +4 -0
  906. package/lib/components/Alert/index.js +33 -0
  907. package/lib/components/Alert/interface.d.ts +42 -0
  908. package/lib/components/Alert/interface.js +12 -0
  909. package/lib/components/Alert/style/Alert.css +101 -0
  910. package/lib/components/Alert/style/css.js +5 -0
  911. package/lib/components/Alert/style/index.d.ts +2 -0
  912. package/lib/components/Alert/style/index.js +5 -0
  913. package/lib/components/Button/Button.d.ts +4 -0
  914. package/lib/components/Button/Button.js +159 -0
  915. package/lib/components/Button/constants.d.ts +70 -0
  916. package/lib/components/Button/constants.js +97 -0
  917. package/lib/components/Button/index.d.ts +5 -0
  918. package/lib/components/Button/index.js +45 -0
  919. package/lib/components/Button/interface.d.ts +23 -0
  920. package/lib/components/Button/interface.js +6 -0
  921. package/lib/components/Button/style/Button.css +178 -0
  922. package/lib/components/Button/style/css.js +4 -0
  923. package/lib/components/Button/style/index.d.ts +1 -0
  924. package/lib/components/Button/style/index.js +4 -0
  925. package/lib/components/Calendar/Calendar.d.ts +7 -0
  926. package/lib/components/Calendar/Calendar.js +137 -0
  927. package/lib/components/Calendar/index.d.ts +4 -0
  928. package/lib/components/Calendar/index.js +33 -0
  929. package/lib/components/Calendar/interface.d.ts +29 -0
  930. package/lib/components/Calendar/interface.js +6 -0
  931. package/lib/components/Calendar/style/Calendar.css +400 -0
  932. package/lib/components/Calendar/style/css.js +4 -0
  933. package/lib/components/Calendar/style/index.d.ts +1 -0
  934. package/lib/components/Calendar/style/index.js +4 -0
  935. package/lib/components/Carousel/Carousel.d.ts +6 -0
  936. package/lib/components/Carousel/Carousel.js +56 -0
  937. package/lib/components/Carousel/index.d.ts +4 -0
  938. package/lib/components/Carousel/index.js +33 -0
  939. package/lib/components/Carousel/interface.d.ts +15 -0
  940. package/lib/components/Carousel/interface.js +6 -0
  941. package/lib/components/Carousel/style/Carousel.css +57 -0
  942. package/lib/components/Carousel/style/css.js +4 -0
  943. package/lib/components/Carousel/style/index.d.ts +1 -0
  944. package/lib/components/Carousel/style/index.js +4 -0
  945. package/lib/components/Cell/Cell.d.ts +5 -0
  946. package/lib/components/Cell/Cell.js +66 -0
  947. package/lib/components/Cell/index.d.ts +4 -0
  948. package/lib/components/Cell/index.js +33 -0
  949. package/lib/components/Cell/interface.d.ts +12 -0
  950. package/lib/components/Cell/interface.js +6 -0
  951. package/lib/components/Cell/style/Cell.css +80 -0
  952. package/lib/components/Cell/style/css.js +4 -0
  953. package/lib/components/Cell/style/index.d.ts +1 -0
  954. package/lib/components/Cell/style/index.js +4 -0
  955. package/lib/components/Checkbox/BaseCheckbox.d.ts +6 -0
  956. package/lib/components/Checkbox/BaseCheckbox.js +94 -0
  957. package/lib/components/Checkbox/Checkbox.d.ts +6 -0
  958. package/lib/components/Checkbox/Checkbox.js +132 -0
  959. package/lib/components/Checkbox/CheckboxGroup.d.ts +5 -0
  960. package/lib/components/Checkbox/CheckboxGroup.js +151 -0
  961. package/lib/components/Checkbox/CheckboxGroupContext.d.ts +14 -0
  962. package/lib/components/Checkbox/CheckboxGroupContext.js +9 -0
  963. package/lib/components/Checkbox/constants.d.ts +17 -0
  964. package/lib/components/Checkbox/constants.js +23 -0
  965. package/lib/components/Checkbox/index.d.ts +10 -0
  966. package/lib/components/Checkbox/index.js +53 -0
  967. package/lib/components/Checkbox/interface.d.ts +77 -0
  968. package/lib/components/Checkbox/interface.js +6 -0
  969. package/lib/components/Checkbox/style/Checkbox.css +191 -0
  970. package/lib/components/Checkbox/style/css.js +4 -0
  971. package/lib/components/Checkbox/style/index.d.ts +1 -0
  972. package/lib/components/Checkbox/style/index.js +4 -0
  973. package/lib/components/CoachMark/CoachMark.d.ts +4 -0
  974. package/lib/components/CoachMark/CoachMark.js +152 -0
  975. package/lib/components/CoachMark/index.d.ts +4 -0
  976. package/lib/components/CoachMark/index.js +33 -0
  977. package/lib/components/CoachMark/interface.d.ts +47 -0
  978. package/lib/components/CoachMark/interface.js +8 -0
  979. package/lib/components/CoachMark/style/CoachMark.css +156 -0
  980. package/lib/components/CoachMark/style/css.js +7 -0
  981. package/lib/components/CoachMark/style/index.d.ts +4 -0
  982. package/lib/components/CoachMark/style/index.js +7 -0
  983. package/lib/components/Copy/Clipboard.d.ts +4 -0
  984. package/lib/components/Copy/Clipboard.js +54 -0
  985. package/lib/components/Copy/Copy.d.ts +4 -0
  986. package/lib/components/Copy/Copy.js +91 -0
  987. package/lib/components/Copy/index.d.ts +5 -0
  988. package/lib/components/Copy/index.js +41 -0
  989. package/lib/components/Copy/interface.d.ts +38 -0
  990. package/lib/components/Copy/interface.js +6 -0
  991. package/lib/components/Copy/style/Clipboard.css +45 -0
  992. package/lib/components/Copy/style/Copy.css +48 -0
  993. package/lib/components/Copy/style/css.js +5 -0
  994. package/lib/components/Copy/style/index.d.ts +2 -0
  995. package/lib/components/Copy/style/index.js +5 -0
  996. package/lib/components/Dialog/Dialog.d.ts +4 -0
  997. package/lib/components/Dialog/Dialog.js +368 -0
  998. package/lib/components/Dialog/constants.d.ts +57 -0
  999. package/lib/components/Dialog/constants.js +61 -0
  1000. package/lib/components/Dialog/index.d.ts +4 -0
  1001. package/lib/components/Dialog/index.js +33 -0
  1002. package/lib/components/Dialog/interface.d.ts +36 -0
  1003. package/lib/components/Dialog/interface.js +6 -0
  1004. package/lib/components/Dialog/style/Dialog.css +204 -0
  1005. package/lib/components/Dialog/style/css.js +4 -0
  1006. package/lib/components/Dialog/style/index.d.ts +1 -0
  1007. package/lib/components/Dialog/style/index.js +4 -0
  1008. package/lib/components/Divider/Divider.d.ts +4 -0
  1009. package/lib/components/Divider/Divider.js +60 -0
  1010. package/lib/components/Divider/constants.d.ts +36 -0
  1011. package/lib/components/Divider/constants.js +48 -0
  1012. package/lib/components/Divider/index.d.ts +4 -0
  1013. package/lib/components/Divider/index.js +31 -0
  1014. package/lib/components/Divider/interface.d.ts +19 -0
  1015. package/lib/components/Divider/interface.js +6 -0
  1016. package/lib/components/Divider/style/Divider.css +128 -0
  1017. package/lib/components/Divider/style/css.js +4 -0
  1018. package/lib/components/Divider/style/index.d.ts +1 -0
  1019. package/lib/components/Divider/style/index.js +4 -0
  1020. package/lib/components/Drawer/Drawer.d.ts +4 -0
  1021. package/lib/components/Drawer/Drawer.js +165 -0
  1022. package/lib/components/Drawer/constants.d.ts +18 -0
  1023. package/lib/components/Drawer/constants.js +25 -0
  1024. package/lib/components/Drawer/hooks/index.d.ts +4 -0
  1025. package/lib/components/Drawer/hooks/index.js +34 -0
  1026. package/lib/components/Drawer/hooks/useBodyScrollLock.d.ts +1 -0
  1027. package/lib/components/Drawer/hooks/useBodyScrollLock.js +35 -0
  1028. package/lib/components/Drawer/hooks/useDialogFocus.d.ts +2 -0
  1029. package/lib/components/Drawer/hooks/useDialogFocus.js +28 -0
  1030. package/lib/components/Drawer/hooks/useDrawerTransition.d.ts +4 -0
  1031. package/lib/components/Drawer/hooks/useDrawerTransition.js +64 -0
  1032. package/lib/components/Drawer/hooks/useEscapeClose.d.ts +1 -0
  1033. package/lib/components/Drawer/hooks/useEscapeClose.js +22 -0
  1034. package/lib/components/Drawer/index.d.ts +3 -0
  1035. package/lib/components/Drawer/index.js +46 -0
  1036. package/lib/components/Drawer/interface.d.ts +79 -0
  1037. package/lib/components/Drawer/interface.js +6 -0
  1038. package/lib/components/Drawer/style/Drawer.css +145 -0
  1039. package/lib/components/Drawer/style/css.js +4 -0
  1040. package/lib/components/Drawer/style/index.d.ts +1 -0
  1041. package/lib/components/Drawer/style/index.js +4 -0
  1042. package/lib/components/Dropdown/Dropdown.d.ts +5 -0
  1043. package/lib/components/Dropdown/Dropdown.js +39 -0
  1044. package/lib/components/Dropdown/index.d.ts +3 -0
  1045. package/lib/components/Dropdown/index.js +35 -0
  1046. package/lib/components/Dropdown/interface.d.ts +8 -0
  1047. package/lib/components/Dropdown/interface.js +6 -0
  1048. package/lib/components/Dropdown/style/Dropdown.css +48 -0
  1049. package/lib/components/Dropdown/style/css.js +5 -0
  1050. package/lib/components/Dropdown/style/index.d.ts +2 -0
  1051. package/lib/components/Dropdown/style/index.js +5 -0
  1052. package/lib/components/Empty/Empty.d.ts +6 -0
  1053. package/lib/components/Empty/Empty.js +77 -0
  1054. package/lib/components/Empty/index.d.ts +4 -0
  1055. package/lib/components/Empty/index.js +33 -0
  1056. package/lib/components/Empty/interface.d.ts +11 -0
  1057. package/lib/components/Empty/interface.js +6 -0
  1058. package/lib/components/Empty/style/Empty.css +58 -0
  1059. package/lib/components/Empty/style/css.js +5 -0
  1060. package/lib/components/Empty/style/index.d.ts +2 -0
  1061. package/lib/components/Empty/style/index.js +5 -0
  1062. package/lib/components/Flex/Flex.d.ts +5 -0
  1063. package/lib/components/Flex/Flex.js +60 -0
  1064. package/lib/components/Flex/constants.d.ts +41 -0
  1065. package/lib/components/Flex/constants.js +51 -0
  1066. package/lib/components/Flex/index.d.ts +5 -0
  1067. package/lib/components/Flex/index.js +60 -0
  1068. package/lib/components/Flex/interface.d.ts +13 -0
  1069. package/lib/components/Flex/interface.js +6 -0
  1070. package/lib/components/Flex/style/Flex.css +71 -0
  1071. package/lib/components/Flex/style/css.js +4 -0
  1072. package/lib/components/Flex/style/index.d.ts +1 -0
  1073. package/lib/components/Flex/style/index.js +4 -0
  1074. package/lib/components/Grid/Col.d.ts +4 -0
  1075. package/lib/components/Grid/Col.js +93 -0
  1076. package/lib/components/Grid/Grid.d.ts +10 -0
  1077. package/lib/components/Grid/Grid.js +21 -0
  1078. package/lib/components/Grid/Row.d.ts +4 -0
  1079. package/lib/components/Grid/Row.js +50 -0
  1080. package/lib/components/Grid/constants.d.ts +48 -0
  1081. package/lib/components/Grid/constants.js +77 -0
  1082. package/lib/components/Grid/helper.d.ts +15 -0
  1083. package/lib/components/Grid/helper.js +94 -0
  1084. package/lib/components/Grid/index.d.ts +7 -0
  1085. package/lib/components/Grid/index.js +62 -0
  1086. package/lib/components/Grid/interface.d.ts +38 -0
  1087. package/lib/components/Grid/interface.js +6 -0
  1088. package/lib/components/Grid/style/Grid.css +952 -0
  1089. package/lib/components/Grid/style/css.js +4 -0
  1090. package/lib/components/Grid/style/index.d.ts +1 -0
  1091. package/lib/components/Grid/style/index.js +4 -0
  1092. package/lib/components/Icons/Icons.d.ts +194 -0
  1093. package/lib/components/Icons/Icons.js +195 -0
  1094. package/lib/components/Icons/Illustrations.d.ts +19 -0
  1095. package/lib/components/Icons/Illustrations.js +943 -0
  1096. package/lib/components/Icons/Logo.d.ts +36 -0
  1097. package/lib/components/Icons/Logo.js +219 -0
  1098. package/lib/components/Icons/SVGs.d.ts +267 -0
  1099. package/lib/components/Icons/SVGs.js +1936 -0
  1100. package/lib/components/Icons/Wrapper.d.ts +6 -0
  1101. package/lib/components/Icons/Wrapper.js +109 -0
  1102. package/lib/components/Icons/index.d.ts +4 -0
  1103. package/lib/components/Icons/index.js +52 -0
  1104. package/lib/components/Icons/interface.d.ts +30 -0
  1105. package/lib/components/Icons/interface.js +6 -0
  1106. package/lib/components/Icons/style/Icons.css +81 -0
  1107. package/lib/components/Icons/style/css.js +4 -0
  1108. package/lib/components/Icons/style/index.d.ts +1 -0
  1109. package/lib/components/Icons/style/index.js +4 -0
  1110. package/lib/components/Input/Amount/Amount.d.ts +6 -0
  1111. package/lib/components/Input/Amount/Amount.js +208 -0
  1112. package/lib/components/Input/Amount/helper.d.ts +35 -0
  1113. package/lib/components/Input/Amount/helper.js +102 -0
  1114. package/lib/components/Input/Amount/index.d.ts +3 -0
  1115. package/lib/components/Input/Amount/index.js +18 -0
  1116. package/lib/components/Input/Amount/style/Amount.css +103 -0
  1117. package/lib/components/Input/Amount/style/css.js +4 -0
  1118. package/lib/components/Input/Amount/style/index.d.ts +1 -0
  1119. package/lib/components/Input/Amount/style/index.js +4 -0
  1120. package/lib/components/Input/FieldShell/FieldShell.css +76 -0
  1121. package/lib/components/Input/FieldShell/FieldShell.d.ts +23 -0
  1122. package/lib/components/Input/FieldShell/FieldShell.js +108 -0
  1123. package/lib/components/Input/FieldShell/index.d.ts +3 -0
  1124. package/lib/components/Input/FieldShell/index.js +22 -0
  1125. package/lib/components/Input/Input/Input.css +124 -0
  1126. package/lib/components/Input/Input/Input.d.ts +3 -0
  1127. package/lib/components/Input/Input/Input.js +180 -0
  1128. package/lib/components/Input/Input/index.d.ts +2 -0
  1129. package/lib/components/Input/Input/index.js +22 -0
  1130. package/lib/components/Input/Mask/Mask.d.ts +5 -0
  1131. package/lib/components/Input/Mask/Mask.js +354 -0
  1132. package/lib/components/Input/Mask/index.d.ts +2 -0
  1133. package/lib/components/Input/Mask/index.js +22 -0
  1134. package/lib/components/Input/OTP/OTP.css +79 -0
  1135. package/lib/components/Input/OTP/OTP.d.ts +5 -0
  1136. package/lib/components/Input/OTP/OTP.js +164 -0
  1137. package/lib/components/Input/OTP/index.d.ts +2 -0
  1138. package/lib/components/Input/OTP/index.js +22 -0
  1139. package/lib/components/Input/Password/Password.d.ts +5 -0
  1140. package/lib/components/Input/Password/Password.js +138 -0
  1141. package/lib/components/Input/Password/index.d.ts +2 -0
  1142. package/lib/components/Input/Password/index.js +22 -0
  1143. package/lib/components/Input/Search/Search.d.ts +5 -0
  1144. package/lib/components/Input/Search/Search.js +161 -0
  1145. package/lib/components/Input/Search/index.d.ts +2 -0
  1146. package/lib/components/Input/Search/index.js +22 -0
  1147. package/lib/components/Input/TextArea/TextArea.css +93 -0
  1148. package/lib/components/Input/TextArea/TextArea.d.ts +5 -0
  1149. package/lib/components/Input/TextArea/TextArea.js +110 -0
  1150. package/lib/components/Input/TextArea/index.d.ts +2 -0
  1151. package/lib/components/Input/TextArea/index.js +22 -0
  1152. package/lib/components/Input/Trade/Trade.css +192 -0
  1153. package/lib/components/Input/Trade/Trade.d.ts +5 -0
  1154. package/lib/components/Input/Trade/Trade.js +142 -0
  1155. package/lib/components/Input/Trade/index.d.ts +2 -0
  1156. package/lib/components/Input/Trade/index.js +22 -0
  1157. package/lib/components/Input/constants.d.ts +15 -0
  1158. package/lib/components/Input/constants.js +22 -0
  1159. package/lib/components/Input/index.d.ts +4 -0
  1160. package/lib/components/Input/index.js +49 -0
  1161. package/lib/components/Input/interface.d.ts +156 -0
  1162. package/lib/components/Input/interface.js +6 -0
  1163. package/lib/components/Input/style/css.js +9 -0
  1164. package/lib/components/Input/style/index.d.ts +6 -0
  1165. package/lib/components/Input/style/index.js +9 -0
  1166. package/lib/components/Input/useAmountInput.d.ts +35 -0
  1167. package/lib/components/Input/useAmountInput.js +214 -0
  1168. package/lib/components/Input/useSyncRef.d.ts +2 -0
  1169. package/lib/components/Input/useSyncRef.js +19 -0
  1170. package/lib/components/Link/Link.d.ts +4 -0
  1171. package/lib/components/Link/Link.js +66 -0
  1172. package/lib/components/Link/constants.d.ts +5 -0
  1173. package/lib/components/Link/constants.js +12 -0
  1174. package/lib/components/Link/index.d.ts +5 -0
  1175. package/lib/components/Link/index.js +45 -0
  1176. package/lib/components/Link/interface.d.ts +13 -0
  1177. package/lib/components/Link/interface.js +6 -0
  1178. package/lib/components/Link/style/Link.css +70 -0
  1179. package/lib/components/Link/style/css.js +4 -0
  1180. package/lib/components/Link/style/index.d.ts +1 -0
  1181. package/lib/components/Link/style/index.js +4 -0
  1182. package/lib/components/Navigation/Nav.d.ts +5 -0
  1183. package/lib/components/Navigation/Nav.js +210 -0
  1184. package/lib/components/Navigation/Navigation.d.ts +5 -0
  1185. package/lib/components/Navigation/Navigation.js +309 -0
  1186. package/lib/components/Navigation/NavigationLogo.d.ts +8 -0
  1187. package/lib/components/Navigation/NavigationLogo.js +52 -0
  1188. package/lib/components/Navigation/NavigationStepper.d.ts +5 -0
  1189. package/lib/components/Navigation/NavigationStepper.js +82 -0
  1190. package/lib/components/Navigation/index.d.ts +6 -0
  1191. package/lib/components/Navigation/index.js +49 -0
  1192. package/lib/components/Navigation/interface.d.ts +134 -0
  1193. package/lib/components/Navigation/interface.js +6 -0
  1194. package/lib/components/Navigation/style/Nav.css +158 -0
  1195. package/lib/components/Navigation/style/Navigation.css +373 -0
  1196. package/lib/components/Navigation/style/NavigationStepper.css +97 -0
  1197. package/lib/components/Navigation/style/css.js +6 -0
  1198. package/lib/components/Navigation/style/index.d.ts +3 -0
  1199. package/lib/components/Navigation/style/index.js +6 -0
  1200. package/lib/components/Notification/Notification.d.ts +6 -0
  1201. package/lib/components/Notification/Notification.js +116 -0
  1202. package/lib/components/Notification/NotificationStatic.d.ts +4 -0
  1203. package/lib/components/Notification/NotificationStatic.js +515 -0
  1204. package/lib/components/Notification/constants.d.ts +12 -0
  1205. package/lib/components/Notification/constants.js +22 -0
  1206. package/lib/components/Notification/index.d.ts +5 -0
  1207. package/lib/components/Notification/index.js +52 -0
  1208. package/lib/components/Notification/interface.d.ts +70 -0
  1209. package/lib/components/Notification/interface.js +13 -0
  1210. package/lib/components/Notification/style/Notification.css +170 -0
  1211. package/lib/components/Notification/style/css.js +4 -0
  1212. package/lib/components/Notification/style/index.d.ts +1 -0
  1213. package/lib/components/Notification/style/index.js +4 -0
  1214. package/lib/components/Pagination/Pagination.d.ts +5 -0
  1215. package/lib/components/Pagination/Pagination.js +145 -0
  1216. package/lib/components/Pagination/constants.d.ts +52 -0
  1217. package/lib/components/Pagination/constants.js +62 -0
  1218. package/lib/components/Pagination/index.d.ts +6 -0
  1219. package/lib/components/Pagination/index.js +53 -0
  1220. package/lib/components/Pagination/interface.d.ts +53 -0
  1221. package/lib/components/Pagination/interface.js +6 -0
  1222. package/lib/components/Pagination/style/Pagination.css +89 -0
  1223. package/lib/components/Pagination/style/css.js +4 -0
  1224. package/lib/components/Pagination/style/index.d.ts +1 -0
  1225. package/lib/components/Pagination/style/index.js +4 -0
  1226. package/lib/components/Pagination/usePagination.d.ts +3 -0
  1227. package/lib/components/Pagination/usePagination.js +152 -0
  1228. package/lib/components/Popconfirm/Popconfirm.d.ts +6 -0
  1229. package/lib/components/Popconfirm/Popconfirm.js +154 -0
  1230. package/lib/components/Popconfirm/constants.d.ts +74 -0
  1231. package/lib/components/Popconfirm/constants.js +80 -0
  1232. package/lib/components/Popconfirm/index.d.ts +4 -0
  1233. package/lib/components/Popconfirm/index.js +33 -0
  1234. package/lib/components/Popconfirm/interface.d.ts +40 -0
  1235. package/lib/components/Popconfirm/interface.js +6 -0
  1236. package/lib/components/Popconfirm/style/Popconfirm.css +137 -0
  1237. package/lib/components/Popconfirm/style/css.js +7 -0
  1238. package/lib/components/Popconfirm/style/index.d.ts +4 -0
  1239. package/lib/components/Popconfirm/style/index.js +7 -0
  1240. package/lib/components/Portal/Portal.d.ts +3 -0
  1241. package/lib/components/Portal/Portal.js +61 -0
  1242. package/lib/components/Portal/index.d.ts +4 -0
  1243. package/lib/components/Portal/index.js +33 -0
  1244. package/lib/components/Portal/interface.d.ts +7 -0
  1245. package/lib/components/Portal/interface.js +6 -0
  1246. package/lib/components/ProForm/ProForm.d.ts +4 -0
  1247. package/lib/components/ProForm/ProForm.js +312 -0
  1248. package/lib/components/ProForm/ProFormDependency.d.ts +4 -0
  1249. package/lib/components/ProForm/ProFormDependency.js +170 -0
  1250. package/lib/components/ProForm/ProFormGroup.d.ts +3 -0
  1251. package/lib/components/ProForm/ProFormGroup.js +85 -0
  1252. package/lib/components/ProForm/ProFormItem.d.ts +4 -0
  1253. package/lib/components/ProForm/ProFormItem.js +229 -0
  1254. package/lib/components/ProForm/ProFormList.d.ts +3 -0
  1255. package/lib/components/ProForm/ProFormList.js +259 -0
  1256. package/lib/components/ProForm/Submitter.d.ts +6 -0
  1257. package/lib/components/ProForm/Submitter.js +113 -0
  1258. package/lib/components/ProForm/constants.d.ts +18 -0
  1259. package/lib/components/ProForm/constants.js +29 -0
  1260. package/lib/components/ProForm/context.d.ts +13 -0
  1261. package/lib/components/ProForm/context.js +35 -0
  1262. package/lib/components/ProForm/core/constants.d.ts +21 -0
  1263. package/lib/components/ProForm/core/constants.js +26 -0
  1264. package/lib/components/ProForm/core/hooks/useForm.d.ts +3 -0
  1265. package/lib/components/ProForm/core/hooks/useForm.js +686 -0
  1266. package/lib/components/ProForm/core/hooks/useFormCore.d.ts +3 -0
  1267. package/lib/components/ProForm/core/hooks/useFormCore.js +354 -0
  1268. package/lib/components/ProForm/core/index.d.ts +6 -0
  1269. package/lib/components/ProForm/core/index.js +56 -0
  1270. package/lib/components/ProForm/core/interface.d.ts +153 -0
  1271. package/lib/components/ProForm/core/interface.js +6 -0
  1272. package/lib/components/ProForm/core/useFormItem.d.ts +21 -0
  1273. package/lib/components/ProForm/core/useFormItem.js +183 -0
  1274. package/lib/components/ProForm/fields/ProFormCheckbox.d.ts +3 -0
  1275. package/lib/components/ProForm/fields/ProFormCheckbox.js +17 -0
  1276. package/lib/components/ProForm/fields/ProFormCheckboxGroup.d.ts +3 -0
  1277. package/lib/components/ProForm/fields/ProFormCheckboxGroup.js +18 -0
  1278. package/lib/components/ProForm/fields/ProFormDatePicker.d.ts +3 -0
  1279. package/lib/components/ProForm/fields/ProFormDatePicker.js +29 -0
  1280. package/lib/components/ProForm/fields/ProFormFieldSet.d.ts +4 -0
  1281. package/lib/components/ProForm/fields/ProFormFieldSet.js +75 -0
  1282. package/lib/components/ProForm/fields/ProFormPassword.d.ts +3 -0
  1283. package/lib/components/ProForm/fields/ProFormPassword.js +17 -0
  1284. package/lib/components/ProForm/fields/ProFormRadioGroup.d.ts +3 -0
  1285. package/lib/components/ProForm/fields/ProFormRadioGroup.js +16 -0
  1286. package/lib/components/ProForm/fields/ProFormSelect.d.ts +3 -0
  1287. package/lib/components/ProForm/fields/ProFormSelect.js +46 -0
  1288. package/lib/components/ProForm/fields/ProFormSlider.d.ts +3 -0
  1289. package/lib/components/ProForm/fields/ProFormSlider.js +16 -0
  1290. package/lib/components/ProForm/fields/ProFormSwitch.d.ts +3 -0
  1291. package/lib/components/ProForm/fields/ProFormSwitch.js +17 -0
  1292. package/lib/components/ProForm/fields/ProFormText.d.ts +3 -0
  1293. package/lib/components/ProForm/fields/ProFormText.js +16 -0
  1294. package/lib/components/ProForm/fields/ProFormTextArea.d.ts +3 -0
  1295. package/lib/components/ProForm/fields/ProFormTextArea.js +16 -0
  1296. package/lib/components/ProForm/fields/ProFormUpload.d.ts +3 -0
  1297. package/lib/components/ProForm/fields/ProFormUpload.js +32 -0
  1298. package/lib/components/ProForm/fields/createProFormField.d.ts +4 -0
  1299. package/lib/components/ProForm/fields/createProFormField.js +164 -0
  1300. package/lib/components/ProForm/fields/index.d.ts +13 -0
  1301. package/lib/components/ProForm/fields/index.js +97 -0
  1302. package/lib/components/ProForm/hooks/useFieldRequest.d.ts +7 -0
  1303. package/lib/components/ProForm/hooks/useFieldRequest.js +98 -0
  1304. package/lib/components/ProForm/index.d.ts +38 -0
  1305. package/lib/components/ProForm/index.js +206 -0
  1306. package/lib/components/ProForm/interface.d.ts +284 -0
  1307. package/lib/components/ProForm/interface.js +6 -0
  1308. package/lib/components/ProForm/layouts/DialogForm.d.ts +3 -0
  1309. package/lib/components/ProForm/layouts/DialogForm.js +81 -0
  1310. package/lib/components/ProForm/layouts/DrawerForm.d.ts +3 -0
  1311. package/lib/components/ProForm/layouts/DrawerForm.js +80 -0
  1312. package/lib/components/ProForm/layouts/QueryFilter.d.ts +4 -0
  1313. package/lib/components/ProForm/layouts/QueryFilter.js +167 -0
  1314. package/lib/components/ProForm/layouts/index.d.ts +4 -0
  1315. package/lib/components/ProForm/layouts/index.js +34 -0
  1316. package/lib/components/ProForm/layouts/useOverlayForm.d.ts +17 -0
  1317. package/lib/components/ProForm/layouts/useOverlayForm.js +117 -0
  1318. package/lib/components/ProForm/style/ProForm.css +168 -0
  1319. package/lib/components/ProForm/style/css.js +4 -0
  1320. package/lib/components/ProForm/style/index.d.ts +1 -0
  1321. package/lib/components/ProForm/style/index.js +4 -0
  1322. package/lib/components/ProForm/utils.d.ts +22 -0
  1323. package/lib/components/ProForm/utils.js +228 -0
  1324. package/lib/components/Progress/Progress.d.ts +6 -0
  1325. package/lib/components/Progress/Progress.js +103 -0
  1326. package/lib/components/Progress/constants.d.ts +26 -0
  1327. package/lib/components/Progress/constants.js +38 -0
  1328. package/lib/components/Progress/index.d.ts +5 -0
  1329. package/lib/components/Progress/index.js +45 -0
  1330. package/lib/components/Progress/interface.d.ts +26 -0
  1331. package/lib/components/Progress/interface.js +6 -0
  1332. package/lib/components/Progress/style/Progress.css +103 -0
  1333. package/lib/components/Progress/style/css.js +4 -0
  1334. package/lib/components/Progress/style/index.d.ts +1 -0
  1335. package/lib/components/Progress/style/index.js +4 -0
  1336. package/lib/components/Radio/BaseRadio.d.ts +16 -0
  1337. package/lib/components/Radio/BaseRadio.js +65 -0
  1338. package/lib/components/Radio/Radio.d.ts +6 -0
  1339. package/lib/components/Radio/Radio.js +192 -0
  1340. package/lib/components/Radio/RadioGroup.d.ts +5 -0
  1341. package/lib/components/Radio/RadioGroup.js +112 -0
  1342. package/lib/components/Radio/RadioGroupContext.d.ts +22 -0
  1343. package/lib/components/Radio/RadioGroupContext.js +13 -0
  1344. package/lib/components/Radio/constants.d.ts +39 -0
  1345. package/lib/components/Radio/constants.js +63 -0
  1346. package/lib/components/Radio/index.d.ts +5 -0
  1347. package/lib/components/Radio/index.js +41 -0
  1348. package/lib/components/Radio/interface.d.ts +122 -0
  1349. package/lib/components/Radio/interface.js +6 -0
  1350. package/lib/components/Radio/style/Radio.css +362 -0
  1351. package/lib/components/Radio/style/css.js +5 -0
  1352. package/lib/components/Radio/style/index.d.ts +2 -0
  1353. package/lib/components/Radio/style/index.js +5 -0
  1354. package/lib/components/ResizeObserver/Collection.d.ts +19 -0
  1355. package/lib/components/ResizeObserver/Collection.js +51 -0
  1356. package/lib/components/ResizeObserver/ResizeObserver.d.ts +7 -0
  1357. package/lib/components/ResizeObserver/ResizeObserver.js +41 -0
  1358. package/lib/components/ResizeObserver/SingleObserver/index.d.ts +7 -0
  1359. package/lib/components/ResizeObserver/SingleObserver/index.js +48 -0
  1360. package/lib/components/ResizeObserver/index.d.ts +7 -0
  1361. package/lib/components/ResizeObserver/index.js +30 -0
  1362. package/lib/components/ResizeObserver/interface.d.ts +16 -0
  1363. package/lib/components/ResizeObserver/interface.js +6 -0
  1364. package/lib/components/ResizeObserver/useResizeObserver.d.ts +2 -0
  1365. package/lib/components/ResizeObserver/useResizeObserver.js +79 -0
  1366. package/lib/components/ResizeObserver/utils/observerUtil.d.ts +7 -0
  1367. package/lib/components/ResizeObserver/utils/observerUtil.js +47 -0
  1368. package/lib/components/ResizeObserver/utils/reactUtil.d.ts +19 -0
  1369. package/lib/components/ResizeObserver/utils/reactUtil.js +91 -0
  1370. package/lib/components/Segment/Segment.d.ts +6 -0
  1371. package/lib/components/Segment/Segment.js +110 -0
  1372. package/lib/components/Segment/index.d.ts +4 -0
  1373. package/lib/components/Segment/index.js +33 -0
  1374. package/lib/components/Segment/interface.d.ts +23 -0
  1375. package/lib/components/Segment/interface.js +6 -0
  1376. package/lib/components/Segment/style/Segment.css +79 -0
  1377. package/lib/components/Segment/style/css.js +4 -0
  1378. package/lib/components/Segment/style/index.d.ts +1 -0
  1379. package/lib/components/Segment/style/index.js +4 -0
  1380. package/lib/components/Select/Select.d.ts +6 -0
  1381. package/lib/components/Select/Select.js +573 -0
  1382. package/lib/components/Select/SelectCustom.d.ts +6 -0
  1383. package/lib/components/Select/SelectCustom.js +242 -0
  1384. package/lib/components/Select/SelectFieldShell.d.ts +24 -0
  1385. package/lib/components/Select/SelectFieldShell.js +95 -0
  1386. package/lib/components/Select/SelectOptionContent.d.ts +17 -0
  1387. package/lib/components/Select/SelectOptionContent.js +51 -0
  1388. package/lib/components/Select/SelectSearchControl.d.ts +15 -0
  1389. package/lib/components/Select/SelectSearchControl.js +49 -0
  1390. package/lib/components/Select/SelectValueContent.d.ts +18 -0
  1391. package/lib/components/Select/SelectValueContent.js +105 -0
  1392. package/lib/components/Select/constants.d.ts +46 -0
  1393. package/lib/components/Select/constants.js +52 -0
  1394. package/lib/components/Select/index.d.ts +7 -0
  1395. package/lib/components/Select/index.js +41 -0
  1396. package/lib/components/Select/interface.d.ts +229 -0
  1397. package/lib/components/Select/interface.js +10 -0
  1398. package/lib/components/Select/style/Select.css +465 -0
  1399. package/lib/components/Select/style/css.js +6 -0
  1400. package/lib/components/Select/style/index.d.ts +3 -0
  1401. package/lib/components/Select/style/index.js +6 -0
  1402. package/lib/components/Select/useSelectShell.d.ts +34 -0
  1403. package/lib/components/Select/useSelectShell.js +114 -0
  1404. package/lib/components/Select/utils.d.ts +21 -0
  1405. package/lib/components/Select/utils.js +161 -0
  1406. package/lib/components/Skeleton/Skeleton.d.ts +6 -0
  1407. package/lib/components/Skeleton/Skeleton.js +58 -0
  1408. package/lib/components/Skeleton/index.d.ts +4 -0
  1409. package/lib/components/Skeleton/index.js +33 -0
  1410. package/lib/components/Skeleton/interface.d.ts +19 -0
  1411. package/lib/components/Skeleton/interface.js +6 -0
  1412. package/lib/components/Skeleton/style/Skeleton.css +54 -0
  1413. package/lib/components/Skeleton/style/css.js +4 -0
  1414. package/lib/components/Skeleton/style/index.d.ts +1 -0
  1415. package/lib/components/Skeleton/style/index.js +4 -0
  1416. package/lib/components/Slider/Slider.d.ts +6 -0
  1417. package/lib/components/Slider/Slider.js +127 -0
  1418. package/lib/components/Slider/index.d.ts +4 -0
  1419. package/lib/components/Slider/index.js +33 -0
  1420. package/lib/components/Slider/interface.d.ts +39 -0
  1421. package/lib/components/Slider/interface.js +6 -0
  1422. package/lib/components/Slider/style/Slider.css +161 -0
  1423. package/lib/components/Slider/style/css.js +4 -0
  1424. package/lib/components/Slider/style/index.d.ts +1 -0
  1425. package/lib/components/Slider/style/index.js +4 -0
  1426. package/lib/components/Space/Space.d.ts +5 -0
  1427. package/lib/components/Space/Space.js +88 -0
  1428. package/lib/components/Space/constants.d.ts +33 -0
  1429. package/lib/components/Space/constants.js +43 -0
  1430. package/lib/components/Space/index.d.ts +5 -0
  1431. package/lib/components/Space/index.js +53 -0
  1432. package/lib/components/Space/interface.d.ts +12 -0
  1433. package/lib/components/Space/interface.js +6 -0
  1434. package/lib/components/Space/style/Space.css +47 -0
  1435. package/lib/components/Space/style/css.js +4 -0
  1436. package/lib/components/Space/style/index.d.ts +1 -0
  1437. package/lib/components/Space/style/index.js +4 -0
  1438. package/lib/components/Spinner/Spinner.d.ts +6 -0
  1439. package/lib/components/Spinner/Spinner.js +230 -0
  1440. package/lib/components/Spinner/index.d.ts +4 -0
  1441. package/lib/components/Spinner/index.js +33 -0
  1442. package/lib/components/Spinner/interface.d.ts +18 -0
  1443. package/lib/components/Spinner/interface.js +8 -0
  1444. package/lib/components/Spinner/lottie-pure.json +1 -0
  1445. package/lib/components/Spinner/style/Spinner.css +99 -0
  1446. package/lib/components/Spinner/style/css.js +4 -0
  1447. package/lib/components/Spinner/style/index.d.ts +1 -0
  1448. package/lib/components/Spinner/style/index.js +4 -0
  1449. package/lib/components/Step/Step.d.ts +5 -0
  1450. package/lib/components/Step/Step.js +126 -0
  1451. package/lib/components/Step/constants.d.ts +59 -0
  1452. package/lib/components/Step/constants.js +72 -0
  1453. package/lib/components/Step/index.d.ts +4 -0
  1454. package/lib/components/Step/index.js +33 -0
  1455. package/lib/components/Step/interface.d.ts +22 -0
  1456. package/lib/components/Step/interface.js +6 -0
  1457. package/lib/components/Step/style/Step.css +107 -0
  1458. package/lib/components/Step/style/css.js +4 -0
  1459. package/lib/components/Step/style/index.d.ts +1 -0
  1460. package/lib/components/Step/style/index.js +4 -0
  1461. package/lib/components/Switch/Switch.d.ts +6 -0
  1462. package/lib/components/Switch/Switch.js +104 -0
  1463. package/lib/components/Switch/constants.d.ts +25 -0
  1464. package/lib/components/Switch/constants.js +33 -0
  1465. package/lib/components/Switch/index.d.ts +5 -0
  1466. package/lib/components/Switch/index.js +45 -0
  1467. package/lib/components/Switch/interface.d.ts +26 -0
  1468. package/lib/components/Switch/interface.js +6 -0
  1469. package/lib/components/Switch/style/Switch.css +102 -0
  1470. package/lib/components/Switch/style/css.js +5 -0
  1471. package/lib/components/Switch/style/index.d.ts +2 -0
  1472. package/lib/components/Switch/style/index.js +5 -0
  1473. package/lib/components/Table/Table.d.ts +10 -0
  1474. package/lib/components/Table/Table.js +47 -0
  1475. package/lib/components/Table/VirtualTable.d.ts +9 -0
  1476. package/lib/components/Table/VirtualTable.js +59 -0
  1477. package/lib/components/Table/constants.d.ts +4 -0
  1478. package/lib/components/Table/constants.js +11 -0
  1479. package/lib/components/Table/core/useTableColumns.d.ts +48 -0
  1480. package/lib/components/Table/core/useTableColumns.js +260 -0
  1481. package/lib/components/Table/core/useTableDataPipeline.d.ts +57 -0
  1482. package/lib/components/Table/core/useTableDataPipeline.js +435 -0
  1483. package/lib/components/Table/core/useTableExpand.d.ts +11 -0
  1484. package/lib/components/Table/core/useTableExpand.js +70 -0
  1485. package/lib/components/Table/core/useTableSelection.d.ts +15 -0
  1486. package/lib/components/Table/core/useTableSelection.js +151 -0
  1487. package/lib/components/Table/core/useTableSetup.d.ts +42 -0
  1488. package/lib/components/Table/core/useTableSetup.js +204 -0
  1489. package/lib/components/Table/features/ExpandTrigger.d.ts +4 -0
  1490. package/lib/components/Table/features/ExpandTrigger.js +38 -0
  1491. package/lib/components/Table/features/FilterTrigger.d.ts +9 -0
  1492. package/lib/components/Table/features/FilterTrigger.js +164 -0
  1493. package/lib/components/Table/features/SelectionColumn.d.ts +12 -0
  1494. package/lib/components/Table/features/SelectionColumn.js +60 -0
  1495. package/lib/components/Table/features/SortTrigger.d.ts +7 -0
  1496. package/lib/components/Table/features/SortTrigger.js +32 -0
  1497. package/lib/components/Table/index.d.ts +6 -0
  1498. package/lib/components/Table/index.js +47 -0
  1499. package/lib/components/Table/interface.d.ts +262 -0
  1500. package/lib/components/Table/interface.js +6 -0
  1501. package/lib/components/Table/internal/index.d.ts +3 -0
  1502. package/lib/components/Table/internal/index.js +52 -0
  1503. package/lib/components/Table/internal/kernel/Body/BodyRow.d.ts +37 -0
  1504. package/lib/components/Table/internal/kernel/Body/BodyRow.js +186 -0
  1505. package/lib/components/Table/internal/kernel/Body/ExpandedRow.d.ts +15 -0
  1506. package/lib/components/Table/internal/kernel/Body/ExpandedRow.js +67 -0
  1507. package/lib/components/Table/internal/kernel/Body/MeasureCell.d.ts +8 -0
  1508. package/lib/components/Table/internal/kernel/Body/MeasureCell.js +50 -0
  1509. package/lib/components/Table/internal/kernel/Body/MeasureRow.d.ts +10 -0
  1510. package/lib/components/Table/internal/kernel/Body/MeasureRow.js +64 -0
  1511. package/lib/components/Table/internal/kernel/Body/index.d.ts +9 -0
  1512. package/lib/components/Table/internal/kernel/Body/index.js +135 -0
  1513. package/lib/components/Table/internal/kernel/Cell/index.d.ts +39 -0
  1514. package/lib/components/Table/internal/kernel/Cell/index.js +190 -0
  1515. package/lib/components/Table/internal/kernel/Cell/useCellRender.d.ts +3 -0
  1516. package/lib/components/Table/internal/kernel/Cell/useCellRender.js +74 -0
  1517. package/lib/components/Table/internal/kernel/Cell/useHoverState.d.ts +2 -0
  1518. package/lib/components/Table/internal/kernel/Cell/useHoverState.js +23 -0
  1519. package/lib/components/Table/internal/kernel/ColGroup.d.ts +8 -0
  1520. package/lib/components/Table/internal/kernel/ColGroup.js +68 -0
  1521. package/lib/components/Table/internal/kernel/FixedHolder/index.d.ts +27 -0
  1522. package/lib/components/Table/internal/kernel/FixedHolder/index.js +192 -0
  1523. package/lib/components/Table/internal/kernel/Footer/Cell.d.ts +11 -0
  1524. package/lib/components/Table/internal/kernel/Footer/Cell.js +60 -0
  1525. package/lib/components/Table/internal/kernel/Footer/Row.d.ts +8 -0
  1526. package/lib/components/Table/internal/kernel/Footer/Row.js +31 -0
  1527. package/lib/components/Table/internal/kernel/Footer/Summary.d.ts +14 -0
  1528. package/lib/components/Table/internal/kernel/Footer/Summary.js +20 -0
  1529. package/lib/components/Table/internal/kernel/Footer/SummaryContext.d.ts +11 -0
  1530. package/lib/components/Table/internal/kernel/Footer/SummaryContext.js +13 -0
  1531. package/lib/components/Table/internal/kernel/Footer/index.d.ts +16 -0
  1532. package/lib/components/Table/internal/kernel/Footer/index.js +47 -0
  1533. package/lib/components/Table/internal/kernel/Header/Header.d.ts +9 -0
  1534. package/lib/components/Table/internal/kernel/Header/Header.js +120 -0
  1535. package/lib/components/Table/internal/kernel/Header/HeaderRow.d.ts +18 -0
  1536. package/lib/components/Table/internal/kernel/Header/HeaderRow.js +71 -0
  1537. package/lib/components/Table/internal/kernel/Panel/index.d.ts +7 -0
  1538. package/lib/components/Table/internal/kernel/Panel/index.js +25 -0
  1539. package/lib/components/Table/internal/kernel/Table.d.ts +126 -0
  1540. package/lib/components/Table/internal/kernel/Table.js +695 -0
  1541. package/lib/components/Table/internal/kernel/VirtualTable/BodyGrid.d.ts +13 -0
  1542. package/lib/components/Table/internal/kernel/VirtualTable/BodyGrid.js +298 -0
  1543. package/lib/components/Table/internal/kernel/VirtualTable/BodyLine.d.ts +14 -0
  1544. package/lib/components/Table/internal/kernel/VirtualTable/BodyLine.js +125 -0
  1545. package/lib/components/Table/internal/kernel/VirtualTable/VirtualCell.d.ts +26 -0
  1546. package/lib/components/Table/internal/kernel/VirtualTable/VirtualCell.js +117 -0
  1547. package/lib/components/Table/internal/kernel/VirtualTable/context.d.ts +13 -0
  1548. package/lib/components/Table/internal/kernel/VirtualTable/context.js +12 -0
  1549. package/lib/components/Table/internal/kernel/VirtualTable/index.d.ts +17 -0
  1550. package/lib/components/Table/internal/kernel/VirtualTable/index.js +100 -0
  1551. package/lib/components/Table/internal/kernel/constant.d.ts +2 -0
  1552. package/lib/components/Table/internal/kernel/constant.js +10 -0
  1553. package/lib/components/Table/internal/kernel/context/PerfContext.d.ts +6 -0
  1554. package/lib/components/Table/internal/kernel/context/PerfContext.js +18 -0
  1555. package/lib/components/Table/internal/kernel/context/TableContext.d.ts +51 -0
  1556. package/lib/components/Table/internal/kernel/context/TableContext.js +16 -0
  1557. package/lib/components/Table/internal/kernel/hooks/useColumns/index.d.ts +31 -0
  1558. package/lib/components/Table/internal/kernel/hooks/useColumns/index.js +223 -0
  1559. package/lib/components/Table/internal/kernel/hooks/useColumns/useWidthColumns.d.ts +5 -0
  1560. package/lib/components/Table/internal/kernel/hooks/useColumns/useWidthColumns.js +79 -0
  1561. package/lib/components/Table/internal/kernel/hooks/useExpand.d.ts +10 -0
  1562. package/lib/components/Table/internal/kernel/hooks/useExpand.js +94 -0
  1563. package/lib/components/Table/internal/kernel/hooks/useFixedInfo.d.ts +2 -0
  1564. package/lib/components/Table/internal/kernel/hooks/useFixedInfo.js +29 -0
  1565. package/lib/components/Table/internal/kernel/hooks/useFlattenRecords.d.ts +19 -0
  1566. package/lib/components/Table/internal/kernel/hooks/useFlattenRecords.js +64 -0
  1567. package/lib/components/Table/internal/kernel/hooks/useFrame.d.ts +7 -0
  1568. package/lib/components/Table/internal/kernel/hooks/useFrame.js +72 -0
  1569. package/lib/components/Table/internal/kernel/hooks/useHover.d.ts +2 -0
  1570. package/lib/components/Table/internal/kernel/hooks/useHover.js +30 -0
  1571. package/lib/components/Table/internal/kernel/hooks/useRenderTimes.d.ts +5 -0
  1572. package/lib/components/Table/internal/kernel/hooks/useRenderTimes.js +51 -0
  1573. package/lib/components/Table/internal/kernel/hooks/useRowInfo.d.ts +11 -0
  1574. package/lib/components/Table/internal/kernel/hooks/useRowInfo.js +70 -0
  1575. package/lib/components/Table/internal/kernel/hooks/useSticky.d.ts +10 -0
  1576. package/lib/components/Table/internal/kernel/hooks/useSticky.js +44 -0
  1577. package/lib/components/Table/internal/kernel/hooks/useStickyOffsets.d.ts +6 -0
  1578. package/lib/components/Table/internal/kernel/hooks/useStickyOffsets.js +38 -0
  1579. package/lib/components/Table/internal/kernel/index.d.ts +12 -0
  1580. package/lib/components/Table/internal/kernel/index.js +74 -0
  1581. package/lib/components/Table/internal/kernel/interface.d.ts +202 -0
  1582. package/lib/components/Table/internal/kernel/interface.js +6 -0
  1583. package/lib/components/Table/internal/kernel/namePathType.d.ts +13 -0
  1584. package/lib/components/Table/internal/kernel/namePathType.js +6 -0
  1585. package/lib/components/Table/internal/kernel/selector-context/Immutable.d.ts +10 -0
  1586. package/lib/components/Table/internal/kernel/selector-context/Immutable.js +82 -0
  1587. package/lib/components/Table/internal/kernel/selector-context/context.d.ts +26 -0
  1588. package/lib/components/Table/internal/kernel/selector-context/context.js +93 -0
  1589. package/lib/components/Table/internal/kernel/selector-context/index.d.ts +7 -0
  1590. package/lib/components/Table/internal/kernel/selector-context/index.js +34 -0
  1591. package/lib/components/Table/internal/kernel/selector-context/isEqual.d.ts +5 -0
  1592. package/lib/components/Table/internal/kernel/selector-context/isEqual.js +55 -0
  1593. package/lib/components/Table/internal/kernel/stickyScrollBar.d.ts +12 -0
  1594. package/lib/components/Table/internal/kernel/stickyScrollBar.js +203 -0
  1595. package/lib/components/Table/internal/kernel/sugar/Column.d.ts +10 -0
  1596. package/lib/components/Table/internal/kernel/sugar/Column.js +17 -0
  1597. package/lib/components/Table/internal/kernel/sugar/ColumnGroup.d.ts +12 -0
  1598. package/lib/components/Table/internal/kernel/sugar/ColumnGroup.js +17 -0
  1599. package/lib/components/Table/internal/kernel/utils/dom/canUseDom.d.ts +1 -0
  1600. package/lib/components/Table/internal/kernel/utils/dom/canUseDom.js +10 -0
  1601. package/lib/components/Table/internal/kernel/utils/dom/isVisible.d.ts +2 -0
  1602. package/lib/components/Table/internal/kernel/utils/dom/isVisible.js +34 -0
  1603. package/lib/components/Table/internal/kernel/utils/expandUtil.d.ts +4 -0
  1604. package/lib/components/Table/internal/kernel/utils/expandUtil.js +60 -0
  1605. package/lib/components/Table/internal/kernel/utils/fixUtil.d.ts +21 -0
  1606. package/lib/components/Table/internal/kernel/utils/fixUtil.js +70 -0
  1607. package/lib/components/Table/internal/kernel/utils/get.d.ts +1 -0
  1608. package/lib/components/Table/internal/kernel/utils/get.js +17 -0
  1609. package/lib/components/Table/internal/kernel/utils/getScrollBarSize.d.ts +7 -0
  1610. package/lib/components/Table/internal/kernel/utils/getScrollBarSize.js +45 -0
  1611. package/lib/components/Table/internal/kernel/utils/legacyUtil.d.ts +5 -0
  1612. package/lib/components/Table/internal/kernel/utils/legacyUtil.js +40 -0
  1613. package/lib/components/Table/internal/kernel/utils/offsetUtil.d.ts +4 -0
  1614. package/lib/components/Table/internal/kernel/utils/offsetUtil.js +20 -0
  1615. package/lib/components/Table/internal/kernel/utils/pickAttrs.d.ts +6 -0
  1616. package/lib/components/Table/internal/kernel/utils/pickAttrs.js +39 -0
  1617. package/lib/components/Table/internal/kernel/utils/useMemo.d.ts +1 -0
  1618. package/lib/components/Table/internal/kernel/utils/useMemo.js +19 -0
  1619. package/lib/components/Table/internal/kernel/utils/valueUtil.d.ts +8 -0
  1620. package/lib/components/Table/internal/kernel/utils/valueUtil.js +38 -0
  1621. package/lib/components/Table/internal/kernel/utils/warning.d.ts +4 -0
  1622. package/lib/components/Table/internal/kernel/utils/warning.js +26 -0
  1623. package/lib/components/Table/renderers/BodyCell.d.ts +15 -0
  1624. package/lib/components/Table/renderers/BodyCell.js +47 -0
  1625. package/lib/components/Table/renderers/CellContent.d.ts +4 -0
  1626. package/lib/components/Table/renderers/CellContent.js +32 -0
  1627. package/lib/components/Table/renderers/EmptyState.d.ts +5 -0
  1628. package/lib/components/Table/renderers/EmptyState.js +29 -0
  1629. package/lib/components/Table/renderers/ExpandedRowContainer.d.ts +4 -0
  1630. package/lib/components/Table/renderers/ExpandedRowContainer.js +16 -0
  1631. package/lib/components/Table/renderers/HeaderCell.d.ts +11 -0
  1632. package/lib/components/Table/renderers/HeaderCell.js +38 -0
  1633. package/lib/components/Table/style/Table.css +370 -0
  1634. package/lib/components/Table/style/css.js +12 -0
  1635. package/lib/components/Table/style/index.d.ts +9 -0
  1636. package/lib/components/Table/style/index.js +12 -0
  1637. package/lib/components/Tabs/Tabs.d.ts +6 -0
  1638. package/lib/components/Tabs/Tabs.js +123 -0
  1639. package/lib/components/Tabs/index.d.ts +4 -0
  1640. package/lib/components/Tabs/index.js +33 -0
  1641. package/lib/components/Tabs/interface.d.ts +29 -0
  1642. package/lib/components/Tabs/interface.js +6 -0
  1643. package/lib/components/Tabs/style/Tabs.css +118 -0
  1644. package/lib/components/Tabs/style/css.js +4 -0
  1645. package/lib/components/Tabs/style/index.d.ts +1 -0
  1646. package/lib/components/Tabs/style/index.js +4 -0
  1647. package/lib/components/Tag/Tag.d.ts +6 -0
  1648. package/lib/components/Tag/Tag.js +89 -0
  1649. package/lib/components/Tag/constants.d.ts +18 -0
  1650. package/lib/components/Tag/constants.js +34 -0
  1651. package/lib/components/Tag/index.d.ts +5 -0
  1652. package/lib/components/Tag/index.js +45 -0
  1653. package/lib/components/Tag/interface.d.ts +15 -0
  1654. package/lib/components/Tag/interface.js +6 -0
  1655. package/lib/components/Tag/style/Tag.css +87 -0
  1656. package/lib/components/Tag/style/css.js +4 -0
  1657. package/lib/components/Tag/style/index.d.ts +1 -0
  1658. package/lib/components/Tag/style/index.js +4 -0
  1659. package/lib/components/Tooltip/Tooltip.d.ts +6 -0
  1660. package/lib/components/Tooltip/Tooltip.js +80 -0
  1661. package/lib/components/Tooltip/index.d.ts +4 -0
  1662. package/lib/components/Tooltip/index.js +33 -0
  1663. package/lib/components/Tooltip/interface.d.ts +22 -0
  1664. package/lib/components/Tooltip/interface.js +6 -0
  1665. package/lib/components/Tooltip/style/Tooltip.css +98 -0
  1666. package/lib/components/Tooltip/style/css.js +4 -0
  1667. package/lib/components/Tooltip/style/index.d.ts +1 -0
  1668. package/lib/components/Tooltip/style/index.js +4 -0
  1669. package/lib/components/Tour/Tour.d.ts +3 -0
  1670. package/lib/components/Tour/Tour.js +250 -0
  1671. package/lib/components/Tour/index.d.ts +4 -0
  1672. package/lib/components/Tour/index.js +33 -0
  1673. package/lib/components/Tour/interface.d.ts +46 -0
  1674. package/lib/components/Tour/interface.js +6 -0
  1675. package/lib/components/Trigger/Trigger.d.ts +5 -0
  1676. package/lib/components/Trigger/Trigger.js +203 -0
  1677. package/lib/components/Trigger/index.d.ts +3 -0
  1678. package/lib/components/Trigger/index.js +35 -0
  1679. package/lib/components/Trigger/interface.d.ts +77 -0
  1680. package/lib/components/Trigger/interface.js +6 -0
  1681. package/lib/components/Trigger/style/Trigger.css +35 -0
  1682. package/lib/components/Trigger/style/css.js +4 -0
  1683. package/lib/components/Trigger/style/index.d.ts +1 -0
  1684. package/lib/components/Trigger/style/index.js +4 -0
  1685. package/lib/components/Typography/Typography.d.ts +17 -0
  1686. package/lib/components/Typography/Typography.js +207 -0
  1687. package/lib/components/Typography/constants.d.ts +33 -0
  1688. package/lib/components/Typography/constants.js +15 -0
  1689. package/lib/components/Typography/index.d.ts +4 -0
  1690. package/lib/components/Typography/index.js +79 -0
  1691. package/lib/components/Typography/interface.d.ts +72 -0
  1692. package/lib/components/Typography/interface.js +28 -0
  1693. package/lib/components/Typography/render.d.ts +328 -0
  1694. package/lib/components/Typography/render.js +116 -0
  1695. package/lib/components/Typography/style/Typography.css +444 -0
  1696. package/lib/components/Typography/style/css.js +6 -0
  1697. package/lib/components/Typography/style/index.d.ts +3 -0
  1698. package/lib/components/Typography/style/index.js +6 -0
  1699. package/lib/components/Typography/useTypographyEnhancements.d.ts +43 -0
  1700. package/lib/components/Typography/useTypographyEnhancements.js +118 -0
  1701. package/lib/components/Typography/utils.d.ts +17 -0
  1702. package/lib/components/Typography/utils.js +105 -0
  1703. package/lib/components/Upload/Upload.d.ts +7 -0
  1704. package/lib/components/Upload/Upload.js +97 -0
  1705. package/lib/components/Upload/UploadFileBar.d.ts +6 -0
  1706. package/lib/components/Upload/UploadFileBar.js +81 -0
  1707. package/lib/components/Upload/index.d.ts +5 -0
  1708. package/lib/components/Upload/index.js +41 -0
  1709. package/lib/components/Upload/interface.d.ts +43 -0
  1710. package/lib/components/Upload/interface.js +6 -0
  1711. package/lib/components/Upload/style/Upload.css +55 -0
  1712. package/lib/components/Upload/style/UploadFileBar.css +88 -0
  1713. package/lib/components/Upload/style/css.js +5 -0
  1714. package/lib/components/Upload/style/index.d.ts +2 -0
  1715. package/lib/components/Upload/style/index.js +5 -0
  1716. package/lib/components/VirtualList/Filler.d.ts +21 -0
  1717. package/lib/components/VirtualList/Filler.js +66 -0
  1718. package/lib/components/VirtualList/Item.d.ts +6 -0
  1719. package/lib/components/VirtualList/Item.js +21 -0
  1720. package/lib/components/VirtualList/ScrollBar.d.ts +22 -0
  1721. package/lib/components/VirtualList/ScrollBar.js +246 -0
  1722. package/lib/components/VirtualList/VirtualList.d.ts +62 -0
  1723. package/lib/components/VirtualList/VirtualList.js +540 -0
  1724. package/lib/components/VirtualList/constants.d.ts +4 -0
  1725. package/lib/components/VirtualList/constants.js +11 -0
  1726. package/lib/components/VirtualList/hooks/useChildren.d.ts +2 -0
  1727. package/lib/components/VirtualList/hooks/useChildren.js +34 -0
  1728. package/lib/components/VirtualList/hooks/useDiffItem.d.ts +2 -0
  1729. package/lib/components/VirtualList/hooks/useDiffItem.js +25 -0
  1730. package/lib/components/VirtualList/hooks/useFrameWheel.d.ts +10 -0
  1731. package/lib/components/VirtualList/hooks/useFrameWheel.js +92 -0
  1732. package/lib/components/VirtualList/hooks/useGetSize.d.ts +7 -0
  1733. package/lib/components/VirtualList/hooks/useGetSize.js +57 -0
  1734. package/lib/components/VirtualList/hooks/useHeights.d.ts +8 -0
  1735. package/lib/components/VirtualList/hooks/useHeights.js +106 -0
  1736. package/lib/components/VirtualList/hooks/useMobileTouchMove.d.ts +2 -0
  1737. package/lib/components/VirtualList/hooks/useMobileTouchMove.js +91 -0
  1738. package/lib/components/VirtualList/hooks/useOriginScroll.d.ts +2 -0
  1739. package/lib/components/VirtualList/hooks/useOriginScroll.js +50 -0
  1740. package/lib/components/VirtualList/hooks/useScrollDrag.d.ts +3 -0
  1741. package/lib/components/VirtualList/hooks/useScrollDrag.js +87 -0
  1742. package/lib/components/VirtualList/hooks/useScrollTo.d.ts +18 -0
  1743. package/lib/components/VirtualList/hooks/useScrollTo.js +142 -0
  1744. package/lib/components/VirtualList/index.d.ts +9 -0
  1745. package/lib/components/VirtualList/index.js +31 -0
  1746. package/lib/components/VirtualList/interface.d.ts +26 -0
  1747. package/lib/components/VirtualList/interface.js +6 -0
  1748. package/lib/components/VirtualList/style/VirtualList.css +25 -0
  1749. package/lib/components/VirtualList/style/css.js +4 -0
  1750. package/lib/components/VirtualList/style/index.d.ts +1 -0
  1751. package/lib/components/VirtualList/style/index.js +4 -0
  1752. package/lib/components/VirtualList/utils/CacheMap.d.ts +16 -0
  1753. package/lib/components/VirtualList/utils/CacheMap.js +50 -0
  1754. package/lib/components/VirtualList/utils/algorithmUtil.d.ts +23 -0
  1755. package/lib/components/VirtualList/utils/algorithmUtil.js +84 -0
  1756. package/lib/components/VirtualList/utils/isFirefox.d.ts +2 -0
  1757. package/lib/components/VirtualList/utils/isFirefox.js +11 -0
  1758. package/lib/components/VirtualList/utils/raf.d.ts +9 -0
  1759. package/lib/components/VirtualList/utils/raf.js +53 -0
  1760. package/lib/components/VirtualList/utils/scrollbarUtil.d.ts +1 -0
  1761. package/lib/components/VirtualList/utils/scrollbarUtil.js +18 -0
  1762. package/lib/hooks/index.d.ts +2 -0
  1763. package/lib/hooks/index.js +13 -0
  1764. package/lib/hooks/useFloatingAnimation.d.ts +24 -0
  1765. package/lib/hooks/useFloatingAnimation.js +51 -0
  1766. package/lib/index.css +1 -0
  1767. package/lib/index.d.ts +92 -0
  1768. package/lib/index.js +519 -0
  1769. package/lib/stories/docs/ComponentDocsPage.js +244 -0
  1770. package/lib/stories/docs/componentDocMeta.js +101 -0
  1771. package/lib/stories/docs/storybook-docs.css +401 -0
  1772. package/lib/styles/index.css +5328 -0
  1773. package/lib/utils/classnames.d.ts +5 -0
  1774. package/lib/utils/classnames.js +25 -0
  1775. package/lib/utils/clipboard.d.ts +2 -0
  1776. package/lib/utils/clipboard.js +56 -0
  1777. package/lib/utils/ref.d.ts +4 -0
  1778. package/lib/utils/ref.js +41 -0
  1779. package/lib/utils/uuid.d.ts +2 -0
  1780. package/lib/utils/uuid.js +23 -0
  1781. package/package.json +1 -1
  1782. package/scripts/mcp-server/examples.generated.json +63 -87
  1783. package/scripts/mcp-server/index.generated.json +11 -27
@@ -0,0 +1,144 @@
1
+ import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray";
2
+ import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
3
+ function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t["return"] || t["return"](); } finally { if (u) throw o; } } }; }
4
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
5
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
6
+ import { useEffect, useMemo, useRef } from 'react';
7
+ import { useControlledState, useMemoizedFn } from '@1money/hooks';
8
+ export var useTableSelection = function useTableSelection(_ref) {
9
+ var rowSelection = _ref.rowSelection,
10
+ dataSource = _ref.dataSource,
11
+ currentDataSource = _ref.currentDataSource,
12
+ getRowKey = _ref.getRowKey;
13
+ var _a;
14
+ var _useControlledState = useControlledState((_a = rowSelection === null || rowSelection === void 0 ? void 0 : rowSelection.defaultSelectedRowKeys) !== null && _a !== void 0 ? _a : [], rowSelection === null || rowSelection === void 0 ? void 0 : rowSelection.selectedRowKeys),
15
+ _useControlledState2 = _slicedToArray(_useControlledState, 2),
16
+ mergedSelectedRowKeys = _useControlledState2[0],
17
+ setMergedSelectedRowKeys = _useControlledState2[1];
18
+ // Lazy key→record map, rebuilt when dataSource reference changes
19
+ var kvMapRef = useRef({
20
+ data: [],
21
+ map: new Map()
22
+ });
23
+ var getKvMap = useMemoizedFn(function () {
24
+ if (kvMapRef.current.data !== dataSource) {
25
+ var map = new Map();
26
+ for (var i = 0; i < dataSource.length; i++) {
27
+ map.set(getRowKey(dataSource[i], i), dataSource[i]);
28
+ }
29
+ kvMapRef.current = {
30
+ data: dataSource,
31
+ map: map
32
+ };
33
+ }
34
+ return kvMapRef.current.map;
35
+ });
36
+ // Cache for preserveSelectedRowKeys: stores key→record even across pagination
37
+ var preserveRecordsRef = useRef(new Map());
38
+ var getRecordByKey = useMemoizedFn(function (key) {
39
+ var _a;
40
+ return (_a = getKvMap().get(key)) !== null && _a !== void 0 ? _a : preserveRecordsRef.current.get(key);
41
+ });
42
+ // Update cache when selected keys change
43
+ useEffect(function () {
44
+ if (!(rowSelection === null || rowSelection === void 0 ? void 0 : rowSelection.preserveSelectedRowKeys)) return;
45
+ var nextCache = new Map();
46
+ var _iterator = _createForOfIteratorHelper(mergedSelectedRowKeys),
47
+ _step;
48
+ try {
49
+ for (_iterator.s(); !(_step = _iterator.n()).done;) {
50
+ var key = _step.value;
51
+ var record = getRecordByKey(key);
52
+ if (record !== undefined) {
53
+ nextCache.set(key, record);
54
+ } else if (preserveRecordsRef.current.has(key)) {
55
+ nextCache.set(key, preserveRecordsRef.current.get(key));
56
+ }
57
+ }
58
+ } catch (err) {
59
+ _iterator.e(err);
60
+ } finally {
61
+ _iterator.f();
62
+ }
63
+ preserveRecordsRef.current = nextCache;
64
+ }, [mergedSelectedRowKeys, rowSelection === null || rowSelection === void 0 ? void 0 : rowSelection.preserveSelectedRowKeys, getRecordByKey]);
65
+ var checkboxPropsMap = useMemo(function () {
66
+ var map = new Map();
67
+ if (!(rowSelection === null || rowSelection === void 0 ? void 0 : rowSelection.getCheckboxProps)) return map;
68
+ currentDataSource.forEach(function (record, index) {
69
+ var key = getRowKey(record, index);
70
+ map.set(key, rowSelection.getCheckboxProps(record));
71
+ });
72
+ return map;
73
+ }, [currentDataSource, getRowKey, rowSelection === null || rowSelection === void 0 ? void 0 : rowSelection.getCheckboxProps]);
74
+ var selectableKeys = useMemo(function () {
75
+ return currentDataSource.map(function (record, index) {
76
+ return getRowKey(record, index);
77
+ }).filter(function (key) {
78
+ var _a;
79
+ return !((_a = checkboxPropsMap.get(key)) === null || _a === void 0 ? void 0 : _a.disabled);
80
+ });
81
+ }, [currentDataSource, getRowKey, checkboxPropsMap]);
82
+ var selectedSelectableKeys = useMemo(function () {
83
+ return selectableKeys.filter(function (key) {
84
+ return mergedSelectedRowKeys.includes(key);
85
+ });
86
+ }, [selectableKeys, mergedSelectedRowKeys]);
87
+ var isAllSelected = selectableKeys.length > 0 && selectedSelectableKeys.length === selectableKeys.length;
88
+ var isIndeterminate = selectedSelectableKeys.length > 0 && !isAllSelected;
89
+ var resolveRecords = useMemoizedFn(function (keys) {
90
+ if (rowSelection === null || rowSelection === void 0 ? void 0 : rowSelection.preserveSelectedRowKeys) {
91
+ return keys.map(function (key) {
92
+ return getRecordByKey(key);
93
+ }).filter(function (record) {
94
+ return record !== undefined;
95
+ });
96
+ }
97
+ return currentDataSource.filter(function (record, index) {
98
+ return keys.includes(getRowKey(record, index));
99
+ });
100
+ });
101
+ var triggerSelection = useMemoizedFn(function (recordKey) {
102
+ var _a, _b;
103
+ var selectionType = (_a = rowSelection === null || rowSelection === void 0 ? void 0 : rowSelection.type) !== null && _a !== void 0 ? _a : 'checkbox';
104
+ var nextKeys = selectionType === 'radio' ? [recordKey] : mergedSelectedRowKeys.includes(recordKey) ? mergedSelectedRowKeys.filter(function (key) {
105
+ return key !== recordKey;
106
+ }) : [].concat(_toConsumableArray(mergedSelectedRowKeys), [recordKey]);
107
+ setMergedSelectedRowKeys(nextKeys);
108
+ (_b = rowSelection === null || rowSelection === void 0 ? void 0 : rowSelection.onChange) === null || _b === void 0 ? void 0 : _b.call(rowSelection, nextKeys, resolveRecords(nextKeys), {
109
+ type: 'single'
110
+ });
111
+ });
112
+ var triggerSelectAll = useMemoizedFn(function () {
113
+ var _a;
114
+ var nextKeys;
115
+ var method;
116
+ if (isAllSelected) {
117
+ nextKeys = mergedSelectedRowKeys.filter(function (key) {
118
+ var _a;
119
+ return (_a = checkboxPropsMap.get(key)) === null || _a === void 0 ? void 0 : _a.disabled;
120
+ });
121
+ method = 'none';
122
+ } else {
123
+ var disabledSelected = mergedSelectedRowKeys.filter(function (key) {
124
+ var _a;
125
+ return (_a = checkboxPropsMap.get(key)) === null || _a === void 0 ? void 0 : _a.disabled;
126
+ });
127
+ nextKeys = [].concat(_toConsumableArray(disabledSelected), _toConsumableArray(selectableKeys));
128
+ method = 'all';
129
+ }
130
+ setMergedSelectedRowKeys(nextKeys);
131
+ (_a = rowSelection === null || rowSelection === void 0 ? void 0 : rowSelection.onChange) === null || _a === void 0 ? void 0 : _a.call(rowSelection, nextKeys, resolveRecords(nextKeys), {
132
+ type: method
133
+ });
134
+ });
135
+ return {
136
+ mergedSelectedRowKeys: mergedSelectedRowKeys,
137
+ checkboxPropsMap: checkboxPropsMap,
138
+ isAllSelected: isAllSelected,
139
+ isIndeterminate: isIndeterminate,
140
+ triggerSelection: triggerSelection,
141
+ triggerSelectAll: triggerSelectAll
142
+ };
143
+ };
144
+ //# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImNvbXBvbmVudHMvVGFibGUvc3JjL2NvbXBvbmVudHMvVGFibGUvY29yZS91c2VUYWJsZVNlbGVjdGlvbi50cyIsImNvbXBvbmVudHMvVGFibGUvY29yZS91c2VUYWJsZVNlbGVjdGlvbi5qcyJdLCJuYW1lcyI6WyJ1c2VFZmZlY3QiLCJ1c2VNZW1vIiwidXNlUmVmIiwidXNlQ29udHJvbGxlZFN0YXRlIiwidXNlTWVtb2l6ZWRGbiIsInVzZVRhYmxlU2VsZWN0aW9uIiwiX3JlZiIsInJvd1NlbGVjdGlvbiIsImRhdGFTb3VyY2UiLCJjdXJyZW50RGF0YVNvdXJjZSIsImdldFJvd0tleSIsIl9hIiwiX3VzZUNvbnRyb2xsZWRTdGF0ZSIsImRlZmF1bHRTZWxlY3RlZFJvd0tleXMiLCJzZWxlY3RlZFJvd0tleXMiLCJfdXNlQ29udHJvbGxlZFN0YXRlMiIsIl9zbGljZWRUb0FycmF5IiwibWVyZ2VkU2VsZWN0ZWRSb3dLZXlzIiwic2V0TWVyZ2VkU2VsZWN0ZWRSb3dLZXlzIiwia3ZNYXBSZWYiLCJkYXRhIiwibWFwIiwiTWFwIiwiZ2V0S3ZNYXAiLCJjdXJyZW50IiwiaSIsImxlbmd0aCIsInNldCIsInByZXNlcnZlUmVjb3Jkc1JlZiIsImdldFJlY29yZEJ5S2V5Iiwia2V5IiwiZ2V0IiwicHJlc2VydmVTZWxlY3RlZFJvd0tleXMiLCJuZXh0Q2FjaGUiLCJfaXRlcmF0b3IiLCJfY3JlYXRlRm9yT2ZJdGVyYXRvckhlbHBlciIsIl9zdGVwIiwicyIsIm4iLCJkb25lIiwidmFsdWUiLCJyZWNvcmQiLCJ1bmRlZmluZWQiLCJoYXMiLCJlcnIiLCJlIiwiZiIsImNoZWNrYm94UHJvcHNNYXAiLCJnZXRDaGVja2JveFByb3BzIiwiZm9yRWFjaCIsImluZGV4Iiwic2VsZWN0YWJsZUtleXMiLCJmaWx0ZXIiLCJkaXNhYmxlZCIsInNlbGVjdGVkU2VsZWN0YWJsZUtleXMiLCJpbmNsdWRlcyIsImlzQWxsU2VsZWN0ZWQiLCJpc0luZGV0ZXJtaW5hdGUiLCJyZXNvbHZlUmVjb3JkcyIsImtleXMiLCJ0cmlnZ2VyU2VsZWN0aW9uIiwicmVjb3JkS2V5IiwiX2IiLCJzZWxlY3Rpb25UeXBlIiwidHlwZSIsIm5leHRLZXlzIiwiY29uY2F0IiwiX3RvQ29uc3VtYWJsZUFycmF5Iiwib25DaGFuZ2UiLCJjYWxsIiwidHJpZ2dlclNlbGVjdEFsbCIsIm1ldGhvZCIsImRpc2FibGVkU2VsZWN0ZWQiXSwibWFwcGluZ3MiOiI7Ozs7O0FBQUEsU0FBU0EsU0FBUyxFQUFFQyxPQUFPLEVBQUVDLE1BQU0sUUFBa0IsT0FBTztBQUM1RCxTQUFTQyxrQkFBa0IsRUFBRUMsYUFBYSxRQUFRLGVBQWU7QUFHakUsT0FBTyxJQUFNQyxpQkFBaUIsR0FBRyxTQUFwQkEsaUJBQWlCQSxDQUFBQyxJQUFBLEVBVXpCO0VBQUEsSUFUSEMsWUFBWSxHQUFBRCxJQUFBLENBQVpDLFlBQVk7SUFDWkMsVUFBVSxHQUFBRixJQUFBLENBQVZFLFVBQVU7SUFDVkMsaUJBQWlCLEdBQUFILElBQUEsQ0FBakJHLGlCQUFpQjtJQUNqQkMsU0FBUyxHQUFBSixJQUFBLENBQVRJLFNBQVM7RUNMUCxJQUFJQyxFQUFFO0VEWVIsSUFBQUMsbUJBQUEsR0FBMERULGtCQUFrQixDQUMxRSxDQUFBUSxFQUFBLEdBQUFKLFlBQVksS0FBQSxJQUFBLElBQVpBLFlBQVksS0FBQSxLQUFBLENBQUEsR0FBQSxLQUFBLENBQUEsR0FBWkEsWUFBWSxDQUFFTSxzQkFBc0IsTUFBQSxJQUFBLElBQUFGLEVBQUEsS0FBQSxLQUFBLENBQUEsR0FBQUEsRUFBQSxHQUFJLEVBQUUsRUFDMUNKLFlBQVksS0FBQSxJQUFBLElBQVpBLFlBQVksS0FBQSxLQUFBLENBQUEsR0FBQSxLQUFBLENBQUEsR0FBWkEsWUFBWSxDQUFFTyxlQUFlLENBQzlCO0lBQUFDLG9CQUFBLEdBQUFDLGNBQUEsQ0FBQUosbUJBQUE7SUFITUsscUJBQXFCLEdBQUFGLG9CQUFBO0lBQUVHLHdCQUF3QixHQUFBSCxvQkFBQTtFQUt0RDtFQUNBLElBQU1JLFFBQVEs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QUFjLENBQUNPLFFBQVEsQ0FBQyxFQUFFO01BQUVELElBQUksRUFBRU87SUFBTSxDQUFFLENBQUM7RUFDaEYsQ0FBQyxDQUFDO0VBRUYsT0FBTztJQUNMdEQscUJBQXFCLEVBQXJCQSxxQkFBcUI7SUFDckI4QixnQkFBZ0IsRUFBaEJBLGdCQUFnQjtJQUNoQlMsYUFBYSxFQUFiQSxhQUFhO0lBQ2JDLGVBQWUsRUFBZkEsZUFBZTtJQUNmRyxnQkFBZ0IsRUFBaEJBLGdCQUFnQjtJQUNoQlUsZ0JBQWdCLEVBQWhCQTtFQ2hDQSxDRGlDRDtBQUNILENBQUMiLCJmaWxlIjoiY29tcG9uZW50cy9UYWJsZS9jb3JlL3VzZVRhYmxlU2VsZWN0aW9uLmpzIiwic291cmNlc0NvbnRlbnQiOltudWxsLCJpbXBvcnQgeyB1c2VFZmZlY3QsIHVzZU1lbW8sIHVzZVJlZiB9IGZyb20gJ3JlYWN0JztcbmltcG9ydCB7IHVzZUNvbnRyb2xsZWRTdGF0ZSwgdXNlTWVtb2l6ZWRGbiB9IGZyb20gJ0AxbW9uZXkvaG9va3MnO1xuZXhwb3J0IGNvbnN0IHVzZVRhYmxlU2VsZWN0aW9uID0gKHsgcm93U2VsZWN0aW9uLCBkYXRhU291cmNlLCBjdXJyZW50RGF0YVNvdXJjZSwgZ2V0Um93S2V5LCB9KSA9PiB7XG4gICAgdmFyIF9hO1xuICAgIGNvbnN0IFttZXJnZWRTZWxlY3RlZFJvd0tleXMsIHNldE1lcmdlZFNlbGVjdGVkUm93S2V5c10gPSB1c2VDb250cm9sbGVkU3RhdGUoKF9hID0gcm93U2VsZWN0aW9uID09PSBudWxsIHx8IHJvd1NlbGVjdGlvbiA9PT0gdm9pZCAwID8gdm9pZCAwIDogcm93U2VsZWN0aW9uLmRlZmF1bHRTZWxlY3RlZFJvd0tleXMpICE9PSBudWxsICYmIF9hICE9PSB2b2lkIDAgPyBfYSA6IFtdLCByb3dTZWxlY3Rpb24gPT09IG51bGwgfHwgcm93U2VsZWN0aW9uID09PSB2b2lkIDAgPyB2b2lkIDAgOiByb3dTZWxlY3Rpb24uc2VsZWN0ZWRSb3dLZXlzKTtcbiAgICAvLyBMYXp5IGtleeKGknJlY29yZCBtYXAsIHJlYnVpbHQgd2hlbiBkYXRhU291cmNlIHJlZmVyZW5jZSBjaGFuZ2VzXG4gICAgY29uc3Qga3ZNYXBSZWYgPSB1c2VSZWYoeyBkYXRhOiBbXSwgbWFwOiBuZXcgTWFwKCkgfSk7XG4gICAgY29uc3QgZ2V0S3ZNYXAgPSB1c2VNZW1vaXplZEZuKCgpID0+IHtcbiAgICAgICAgaWYgKGt2TWFwUmVmLmN1cnJlbnQuZGF0YSAhPT0gZGF0YVNvdXJjZSkge1xuICAgICAgICAgICAgY29uc3QgbWFwID0gbmV3IE1hcCgpO1xuICAgICAgICAgICAgZm9yIChsZXQgaSA9IDA7IGkgPCBkYXRhU291cmNlLmxlbmd0aDsgaSsrKSB7XG4gICAgICAgICAgICAgICAgbWFwLnNldChnZXRSb3dLZXkoZGF0YVNvdXJjZVtpXSwgaSksIGRhdGFTb3VyY2VbaV0pO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAga3ZNYXBSZWYuY3VycmVudCA9IHsgZGF0YTogZGF0YVNvdXJjZSwgbWFwIH07XG4gICAgICAgIH1cbiAgICAgICAgcmV0dXJuIGt2TWFwUmVmLmN1cnJlbnQubWFwO1xuICAgIH0pO1xuICAgIC8vIENhY2hlIGZvciBwcmVzZXJ2ZVNlbGVjdGVkUm93S2V5czogc3RvcmVzIGtleeKGknJlY29yZCBldmVuIGFjcm9zcyBwYWdpbmF0aW9uXG4gICAgY29uc3QgcHJlc2VydmVSZWNvcmRzUmVmID0gdXNlUmVmKG5ldyBNYXAoKSk7XG4gICAgY29uc3QgZ2V0UmVjb3JkQnlLZXkgPSB1c2VNZW1vaXplZEZuKChrZXkpID0+IHtcbiAgICAgICAgdmFyIF9hO1xuICAgICAgICByZXR1cm4gKF9hID0gZ2V0S3ZNYXAoKS5nZXQoa2V5KSkgIT09IG51bGwgJiYgX2EgIT09IHZvaWQgMCA/IF9hIDogcHJlc2VydmVSZWNvcmRzUmVmLmN1cnJlbnQuZ2V0KGtleSk7XG4gICAgfSk7XG4gICAgLy8gVXBkYXRlIGNhY2hlIHdoZW4gc2VsZWN0ZWQga2V5cyBjaGFuZ2VcbiAgICB1c2VFZmZlY3QoKCkgPT4ge1xuICAgICAgICBpZiAoIShyb3dTZWxlY3Rpb24gPT09IG51bGwgfHwgcm93U2VsZWN0aW9uID09PSB2b2lkIDAgPyB2b2lkIDAgOiByb3dTZWxlY3Rpb24ucHJlc2VydmVTZWxlY3RlZFJvd0tleXMpKVxuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICBjb25zdCBuZXh0Q2FjaGUgPSBuZXcgTWFwKCk7XG4gICAgICAgIGZvciAoY29uc3Qga2V5IG9mIG1lcmdlZFNlbGVjdGVkUm93S2V5cykge1xuICAgICAgICAgICAgY29uc3QgcmVjb3JkID0gZ2V0UmVjb3JkQnlLZXkoa2V5KTtcbiAgICAgICAgICAgIGlmIChyZWNvcmQgIT09IHVuZGVmaW5lZCkge1xuICAgICAgICAgICAgICAgIG5leHRDYWNoZS5zZXQoa2V5LCByZWNvcmQpO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgZWxzZSBpZiAocHJlc2VydmVSZWNvcmRzUmVmLmN1cnJlbnQuaGFzKGtleSkpIHtcbiAgICAgICAgICAgICAgICBuZXh0Q2FjaGUuc2V0KGtleSwgcHJlc2VydmVSZWNvcmRzUmVmLmN1cnJlbnQuZ2V0KGtleSkpO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICAgIHByZXNlcnZlUmVjb3Jkc1JlZi5jdXJyZW50ID0gbmV4dENhY2hlO1xuICAgIH0sIFttZXJnZWRTZWxlY3RlZFJvd0tleXMsIHJvd1NlbGVjdGlvbiA9PT0gbnVsbCB8fCByb3dTZWxlY3Rpb24gPT09IHZvaWQgMCA/IHZvaWQgMCA6IHJvd1NlbGVjdGlvbi5wcmVzZXJ2ZVNlbGVjdGVkUm93S2V5cywgZ2V0UmVjb3JkQnlLZXldKTtcbiAgICBjb25zdCBjaGVja2JveFByb3BzTWFwID0gdXNlTWVtbygoKSA9PiB7XG4gICAgICAgIGNvbnN0IG1hcCA9IG5ldyBNYXAoKTtcbiAgICAgICAgaWYgKCEocm93U2VsZWN0aW9uID09PSBudWxsIHx8IHJvd1NlbGVjdGlvbiA9PT0gdm9pZCAwID8gdm9pZCAwIDogcm93U2VsZWN0aW9uLmdldENoZWNrYm94UHJvcHMpKVxuICAgICAgICAgICAgcmV0dXJuIG1hcDtcbiAgICAgICAgY3VycmVudERhdGFTb3VyY2UuZm9yRWFjaCgocmVjb3JkLCBpbmRleCkgPT4ge1xuICAgICAgICAgICAgY29uc3Qga2V5ID0gZ2V0Um93S2V5KHJlY29yZCwgaW5kZXgpO1xuICAgICAgICAgICAgbWFwLnNldChrZXksIHJvd1NlbGVjdGlvbi5nZXRDaGVja2JveFByb3BzKHJlY29yZCkpO1xuICAgICAgICB9KTtcbiAgICAgICAgcmV0dXJuIG1hcDtcbiAgICB9LCBbY3VycmVudERhdGFTb3VyY2UsIGdldFJvd0tleSwgcm93U2VsZWN0aW9uID09PSBudWxsIHx8IHJvd1NlbGVjdGlvbiA9PT0gdm9pZCAwID8gdm9pZCAwIDogcm93U2VsZWN0aW9uLmdldENoZWNrYm94UHJvcHNdKTtcbiAgICBjb25zdCBzZWxlY3RhYmxlS2V5cyA9IHVzZU1lbW8oKCkgPT4gY3VycmVudERhdGFTb3VyY2VcbiAgICAgICAgLm1hcCgocmVjb3JkLCBpbmRleCkgPT4gZ2V0Um93S2V5KHJlY29yZCwgaW5kZXgpKVxuICAgICAgICAuZmlsdGVyKChrZXkpID0+IHsgdmFyIF9hOyByZXR1cm4gISgoX2EgPSBjaGVja2JveFByb3BzTWFwLmdldChrZXkpKSA9PT0gbnVsbCB8fCBfYSA9PT0gdm9pZCAwID8gdm9pZCAwIDogX2EuZGlzYWJsZWQpOyB9KSwgW2N1cnJlbnREYXRhU291cmNlLCBnZXRSb3dLZXksIGNoZWNrYm94UHJvcHNNYXBdKTtcbiAgICBjb25zdCBzZWxlY3RlZFNlbGVjdGFibGVLZXlzID0gdXNlTWVtbygoKSA9PiBzZWxlY3RhYmxlS2V5cy5maWx0ZXIoKGtleSkgPT4gbWVyZ2VkU2VsZWN0ZWRSb3dLZXlzLmluY2x1ZGVzKGtleSkpLCBbc2VsZWN0YWJsZUtleXMsIG1lcmdlZFNlbGVjdGVkUm93S2V5c10pO1xuICAgIGNvbnN0IGlzQWxsU2VsZWN0ZWQgPSBzZWxlY3RhYmxlS2V5cy5sZW5ndGggPiAwICYmIHNlbGVjdGVkU2VsZWN0YWJsZUtleXMubGVuZ3RoID09PSBzZWxlY3RhYmxlS2V5cy5sZW5ndGg7XG4gICAgY29uc3QgaXNJbmRldGVybWluYXRlID0gc2VsZWN0ZWRTZWxlY3RhYmxlS2V5cy5sZW5ndGggPiAwICYmICFpc0FsbFNlbGVjdGVkO1xuICAgIGNvbnN0IHJlc29sdmVSZWNvcmRzID0gdXNlTWVtb2l6ZWRGbigoa2V5cykgPT4ge1xuICAgICAgICBpZiAocm93U2VsZWN0aW9uID09PSBudWxsIHx8IHJvd1NlbGVjdGlvbiA9PT0gdm9pZCAwID8gdm9pZCAwIDogcm93U2VsZWN0aW9uLnByZXNlcnZlU2VsZWN0ZWRSb3dLZXlzKSB7XG4gICAgICAgICAgICByZXR1cm4ga2V5c1xuICAgICAgICAgICAgICAgIC5tYXAoKGtleSkgPT4gZ2V0UmVjb3JkQnlLZXkoa2V5KSlcbiAgICAgICAgICAgICAgICAuZmlsdGVyKChyZWNvcmQpID0+IHJlY29yZCAhPT0gdW5kZWZpbmVkKTtcbiAgICAgICAgfVxuICAgICAgICByZXR1cm4gY3VycmVudERhdGFTb3VyY2UuZmlsdGVyKChyZWNvcmQsIGluZGV4KSA9PiBrZXlzLmluY2x1ZGVzKGdldFJvd0tleShyZWNvcmQsIGluZGV4KSkpO1xuICAgIH0pO1xuICAgIGNvbnN0IHRyaWdnZXJTZWxlY3Rpb24gPSB1c2VNZW1vaXplZEZuKChyZWNvcmRLZXkpID0+IHtcbiAgICAgICAgdmFyIF9hLCBfYjtcbiAgICAgICAgY29uc3Qgc2VsZWN0aW9uVHlwZSA9IChfYSA9IHJvd1NlbGVjdGlvbiA9PT0gbnVsbCB8fCByb3dTZWxlY3Rpb24gPT09IHZvaWQgMCA/IHZvaWQgMCA6IHJvd1NlbGVjdGlvbi50eXBlKSAhPT0gbnVsbCAmJiBfYSAhPT0gdm9pZCAwID8gX2EgOiAnY2hlY2tib3gnO1xuICAgICAgICBjb25zdCBuZXh0S2V5cyA9IHNlbGVjdGlvblR5cGUgPT09ICdyYWRpbydcbiAgICAgICAgICAgID8gW3JlY29yZEtleV1cbiAgICAgICAgICAgIDogbWVyZ2VkU2VsZWN0ZWRSb3dLZXlzLmluY2x1ZGVzKHJlY29yZEtleSlcbiAgICAgICAgICAgICAgICA/IG1lcmdlZFNlbGVjdGVkUm93S2V5cy5maWx0ZXIoa2V5ID0+IGtleSAhPT0gcmVjb3JkS2V5KVxuICAgICAgICAgICAgICAgIDogWy4uLm1lcmdlZFNlbGVjdGVkUm93S2V5cywgcmVjb3JkS2V5XTtcbiAgICAgICAgc2V0TWVyZ2VkU2VsZWN0ZWRSb3dLZXlzKG5leHRLZXlzKTtcbiAgICAgICAgKF9iID0gcm93U2VsZWN0aW9uID09PSBudWxsIHx8IHJvd1NlbGVjdGlvbiA9PT0gdm9pZCAwID8gdm9pZCAwIDogcm93U2VsZWN0aW9uLm9uQ2hhbmdlKSA9PT0gbnVsbCB8fCBfYiA9PT0gdm9pZCAwID8gdm9pZCAwIDogX2IuY2FsbChyb3dTZWxlY3Rpb24sIG5leHRLZXlzLCByZXNvbHZlUmVjb3JkcyhuZXh0S2V5cyksIHsgdHlwZTogJ3NpbmdsZScgfSk7XG4gICAgfSk7XG4gICAgY29uc3QgdHJpZ2dlclNlbGVjdEFsbCA9IHVzZU1lbW9pemVkRm4oKCkgPT4ge1xuICAgICAgICB2YXIgX2E7XG4gICAgICAgIGxldCBuZXh0S2V5cztcbiAgICAgICAgbGV0IG1ldGhvZDtcbiAgICAgICAgaWYgKGlzQWxsU2VsZWN0ZWQpIHtcbiAgICAgICAgICAgIG5leHRLZXlzID0gbWVyZ2VkU2VsZWN0ZWRSb3dLZXlzLmZpbHRlcigoa2V5KSA9PiB7IHZhciBfYTsgcmV0dXJuIChfYSA9IGNoZWNrYm94UHJvcHNNYXAuZ2V0KGtleSkpID09PSBudWxsIHx8IF9hID09PSB2b2lkIDAgPyB2b2lkIDAgOiBfYS5kaXNhYmxlZDsgfSk7XG4gICAgICAgICAgICBtZXRob2QgPSAnbm9uZSc7XG4gICAgICAgIH1cbiAgICAgICAgZWxzZSB7XG4gICAgICAgICAgICBjb25zdCBkaXNhYmxlZFNlbGVjdGVkID0gbWVyZ2VkU2VsZWN0ZWRSb3dLZXlzLmZpbHRlcigoa2V5KSA9PiB7IHZhciBfYTsgcmV0dXJuIChfYSA9IGNoZWNrYm94UHJvcHNNYXAuZ2V0KGtleSkpID09PSBudWxsIHx8IF9hID09PSB2b2lkIDAgPyB2b2lkIDAgOiBfYS5kaXNhYmxlZDsgfSk7XG4gICAgICAgICAgICBuZXh0S2V5cyA9IFsuLi5kaXNhYmxlZFNlbGVjdGVkLCAuLi5zZWxlY3RhYmxlS2V5c107XG4gICAgICAgICAgICBtZXRob2QgPSAnYWxsJztcbiAgICAgICAgfVxuICAgICAgICBzZXRNZXJnZWRTZWxlY3RlZFJvd0tleXMobmV4dEtleXMpO1xuICAgICAgICAoX2EgPSByb3dTZWxlY3Rpb24gPT09IG51bGwgfHwgcm93U2VsZWN0aW9uID09PSB2b2lkIDAgPyB2b2lkIDAgOiByb3dTZWxlY3Rpb24ub25DaGFuZ2UpID09PSBudWxsIHx8IF9hID09PSB2b2lkIDAgPyB2b2lkIDAgOiBfYS5jYWxsKHJvd1NlbGVjdGlvbiwgbmV4dEtleXMsIHJlc29sdmVSZWNvcmRzKG5leHRLZXlzKSwgeyB0eXBlOiBtZXRob2QgfSk7XG4gICAgfSk7XG4gICAgcmV0dXJuIHtcbiAgICAgICAgbWVyZ2VkU2VsZWN0ZWRSb3dLZXlzLFxuICAgICAgICBjaGVja2JveFByb3BzTWFwLFxuICAgICAgICBpc0FsbFNlbGVjdGVkLFxuICAgICAgICBpc0luZGV0ZXJtaW5hdGUsXG4gICAgICAgIHRyaWdnZXJTZWxlY3Rpb24sXG4gICAgICAgIHRyaWdnZXJTZWxlY3RBbGwsXG4gICAgfTtcbn07Il0sInNvdXJjZVJvb3QiOiIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMifQ==
@@ -0,0 +1,42 @@
1
+ import { type HTMLAttributes, type Key, type ReactNode } from 'react';
2
+ import type { TableComponents, TableDirection, TableGetComponentProps, TableLayout, TableProps, TableRecord, TableRowClassName } from '../interface';
3
+ import type { ColumnsType as InternalColumnsType, ExpandableConfig } from '../internal/kernel/interface';
4
+ /** Kernel props that flow identically through `Table` and `VirtualTable`. */
5
+ export interface ForwardedKernelProps<T extends TableRecord> {
6
+ rowKey: string | ((record: T) => Key);
7
+ childrenColumnName?: string;
8
+ indentSize?: number;
9
+ onRow?: TableGetComponentProps<T>;
10
+ rowClassName?: TableRowClassName<T>;
11
+ summary?: (data: readonly T[]) => ReactNode;
12
+ showHeader?: boolean;
13
+ tableLayout?: TableLayout;
14
+ components?: TableComponents<T>;
15
+ direction?: TableDirection;
16
+ rowHoverable?: boolean;
17
+ sticky?: TableProps<T>['sticky'];
18
+ }
19
+ export interface TableSetupResult<T extends TableRecord> {
20
+ prefixCls: string;
21
+ wrapperClassName: string;
22
+ tableClassName: string;
23
+ loading: boolean;
24
+ renderedColumns: InternalColumnsType<T>;
25
+ currentDataSource: T[];
26
+ mergedExpandable: ExpandableConfig<T> | undefined;
27
+ emptyText: ReactNode;
28
+ /** HTML attributes that didn't map to a known TableProps field. Land on the wrapper div. */
29
+ wrapperHtmlProps: HTMLAttributes<HTMLDivElement>;
30
+ forwardedKernelProps: ForwardedKernelProps<T>;
31
+ paginationNode: ReactNode;
32
+ }
33
+ /**
34
+ * Centralises the wiring shared by `Table` and `VirtualTable`:
35
+ * - destructure props
36
+ * - resolve row key
37
+ * - run pipeline / selection / expand / column transforms
38
+ * - build kernel-ready props
39
+ * - split off pass-through HTML attributes so they can land on the outer wrapper
40
+ * div (instead of being spread untyped into the kernel via `rest as object`).
41
+ */
42
+ export declare const useTableSetup: <T extends TableRecord>(props: TableProps<T>) => TableSetupResult<T>;
@@ -0,0 +1,195 @@
1
+ var __rest = this && this.__rest || function (s, e) {
2
+ var t = {};
3
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
4
+ if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
5
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
6
+ }
7
+ return t;
8
+ };
9
+ import { jsx as _jsx } from "react/jsx-runtime";
10
+ import { useMemo } from 'react';
11
+ import { useMemoizedFn } from '@1money/hooks';
12
+ import classnames, { joinCls } from '../../../utils/classnames';
13
+ import { Pagination } from '../../Pagination';
14
+ import { ExpandedRowContainer } from '../renderers/ExpandedRowContainer';
15
+ import { TableEmptyState } from '../renderers/EmptyState';
16
+ import { TABLE_BLOCK, TABLE_DEFAULT_PREFIX, TABLE_DEFAULT_SIZE, TABLE_DEFAULT_VARIANT } from '../constants';
17
+ import { useTableDataPipeline } from './useTableDataPipeline';
18
+ import { useTableSelection } from './useTableSelection';
19
+ import { useTableExpand } from './useTableExpand';
20
+ import { useTableColumns } from './useTableColumns';
21
+ /**
22
+ * Centralises the wiring shared by `Table` and `VirtualTable`:
23
+ * - destructure props
24
+ * - resolve row key
25
+ * - run pipeline / selection / expand / column transforms
26
+ * - build kernel-ready props
27
+ * - split off pass-through HTML attributes so they can land on the outer wrapper
28
+ * div (instead of being spread untyped into the kernel via `rest as object`).
29
+ */
30
+ export var useTableSetup = function useTableSetup(props) {
31
+ var _a;
32
+ var _props$className = props.className,
33
+ className = _props$className === void 0 ? '' : _props$className,
34
+ _props$prefixCls = props.prefixCls,
35
+ prefixCls = _props$prefixCls === void 0 ? TABLE_DEFAULT_PREFIX : _props$prefixCls,
36
+ _props$size = props.size,
37
+ size = _props$size === void 0 ? TABLE_DEFAULT_SIZE : _props$size,
38
+ _props$variant = props.variant,
39
+ variant = _props$variant === void 0 ? TABLE_DEFAULT_VARIANT : _props$variant,
40
+ columns = props.columns,
41
+ dataSource = props.dataSource,
42
+ rowKey = props.rowKey,
43
+ empty = props.empty,
44
+ bordered = props.bordered,
45
+ _scroll = props.scroll,
46
+ sticky = props.sticky,
47
+ pagination = props.pagination,
48
+ rowSelection = props.rowSelection,
49
+ _props$loading = props.loading,
50
+ loading = _props$loading === void 0 ? false : _props$loading,
51
+ onChange = props.onChange,
52
+ childrenColumnName = props.childrenColumnName,
53
+ indentSize = props.indentSize,
54
+ expandable = props.expandable,
55
+ onRow = props.onRow,
56
+ rowClassName = props.rowClassName,
57
+ summary = props.summary,
58
+ showHeader = props.showHeader,
59
+ tableLayout = props.tableLayout,
60
+ components = props.components,
61
+ direction = props.direction,
62
+ rowHoverable = props.rowHoverable,
63
+ rest = __rest(props, ["className", "prefixCls", "size", "variant", "columns", "dataSource", "rowKey", "empty", "bordered", "scroll", "sticky", "pagination", "rowSelection", "loading", "onChange", "childrenColumnName", "indentSize", "expandable", "onRow", "rowClassName", "summary", "showHeader", "tableLayout", "components", "direction", "rowHoverable"]);
64
+ void _scroll;
65
+ var cls = classnames(TABLE_BLOCK);
66
+ var getRowKey = useMemoizedFn(function (record, index) {
67
+ var _a;
68
+ return typeof rowKey === 'function' ? rowKey(record) : (_a = record[rowKey !== null && rowKey !== void 0 ? rowKey : 'key']) !== null && _a !== void 0 ? _a : index;
69
+ });
70
+ var pipeline = useTableDataPipeline({
71
+ columns: columns,
72
+ dataSource: dataSource,
73
+ pagination: pagination,
74
+ onChange: onChange
75
+ });
76
+ var selection = useTableSelection({
77
+ rowSelection: rowSelection,
78
+ dataSource: dataSource,
79
+ currentDataSource: pipeline.currentDataSource,
80
+ getRowKey: getRowKey
81
+ });
82
+ var expand = useTableExpand({
83
+ expandable: expandable,
84
+ dataSource: dataSource,
85
+ getRowKey: getRowKey
86
+ });
87
+ var renderedColumns = useTableColumns({
88
+ columns: columns,
89
+ size: size,
90
+ variant: variant,
91
+ expandable: expandable,
92
+ mergedExpandedRowKeys: expand.mergedExpandedRowKeys,
93
+ triggerExpand: expand.triggerExpand,
94
+ rowSelection: rowSelection,
95
+ mergedSelectedRowKeys: selection.mergedSelectedRowKeys,
96
+ checkboxPropsMap: selection.checkboxPropsMap,
97
+ isAllSelected: selection.isAllSelected,
98
+ isIndeterminate: selection.isIndeterminate,
99
+ triggerSelection: selection.triggerSelection,
100
+ triggerSelectAll: selection.triggerSelectAll,
101
+ sorter: pipeline.sorter,
102
+ setSorter: pipeline.setSorter,
103
+ filters: pipeline.filters,
104
+ setFilters: pipeline.setFilters,
105
+ getRowKey: getRowKey
106
+ });
107
+ // Dev-only warning: mixing row-expansion with tree-data (childrenColumnName)
108
+ // produces two chevrons per row (the leftmost __expand__ column from the wrapper
109
+ // plus the kernel's per-indent nest expand). rc-table / antd have the same gap;
110
+ // pick one mode at a time.
111
+ // eslint-disable-next-line no-undef
112
+ if (typeof process !== 'undefined' && ((_a = process.env) === null || _a === void 0 ? void 0 : _a.NODE_ENV) !== 'production') {
113
+ if ((expandable === null || expandable === void 0 ? void 0 : expandable.expandedRowRender) && childrenColumnName !== undefined) {
114
+ console.warn('[components-ui Table] Combining `expandable.expandedRowRender` with `childrenColumnName` is not supported — the leftmost expand column will render alongside the nested tree expander. Use one mode at a time.');
115
+ }
116
+ }
117
+ var wrappedExpandedRowRender = useMemoizedFn(function (record, index, indent, expanded) {
118
+ var _a;
119
+ // Honor `rowExpandable`: even if a non-expandable row's key sneaks into
120
+ // `expandedRowKeys`, refuse to render its expansion content.
121
+ if ((expandable === null || expandable === void 0 ? void 0 : expandable.rowExpandable) && !expandable.rowExpandable(record)) return null;
122
+ return _jsx(ExpandedRowContainer, {
123
+ children: (_a = expandable === null || expandable === void 0 ? void 0 : expandable.expandedRowRender) === null || _a === void 0 ? void 0 : _a.call(expandable, record, index, indent, expanded)
124
+ });
125
+ });
126
+ // Wire kernel's onExpand (triggered by expandRowByClick) to our state.
127
+ var kernelOnExpand = useMemoizedFn(function (expanded, record) {
128
+ // The kernel passes a record from `currentDataSource` (post sort/filter/paginate).
129
+ // Looking it up against the raw `dataSource` returns -1 when the consumer
130
+ // recreates the array each render, or a positionally wrong index after sort.
131
+ // Use `currentDataSource` so the index matches what the kernel actually sees.
132
+ var recordKey = getRowKey(record, pipeline.currentDataSource.indexOf(record));
133
+ expand.onKernelExpand(expanded, record, recordKey);
134
+ });
135
+ var mergedExpandable = useMemo(function () {
136
+ return expandable ? Object.assign(Object.assign({}, expandable), {
137
+ expandedRowKeys: expand.mergedExpandedRowKeys,
138
+ expandedRowRender: expandable.expandedRowRender ? wrappedExpandedRowRender : undefined,
139
+ showExpandColumn: false,
140
+ onExpand: kernelOnExpand
141
+ }) : undefined;
142
+ }, [expandable, expand.mergedExpandedRowKeys, wrappedExpandedRowRender, kernelOnExpand]);
143
+ var resolvedPagination = pipeline.pagination === false ? {
144
+ current: 1,
145
+ pageSize: 10
146
+ } : pipeline.pagination;
147
+ var paginationNode = pagination !== false ? _jsx("div", {
148
+ className: "".concat(prefixCls, "-pagination"),
149
+ children: _jsx(Pagination, {
150
+ total: pipeline.total,
151
+ pageSize: resolvedPagination.pageSize,
152
+ current: resolvedPagination.current,
153
+ onChange: function onChange(nextPage, nextPageSize) {
154
+ return pipeline.setPagination(function (currentPagination) {
155
+ return Object.assign(Object.assign({}, currentPagination), {
156
+ current: nextPage,
157
+ pageSize: nextPageSize
158
+ });
159
+ });
160
+ }
161
+ })
162
+ }) : null;
163
+ var wrapperClassName = joinCls("".concat(prefixCls, "-wrapper"), loading && "".concat(prefixCls, "-wrapper--loading"), bordered && "".concat(prefixCls, "-wrapper--bordered"));
164
+ var tableClassName = joinCls(cls(), cls(size), cls(variant), className);
165
+ var emptyText = loading && !dataSource.length ? _jsx("span", {}) : _jsx(TableEmptyState, {
166
+ empty: empty
167
+ });
168
+ return {
169
+ prefixCls: prefixCls,
170
+ wrapperClassName: wrapperClassName,
171
+ tableClassName: tableClassName,
172
+ loading: loading,
173
+ renderedColumns: renderedColumns,
174
+ currentDataSource: pipeline.currentDataSource,
175
+ mergedExpandable: mergedExpandable,
176
+ emptyText: emptyText,
177
+ wrapperHtmlProps: rest,
178
+ forwardedKernelProps: {
179
+ rowKey: rowKey,
180
+ childrenColumnName: childrenColumnName,
181
+ indentSize: indentSize,
182
+ onRow: onRow,
183
+ rowClassName: rowClassName,
184
+ summary: summary,
185
+ showHeader: showHeader,
186
+ tableLayout: tableLayout,
187
+ components: components,
188
+ direction: direction,
189
+ rowHoverable: rowHoverable,
190
+ sticky: sticky
191
+ },
192
+ paginationNode: paginationNode
193
+ };
194
+ };
195
+ //# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImNvbXBvbmVudHMvVGFibGUvY29yZS91c2VUYWJsZVNldHVwLmpzIiwiY29tcG9uZW50cy9UYWJsZS9zcmMvY29tcG9uZW50cy9UYWJsZS9jb3JlL3VzZVRhYmxlU2V0dXAudHN4Il0sIm5hbWVzIjpbIl9fcmVzdCIsInMiLCJlIiwidCIsInAiLCJPYmplY3QiLCJwcm90b3R5cGUiLCJoYXNPd25Qcm9wZXJ0eSIsImNhbGwiLCJpbmRleE9mIiwiZ2V0T3duUHJvcGVydHlTeW1ib2xzIiwiaSIsImxlbmd0aCIsInByb3BlcnR5SXNFbnVtZXJhYmxlIiwianN4IiwiX2pzeCIsInVzZU1lbW8iLCJ1c2VNZW1vaXplZEZuIiwiY2xhc3NuYW1lcyIsImpvaW5DbHMiLCJQYWdpbmF0aW9uIiwiRXhwYW5kZWRSb3dDb250YWluZXIiLCJUYWJsZUVtcHR5U3RhdGUiLCJUQUJMRV9CTE9DSyIsIlRBQkxFX0RFRkFVTFRfUFJFRklYIiwiVEFCTEVfREVGQVVMVF9TSVpFIiwiVEFCTEVfREVGQVVMVF9WQVJJQU5UIiwidXNlVGFibGVEYXRhUGlwZWxpbmUiLCJ1c2VUYWJsZVNlbGVjdGlvbiIsInVzZVRhYmxlRXhwYW5kIiwidXNlVGFibGVDb2x1bW5zIiwidXNlVGFibGVTZXR1cCIsInByb3BzIiwiX2EiLCJfcHJvcHMkY2xhc3NOYW1lIiwiY2xhc3NOYW1lIiwiX3Byb3BzJHByZWZpeENscyIsInByZWZpeENscyIsIl9wcm9wcyRzaXplIiwic2l6ZSIsIl9wcm9wcyR2YXJpYW50IiwidmFyaWFudCIsImNvbHVtbnMiLCJkYXRhU291cmNlIiwicm93S2V5IiwiZW1wdHkiLCJib3JkZXJlZCIsIl9zY3JvbGwiLCJzY3JvbGwiLCJzdGlja3kiLCJwYWdpbmF0aW9uIiwicm93U2VsZWN0aW9uIiwiX3Byb3BzJGxvYWRpbmciLCJsb2FkaW5nIiwib25DaGFuZ2UiLCJjaGlsZHJlbkNvbHVtbk5hbWUiLCJpbmRlbnRTaXplIiwiZXhwYW5kYWJsZSIsIm9uUm93Iiwicm93Q2xhc3NOYW1lIiwic3VtbWFyeSIsInNob3dIZWFkZXIiLCJ0YWJsZUxheW91dCIsImNvbXBvbmVudHMiLCJkaXJlY3Rpb24iLCJyb3dIb3ZlcmFibGUiLCJyZXN0IiwiY2xzIiwiZ2V0Um93S2V5IiwicmVjb3JkIiwiaW5kZXgiLCJwaXBlbGluZSIsInNlbGVjdGlvbiIsImN1cnJlbnREYXRhU291cmNlIiwiZXhwYW5kIiwicmVuZGVyZWRDb2x1bW5zIiwibWVyZ2VkRXhwYW5kZWRSb3dLZXlzIiwidHJpZ2dlckV4cGFuZCIsIm1lcmdlZFNlbGVjdGVkUm93S2V5cyIsImNoZWNrYm94UHJvcHNNYXAiLCJpc0FsbFNlbGVjdGVkIiwiaXNJbmRldGVybWluYXRlIiwidHJpZ2dlclNlbGVjdGlvbiIsInRyaWdnZXJTZWxlY3RBbGwiLCJzb3J0ZXIiLCJzZXRTb3J0ZXIiLCJmaWx0ZXJzIiwic2V0RmlsdGVycyIsInByb2Nlc3MiLCJlbnYiLCJOT0RFX0VOViIsImV4cGFuZGVkUm93UmVuZGVyIiwidW5kZWZpbmVkIiwiY29uc29sZSIsIndhcm4iLCJ3cmFwcGVkRXhwYW5kZWRSb3dSZW5kZXIiLCJpbmRlbnQiLCJleHBhbmRlZCIsInJvd0V4cGFuZGFibGUiLCJjaGlsZHJlbiIsImtlcm5lbE9uRXhwYW5kIiwicmVjb3JkS2V5Iiwib25LZXJuZWxFeHBhbmQiLCJtZXJnZWRFeHBhbmRhYmxlIiwiYXNzaWduIiwiZXhwYW5kZWRSb3dLZXlzIiwic2hvd0V4cGFuZENvbHVtbiIsIm9uRXhwYW5kIiwicmVzb2x2ZWRQYWdpbmF0aW9uIiwiY3VycmVudCIsInBhZ2VTaXplIiwicGFnaW5hdGlvbk5vZGUiLCJjb25jYXQiLCJ0b3RhbCIsIm5leHRQYWdlIiwibmV4dFBhZ2VTaXplIiwic2V0UGFnaW5hdGlvbiIsImN1cnJlbnRQYWdpbmF0aW9uIiwid3JhcHBlckNsYXNzTmFtZSIsInRhYmxlQ2xhc3NOYW1lIiwiZW1wdHlUZXh0Iiwid3JhcHBlckh0bWxQcm9wcyIsImZvcndhcmRlZEtlcm5lbFByb3BzIl0sIm1h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QUFnQixFQUFFdkQsSUFBSTtJQUN0QndELG9CQUFvQixFQUFFO01BQ3BCOUUsTUFBTSxFQUFFQSxNQUF1QztNQUMvQ1csa0JBQWtCLEVBQWxCQSxrQkFBa0I7TUFDbEJDLFVBQVUsRUFBVkEsVUFBVTtNQUNWRSxLQUFLLEVBQUxBLEtBQUs7TUFDTEMsWUFBWSxFQUFaQSxZQUFZO01BQ1pDLE9BQU8sRUFBUEEsT0FBTztNQUNQQyxVQUFVLEVBQVZBLFVBQVU7TUFDVkMsV0FBVyxFQUFYQSxXQUFXO01BQ1hDLFVBQVUsRUFBVkEsVUFBVTtNQUNWQyxTQUFTLEVBQVRBLFNBQVM7TUFDVEMsWUFBWSxFQUFaQSxZQUFZO01BQ1poQixNQUFNLEVBQU5BO0lEcEhFLENDcUhIO0lBQ0Q4RCxjQUFjLEVBQWRBO0VEcEhBLENDcUhEO0FBQ0gsQ0FBQyIsImZpbGUiOiJjb21wb25lbnRzL1RhYmxlL2NvcmUvdXNlVGFibGVTZXR1cC5qcyIsInNvdXJjZXNDb250ZW50IjpbInZhciBfX3Jlc3QgPSAodGhpcyAmJiB0aGlzLl9fcmVzdCkgfHwgZnVuY3Rpb24gKHMsIGUpIHtcbiAgICB2YXIgdCA9IHt9O1xuICAgIGZvciAodmFyIHAgaW4gcykgaWYgKE9iamVjdC5wcm90b3R5cGUuaGFzT3duUHJvcGVydHkuY2FsbChzLCBwKSAmJiBlLmluZGV4T2YocCkgPCAwKVxuICAgICAgICB0W3BdID0gc1twXTtcbiAgICBpZiAocyAhPSBudWxsICYmIHR5cGVvZiBPYmplY3QuZ2V0T3duUHJvcGVydHlTeW1ib2xzID09PSBcImZ1bmN0aW9uXCIpXG4gICAgICAgIGZvciAodmFyIGkgPSAwLCBwID0gT2JqZWN0LmdldE93blByb3BlcnR5U3ltYm9scyhzKTsgaSA8IHAubGVuZ3RoOyBpKyspIHtcbiAgICAgICAgICAgIGlmIChlLmluZGV4T2YocFtpXSkgPCAwICYmIE9iamVjdC5wcm90b3R5cGUucHJvcGVydHlJc0VudW1lcmFibGUuY2FsbChzLCBwW2ldKSlcbiAgICAgICAgICAgICAgICB0W3BbaV1dID0gc1twW2ldXTtcbiAgICAgICAgfVxuICAgIHJldHVybiB0O1xufTtcbmltcG9ydCB7IGpzeCBhcyBfanN4IH0gZnJvbSBcInJlYWN0L2pzeC1ydW50aW1lXCI7XG5pbXBvcnQgeyB1c2VNZW1vIH0gZnJvbSAncmVhY3QnO1xuaW1wb3J0IHsgdXNlTWVtb2l6ZWRGbiB9IGZyb20gJ0AxbW9uZXkvaG9va3MnO1xuaW1wb3J0IGNsYXNzbmFtZXMsIHsgam9pbkNscyB9IGZyb20gJy4uLy4uLy4uL3V0aWxzL2NsYXNzbmFtZXMnO1xuaW1wb3J0IHsgUGFnaW5hdGlvbiB9IGZyb20gJy4uLy4uL1BhZ2luYXRpb24nO1xuaW1wb3J0IHsgRXhwYW5kZWRSb3dDb250YWluZXIgfSBmcm9tICcuLi9yZW5kZXJlcnMvRXhwYW5kZWRSb3dDb250YWluZXInO1xuaW1wb3J0IHsgVGFibGVFbXB0eVN0YXRlIH0gZnJvbSAnLi4vcmVuZGVyZXJzL0VtcHR5U3RhdGUnO1xuaW1wb3J0IHsgVEFCTEVfQkxPQ0ssIFRBQkxFX0RFRkFVTFRfUFJFRklYLCBUQUJMRV9ERUZBVUxUX1NJWkUsIFRBQkxFX0RFRkFVTFRfVkFSSUFOVCwgfSBmcm9tICcuLi9jb25zdGFudHMnO1xuaW1wb3J0IHsgdXNlVGFibGVEYXRhUGlwZWxpbmUgfSBmcm9tICcuL3VzZVRhYmxlRGF0YVBpcGVsaW5lJztcbmltcG9ydCB7IHVzZVRhYmxlU2VsZWN0aW9uIH0gZnJvbSAnLi91c2VUYWJsZVNlbGVjdGlvbic7XG5pbXBvcnQgeyB1c2VUYWJsZUV4cGFuZCB9IGZyb20gJy4vdXNlVGFibGVFeHBhbmQnO1xuaW1wb3J0IHsgdXNlVGFibGVDb2x1bW5zIH0gZnJvbSAnLi91c2VUYWJsZUNvbHVtbnMnO1xuLyoqXG4gKiBDZW50cmFsaXNlcyB0aGUgd2lyaW5nIHNoYXJlZCBieSBgVGFibGVgIGFuZCBgVmlydHVhbFRhYmxlYDpcbiAqICAtIGRlc3RydWN0dXJlIHByb3BzXG4gKiAgLSByZXNvbHZlIHJvdyBrZXlcbiAqICAtIHJ1biBwaXBlbGluZSAvIHNlbGVjdGlvbiAvIGV4cGFuZCAvIGNvbHVtbiB0cmFuc2Zvcm1zXG4gKiAgLSBidWlsZCBrZXJuZWwtcmVhZHkgcHJvcHNcbiAqICAtIHNwbGl0IG9mZiBwYXNzLXRocm91Z2ggSFRNTCBhdHRyaWJ1dGVzIHNvIHRoZXkgY2FuIGxhbmQgb24gdGhlIG91dGVyIHdyYXBwZXJcbiAqICAgIGRpdiAoaW5zdGVhZCBvZiBiZWluZyBzcHJlYWQgdW50eXBlZCBpbnRvIHRoZSBrZXJuZWwgdmlhIGByZXN0IGFzIG9iamVjdGApLlxuICovXG5leHBvcnQgY29uc3QgdXNlVGFibGVTZXR1cCA9IChwcm9wcykgPT4ge1xuICAgIHZhciBfYTtcbiAgICBjb25zdCB7IGNsYXNzTmFtZSA9ICcnLCBwcmVmaXhDbHMgPSBUQUJMRV9ERUZBVUxUX1BSRUZJWCwgc2l6ZSA9IFRBQkxFX0RFRkFVTFRfU0laRSwgdmFyaWFudCA9IFRBQkxFX0RFRkFVTFRfVkFSSUFOVCwgY29sdW1ucywgZGF0YVNvdXJjZSwgcm93S2V5LCBlbXB0eSwgYm9yZGVyZWQsIHNjcm9sbDogX3Njcm9sbCwgc3RpY2t5LCBwYWdpbmF0aW9uLCByb3dTZWxlY3Rpb24sIGxvYWRpbmcgPSBmYWxzZSwgb25DaGFuZ2UsIGNoaWxkcmVuQ29sdW1uTmFtZSwgaW5kZW50U2l6ZSwgZXhwYW5kYWJsZSwgb25Sb3csIHJvd0NsYXNzTmFtZSwgc3VtbWFyeSwgc2hvd0hlYWRlciwgdGFibGVMYXlvdXQsIGNvbXBvbmVudHMsIGRpcmVjdGlvbiwgcm93SG92ZXJhYmxlIH0gPSBwcm9wcywgcmVzdCA9IF9fcmVzdChwcm9wcywgW1wiY2xhc3NOYW1lXCIsIFwicHJlZml4Q2xzXCIsIFwic2l6ZVwiLCBcInZhcmlhbnRcIiwgXCJjb2x1bW5zXCIsIFwiZGF0YVNvdXJjZVwiLCBcInJvd0tleVwiLCBcImVtcHR5XCIsIFwiYm9yZGVyZWRcIiwgXCJzY3JvbGxcIiwgXCJzdGlja3lcIiwgXCJwYWdpbmF0aW9uXCIsIFwicm93U2VsZWN0aW9uXCIsIFwibG9hZGluZ1wiLCBcIm9uQ2hhbmdlXCIsIFwiY2hpbGRyZW5Db2x1bW5OYW1lXCIsIFwiaW5kZW50U2l6ZVwiLCBcImV4cGFuZGFibGVcIiwgXCJvblJvd1wiLCBcInJvd0NsYXNzTmFtZVwiLCBcInN1bW1hcnlcIiwgXCJzaG93SGVhZGVyXCIsIFwidGFibGVMYXlvdXRcIiwgXCJjb21wb25lbnRzXCIsIFwiZGlyZWN0aW9uXCIsIFwicm93SG92ZXJhYmxlXCJdKTtcbiAgICB2b2lkIF9zY3JvbGw7XG4gICAgY29uc3QgY2xzID0gY2xhc3NuYW1lcyhUQUJMRV9CTE9DSyk7XG4gICAgY29uc3QgZ2V0Um93S2V5ID0gdXNlTWVtb2l6ZWRGbigocmVjb3JkLCBpbmRleCkgPT4ge1xuICAgICAgICB2YXIgX2E7XG4gICAgICAgIHJldHVybiB0eXBlb2Ygcm93S2V5ID09PSAnZnVuY3Rpb24nXG4gICAgICAgICAgICA/IHJvd0tleShyZWNvcmQpXG4gICAgICAgICAgICA6IChfYSA9IHJlY29yZFtyb3dLZXkgIT09IG51bGwgJiYgcm93S2V5ICE9PSB2b2lkIDAgPyByb3dLZXkgOiAna2V5J10pICE9PSBudWxsICYmIF9hICE9PSB2b2lkIDAgPyBfYSA6IGluZGV4O1xuICAgIH0pO1xuICAgIGNvbnN0IHBpcGVsaW5lID0gdXNlVGFibGVEYXRhUGlwZWxpbmUoeyBjb2x1bW5zLCBkYXRhU291cmNlLCBwYWdpbmF0aW9uLCBvbkNoYW5nZSB9KTtcbiAgICBjb25zdCBzZWxlY3Rpb24gPSB1c2VUYWJsZVNlbGVjdGlvbih7XG4gICAgICAgIHJvd1NlbGVjdGlvbixcbiAgICAgICAgZGF0YVNvdXJjZSxcbiAgICAgICAgY3VycmVudERhdGFTb3VyY2U6IHBpcGVsaW5lLmN1cnJlbnREYXRhU291cmNlLFxuICAgICAgICBnZXRSb3dLZXksXG4gICAgfSk7XG4gICAgY29uc3QgZXhwYW5kID0gdXNlVGFibGVFeHBhbmQoeyBleHBhbmRhYmxlLCBkYXRhU291cmNlLCBnZXRSb3dLZXkgfSk7XG4gICAgY29uc3QgcmVuZGVyZWRDb2x1bW5zID0gdXNlVGFibGVDb2x1bW5zKHtcbiAgICAgICAgY29sdW1ucyxcbiAgICAgICAgc2l6ZSxcbiAgICAgICAgdmFyaWFudCxcbiAgICAgICAgZXhwYW5kYWJsZSxcbiAgICAgICAgbWVyZ2VkRXhwYW5kZWRSb3dLZXlzOiBleHBhbmQubWVyZ2VkRXhwYW5kZWRSb3dLZXlzLFxuICAgICAgICB0cmlnZ2VyRXhwYW5kOiBleHBhbmQudHJpZ2dlckV4cGFuZCxcbiAgICAgICAgcm93U2VsZWN0aW9uLFxuICAgICAgICBtZXJnZWRTZWxlY3RlZFJvd0tleXM6IHNlbGVjdGlvbi5tZXJnZWRTZWxlY3RlZFJvd0tleXMsXG4gICAgICAgIGNoZWNrYm94UHJvcHNNYXA6IHNlbGVjdGlvbi5jaGVja2JveFByb3BzTWFwLFxuICAgICAgICBpc0FsbFNlbGVjdGVkOiBzZWxlY3Rpb24uaXNBbGxTZWxlY3RlZCxcbiAgICAgICAgaXNJbmRldGVybWluYXRlOiBzZWxlY3Rpb24uaXNJbmRldGVybWluYXRlLFxuICAgICAgICB0cmlnZ2VyU2VsZWN0aW9uOiBzZWxlY3Rpb24udHJpZ2dlclNlbGVjdGlvbixcbiAgICAgICAgdHJpZ2dlclNlbGVjdEFsbDogc2VsZWN0aW9uLnRyaWdnZXJTZWxlY3RBbGwsXG4gICAgICAgIHNvcnRlcjogcGlwZWxpbmUuc29ydGVyLFxuICAgICAgICBzZXRTb3J0ZXI6IHBpcGVsaW5lLnNldFNvcnRlcixcbiAgICAgICAgZmlsdGVyczogcGlwZWxpbmUuZmlsdGVycyxcbiAgICAgICAgc2V0RmlsdGVyczogcGlwZWxpbmUuc2V0RmlsdGVycyxcbiAgICAgICAgZ2V0Um93S2V5LFxuICAgIH0pO1xuICAgIC8vIERldi1vbmx5IHdhcm5pbmc6IG1peGluZyByb3ctZXhwYW5zaW9uIHdpdGggdHJlZS1kYXRhIChjaGlsZHJlbkNvbHVtbk5hbWUpXG4gICAgLy8gcHJvZHVjZXMgdHdvIGNoZXZyb25zIHBlciByb3cgKHRoZSBsZWZ0bW9zdCBfX2V4cGFuZF9fIGNvbHVtbiBmcm9tIHRoZSB3cmFwcGVyXG4gICAgLy8gcGx1cyB0aGUga2VybmVsJ3MgcGVyLWluZGVudCBuZXN0IGV4cGFuZCkuIHJjLXRhYmxlIC8gYW50ZCBoYXZlIHRoZSBzYW1lIGdhcDtcbiAgICAvLyBwaWNrIG9uZSBtb2RlIGF0IGEgdGltZS5cbiAgICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgbm8tdW5kZWZcbiAgICBpZiAodHlwZW9mIHByb2Nlc3MgIT09ICd1bmRlZmluZWQnICYmICgoX2EgPSBwcm9jZXNzLmVudikgPT09IG51bGwgfHwgX2EgPT09IHZvaWQgMCA/IHZvaWQgMCA6IF9hLk5PREVfRU5WKSAhPT0gJ3Byb2R1Y3Rpb24nKSB7XG4gICAgICAgIGlmICgoZXhwYW5kYWJsZSA9PT0gbnVsbCB8fCBleHBhbmRhYmxlID09PSB2b2lkIDAgPyB2b2lkIDAgOiBleHBhbmRhYmxlLmV4cGFuZGVkUm93UmVuZGVyKSAmJiBjaGlsZHJlbkNvbHVtbk5hbWUgIT09IHVuZGVmaW5lZCkge1xuICAgICAgICAgICAgY29uc29sZS53YXJuKCdbY29tcG9uZW50cy11aSBUYWJsZV0gQ29tYmluaW5nIGBleHBhbmRhYmxlLmV4cGFuZGVkUm93UmVuZGVyYCB3aXRoIGBjaGlsZHJlbkNvbHVtbk5hbWVgIGlzIG5vdCBzdXBwb3J0ZWQg4oCUIHRoZSBsZWZ0bW9zdCBleHBhbmQgY29sdW1uIHdpbGwgcmVuZGVyIGFsb25nc2lkZSB0aGUgbmVzdGVkIHRyZWUgZXhwYW5kZXIuIFVzZSBvbmUgbW9kZSBhdCBhIHRpbWUuJyk7XG4gICAgICAgIH1cbiAgICB9XG4gICAgY29uc3Qgd3JhcHBlZEV4cGFuZGVkUm93UmVuZGVyID0gdXNlTWVtb2l6ZWRGbigocmVjb3JkLCBpbmRleCwgaW5kZW50LCBleHBhbmRlZCkgPT4ge1xuICAgICAgICB2YXIgX2E7XG4gICAgICAgIC8vIEhvbm9yIGByb3dFeHBhbmRhYmxlYDogZXZlbiBpZiBhIG5vbi1leHBhbmRhYmxlIHJvdydzIGtleSBzbmVha3MgaW50b1xuICAgICAgICAvLyBgZXhwYW5kZWRSb3dLZXlzYCwgcmVmdXNlIHRvIHJlbmRlciBpdHMgZXhwYW5zaW9uIGNvbnRlbnQuXG4gICAgICAgIGlmICgoZXhwYW5kYWJsZSA9PT0gbnVsbCB8fCBleHBhbmRhYmxlID09PSB2b2lkIDAgPyB2b2lkIDAgOiBleHBhbmRhYmxlLnJvd0V4cGFuZGFibGUpICYmICFleHBhbmRhYmxlLnJvd0V4cGFuZGFibGUocmVjb3JkKSlcbiAgICAgICAgICAgIHJldHVybiBudWxsO1xuICAgICAgICByZXR1cm4gKF9qc3goRXhwYW5kZWRSb3dDb250YWluZXIsIHsgY2hpbGRyZW46IChfYSA9IGV4cGFuZGFibGUgPT09IG51bGwgfHwgZXhwYW5kYWJsZSA9PT0gdm9pZCAwID8gdm9pZCAwIDogZXhwYW5kYWJsZS5leHBhbmRlZFJvd1JlbmRlcikgPT09IG51bGwgfHwgX2EgPT09IHZvaWQgMCA/IHZvaWQgMCA6IF9hLmNhbGwoZXhwYW5kYWJsZSwgcmVjb3JkLCBpbmRleCwgaW5kZW50LCBleHBhbmRlZCkgfSkpO1xuICAgIH0pO1xuICAgIC8vIFdpcmUga2VybmVsJ3Mgb25FeHBhbmQgKHRyaWdnZXJlZCBieSBleHBhbmRSb3dCeUNsaWNrKSB0byBvdXIgc3RhdGUuXG4gICAgY29uc3Qga2VybmVsT25FeHBhbmQgPSB1c2VNZW1vaXplZEZuKChleHBhbmRlZCwgcmVjb3JkKSA9PiB7XG4gICAgICAgIC8vIFRoZSBrZXJuZWwgcGFzc2VzIGEgcmVjb3JkIGZyb20gYGN1cnJlbnREYXRhU291cmNlYCAocG9zdCBzb3J0L2ZpbHRlci9wYWdpbmF0ZSkuXG4gICAgICAgIC8vIExvb2tpbmcgaXQgdXAgYWdhaW5zdCB0aGUgcmF3IGBkYXRhU291cmNlYCByZXR1cm5zIC0xIHdoZW4gdGhlIGNvbnN1bWVyXG4gICAgICAgIC8vIHJlY3JlYXRlcyB0aGUgYXJyYXkgZWFjaCByZW5kZXIsIG9yIGEgcG9zaXRpb25hbGx5IHdyb25nIGluZGV4IGFmdGVyIHNvcnQuXG4gICAgICAgIC8vIFVzZSBgY3VycmVudERhdGFTb3VyY2VgIHNvIHRoZSBpbmRleCBtYXRjaGVzIHdoYXQgdGhlIGtlcm5lbCBhY3R1YWxseSBzZWVzLlxuICAgICAgICBjb25zdCByZWNvcmRLZXkgPSBnZXRSb3dLZXkocmVjb3JkLCBwaXBlbGluZS5jdXJyZW50RGF0YVNvdXJjZS5pbmRleE9mKHJlY29yZCkpO1xuICAgICAgICBleHBhbmQub25LZXJuZWxFeHBhbmQoZXhwYW5kZWQsIHJlY29yZCwgcmVjb3JkS2V5KTtcbiAgICB9KTtcbiAgICBjb25zdCBtZXJnZWRFeHBhbmRhYmxlID0gdXNlTWVtbygoKSA9PiBleHBhbmRhYmxlXG4gICAgICAgID8gT2JqZWN0LmFzc2lnbihPYmplY3QuYXNzaWduKHt9LCBleHBhbmRhYmxlKSwgeyBleHBhbmRlZFJvd0tleXM6IGV4cGFuZC5tZXJnZWRFeHBhbmRlZFJvd0tleXMsIGV4cGFuZGVkUm93UmVuZGVyOiBleHBhbmRhYmxlLmV4cGFuZGVkUm93UmVuZGVyXG4gICAgICAgICAgICAgICAgPyB3cmFwcGVkRXhwYW5kZWRSb3dSZW5kZXJcbiAgICAgICAgICAgICAgICA6IHVuZGVmaW5lZCwgc2hvd0V4cGFuZENvbHVtbjogZmFsc2UsIG9uRXhwYW5kOiBrZXJuZWxPbkV4cGFuZCB9KVxuICAgICAgICA6IHVuZGVmaW5lZCwgW2V4cGFuZGFibGUsIGV4cGFuZC5tZXJnZWRFeHBhbmRlZFJvd0tleXMsIHdyYXBwZWRFeHBhbmRlZFJvd1JlbmRlciwga2VybmVsT25FeHBhbmRdKTtcbiAgICBjb25zdCByZXNvbHZlZFBhZ2luYXRpb24gPSBwaXBlbGluZS5wYWdpbmF0aW9uID09PSBmYWxzZVxuICAgICAgICA/IHsgY3VycmVudDogMSwgcGFnZVNpemU6IDEwIH1cbiAgICAgICAgOiBwaXBlbGluZS5wYWdpbmF0aW9uO1xuICAgIGNvbnN0IHBhZ2luYXRpb25Ob2RlID0gcGFnaW5hdGlvbiAhPT0gZmFsc2UgPyAoX2pzeChcImRpdlwiLCB7IGNsYXNzTmFtZTogYCR7cHJlZml4Q2xzfS1wYWdpbmF0aW9uYCwgY2hpbGRyZW46IF9qc3goUGFnaW5hdGlvbiwgeyB0b3RhbDogcGlwZWxpbmUudG90YWwsIHBhZ2VTaXplOiByZXNvbHZlZFBhZ2luYXRpb24ucGFnZVNpemUsIGN1cnJlbnQ6IHJlc29sdmVkUGFnaW5hdGlvbi5jdXJyZW50LCBvbkNoYW5nZTogKG5leHRQYWdlLCBuZXh0UGFnZVNpemUpID0+IHBpcGVsaW5lLnNldFBhZ2luYXRpb24oKGN1cnJlbnRQYWdpbmF0aW9uKSA9PiAoT2JqZWN0LmFzc2lnbihPYmplY3QuYXNzaWduKHt9LCBjdXJyZW50UGFnaW5hdGlvbiksIHsgY3VycmVudDogbmV4dFBhZ2UsIHBhZ2VTaXplOiBuZXh0UGFnZVNpemUgfSkpKSB9KSB9KSkgOiBudWxsO1xuICAgIGNvbnN0IHdyYXBwZXJDbGFzc05hbWUgPSBqb2luQ2xzKGAke3ByZWZpeENsc30td3JhcHBlcmAsIGxvYWRpbmcgJiYgYCR7cHJlZml4Q2xzfS13cmFwcGVyLS1sb2FkaW5nYCwgYm9yZGVyZWQgJiYgYCR7cHJlZml4Q2xzfS13cmFwcGVyLS1ib3JkZXJlZGApO1xuICAgIGNvbnN0IHRhYmxlQ2xhc3NOYW1lID0gam9pbkNscyhjbHMoKSwgY2xzKHNpemUpLCBjbHModmFyaWFudCksIGNsYXNzTmFtZSk7XG4gICAgY29uc3QgZW1wdHlUZXh0ID0gbG9hZGluZyAmJiAhZGF0YVNvdXJjZS5sZW5ndGggPyBfanN4KFwic3BhblwiLCB7fSkgOiBfanN4KFRhYmxlRW1wdHlTdGF0ZSwgeyBlbXB0eTogZW1wdHkgfSk7XG4gICAgcmV0dXJuIHtcbiAgICAgICAgcHJlZml4Q2xzLFxuICAgICAgICB3cmFwcGVyQ2xhc3NOYW1lLFxuICAgICAgICB0YWJsZUNsYXNzTmFtZSxcbiAgICAgICAgbG9hZGluZyxcbiAgICAgICAgcmVuZGVyZWRDb2x1bW5zLFxuICAgICAgICBjdXJyZW50RGF0YVNvdXJjZTogcGlwZWxpbmUuY3VycmVudERhdGFTb3VyY2UsXG4gICAgICAgIG1lcmdlZEV4cGFuZGFibGUsXG4gICAgICAgIGVtcHR5VGV4dCxcbiAgICAgICAgd3JhcHBlckh0bWxQcm9wczogcmVzdCxcbiAgICAgICAgZm9yd2FyZGVkS2VybmVsUHJvcHM6IHtcbiAgICAgICAgICAgIHJvd0tleTogcm93S2V5LFxuICAgICAgICAgICAgY2hpbGRyZW5Db2x1bW5OYW1lLFxuICAgICAgICAgICAgaW5kZW50U2l6ZSxcbiAgICAgICAgICAgIG9uUm93LFxuICAgICAgICAgICAgcm93Q2xhc3NOYW1lLFxuICAgICAgICAgICAgc3VtbWFyeSxcbiAgICAgICAgICAgIHNob3dIZWFkZXIsXG4gICAgICAgICAgICB0YWJsZUxheW91dCxcbiAgICAgICAgICAgIGNvbXBvbmVudHMsXG4gICAgICAgICAgICBkaXJlY3Rpb24sXG4gICAgICAgICAgICByb3dIb3ZlcmFibGUsXG4gICAgICAgICAgICBzdGlja3ksXG4gICAgICAgIH0sXG4gICAgICAgIHBhZ2luYXRpb25Ob2RlLFxuICAgIH07XG59OyIsbnVsbF0sInNvdXJjZVJvb3QiOiIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMifQ==
@@ -0,0 +1,4 @@
1
+ export declare const ExpandTrigger: ({ expanded, onToggle, }: {
2
+ expanded: boolean;
3
+ onToggle: () => void;
4
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,32 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { Icons } from '../../Icons';
3
+ import { TABLE_DEFAULT_PREFIX } from '../constants';
4
+ export var ExpandTrigger = function ExpandTrigger(_ref) {
5
+ var expanded = _ref.expanded,
6
+ onToggle = _ref.onToggle;
7
+ return _jsx("button", {
8
+ role: 'button',
9
+ type: "button",
10
+ "aria-label": "Expand row",
11
+ "aria-expanded": expanded,
12
+ className: "".concat(TABLE_DEFAULT_PREFIX, "-expand-trigger"),
13
+ onClick: function onClick(e) {
14
+ // Without stopPropagation, clicks on the chevron would also bubble up
15
+ // to the row, double-firing the kernel's onTriggerExpand handler when
16
+ // `expandRowByClick` is enabled (net effect: no change). Match the
17
+ // behavior of the custom expandIcon path in `useTableColumns`.
18
+ e.stopPropagation();
19
+ onToggle();
20
+ },
21
+ children: _jsx(Icons, {
22
+ name: "chevronDown",
23
+ size: 16,
24
+ color: "currentColor",
25
+ className: "".concat(TABLE_DEFAULT_PREFIX, "-expand-trigger__icon"),
26
+ style: {
27
+ transform: expanded ? 'rotate(180deg)' : undefined
28
+ }
29
+ })
30
+ });
31
+ };
32
+ //# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImNvbXBvbmVudHMvVGFibGUvZmVhdHVyZXMvRXhwYW5kVHJpZ2dlci5qcyIsImNvbXBvbmVudHMvVGFibGUvc3JjL2NvbXBvbmVudHMvVGFibGUvZmVhdHVyZXMvRXhwYW5kVHJpZ2dlci50c3giXSwibmFtZXMiOlsianN4IiwiX2pzeCIsIkljb25zIiwiVEFCTEVfREVGQVVMVF9QUkVGSVgiLCJFeHBhbmRUcmlnZ2VyIiwiX3JlZiIsImV4cGFuZGVkIiwib25Ub2dnbGUiLCJyb2xlIiwidHlwZSIsImNsYXNzTmFtZSIsImNvbmNhdCIsIm9uQ2xpY2siLCJlIiwic3RvcFByb3BhZ2F0aW9uIiwiY2hpbGRyZW4iLCJuYW1lIiwic2l6ZSIsImNvbG9yIiwic3R5bGUiLCJ0cmFuc2Zvcm0iLCJ1bmRlZmluZWQiXSwibWFwcGluZ3MiOiJBQUFBLFNBQVNBLEdBQUcsSUFBSUMsSUFBSSxRQUFRLG1CQUFtQjtBQ0EvQyxTQUFTQyxLQUFLLFFBQVEsYUFBYTtBQUNuQyxTQUFTQyxvQkFBb0IsUUFBUSxjQUFjO0FBRW5ELE9BQU8sSUFBTUMsYUFBYSxHQUFHLFNBQWhCQSxhQUFhQSxDQUFBQyxJQUFBO0VBQUEsSUFDeEJDLFFBQVEsR0FBQUQsSUFBQSxDQUFSQyxRQUFRO0lBQ1JDLFFBQVEsR0FBQUYsSUFBQSxDQUFSRSxRQUFRO0VBQUEsT0FLUk4sSUFBQSxDQUFBLFFBQUEsRUFBQTtJQUNFTyxJQUFJLEVBQUMsUUFBUTtJQUNiQyxJQUFJLEVBQUMsUUFBUTtJQUFBLFlBQUEsRUFDRixZQUFZO0lBQUEsZUFBQSxFQUNSSCxRQUFRO0lBQ3ZCSSxTQUFTLEtBQUFDLE1BQUEsQ0FBS1Isb0JBQW9CLG9CQUFpQjtJQUNuRFMsT0FBTyxFQUFFLFNBQVRBLE9BQU9BLENBQUdDLENBQUMsRUFBSTtNQUNiO01BQ0E7TUFDQTtNQUNBO01BQ0FBLENBQUMsQ0FBQ0MsZUFBZSxDQUFBLENBQUU7TUFDbkJQLFFBQVEsQ0FBQSxDQUFFO0lBQ1osQ0FBQztJQUFBUSxRQUFBLEVBRURkLElBQUEsQ0FBQ0MsS0FBSyxFQUFBO01BQ0pjLElBQUksRUFBQyxhQUFhO01BQ2xCQyxJQUFJLEVBQUUsRUFBRTtNQUNSQyxLQUFLLEVBQUMsY0FBYztNQUNwQlIsU0FBUyxLQUFBQyxNQUFBLENBQUtSLG9CQUFvQiwwQkFBdUI7TUFDekRnQixLQUFLLEVBQUU7UUFDTEMsU0FBUyxFQUFFZCxRQUFRLEdBQUcsZ0JBQWdCLEdBQUdlO01EbkJ6QztJQ29CRCxDQUFBO0VBQ0QsQ0FBQSxDQUNLO0FBQUEsQ0FDViIsImZpbGUiOiJjb21wb25lbnRzL1RhYmxlL2ZlYXR1cmVzL0V4cGFuZFRyaWdnZXIuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBqc3ggYXMgX2pzeCB9IGZyb20gXCJyZWFjdC9qc3gtcnVudGltZVwiO1xuaW1wb3J0IHsgSWNvbnMgfSBmcm9tICcuLi8uLi9JY29ucyc7XG5pbXBvcnQgeyBUQUJMRV9ERUZBVUxUX1BSRUZJWCB9IGZyb20gJy4uL2NvbnN0YW50cyc7XG5leHBvcnQgY29uc3QgRXhwYW5kVHJpZ2dlciA9ICh7IGV4cGFuZGVkLCBvblRvZ2dsZSwgfSkgPT4gKF9qc3goXCJidXR0b25cIiwgeyByb2xlOiAnYnV0dG9uJywgdHlwZTogXCJidXR0b25cIiwgXCJhcmlhLWxhYmVsXCI6IFwiRXhwYW5kIHJvd1wiLCBcImFyaWEtZXhwYW5kZWRcIjogZXhwYW5kZWQsIGNsYXNzTmFtZTogYCR7VEFCTEVfREVGQVVMVF9QUkVGSVh9LWV4cGFuZC10cmlnZ2VyYCwgb25DbGljazogKGUpID0+IHtcbiAgICAgICAgLy8gV2l0aG91dCBzdG9wUHJvcGFnYXRpb24sIGNsaWNrcyBvbiB0aGUgY2hldnJvbiB3b3VsZCBhbHNvIGJ1YmJsZSB1cFxuICAgICAgICAvLyB0byB0aGUgcm93LCBkb3VibGUtZmlyaW5nIHRoZSBrZXJuZWwncyBvblRyaWdnZXJFeHBhbmQgaGFuZGxlciB3aGVuXG4gICAgICAgIC8vIGBleHBhbmRSb3dCeUNsaWNrYCBpcyBlbmFibGVkIChuZXQgZWZmZWN0OiBubyBjaGFuZ2UpLiBNYXRjaCB0aGVcbiAgICAgICAgLy8gYmVoYXZpb3Igb2YgdGhlIGN1c3RvbSBleHBhbmRJY29uIHBhdGggaW4gYHVzZVRhYmxlQ29sdW1uc2AuXG4gICAgICAgIGUuc3RvcFByb3BhZ2F0aW9uKCk7XG4gICAgICAgIG9uVG9nZ2xlKCk7XG4gICAgfSwgY2hpbGRyZW46IF9qc3goSWNvbnMsIHsgbmFtZTogXCJjaGV2cm9uRG93blwiLCBzaXplOiAxNiwgY29sb3I6IFwiY3VycmVudENvbG9yXCIsIGNsYXNzTmFtZTogYCR7VEFCTEVfREVGQVVMVF9QUkVGSVh9LWV4cGFuZC10cmlnZ2VyX19pY29uYCwgc3R5bGU6IHtcbiAgICAgICAgICAgIHRyYW5zZm9ybTogZXhwYW5kZWQgPyAncm90YXRlKDE4MGRlZyknIDogdW5kZWZpbmVkLFxuICAgICAgICB9IH0pIH0pKTsiLG51bGxdLCJzb3VyY2VSb290IjoiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjIn0=
@@ -0,0 +1,9 @@
1
+ import type { TableColumn, TableFilterValue, TableRecord } from '../interface';
2
+ interface FilterTriggerProps<T extends TableRecord> {
3
+ column: TableColumn<T>;
4
+ size: 'large' | 'small';
5
+ selectedKeys: TableFilterValue;
6
+ onChange: (next: TableFilterValue) => void;
7
+ }
8
+ export declare const FilterTrigger: <T extends TableRecord>({ column, size, selectedKeys, onChange, }: FilterTriggerProps<T>) => import("react/jsx-runtime").JSX.Element;
9
+ export {};