rsuite 5.47.0 → 5.48.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (530) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/DateInput/package.json +7 -0
  3. package/cjs/Affix/Affix.d.ts +6 -0
  4. package/cjs/Affix/Affix.js +7 -0
  5. package/cjs/Animation/Bounce.d.ts +4 -0
  6. package/cjs/Animation/Bounce.js +4 -0
  7. package/cjs/Animation/Collapse.d.ts +4 -0
  8. package/cjs/Animation/Collapse.js +5 -0
  9. package/cjs/Animation/Fade.d.ts +4 -0
  10. package/cjs/Animation/Fade.js +4 -0
  11. package/cjs/Animation/Slide.d.ts +4 -0
  12. package/cjs/Animation/Slide.js +4 -0
  13. package/cjs/Animation/Transition.d.ts +4 -0
  14. package/cjs/Animation/Transition.js +4 -0
  15. package/cjs/AutoComplete/AutoComplete.d.ts +3 -0
  16. package/cjs/AutoComplete/AutoComplete.js +3 -0
  17. package/cjs/Avatar/Avatar.d.ts +4 -0
  18. package/cjs/Avatar/Avatar.js +4 -0
  19. package/cjs/AvatarGroup/AvatarGroup.d.ts +4 -0
  20. package/cjs/AvatarGroup/AvatarGroup.js +5 -0
  21. package/cjs/Badge/Badge.d.ts +4 -0
  22. package/cjs/Badge/Badge.js +4 -0
  23. package/cjs/Breadcrumb/Breadcrumb.d.ts +4 -0
  24. package/cjs/Breadcrumb/Breadcrumb.js +4 -0
  25. package/cjs/Breadcrumb/BreadcrumbItem.d.ts +4 -0
  26. package/cjs/Breadcrumb/BreadcrumbItem.js +4 -0
  27. package/cjs/Button/Button.d.ts +4 -0
  28. package/cjs/Button/Button.js +4 -0
  29. package/cjs/ButtonGroup/ButtonGroup.d.ts +4 -0
  30. package/cjs/ButtonGroup/ButtonGroup.js +4 -0
  31. package/cjs/ButtonToolbar/ButtonToolbar.d.ts +4 -0
  32. package/cjs/ButtonToolbar/ButtonToolbar.js +4 -0
  33. package/cjs/Calendar/Calendar.d.ts +4 -0
  34. package/cjs/Calendar/Calendar.js +4 -0
  35. package/cjs/Carousel/Carousel.d.ts +4 -0
  36. package/cjs/Carousel/Carousel.js +4 -0
  37. package/cjs/Cascader/Cascader.d.ts +4 -0
  38. package/cjs/Cascader/Cascader.js +5 -0
  39. package/cjs/CheckPicker/CheckPicker.d.ts +4 -0
  40. package/cjs/CheckPicker/CheckPicker.js +4 -0
  41. package/cjs/CheckTree/index.d.ts +4 -0
  42. package/cjs/CheckTree/index.js +4 -0
  43. package/cjs/CheckTreePicker/CheckTreePicker.d.ts +5 -0
  44. package/cjs/CheckTreePicker/CheckTreePicker.js +6 -0
  45. package/cjs/Checkbox/Checkbox.d.ts +4 -0
  46. package/cjs/Checkbox/Checkbox.js +4 -0
  47. package/cjs/CheckboxGroup/CheckboxGroup.d.ts +4 -0
  48. package/cjs/CheckboxGroup/CheckboxGroup.js +4 -0
  49. package/cjs/Col/Col.d.ts +4 -0
  50. package/cjs/Col/Col.js +4 -0
  51. package/cjs/Container/Container.d.ts +4 -0
  52. package/cjs/Container/Container.js +4 -0
  53. package/cjs/Content/Content.d.ts +3 -0
  54. package/cjs/Content/Content.js +3 -0
  55. package/cjs/CustomProvider/CustomProvider.d.ts +5 -0
  56. package/cjs/CustomProvider/CustomProvider.js +6 -0
  57. package/cjs/DOMHelper/index.d.ts +4 -0
  58. package/cjs/DOMHelper/index.js +4 -0
  59. package/cjs/DateInput/DateField.d.ts +180 -0
  60. package/cjs/DateInput/DateField.js +151 -0
  61. package/cjs/DateInput/DateInput.d.ts +18 -0
  62. package/cjs/DateInput/DateInput.js +222 -0
  63. package/cjs/DateInput/index.d.ts +3 -0
  64. package/cjs/DateInput/index.js +9 -0
  65. package/cjs/DateInput/useDateInputState.d.ts +165 -0
  66. package/cjs/DateInput/useDateInputState.js +105 -0
  67. package/cjs/DateInput/utils.d.ts +41 -0
  68. package/cjs/DateInput/utils.js +159 -0
  69. package/cjs/DatePicker/DatePicker.d.ts +5 -0
  70. package/cjs/DatePicker/DatePicker.js +5 -0
  71. package/cjs/DateRangePicker/DateRangePicker.d.ts +5 -0
  72. package/cjs/DateRangePicker/DateRangePicker.js +5 -0
  73. package/cjs/Divider/Divider.d.ts +4 -0
  74. package/cjs/Divider/Divider.js +4 -0
  75. package/cjs/Drawer/Drawer.d.ts +4 -0
  76. package/cjs/Drawer/Drawer.js +4 -0
  77. package/cjs/Dropdown/Dropdown.d.ts +6 -3
  78. package/cjs/Dropdown/Dropdown.js +6 -3
  79. package/cjs/Dropdown/DropdownItem.d.ts +3 -3
  80. package/cjs/Dropdown/DropdownItem.js +3 -3
  81. package/cjs/Dropdown/DropdownMenu.d.ts +3 -3
  82. package/cjs/Dropdown/DropdownMenu.js +3 -3
  83. package/cjs/Dropdown/DropdownSeparator.d.ts +1 -1
  84. package/cjs/Dropdown/DropdownSeparator.js +1 -1
  85. package/cjs/FlexboxGrid/FlexboxGrid.d.ts +4 -0
  86. package/cjs/FlexboxGrid/FlexboxGrid.js +4 -0
  87. package/cjs/FlexboxGrid/FlexboxGridItem.d.ts +4 -0
  88. package/cjs/FlexboxGrid/FlexboxGridItem.js +4 -0
  89. package/cjs/Footer/Footer.d.ts +4 -0
  90. package/cjs/Footer/Footer.js +4 -0
  91. package/cjs/Form/Form.d.ts +4 -0
  92. package/cjs/Form/Form.js +4 -0
  93. package/cjs/FormControl/FormControl.d.ts +4 -0
  94. package/cjs/FormControl/FormControl.js +4 -0
  95. package/cjs/FormControlLabel/FormControlLabel.d.ts +4 -0
  96. package/cjs/FormControlLabel/FormControlLabel.js +4 -0
  97. package/cjs/FormErrorMessage/FormErrorMessage.d.ts +4 -0
  98. package/cjs/FormErrorMessage/FormErrorMessage.js +4 -0
  99. package/cjs/FormGroup/FormGroup.d.ts +4 -0
  100. package/cjs/FormGroup/FormGroup.js +5 -0
  101. package/cjs/FormHelpText/FormHelpText.d.ts +4 -0
  102. package/cjs/FormHelpText/FormHelpText.js +4 -0
  103. package/cjs/Grid/Grid.d.ts +4 -0
  104. package/cjs/Grid/Grid.js +4 -0
  105. package/cjs/Header/Header.d.ts +4 -0
  106. package/cjs/Header/Header.js +4 -0
  107. package/cjs/IconButton/IconButton.d.ts +4 -0
  108. package/cjs/IconButton/IconButton.js +4 -0
  109. package/cjs/Input/Input.d.ts +4 -0
  110. package/cjs/Input/Input.js +4 -0
  111. package/cjs/InputGroup/InputGroup.d.ts +4 -0
  112. package/cjs/InputGroup/InputGroup.js +4 -0
  113. package/cjs/InputGroup/InputGroupAddon.d.ts +4 -0
  114. package/cjs/InputGroup/InputGroupAddon.js +4 -0
  115. package/cjs/InputGroup/InputGroupButton.d.ts +4 -0
  116. package/cjs/InputGroup/InputGroupButton.js +4 -0
  117. package/cjs/InputNumber/InputNumber.d.ts +4 -0
  118. package/cjs/InputNumber/InputNumber.js +5 -0
  119. package/cjs/InputPicker/InputPicker.d.ts +5 -0
  120. package/cjs/InputPicker/InputPicker.js +5 -0
  121. package/cjs/List/List.d.ts +4 -0
  122. package/cjs/List/List.js +4 -0
  123. package/cjs/List/ListItem.d.ts +4 -0
  124. package/cjs/List/ListItem.js +4 -0
  125. package/cjs/Loader/Loader.d.ts +4 -0
  126. package/cjs/Loader/Loader.js +4 -0
  127. package/cjs/MaskedInput/TextMask.d.ts +4 -0
  128. package/cjs/MaskedInput/TextMask.js +5 -0
  129. package/cjs/MaskedInput/createTextMaskInputElement.js +6 -16
  130. package/cjs/Message/Message.d.ts +4 -0
  131. package/cjs/Message/Message.js +4 -0
  132. package/cjs/Modal/Modal.d.ts +4 -0
  133. package/cjs/Modal/Modal.js +4 -0
  134. package/cjs/MultiCascader/MultiCascader.d.ts +4 -0
  135. package/cjs/MultiCascader/MultiCascader.js +5 -0
  136. package/cjs/Nav/Nav.d.ts +4 -0
  137. package/cjs/Nav/Nav.js +4 -0
  138. package/cjs/Nav/NavDropdown.d.ts +2 -1
  139. package/cjs/Nav/NavDropdown.js +2 -1
  140. package/cjs/Nav/NavItem.d.ts +6 -3
  141. package/cjs/Nav/NavItem.js +6 -3
  142. package/cjs/Nav/NavMenu.d.ts +6 -3
  143. package/cjs/Nav/NavMenu.js +6 -3
  144. package/cjs/Navbar/Navbar.d.ts +4 -0
  145. package/cjs/Navbar/Navbar.js +4 -0
  146. package/cjs/Notification/Notification.d.ts +5 -0
  147. package/cjs/Notification/Notification.js +5 -0
  148. package/cjs/Overlay/Overlay.d.ts +4 -0
  149. package/cjs/Overlay/Overlay.js +5 -0
  150. package/cjs/Overlay/OverlayTrigger.d.ts +4 -0
  151. package/cjs/Overlay/OverlayTrigger.js +16 -11
  152. package/cjs/Overlay/Position.d.ts +4 -0
  153. package/cjs/Overlay/Position.js +4 -0
  154. package/cjs/Pagination/Pagination.d.ts +5 -0
  155. package/cjs/Pagination/Pagination.js +5 -0
  156. package/cjs/Panel/Panel.d.ts +4 -0
  157. package/cjs/Panel/Panel.js +4 -0
  158. package/cjs/PanelGroup/PanelGroup.d.ts +4 -0
  159. package/cjs/PanelGroup/PanelGroup.js +5 -0
  160. package/cjs/Placeholder/Placeholder.d.ts +4 -0
  161. package/cjs/Placeholder/Placeholder.js +4 -0
  162. package/cjs/Placeholder/PlaceholderGraph.d.ts +4 -0
  163. package/cjs/Placeholder/PlaceholderGraph.js +4 -0
  164. package/cjs/Placeholder/PlaceholderGrid.d.ts +4 -0
  165. package/cjs/Placeholder/PlaceholderGrid.js +4 -0
  166. package/cjs/Placeholder/PlaceholderParagraph.d.ts +4 -0
  167. package/cjs/Placeholder/PlaceholderParagraph.js +4 -0
  168. package/cjs/Plaintext/Plaintext.d.ts +2 -1
  169. package/cjs/Plaintext/Plaintext.js +5 -2
  170. package/cjs/Popover/Popover.d.ts +4 -0
  171. package/cjs/Popover/Popover.js +4 -0
  172. package/cjs/Progress/Progress.d.ts +4 -0
  173. package/cjs/Progress/Progress.js +4 -0
  174. package/cjs/Progress/ProgressCircle.d.ts +4 -0
  175. package/cjs/Progress/ProgressCircle.js +4 -0
  176. package/cjs/Progress/ProgressLine.d.ts +4 -0
  177. package/cjs/Progress/ProgressLine.js +4 -0
  178. package/cjs/Radio/Radio.d.ts +4 -0
  179. package/cjs/Radio/Radio.js +4 -0
  180. package/cjs/RadioGroup/RadioGroup.d.ts +4 -0
  181. package/cjs/RadioGroup/RadioGroup.js +5 -0
  182. package/cjs/RadioTileGroup/RadioTileGroup.d.ts +5 -0
  183. package/cjs/RadioTileGroup/RadioTileGroup.js +6 -0
  184. package/cjs/RangeSlider/RangeSlider.d.ts +4 -0
  185. package/cjs/RangeSlider/RangeSlider.js +5 -0
  186. package/cjs/Rate/Rate.d.ts +4 -0
  187. package/cjs/Rate/Rate.js +4 -0
  188. package/cjs/Ripple/Ripple.d.ts +4 -0
  189. package/cjs/Ripple/Ripple.js +5 -0
  190. package/cjs/Row/Row.d.ts +4 -0
  191. package/cjs/Row/Row.js +4 -0
  192. package/cjs/SafeAnchor/SafeAnchor.d.ts +4 -0
  193. package/cjs/SafeAnchor/SafeAnchor.js +5 -0
  194. package/cjs/Schema/Schema.d.ts +6 -0
  195. package/cjs/Schema/Schema.js +6 -0
  196. package/cjs/SelectPicker/SelectPicker.d.ts +4 -0
  197. package/cjs/SelectPicker/SelectPicker.js +4 -0
  198. package/cjs/Sidebar/Sidebar.d.ts +4 -0
  199. package/cjs/Sidebar/Sidebar.js +4 -0
  200. package/cjs/Sidenav/Sidenav.d.ts +4 -0
  201. package/cjs/Sidenav/Sidenav.js +5 -0
  202. package/cjs/Sidenav/SidenavBody.d.ts +5 -0
  203. package/cjs/Sidenav/SidenavBody.js +5 -0
  204. package/cjs/Sidenav/SidenavHeader.d.ts +5 -0
  205. package/cjs/Sidenav/SidenavHeader.js +5 -0
  206. package/cjs/Slider/Slider.d.ts +5 -0
  207. package/cjs/Slider/Slider.js +6 -0
  208. package/cjs/Stack/Stack.d.ts +6 -0
  209. package/cjs/Stack/Stack.js +6 -0
  210. package/cjs/Stack/StackItem.d.ts +5 -0
  211. package/cjs/Stack/StackItem.js +5 -0
  212. package/cjs/Steps/StepItem.d.ts +5 -0
  213. package/cjs/Steps/StepItem.js +5 -0
  214. package/cjs/Steps/Steps.d.ts +5 -0
  215. package/cjs/Steps/Steps.js +5 -0
  216. package/cjs/Table/Table.d.ts +19 -2
  217. package/cjs/Table/Table.js +20 -1
  218. package/cjs/Tag/Tag.d.ts +6 -0
  219. package/cjs/Tag/Tag.js +6 -0
  220. package/cjs/TagGroup/TagGroup.d.ts +5 -0
  221. package/cjs/TagGroup/TagGroup.js +5 -0
  222. package/cjs/TagInput/index.d.ts +5 -0
  223. package/cjs/TagInput/index.js +5 -0
  224. package/cjs/TagPicker/index.d.ts +2 -1
  225. package/cjs/TagPicker/index.js +2 -1
  226. package/cjs/Timeline/Timeline.d.ts +5 -0
  227. package/cjs/Timeline/Timeline.js +5 -0
  228. package/cjs/Timeline/TimelineItem.d.ts +5 -0
  229. package/cjs/Timeline/TimelineItem.js +5 -0
  230. package/cjs/Toggle/Toggle.d.ts +5 -0
  231. package/cjs/Toggle/Toggle.js +5 -0
  232. package/cjs/Tooltip/Tooltip.d.ts +5 -0
  233. package/cjs/Tooltip/Tooltip.js +5 -0
  234. package/cjs/Tree/Tree.d.ts +5 -0
  235. package/cjs/Tree/Tree.js +5 -0
  236. package/cjs/TreePicker/TreePicker.d.ts +5 -0
  237. package/cjs/TreePicker/TreePicker.js +6 -0
  238. package/cjs/Uploader/Uploader.d.ts +5 -0
  239. package/cjs/Uploader/Uploader.js +6 -0
  240. package/cjs/Whisper/Whisper.d.ts +6 -0
  241. package/cjs/Whisper/Whisper.js +6 -0
  242. package/cjs/Windowing/AutoSizer.d.ts +5 -0
  243. package/cjs/Windowing/AutoSizer.js +5 -0
  244. package/cjs/Windowing/List.d.ts +6 -1
  245. package/cjs/Windowing/List.js +5 -0
  246. package/cjs/index.d.ts +3 -0
  247. package/cjs/index.js +6 -2
  248. package/cjs/toaster/toaster.d.ts +9 -7
  249. package/cjs/toaster/useToaster.d.ts +19 -1
  250. package/cjs/toaster/useToaster.js +19 -1
  251. package/cjs/useMediaQuery/index.d.ts +2 -0
  252. package/cjs/useMediaQuery/index.js +9 -0
  253. package/cjs/useMediaQuery/useMediaQuery.d.ts +23 -0
  254. package/cjs/useMediaQuery/useMediaQuery.js +123 -0
  255. package/cjs/utils/BrowserDetection.d.ts +1 -0
  256. package/cjs/utils/BrowserDetection.js +5 -1
  257. package/cjs/utils/dateUtils.d.ts +6 -0
  258. package/cjs/utils/dateUtils.js +13 -1
  259. package/cjs/utils/index.d.ts +1 -0
  260. package/cjs/utils/index.js +4 -1
  261. package/cjs/utils/safeSetSelection.d.ts +2 -0
  262. package/cjs/utils/safeSetSelection.js +21 -0
  263. package/cjs/utils/treeUtils.d.ts +2 -2
  264. package/dist/rsuite.js +336 -122
  265. package/dist/rsuite.js.map +1 -1
  266. package/dist/rsuite.min.js +1 -1
  267. package/dist/rsuite.min.js.map +1 -1
  268. package/esm/Affix/Affix.d.ts +6 -0
  269. package/esm/Affix/Affix.js +7 -0
  270. package/esm/Animation/Bounce.d.ts +4 -0
  271. package/esm/Animation/Bounce.js +4 -0
  272. package/esm/Animation/Collapse.d.ts +4 -0
  273. package/esm/Animation/Collapse.js +5 -0
  274. package/esm/Animation/Fade.d.ts +4 -0
  275. package/esm/Animation/Fade.js +4 -0
  276. package/esm/Animation/Slide.d.ts +4 -0
  277. package/esm/Animation/Slide.js +4 -0
  278. package/esm/Animation/Transition.d.ts +4 -0
  279. package/esm/Animation/Transition.js +4 -0
  280. package/esm/AutoComplete/AutoComplete.d.ts +3 -0
  281. package/esm/AutoComplete/AutoComplete.js +3 -0
  282. package/esm/Avatar/Avatar.d.ts +4 -0
  283. package/esm/Avatar/Avatar.js +4 -0
  284. package/esm/AvatarGroup/AvatarGroup.d.ts +4 -0
  285. package/esm/AvatarGroup/AvatarGroup.js +5 -0
  286. package/esm/Badge/Badge.d.ts +4 -0
  287. package/esm/Badge/Badge.js +4 -0
  288. package/esm/Breadcrumb/Breadcrumb.d.ts +4 -0
  289. package/esm/Breadcrumb/Breadcrumb.js +4 -0
  290. package/esm/Breadcrumb/BreadcrumbItem.d.ts +4 -0
  291. package/esm/Breadcrumb/BreadcrumbItem.js +4 -0
  292. package/esm/Button/Button.d.ts +4 -0
  293. package/esm/Button/Button.js +4 -0
  294. package/esm/ButtonGroup/ButtonGroup.d.ts +4 -0
  295. package/esm/ButtonGroup/ButtonGroup.js +4 -0
  296. package/esm/ButtonToolbar/ButtonToolbar.d.ts +4 -0
  297. package/esm/ButtonToolbar/ButtonToolbar.js +4 -0
  298. package/esm/Calendar/Calendar.d.ts +4 -0
  299. package/esm/Calendar/Calendar.js +4 -0
  300. package/esm/Carousel/Carousel.d.ts +4 -0
  301. package/esm/Carousel/Carousel.js +4 -0
  302. package/esm/Cascader/Cascader.d.ts +4 -0
  303. package/esm/Cascader/Cascader.js +5 -0
  304. package/esm/CheckPicker/CheckPicker.d.ts +4 -0
  305. package/esm/CheckPicker/CheckPicker.js +4 -0
  306. package/esm/CheckTree/index.d.ts +4 -0
  307. package/esm/CheckTree/index.js +4 -0
  308. package/esm/CheckTreePicker/CheckTreePicker.d.ts +5 -0
  309. package/esm/CheckTreePicker/CheckTreePicker.js +6 -0
  310. package/esm/Checkbox/Checkbox.d.ts +4 -0
  311. package/esm/Checkbox/Checkbox.js +4 -0
  312. package/esm/CheckboxGroup/CheckboxGroup.d.ts +4 -0
  313. package/esm/CheckboxGroup/CheckboxGroup.js +4 -0
  314. package/esm/Col/Col.d.ts +4 -0
  315. package/esm/Col/Col.js +4 -0
  316. package/esm/Container/Container.d.ts +4 -0
  317. package/esm/Container/Container.js +4 -0
  318. package/esm/Content/Content.d.ts +3 -0
  319. package/esm/Content/Content.js +3 -0
  320. package/esm/CustomProvider/CustomProvider.d.ts +5 -0
  321. package/esm/CustomProvider/CustomProvider.js +6 -0
  322. package/esm/DOMHelper/index.d.ts +4 -0
  323. package/esm/DOMHelper/index.js +5 -0
  324. package/esm/DateInput/DateField.d.ts +180 -0
  325. package/esm/DateInput/DateField.js +144 -0
  326. package/esm/DateInput/DateInput.d.ts +18 -0
  327. package/esm/DateInput/DateInput.js +215 -0
  328. package/esm/DateInput/index.d.ts +3 -0
  329. package/esm/DateInput/index.js +3 -0
  330. package/esm/DateInput/useDateInputState.d.ts +165 -0
  331. package/esm/DateInput/useDateInputState.js +99 -0
  332. package/esm/DateInput/utils.d.ts +41 -0
  333. package/esm/DateInput/utils.js +151 -0
  334. package/esm/DatePicker/DatePicker.d.ts +5 -0
  335. package/esm/DatePicker/DatePicker.js +5 -0
  336. package/esm/DateRangePicker/DateRangePicker.d.ts +5 -0
  337. package/esm/DateRangePicker/DateRangePicker.js +5 -0
  338. package/esm/Divider/Divider.d.ts +4 -0
  339. package/esm/Divider/Divider.js +4 -0
  340. package/esm/Drawer/Drawer.d.ts +4 -0
  341. package/esm/Drawer/Drawer.js +4 -0
  342. package/esm/Dropdown/Dropdown.d.ts +6 -3
  343. package/esm/Dropdown/Dropdown.js +6 -3
  344. package/esm/Dropdown/DropdownItem.d.ts +3 -3
  345. package/esm/Dropdown/DropdownItem.js +3 -3
  346. package/esm/Dropdown/DropdownMenu.d.ts +3 -3
  347. package/esm/Dropdown/DropdownMenu.js +3 -3
  348. package/esm/Dropdown/DropdownSeparator.d.ts +1 -1
  349. package/esm/Dropdown/DropdownSeparator.js +1 -1
  350. package/esm/FlexboxGrid/FlexboxGrid.d.ts +4 -0
  351. package/esm/FlexboxGrid/FlexboxGrid.js +4 -0
  352. package/esm/FlexboxGrid/FlexboxGridItem.d.ts +4 -0
  353. package/esm/FlexboxGrid/FlexboxGridItem.js +4 -0
  354. package/esm/Footer/Footer.d.ts +4 -0
  355. package/esm/Footer/Footer.js +4 -0
  356. package/esm/Form/Form.d.ts +4 -0
  357. package/esm/Form/Form.js +4 -0
  358. package/esm/FormControl/FormControl.d.ts +4 -0
  359. package/esm/FormControl/FormControl.js +4 -0
  360. package/esm/FormControlLabel/FormControlLabel.d.ts +4 -0
  361. package/esm/FormControlLabel/FormControlLabel.js +4 -0
  362. package/esm/FormErrorMessage/FormErrorMessage.d.ts +4 -0
  363. package/esm/FormErrorMessage/FormErrorMessage.js +4 -0
  364. package/esm/FormGroup/FormGroup.d.ts +4 -0
  365. package/esm/FormGroup/FormGroup.js +5 -0
  366. package/esm/FormHelpText/FormHelpText.d.ts +4 -0
  367. package/esm/FormHelpText/FormHelpText.js +4 -0
  368. package/esm/Grid/Grid.d.ts +4 -0
  369. package/esm/Grid/Grid.js +4 -0
  370. package/esm/Header/Header.d.ts +4 -0
  371. package/esm/Header/Header.js +4 -0
  372. package/esm/IconButton/IconButton.d.ts +4 -0
  373. package/esm/IconButton/IconButton.js +4 -0
  374. package/esm/Input/Input.d.ts +4 -0
  375. package/esm/Input/Input.js +4 -0
  376. package/esm/InputGroup/InputGroup.d.ts +4 -0
  377. package/esm/InputGroup/InputGroup.js +4 -0
  378. package/esm/InputGroup/InputGroupAddon.d.ts +4 -0
  379. package/esm/InputGroup/InputGroupAddon.js +4 -0
  380. package/esm/InputGroup/InputGroupButton.d.ts +4 -0
  381. package/esm/InputGroup/InputGroupButton.js +5 -0
  382. package/esm/InputNumber/InputNumber.d.ts +4 -0
  383. package/esm/InputNumber/InputNumber.js +5 -0
  384. package/esm/InputPicker/InputPicker.d.ts +5 -0
  385. package/esm/InputPicker/InputPicker.js +5 -0
  386. package/esm/List/List.d.ts +4 -0
  387. package/esm/List/List.js +4 -0
  388. package/esm/List/ListItem.d.ts +4 -0
  389. package/esm/List/ListItem.js +4 -0
  390. package/esm/Loader/Loader.d.ts +4 -0
  391. package/esm/Loader/Loader.js +4 -0
  392. package/esm/MaskedInput/TextMask.d.ts +4 -0
  393. package/esm/MaskedInput/TextMask.js +5 -0
  394. package/esm/MaskedInput/createTextMaskInputElement.js +6 -16
  395. package/esm/Message/Message.d.ts +4 -0
  396. package/esm/Message/Message.js +4 -0
  397. package/esm/Modal/Modal.d.ts +4 -0
  398. package/esm/Modal/Modal.js +4 -0
  399. package/esm/MultiCascader/MultiCascader.d.ts +4 -0
  400. package/esm/MultiCascader/MultiCascader.js +5 -0
  401. package/esm/Nav/Nav.d.ts +4 -0
  402. package/esm/Nav/Nav.js +4 -0
  403. package/esm/Nav/NavDropdown.d.ts +2 -1
  404. package/esm/Nav/NavDropdown.js +2 -1
  405. package/esm/Nav/NavItem.d.ts +6 -3
  406. package/esm/Nav/NavItem.js +6 -3
  407. package/esm/Nav/NavMenu.d.ts +6 -3
  408. package/esm/Nav/NavMenu.js +6 -3
  409. package/esm/Navbar/Navbar.d.ts +4 -0
  410. package/esm/Navbar/Navbar.js +4 -0
  411. package/esm/Notification/Notification.d.ts +5 -0
  412. package/esm/Notification/Notification.js +5 -0
  413. package/esm/Overlay/Overlay.d.ts +4 -0
  414. package/esm/Overlay/Overlay.js +5 -0
  415. package/esm/Overlay/OverlayTrigger.d.ts +4 -0
  416. package/esm/Overlay/OverlayTrigger.js +16 -11
  417. package/esm/Overlay/Position.d.ts +4 -0
  418. package/esm/Overlay/Position.js +4 -0
  419. package/esm/Pagination/Pagination.d.ts +5 -0
  420. package/esm/Pagination/Pagination.js +5 -0
  421. package/esm/Panel/Panel.d.ts +4 -0
  422. package/esm/Panel/Panel.js +4 -0
  423. package/esm/PanelGroup/PanelGroup.d.ts +4 -0
  424. package/esm/PanelGroup/PanelGroup.js +5 -0
  425. package/esm/Placeholder/Placeholder.d.ts +4 -0
  426. package/esm/Placeholder/Placeholder.js +4 -0
  427. package/esm/Placeholder/PlaceholderGraph.d.ts +4 -0
  428. package/esm/Placeholder/PlaceholderGraph.js +4 -0
  429. package/esm/Placeholder/PlaceholderGrid.d.ts +4 -0
  430. package/esm/Placeholder/PlaceholderGrid.js +4 -0
  431. package/esm/Placeholder/PlaceholderParagraph.d.ts +4 -0
  432. package/esm/Placeholder/PlaceholderParagraph.js +4 -0
  433. package/esm/Plaintext/Plaintext.d.ts +2 -1
  434. package/esm/Plaintext/Plaintext.js +5 -2
  435. package/esm/Popover/Popover.d.ts +4 -0
  436. package/esm/Popover/Popover.js +4 -0
  437. package/esm/Progress/Progress.d.ts +4 -0
  438. package/esm/Progress/Progress.js +4 -0
  439. package/esm/Progress/ProgressCircle.d.ts +4 -0
  440. package/esm/Progress/ProgressCircle.js +4 -0
  441. package/esm/Progress/ProgressLine.d.ts +4 -0
  442. package/esm/Progress/ProgressLine.js +4 -0
  443. package/esm/Radio/Radio.d.ts +4 -0
  444. package/esm/Radio/Radio.js +4 -0
  445. package/esm/RadioGroup/RadioGroup.d.ts +4 -0
  446. package/esm/RadioGroup/RadioGroup.js +5 -0
  447. package/esm/RadioTileGroup/RadioTileGroup.d.ts +5 -0
  448. package/esm/RadioTileGroup/RadioTileGroup.js +6 -0
  449. package/esm/RangeSlider/RangeSlider.d.ts +4 -0
  450. package/esm/RangeSlider/RangeSlider.js +5 -0
  451. package/esm/Rate/Rate.d.ts +4 -0
  452. package/esm/Rate/Rate.js +4 -0
  453. package/esm/Ripple/Ripple.d.ts +4 -0
  454. package/esm/Ripple/Ripple.js +5 -0
  455. package/esm/Row/Row.d.ts +4 -0
  456. package/esm/Row/Row.js +4 -0
  457. package/esm/SafeAnchor/SafeAnchor.d.ts +4 -0
  458. package/esm/SafeAnchor/SafeAnchor.js +5 -0
  459. package/esm/Schema/Schema.d.ts +6 -0
  460. package/esm/Schema/Schema.js +7 -0
  461. package/esm/SelectPicker/SelectPicker.d.ts +4 -0
  462. package/esm/SelectPicker/SelectPicker.js +4 -0
  463. package/esm/Sidebar/Sidebar.d.ts +4 -0
  464. package/esm/Sidebar/Sidebar.js +4 -0
  465. package/esm/Sidenav/Sidenav.d.ts +4 -0
  466. package/esm/Sidenav/Sidenav.js +5 -0
  467. package/esm/Sidenav/SidenavBody.d.ts +5 -0
  468. package/esm/Sidenav/SidenavBody.js +5 -0
  469. package/esm/Sidenav/SidenavHeader.d.ts +5 -0
  470. package/esm/Sidenav/SidenavHeader.js +5 -0
  471. package/esm/Slider/Slider.d.ts +5 -0
  472. package/esm/Slider/Slider.js +6 -0
  473. package/esm/Stack/Stack.d.ts +6 -0
  474. package/esm/Stack/Stack.js +6 -0
  475. package/esm/Stack/StackItem.d.ts +5 -0
  476. package/esm/Stack/StackItem.js +5 -0
  477. package/esm/Steps/StepItem.d.ts +5 -0
  478. package/esm/Steps/StepItem.js +5 -0
  479. package/esm/Steps/Steps.d.ts +5 -0
  480. package/esm/Steps/Steps.js +5 -0
  481. package/esm/Table/Table.d.ts +19 -2
  482. package/esm/Table/Table.js +23 -4
  483. package/esm/Tag/Tag.d.ts +6 -0
  484. package/esm/Tag/Tag.js +6 -0
  485. package/esm/TagGroup/TagGroup.d.ts +5 -0
  486. package/esm/TagGroup/TagGroup.js +5 -0
  487. package/esm/TagInput/index.d.ts +5 -0
  488. package/esm/TagInput/index.js +5 -0
  489. package/esm/TagPicker/index.d.ts +2 -1
  490. package/esm/TagPicker/index.js +2 -1
  491. package/esm/Timeline/Timeline.d.ts +5 -0
  492. package/esm/Timeline/Timeline.js +5 -0
  493. package/esm/Timeline/TimelineItem.d.ts +5 -0
  494. package/esm/Timeline/TimelineItem.js +5 -0
  495. package/esm/Toggle/Toggle.d.ts +5 -0
  496. package/esm/Toggle/Toggle.js +5 -0
  497. package/esm/Tooltip/Tooltip.d.ts +5 -0
  498. package/esm/Tooltip/Tooltip.js +5 -0
  499. package/esm/Tree/Tree.d.ts +5 -0
  500. package/esm/Tree/Tree.js +5 -0
  501. package/esm/TreePicker/TreePicker.d.ts +5 -0
  502. package/esm/TreePicker/TreePicker.js +6 -0
  503. package/esm/Uploader/Uploader.d.ts +5 -0
  504. package/esm/Uploader/Uploader.js +6 -0
  505. package/esm/Whisper/Whisper.d.ts +6 -0
  506. package/esm/Whisper/Whisper.js +6 -0
  507. package/esm/Windowing/AutoSizer.d.ts +5 -0
  508. package/esm/Windowing/AutoSizer.js +5 -0
  509. package/esm/Windowing/List.d.ts +6 -1
  510. package/esm/Windowing/List.js +5 -0
  511. package/esm/index.d.ts +3 -0
  512. package/esm/index.js +3 -1
  513. package/esm/toaster/toaster.d.ts +9 -7
  514. package/esm/toaster/useToaster.d.ts +19 -1
  515. package/esm/toaster/useToaster.js +19 -1
  516. package/esm/useMediaQuery/index.d.ts +2 -0
  517. package/esm/useMediaQuery/index.js +3 -0
  518. package/esm/useMediaQuery/useMediaQuery.d.ts +23 -0
  519. package/esm/useMediaQuery/useMediaQuery.js +113 -0
  520. package/esm/utils/BrowserDetection.d.ts +1 -0
  521. package/esm/utils/BrowserDetection.js +3 -0
  522. package/esm/utils/dateUtils.d.ts +6 -0
  523. package/esm/utils/dateUtils.js +6 -0
  524. package/esm/utils/index.d.ts +1 -0
  525. package/esm/utils/index.js +1 -0
  526. package/esm/utils/safeSetSelection.d.ts +2 -0
  527. package/esm/utils/safeSetSelection.js +16 -0
  528. package/esm/utils/treeUtils.d.ts +2 -2
  529. package/package.json +1 -1
  530. package/useMediaQuery/package.json +7 -0
@@ -10,5 +10,10 @@ export interface TooltipProps extends WithAsProps {
10
10
  /** Whether show the arrow indicator */
11
11
  arrow?: boolean;
12
12
  }
13
+ /**
14
+ * The `Tooltip` component is used to describe a element.
15
+ *
16
+ * @see https://rsuitejs.com/components/tooltip
17
+ */
13
18
  declare const Tooltip: RsRefForwardingComponent<'div', TooltipProps>;
14
19
  export default Tooltip;
@@ -4,6 +4,11 @@ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWith
4
4
  import React from 'react';
5
5
  import PropTypes from 'prop-types';
6
6
  import { useClassNames } from '../utils';
7
+ /**
8
+ * The `Tooltip` component is used to describe a element.
9
+ *
10
+ * @see https://rsuitejs.com/components/tooltip
11
+ */
7
12
  var Tooltip = /*#__PURE__*/React.forwardRef(function (props, ref) {
8
13
  var _props$as = props.as,
9
14
  Component = _props$as === void 0 ? 'div' : _props$as,
@@ -93,5 +93,10 @@ export interface TreeProps<ValueType = string | number> extends TreeBaseProps<Va
93
93
  /** Default selected Value */
94
94
  defaultValue?: ValueType;
95
95
  }
96
+ /**
97
+ * The `Tree` component is used to display hierarchical data.
98
+ *
99
+ * @see https://rsuitejs.com/components/tree
100
+ */
96
101
  declare const Tree: RsRefForwardingComponent<'div', TreeProps>;
97
102
  export default Tree;
package/esm/Tree/Tree.js CHANGED
@@ -12,6 +12,11 @@ export var TREE_NODE_DROP_POSITION;
12
12
  TREE_NODE_DROP_POSITION[TREE_NODE_DROP_POSITION["DRAG_OVER_TOP"] = 1] = "DRAG_OVER_TOP";
13
13
  TREE_NODE_DROP_POSITION[TREE_NODE_DROP_POSITION["DRAG_OVER_BOTTOM"] = 2] = "DRAG_OVER_BOTTOM";
14
14
  })(TREE_NODE_DROP_POSITION || (TREE_NODE_DROP_POSITION = {}));
15
+ /**
16
+ * The `Tree` component is used to display hierarchical data.
17
+ *
18
+ * @see https://rsuitejs.com/components/tree
19
+ */
15
20
  var Tree = /*#__PURE__*/React.forwardRef(function (props, ref) {
16
21
  var contextValue = useMemo(function () {
17
22
  return {
@@ -23,5 +23,10 @@ export interface TreePickerProps<T = number | string> extends TreeBaseProps<T, I
23
23
  /** Called when scrolling */
24
24
  onScroll?: (event: React.SyntheticEvent) => void;
25
25
  }
26
+ /**
27
+ * The `TreePicker` component is used for selecting single options which are organized in a tree structure.
28
+ *
29
+ * @see https://rsuitejs.com/components/tree-picker/
30
+ */
26
31
  declare const TreePicker: PickerComponent<TreePickerProps>;
27
32
  export default TreePicker;
@@ -19,6 +19,12 @@ var emptyArray = [];
19
19
  var itemSize = function itemSize() {
20
20
  return 36;
21
21
  };
22
+
23
+ /**
24
+ * The `TreePicker` component is used for selecting single options which are organized in a tree structure.
25
+ *
26
+ * @see https://rsuitejs.com/components/tree-picker/
27
+ */
22
28
  var TreePicker = /*#__PURE__*/React.forwardRef(function (props, ref) {
23
29
  var _props$as = props.as,
24
30
  Component = _props$as === void 0 ? 'div' : _props$as,
@@ -105,5 +105,10 @@ export interface FileProgressType {
105
105
  status?: FileStatusType;
106
106
  progress?: number;
107
107
  }
108
+ /**
109
+ * The `Uploader` component is used to upload files.
110
+ *
111
+ * @see https://rsuitejs.com/components/uploader
112
+ */
108
113
  declare const Uploader: React.ForwardRefExoticComponent<UploaderProps & React.RefAttributes<unknown>>;
109
114
  export default Uploader;
@@ -83,6 +83,12 @@ var useFileList = function useFileList(defaultFileList) {
83
83
  }, []);
84
84
  return [fileListRef, dispatchCallback];
85
85
  };
86
+
87
+ /**
88
+ * The `Uploader` component is used to upload files.
89
+ *
90
+ * @see https://rsuitejs.com/components/uploader
91
+ */
86
92
  var Uploader = /*#__PURE__*/React.forwardRef(function (props, ref) {
87
93
  var _props$as = props.as,
88
94
  Component = _props$as === void 0 ? 'div' : _props$as,
@@ -3,5 +3,11 @@ import { OverlayTriggerHandle } from '../Overlay/OverlayTrigger';
3
3
  import { OverlayTriggerProps } from '../Overlay/OverlayTrigger';
4
4
  export declare type WhisperProps = OverlayTriggerProps;
5
5
  export declare type WhisperInstance = OverlayTriggerHandle;
6
+ /**
7
+ * The `Whisper` component is used to display a floating element.
8
+ * It is usually used with the `Tooltip` and `Popover` components.
9
+ *
10
+ * @see https://rsuitejs.com/components/whisper
11
+ */
6
12
  declare const Whisper: React.ForwardRefExoticComponent<OverlayTriggerProps & React.RefAttributes<OverlayTriggerHandle>>;
7
13
  export default Whisper;
@@ -6,6 +6,12 @@ import PropTypes from 'prop-types';
6
6
  import OverlayTrigger from '../Overlay/OverlayTrigger';
7
7
  import { createChainedFunction, placementPolyfill, PLACEMENT } from '../utils';
8
8
  import { CustomContext } from '../CustomProvider';
9
+ /**
10
+ * The `Whisper` component is used to display a floating element.
11
+ * It is usually used with the `Tooltip` and `Popover` components.
12
+ *
13
+ * @see https://rsuitejs.com/components/whisper
14
+ */
9
15
  var Whisper = /*#__PURE__*/React.forwardRef(function (props, ref) {
10
16
  var onOpen = props.onOpen,
11
17
  onClose = props.onClose,
@@ -21,5 +21,10 @@ export interface AutoSizerProps {
21
21
  /** Callback to be invoked on-resize */
22
22
  onResize?: ((size: Size) => void) | undefined;
23
23
  }
24
+ /**
25
+ * High-order component that automatically adjusts the width and height of a single child.
26
+ *
27
+ * @private
28
+ */
24
29
  declare const AutoSizer: React.ForwardRefExoticComponent<AutoSizerProps & React.RefAttributes<HTMLDivElement>>;
25
30
  export default AutoSizer;
@@ -5,6 +5,11 @@ import React, { useState, useRef } from 'react';
5
5
  import { useCallback } from 'react';
6
6
  import getStyle from 'dom-lib/getStyle';
7
7
  import { mergeRefs, useElementResize, useMount } from '../utils';
8
+ /**
9
+ * High-order component that automatically adjusts the width and height of a single child.
10
+ *
11
+ * @private
12
+ */
8
13
  var AutoSizer = /*#__PURE__*/React.forwardRef(function (props, ref) {
9
14
  var children = props.children,
10
15
  className = props.className,
@@ -5,7 +5,7 @@ export interface ListProps<T = any> extends WithAsProps {
5
5
  * @deprecated use itemSize instead
6
6
  * Either a fixed row height (number) or a function that returns the height of a row given its index: ({ index: number }): number
7
7
  */
8
- rowHeight?: number | (({ index: number }: {
8
+ rowHeight?: number | (({ index }: {
9
9
  index: any;
10
10
  }) => number);
11
11
  /**
@@ -41,5 +41,10 @@ export interface ListHandle extends Partial<VariableSizeList> {
41
41
  */
42
42
  scrollToRow?: (index: number) => void;
43
43
  }
44
+ /**
45
+ * This component renders a virtualized list of elements with either fixed or dynamic heights.
46
+ *
47
+ * @private
48
+ */
44
49
  declare const List: RsRefForwardingComponent<'div', ListProps>;
45
50
  export default List;
@@ -4,6 +4,11 @@ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWith
4
4
  import React, { useRef, useImperativeHandle, useCallback, useMemo } from 'react';
5
5
  import { VariableSizeList } from 'react-window';
6
6
  import { useCustom } from '../utils';
7
+ /**
8
+ * This component renders a virtualized list of elements with either fixed or dynamic heights.
9
+ *
10
+ * @private
11
+ */
7
12
  var List = /*#__PURE__*/React.forwardRef(function (props, ref) {
8
13
  var rowHeight = props.rowHeight,
9
14
  _props$as = props.as,
package/esm/index.d.ts CHANGED
@@ -90,6 +90,8 @@ export { default as Cascader } from './Cascader';
90
90
  export type { CascaderProps } from './Cascader';
91
91
  export { default as MultiCascader } from './MultiCascader';
92
92
  export type { MultiCascaderProps } from './MultiCascader';
93
+ export { default as DateInput } from './DateInput';
94
+ export type { DateInputProps } from './DateInput';
93
95
  export { default as DatePicker } from './DatePicker';
94
96
  export type { DatePickerProps } from './DatePicker';
95
97
  export { default as DateRangePicker } from './DateRangePicker';
@@ -160,3 +162,4 @@ export { default as CustomProvider } from './CustomProvider';
160
162
  export type { CustomProviderProps } from './CustomProvider';
161
163
  export type { Locale, CalendarLocale, PlaintextLocale, PaginationLocale, TableLocale, DatePickerLocale, DateRangePickerLocale, PickerLocale, InputPickerLocale, UploaderLocale, BreadcrumbLocale, ToggleLocale } from './locales';
162
164
  export type { PickerHandle } from './Picker';
165
+ export { default as useMediaQuery } from './useMediaQuery';
package/esm/index.js CHANGED
@@ -48,6 +48,7 @@ export { default as TreePicker } from './TreePicker';
48
48
  export { default as CheckTreePicker } from './CheckTreePicker';
49
49
  export { default as Cascader } from './Cascader';
50
50
  export { default as MultiCascader } from './MultiCascader';
51
+ export { default as DateInput } from './DateInput';
51
52
  export { default as DatePicker } from './DatePicker';
52
53
  export { default as DateRangePicker } from './DateRangePicker';
53
54
  export { default as AutoComplete } from './AutoComplete';
@@ -87,4 +88,5 @@ export { default as Schema } from './Schema';
87
88
  export { default as Animation } from './Animation';
88
89
  export { default as DOMHelper } from './DOMHelper';
89
90
  export { default as Affix } from './Affix';
90
- export { default as CustomProvider } from './CustomProvider';
91
+ export { default as CustomProvider } from './CustomProvider';
92
+ export { default as useMediaQuery } from './useMediaQuery';
@@ -2,19 +2,21 @@ import React from 'react';
2
2
  import { ToastContainerProps } from './ToastContainer';
3
3
  export interface Toaster {
4
4
  /**
5
- * Add a message to the container.
6
- * When the container does not exist, create a new container. Use `placement` as the ID of the container
7
- * @param message
8
- * @param options
5
+ * Push a toast message.
6
+ * @param message The message to be displayed.
7
+ * eg: `<Message type="success" description="Success" />` or `<Notification type="success" closable>Success</Notification>`
8
+ * @param options The options of the toast message. (optional)
9
+ * eg: `{ placement: 'topCenter', duration: 5000 }`
10
+ * @returns The key of the toast message.
9
11
  */
10
12
  push(message: React.ReactNode, options?: ToastContainerProps): string | undefined | Promise<string | undefined>;
11
13
  /**
12
- * Remove a message by key
13
- * @param key
14
+ * Remove a toast message.
15
+ * @param key The key of the toast message.
14
16
  */
15
17
  remove(key: string): void;
16
18
  /**
17
- * Clear all messages
19
+ * Clear all toast messages.
18
20
  */
19
21
  clear(): void;
20
22
  }
@@ -1,12 +1,30 @@
1
1
  import React from 'react';
2
2
  import { ToastContainerProps } from './ToastContainer';
3
3
  /**
4
- * Hook to use the toaster
4
+ * The 'useToaster' hook is a wrapper for the 'toaster' module.
5
5
  * @returns toaster { push, remove, clear }
6
+ *
7
+ * @see https://rsuitejs.com/components/message/
8
+ * @see https://rsuitejs.com/components/notification/
6
9
  */
7
10
  declare const useToaster: () => {
11
+ /**
12
+ * Push a toast message.
13
+ * @param message The message to be displayed.
14
+ * eg: `<Message type="success" description="Success" />` or `<Notification type="success" closable>Success</Notification>`
15
+ * @param options The options of the toast message. (optional)
16
+ * eg: `{ placement: 'topCenter', duration: 5000 }`
17
+ * @returns The key of the toast message.
18
+ */
8
19
  push: (message: React.ReactNode, options?: ToastContainerProps) => string | Promise<string | undefined> | undefined;
20
+ /**
21
+ * Remove a toast message.
22
+ * @param key The key of the toast message.
23
+ */
9
24
  remove: (key: string) => void;
25
+ /**
26
+ * Clear all toast messages.
27
+ */
10
28
  clear: () => void;
11
29
  };
12
30
  export default useToaster;
@@ -4,25 +4,43 @@ import toaster from './toaster';
4
4
  import { useCustom } from '../utils';
5
5
 
6
6
  /**
7
- * Hook to use the toaster
7
+ * The 'useToaster' hook is a wrapper for the 'toaster' module.
8
8
  * @returns toaster { push, remove, clear }
9
+ *
10
+ * @see https://rsuitejs.com/components/message/
11
+ * @see https://rsuitejs.com/components/notification/
9
12
  */
10
13
  var useToaster = function useToaster() {
11
14
  var _useCustom = useCustom(),
12
15
  toasters = _useCustom.toasters;
13
16
  return useMemo(function () {
14
17
  return {
18
+ /**
19
+ * Push a toast message.
20
+ * @param message The message to be displayed.
21
+ * eg: `<Message type="success" description="Success" />` or `<Notification type="success" closable>Success</Notification>`
22
+ * @param options The options of the toast message. (optional)
23
+ * eg: `{ placement: 'topCenter', duration: 5000 }`
24
+ * @returns The key of the toast message.
25
+ */
15
26
  push: function push(message, options) {
16
27
  var _toasters$current;
17
28
  var customToaster = toasters === null || toasters === void 0 ? void 0 : (_toasters$current = toasters.current) === null || _toasters$current === void 0 ? void 0 : _toasters$current.get((options === null || options === void 0 ? void 0 : options.placement) || 'topCenter');
18
29
  return customToaster ? customToaster.push(message, options) : toaster.push(message, options);
19
30
  },
31
+ /**
32
+ * Remove a toast message.
33
+ * @param key The key of the toast message.
34
+ */
20
35
  remove: function remove(key) {
21
36
  toasters ? Array.from(toasters.current).forEach(function (_ref) {
22
37
  var c = _ref[1];
23
38
  return c === null || c === void 0 ? void 0 : c.remove(key);
24
39
  }) : toaster.remove(key);
25
40
  },
41
+ /**
42
+ * Clear all toast messages.
43
+ */
26
44
  clear: function clear() {
27
45
  toasters ? Array.from(toasters.current).forEach(function (_ref2) {
28
46
  var c = _ref2[1];
@@ -0,0 +1,2 @@
1
+ import useMediaQuery from './useMediaQuery';
2
+ export default useMediaQuery;
@@ -0,0 +1,3 @@
1
+ 'use client';
2
+ import useMediaQuery from './useMediaQuery';
3
+ export default useMediaQuery;
@@ -0,0 +1,23 @@
1
+ export declare const mediaQuerySizeMap: {
2
+ xs: string;
3
+ sm: string;
4
+ md: string;
5
+ lg: string;
6
+ xl: string;
7
+ xxl: string;
8
+ };
9
+ /**
10
+ * React hook that tracks state of a CSS media query.
11
+ * @deprecated Use useMediaQuery instead.
12
+ *
13
+ * @see https://rsuitejs.com/components/use-media-query
14
+ */
15
+ export declare function useMediaQueryLegacy(query: string | keyof typeof mediaQuerySizeMap | (string | keyof typeof mediaQuerySizeMap)[]): boolean[];
16
+ /**
17
+ * React hook that tracks state of a CSS media query
18
+ * @version 5.48.0
19
+ * @see https://rsuitejs.com/components/use-media-query
20
+ */
21
+ export declare function useMediaQuery(query: string | keyof typeof mediaQuerySizeMap | (string | keyof typeof mediaQuerySizeMap)[]): boolean[];
22
+ declare const _default: typeof useMediaQuery;
23
+ export default _default;
@@ -0,0 +1,113 @@
1
+ 'use client';
2
+ import _extends from "@babel/runtime/helpers/esm/extends";
3
+ import React, { useEffect, useState, useCallback, useRef } from 'react';
4
+ import canUseDOM from 'dom-lib/canUseDOM';
5
+ export var mediaQuerySizeMap = {
6
+ xs: '(max-width: 575px)',
7
+ sm: '(min-width: 576px)',
8
+ md: '(min-width: 768px)',
9
+ lg: '(min-width: 992px)',
10
+ xl: '(min-width: 1200px)',
11
+ xxl: '(min-width: 1400px)'
12
+ };
13
+ var matchMedia = function matchMedia(query) {
14
+ if (canUseDOM) {
15
+ return window.matchMedia(query);
16
+ }
17
+ return {
18
+ matches: false,
19
+ media: query
20
+ };
21
+ };
22
+
23
+ /**
24
+ * React hook that tracks state of a CSS media query.
25
+ * @deprecated Use useMediaQuery instead.
26
+ *
27
+ * @see https://rsuitejs.com/components/use-media-query
28
+ */
29
+ export function useMediaQueryLegacy(query) {
30
+ var queries = Array.isArray(query) ? query : [query];
31
+ var mediaQueries = queries.map(function (query) {
32
+ return mediaQuerySizeMap[query] || query;
33
+ });
34
+ var _useState = useState(function () {
35
+ return mediaQueries.map(function (query) {
36
+ return matchMedia(query);
37
+ });
38
+ }),
39
+ mediaQueryArray = _useState[0],
40
+ setMediaQueryArray = _useState[1];
41
+ function handleChange(event) {
42
+ setMediaQueryArray(function (prevMediaQueryArray) {
43
+ return prevMediaQueryArray.map(function (item) {
44
+ return item.media === event.media ? _extends({}, item, {
45
+ matches: event.matches
46
+ }) : item;
47
+ });
48
+ });
49
+ }
50
+ useEffect(function () {
51
+ var mediaQueryList = mediaQueries.map(function (query) {
52
+ return matchMedia(query);
53
+ });
54
+ mediaQueryList.forEach(function (query) {
55
+ query.addEventListener('change', handleChange);
56
+ });
57
+ return function () {
58
+ mediaQueryList.forEach(function (query) {
59
+ query.removeEventListener('change', handleChange);
60
+ });
61
+ };
62
+ // eslint-disable-next-line react-hooks/exhaustive-deps
63
+ }, [mediaQueries]);
64
+ return mediaQueryArray.map(function (query) {
65
+ return query.matches;
66
+ });
67
+ }
68
+
69
+ /**
70
+ * React hook that tracks state of a CSS media query
71
+ * @version 5.48.0
72
+ * @see https://rsuitejs.com/components/use-media-query
73
+ */
74
+ export function useMediaQuery(query) {
75
+ var _React$useSyncExterna;
76
+ var queries = Array.isArray(query) ? query : [query];
77
+ var mediaQueries = queries.map(function (query) {
78
+ return mediaQuerySizeMap[query] || query;
79
+ });
80
+ var mediaQueryArray = useRef(mediaQueries.map(function (query) {
81
+ return matchMedia(query).matches;
82
+ }));
83
+ var subscribe = useCallback(function (callback) {
84
+ var list = mediaQueries.map(function (query) {
85
+ return matchMedia(query);
86
+ });
87
+ var handleChange = function handleChange(event) {
88
+ var index = list.findIndex(function (item) {
89
+ return item.media === event.media;
90
+ });
91
+ if (index !== -1) {
92
+ mediaQueryArray.current[index] = event.matches;
93
+ }
94
+ callback();
95
+ };
96
+ list.forEach(function (query) {
97
+ query.addEventListener('change', handleChange);
98
+ });
99
+ return function () {
100
+ list.forEach(function (query) {
101
+ query.removeEventListener('change', handleChange);
102
+ });
103
+ };
104
+ }, [mediaQueries]);
105
+ var getSnapshot = function getSnapshot() {
106
+ return mediaQueryArray.current;
107
+ };
108
+ var getServerSnapshot = function getServerSnapshot() {
109
+ throw Error('useMediaQuery is a client-only hook');
110
+ };
111
+ return (_React$useSyncExterna = React['useSyncExternalStore']) === null || _React$useSyncExterna === void 0 ? void 0 : _React$useSyncExterna.call(React, subscribe, getSnapshot, getServerSnapshot);
112
+ }
113
+ export default typeof React['useSyncExternalStore'] === 'function' ? useMediaQuery : useMediaQueryLegacy;
@@ -2,6 +2,7 @@ export declare const isIE: () => boolean;
2
2
  export declare const isIE10: () => boolean;
3
3
  export declare const isIE11: () => boolean;
4
4
  export declare const isEdge: () => boolean;
5
+ export declare const isAndroid: () => boolean;
5
6
  export declare const getChromeVersion: () => number | false;
6
7
  export declare const getSafariVersion: () => number | false;
7
8
  /**
@@ -18,6 +18,9 @@ export var isIE11 = function isIE11() {
18
18
  export var isEdge = function isEdge() {
19
19
  return canUseDOM && !isIE() && 'styleMedia' in window;
20
20
  };
21
+ export var isAndroid = function isAndroid() {
22
+ return canUseDOM && /Android/i.test(navigator.userAgent);
23
+ };
21
24
  export var getChromeVersion = function getChromeVersion() {
22
25
  if (canUseDOM) {
23
26
  var match = window.navigator.userAgent.match(/Chrom(e|ium)\/([\d\.]+)\./);
@@ -1,5 +1,9 @@
1
1
  export { default as addDays } from 'date-fns/addDays';
2
2
  export { default as addMonths } from 'date-fns/addMonths';
3
+ export { default as addYears } from 'date-fns/addYears';
4
+ export { default as addSeconds } from 'date-fns/addSeconds';
5
+ export { default as addMinutes } from 'date-fns/addMinutes';
6
+ export { default as addHours } from 'date-fns/addHours';
3
7
  export { default as compareAsc } from 'date-fns/compareAsc';
4
8
  export { default as endOfDay } from 'date-fns/endOfDay';
5
9
  export { default as endOfISOWeek } from 'date-fns/endOfISOWeek';
@@ -37,6 +41,8 @@ export { default as isMatch } from 'date-fns/isMatch';
37
41
  export { default as isValid } from 'date-fns/isValid';
38
42
  export { default as set } from 'date-fns/set';
39
43
  export { default as differenceInCalendarMonths } from 'date-fns/differenceInCalendarMonths';
44
+ export { default as isLastDayOfMonth } from 'date-fns/isLastDayOfMonth';
45
+ export { default as lastDayOfMonth } from 'date-fns/lastDayOfMonth';
40
46
  export declare type CalendarOnlyPropsType = 'disabledHours' | 'disabledMinutes' | 'disabledSeconds' | 'hideHours' | 'hideMinutes' | 'hideSeconds';
41
47
  export declare const calendarOnlyProps: CalendarOnlyPropsType[];
42
48
  /**
@@ -10,6 +10,10 @@ import addDays from 'date-fns/addDays';
10
10
  import set from 'date-fns/set';
11
11
  export { default as addDays } from 'date-fns/addDays';
12
12
  export { default as addMonths } from 'date-fns/addMonths';
13
+ export { default as addYears } from 'date-fns/addYears';
14
+ export { default as addSeconds } from 'date-fns/addSeconds';
15
+ export { default as addMinutes } from 'date-fns/addMinutes';
16
+ export { default as addHours } from 'date-fns/addHours';
13
17
  export { default as compareAsc } from 'date-fns/compareAsc';
14
18
  export { default as endOfDay } from 'date-fns/endOfDay';
15
19
  export { default as endOfISOWeek } from 'date-fns/endOfISOWeek';
@@ -47,6 +51,8 @@ export { default as isMatch } from 'date-fns/isMatch';
47
51
  export { default as isValid } from 'date-fns/isValid';
48
52
  export { default as set } from 'date-fns/set';
49
53
  export { default as differenceInCalendarMonths } from 'date-fns/differenceInCalendarMonths';
54
+ export { default as isLastDayOfMonth } from 'date-fns/isLastDayOfMonth';
55
+ export { default as lastDayOfMonth } from 'date-fns/lastDayOfMonth';
50
56
  var disabledTimeProps = ['disabledHours', 'disabledMinutes', 'disabledSeconds'];
51
57
  var hideTimeProps = ['hideHours', 'hideMinutes', 'hideSeconds'];
52
58
  export var calendarOnlyProps = disabledTimeProps.concat(hideTimeProps);
@@ -23,6 +23,7 @@ export { default as reactToString } from './reactToString';
23
23
  export { default as scrollTopAnimation } from './scrollTopAnimation';
24
24
  export { default as appendTooltip } from './appendTooltip';
25
25
  export { default as render } from './render';
26
+ export { default as safeSetSelection } from './safeSetSelection';
26
27
  /** Hooks **/
27
28
  export { default as useClassNames } from './useClassNames';
28
29
  export { default as useEventListener } from './useEventListener';
@@ -26,6 +26,7 @@ export { default as reactToString } from './reactToString';
26
26
  export { default as scrollTopAnimation } from './scrollTopAnimation';
27
27
  export { default as appendTooltip } from './appendTooltip';
28
28
  export { default as render } from './render';
29
+ export { default as safeSetSelection } from './safeSetSelection';
29
30
 
30
31
  /** Hooks **/
31
32
  export { default as useClassNames } from './useClassNames';
@@ -0,0 +1,2 @@
1
+ declare function safeSetSelection(element: HTMLInputElement, selectionStart: number, selectionEnd: number): void;
2
+ export default safeSetSelection;
@@ -0,0 +1,16 @@
1
+ 'use client';
2
+ import { isAndroid } from './BrowserDetection';
3
+ var defer = typeof requestAnimationFrame !== 'undefined' ? requestAnimationFrame : setTimeout;
4
+ var strNone = 'none';
5
+ function safeSetSelection(element, selectionStart, selectionEnd) {
6
+ if (document.activeElement === element) {
7
+ if (isAndroid()) {
8
+ defer(function () {
9
+ return element.setSelectionRange(selectionStart, selectionEnd, strNone);
10
+ }, 0);
11
+ } else {
12
+ element.setSelectionRange(selectionStart, selectionEnd, strNone);
13
+ }
14
+ }
15
+ }
16
+ export default safeSetSelection;
@@ -180,11 +180,11 @@ export declare function useTreeDrag<T>(): {
180
180
  dragNode: T | null;
181
181
  dragOverNodeKey: null;
182
182
  dragNodeKeys: (string | number)[];
183
- dropNodePosition: TREE_NODE_DROP_POSITION | null;
183
+ dropNodePosition: -1 | TREE_NODE_DROP_POSITION | null;
184
184
  setDragNode: (node: T | null) => void;
185
185
  setDragOverNodeKey: React.Dispatch<React.SetStateAction<null>>;
186
186
  setDragNodeKeys: React.Dispatch<React.SetStateAction<(string | number)[]>>;
187
- setDropNodePosition: React.Dispatch<React.SetStateAction<TREE_NODE_DROP_POSITION | null>>;
187
+ setDropNodePosition: React.Dispatch<React.SetStateAction<-1 | TREE_NODE_DROP_POSITION | null>>;
188
188
  };
189
189
  interface FlattenTreeDataProps {
190
190
  data: TreeNodeType[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rsuite",
3
- "version": "5.47.0",
3
+ "version": "5.48.0",
4
4
  "description": "A suite of react components",
5
5
  "main": "cjs/index.js",
6
6
  "module": "esm/index.js",
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "rsuite/useMediaQuery",
3
+ "private": true,
4
+ "main": "../cjs/useMediaQuery/index.js",
5
+ "module": "../esm/useMediaQuery/index.js",
6
+ "types": "../esm/useMediaQuery/index.d.ts"
7
+ }