tdesign-react 0.32.2-alpha.1 → 0.32.2-alpha.4

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 (1302) hide show
  1. package/CHANGELOG.md +2 -1
  2. package/dist/tdesign.css +68 -55
  3. package/dist/tdesign.css.map +1 -1
  4. package/dist/tdesign.js +584 -366
  5. package/dist/tdesign.js.map +1 -1
  6. package/dist/tdesign.min.css +1 -1
  7. package/dist/tdesign.min.css.map +1 -1
  8. package/dist/tdesign.min.js +4 -4
  9. package/dist/tdesign.min.js.map +1 -1
  10. package/{esm/_chunks/dep-4b2a69e3.js → es/_chunks/dep-16818dbb.js} +5 -5
  11. package/{esm/_chunks/dep-4b2a69e3.js.map → es/_chunks/dep-16818dbb.js.map} +1 -1
  12. package/{esm/_chunks/dep-3c91a81a.js → es/_chunks/dep-17ab8c86.js} +1 -1
  13. package/es/_chunks/{dep-3c91a81a.js.map → dep-17ab8c86.js.map} +1 -1
  14. package/{esm/_chunks/dep-d7ade079.js → es/_chunks/dep-3fc4bb40.js} +3 -3
  15. package/{esm/_chunks/dep-d7ade079.js.map → es/_chunks/dep-3fc4bb40.js.map} +1 -1
  16. package/es/_chunks/{dep-38fa2c7f.js → dep-60d02e1e.js} +1 -1
  17. package/es/_chunks/{dep-38fa2c7f.js.map → dep-60d02e1e.js.map} +1 -1
  18. package/es/_chunks/{dep-04632db3.js → dep-69abc6ae.js} +2 -2
  19. package/{esm/_chunks/dep-04632db3.js.map → es/_chunks/dep-69abc6ae.js.map} +1 -1
  20. package/{esm/_chunks/dep-5079a62d.js → es/_chunks/dep-8172cf4c.js} +1 -1
  21. package/es/_chunks/{dep-5079a62d.js.map → dep-8172cf4c.js.map} +1 -1
  22. package/es/_chunks/{dep-7c714d91.js → dep-88652537.js} +1 -1
  23. package/es/_chunks/{dep-7c714d91.js.map → dep-88652537.js.map} +1 -1
  24. package/{esm/_chunks/dep-d0124bed.js → es/_chunks/dep-8e240acc.js} +2 -2
  25. package/es/_chunks/{dep-d0124bed.js.map → dep-8e240acc.js.map} +1 -1
  26. package/es/_chunks/{dep-4fd0073d.js → dep-99fc8fc7.js} +3 -3
  27. package/es/_chunks/{dep-4fd0073d.js.map → dep-99fc8fc7.js.map} +1 -1
  28. package/{esm/_chunks/dep-217ea692.js → es/_chunks/dep-a9e7d390.js} +2 -2
  29. package/{esm/_chunks/dep-217ea692.js.map → es/_chunks/dep-a9e7d390.js.map} +1 -1
  30. package/es/_chunks/{dep-d60b1cc9.js → dep-aa507466.js} +1 -1
  31. package/{esm/_chunks/dep-d60b1cc9.js.map → es/_chunks/dep-aa507466.js.map} +1 -1
  32. package/es/_chunks/{dep-81db4a68.js → dep-c5a280af.js} +3 -3
  33. package/es/_chunks/{dep-81db4a68.js.map → dep-c5a280af.js.map} +1 -1
  34. package/es/_chunks/{dep-4581ce48.js → dep-c91061b2.js} +6 -6
  35. package/es/_chunks/dep-c91061b2.js.map +1 -0
  36. package/es/_util/useAnimation.js +3 -3
  37. package/es/_util/useClickOutside.js +3 -3
  38. package/es/_util/useCommonClassName.js +3 -3
  39. package/es/_util/useConfig.js +3 -3
  40. package/es/_util/useRipple.js +3 -3
  41. package/es/addon/Addon.js +3 -3
  42. package/es/addon/index.js +3 -3
  43. package/es/affix/Affix.js +3 -3
  44. package/es/affix/index.js +3 -3
  45. package/es/alert/Alert.js +3 -3
  46. package/es/alert/index.js +3 -3
  47. package/es/anchor/Anchor.js +5 -5
  48. package/es/anchor/AnchorItem.js +3 -3
  49. package/es/anchor/AnchorTarget.js +3 -3
  50. package/es/anchor/index.js +5 -5
  51. package/es/avatar/AvararGroup.js +4 -4
  52. package/es/avatar/Avatar.js +4 -4
  53. package/es/avatar/index.js +4 -4
  54. package/es/badge/Badge.js +3 -3
  55. package/es/badge/index.js +3 -3
  56. package/es/breadcrumb/Breadcrumb.js +3 -3
  57. package/es/breadcrumb/BreadcrumbItem.js +3 -3
  58. package/es/breadcrumb/index.js +3 -3
  59. package/es/button/Button.js +3 -3
  60. package/es/button/index.js +3 -3
  61. package/es/calendar/Calendar.js +4 -4
  62. package/es/calendar/index.js +4 -4
  63. package/es/card/Card.js +3 -3
  64. package/es/card/index.js +3 -3
  65. package/es/card/style/index.css +3 -0
  66. package/es/cascader/Cascader.js +6 -6
  67. package/es/cascader/components/InputContent.js +5 -5
  68. package/es/cascader/components/Item.js +4 -4
  69. package/es/cascader/components/Panel.js +4 -4
  70. package/es/cascader/index.js +6 -6
  71. package/es/cascader/utils/inputContent.js +3 -3
  72. package/es/checkbox/Checkbox.js +4 -4
  73. package/es/checkbox/CheckboxGroup.js +4 -4
  74. package/es/checkbox/index.js +4 -4
  75. package/es/color-picker/ColorPicker.js +8 -8
  76. package/es/color-picker/ColorPickerPanel.js +8 -8
  77. package/es/color-picker/components/panel/format/index.js +3 -3
  78. package/es/color-picker/components/panel/format/inputs.js +3 -3
  79. package/es/color-picker/components/panel/header.js +4 -4
  80. package/es/color-picker/components/panel/index.js +8 -8
  81. package/es/color-picker/components/panel/linear-gradient.js +7 -7
  82. package/es/color-picker/components/panel/swatches.js +3 -3
  83. package/es/color-picker/components/trigger.js +3 -3
  84. package/es/color-picker/hooks/useClassname.js +3 -3
  85. package/es/color-picker/index.js +8 -8
  86. package/es/comment/Comment.js +3 -3
  87. package/es/comment/index.js +3 -3
  88. package/es/common/Check.js +3 -3
  89. package/es/common/FakeArrow.js +3 -3
  90. package/es/common/Portal.js +3 -3
  91. package/es/config-provider/ConfigContext.js +3 -3
  92. package/es/config-provider/ConfigProvider.js +3 -3
  93. package/es/config-provider/index.js +3 -3
  94. package/es/date-picker/DatePicker.js +3 -3
  95. package/es/date-picker/base/CalendarPresets.js +3 -3
  96. package/es/date-picker/base/Cell.js +3 -3
  97. package/es/date-picker/base/Header.js +3 -3
  98. package/es/date-picker/base/Table.js +3 -3
  99. package/es/date-picker/index.js +3 -3
  100. package/es/date-picker/panel/Date.js +3 -3
  101. package/es/date-picker/panel/DateRange.js +3 -3
  102. package/es/dialog/Dialog.js +3 -3
  103. package/es/dialog/RenderDialog.js +17 -3
  104. package/es/dialog/RenderDialog.js.map +1 -1
  105. package/es/dialog/index.js +3 -3
  106. package/es/dialog/plugin.js +10 -12
  107. package/es/dialog/plugin.js.map +1 -1
  108. package/es/divider/Divider.js +3 -3
  109. package/es/divider/index.js +3 -3
  110. package/es/drawer/Drawer.js +3 -3
  111. package/es/drawer/DrawerWrapper.js +3 -3
  112. package/es/drawer/index.js +3 -3
  113. package/es/dropdown/Dropdown.js +6 -6
  114. package/es/dropdown/DropdownItem.js +3 -3
  115. package/es/dropdown/DropdownMenu.js +3 -3
  116. package/es/dropdown/index.js +6 -6
  117. package/es/form/Form.js +8 -8
  118. package/es/form/FormItem.js +8 -8
  119. package/es/form/formModel.js +3 -3
  120. package/es/form/hooks/useFormItemStyle.js +8 -8
  121. package/es/form/hooks/useInstance.js +5 -5
  122. package/es/form/index.js +8 -8
  123. package/es/form/style/index.css +2 -1
  124. package/es/grid/Col.js +3 -3
  125. package/es/grid/Row.js +3 -3
  126. package/es/grid/index.js +3 -3
  127. package/es/hooks/useCommonClassName.js +3 -3
  128. package/es/index.js +15 -13
  129. package/es/index.js.map +1 -1
  130. package/es/input/Input.js +3 -3
  131. package/es/input/InputGroup.js +3 -3
  132. package/es/input/index.js +3 -3
  133. package/es/input-number/InputNumber.js +3 -3
  134. package/es/input-number/StepHandler.js +3 -3
  135. package/es/input-number/index.js +3 -3
  136. package/es/input-number/style/index.css +43 -42
  137. package/es/layout/Aside.js +3 -3
  138. package/es/layout/Layout.js +3 -3
  139. package/es/layout/index.js +3 -3
  140. package/es/list/List.js +3 -3
  141. package/es/list/ListItem.js +3 -3
  142. package/es/list/ListItemMeta.js +3 -3
  143. package/es/list/index.js +3 -3
  144. package/es/loading/Loading.js +3 -3
  145. package/es/loading/gradient.js +3 -3
  146. package/es/loading/index.js +3 -3
  147. package/es/loading/plugin.js +3 -3
  148. package/es/locale/LocalReceiver.js +3 -3
  149. package/es/menu/HeadMenu.js +3 -3
  150. package/es/menu/Menu.js +3 -3
  151. package/es/menu/MenuGroup.js +3 -3
  152. package/es/menu/MenuItem.js +3 -3
  153. package/es/menu/SubMenu.js +3 -3
  154. package/es/menu/index.js +3 -3
  155. package/es/message/Message.js +3 -3
  156. package/es/message/MessageClose.js +3 -3
  157. package/es/message/MessageComponent.js +3 -3
  158. package/es/message/MessageIcon.js +3 -3
  159. package/es/message/index.js +3 -3
  160. package/es/message/useMessageClass.js +3 -3
  161. package/es/notification/Notification.js +4 -4
  162. package/es/notification/NotificationList.js +4 -4
  163. package/es/notification/NotificationPlugin.js +4 -4
  164. package/es/notification/index.js +4 -4
  165. package/es/pagination/Pagination.d.ts +1 -1
  166. package/es/pagination/Pagination.js +83 -93
  167. package/es/pagination/Pagination.js.map +1 -1
  168. package/es/pagination/hooks/useBoundaryJumper.d.ts +5 -0
  169. package/es/pagination/hooks/useBoundaryJumper.js +68 -0
  170. package/es/pagination/hooks/useBoundaryJumper.js.map +1 -0
  171. package/es/pagination/hooks/usePrevNextJumper.d.ts +5 -0
  172. package/es/pagination/hooks/usePrevNextJumper.js +68 -0
  173. package/es/pagination/hooks/usePrevNextJumper.js.map +1 -0
  174. package/es/pagination/index.d.ts +1 -1
  175. package/es/pagination/index.js +6 -4
  176. package/es/pagination/index.js.map +1 -1
  177. package/es/pagination/style/index.css +6 -12
  178. package/es/pagination/type.d.ts +10 -1
  179. package/es/popconfirm/Popconfirm.js +3 -3
  180. package/es/popconfirm/Popcontent.js +3 -3
  181. package/es/popconfirm/index.js +3 -3
  182. package/es/popup/Popup.d.ts +4 -0
  183. package/es/popup/Popup.js +13 -7
  184. package/es/popup/Popup.js.map +1 -1
  185. package/es/popup/hooks/useTriggerProps.js +3 -3
  186. package/es/popup/index.js +3 -3
  187. package/es/popup/type.d.ts +3 -2
  188. package/es/progress/Progress.js +3 -3
  189. package/es/progress/index.js +3 -3
  190. package/es/progress/style/index.css +4 -0
  191. package/es/radio/Radio.js +4 -4
  192. package/es/radio/RadioGroup.js +4 -4
  193. package/es/radio/index.js +4 -4
  194. package/es/select/base/Option.js +3 -3
  195. package/es/select/base/OptionGroup.js +3 -3
  196. package/es/select/base/PopupContent.js +3 -3
  197. package/es/select/base/Select.js +3 -3
  198. package/es/select/index.js +3 -3
  199. package/es/select/util/helper.js +3 -3
  200. package/es/select-input/SelectInput.js +3 -3
  201. package/es/select-input/index.js +3 -3
  202. package/es/select-input/useMultiple.js +3 -3
  203. package/es/select-input/useSingle.js +3 -3
  204. package/es/skeleton/Skeleton.js +3 -3
  205. package/es/skeleton/index.js +3 -3
  206. package/es/slider/Slider.js +3 -3
  207. package/es/slider/SliderHandleButton.js +3 -3
  208. package/es/slider/index.js +3 -3
  209. package/es/steps/StepItem.js +3 -3
  210. package/es/steps/Steps.js +3 -3
  211. package/es/steps/index.js +3 -3
  212. package/es/swiper/Swiper.js +3 -3
  213. package/es/swiper/SwiperItem.js +3 -3
  214. package/es/swiper/index.js +3 -3
  215. package/es/switch/Switch.js +3 -3
  216. package/es/switch/index.js +3 -3
  217. package/es/table/BaseTable.js +5 -3
  218. package/es/table/BaseTable.js.map +1 -1
  219. package/es/table/Ellipsis.js +3 -3
  220. package/es/table/EnhancedTable.js +12 -10
  221. package/es/table/EnhancedTable.js.map +1 -1
  222. package/es/table/FilterController.js +7 -7
  223. package/es/table/PrimaryTable.js +9 -7
  224. package/es/table/PrimaryTable.js.map +1 -1
  225. package/es/table/SorterButton.js +3 -3
  226. package/es/table/TBody.js +3 -3
  227. package/es/table/TFoot.js +3 -3
  228. package/es/table/THead.js +3 -3
  229. package/es/table/TR.js +3 -3
  230. package/es/table/hooks/useAsyncLoading.js +6 -5
  231. package/es/table/hooks/useAsyncLoading.js.map +1 -1
  232. package/es/table/hooks/useClassName.js +3 -3
  233. package/es/table/hooks/useColumnController.js +4 -4
  234. package/es/table/hooks/useDragSort.js +3 -3
  235. package/es/table/hooks/useFilter.js +7 -7
  236. package/es/table/hooks/useFixed.js +4 -4
  237. package/es/table/hooks/useFixed.js.map +1 -1
  238. package/es/table/hooks/usePagination.js +6 -4
  239. package/es/table/hooks/usePagination.js.map +1 -1
  240. package/es/table/hooks/useRowExpand.js +3 -3
  241. package/es/table/hooks/useRowSelect.js +5 -5
  242. package/es/table/hooks/useSorter.js +3 -3
  243. package/es/table/hooks/useStyle.js +3 -3
  244. package/es/table/hooks/useTableHeader.js +3 -3
  245. package/es/table/hooks/useTreeData.js +7 -7
  246. package/es/table/index.js +12 -10
  247. package/es/table/index.js.map +1 -1
  248. package/es/table/style/index.css +10 -0
  249. package/es/tabs/TabBar.js +3 -3
  250. package/es/tabs/TabNav.js +3 -3
  251. package/es/tabs/TabNavItem.js +3 -3
  252. package/es/tabs/TabPanel.js +3 -3
  253. package/es/tabs/Tabs.js +3 -3
  254. package/es/tabs/index.js +3 -3
  255. package/es/tabs/useTabClass.js +3 -3
  256. package/es/tag/CheckTag.js +3 -3
  257. package/es/tag/Tag.js +3 -3
  258. package/es/tag/index.js +3 -3
  259. package/es/tag-input/TagInput.js +3 -3
  260. package/es/tag-input/index.js +3 -3
  261. package/es/tag-input/useTagList.js +3 -3
  262. package/es/textarea/Textarea.js +3 -3
  263. package/es/textarea/index.js +3 -3
  264. package/es/time-picker/InputItems.js +3 -3
  265. package/es/time-picker/TimePicker.js +3 -3
  266. package/es/time-picker/TimeRangePicker.js +3 -3
  267. package/es/time-picker/consts.js +3 -3
  268. package/es/time-picker/index.js +3 -3
  269. package/es/time-picker/panel/SinglePanel.js +3 -3
  270. package/es/time-picker/panel/TimePickerPanel.js +3 -3
  271. package/es/time-picker/panel/TimePickerRangePanel.js +3 -3
  272. package/es/tooltip/Tooltip.js +43 -7
  273. package/es/tooltip/Tooltip.js.map +1 -1
  274. package/es/tooltip/index.js +3 -3
  275. package/es/tooltip/type.d.ts +11 -1
  276. package/es/transfer/Transfer.js +8 -6
  277. package/es/transfer/Transfer.js.map +1 -1
  278. package/es/transfer/TransferList.js +8 -6
  279. package/es/transfer/TransferList.js.map +1 -1
  280. package/es/transfer/index.js +8 -6
  281. package/es/transfer/index.js.map +1 -1
  282. package/es/transfer/utils.js +3 -3
  283. package/es/tree/Tree.js +8 -8
  284. package/es/tree/TreeItem.js +4 -4
  285. package/es/tree/index.js +8 -8
  286. package/es/tree/useStore.js +6 -6
  287. package/es/tree/useTreeConfig.js +3 -3
  288. package/es/tree-select/SelectArrow.js +3 -3
  289. package/es/tree-select/TreeSelect.js +8 -8
  290. package/es/tree-select/index.js +8 -8
  291. package/es/tree-select/useTreeSelectLocale.js +3 -3
  292. package/es/upload/dragger.d.ts +1 -0
  293. package/es/upload/dragger.js +7 -7
  294. package/es/upload/dragger.js.map +1 -1
  295. package/es/upload/hooks/useSizeLimit.js +3 -3
  296. package/es/upload/index.js +6 -6
  297. package/es/upload/themes/dragger-progress.js +3 -3
  298. package/es/upload/themes/flow-list/file-list.js +3 -3
  299. package/es/upload/themes/flow-list/img-list.js +3 -3
  300. package/es/upload/themes/flow-list/index.js +3 -3
  301. package/es/upload/themes/image-card.js +3 -3
  302. package/es/upload/themes/single-file.js +3 -3
  303. package/es/upload/tips.js +3 -3
  304. package/es/upload/type.d.ts +22 -12
  305. package/es/upload/upload-trigger.js +3 -3
  306. package/es/upload/upload.js +16 -6
  307. package/es/upload/upload.js.map +1 -1
  308. package/{es/_chunks/dep-4b2a69e3.js → esm/_chunks/dep-16818dbb.js} +5 -5
  309. package/{es/_chunks/dep-4b2a69e3.js.map → esm/_chunks/dep-16818dbb.js.map} +1 -1
  310. package/{es/_chunks/dep-3c91a81a.js → esm/_chunks/dep-17ab8c86.js} +1 -1
  311. package/esm/_chunks/{dep-3c91a81a.js.map → dep-17ab8c86.js.map} +1 -1
  312. package/{es/_chunks/dep-d7ade079.js → esm/_chunks/dep-3fc4bb40.js} +3 -3
  313. package/{es/_chunks/dep-d7ade079.js.map → esm/_chunks/dep-3fc4bb40.js.map} +1 -1
  314. package/esm/_chunks/{dep-38fa2c7f.js → dep-60d02e1e.js} +1 -1
  315. package/esm/_chunks/{dep-38fa2c7f.js.map → dep-60d02e1e.js.map} +1 -1
  316. package/esm/_chunks/{dep-04632db3.js → dep-69abc6ae.js} +2 -2
  317. package/{es/_chunks/dep-04632db3.js.map → esm/_chunks/dep-69abc6ae.js.map} +1 -1
  318. package/{es/_chunks/dep-5079a62d.js → esm/_chunks/dep-8172cf4c.js} +1 -1
  319. package/esm/_chunks/{dep-5079a62d.js.map → dep-8172cf4c.js.map} +1 -1
  320. package/esm/_chunks/{dep-7c714d91.js → dep-88652537.js} +1 -1
  321. package/esm/_chunks/{dep-7c714d91.js.map → dep-88652537.js.map} +1 -1
  322. package/{es/_chunks/dep-d0124bed.js → esm/_chunks/dep-8e240acc.js} +2 -2
  323. package/esm/_chunks/{dep-d0124bed.js.map → dep-8e240acc.js.map} +1 -1
  324. package/esm/_chunks/{dep-4fd0073d.js → dep-99fc8fc7.js} +3 -3
  325. package/esm/_chunks/{dep-4fd0073d.js.map → dep-99fc8fc7.js.map} +1 -1
  326. package/{es/_chunks/dep-217ea692.js → esm/_chunks/dep-a9e7d390.js} +2 -2
  327. package/{es/_chunks/dep-217ea692.js.map → esm/_chunks/dep-a9e7d390.js.map} +1 -1
  328. package/esm/_chunks/{dep-d60b1cc9.js → dep-aa507466.js} +1 -1
  329. package/{es/_chunks/dep-d60b1cc9.js.map → esm/_chunks/dep-aa507466.js.map} +1 -1
  330. package/esm/_chunks/{dep-81db4a68.js → dep-c5a280af.js} +3 -3
  331. package/esm/_chunks/{dep-81db4a68.js.map → dep-c5a280af.js.map} +1 -1
  332. package/esm/_chunks/{dep-591b8d7b.js → dep-e83de6a5.js} +6 -6
  333. package/esm/_chunks/dep-e83de6a5.js.map +1 -0
  334. package/esm/_common/style/web/components/card/_index.less +3 -0
  335. package/esm/_common/style/web/components/form/_index.less +2 -1
  336. package/esm/_common/style/web/components/input-number/_index.less +44 -47
  337. package/esm/_common/style/web/components/pagination/_index.less +6 -15
  338. package/esm/_common/style/web/components/pagination/_var.less +1 -1
  339. package/esm/_common/style/web/components/progress/_index.less +2 -0
  340. package/esm/_common/style/web/components/progress/_var.less +2 -0
  341. package/esm/_common/style/web/components/table/_index.less +12 -0
  342. package/esm/_util/useAnimation.js +3 -3
  343. package/esm/_util/useClickOutside.js +3 -3
  344. package/esm/_util/useCommonClassName.js +3 -3
  345. package/esm/_util/useConfig.js +3 -3
  346. package/esm/_util/useRipple.js +3 -3
  347. package/esm/addon/Addon.js +3 -3
  348. package/esm/addon/index.js +3 -3
  349. package/esm/affix/Affix.js +3 -3
  350. package/esm/affix/index.js +3 -3
  351. package/esm/alert/Alert.js +3 -3
  352. package/esm/alert/index.js +3 -3
  353. package/esm/anchor/Anchor.js +5 -5
  354. package/esm/anchor/AnchorItem.js +3 -3
  355. package/esm/anchor/AnchorTarget.js +3 -3
  356. package/esm/anchor/index.js +5 -5
  357. package/esm/avatar/AvararGroup.js +4 -4
  358. package/esm/avatar/Avatar.js +4 -4
  359. package/esm/avatar/index.js +4 -4
  360. package/esm/badge/Badge.js +3 -3
  361. package/esm/badge/index.js +3 -3
  362. package/esm/breadcrumb/Breadcrumb.js +3 -3
  363. package/esm/breadcrumb/BreadcrumbItem.js +3 -3
  364. package/esm/breadcrumb/index.js +3 -3
  365. package/esm/button/Button.js +3 -3
  366. package/esm/button/index.js +3 -3
  367. package/esm/calendar/Calendar.js +4 -4
  368. package/esm/calendar/index.js +4 -4
  369. package/esm/card/Card.js +3 -3
  370. package/esm/card/index.js +3 -3
  371. package/esm/cascader/Cascader.js +6 -6
  372. package/esm/cascader/components/InputContent.js +5 -5
  373. package/esm/cascader/components/Item.js +4 -4
  374. package/esm/cascader/components/Panel.js +4 -4
  375. package/esm/cascader/index.js +6 -6
  376. package/esm/cascader/utils/inputContent.js +3 -3
  377. package/esm/checkbox/Checkbox.js +4 -4
  378. package/esm/checkbox/CheckboxGroup.js +4 -4
  379. package/esm/checkbox/index.js +4 -4
  380. package/esm/color-picker/ColorPicker.js +8 -8
  381. package/esm/color-picker/ColorPickerPanel.js +8 -8
  382. package/esm/color-picker/components/panel/format/index.js +3 -3
  383. package/esm/color-picker/components/panel/format/inputs.js +3 -3
  384. package/esm/color-picker/components/panel/header.js +4 -4
  385. package/esm/color-picker/components/panel/index.js +8 -8
  386. package/esm/color-picker/components/panel/linear-gradient.js +7 -7
  387. package/esm/color-picker/components/panel/swatches.js +3 -3
  388. package/esm/color-picker/components/trigger.js +3 -3
  389. package/esm/color-picker/hooks/useClassname.js +3 -3
  390. package/esm/color-picker/index.js +8 -8
  391. package/esm/comment/Comment.js +3 -3
  392. package/esm/comment/index.js +3 -3
  393. package/esm/common/Check.js +3 -3
  394. package/esm/common/FakeArrow.js +3 -3
  395. package/esm/common/Portal.js +3 -3
  396. package/esm/config-provider/ConfigContext.js +3 -3
  397. package/esm/config-provider/ConfigProvider.js +3 -3
  398. package/esm/config-provider/index.js +3 -3
  399. package/esm/date-picker/DatePicker.js +3 -3
  400. package/esm/date-picker/base/CalendarPresets.js +3 -3
  401. package/esm/date-picker/base/Cell.js +3 -3
  402. package/esm/date-picker/base/Header.js +3 -3
  403. package/esm/date-picker/base/Table.js +3 -3
  404. package/esm/date-picker/index.js +3 -3
  405. package/esm/date-picker/panel/Date.js +3 -3
  406. package/esm/date-picker/panel/DateRange.js +3 -3
  407. package/esm/dialog/Dialog.js +3 -3
  408. package/esm/dialog/RenderDialog.js +17 -3
  409. package/esm/dialog/RenderDialog.js.map +1 -1
  410. package/esm/dialog/index.js +3 -3
  411. package/esm/dialog/plugin.js +10 -12
  412. package/esm/dialog/plugin.js.map +1 -1
  413. package/esm/divider/Divider.js +3 -3
  414. package/esm/divider/index.js +3 -3
  415. package/esm/drawer/Drawer.js +3 -3
  416. package/esm/drawer/DrawerWrapper.js +3 -3
  417. package/esm/drawer/index.js +3 -3
  418. package/esm/dropdown/Dropdown.js +6 -6
  419. package/esm/dropdown/DropdownItem.js +3 -3
  420. package/esm/dropdown/DropdownMenu.js +3 -3
  421. package/esm/dropdown/index.js +6 -6
  422. package/esm/form/Form.js +8 -8
  423. package/esm/form/FormItem.js +8 -8
  424. package/esm/form/formModel.js +3 -3
  425. package/esm/form/hooks/useFormItemStyle.js +8 -8
  426. package/esm/form/hooks/useInstance.js +5 -5
  427. package/esm/form/index.js +8 -8
  428. package/esm/grid/Col.js +3 -3
  429. package/esm/grid/Row.js +3 -3
  430. package/esm/grid/index.js +3 -3
  431. package/esm/hooks/useCommonClassName.js +3 -3
  432. package/esm/index.js +15 -13
  433. package/esm/index.js.map +1 -1
  434. package/esm/input/Input.js +3 -3
  435. package/esm/input/InputGroup.js +3 -3
  436. package/esm/input/index.js +3 -3
  437. package/esm/input-number/InputNumber.js +3 -3
  438. package/esm/input-number/StepHandler.js +3 -3
  439. package/esm/input-number/index.js +3 -3
  440. package/esm/layout/Aside.js +3 -3
  441. package/esm/layout/Layout.js +3 -3
  442. package/esm/layout/index.js +3 -3
  443. package/esm/list/List.js +3 -3
  444. package/esm/list/ListItem.js +3 -3
  445. package/esm/list/ListItemMeta.js +3 -3
  446. package/esm/list/index.js +3 -3
  447. package/esm/loading/Loading.js +3 -3
  448. package/esm/loading/gradient.js +3 -3
  449. package/esm/loading/index.js +3 -3
  450. package/esm/loading/plugin.js +3 -3
  451. package/esm/locale/LocalReceiver.js +3 -3
  452. package/esm/menu/HeadMenu.js +3 -3
  453. package/esm/menu/Menu.js +3 -3
  454. package/esm/menu/MenuGroup.js +3 -3
  455. package/esm/menu/MenuItem.js +3 -3
  456. package/esm/menu/SubMenu.js +3 -3
  457. package/esm/menu/index.js +3 -3
  458. package/esm/message/Message.js +3 -3
  459. package/esm/message/MessageClose.js +3 -3
  460. package/esm/message/MessageComponent.js +3 -3
  461. package/esm/message/MessageIcon.js +3 -3
  462. package/esm/message/index.js +3 -3
  463. package/esm/message/useMessageClass.js +3 -3
  464. package/esm/notification/Notification.js +4 -4
  465. package/esm/notification/NotificationList.js +4 -4
  466. package/esm/notification/NotificationPlugin.js +4 -4
  467. package/esm/notification/index.js +4 -4
  468. package/esm/pagination/Pagination.d.ts +1 -1
  469. package/esm/pagination/Pagination.js +83 -93
  470. package/esm/pagination/Pagination.js.map +1 -1
  471. package/esm/pagination/hooks/useBoundaryJumper.d.ts +5 -0
  472. package/esm/pagination/hooks/useBoundaryJumper.js +68 -0
  473. package/esm/pagination/hooks/useBoundaryJumper.js.map +1 -0
  474. package/esm/pagination/hooks/usePrevNextJumper.d.ts +5 -0
  475. package/esm/pagination/hooks/usePrevNextJumper.js +68 -0
  476. package/esm/pagination/hooks/usePrevNextJumper.js.map +1 -0
  477. package/esm/pagination/index.d.ts +1 -1
  478. package/esm/pagination/index.js +6 -4
  479. package/esm/pagination/index.js.map +1 -1
  480. package/esm/pagination/type.d.ts +10 -1
  481. package/esm/popconfirm/Popconfirm.js +3 -3
  482. package/esm/popconfirm/Popcontent.js +3 -3
  483. package/esm/popconfirm/index.js +3 -3
  484. package/esm/popup/Popup.d.ts +4 -0
  485. package/esm/popup/Popup.js +13 -7
  486. package/esm/popup/Popup.js.map +1 -1
  487. package/esm/popup/hooks/useTriggerProps.js +3 -3
  488. package/esm/popup/index.js +3 -3
  489. package/esm/popup/type.d.ts +3 -2
  490. package/esm/progress/Progress.js +3 -3
  491. package/esm/progress/index.js +3 -3
  492. package/esm/radio/Radio.js +4 -4
  493. package/esm/radio/RadioGroup.js +4 -4
  494. package/esm/radio/index.js +4 -4
  495. package/esm/select/base/Option.js +3 -3
  496. package/esm/select/base/OptionGroup.js +3 -3
  497. package/esm/select/base/PopupContent.js +3 -3
  498. package/esm/select/base/Select.js +3 -3
  499. package/esm/select/index.js +3 -3
  500. package/esm/select/util/helper.js +3 -3
  501. package/esm/select-input/SelectInput.js +3 -3
  502. package/esm/select-input/index.js +3 -3
  503. package/esm/select-input/useMultiple.js +3 -3
  504. package/esm/select-input/useSingle.js +3 -3
  505. package/esm/skeleton/Skeleton.js +3 -3
  506. package/esm/skeleton/index.js +3 -3
  507. package/esm/slider/Slider.js +3 -3
  508. package/esm/slider/SliderHandleButton.js +3 -3
  509. package/esm/slider/index.js +3 -3
  510. package/esm/steps/StepItem.js +3 -3
  511. package/esm/steps/Steps.js +3 -3
  512. package/esm/steps/index.js +3 -3
  513. package/esm/swiper/Swiper.js +3 -3
  514. package/esm/swiper/SwiperItem.js +3 -3
  515. package/esm/swiper/index.js +3 -3
  516. package/esm/switch/Switch.js +3 -3
  517. package/esm/switch/index.js +3 -3
  518. package/esm/table/BaseTable.js +5 -3
  519. package/esm/table/BaseTable.js.map +1 -1
  520. package/esm/table/Ellipsis.js +3 -3
  521. package/esm/table/EnhancedTable.js +12 -10
  522. package/esm/table/EnhancedTable.js.map +1 -1
  523. package/esm/table/FilterController.js +7 -7
  524. package/esm/table/PrimaryTable.js +9 -7
  525. package/esm/table/PrimaryTable.js.map +1 -1
  526. package/esm/table/SorterButton.js +3 -3
  527. package/esm/table/TBody.js +3 -3
  528. package/esm/table/TFoot.js +3 -3
  529. package/esm/table/THead.js +3 -3
  530. package/esm/table/TR.js +3 -3
  531. package/esm/table/hooks/useAsyncLoading.js +6 -5
  532. package/esm/table/hooks/useAsyncLoading.js.map +1 -1
  533. package/esm/table/hooks/useClassName.js +3 -3
  534. package/esm/table/hooks/useColumnController.js +4 -4
  535. package/esm/table/hooks/useDragSort.js +3 -3
  536. package/esm/table/hooks/useFilter.js +7 -7
  537. package/esm/table/hooks/useFixed.js +4 -4
  538. package/esm/table/hooks/useFixed.js.map +1 -1
  539. package/esm/table/hooks/usePagination.js +6 -4
  540. package/esm/table/hooks/usePagination.js.map +1 -1
  541. package/esm/table/hooks/useRowExpand.js +3 -3
  542. package/esm/table/hooks/useRowSelect.js +5 -5
  543. package/esm/table/hooks/useSorter.js +3 -3
  544. package/esm/table/hooks/useStyle.js +3 -3
  545. package/esm/table/hooks/useTableHeader.js +3 -3
  546. package/esm/table/hooks/useTreeData.js +7 -7
  547. package/esm/table/index.js +12 -10
  548. package/esm/table/index.js.map +1 -1
  549. package/esm/tabs/TabBar.js +3 -3
  550. package/esm/tabs/TabNav.js +3 -3
  551. package/esm/tabs/TabNavItem.js +3 -3
  552. package/esm/tabs/TabPanel.js +3 -3
  553. package/esm/tabs/Tabs.js +3 -3
  554. package/esm/tabs/index.js +3 -3
  555. package/esm/tabs/useTabClass.js +3 -3
  556. package/esm/tag/CheckTag.js +3 -3
  557. package/esm/tag/Tag.js +3 -3
  558. package/esm/tag/index.js +3 -3
  559. package/esm/tag-input/TagInput.js +3 -3
  560. package/esm/tag-input/index.js +3 -3
  561. package/esm/tag-input/useTagList.js +3 -3
  562. package/esm/textarea/Textarea.js +3 -3
  563. package/esm/textarea/index.js +3 -3
  564. package/esm/time-picker/InputItems.js +3 -3
  565. package/esm/time-picker/TimePicker.js +3 -3
  566. package/esm/time-picker/TimeRangePicker.js +3 -3
  567. package/esm/time-picker/consts.js +3 -3
  568. package/esm/time-picker/index.js +3 -3
  569. package/esm/time-picker/panel/SinglePanel.js +3 -3
  570. package/esm/time-picker/panel/TimePickerPanel.js +3 -3
  571. package/esm/time-picker/panel/TimePickerRangePanel.js +3 -3
  572. package/esm/tooltip/Tooltip.js +43 -7
  573. package/esm/tooltip/Tooltip.js.map +1 -1
  574. package/esm/tooltip/index.js +3 -3
  575. package/esm/tooltip/type.d.ts +11 -1
  576. package/esm/transfer/Transfer.js +8 -6
  577. package/esm/transfer/Transfer.js.map +1 -1
  578. package/esm/transfer/TransferList.js +8 -6
  579. package/esm/transfer/TransferList.js.map +1 -1
  580. package/esm/transfer/index.js +8 -6
  581. package/esm/transfer/index.js.map +1 -1
  582. package/esm/transfer/utils.js +3 -3
  583. package/esm/tree/Tree.js +8 -8
  584. package/esm/tree/TreeItem.js +4 -4
  585. package/esm/tree/index.js +8 -8
  586. package/esm/tree/useStore.js +6 -6
  587. package/esm/tree/useTreeConfig.js +3 -3
  588. package/esm/tree-select/SelectArrow.js +3 -3
  589. package/esm/tree-select/TreeSelect.js +8 -8
  590. package/esm/tree-select/index.js +8 -8
  591. package/esm/tree-select/useTreeSelectLocale.js +3 -3
  592. package/esm/upload/dragger.d.ts +1 -0
  593. package/esm/upload/dragger.js +7 -7
  594. package/esm/upload/dragger.js.map +1 -1
  595. package/esm/upload/hooks/useSizeLimit.js +3 -3
  596. package/esm/upload/index.js +6 -6
  597. package/esm/upload/themes/dragger-progress.js +3 -3
  598. package/esm/upload/themes/flow-list/file-list.js +3 -3
  599. package/esm/upload/themes/flow-list/img-list.js +3 -3
  600. package/esm/upload/themes/flow-list/index.js +3 -3
  601. package/esm/upload/themes/image-card.js +3 -3
  602. package/esm/upload/themes/single-file.js +3 -3
  603. package/esm/upload/tips.js +3 -3
  604. package/esm/upload/type.d.ts +22 -12
  605. package/esm/upload/upload-trigger.js +3 -3
  606. package/esm/upload/upload.js +16 -6
  607. package/esm/upload/upload.js.map +1 -1
  608. package/lib/_chunks/{dep-6d4fa454.js → dep-129536d8.js} +2 -2
  609. package/lib/_chunks/{dep-6d4fa454.js.map → dep-129536d8.js.map} +1 -1
  610. package/lib/_chunks/{dep-e638ecec.js → dep-195cf5b4.js} +2 -2
  611. package/lib/_chunks/{dep-e638ecec.js.map → dep-195cf5b4.js.map} +1 -1
  612. package/lib/_chunks/{dep-c8d41d06.js → dep-29c857b5.js} +3 -3
  613. package/lib/_chunks/{dep-c8d41d06.js.map → dep-29c857b5.js.map} +1 -1
  614. package/lib/_chunks/{dep-c6bf9a75.js → dep-5402d6ee.js} +1 -1
  615. package/lib/_chunks/{dep-c6bf9a75.js.map → dep-5402d6ee.js.map} +1 -1
  616. package/lib/_chunks/{dep-cb73fbb9.js → dep-76094f75.js} +1 -1
  617. package/lib/_chunks/{dep-cb73fbb9.js.map → dep-76094f75.js.map} +1 -1
  618. package/lib/_chunks/{dep-20f62a1a.js → dep-7c80ee2a.js} +1 -1
  619. package/lib/_chunks/{dep-20f62a1a.js.map → dep-7c80ee2a.js.map} +1 -1
  620. package/lib/_chunks/{dep-c0ca803f.js → dep-a129de86.js} +3 -3
  621. package/lib/_chunks/{dep-c0ca803f.js.map → dep-a129de86.js.map} +1 -1
  622. package/lib/_chunks/{dep-67ebc854.js → dep-bc51fe43.js} +6 -6
  623. package/lib/_chunks/dep-bc51fe43.js.map +1 -0
  624. package/lib/_chunks/{dep-2a0d97c6.js → dep-bcc3235b.js} +3 -3
  625. package/lib/_chunks/{dep-2a0d97c6.js.map → dep-bcc3235b.js.map} +1 -1
  626. package/lib/_chunks/{dep-de18c3de.js → dep-e28ee7d9.js} +5 -5
  627. package/lib/_chunks/{dep-de18c3de.js.map → dep-e28ee7d9.js.map} +1 -1
  628. package/lib/_chunks/{dep-a8752c41.js → dep-e8b3b4ce.js} +1 -1
  629. package/lib/_chunks/{dep-a8752c41.js.map → dep-e8b3b4ce.js.map} +1 -1
  630. package/lib/_chunks/{dep-a1f27217.js → dep-f22b4d8d.js} +2 -2
  631. package/lib/_chunks/{dep-a1f27217.js.map → dep-f22b4d8d.js.map} +1 -1
  632. package/lib/_chunks/{dep-a8c2daae.js → dep-f5f4402b.js} +1 -1
  633. package/lib/_chunks/{dep-a8c2daae.js.map → dep-f5f4402b.js.map} +1 -1
  634. package/lib/_util/useAnimation.js +3 -3
  635. package/lib/_util/useClickOutside.js +3 -3
  636. package/lib/_util/useCommonClassName.js +3 -3
  637. package/lib/_util/useConfig.js +3 -3
  638. package/lib/_util/useRipple.js +3 -3
  639. package/lib/addon/Addon.js +3 -3
  640. package/lib/addon/index.js +3 -3
  641. package/lib/affix/Affix.js +3 -3
  642. package/lib/affix/index.js +3 -3
  643. package/lib/alert/Alert.js +3 -3
  644. package/lib/alert/index.js +3 -3
  645. package/lib/anchor/Anchor.js +5 -5
  646. package/lib/anchor/AnchorItem.js +3 -3
  647. package/lib/anchor/AnchorTarget.js +3 -3
  648. package/lib/anchor/index.js +5 -5
  649. package/lib/avatar/AvararGroup.js +4 -4
  650. package/lib/avatar/Avatar.js +4 -4
  651. package/lib/avatar/index.js +4 -4
  652. package/lib/badge/Badge.js +3 -3
  653. package/lib/badge/index.js +3 -3
  654. package/lib/breadcrumb/Breadcrumb.js +3 -3
  655. package/lib/breadcrumb/BreadcrumbItem.js +3 -3
  656. package/lib/breadcrumb/index.js +3 -3
  657. package/lib/button/Button.js +3 -3
  658. package/lib/button/index.js +3 -3
  659. package/lib/calendar/Calendar.js +4 -4
  660. package/lib/calendar/index.js +4 -4
  661. package/lib/card/Card.js +3 -3
  662. package/lib/card/index.js +3 -3
  663. package/lib/cascader/Cascader.js +6 -6
  664. package/lib/cascader/components/InputContent.js +5 -5
  665. package/lib/cascader/components/Item.js +4 -4
  666. package/lib/cascader/components/Panel.js +4 -4
  667. package/lib/cascader/index.js +6 -6
  668. package/lib/cascader/utils/inputContent.js +3 -3
  669. package/lib/checkbox/Checkbox.js +4 -4
  670. package/lib/checkbox/CheckboxGroup.js +4 -4
  671. package/lib/checkbox/index.js +4 -4
  672. package/lib/color-picker/ColorPicker.js +8 -8
  673. package/lib/color-picker/ColorPickerPanel.js +8 -8
  674. package/lib/color-picker/components/panel/format/index.js +3 -3
  675. package/lib/color-picker/components/panel/format/inputs.js +3 -3
  676. package/lib/color-picker/components/panel/header.js +4 -4
  677. package/lib/color-picker/components/panel/index.js +8 -8
  678. package/lib/color-picker/components/panel/linear-gradient.js +7 -7
  679. package/lib/color-picker/components/panel/swatches.js +3 -3
  680. package/lib/color-picker/components/trigger.js +3 -3
  681. package/lib/color-picker/hooks/useClassname.js +3 -3
  682. package/lib/color-picker/index.js +8 -8
  683. package/lib/comment/Comment.js +3 -3
  684. package/lib/comment/index.js +3 -3
  685. package/lib/common/Check.js +3 -3
  686. package/lib/common/FakeArrow.js +3 -3
  687. package/lib/common/Portal.js +3 -3
  688. package/lib/config-provider/ConfigContext.js +3 -3
  689. package/lib/config-provider/ConfigProvider.js +3 -3
  690. package/lib/config-provider/index.js +3 -3
  691. package/lib/date-picker/DatePicker.js +3 -3
  692. package/lib/date-picker/base/CalendarPresets.js +3 -3
  693. package/lib/date-picker/base/Cell.js +3 -3
  694. package/lib/date-picker/base/Header.js +3 -3
  695. package/lib/date-picker/base/Table.js +3 -3
  696. package/lib/date-picker/index.js +3 -3
  697. package/lib/date-picker/panel/Date.js +3 -3
  698. package/lib/date-picker/panel/DateRange.js +3 -3
  699. package/lib/dialog/Dialog.js +3 -3
  700. package/lib/dialog/RenderDialog.js +17 -3
  701. package/lib/dialog/RenderDialog.js.map +1 -1
  702. package/lib/dialog/index.js +3 -3
  703. package/lib/dialog/plugin.js +10 -12
  704. package/lib/dialog/plugin.js.map +1 -1
  705. package/lib/divider/Divider.js +3 -3
  706. package/lib/divider/index.js +3 -3
  707. package/lib/drawer/Drawer.js +3 -3
  708. package/lib/drawer/DrawerWrapper.js +3 -3
  709. package/lib/drawer/index.js +3 -3
  710. package/lib/dropdown/Dropdown.js +6 -6
  711. package/lib/dropdown/DropdownItem.js +3 -3
  712. package/lib/dropdown/DropdownMenu.js +3 -3
  713. package/lib/dropdown/index.js +6 -6
  714. package/lib/form/Form.js +8 -8
  715. package/lib/form/FormItem.js +8 -8
  716. package/lib/form/formModel.js +3 -3
  717. package/lib/form/hooks/useFormItemStyle.js +8 -8
  718. package/lib/form/hooks/useInstance.js +5 -5
  719. package/lib/form/index.js +8 -8
  720. package/lib/grid/Col.js +3 -3
  721. package/lib/grid/Row.js +3 -3
  722. package/lib/grid/index.js +3 -3
  723. package/lib/hooks/useCommonClassName.js +3 -3
  724. package/lib/index-lib.js +15 -13
  725. package/lib/index-lib.js.map +1 -1
  726. package/lib/index.js +15 -13
  727. package/lib/index.js.map +1 -1
  728. package/lib/input/Input.js +3 -3
  729. package/lib/input/InputGroup.js +3 -3
  730. package/lib/input/index.js +3 -3
  731. package/lib/input-number/InputNumber.js +3 -3
  732. package/lib/input-number/StepHandler.js +3 -3
  733. package/lib/input-number/index.js +3 -3
  734. package/lib/layout/Aside.js +3 -3
  735. package/lib/layout/Layout.js +3 -3
  736. package/lib/layout/index.js +3 -3
  737. package/lib/list/List.js +3 -3
  738. package/lib/list/ListItem.js +3 -3
  739. package/lib/list/ListItemMeta.js +3 -3
  740. package/lib/list/index.js +3 -3
  741. package/lib/loading/Loading.js +3 -3
  742. package/lib/loading/gradient.js +3 -3
  743. package/lib/loading/index.js +3 -3
  744. package/lib/loading/plugin.js +3 -3
  745. package/lib/locale/LocalReceiver.js +3 -3
  746. package/lib/menu/HeadMenu.js +3 -3
  747. package/lib/menu/Menu.js +3 -3
  748. package/lib/menu/MenuGroup.js +3 -3
  749. package/lib/menu/MenuItem.js +3 -3
  750. package/lib/menu/SubMenu.js +3 -3
  751. package/lib/menu/index.js +3 -3
  752. package/lib/message/Message.js +3 -3
  753. package/lib/message/MessageClose.js +3 -3
  754. package/lib/message/MessageComponent.js +3 -3
  755. package/lib/message/MessageIcon.js +3 -3
  756. package/lib/message/index.js +3 -3
  757. package/lib/message/useMessageClass.js +3 -3
  758. package/lib/notification/Notification.js +4 -4
  759. package/lib/notification/NotificationList.js +4 -4
  760. package/lib/notification/NotificationPlugin.js +4 -4
  761. package/lib/notification/index.js +4 -4
  762. package/lib/pagination/Pagination.d.ts +1 -1
  763. package/lib/pagination/Pagination.js +81 -86
  764. package/lib/pagination/Pagination.js.map +1 -1
  765. package/lib/pagination/hooks/useBoundaryJumper.d.ts +5 -0
  766. package/lib/pagination/hooks/useBoundaryJumper.js +73 -0
  767. package/lib/pagination/hooks/useBoundaryJumper.js.map +1 -0
  768. package/lib/pagination/hooks/usePrevNextJumper.d.ts +5 -0
  769. package/lib/pagination/hooks/usePrevNextJumper.js +73 -0
  770. package/lib/pagination/hooks/usePrevNextJumper.js.map +1 -0
  771. package/lib/pagination/index.d.ts +1 -1
  772. package/lib/pagination/index.js +6 -4
  773. package/lib/pagination/index.js.map +1 -1
  774. package/lib/pagination/type.d.ts +10 -1
  775. package/lib/popconfirm/Popconfirm.js +3 -3
  776. package/lib/popconfirm/Popcontent.js +3 -3
  777. package/lib/popconfirm/index.js +3 -3
  778. package/lib/popup/Popup.d.ts +4 -0
  779. package/lib/popup/Popup.js +13 -7
  780. package/lib/popup/Popup.js.map +1 -1
  781. package/lib/popup/hooks/useTriggerProps.js +3 -3
  782. package/lib/popup/index.js +3 -3
  783. package/lib/popup/type.d.ts +3 -2
  784. package/lib/progress/Progress.js +3 -3
  785. package/lib/progress/index.js +3 -3
  786. package/lib/radio/Radio.js +4 -4
  787. package/lib/radio/RadioGroup.js +4 -4
  788. package/lib/radio/index.js +4 -4
  789. package/lib/select/base/Option.js +3 -3
  790. package/lib/select/base/OptionGroup.js +3 -3
  791. package/lib/select/base/PopupContent.js +3 -3
  792. package/lib/select/base/Select.js +3 -3
  793. package/lib/select/index.js +3 -3
  794. package/lib/select/util/helper.js +3 -3
  795. package/lib/select-input/SelectInput.js +3 -3
  796. package/lib/select-input/index.js +3 -3
  797. package/lib/select-input/useMultiple.js +3 -3
  798. package/lib/select-input/useSingle.js +3 -3
  799. package/lib/skeleton/Skeleton.js +3 -3
  800. package/lib/skeleton/index.js +3 -3
  801. package/lib/slider/Slider.js +3 -3
  802. package/lib/slider/SliderHandleButton.js +3 -3
  803. package/lib/slider/index.js +3 -3
  804. package/lib/steps/StepItem.js +3 -3
  805. package/lib/steps/Steps.js +3 -3
  806. package/lib/steps/index.js +3 -3
  807. package/lib/swiper/Swiper.js +3 -3
  808. package/lib/swiper/SwiperItem.js +3 -3
  809. package/lib/swiper/index.js +3 -3
  810. package/lib/switch/Switch.js +3 -3
  811. package/lib/switch/index.js +3 -3
  812. package/lib/table/BaseTable.js +5 -3
  813. package/lib/table/BaseTable.js.map +1 -1
  814. package/lib/table/Ellipsis.js +3 -3
  815. package/lib/table/EnhancedTable.js +12 -10
  816. package/lib/table/EnhancedTable.js.map +1 -1
  817. package/lib/table/FilterController.js +7 -7
  818. package/lib/table/PrimaryTable.js +9 -7
  819. package/lib/table/PrimaryTable.js.map +1 -1
  820. package/lib/table/SorterButton.js +3 -3
  821. package/lib/table/TBody.js +3 -3
  822. package/lib/table/TFoot.js +3 -3
  823. package/lib/table/THead.js +3 -3
  824. package/lib/table/TR.js +3 -3
  825. package/lib/table/hooks/useAsyncLoading.js +6 -5
  826. package/lib/table/hooks/useAsyncLoading.js.map +1 -1
  827. package/lib/table/hooks/useClassName.js +3 -3
  828. package/lib/table/hooks/useColumnController.js +4 -4
  829. package/lib/table/hooks/useDragSort.js +3 -3
  830. package/lib/table/hooks/useFilter.js +7 -7
  831. package/lib/table/hooks/useFixed.js +4 -4
  832. package/lib/table/hooks/useFixed.js.map +1 -1
  833. package/lib/table/hooks/usePagination.js +6 -4
  834. package/lib/table/hooks/usePagination.js.map +1 -1
  835. package/lib/table/hooks/useRowExpand.js +3 -3
  836. package/lib/table/hooks/useRowSelect.js +5 -5
  837. package/lib/table/hooks/useSorter.js +3 -3
  838. package/lib/table/hooks/useStyle.js +3 -3
  839. package/lib/table/hooks/useTableHeader.js +3 -3
  840. package/lib/table/hooks/useTreeData.js +7 -7
  841. package/lib/table/index.js +12 -10
  842. package/lib/table/index.js.map +1 -1
  843. package/lib/tabs/TabBar.js +3 -3
  844. package/lib/tabs/TabNav.js +3 -3
  845. package/lib/tabs/TabNavItem.js +3 -3
  846. package/lib/tabs/TabPanel.js +3 -3
  847. package/lib/tabs/Tabs.js +3 -3
  848. package/lib/tabs/index.js +3 -3
  849. package/lib/tabs/useTabClass.js +3 -3
  850. package/lib/tag/CheckTag.js +3 -3
  851. package/lib/tag/Tag.js +3 -3
  852. package/lib/tag/index.js +3 -3
  853. package/lib/tag-input/TagInput.js +3 -3
  854. package/lib/tag-input/index.js +3 -3
  855. package/lib/tag-input/useTagList.js +3 -3
  856. package/lib/textarea/Textarea.js +3 -3
  857. package/lib/textarea/index.js +3 -3
  858. package/lib/time-picker/InputItems.js +3 -3
  859. package/lib/time-picker/TimePicker.js +3 -3
  860. package/lib/time-picker/TimeRangePicker.js +3 -3
  861. package/lib/time-picker/consts.js +3 -3
  862. package/lib/time-picker/index.js +3 -3
  863. package/lib/time-picker/panel/SinglePanel.js +3 -3
  864. package/lib/time-picker/panel/TimePickerPanel.js +3 -3
  865. package/lib/time-picker/panel/TimePickerRangePanel.js +3 -3
  866. package/lib/tooltip/Tooltip.js +43 -7
  867. package/lib/tooltip/Tooltip.js.map +1 -1
  868. package/lib/tooltip/index.js +3 -3
  869. package/lib/tooltip/type.d.ts +11 -1
  870. package/lib/transfer/Transfer.js +8 -6
  871. package/lib/transfer/Transfer.js.map +1 -1
  872. package/lib/transfer/TransferList.js +8 -6
  873. package/lib/transfer/TransferList.js.map +1 -1
  874. package/lib/transfer/index.js +8 -6
  875. package/lib/transfer/index.js.map +1 -1
  876. package/lib/transfer/utils.js +3 -3
  877. package/lib/tree/Tree.js +8 -8
  878. package/lib/tree/TreeItem.js +4 -4
  879. package/lib/tree/index.js +8 -8
  880. package/lib/tree/useStore.js +6 -6
  881. package/lib/tree/useTreeConfig.js +3 -3
  882. package/lib/tree-select/SelectArrow.js +3 -3
  883. package/lib/tree-select/TreeSelect.js +8 -8
  884. package/lib/tree-select/index.js +8 -8
  885. package/lib/tree-select/useTreeSelectLocale.js +3 -3
  886. package/lib/upload/dragger.d.ts +1 -0
  887. package/lib/upload/dragger.js +7 -7
  888. package/lib/upload/dragger.js.map +1 -1
  889. package/lib/upload/hooks/useSizeLimit.js +3 -3
  890. package/lib/upload/index.js +6 -6
  891. package/lib/upload/themes/dragger-progress.js +3 -3
  892. package/lib/upload/themes/flow-list/file-list.js +3 -3
  893. package/lib/upload/themes/flow-list/img-list.js +3 -3
  894. package/lib/upload/themes/flow-list/index.js +3 -3
  895. package/lib/upload/themes/image-card.js +3 -3
  896. package/lib/upload/themes/single-file.js +3 -3
  897. package/lib/upload/tips.js +3 -3
  898. package/lib/upload/type.d.ts +22 -12
  899. package/lib/upload/upload-trigger.js +3 -3
  900. package/lib/upload/upload.js +16 -6
  901. package/lib/upload/upload.js.map +1 -1
  902. package/package.json +1 -1
  903. package/es/_chunks/dep-4581ce48.js.map +0 -1
  904. package/es/alert/usage/index.d.ts +0 -1
  905. package/es/alert/usage/index.js +0 -95
  906. package/es/alert/usage/index.js.map +0 -1
  907. package/es/anchor/usage/index.d.ts +0 -1
  908. package/es/anchor/usage/index.js +0 -90
  909. package/es/anchor/usage/index.js.map +0 -1
  910. package/es/avatar/usage/index.d.ts +0 -1
  911. package/es/avatar/usage/index.js +0 -87
  912. package/es/avatar/usage/index.js.map +0 -1
  913. package/es/badge/usage/index.d.ts +0 -1
  914. package/es/badge/usage/index.js +0 -109
  915. package/es/badge/usage/index.js.map +0 -1
  916. package/es/button/usage/index.d.ts +0 -1
  917. package/es/button/usage/index.js +0 -174
  918. package/es/button/usage/index.js.map +0 -1
  919. package/es/calendar/usage/index.d.ts +0 -1
  920. package/es/calendar/usage/index.js +0 -120
  921. package/es/calendar/usage/index.js.map +0 -1
  922. package/es/cascader/usage/index.d.ts +0 -1
  923. package/es/cascader/usage/index.js +0 -223
  924. package/es/cascader/usage/index.js.map +0 -1
  925. package/es/checkbox/usage/index.d.ts +0 -1
  926. package/es/checkbox/usage/index.js +0 -97
  927. package/es/checkbox/usage/index.js.map +0 -1
  928. package/es/date-picker/usage/index.d.ts +0 -1
  929. package/es/date-picker/usage/index.js +0 -139
  930. package/es/date-picker/usage/index.js.map +0 -1
  931. package/es/dialog/usage/index.d.ts +0 -1
  932. package/es/dialog/usage/index.js +0 -219
  933. package/es/dialog/usage/index.js.map +0 -1
  934. package/es/divider/usage/index.d.ts +0 -1
  935. package/es/divider/usage/index.js +0 -107
  936. package/es/divider/usage/index.js.map +0 -1
  937. package/es/drawer/usage/index.d.ts +0 -1
  938. package/es/drawer/usage/index.js +0 -196
  939. package/es/drawer/usage/index.js.map +0 -1
  940. package/es/dropdown/usage/index.d.ts +0 -1
  941. package/es/dropdown/usage/index.js +0 -178
  942. package/es/dropdown/usage/index.js.map +0 -1
  943. package/es/form/usage/index.d.ts +0 -1
  944. package/es/form/usage/index.js +0 -185
  945. package/es/form/usage/index.js.map +0 -1
  946. package/es/input/usage/index.d.ts +0 -1
  947. package/es/input/usage/index.js +0 -207
  948. package/es/input/usage/index.js.map +0 -1
  949. package/es/input-number/usage/index.d.ts +0 -1
  950. package/es/input-number/usage/index.js +0 -121
  951. package/es/input-number/usage/index.js.map +0 -1
  952. package/es/list/usage/index.d.ts +0 -1
  953. package/es/list/usage/index.js +0 -129
  954. package/es/list/usage/index.js.map +0 -1
  955. package/es/loading/usage/index.d.ts +0 -1
  956. package/es/loading/usage/index.js +0 -104
  957. package/es/loading/usage/index.js.map +0 -1
  958. package/es/menu/usage/index.d.ts +0 -1
  959. package/es/menu/usage/index.js +0 -161
  960. package/es/menu/usage/index.js.map +0 -1
  961. package/es/message/usage/index.d.ts +0 -1
  962. package/es/message/usage/index.js +0 -111
  963. package/es/message/usage/index.js.map +0 -1
  964. package/es/notification/usage/index.d.ts +0 -1
  965. package/es/notification/usage/index.js +0 -104
  966. package/es/notification/usage/index.js.map +0 -1
  967. package/es/pagination/usage/index.d.ts +0 -1
  968. package/es/pagination/usage/index.js +0 -116
  969. package/es/pagination/usage/index.js.map +0 -1
  970. package/es/popconfirm/usage/index.d.ts +0 -1
  971. package/es/popconfirm/usage/index.js +0 -160
  972. package/es/popconfirm/usage/index.js.map +0 -1
  973. package/es/popup/usage/index.d.ts +0 -1
  974. package/es/popup/usage/index.js +0 -185
  975. package/es/popup/usage/index.js.map +0 -1
  976. package/es/progress/usage/index.d.ts +0 -1
  977. package/es/progress/usage/index.js +0 -95
  978. package/es/progress/usage/index.js.map +0 -1
  979. package/es/radio/usage/index.d.ts +0 -1
  980. package/es/radio/usage/index.js +0 -90
  981. package/es/radio/usage/index.js.map +0 -1
  982. package/es/select/usage/index.d.ts +0 -1
  983. package/es/select/usage/index.js +0 -198
  984. package/es/select/usage/index.js.map +0 -1
  985. package/es/select-input/usage/index.d.ts +0 -1
  986. package/es/select-input/usage/index.js +0 -159
  987. package/es/select-input/usage/index.js.map +0 -1
  988. package/es/skeleton/usage/index.d.ts +0 -1
  989. package/es/skeleton/usage/index.js +0 -100
  990. package/es/skeleton/usage/index.js.map +0 -1
  991. package/es/slider/usage/index.d.ts +0 -1
  992. package/es/slider/usage/index.js +0 -105
  993. package/es/slider/usage/index.js.map +0 -1
  994. package/es/steps/usage/index.d.ts +0 -1
  995. package/es/steps/usage/index.js +0 -126
  996. package/es/steps/usage/index.js.map +0 -1
  997. package/es/swiper/usage/index.d.ts +0 -1
  998. package/es/swiper/usage/index.js +0 -181
  999. package/es/swiper/usage/index.js.map +0 -1
  1000. package/es/switch/usage/index.d.ts +0 -1
  1001. package/es/switch/usage/index.js +0 -102
  1002. package/es/switch/usage/index.js.map +0 -1
  1003. package/es/table/usage/index.d.ts +0 -1
  1004. package/es/table/usage/index.js +0 -240
  1005. package/es/table/usage/index.js.map +0 -1
  1006. package/es/tabs/usage/index.d.ts +0 -1
  1007. package/es/tabs/usage/index.js +0 -159
  1008. package/es/tabs/usage/index.js.map +0 -1
  1009. package/es/tag/usage/index.d.ts +0 -1
  1010. package/es/tag/usage/index.js +0 -164
  1011. package/es/tag/usage/index.js.map +0 -1
  1012. package/es/tag-input/usage/index.d.ts +0 -1
  1013. package/es/tag-input/usage/index.js +0 -131
  1014. package/es/tag-input/usage/index.js.map +0 -1
  1015. package/es/textarea/usage/index.d.ts +0 -1
  1016. package/es/textarea/usage/index.js +0 -93
  1017. package/es/textarea/usage/index.js.map +0 -1
  1018. package/es/time-picker/usage/index.d.ts +0 -1
  1019. package/es/time-picker/usage/index.js +0 -116
  1020. package/es/time-picker/usage/index.js.map +0 -1
  1021. package/es/tooltip/usage/index.d.ts +0 -1
  1022. package/es/tooltip/usage/index.js +0 -110
  1023. package/es/tooltip/usage/index.js.map +0 -1
  1024. package/es/transfer/usage/index.d.ts +0 -1
  1025. package/es/transfer/usage/index.js +0 -134
  1026. package/es/transfer/usage/index.js.map +0 -1
  1027. package/es/tree/usage/index.d.ts +0 -1
  1028. package/es/tree/usage/index.js +0 -224
  1029. package/es/tree/usage/index.js.map +0 -1
  1030. package/es/tree-select/usage/index.d.ts +0 -1
  1031. package/es/tree-select/usage/index.js +0 -182
  1032. package/es/tree-select/usage/index.js.map +0 -1
  1033. package/es/upload/usage/index.d.ts +0 -1
  1034. package/es/upload/usage/index.js +0 -213
  1035. package/es/upload/usage/index.js.map +0 -1
  1036. package/esm/_chunks/dep-591b8d7b.js.map +0 -1
  1037. package/esm/_common/style/web/components/table/_index_old.less +0 -706
  1038. package/esm/alert/usage/index.d.ts +0 -1
  1039. package/esm/alert/usage/index.js +0 -95
  1040. package/esm/alert/usage/index.js.map +0 -1
  1041. package/esm/anchor/usage/index.d.ts +0 -1
  1042. package/esm/anchor/usage/index.js +0 -90
  1043. package/esm/anchor/usage/index.js.map +0 -1
  1044. package/esm/avatar/usage/index.d.ts +0 -1
  1045. package/esm/avatar/usage/index.js +0 -87
  1046. package/esm/avatar/usage/index.js.map +0 -1
  1047. package/esm/badge/usage/index.d.ts +0 -1
  1048. package/esm/badge/usage/index.js +0 -109
  1049. package/esm/badge/usage/index.js.map +0 -1
  1050. package/esm/button/usage/index.d.ts +0 -1
  1051. package/esm/button/usage/index.js +0 -174
  1052. package/esm/button/usage/index.js.map +0 -1
  1053. package/esm/calendar/usage/index.d.ts +0 -1
  1054. package/esm/calendar/usage/index.js +0 -120
  1055. package/esm/calendar/usage/index.js.map +0 -1
  1056. package/esm/cascader/usage/index.d.ts +0 -1
  1057. package/esm/cascader/usage/index.js +0 -223
  1058. package/esm/cascader/usage/index.js.map +0 -1
  1059. package/esm/checkbox/usage/index.d.ts +0 -1
  1060. package/esm/checkbox/usage/index.js +0 -97
  1061. package/esm/checkbox/usage/index.js.map +0 -1
  1062. package/esm/date-picker/usage/index.d.ts +0 -1
  1063. package/esm/date-picker/usage/index.js +0 -139
  1064. package/esm/date-picker/usage/index.js.map +0 -1
  1065. package/esm/dialog/usage/index.d.ts +0 -1
  1066. package/esm/dialog/usage/index.js +0 -219
  1067. package/esm/dialog/usage/index.js.map +0 -1
  1068. package/esm/divider/usage/index.d.ts +0 -1
  1069. package/esm/divider/usage/index.js +0 -107
  1070. package/esm/divider/usage/index.js.map +0 -1
  1071. package/esm/drawer/usage/index.d.ts +0 -1
  1072. package/esm/drawer/usage/index.js +0 -196
  1073. package/esm/drawer/usage/index.js.map +0 -1
  1074. package/esm/dropdown/usage/index.d.ts +0 -1
  1075. package/esm/dropdown/usage/index.js +0 -178
  1076. package/esm/dropdown/usage/index.js.map +0 -1
  1077. package/esm/form/usage/index.d.ts +0 -1
  1078. package/esm/form/usage/index.js +0 -185
  1079. package/esm/form/usage/index.js.map +0 -1
  1080. package/esm/input/usage/index.d.ts +0 -1
  1081. package/esm/input/usage/index.js +0 -207
  1082. package/esm/input/usage/index.js.map +0 -1
  1083. package/esm/input-number/usage/index.d.ts +0 -1
  1084. package/esm/input-number/usage/index.js +0 -121
  1085. package/esm/input-number/usage/index.js.map +0 -1
  1086. package/esm/list/usage/index.d.ts +0 -1
  1087. package/esm/list/usage/index.js +0 -129
  1088. package/esm/list/usage/index.js.map +0 -1
  1089. package/esm/loading/usage/index.d.ts +0 -1
  1090. package/esm/loading/usage/index.js +0 -104
  1091. package/esm/loading/usage/index.js.map +0 -1
  1092. package/esm/menu/usage/index.d.ts +0 -1
  1093. package/esm/menu/usage/index.js +0 -161
  1094. package/esm/menu/usage/index.js.map +0 -1
  1095. package/esm/message/usage/index.d.ts +0 -1
  1096. package/esm/message/usage/index.js +0 -111
  1097. package/esm/message/usage/index.js.map +0 -1
  1098. package/esm/notification/usage/index.d.ts +0 -1
  1099. package/esm/notification/usage/index.js +0 -104
  1100. package/esm/notification/usage/index.js.map +0 -1
  1101. package/esm/pagination/usage/index.d.ts +0 -1
  1102. package/esm/pagination/usage/index.js +0 -116
  1103. package/esm/pagination/usage/index.js.map +0 -1
  1104. package/esm/popconfirm/usage/index.d.ts +0 -1
  1105. package/esm/popconfirm/usage/index.js +0 -160
  1106. package/esm/popconfirm/usage/index.js.map +0 -1
  1107. package/esm/popup/usage/index.d.ts +0 -1
  1108. package/esm/popup/usage/index.js +0 -185
  1109. package/esm/popup/usage/index.js.map +0 -1
  1110. package/esm/progress/usage/index.d.ts +0 -1
  1111. package/esm/progress/usage/index.js +0 -95
  1112. package/esm/progress/usage/index.js.map +0 -1
  1113. package/esm/radio/usage/index.d.ts +0 -1
  1114. package/esm/radio/usage/index.js +0 -90
  1115. package/esm/radio/usage/index.js.map +0 -1
  1116. package/esm/select/usage/index.d.ts +0 -1
  1117. package/esm/select/usage/index.js +0 -198
  1118. package/esm/select/usage/index.js.map +0 -1
  1119. package/esm/select-input/usage/index.d.ts +0 -1
  1120. package/esm/select-input/usage/index.js +0 -159
  1121. package/esm/select-input/usage/index.js.map +0 -1
  1122. package/esm/skeleton/usage/index.d.ts +0 -1
  1123. package/esm/skeleton/usage/index.js +0 -100
  1124. package/esm/skeleton/usage/index.js.map +0 -1
  1125. package/esm/slider/usage/index.d.ts +0 -1
  1126. package/esm/slider/usage/index.js +0 -105
  1127. package/esm/slider/usage/index.js.map +0 -1
  1128. package/esm/steps/usage/index.d.ts +0 -1
  1129. package/esm/steps/usage/index.js +0 -126
  1130. package/esm/steps/usage/index.js.map +0 -1
  1131. package/esm/swiper/usage/index.d.ts +0 -1
  1132. package/esm/swiper/usage/index.js +0 -181
  1133. package/esm/swiper/usage/index.js.map +0 -1
  1134. package/esm/switch/usage/index.d.ts +0 -1
  1135. package/esm/switch/usage/index.js +0 -102
  1136. package/esm/switch/usage/index.js.map +0 -1
  1137. package/esm/table/usage/index.d.ts +0 -1
  1138. package/esm/table/usage/index.js +0 -240
  1139. package/esm/table/usage/index.js.map +0 -1
  1140. package/esm/tabs/usage/index.d.ts +0 -1
  1141. package/esm/tabs/usage/index.js +0 -159
  1142. package/esm/tabs/usage/index.js.map +0 -1
  1143. package/esm/tag/usage/index.d.ts +0 -1
  1144. package/esm/tag/usage/index.js +0 -164
  1145. package/esm/tag/usage/index.js.map +0 -1
  1146. package/esm/tag-input/usage/index.d.ts +0 -1
  1147. package/esm/tag-input/usage/index.js +0 -131
  1148. package/esm/tag-input/usage/index.js.map +0 -1
  1149. package/esm/textarea/usage/index.d.ts +0 -1
  1150. package/esm/textarea/usage/index.js +0 -93
  1151. package/esm/textarea/usage/index.js.map +0 -1
  1152. package/esm/time-picker/usage/index.d.ts +0 -1
  1153. package/esm/time-picker/usage/index.js +0 -116
  1154. package/esm/time-picker/usage/index.js.map +0 -1
  1155. package/esm/tooltip/usage/index.d.ts +0 -1
  1156. package/esm/tooltip/usage/index.js +0 -110
  1157. package/esm/tooltip/usage/index.js.map +0 -1
  1158. package/esm/transfer/usage/index.d.ts +0 -1
  1159. package/esm/transfer/usage/index.js +0 -134
  1160. package/esm/transfer/usage/index.js.map +0 -1
  1161. package/esm/tree/usage/index.d.ts +0 -1
  1162. package/esm/tree/usage/index.js +0 -224
  1163. package/esm/tree/usage/index.js.map +0 -1
  1164. package/esm/tree-select/usage/index.d.ts +0 -1
  1165. package/esm/tree-select/usage/index.js +0 -182
  1166. package/esm/tree-select/usage/index.js.map +0 -1
  1167. package/esm/upload/usage/index.d.ts +0 -1
  1168. package/esm/upload/usage/index.js +0 -213
  1169. package/esm/upload/usage/index.js.map +0 -1
  1170. package/lib/_chunks/dep-67ebc854.js.map +0 -1
  1171. package/lib/alert/usage/index.d.ts +0 -1
  1172. package/lib/alert/usage/index.js +0 -105
  1173. package/lib/alert/usage/index.js.map +0 -1
  1174. package/lib/anchor/usage/index.d.ts +0 -1
  1175. package/lib/anchor/usage/index.js +0 -100
  1176. package/lib/anchor/usage/index.js.map +0 -1
  1177. package/lib/avatar/usage/index.d.ts +0 -1
  1178. package/lib/avatar/usage/index.js +0 -97
  1179. package/lib/avatar/usage/index.js.map +0 -1
  1180. package/lib/badge/usage/index.d.ts +0 -1
  1181. package/lib/badge/usage/index.js +0 -119
  1182. package/lib/badge/usage/index.js.map +0 -1
  1183. package/lib/button/usage/index.d.ts +0 -1
  1184. package/lib/button/usage/index.js +0 -184
  1185. package/lib/button/usage/index.js.map +0 -1
  1186. package/lib/calendar/usage/index.d.ts +0 -1
  1187. package/lib/calendar/usage/index.js +0 -130
  1188. package/lib/calendar/usage/index.js.map +0 -1
  1189. package/lib/cascader/usage/index.d.ts +0 -1
  1190. package/lib/cascader/usage/index.js +0 -233
  1191. package/lib/cascader/usage/index.js.map +0 -1
  1192. package/lib/checkbox/usage/index.d.ts +0 -1
  1193. package/lib/checkbox/usage/index.js +0 -107
  1194. package/lib/checkbox/usage/index.js.map +0 -1
  1195. package/lib/date-picker/usage/index.d.ts +0 -1
  1196. package/lib/date-picker/usage/index.js +0 -149
  1197. package/lib/date-picker/usage/index.js.map +0 -1
  1198. package/lib/dialog/usage/index.d.ts +0 -1
  1199. package/lib/dialog/usage/index.js +0 -229
  1200. package/lib/dialog/usage/index.js.map +0 -1
  1201. package/lib/divider/usage/index.d.ts +0 -1
  1202. package/lib/divider/usage/index.js +0 -117
  1203. package/lib/divider/usage/index.js.map +0 -1
  1204. package/lib/drawer/usage/index.d.ts +0 -1
  1205. package/lib/drawer/usage/index.js +0 -206
  1206. package/lib/drawer/usage/index.js.map +0 -1
  1207. package/lib/dropdown/usage/index.d.ts +0 -1
  1208. package/lib/dropdown/usage/index.js +0 -188
  1209. package/lib/dropdown/usage/index.js.map +0 -1
  1210. package/lib/form/usage/index.d.ts +0 -1
  1211. package/lib/form/usage/index.js +0 -195
  1212. package/lib/form/usage/index.js.map +0 -1
  1213. package/lib/input/usage/index.d.ts +0 -1
  1214. package/lib/input/usage/index.js +0 -217
  1215. package/lib/input/usage/index.js.map +0 -1
  1216. package/lib/input-number/usage/index.d.ts +0 -1
  1217. package/lib/input-number/usage/index.js +0 -131
  1218. package/lib/input-number/usage/index.js.map +0 -1
  1219. package/lib/list/usage/index.d.ts +0 -1
  1220. package/lib/list/usage/index.js +0 -139
  1221. package/lib/list/usage/index.js.map +0 -1
  1222. package/lib/loading/usage/index.d.ts +0 -1
  1223. package/lib/loading/usage/index.js +0 -114
  1224. package/lib/loading/usage/index.js.map +0 -1
  1225. package/lib/menu/usage/index.d.ts +0 -1
  1226. package/lib/menu/usage/index.js +0 -171
  1227. package/lib/menu/usage/index.js.map +0 -1
  1228. package/lib/message/usage/index.d.ts +0 -1
  1229. package/lib/message/usage/index.js +0 -121
  1230. package/lib/message/usage/index.js.map +0 -1
  1231. package/lib/notification/usage/index.d.ts +0 -1
  1232. package/lib/notification/usage/index.js +0 -114
  1233. package/lib/notification/usage/index.js.map +0 -1
  1234. package/lib/pagination/usage/index.d.ts +0 -1
  1235. package/lib/pagination/usage/index.js +0 -126
  1236. package/lib/pagination/usage/index.js.map +0 -1
  1237. package/lib/popconfirm/usage/index.d.ts +0 -1
  1238. package/lib/popconfirm/usage/index.js +0 -170
  1239. package/lib/popconfirm/usage/index.js.map +0 -1
  1240. package/lib/popup/usage/index.d.ts +0 -1
  1241. package/lib/popup/usage/index.js +0 -195
  1242. package/lib/popup/usage/index.js.map +0 -1
  1243. package/lib/progress/usage/index.d.ts +0 -1
  1244. package/lib/progress/usage/index.js +0 -105
  1245. package/lib/progress/usage/index.js.map +0 -1
  1246. package/lib/radio/usage/index.d.ts +0 -1
  1247. package/lib/radio/usage/index.js +0 -100
  1248. package/lib/radio/usage/index.js.map +0 -1
  1249. package/lib/select/usage/index.d.ts +0 -1
  1250. package/lib/select/usage/index.js +0 -208
  1251. package/lib/select/usage/index.js.map +0 -1
  1252. package/lib/select-input/usage/index.d.ts +0 -1
  1253. package/lib/select-input/usage/index.js +0 -169
  1254. package/lib/select-input/usage/index.js.map +0 -1
  1255. package/lib/skeleton/usage/index.d.ts +0 -1
  1256. package/lib/skeleton/usage/index.js +0 -110
  1257. package/lib/skeleton/usage/index.js.map +0 -1
  1258. package/lib/slider/usage/index.d.ts +0 -1
  1259. package/lib/slider/usage/index.js +0 -115
  1260. package/lib/slider/usage/index.js.map +0 -1
  1261. package/lib/steps/usage/index.d.ts +0 -1
  1262. package/lib/steps/usage/index.js +0 -136
  1263. package/lib/steps/usage/index.js.map +0 -1
  1264. package/lib/swiper/usage/index.d.ts +0 -1
  1265. package/lib/swiper/usage/index.js +0 -191
  1266. package/lib/swiper/usage/index.js.map +0 -1
  1267. package/lib/switch/usage/index.d.ts +0 -1
  1268. package/lib/switch/usage/index.js +0 -112
  1269. package/lib/switch/usage/index.js.map +0 -1
  1270. package/lib/table/usage/index.d.ts +0 -1
  1271. package/lib/table/usage/index.js +0 -250
  1272. package/lib/table/usage/index.js.map +0 -1
  1273. package/lib/tabs/usage/index.d.ts +0 -1
  1274. package/lib/tabs/usage/index.js +0 -169
  1275. package/lib/tabs/usage/index.js.map +0 -1
  1276. package/lib/tag/usage/index.d.ts +0 -1
  1277. package/lib/tag/usage/index.js +0 -174
  1278. package/lib/tag/usage/index.js.map +0 -1
  1279. package/lib/tag-input/usage/index.d.ts +0 -1
  1280. package/lib/tag-input/usage/index.js +0 -141
  1281. package/lib/tag-input/usage/index.js.map +0 -1
  1282. package/lib/textarea/usage/index.d.ts +0 -1
  1283. package/lib/textarea/usage/index.js +0 -103
  1284. package/lib/textarea/usage/index.js.map +0 -1
  1285. package/lib/time-picker/usage/index.d.ts +0 -1
  1286. package/lib/time-picker/usage/index.js +0 -126
  1287. package/lib/time-picker/usage/index.js.map +0 -1
  1288. package/lib/tooltip/usage/index.d.ts +0 -1
  1289. package/lib/tooltip/usage/index.js +0 -120
  1290. package/lib/tooltip/usage/index.js.map +0 -1
  1291. package/lib/transfer/usage/index.d.ts +0 -1
  1292. package/lib/transfer/usage/index.js +0 -144
  1293. package/lib/transfer/usage/index.js.map +0 -1
  1294. package/lib/tree/usage/index.d.ts +0 -1
  1295. package/lib/tree/usage/index.js +0 -234
  1296. package/lib/tree/usage/index.js.map +0 -1
  1297. package/lib/tree-select/usage/index.d.ts +0 -1
  1298. package/lib/tree-select/usage/index.js +0 -192
  1299. package/lib/tree-select/usage/index.js.map +0 -1
  1300. package/lib/upload/usage/index.d.ts +0 -1
  1301. package/lib/upload/usage/index.js +0 -223
  1302. package/lib/upload/usage/index.js.map +0 -1
package/dist/tdesign.js CHANGED
@@ -3002,9 +3002,9 @@
3002
3002
  }
3003
3003
  };
3004
3004
 
3005
- function ownKeys$2t(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3005
+ function ownKeys$2v(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3006
3006
 
3007
- function _objectSpread$2s(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2t(Object(source), !0).forEach(function (key) { _defineProperty$3(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2t(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
3007
+ function _objectSpread$2u(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2v(Object(source), !0).forEach(function (key) { _defineProperty$3(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2v(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
3008
3008
  var EAnimationType = /* @__PURE__ */function (EAnimationType2) {
3009
3009
  EAnimationType2["ripple"] = "ripple";
3010
3010
  EAnimationType2["expand"] = "expand";
@@ -3022,7 +3022,7 @@
3022
3022
  ],
3023
3023
  exclude: []
3024
3024
  };
3025
- var defaultGlobalConfig = _objectSpread$2s({
3025
+ var defaultGlobalConfig = _objectSpread$2u({
3026
3026
  animation: defaultAnimation,
3027
3027
  classPrefix: defaultClassPrefix
3028
3028
  }, merge_1(zhCN, GLOBAL_CONFIG_ZH));
@@ -3035,18 +3035,18 @@
3035
3035
  return React.useContext(ConfigContext$1).globalConfig;
3036
3036
  });
3037
3037
 
3038
- var _excluded$y = ["width", "className", "style", "children"];
3038
+ var _excluded$z = ["width", "className", "style", "children"];
3039
3039
 
3040
- function ownKeys$2s(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3040
+ function ownKeys$2u(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3041
3041
 
3042
- function _objectSpread$2r(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2s(Object(source), !0).forEach(function (key) { _defineProperty$3(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2s(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
3042
+ function _objectSpread$2t(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2u(Object(source), !0).forEach(function (key) { _defineProperty$3(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2u(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
3043
3043
 
3044
3044
  var Aside = function Aside(props) {
3045
3045
  var width = props.width,
3046
3046
  className = props.className,
3047
3047
  style = props.style,
3048
3048
  children = props.children,
3049
- otherAsideProps = _objectWithoutProperties$2(props, _excluded$y);
3049
+ otherAsideProps = _objectWithoutProperties$2(props, _excluded$z);
3050
3050
 
3051
3051
  var _useConfig = useConfig$1(),
3052
3052
  classPrefix = _useConfig.classPrefix;
@@ -3054,14 +3054,14 @@
3054
3054
  var asideClassNames = classNames$1("".concat(classPrefix, "-layout__sider"), className);
3055
3055
  var asideWidth = typeof width === "number" ? "".concat(width, "px") : String(width);
3056
3056
 
3057
- var asideStyle = _objectSpread$2r({
3057
+ var asideStyle = _objectSpread$2t({
3058
3058
  width: asideWidth,
3059
3059
  maxWidth: asideWidth,
3060
3060
  minWidth: asideWidth,
3061
3061
  flex: "0 0 ".concat(asideWidth)
3062
3062
  }, style);
3063
3063
 
3064
- return /* @__PURE__ */React__default["default"].createElement("aside", _objectSpread$2r({
3064
+ return /* @__PURE__ */React__default["default"].createElement("aside", _objectSpread$2t({
3065
3065
  className: asideClassNames,
3066
3066
  style: asideStyle
3067
3067
  }, otherAsideProps), children);
@@ -3072,14 +3072,14 @@
3072
3072
  };
3073
3073
  Aside.displayName = "Aside";
3074
3074
 
3075
- var _excluded$x = ["className", "style", "children"],
3075
+ var _excluded$y = ["className", "style", "children"],
3076
3076
  _excluded2$1 = ["className", "style", "children"],
3077
3077
  _excluded3 = ["className", "style", "children"],
3078
3078
  _excluded4 = ["direction", "className", "style", "children"];
3079
3079
 
3080
- function ownKeys$2r(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3080
+ function ownKeys$2t(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3081
3081
 
3082
- function _objectSpread$2q(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2r(Object(source), !0).forEach(function (key) { _defineProperty$3(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2r(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
3082
+ function _objectSpread$2s(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2t(Object(source), !0).forEach(function (key) { _defineProperty$3(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2t(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
3083
3083
 
3084
3084
  var Header$1 = function Header(props) {
3085
3085
  var _useConfig = useConfig$1(),
@@ -3088,10 +3088,10 @@
3088
3088
  var className = props.className,
3089
3089
  style = props.style,
3090
3090
  children = props.children,
3091
- others = _objectWithoutProperties$2(props, _excluded$x);
3091
+ others = _objectWithoutProperties$2(props, _excluded$y);
3092
3092
 
3093
3093
  var headerClassNames = classNames$1("".concat(classPrefix, "-layout__header"), className);
3094
- return /* @__PURE__ */React__default["default"].createElement("header", _objectSpread$2q({
3094
+ return /* @__PURE__ */React__default["default"].createElement("header", _objectSpread$2s({
3095
3095
  className: headerClassNames,
3096
3096
  style: style
3097
3097
  }, others), children);
@@ -3107,7 +3107,7 @@
3107
3107
  others = _objectWithoutProperties$2(props, _excluded2$1);
3108
3108
 
3109
3109
  var footerClassNames = classNames$1("".concat(classPrefix, "-layout__footer"), className);
3110
- return /* @__PURE__ */React__default["default"].createElement("footer", _objectSpread$2q({
3110
+ return /* @__PURE__ */React__default["default"].createElement("footer", _objectSpread$2s({
3111
3111
  className: footerClassNames,
3112
3112
  style: style
3113
3113
  }, others), children);
@@ -3123,7 +3123,7 @@
3123
3123
  others = _objectWithoutProperties$2(props, _excluded3);
3124
3124
 
3125
3125
  var contentClassNames = classNames$1("".concat(classPrefix, "-layout__content"), className);
3126
- return /* @__PURE__ */React__default["default"].createElement("main", _objectSpread$2q({
3126
+ return /* @__PURE__ */React__default["default"].createElement("main", _objectSpread$2s({
3127
3127
  className: contentClassNames,
3128
3128
  style: style
3129
3129
  }, others), children);
@@ -3154,7 +3154,7 @@
3154
3154
  classPrefix = _useConfig4.classPrefix;
3155
3155
 
3156
3156
  var layoutClassNames = classNames$1("".concat(classPrefix, "-layout"), (_classNames = {}, _defineProperty$3(_classNames, "".concat(classPrefix, "-layout--with-sider"), !!asides.length), _defineProperty$3(_classNames, "".concat(classPrefix, "-layout__direction-").concat(direction), direction), _classNames), className);
3157
- return /* @__PURE__ */React__default["default"].createElement("div", _objectSpread$2q({
3157
+ return /* @__PURE__ */React__default["default"].createElement("div", _objectSpread$2s({
3158
3158
  className: layoutClassNames,
3159
3159
  style: style
3160
3160
  }, otherLayoutProps), children);
@@ -3171,11 +3171,11 @@
3171
3171
 
3172
3172
  var Layout = Layout$1;
3173
3173
 
3174
- var _excluded$w = ["flex", "offset", "order", "pull", "push", "span", "tag", "className", "children", "style"];
3174
+ var _excluded$x = ["flex", "offset", "order", "pull", "push", "span", "tag", "className", "children", "style"];
3175
3175
 
3176
- function ownKeys$2q(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3176
+ function ownKeys$2s(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3177
3177
 
3178
- function _objectSpread$2p(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2q(Object(source), !0).forEach(function (key) { _defineProperty$3(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2q(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
3178
+ function _objectSpread$2r(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2s(Object(source), !0).forEach(function (key) { _defineProperty$3(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2s(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
3179
3179
 
3180
3180
  var calcColPadding = function calcColPadding(gutter, currentSize) {
3181
3181
  var paddingObj = {};
@@ -3235,7 +3235,7 @@
3235
3235
  className = props.className,
3236
3236
  children = props.children,
3237
3237
  propStyle = props.style,
3238
- otherColProps = _objectWithoutProperties$2(props, _excluded$w);
3238
+ otherColProps = _objectWithoutProperties$2(props, _excluded$x);
3239
3239
 
3240
3240
  var rowGutter = otherColProps.gutter,
3241
3241
  rowSize = otherColProps.size;
@@ -3256,14 +3256,14 @@
3256
3256
  sizeObj = sizeProp || {};
3257
3257
  }
3258
3258
 
3259
- return _objectSpread$2p(_objectSpread$2p({}, acc), {}, (_objectSpread2 = {}, _defineProperty$3(_objectSpread2, "".concat(classPrefix, "-col-").concat(currSize, "-").concat(sizeObj.span), sizeObj.span !== void 0), _defineProperty$3(_objectSpread2, "".concat(classPrefix, "-col-").concat(currSize, "-order-").concat(sizeObj.order), parseInt(sizeObj.order, 10) >= 0), _defineProperty$3(_objectSpread2, "".concat(classPrefix, "-col-").concat(currSize, "-offset-").concat(sizeObj.offset), parseInt(sizeObj.offset, 10) >= 0), _defineProperty$3(_objectSpread2, "".concat(classPrefix, "-col-").concat(currSize, "-push-").concat(sizeObj.push), parseInt(sizeObj.push, 10) >= 0), _defineProperty$3(_objectSpread2, "".concat(classPrefix, "-col-").concat(currSize, "-pull-").concat(sizeObj.pull), parseInt(sizeObj.pull, 10) >= 0), _objectSpread2));
3259
+ return _objectSpread$2r(_objectSpread$2r({}, acc), {}, (_objectSpread2 = {}, _defineProperty$3(_objectSpread2, "".concat(classPrefix, "-col-").concat(currSize, "-").concat(sizeObj.span), sizeObj.span !== void 0), _defineProperty$3(_objectSpread2, "".concat(classPrefix, "-col-").concat(currSize, "-order-").concat(sizeObj.order), parseInt(sizeObj.order, 10) >= 0), _defineProperty$3(_objectSpread2, "".concat(classPrefix, "-col-").concat(currSize, "-offset-").concat(sizeObj.offset), parseInt(sizeObj.offset, 10) >= 0), _defineProperty$3(_objectSpread2, "".concat(classPrefix, "-col-").concat(currSize, "-push-").concat(sizeObj.push), parseInt(sizeObj.push, 10) >= 0), _defineProperty$3(_objectSpread2, "".concat(classPrefix, "-col-").concat(currSize, "-pull-").concat(sizeObj.pull), parseInt(sizeObj.pull, 10) >= 0), _objectSpread2));
3260
3260
  }, {});
3261
3261
  var colClassNames = classNames$1("".concat(classPrefix, "-col"), className, (_classNames = {}, _defineProperty$3(_classNames, "".concat(classPrefix, "-col-").concat(span), span !== void 0), _defineProperty$3(_classNames, "".concat(classPrefix, "-col-offset-").concat(offset), parseInt(offset, 10) >= 0), _defineProperty$3(_classNames, "".concat(classPrefix, "-col-pull-").concat(pull), parseInt(pull, 10) >= 0), _defineProperty$3(_classNames, "".concat(classPrefix, "-col-push-").concat(push), parseInt(push, 10) >= 0), _defineProperty$3(_classNames, "".concat(classPrefix, "-col-order-").concat(order), parseInt(order, 10) >= 0), _classNames), sizeClasses);
3262
3262
 
3263
- var colStyle = _objectSpread$2p(_objectSpread$2p({}, calcColPadding(rowGutter, rowSize)), propStyle);
3263
+ var colStyle = _objectSpread$2r(_objectSpread$2r({}, calcColPadding(rowGutter, rowSize)), propStyle);
3264
3264
 
3265
3265
  flex && (colStyle.flex = parseFlex(flex));
3266
- return /*#__PURE__*/React__default["default"].createElement(tag, _objectSpread$2p({
3266
+ return /*#__PURE__*/React__default["default"].createElement(tag, _objectSpread$2r({
3267
3267
  className: colClassNames,
3268
3268
  style: colStyle
3269
3269
  }, otherColProps), children);
@@ -3576,11 +3576,11 @@
3576
3576
  return getComputedStyle(el).getPropertyValue(name);
3577
3577
  };
3578
3578
 
3579
- var _excluded$v = ["align", "gutter", "justify", "tag", "style", "className", "children"];
3579
+ var _excluded$w = ["align", "gutter", "justify", "tag", "style", "className", "children"];
3580
3580
 
3581
- function ownKeys$2p(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3581
+ function ownKeys$2r(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3582
3582
 
3583
- function _objectSpread$2o(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2p(Object(source), !0).forEach(function (key) { _defineProperty$3(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2p(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
3583
+ function _objectSpread$2q(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2r(Object(source), !0).forEach(function (key) { _defineProperty$3(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2r(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
3584
3584
 
3585
3585
  var calcSize = function calcSize(width) {
3586
3586
  var smWidth = getCssVarsValue("--td-screen-sm") || 768;
@@ -3675,7 +3675,7 @@
3675
3675
  propStyle = props.style,
3676
3676
  className = props.className,
3677
3677
  children = props.children,
3678
- otherRowProps = _objectWithoutProperties$2(props, _excluded$v);
3678
+ otherRowProps = _objectWithoutProperties$2(props, _excluded$w);
3679
3679
 
3680
3680
  var _useState = React.useState(canUseDocument ? calcSize(window.innerWidth) : "md"),
3681
3681
  _useState2 = _slicedToArray(_useState, 2),
@@ -3695,7 +3695,7 @@
3695
3695
 
3696
3696
  var rowClassNames = classNames$1("".concat(classPrefix, "-row"), className, (_classNames = {}, _defineProperty$3(_classNames, "".concat(classPrefix, "-row--").concat(justify), true), _defineProperty$3(_classNames, "".concat(classPrefix, "-row--").concat(align), true), _classNames));
3697
3697
 
3698
- var rowStyle = _objectSpread$2o(_objectSpread$2o({}, calcRowStyle(gutter, size)), propStyle);
3698
+ var rowStyle = _objectSpread$2q(_objectSpread$2q({}, calcRowStyle(gutter, size)), propStyle);
3699
3699
 
3700
3700
  React.useEffect(function () {
3701
3701
  window.addEventListener("resize", updateSize);
@@ -3703,7 +3703,7 @@
3703
3703
  window.removeEventListener("resize", updateSize);
3704
3704
  };
3705
3705
  });
3706
- return /*#__PURE__*/React__default["default"].createElement(tag, _objectSpread$2o({
3706
+ return /*#__PURE__*/React__default["default"].createElement(tag, _objectSpread$2q({
3707
3707
  className: rowClassNames,
3708
3708
  style: rowStyle
3709
3709
  }, otherRowProps), React__default["default"].Children.map(children, function (child) {
@@ -3827,9 +3827,9 @@
3827
3827
  };
3828
3828
  }
3829
3829
 
3830
- function ownKeys$2o(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3830
+ function ownKeys$2q(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3831
3831
 
3832
- function _objectSpread$2n(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2o(Object(source), !0).forEach(function (key) { _defineProperty$3(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2o(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
3832
+ function _objectSpread$2p(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2q(Object(source), !0).forEach(function (key) { _defineProperty$3(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2q(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
3833
3833
  function circleAdapter(circleElem) {
3834
3834
  var _window, _window$getComputedSt2, _window2, _window2$navigator;
3835
3835
 
@@ -3856,11 +3856,11 @@
3856
3856
  if (color && getIEVersion() > 11) {
3857
3857
  var matched = color.match(/[\d.]+/g);
3858
3858
  var endColor = matched ? "rgba(".concat(matched[0], ", ").concat(matched[1], ", ").concat(matched[2], ", 0)") : "";
3859
- setStyle$1(circleElem, _objectSpread$2n(_objectSpread$2n({}, basicStyle), {}, {
3859
+ setStyle$1(circleElem, _objectSpread$2p(_objectSpread$2p({}, basicStyle), {}, {
3860
3860
  background: "conic-gradient(from 90deg at 50% 50%,".concat(endColor, " 0deg, ").concat(color, " 360deg)")
3861
3861
  }));
3862
3862
  } else {
3863
- setStyle$1(circleElem, _objectSpread$2n(_objectSpread$2n({}, basicStyle), {}, {
3863
+ setStyle$1(circleElem, _objectSpread$2p(_objectSpread$2p({}, basicStyle), {}, {
3864
3864
  background: ""
3865
3865
  }));
3866
3866
  }
@@ -3894,9 +3894,9 @@
3894
3894
  })));
3895
3895
  };
3896
3896
 
3897
- function ownKeys$2n(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3897
+ function ownKeys$2p(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3898
3898
 
3899
- function _objectSpread$2m(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2n(Object(source), !0).forEach(function (key) { _defineProperty$3(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2n(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
3899
+ function _objectSpread$2o(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2p(Object(source), !0).forEach(function (key) { _defineProperty$3(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2p(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
3900
3900
 
3901
3901
  var Loading$1 = function Loading(props) {
3902
3902
  var attach = props.attach,
@@ -3965,7 +3965,7 @@
3965
3965
  styles.fontSize = size;
3966
3966
  }
3967
3967
 
3968
- return style ? _objectSpread$2m(_objectSpread$2m({}, styles), style) : styles;
3968
+ return style ? _objectSpread$2o(_objectSpread$2o({}, styles), style) : styles;
3969
3969
  }, [size, zIndex, style]);
3970
3970
  var sizeMap = {
3971
3971
  large: "".concat(classPrefix, "-size-l"),
@@ -4030,9 +4030,9 @@
4030
4030
 
4031
4031
  Loading$1.displayName = "Loading";
4032
4032
 
4033
- function ownKeys$2m(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
4033
+ function ownKeys$2o(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
4034
4034
 
4035
- function _objectSpread$2l(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2m(Object(source), !0).forEach(function (key) { _defineProperty$3(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2m(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4035
+ function _objectSpread$2n(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2o(Object(source), !0).forEach(function (key) { _defineProperty$3(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2o(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4036
4036
 
4037
4037
  function createContainer$1(attach) {
4038
4038
  if (typeof attach === "string") return document.querySelector(attach);
@@ -4057,7 +4057,7 @@
4057
4057
  fullscreen: !attach,
4058
4058
  showOverlay: !!attach
4059
4059
  };
4060
- ReactDOM__default["default"].render( /* @__PURE__ */React__default["default"].createElement(Loading$1, _objectSpread$2l(_objectSpread$2l(_objectSpread$2l({}, defaultProps), props), {}, {
4060
+ ReactDOM__default["default"].render( /* @__PURE__ */React__default["default"].createElement(Loading$1, _objectSpread$2n(_objectSpread$2n(_objectSpread$2n({}, defaultProps), props), {}, {
4061
4061
  attach: null
4062
4062
  })), div);
4063
4063
  container.appendChild(div);
@@ -9486,9 +9486,9 @@
9486
9486
  return size;
9487
9487
  }
9488
9488
 
9489
- function ownKeys$2l(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
9489
+ function ownKeys$2n(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
9490
9490
 
9491
- function _objectSpread$2k(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2l(Object(source), !0).forEach(function (key) { _defineProperty$3(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2l(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
9491
+ function _objectSpread$2m(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2n(Object(source), !0).forEach(function (key) { _defineProperty$3(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2n(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
9492
9492
 
9493
9493
  function getPopperPlacement(placement) {
9494
9494
  return placement.replace(/-(left|top)$/, "-start").replace(/-(right|bottom)$/, "-end");
@@ -9521,6 +9521,8 @@
9521
9521
  onVisibleChange = props.onVisibleChange,
9522
9522
  _onScroll = props.onScroll,
9523
9523
  expandAnimation = props.expandAnimation,
9524
+ _props$popperModifier = props.popperModifiers,
9525
+ popperModifiers = _props$popperModifier === void 0 ? [] : _props$popperModifier,
9524
9526
  updateScrollTop = props.updateScrollTop;
9525
9527
 
9526
9528
  var _useConfig = useConfig$1(),
@@ -9583,21 +9585,25 @@
9583
9585
  newPlacement = state.options.placement.replace("right", "left");
9584
9586
  }
9585
9587
 
9586
- Object.assign(state.options, _objectSpread$2k(_objectSpread$2k({}, state.options), {}, {
9588
+ Object.assign(state.options, _objectSpread$2m(_objectSpread$2m({}, state.options), {}, {
9587
9589
  placement: newPlacement
9588
9590
  }));
9589
9591
  popperRef.current.update();
9590
9592
  }, []);
9591
- popperRef.current = usePopper(triggerRef, overlayRef, {
9592
- placement: getPopperPlacement(placement),
9593
- onFirstUpdate: onPopperFirstUpdate
9594
- });
9593
+ var options = React.useMemo(function () {
9594
+ return {
9595
+ placement: getPopperPlacement(placement),
9596
+ onFirstUpdate: onPopperFirstUpdate,
9597
+ modifiers: popperModifiers
9598
+ };
9599
+ }, [onPopperFirstUpdate, placement, popperModifiers]);
9600
+ popperRef.current = usePopper(triggerRef, overlayRef, options);
9595
9601
  var _popperRef$current = popperRef.current,
9596
9602
  styles = _popperRef$current.styles,
9597
9603
  attributes = _popperRef$current.attributes;
9598
9604
  var defaultStyles = React.useMemo(function () {
9599
- if (triggerRef && typeof overlayStyle === "function") return _objectSpread$2k({}, overlayStyle(triggerRef, overlayRef));
9600
- return _objectSpread$2k({}, overlayStyle);
9605
+ if (triggerRef && typeof overlayStyle === "function") return _objectSpread$2m({}, overlayStyle(triggerRef, overlayRef));
9606
+ return _objectSpread$2m({}, overlayStyle);
9601
9607
  }, [overlayStyle, triggerRef, overlayRef, visible]);
9602
9608
  var overlayVisibleStyle = defaultStyles;
9603
9609
  var triggerNodeTemp = React.useMemo(function () {
@@ -9623,7 +9629,7 @@
9623
9629
  triggerProps = _useTriggerProps2[0],
9624
9630
  popupProps = _useTriggerProps2[1];
9625
9631
 
9626
- var triggerNode = /*#__PURE__*/React.cloneElement(triggerNodeTemp, _objectSpread$2k({
9632
+ var triggerNode = /*#__PURE__*/React.cloneElement(triggerNodeTemp, _objectSpread$2m({
9627
9633
  ref: composeRefs(triggerNodeTemp.ref, setTriggerRef)
9628
9634
  }, triggerProps));
9629
9635
 
@@ -9666,7 +9672,7 @@
9666
9672
  triggerNode: triggerRef,
9667
9673
  attach: attach,
9668
9674
  ref: portalRef
9669
- }, /* @__PURE__ */React__default["default"].createElement(CSSTransition$1, _objectSpread$2k({
9675
+ }, /* @__PURE__ */React__default["default"].createElement(CSSTransition$1, _objectSpread$2m({
9670
9676
  appear: true,
9671
9677
  timeout: 0,
9672
9678
  "in": visible,
@@ -9675,9 +9681,9 @@
9675
9681
  classPrefix: classPrefix,
9676
9682
  expandAnimation: expandAnimation && keepExpand,
9677
9683
  fadeAnimation: keepFade
9678
- })), /* @__PURE__ */React__default["default"].createElement("div", _objectSpread$2k(_objectSpread$2k({
9684
+ })), /* @__PURE__ */React__default["default"].createElement("div", _objectSpread$2m(_objectSpread$2m({
9679
9685
  ref: composeRefs(setOverlayRef, ref, popupRef),
9680
- style: _objectSpread$2k(_objectSpread$2k({}, styles.popper), {}, {
9686
+ style: _objectSpread$2m(_objectSpread$2m({}, styles.popper), {}, {
9681
9687
  zIndex: zIndex
9682
9688
  }),
9683
9689
  className: "".concat(classPrefix, "-popup")
@@ -9837,11 +9843,11 @@
9837
9843
  }, [handleAddRipple, fixedRippleColor, ref]);
9838
9844
  }
9839
9845
 
9840
- var _excluded$u = ["type", "theme", "variant", "icon", "disabled", "loading", "size", "block", "ghost", "shape", "children", "content", "className", "onClick"];
9846
+ var _excluded$v = ["type", "theme", "variant", "icon", "disabled", "loading", "size", "block", "ghost", "shape", "children", "content", "className", "onClick"];
9841
9847
 
9842
- function ownKeys$2k(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
9848
+ function ownKeys$2m(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
9843
9849
 
9844
- function _objectSpread$2j(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2k(Object(source), !0).forEach(function (key) { _defineProperty$3(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2k(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
9850
+ function _objectSpread$2l(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2m(Object(source), !0).forEach(function (key) { _defineProperty$3(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2m(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
9845
9851
  var Button$1 = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
9846
9852
  var _classNames;
9847
9853
 
@@ -9863,7 +9869,7 @@
9863
9869
  className = _ref.className,
9864
9870
  _ref$onClick = _ref.onClick,
9865
9871
  onClick = _ref$onClick === void 0 ? noop$1 : _ref$onClick,
9866
- buttonProps = _objectWithoutProperties$2(_ref, _excluded$u);
9872
+ buttonProps = _objectWithoutProperties$2(_ref, _excluded$v);
9867
9873
 
9868
9874
  var _useConfig = useConfig$1(),
9869
9875
  classPrefix = _useConfig.classPrefix;
@@ -9893,7 +9899,7 @@
9893
9899
  }
9894
9900
  }
9895
9901
 
9896
- return /* @__PURE__ */React__default["default"].createElement("button", _objectSpread$2j(_objectSpread$2j({}, buttonProps), {}, {
9902
+ return /* @__PURE__ */React__default["default"].createElement("button", _objectSpread$2l(_objectSpread$2l({}, buttonProps), {}, {
9897
9903
  ref: ref || btnRef,
9898
9904
  type: type,
9899
9905
  className: classNames$1(className, ["".concat(classPrefix, "-button"), "".concat(classPrefix, "-button--theme-").concat(renderTheme), "".concat(classPrefix, "-button--variant-").concat(variant)], (_classNames = {}, _defineProperty$3(_classNames, "".concat(classPrefix, "-button--shape-").concat(shape), shape !== "rectangle"), _defineProperty$3(_classNames, "".concat(classPrefix, "-button--ghost"), ghost), _defineProperty$3(_classNames, "".concat(classPrefix, "-is-loading"), loading), _defineProperty$3(_classNames, "".concat(classPrefix, "-is-disabled"), disabled || loading), _defineProperty$3(_classNames, "".concat(classPrefix, "-size-s"), size === "small"), _defineProperty$3(_classNames, "".concat(classPrefix, "-size-l"), size === "large"), _defineProperty$3(_classNames, "".concat(classPrefix, "-size-full-width"), block), _classNames)),
@@ -10089,9 +10095,9 @@
10089
10095
  };
10090
10096
  }
10091
10097
 
10092
- var _excluded$t = ["icon", "id", "className", "size", "style"];
10098
+ var _excluded$u = ["icon", "id", "className", "size", "style"];
10093
10099
 
10094
- function ownKeys$2j(object, enumerableOnly) {
10100
+ function ownKeys$2l(object, enumerableOnly) {
10095
10101
  var keys = Object.keys(object);
10096
10102
 
10097
10103
  if (Object.getOwnPropertySymbols) {
@@ -10104,12 +10110,12 @@
10104
10110
  return keys;
10105
10111
  }
10106
10112
 
10107
- function _objectSpread$2i(target) {
10113
+ function _objectSpread$2k(target) {
10108
10114
  for (var i = 1; i < arguments.length; i++) {
10109
10115
  var source = null != arguments[i] ? arguments[i] : {};
10110
- i % 2 ? ownKeys$2j(Object(source), !0).forEach(function (key) {
10116
+ i % 2 ? ownKeys$2l(Object(source), !0).forEach(function (key) {
10111
10117
  _defineProperty$1(target, key, source[key]);
10112
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2j(Object(source)).forEach(function (key) {
10118
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2l(Object(source)).forEach(function (key) {
10113
10119
  Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
10114
10120
  });
10115
10121
  }
@@ -10118,7 +10124,7 @@
10118
10124
  }
10119
10125
 
10120
10126
  function render(node, id, rootProps) {
10121
- return /*#__PURE__*/React.createElement(node.tag, _objectSpread$2i(_objectSpread$2i({
10127
+ return /*#__PURE__*/React.createElement(node.tag, _objectSpread$2k(_objectSpread$2k({
10122
10128
  key: id
10123
10129
  }, node.attrs), rootProps), (node.children || []).map(function (child, index) {
10124
10130
  return render(child, "".concat(id, "-").concat(node.tag, "-").concat(index));
@@ -10131,22 +10137,22 @@
10131
10137
  className = props.className,
10132
10138
  size = props.size,
10133
10139
  style = props.style,
10134
- restProps = _objectWithoutProperties$1(props, _excluded$t);
10140
+ restProps = _objectWithoutProperties$1(props, _excluded$u);
10135
10141
 
10136
10142
  var _useSizeProps = useSizeProps(size),
10137
10143
  sizeClassName = _useSizeProps.className,
10138
10144
  sizeStyle = _useSizeProps.style;
10139
10145
 
10140
10146
  var cls = classNames("t-icon", "t-icon-".concat(id), className, sizeClassName);
10141
- return render(icon, "".concat(id), _objectSpread$2i({
10147
+ return render(icon, "".concat(id), _objectSpread$2k({
10142
10148
  ref: ref,
10143
10149
  className: cls,
10144
- style: _objectSpread$2i(_objectSpread$2i({}, style), sizeStyle)
10150
+ style: _objectSpread$2k(_objectSpread$2k({}, style), sizeStyle)
10145
10151
  }, restProps));
10146
10152
  });
10147
10153
  IconBase.displayName = "TIconBase";
10148
10154
 
10149
- function ownKeys$2i(object, enumerableOnly) {
10155
+ function ownKeys$2k(object, enumerableOnly) {
10150
10156
  var keys = Object.keys(object);
10151
10157
 
10152
10158
  if (Object.getOwnPropertySymbols) {
@@ -10159,12 +10165,12 @@
10159
10165
  return keys;
10160
10166
  }
10161
10167
 
10162
- function _objectSpread$2h(target) {
10168
+ function _objectSpread$2j(target) {
10163
10169
  for (var i = 1; i < arguments.length; i++) {
10164
10170
  var source = null != arguments[i] ? arguments[i] : {};
10165
- i % 2 ? ownKeys$2i(Object(source), !0).forEach(function (key) {
10171
+ i % 2 ? ownKeys$2k(Object(source), !0).forEach(function (key) {
10166
10172
  _defineProperty$1(target, key, source[key]);
10167
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2i(Object(source)).forEach(function (key) {
10173
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2k(Object(source)).forEach(function (key) {
10168
10174
  Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
10169
10175
  });
10170
10176
  }
@@ -10172,7 +10178,7 @@
10172
10178
  return target;
10173
10179
  }
10174
10180
 
10175
- var element$y = {
10181
+ var element$A = {
10176
10182
  "tag": "svg",
10177
10183
  "attrs": {
10178
10184
  "fill": "none",
@@ -10197,15 +10203,15 @@
10197
10203
  }]
10198
10204
  };
10199
10205
  var AddRectangleIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
10200
- return /*#__PURE__*/React.createElement(IconBase, _objectSpread$2h(_objectSpread$2h({}, props), {}, {
10206
+ return /*#__PURE__*/React.createElement(IconBase, _objectSpread$2j(_objectSpread$2j({}, props), {}, {
10201
10207
  id: "add-rectangle",
10202
10208
  ref: ref,
10203
- icon: element$y
10209
+ icon: element$A
10204
10210
  }));
10205
10211
  });
10206
10212
  AddRectangleIcon.displayName = "AddRectangleIcon";
10207
10213
 
10208
- function ownKeys$2h(object, enumerableOnly) {
10214
+ function ownKeys$2j(object, enumerableOnly) {
10209
10215
  var keys = Object.keys(object);
10210
10216
 
10211
10217
  if (Object.getOwnPropertySymbols) {
@@ -10218,12 +10224,12 @@
10218
10224
  return keys;
10219
10225
  }
10220
10226
 
10221
- function _objectSpread$2g(target) {
10227
+ function _objectSpread$2i(target) {
10222
10228
  for (var i = 1; i < arguments.length; i++) {
10223
10229
  var source = null != arguments[i] ? arguments[i] : {};
10224
- i % 2 ? ownKeys$2h(Object(source), !0).forEach(function (key) {
10230
+ i % 2 ? ownKeys$2j(Object(source), !0).forEach(function (key) {
10225
10231
  _defineProperty$1(target, key, source[key]);
10226
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2h(Object(source)).forEach(function (key) {
10232
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2j(Object(source)).forEach(function (key) {
10227
10233
  Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
10228
10234
  });
10229
10235
  }
@@ -10231,7 +10237,7 @@
10231
10237
  return target;
10232
10238
  }
10233
10239
 
10234
- var element$x = {
10240
+ var element$z = {
10235
10241
  "tag": "svg",
10236
10242
  "attrs": {
10237
10243
  "fill": "none",
@@ -10249,15 +10255,15 @@
10249
10255
  }]
10250
10256
  };
10251
10257
  var AddIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
10252
- return /*#__PURE__*/React.createElement(IconBase, _objectSpread$2g(_objectSpread$2g({}, props), {}, {
10258
+ return /*#__PURE__*/React.createElement(IconBase, _objectSpread$2i(_objectSpread$2i({}, props), {}, {
10253
10259
  id: "add",
10254
10260
  ref: ref,
10255
- icon: element$x
10261
+ icon: element$z
10256
10262
  }));
10257
10263
  });
10258
10264
  AddIcon.displayName = "AddIcon";
10259
10265
 
10260
- function ownKeys$2g(object, enumerableOnly) {
10266
+ function ownKeys$2i(object, enumerableOnly) {
10261
10267
  var keys = Object.keys(object);
10262
10268
 
10263
10269
  if (Object.getOwnPropertySymbols) {
@@ -10270,12 +10276,12 @@
10270
10276
  return keys;
10271
10277
  }
10272
10278
 
10273
- function _objectSpread$2f(target) {
10279
+ function _objectSpread$2h(target) {
10274
10280
  for (var i = 1; i < arguments.length; i++) {
10275
10281
  var source = null != arguments[i] ? arguments[i] : {};
10276
- i % 2 ? ownKeys$2g(Object(source), !0).forEach(function (key) {
10282
+ i % 2 ? ownKeys$2i(Object(source), !0).forEach(function (key) {
10277
10283
  _defineProperty$1(target, key, source[key]);
10278
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2g(Object(source)).forEach(function (key) {
10284
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2i(Object(source)).forEach(function (key) {
10279
10285
  Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
10280
10286
  });
10281
10287
  }
@@ -10283,7 +10289,7 @@
10283
10289
  return target;
10284
10290
  }
10285
10291
 
10286
- var element$w = {
10292
+ var element$y = {
10287
10293
  "tag": "svg",
10288
10294
  "attrs": {
10289
10295
  "fill": "none",
@@ -10308,15 +10314,15 @@
10308
10314
  }]
10309
10315
  };
10310
10316
  var BrowseOffIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
10311
- return /*#__PURE__*/React.createElement(IconBase, _objectSpread$2f(_objectSpread$2f({}, props), {}, {
10317
+ return /*#__PURE__*/React.createElement(IconBase, _objectSpread$2h(_objectSpread$2h({}, props), {}, {
10312
10318
  id: "browse-off",
10313
10319
  ref: ref,
10314
- icon: element$w
10320
+ icon: element$y
10315
10321
  }));
10316
10322
  });
10317
10323
  BrowseOffIcon.displayName = "BrowseOffIcon";
10318
10324
 
10319
- function ownKeys$2f(object, enumerableOnly) {
10325
+ function ownKeys$2h(object, enumerableOnly) {
10320
10326
  var keys = Object.keys(object);
10321
10327
 
10322
10328
  if (Object.getOwnPropertySymbols) {
@@ -10329,12 +10335,12 @@
10329
10335
  return keys;
10330
10336
  }
10331
10337
 
10332
- function _objectSpread$2e(target) {
10338
+ function _objectSpread$2g(target) {
10333
10339
  for (var i = 1; i < arguments.length; i++) {
10334
10340
  var source = null != arguments[i] ? arguments[i] : {};
10335
- i % 2 ? ownKeys$2f(Object(source), !0).forEach(function (key) {
10341
+ i % 2 ? ownKeys$2h(Object(source), !0).forEach(function (key) {
10336
10342
  _defineProperty$1(target, key, source[key]);
10337
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2f(Object(source)).forEach(function (key) {
10343
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2h(Object(source)).forEach(function (key) {
10338
10344
  Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
10339
10345
  });
10340
10346
  }
@@ -10342,7 +10348,7 @@
10342
10348
  return target;
10343
10349
  }
10344
10350
 
10345
- var element$v = {
10351
+ var element$x = {
10346
10352
  "tag": "svg",
10347
10353
  "attrs": {
10348
10354
  "fill": "none",
@@ -10367,14 +10373,118 @@
10367
10373
  }]
10368
10374
  };
10369
10375
  var BrowseIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
10370
- return /*#__PURE__*/React.createElement(IconBase, _objectSpread$2e(_objectSpread$2e({}, props), {}, {
10376
+ return /*#__PURE__*/React.createElement(IconBase, _objectSpread$2g(_objectSpread$2g({}, props), {}, {
10371
10377
  id: "browse",
10372
10378
  ref: ref,
10373
- icon: element$v
10379
+ icon: element$x
10374
10380
  }));
10375
10381
  });
10376
10382
  BrowseIcon.displayName = "BrowseIcon";
10377
10383
 
10384
+ function ownKeys$2g(object, enumerableOnly) {
10385
+ var keys = Object.keys(object);
10386
+
10387
+ if (Object.getOwnPropertySymbols) {
10388
+ var symbols = Object.getOwnPropertySymbols(object);
10389
+ enumerableOnly && (symbols = symbols.filter(function (sym) {
10390
+ return Object.getOwnPropertyDescriptor(object, sym).enumerable;
10391
+ })), keys.push.apply(keys, symbols);
10392
+ }
10393
+
10394
+ return keys;
10395
+ }
10396
+
10397
+ function _objectSpread$2f(target) {
10398
+ for (var i = 1; i < arguments.length; i++) {
10399
+ var source = null != arguments[i] ? arguments[i] : {};
10400
+ i % 2 ? ownKeys$2g(Object(source), !0).forEach(function (key) {
10401
+ _defineProperty$1(target, key, source[key]);
10402
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2g(Object(source)).forEach(function (key) {
10403
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
10404
+ });
10405
+ }
10406
+
10407
+ return target;
10408
+ }
10409
+
10410
+ var element$w = {
10411
+ "tag": "svg",
10412
+ "attrs": {
10413
+ "fill": "none",
10414
+ "viewBox": "0 0 16 16",
10415
+ "width": "1em",
10416
+ "height": "1em"
10417
+ },
10418
+ "children": [{
10419
+ "tag": "path",
10420
+ "attrs": {
10421
+ "fill": "currentColor",
10422
+ "d": "M10 3H6V1.5H5V3H3a1 1 0 00-1 1v9a1 1 0 001 1h10a1 1 0 001-1V4a1 1 0 00-1-1h-2V1.5h-1V3zM5 5h1V4h4v1h1V4h2v2H3V4h2v1zM3 7h10v6H3V7z",
10423
+ "fillOpacity": 0.9
10424
+ }
10425
+ }]
10426
+ };
10427
+ var CalendarIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
10428
+ return /*#__PURE__*/React.createElement(IconBase, _objectSpread$2f(_objectSpread$2f({}, props), {}, {
10429
+ id: "calendar",
10430
+ ref: ref,
10431
+ icon: element$w
10432
+ }));
10433
+ });
10434
+ CalendarIcon.displayName = "CalendarIcon";
10435
+
10436
+ function ownKeys$2f(object, enumerableOnly) {
10437
+ var keys = Object.keys(object);
10438
+
10439
+ if (Object.getOwnPropertySymbols) {
10440
+ var symbols = Object.getOwnPropertySymbols(object);
10441
+ enumerableOnly && (symbols = symbols.filter(function (sym) {
10442
+ return Object.getOwnPropertyDescriptor(object, sym).enumerable;
10443
+ })), keys.push.apply(keys, symbols);
10444
+ }
10445
+
10446
+ return keys;
10447
+ }
10448
+
10449
+ function _objectSpread$2e(target) {
10450
+ for (var i = 1; i < arguments.length; i++) {
10451
+ var source = null != arguments[i] ? arguments[i] : {};
10452
+ i % 2 ? ownKeys$2f(Object(source), !0).forEach(function (key) {
10453
+ _defineProperty$1(target, key, source[key]);
10454
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2f(Object(source)).forEach(function (key) {
10455
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
10456
+ });
10457
+ }
10458
+
10459
+ return target;
10460
+ }
10461
+
10462
+ var element$v = {
10463
+ "tag": "svg",
10464
+ "attrs": {
10465
+ "fill": "none",
10466
+ "viewBox": "0 0 16 16",
10467
+ "width": "1em",
10468
+ "height": "1em"
10469
+ },
10470
+ "children": [{
10471
+ "tag": "path",
10472
+ "attrs": {
10473
+ "fill": "currentColor",
10474
+ "d": "M6 5v6l4.5-3L6 5z",
10475
+ "fillOpacity": 0.9
10476
+ }
10477
+ }]
10478
+ };
10479
+ var CaretRightSmallIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
10480
+ return /*#__PURE__*/React.createElement(IconBase, _objectSpread$2e(_objectSpread$2e({}, props), {}, {
10481
+ id: "caret-right-small",
10482
+ ref: ref,
10483
+ icon: element$v
10484
+ }));
10485
+ });
10486
+ CaretRightSmallIcon.displayName = "CaretRightSmallIcon";
10487
+
10378
10488
  function ownKeys$2e(object, enumerableOnly) {
10379
10489
  var keys = Object.keys(object);
10380
10490
 
@@ -10413,19 +10523,19 @@
10413
10523
  "tag": "path",
10414
10524
  "attrs": {
10415
10525
  "fill": "currentColor",
10416
- "d": "M10 3H6V1.5H5V3H3a1 1 0 00-1 1v9a1 1 0 001 1h10a1 1 0 001-1V4a1 1 0 00-1-1h-2V1.5h-1V3zM5 5h1V4h4v1h1V4h2v2H3V4h2v1zM3 7h10v6H3V7z",
10526
+ "d": "M8 15A7 7 0 108 1a7 7 0 000 14zM4.5 8.2l.7-.7L7 9.3l3.8-3.8.7.7L7 10.7 4.5 8.2z",
10417
10527
  "fillOpacity": 0.9
10418
10528
  }
10419
10529
  }]
10420
10530
  };
10421
- var CalendarIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
10531
+ var CheckCircleFilledIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
10422
10532
  return /*#__PURE__*/React.createElement(IconBase, _objectSpread$2d(_objectSpread$2d({}, props), {}, {
10423
- id: "calendar",
10533
+ id: "check-circle-filled",
10424
10534
  ref: ref,
10425
10535
  icon: element$u
10426
10536
  }));
10427
10537
  });
10428
- CalendarIcon.displayName = "CalendarIcon";
10538
+ CheckCircleFilledIcon.displayName = "CheckCircleFilledIcon";
10429
10539
 
10430
10540
  function ownKeys$2d(object, enumerableOnly) {
10431
10541
  var keys = Object.keys(object);
@@ -10465,19 +10575,26 @@
10465
10575
  "tag": "path",
10466
10576
  "attrs": {
10467
10577
  "fill": "currentColor",
10468
- "d": "M6 5v6l4.5-3L6 5z",
10578
+ "d": "M4.5 8.2L7 10.7l4.5-4.5-.7-.7L7 9.3 5.2 7.5l-.7.7z",
10579
+ "fillOpacity": 0.9
10580
+ }
10581
+ }, {
10582
+ "tag": "path",
10583
+ "attrs": {
10584
+ "fill": "currentColor",
10585
+ "d": "M4.11 2.18a7 7 0 117.78 11.64A7 7 0 014.1 2.18zm.56 10.8a6 6 0 106.66-9.97A6 6 0 004.67 13z",
10469
10586
  "fillOpacity": 0.9
10470
10587
  }
10471
10588
  }]
10472
10589
  };
10473
- var CaretRightSmallIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
10590
+ var CheckCircleIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
10474
10591
  return /*#__PURE__*/React.createElement(IconBase, _objectSpread$2c(_objectSpread$2c({}, props), {}, {
10475
- id: "caret-right-small",
10592
+ id: "check-circle",
10476
10593
  ref: ref,
10477
10594
  icon: element$t
10478
10595
  }));
10479
10596
  });
10480
- CaretRightSmallIcon.displayName = "CaretRightSmallIcon";
10597
+ CheckCircleIcon.displayName = "CheckCircleIcon";
10481
10598
 
10482
10599
  function ownKeys$2c(object, enumerableOnly) {
10483
10600
  var keys = Object.keys(object);
@@ -10517,19 +10634,19 @@
10517
10634
  "tag": "path",
10518
10635
  "attrs": {
10519
10636
  "fill": "currentColor",
10520
- "d": "M8 15A7 7 0 108 1a7 7 0 000 14zM4.5 8.2l.7-.7L7 9.3l3.8-3.8.7.7L7 10.7 4.5 8.2z",
10637
+ "d": "M6.43 9.92l6.23-6.22.92.92-7.15 7.14L1.97 7.3l.92-.92 3.54 3.54z",
10521
10638
  "fillOpacity": 0.9
10522
10639
  }
10523
10640
  }]
10524
10641
  };
10525
- var CheckCircleFilledIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
10642
+ var CheckIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
10526
10643
  return /*#__PURE__*/React.createElement(IconBase, _objectSpread$2b(_objectSpread$2b({}, props), {}, {
10527
- id: "check-circle-filled",
10644
+ id: "check",
10528
10645
  ref: ref,
10529
10646
  icon: element$s
10530
10647
  }));
10531
10648
  });
10532
- CheckCircleFilledIcon.displayName = "CheckCircleFilledIcon";
10649
+ CheckIcon.displayName = "CheckIcon";
10533
10650
 
10534
10651
  function ownKeys$2b(object, enumerableOnly) {
10535
10652
  var keys = Object.keys(object);
@@ -10569,26 +10686,19 @@
10569
10686
  "tag": "path",
10570
10687
  "attrs": {
10571
10688
  "fill": "currentColor",
10572
- "d": "M4.5 8.2L7 10.7l4.5-4.5-.7-.7L7 9.3 5.2 7.5l-.7.7z",
10573
- "fillOpacity": 0.9
10574
- }
10575
- }, {
10576
- "tag": "path",
10577
- "attrs": {
10578
- "fill": "currentColor",
10579
- "d": "M4.11 2.18a7 7 0 117.78 11.64A7 7 0 014.1 2.18zm.56 10.8a6 6 0 106.66-9.97A6 6 0 004.67 13z",
10689
+ "d": "M3.54 6.46l.92-.92L8 9.08l3.54-3.54.92.92L8 10.92 3.54 6.46z",
10580
10690
  "fillOpacity": 0.9
10581
10691
  }
10582
10692
  }]
10583
10693
  };
10584
- var CheckCircleIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
10694
+ var ChevronDownIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
10585
10695
  return /*#__PURE__*/React.createElement(IconBase, _objectSpread$2a(_objectSpread$2a({}, props), {}, {
10586
- id: "check-circle",
10696
+ id: "chevron-down",
10587
10697
  ref: ref,
10588
10698
  icon: element$r
10589
10699
  }));
10590
10700
  });
10591
- CheckCircleIcon.displayName = "CheckCircleIcon";
10701
+ ChevronDownIcon.displayName = "ChevronDownIcon";
10592
10702
 
10593
10703
  function ownKeys$2a(object, enumerableOnly) {
10594
10704
  var keys = Object.keys(object);
@@ -10628,19 +10738,26 @@
10628
10738
  "tag": "path",
10629
10739
  "attrs": {
10630
10740
  "fill": "currentColor",
10631
- "d": "M6.43 9.92l6.23-6.22.92.92-7.15 7.14L1.97 7.3l.92-.92 3.54 3.54z",
10741
+ "d": "M13.04 4.46l-.92-.92L7.66 8l4.46 4.46.92-.92L9.5 8l3.54-3.54z",
10742
+ "fillOpacity": 0.9
10743
+ }
10744
+ }, {
10745
+ "tag": "path",
10746
+ "attrs": {
10747
+ "fill": "currentColor",
10748
+ "d": "M8.04 4.46l-.92-.92L2.66 8l4.46 4.46.92-.92L4.5 8l3.54-3.54z",
10632
10749
  "fillOpacity": 0.9
10633
10750
  }
10634
10751
  }]
10635
10752
  };
10636
- var CheckIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
10753
+ var ChevronLeftDoubleIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
10637
10754
  return /*#__PURE__*/React.createElement(IconBase, _objectSpread$29(_objectSpread$29({}, props), {}, {
10638
- id: "check",
10755
+ id: "chevron-left-double",
10639
10756
  ref: ref,
10640
10757
  icon: element$q
10641
10758
  }));
10642
10759
  });
10643
- CheckIcon.displayName = "CheckIcon";
10760
+ ChevronLeftDoubleIcon.displayName = "ChevronLeftDoubleIcon";
10644
10761
 
10645
10762
  function ownKeys$29(object, enumerableOnly) {
10646
10763
  var keys = Object.keys(object);
@@ -10680,19 +10797,19 @@
10680
10797
  "tag": "path",
10681
10798
  "attrs": {
10682
10799
  "fill": "currentColor",
10683
- "d": "M3.54 6.46l.92-.92L8 9.08l3.54-3.54.92.92L8 10.92 3.54 6.46z",
10800
+ "d": "M9.54 3.54l.92.92L6.92 8l3.54 3.54-.92.92L5.08 8l4.46-4.46z",
10684
10801
  "fillOpacity": 0.9
10685
10802
  }
10686
10803
  }]
10687
10804
  };
10688
- var ChevronDownIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
10805
+ var ChevronLeftIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
10689
10806
  return /*#__PURE__*/React.createElement(IconBase, _objectSpread$28(_objectSpread$28({}, props), {}, {
10690
- id: "chevron-down",
10807
+ id: "chevron-left",
10691
10808
  ref: ref,
10692
10809
  icon: element$p
10693
10810
  }));
10694
10811
  });
10695
- ChevronDownIcon.displayName = "ChevronDownIcon";
10812
+ ChevronLeftIcon.displayName = "ChevronLeftIcon";
10696
10813
 
10697
10814
  function ownKeys$28(object, enumerableOnly) {
10698
10815
  var keys = Object.keys(object);
@@ -10732,26 +10849,26 @@
10732
10849
  "tag": "path",
10733
10850
  "attrs": {
10734
10851
  "fill": "currentColor",
10735
- "d": "M13.04 4.46l-.92-.92L7.66 8l4.46 4.46.92-.92L9.5 8l3.54-3.54z",
10852
+ "d": "M6.2 5.2L9 8l-2.8 2.8.71.7 3.5-3.5-3.5-3.5-.7.7z",
10736
10853
  "fillOpacity": 0.9
10737
10854
  }
10738
10855
  }, {
10739
10856
  "tag": "path",
10740
10857
  "attrs": {
10741
10858
  "fill": "currentColor",
10742
- "d": "M8.04 4.46l-.92-.92L2.66 8l4.46 4.46.92-.92L4.5 8l3.54-3.54z",
10859
+ "d": "M8 15A7 7 0 118 1a7 7 0 010 14zm0-1A6 6 0 108 2a6 6 0 000 12z",
10743
10860
  "fillOpacity": 0.9
10744
10861
  }
10745
10862
  }]
10746
10863
  };
10747
- var ChevronLeftDoubleIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
10864
+ var ChevronRightCircleIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
10748
10865
  return /*#__PURE__*/React.createElement(IconBase, _objectSpread$27(_objectSpread$27({}, props), {}, {
10749
- id: "chevron-left-double",
10866
+ id: "chevron-right-circle",
10750
10867
  ref: ref,
10751
10868
  icon: element$o
10752
10869
  }));
10753
10870
  });
10754
- ChevronLeftDoubleIcon.displayName = "ChevronLeftDoubleIcon";
10871
+ ChevronRightCircleIcon.displayName = "ChevronRightCircleIcon";
10755
10872
 
10756
10873
  function ownKeys$27(object, enumerableOnly) {
10757
10874
  var keys = Object.keys(object);
@@ -10791,19 +10908,19 @@
10791
10908
  "tag": "path",
10792
10909
  "attrs": {
10793
10910
  "fill": "currentColor",
10794
- "d": "M9.54 3.54l.92.92L6.92 8l3.54 3.54-.92.92L5.08 8l4.46-4.46z",
10911
+ "d": "M2.96 11.54l.92.92L8.34 8 3.88 3.54l-.92.92L6.5 8l-3.54 3.54zm5 0l.92.92L13.34 8 8.88 3.54l-.92.92L11.5 8l-3.54 3.54z",
10795
10912
  "fillOpacity": 0.9
10796
10913
  }
10797
10914
  }]
10798
10915
  };
10799
- var ChevronLeftIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
10916
+ var ChevronRightDoubleIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
10800
10917
  return /*#__PURE__*/React.createElement(IconBase, _objectSpread$26(_objectSpread$26({}, props), {}, {
10801
- id: "chevron-left",
10918
+ id: "chevron-right-double",
10802
10919
  ref: ref,
10803
10920
  icon: element$n
10804
10921
  }));
10805
10922
  });
10806
- ChevronLeftIcon.displayName = "ChevronLeftIcon";
10923
+ ChevronRightDoubleIcon.displayName = "ChevronRightDoubleIcon";
10807
10924
 
10808
10925
  function ownKeys$26(object, enumerableOnly) {
10809
10926
  var keys = Object.keys(object);
@@ -10843,26 +10960,19 @@
10843
10960
  "tag": "path",
10844
10961
  "attrs": {
10845
10962
  "fill": "currentColor",
10846
- "d": "M6.2 5.2L9 8l-2.8 2.8.71.7 3.5-3.5-3.5-3.5-.7.7z",
10847
- "fillOpacity": 0.9
10848
- }
10849
- }, {
10850
- "tag": "path",
10851
- "attrs": {
10852
- "fill": "currentColor",
10853
- "d": "M8 15A7 7 0 118 1a7 7 0 010 14zm0-1A6 6 0 108 2a6 6 0 000 12z",
10963
+ "d": "M6.46 12.46l-.92-.92L9.08 8 5.54 4.46l.92-.92L10.92 8l-4.46 4.46z",
10854
10964
  "fillOpacity": 0.9
10855
10965
  }
10856
10966
  }]
10857
10967
  };
10858
- var ChevronRightCircleIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
10968
+ var ChevronRightIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
10859
10969
  return /*#__PURE__*/React.createElement(IconBase, _objectSpread$25(_objectSpread$25({}, props), {}, {
10860
- id: "chevron-right-circle",
10970
+ id: "chevron-right",
10861
10971
  ref: ref,
10862
10972
  icon: element$m
10863
10973
  }));
10864
10974
  });
10865
- ChevronRightCircleIcon.displayName = "ChevronRightCircleIcon";
10975
+ ChevronRightIcon.displayName = "ChevronRightIcon";
10866
10976
 
10867
10977
  function ownKeys$25(object, enumerableOnly) {
10868
10978
  var keys = Object.keys(object);
@@ -10902,19 +11012,19 @@
10902
11012
  "tag": "path",
10903
11013
  "attrs": {
10904
11014
  "fill": "currentColor",
10905
- "d": "M2.96 11.54l.92.92L8.34 8 3.88 3.54l-.92.92L6.5 8l-3.54 3.54zm5 0l.92.92L13.34 8 8.88 3.54l-.92.92L11.5 8l-3.54 3.54z",
11015
+ "d": "M12.46 9.54l-.92.92L8 6.92l-3.54 3.54-.92-.92L8 5.08l4.46 4.46z",
10906
11016
  "fillOpacity": 0.9
10907
11017
  }
10908
11018
  }]
10909
11019
  };
10910
- var ChevronRightDoubleIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
11020
+ var ChevronUpIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
10911
11021
  return /*#__PURE__*/React.createElement(IconBase, _objectSpread$24(_objectSpread$24({}, props), {}, {
10912
- id: "chevron-right-double",
11022
+ id: "chevron-up",
10913
11023
  ref: ref,
10914
11024
  icon: element$l
10915
11025
  }));
10916
11026
  });
10917
- ChevronRightDoubleIcon.displayName = "ChevronRightDoubleIcon";
11027
+ ChevronUpIcon.displayName = "ChevronUpIcon";
10918
11028
 
10919
11029
  function ownKeys$24(object, enumerableOnly) {
10920
11030
  var keys = Object.keys(object);
@@ -10954,19 +11064,19 @@
10954
11064
  "tag": "path",
10955
11065
  "attrs": {
10956
11066
  "fill": "currentColor",
10957
- "d": "M6.46 12.46l-.92-.92L9.08 8 5.54 4.46l.92-.92L10.92 8l-4.46 4.46z",
11067
+ "d": "M15 8A7 7 0 101 8a7 7 0 0014 0zM5.67 4.95L8 7.29l2.33-2.34.7.7L8.7 8l2.34 2.35-.71.7L8 8.71l-2.33 2.34-.7-.7L7.3 8 4.96 5.65l.71-.7z",
10958
11068
  "fillOpacity": 0.9
10959
11069
  }
10960
11070
  }]
10961
11071
  };
10962
- var ChevronRightIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
11072
+ var CloseCircleFilledIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
10963
11073
  return /*#__PURE__*/React.createElement(IconBase, _objectSpread$23(_objectSpread$23({}, props), {}, {
10964
- id: "chevron-right",
11074
+ id: "close-circle-filled",
10965
11075
  ref: ref,
10966
11076
  icon: element$k
10967
11077
  }));
10968
11078
  });
10969
- ChevronRightIcon.displayName = "ChevronRightIcon";
11079
+ CloseCircleFilledIcon.displayName = "CloseCircleFilledIcon";
10970
11080
 
10971
11081
  function ownKeys$23(object, enumerableOnly) {
10972
11082
  var keys = Object.keys(object);
@@ -11006,19 +11116,26 @@
11006
11116
  "tag": "path",
11007
11117
  "attrs": {
11008
11118
  "fill": "currentColor",
11009
- "d": "M12.46 9.54l-.92.92L8 6.92l-3.54 3.54-.92-.92L8 5.08l4.46 4.46z",
11119
+ "d": "M4.98 10.31L7.3 8 5 5.69l.7-.7L8 7.28 10.31 5l.7.7L8.72 8l2.3 2.31-.7.7L8 8.72 5.69 11l-.7-.7z",
11120
+ "fillOpacity": 0.9
11121
+ }
11122
+ }, {
11123
+ "tag": "path",
11124
+ "attrs": {
11125
+ "fill": "currentColor",
11126
+ "d": "M8 1a7 7 0 110 14A7 7 0 018 1zm0 1a6 6 0 100 12A6 6 0 008 2z",
11010
11127
  "fillOpacity": 0.9
11011
11128
  }
11012
11129
  }]
11013
11130
  };
11014
- var ChevronUpIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
11131
+ var CloseCircleIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
11015
11132
  return /*#__PURE__*/React.createElement(IconBase, _objectSpread$22(_objectSpread$22({}, props), {}, {
11016
- id: "chevron-up",
11133
+ id: "close-circle",
11017
11134
  ref: ref,
11018
11135
  icon: element$j
11019
11136
  }));
11020
11137
  });
11021
- ChevronUpIcon.displayName = "ChevronUpIcon";
11138
+ CloseCircleIcon.displayName = "CloseCircleIcon";
11022
11139
 
11023
11140
  function ownKeys$22(object, enumerableOnly) {
11024
11141
  var keys = Object.keys(object);
@@ -11058,19 +11175,19 @@
11058
11175
  "tag": "path",
11059
11176
  "attrs": {
11060
11177
  "fill": "currentColor",
11061
- "d": "M15 8A7 7 0 101 8a7 7 0 0014 0zM5.67 4.95L8 7.29l2.33-2.34.7.7L8.7 8l2.34 2.35-.71.7L8 8.71l-2.33 2.34-.7-.7L7.3 8 4.96 5.65l.71-.7z",
11178
+ "d": "M8 8.92L11.08 12l.92-.92L8.92 8 12 4.92 11.08 4 8 7.08 4.92 4 4 4.92 7.08 8 4 11.08l.92.92L8 8.92z",
11062
11179
  "fillOpacity": 0.9
11063
11180
  }
11064
11181
  }]
11065
11182
  };
11066
- var CloseCircleFilledIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
11183
+ var CloseIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
11067
11184
  return /*#__PURE__*/React.createElement(IconBase, _objectSpread$21(_objectSpread$21({}, props), {}, {
11068
- id: "close-circle-filled",
11185
+ id: "close",
11069
11186
  ref: ref,
11070
11187
  icon: element$i
11071
11188
  }));
11072
11189
  });
11073
- CloseCircleFilledIcon.displayName = "CloseCircleFilledIcon";
11190
+ CloseIcon.displayName = "CloseIcon";
11074
11191
 
11075
11192
  function ownKeys$21(object, enumerableOnly) {
11076
11193
  var keys = Object.keys(object);
@@ -11110,26 +11227,26 @@
11110
11227
  "tag": "path",
11111
11228
  "attrs": {
11112
11229
  "fill": "currentColor",
11113
- "d": "M4.98 10.31L7.3 8 5 5.69l.7-.7L8 7.28 10.31 5l.7.7L8.72 8l2.3 2.31-.7.7L8 8.72 5.69 11l-.7-.7z",
11230
+ "d": "M6 12V6h1v6H6zM9 6v6h1V6H9z",
11114
11231
  "fillOpacity": 0.9
11115
11232
  }
11116
11233
  }, {
11117
11234
  "tag": "path",
11118
11235
  "attrs": {
11119
11236
  "fill": "currentColor",
11120
- "d": "M8 1a7 7 0 110 14A7 7 0 018 1zm0 1a6 6 0 100 12A6 6 0 008 2z",
11237
+ "d": "M10.5 3H14v1h-1v10a1 1 0 01-1 1H4a1 1 0 01-1-1V4H2V3h3.5V1.8c0-.44.36-.8.8-.8h3.4c.44 0 .8.36.8.8V3zm-4 0h3V2h-3v1zM4 4v10h8V4H4z",
11121
11238
  "fillOpacity": 0.9
11122
11239
  }
11123
11240
  }]
11124
11241
  };
11125
- var CloseCircleIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
11242
+ var DeleteIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
11126
11243
  return /*#__PURE__*/React.createElement(IconBase, _objectSpread$20(_objectSpread$20({}, props), {}, {
11127
- id: "close-circle",
11244
+ id: "delete",
11128
11245
  ref: ref,
11129
11246
  icon: element$h
11130
11247
  }));
11131
11248
  });
11132
- CloseCircleIcon.displayName = "CloseCircleIcon";
11249
+ DeleteIcon.displayName = "DeleteIcon";
11133
11250
 
11134
11251
  function ownKeys$20(object, enumerableOnly) {
11135
11252
  var keys = Object.keys(object);
@@ -11169,19 +11286,19 @@
11169
11286
  "tag": "path",
11170
11287
  "attrs": {
11171
11288
  "fill": "currentColor",
11172
- "d": "M8 8.92L11.08 12l.92-.92L8.92 8 12 4.92 11.08 4 8 7.08 4.92 4 4 4.92 7.08 8 4 11.08l.92.92L8 8.92z",
11289
+ "d": "M3 9a1 1 0 110-2 1 1 0 010 2zM7 8a1 1 0 102 0 1 1 0 00-2 0zM12 8a1 1 0 102 0 1 1 0 00-2 0z",
11173
11290
  "fillOpacity": 0.9
11174
11291
  }
11175
11292
  }]
11176
11293
  };
11177
- var CloseIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
11294
+ var EllipsisIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
11178
11295
  return /*#__PURE__*/React.createElement(IconBase, _objectSpread$1$(_objectSpread$1$({}, props), {}, {
11179
- id: "close",
11296
+ id: "ellipsis",
11180
11297
  ref: ref,
11181
11298
  icon: element$g
11182
11299
  }));
11183
11300
  });
11184
- CloseIcon.displayName = "CloseIcon";
11301
+ EllipsisIcon.displayName = "EllipsisIcon";
11185
11302
 
11186
11303
  function ownKeys$1$(object, enumerableOnly) {
11187
11304
  var keys = Object.keys(object);
@@ -11221,26 +11338,19 @@
11221
11338
  "tag": "path",
11222
11339
  "attrs": {
11223
11340
  "fill": "currentColor",
11224
- "d": "M6 12V6h1v6H6zM9 6v6h1V6H9z",
11225
- "fillOpacity": 0.9
11226
- }
11227
- }, {
11228
- "tag": "path",
11229
- "attrs": {
11230
- "fill": "currentColor",
11231
- "d": "M10.5 3H14v1h-1v10a1 1 0 01-1 1H4a1 1 0 01-1-1V4H2V3h3.5V1.8c0-.44.36-.8.8-.8h3.4c.44 0 .8.36.8.8V3zm-4 0h3V2h-3v1zM4 4v10h8V4H4z",
11341
+ "d": "M15 8A7 7 0 101 8a7 7 0 0014 0zM8.5 4v5.5h-1V4h1zm-1.1 7h1.2v1.2H7.4V11z",
11232
11342
  "fillOpacity": 0.9
11233
11343
  }
11234
11344
  }]
11235
11345
  };
11236
- var DeleteIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
11346
+ var ErrorCircleFilledIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
11237
11347
  return /*#__PURE__*/React.createElement(IconBase, _objectSpread$1_(_objectSpread$1_({}, props), {}, {
11238
- id: "delete",
11348
+ id: "error-circle-filled",
11239
11349
  ref: ref,
11240
11350
  icon: element$f
11241
11351
  }));
11242
11352
  });
11243
- DeleteIcon.displayName = "DeleteIcon";
11353
+ ErrorCircleFilledIcon.displayName = "ErrorCircleFilledIcon";
11244
11354
 
11245
11355
  function ownKeys$1_(object, enumerableOnly) {
11246
11356
  var keys = Object.keys(object);
@@ -11280,19 +11390,26 @@
11280
11390
  "tag": "path",
11281
11391
  "attrs": {
11282
11392
  "fill": "currentColor",
11283
- "d": "M3 9a1 1 0 110-2 1 1 0 010 2zM7 8a1 1 0 102 0 1 1 0 00-2 0zM12 8a1 1 0 102 0 1 1 0 00-2 0z",
11393
+ "d": "M8.5 4v5.5h-1V4h1zM8.6 10.5H7.4v1.2h1.2v-1.2z",
11394
+ "fillOpacity": 0.9
11395
+ }
11396
+ }, {
11397
+ "tag": "path",
11398
+ "attrs": {
11399
+ "fill": "currentColor",
11400
+ "d": "M15 8A7 7 0 101 8a7 7 0 0014 0zm-1 0A6 6 0 112 8a6 6 0 0112 0z",
11284
11401
  "fillOpacity": 0.9
11285
11402
  }
11286
11403
  }]
11287
11404
  };
11288
- var EllipsisIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
11405
+ var ErrorCircleIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
11289
11406
  return /*#__PURE__*/React.createElement(IconBase, _objectSpread$1Z(_objectSpread$1Z({}, props), {}, {
11290
- id: "ellipsis",
11407
+ id: "error-circle",
11291
11408
  ref: ref,
11292
11409
  icon: element$e
11293
11410
  }));
11294
11411
  });
11295
- EllipsisIcon.displayName = "EllipsisIcon";
11412
+ ErrorCircleIcon.displayName = "ErrorCircleIcon";
11296
11413
 
11297
11414
  function ownKeys$1Z(object, enumerableOnly) {
11298
11415
  var keys = Object.keys(object);
@@ -11332,19 +11449,26 @@
11332
11449
  "tag": "path",
11333
11450
  "attrs": {
11334
11451
  "fill": "currentColor",
11335
- "d": "M15 8A7 7 0 101 8a7 7 0 0014 0zM8.5 4v5.5h-1V4h1zm-1.1 7h1.2v1.2H7.4V11z",
11452
+ "d": "M4 1.92C4 1.34 4.52 1 5 1h4.37a1 1 0 01.71.3L13.71 5a1 1 0 01.29.7v6.38c0 .58-.52.92-1 .92H5c-.48 0-1-.34-1-.92V1.92zM5 2v10h8V6.01H9V2H5zm5 .65V5h2.32L10 2.65z",
11453
+ "fillOpacity": 0.9
11454
+ }
11455
+ }, {
11456
+ "tag": "path",
11457
+ "attrs": {
11458
+ "fill": "currentColor",
11459
+ "d": "M2 5v9.01a1 1 0 001 1h8v-1H3V5H2z",
11336
11460
  "fillOpacity": 0.9
11337
11461
  }
11338
11462
  }]
11339
11463
  };
11340
- var ErrorCircleFilledIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
11464
+ var FileCopyIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
11341
11465
  return /*#__PURE__*/React.createElement(IconBase, _objectSpread$1Y(_objectSpread$1Y({}, props), {}, {
11342
- id: "error-circle-filled",
11466
+ id: "file-copy",
11343
11467
  ref: ref,
11344
11468
  icon: element$d
11345
11469
  }));
11346
11470
  });
11347
- ErrorCircleFilledIcon.displayName = "ErrorCircleFilledIcon";
11471
+ FileCopyIcon.displayName = "FileCopyIcon";
11348
11472
 
11349
11473
  function ownKeys$1Y(object, enumerableOnly) {
11350
11474
  var keys = Object.keys(object);
@@ -11384,26 +11508,19 @@
11384
11508
  "tag": "path",
11385
11509
  "attrs": {
11386
11510
  "fill": "currentColor",
11387
- "d": "M8.5 4v5.5h-1V4h1zM8.6 10.5H7.4v1.2h1.2v-1.2z",
11388
- "fillOpacity": 0.9
11389
- }
11390
- }, {
11391
- "tag": "path",
11392
- "attrs": {
11393
- "fill": "currentColor",
11394
- "d": "M15 8A7 7 0 101 8a7 7 0 0014 0zm-1 0A6 6 0 112 8a6 6 0 0112 0z",
11511
+ "d": "M2 3a1 1 0 011-1h10a1 1 0 011 1v1.79l-4.25 2.5V14h-3.5V7.29L2 4.79V3zm11 0H3v1.21l4.25 2.5V13h1.5V6.71L13 4.21V3z",
11395
11512
  "fillOpacity": 0.9
11396
11513
  }
11397
11514
  }]
11398
11515
  };
11399
- var ErrorCircleIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
11516
+ var FilterIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
11400
11517
  return /*#__PURE__*/React.createElement(IconBase, _objectSpread$1X(_objectSpread$1X({}, props), {}, {
11401
- id: "error-circle",
11518
+ id: "filter",
11402
11519
  ref: ref,
11403
11520
  icon: element$c
11404
11521
  }));
11405
11522
  });
11406
- ErrorCircleIcon.displayName = "ErrorCircleIcon";
11523
+ FilterIcon.displayName = "FilterIcon";
11407
11524
 
11408
11525
  function ownKeys$1X(object, enumerableOnly) {
11409
11526
  var keys = Object.keys(object);
@@ -11443,26 +11560,19 @@
11443
11560
  "tag": "path",
11444
11561
  "attrs": {
11445
11562
  "fill": "currentColor",
11446
- "d": "M4 1.92C4 1.34 4.52 1 5 1h4.37a1 1 0 01.71.3L13.71 5a1 1 0 01.29.7v6.38c0 .58-.52.92-1 .92H5c-.48 0-1-.34-1-.92V1.92zM5 2v10h8V6.01H9V2H5zm5 .65V5h2.32L10 2.65z",
11447
- "fillOpacity": 0.9
11448
- }
11449
- }, {
11450
- "tag": "path",
11451
- "attrs": {
11452
- "fill": "currentColor",
11453
- "d": "M2 5v9.01a1 1 0 001 1h8v-1H3V5H2z",
11563
+ "d": "M15 8A7 7 0 101 8a7 7 0 0014 0zM5.8 6.63a2.2 2.2 0 014.39 0c0 .97-.75 1.72-1.49 2.02a.34.34 0 00-.2.32v.8h-1v-.8c0-.56.33-1.04.82-1.24.5-.2.87-.66.87-1.1a1.2 1.2 0 00-2.39 0h-1zm1.67 4.54a.53.53 0 111.05 0 .53.53 0 01-1.05 0z",
11454
11564
  "fillOpacity": 0.9
11455
11565
  }
11456
11566
  }]
11457
11567
  };
11458
- var FileCopyIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
11568
+ var HelpCircleFilledIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
11459
11569
  return /*#__PURE__*/React.createElement(IconBase, _objectSpread$1W(_objectSpread$1W({}, props), {}, {
11460
- id: "file-copy",
11570
+ id: "help-circle-filled",
11461
11571
  ref: ref,
11462
11572
  icon: element$b
11463
11573
  }));
11464
11574
  });
11465
- FileCopyIcon.displayName = "FileCopyIcon";
11575
+ HelpCircleFilledIcon.displayName = "HelpCircleFilledIcon";
11466
11576
 
11467
11577
  function ownKeys$1W(object, enumerableOnly) {
11468
11578
  var keys = Object.keys(object);
@@ -11502,19 +11612,19 @@
11502
11612
  "tag": "path",
11503
11613
  "attrs": {
11504
11614
  "fill": "currentColor",
11505
- "d": "M2 3a1 1 0 011-1h10a1 1 0 011 1v1.79l-4.25 2.5V14h-3.5V7.29L2 4.79V3zm11 0H3v1.21l4.25 2.5V13h1.5V6.71L13 4.21V3z",
11615
+ "d": "M8 15A7 7 0 108 1a7 7 0 000 14zM7.4 4h1.2v1.2H7.4V4zm.1 2.5h1V12h-1V6.5z",
11506
11616
  "fillOpacity": 0.9
11507
11617
  }
11508
11618
  }]
11509
11619
  };
11510
- var FilterIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
11620
+ var InfoCircleFilledIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
11511
11621
  return /*#__PURE__*/React.createElement(IconBase, _objectSpread$1V(_objectSpread$1V({}, props), {}, {
11512
- id: "filter",
11622
+ id: "info-circle-filled",
11513
11623
  ref: ref,
11514
11624
  icon: element$a
11515
11625
  }));
11516
11626
  });
11517
- FilterIcon.displayName = "FilterIcon";
11627
+ InfoCircleFilledIcon.displayName = "InfoCircleFilledIcon";
11518
11628
 
11519
11629
  function ownKeys$1V(object, enumerableOnly) {
11520
11630
  var keys = Object.keys(object);
@@ -11554,19 +11664,26 @@
11554
11664
  "tag": "path",
11555
11665
  "attrs": {
11556
11666
  "fill": "currentColor",
11557
- "d": "M15 8A7 7 0 101 8a7 7 0 0014 0zM5.8 6.63a2.2 2.2 0 014.39 0c0 .97-.75 1.72-1.49 2.02a.34.34 0 00-.2.32v.8h-1v-.8c0-.56.33-1.04.82-1.24.5-.2.87-.66.87-1.1a1.2 1.2 0 00-2.39 0h-1zm1.67 4.54a.53.53 0 111.05 0 .53.53 0 01-1.05 0z",
11667
+ "d": "M5 8.5h6v-1H5v1z",
11668
+ "fillOpacity": 0.9
11669
+ }
11670
+ }, {
11671
+ "tag": "path",
11672
+ "attrs": {
11673
+ "fill": "currentColor",
11674
+ "d": "M3 14a1 1 0 01-1-1V3a1 1 0 011-1h10a1 1 0 011 1v10a1 1 0 01-1 1H3zm0-1h10V3H3v10z",
11558
11675
  "fillOpacity": 0.9
11559
11676
  }
11560
11677
  }]
11561
11678
  };
11562
- var HelpCircleFilledIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
11679
+ var MinusRectangleIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
11563
11680
  return /*#__PURE__*/React.createElement(IconBase, _objectSpread$1U(_objectSpread$1U({}, props), {}, {
11564
- id: "help-circle-filled",
11681
+ id: "minus-rectangle",
11565
11682
  ref: ref,
11566
11683
  icon: element$9
11567
11684
  }));
11568
11685
  });
11569
- HelpCircleFilledIcon.displayName = "HelpCircleFilledIcon";
11686
+ MinusRectangleIcon.displayName = "MinusRectangleIcon";
11570
11687
 
11571
11688
  function ownKeys$1U(object, enumerableOnly) {
11572
11689
  var keys = Object.keys(object);
@@ -11606,19 +11723,19 @@
11606
11723
  "tag": "path",
11607
11724
  "attrs": {
11608
11725
  "fill": "currentColor",
11609
- "d": "M8 15A7 7 0 108 1a7 7 0 000 14zM7.4 4h1.2v1.2H7.4V4zm.1 2.5h1V12h-1V6.5z",
11726
+ "d": "M12.4 4.46l-.91-.92L7.03 8l4.46 4.46.92-.92L8.86 8l3.55-3.54zM4.8 4v8h1.3V4H4.8z",
11610
11727
  "fillOpacity": 0.9
11611
11728
  }
11612
11729
  }]
11613
11730
  };
11614
- var InfoCircleFilledIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
11731
+ var PageFirstIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
11615
11732
  return /*#__PURE__*/React.createElement(IconBase, _objectSpread$1T(_objectSpread$1T({}, props), {}, {
11616
- id: "info-circle-filled",
11733
+ id: "page-first",
11617
11734
  ref: ref,
11618
11735
  icon: element$8
11619
11736
  }));
11620
11737
  });
11621
- InfoCircleFilledIcon.displayName = "InfoCircleFilledIcon";
11738
+ PageFirstIcon.displayName = "PageFirstIcon";
11622
11739
 
11623
11740
  function ownKeys$1T(object, enumerableOnly) {
11624
11741
  var keys = Object.keys(object);
@@ -11658,26 +11775,19 @@
11658
11775
  "tag": "path",
11659
11776
  "attrs": {
11660
11777
  "fill": "currentColor",
11661
- "d": "M5 8.5h6v-1H5v1z",
11662
- "fillOpacity": 0.9
11663
- }
11664
- }, {
11665
- "tag": "path",
11666
- "attrs": {
11667
- "fill": "currentColor",
11668
- "d": "M3 14a1 1 0 01-1-1V3a1 1 0 011-1h10a1 1 0 011 1v10a1 1 0 01-1 1H3zm0-1h10V3H3v10z",
11778
+ "d": "M3.6 11.54l.91.92L8.97 8 4.51 3.54l-.92.92L7.14 8l-3.55 3.54zm7.6.46V4H9.9v8h1.3z",
11669
11779
  "fillOpacity": 0.9
11670
11780
  }
11671
11781
  }]
11672
11782
  };
11673
- var MinusRectangleIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
11783
+ var PageLastIcon = /*#__PURE__*/React.forwardRef(function (props, ref) {
11674
11784
  return /*#__PURE__*/React.createElement(IconBase, _objectSpread$1S(_objectSpread$1S({}, props), {}, {
11675
- id: "minus-rectangle",
11785
+ id: "page-last",
11676
11786
  ref: ref,
11677
11787
  icon: element$7
11678
11788
  }));
11679
11789
  });
11680
- MinusRectangleIcon.displayName = "MinusRectangleIcon";
11790
+ PageLastIcon.displayName = "PageLastIcon";
11681
11791
 
11682
11792
  function ownKeys$1S(object, enumerableOnly) {
11683
11793
  var keys = Object.keys(object);
@@ -13036,7 +13146,7 @@
13036
13146
  return typeof param === "number" ? "".concat(param, "px") : param;
13037
13147
  }
13038
13148
 
13039
- var _excluded$s = ["separate", "children", "className"];
13149
+ var _excluded$t = ["separate", "children", "className"];
13040
13150
 
13041
13151
  function ownKeys$1K(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
13042
13152
 
@@ -13048,7 +13158,7 @@
13048
13158
  var separate = props.separate,
13049
13159
  children = props.children,
13050
13160
  className = props.className,
13051
- wrapperProps = _objectWithoutProperties$2(props, _excluded$s);
13161
+ wrapperProps = _objectWithoutProperties$2(props, _excluded$t);
13052
13162
 
13053
13163
  return /* @__PURE__ */React__default["default"].createElement("div", _objectSpread$1J({
13054
13164
  ref: ref,
@@ -13057,7 +13167,7 @@
13057
13167
  });
13058
13168
  InputGroup.displayName = "InputGroup";
13059
13169
 
13060
- var _excluded$r = ["defaultValue", "value", "onChange"];
13170
+ var _excluded$s = ["defaultValue", "value", "onChange"];
13061
13171
 
13062
13172
  function ownKeys$1J(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
13063
13173
 
@@ -13067,7 +13177,7 @@
13067
13177
  value = props.value,
13068
13178
  _props$onChange = props.onChange,
13069
13179
  onChange = _props$onChange === void 0 ? noop$1 : _props$onChange,
13070
- restProps = _objectWithoutProperties$2(props, _excluded$r);
13180
+ restProps = _objectWithoutProperties$2(props, _excluded$s);
13071
13181
 
13072
13182
  var _useDefault = useDefault(value, typeof defaultValue === "undefined" ? defaultDefaultValue : defaultValue, onChange),
13073
13183
  _useDefault2 = _slicedToArray(_useDefault, 2),
@@ -13183,7 +13293,7 @@
13183
13293
  return [componentLocale, transformLocale];
13184
13294
  }
13185
13295
 
13186
- var _excluded$q = ["type", "autoWidth", "placeholder", "disabled", "status", "size", "className", "inputClass", "style", "prefixIcon", "suffixIcon", "clearable", "value", "tips", "align", "maxlength", "maxcharacter", "format", "onClick", "onChange", "onClear", "onEnter", "onKeydown", "onKeyup", "onKeypress", "onFocus", "onBlur", "onPaste", "onMouseenter", "onMouseleave", "onWheel", "onCompositionstart", "onCompositionend", "showClearIconOnEmpty", "autofocus", "autocomplete", "readonly", "label", "suffix"];
13296
+ var _excluded$r = ["type", "autoWidth", "placeholder", "disabled", "status", "size", "className", "inputClass", "style", "prefixIcon", "suffixIcon", "clearable", "value", "tips", "align", "maxlength", "maxcharacter", "format", "onClick", "onChange", "onClear", "onEnter", "onKeydown", "onKeyup", "onKeypress", "onFocus", "onBlur", "onPaste", "onMouseenter", "onMouseleave", "onWheel", "onCompositionstart", "onCompositionend", "showClearIconOnEmpty", "autofocus", "autocomplete", "readonly", "label", "suffix"];
13187
13297
 
13188
13298
  function ownKeys$1H(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
13189
13299
 
@@ -13253,7 +13363,7 @@
13253
13363
  readonly = _useDefaultValue.readonly,
13254
13364
  label = _useDefaultValue.label,
13255
13365
  suffix = _useDefaultValue.suffix,
13256
- restProps = _objectWithoutProperties$2(_useDefaultValue, _excluded$q);
13366
+ restProps = _objectWithoutProperties$2(_useDefaultValue, _excluded$r);
13257
13367
 
13258
13368
  var _useConfig = useConfig$1(),
13259
13369
  classPrefix = _useConfig.classPrefix;
@@ -13518,7 +13628,7 @@
13518
13628
 
13519
13629
  var Input = Input$1;
13520
13630
 
13521
- var _excluded$p = ["prepend", "append", "children", "className"];
13631
+ var _excluded$q = ["prepend", "append", "children", "className"];
13522
13632
 
13523
13633
  function ownKeys$1G(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
13524
13634
 
@@ -13552,7 +13662,7 @@
13552
13662
  append = props.append,
13553
13663
  children = props.children,
13554
13664
  className = props.className,
13555
- wrapperProps = _objectWithoutProperties$2(props, _excluded$p);
13665
+ wrapperProps = _objectWithoutProperties$2(props, _excluded$q);
13556
13666
 
13557
13667
  return /* @__PURE__ */React__default["default"].createElement("div", _objectSpread$1F({
13558
13668
  ref: ref,
@@ -13563,7 +13673,7 @@
13563
13673
 
13564
13674
  var Addon = Addon$1;
13565
13675
 
13566
- var _excluded$o = ["message", "title", "operation", "theme", "icon", "close", "maxLine", "onClose", "className"];
13676
+ var _excluded$p = ["message", "title", "operation", "theme", "icon", "close", "maxLine", "onClose", "className"];
13567
13677
 
13568
13678
  function ownKeys$1F(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
13569
13679
 
@@ -13580,7 +13690,7 @@
13580
13690
  _props$onClose = props.onClose,
13581
13691
  onClose = _props$onClose === void 0 ? noop$1 : _props$onClose,
13582
13692
  className = props.className,
13583
- alertProps = _objectWithoutProperties$2(props, _excluded$o);
13693
+ alertProps = _objectWithoutProperties$2(props, _excluded$p);
13584
13694
 
13585
13695
  var _React$useState = React__default["default"].useState(false),
13586
13696
  _React$useState2 = _slicedToArray(_React$useState, 2),
@@ -13683,7 +13793,7 @@
13683
13793
 
13684
13794
  var Alert = Alert$1;
13685
13795
 
13686
- var _excluded$n = ["color", "dot", "maxCount", "count", "size", "shape", "showZero", "offset", "className", "content", "children", "style"];
13796
+ var _excluded$o = ["color", "dot", "maxCount", "count", "size", "shape", "showZero", "offset", "className", "content", "children", "style"];
13687
13797
 
13688
13798
  function ownKeys$1E(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
13689
13799
 
@@ -13712,7 +13822,7 @@
13712
13822
  children = _ref$children === void 0 ? null : _ref$children,
13713
13823
  _ref$style = _ref.style,
13714
13824
  style = _ref$style === void 0 ? {} : _ref$style,
13715
- restProps = _objectWithoutProperties$2(_ref, _excluded$n);
13825
+ restProps = _objectWithoutProperties$2(_ref, _excluded$o);
13716
13826
 
13717
13827
  var _useConfig = useConfig$1(),
13718
13828
  classPrefix = _useConfig.classPrefix;
@@ -13766,7 +13876,7 @@
13766
13876
 
13767
13877
  var Badge = Badge$1;
13768
13878
 
13769
- var _excluded$m = ["allowUncheck", "type", "checked", "defaultChecked", "disabled", "name", "value", "onChange", "indeterminate", "children", "label", "className", "style"];
13879
+ var _excluded$n = ["allowUncheck", "type", "checked", "defaultChecked", "disabled", "name", "value", "onChange", "indeterminate", "children", "label", "className", "style"];
13770
13880
 
13771
13881
  function ownKeys$1D(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
13772
13882
 
@@ -13793,7 +13903,7 @@
13793
13903
  label = props.label,
13794
13904
  className = props.className,
13795
13905
  style = props.style,
13796
- htmlProps = _objectWithoutProperties$2(props, _excluded$m);
13906
+ htmlProps = _objectWithoutProperties$2(props, _excluded$n);
13797
13907
 
13798
13908
  var _useConfig = useConfig$1(),
13799
13909
  classPrefix = _useConfig.classPrefix;
@@ -14379,7 +14489,7 @@
14379
14489
  return Number(filterVal);
14380
14490
  };
14381
14491
 
14382
- var _excluded$l = ["align", "className", "style", "defaultValue", "value", "disabled", "size", "theme", "step", "max", "min", "decimalPlaces", "format", "onChange", "onBlur", "onFocus", "onEnter", "onKeydown", "onKeyup", "onKeypress"],
14492
+ var _excluded$m = ["align", "className", "style", "defaultValue", "value", "disabled", "size", "theme", "step", "max", "min", "decimalPlaces", "format", "onChange", "onBlur", "onFocus", "onEnter", "onKeydown", "onKeyup", "onKeypress"],
14383
14493
  _excluded2 = ["value"];
14384
14494
 
14385
14495
  function ownKeys$1y(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
@@ -14414,7 +14524,7 @@
14414
14524
  onKeydown = props.onKeydown,
14415
14525
  onKeyup = props.onKeyup,
14416
14526
  onKeypress = props.onKeypress,
14417
- restInputProps = _objectWithoutProperties$2(props, _excluded$l);
14527
+ restInputProps = _objectWithoutProperties$2(props, _excluded$m);
14418
14528
 
14419
14529
  var _useConfig = useConfig$1(),
14420
14530
  classPrefix = _useConfig.classPrefix;
@@ -16330,8 +16440,8 @@
16330
16440
  setIsWidthOverflow(tRef.scrollWidth > tRef.clientWidth);
16331
16441
  var pos = tRef === null || tRef === void 0 ? void 0 : (_tRef$getBoundingClie = tRef.getBoundingClientRect) === null || _tRef$getBoundingClie === void 0 ? void 0 : _tRef$getBoundingClie.call(tRef);
16332
16442
  setVirtualScrollHeaderPos({
16333
- top: pos.top,
16334
- left: pos.left
16443
+ top: pos === null || pos === void 0 ? void 0 : pos.top,
16444
+ left: pos === null || pos === void 0 ? void 0 : pos.left
16335
16445
  });
16336
16446
  clearTimeout(timer);
16337
16447
  }, 0);
@@ -16353,7 +16463,7 @@
16353
16463
  var rect = (_tableContentRef$curr = tableContentRef.current) === null || _tableContentRef$curr === void 0 ? void 0 : (_tableContentRef$curr2 = _tableContentRef$curr.getBoundingClientRect) === null || _tableContentRef$curr2 === void 0 ? void 0 : _tableContentRef$curr2.call(_tableContentRef$curr);
16354
16464
  var reduceWidth = isFixedHeader ? scrollbarWidth : 0;
16355
16465
  var fixedBordered = isFixedRightColumn ? 1 : 2;
16356
- setTableWidth(rect.width - reduceWidth - (props.bordered ? fixedBordered : 0));
16466
+ setTableWidth((rect === null || rect === void 0 ? void 0 : rect.width) - reduceWidth - (props.bordered ? fixedBordered : 0));
16357
16467
  };
16358
16468
 
16359
16469
  var updateThWidthList = function updateThWidthList(trList) {
@@ -16394,7 +16504,7 @@
16394
16504
  var _tableContentRef$curr3, _tableContentRef$curr4, _affixHeaderRef$curre;
16395
16505
 
16396
16506
  var pos = (_tableContentRef$curr3 = tableContentRef.current) === null || _tableContentRef$curr3 === void 0 ? void 0 : (_tableContentRef$curr4 = _tableContentRef$curr3.getBoundingClientRect) === null || _tableContentRef$curr4 === void 0 ? void 0 : _tableContentRef$curr4.call(_tableContentRef$curr3);
16397
- var r = ((_affixHeaderRef$curre = affixHeaderRef.current) === null || _affixHeaderRef$curre === void 0 ? void 0 : _affixHeaderRef$curre.offsetHeight) - pos.top < pos.height;
16507
+ var r = ((_affixHeaderRef$curre = affixHeaderRef.current) === null || _affixHeaderRef$curre === void 0 ? void 0 : _affixHeaderRef$curre.offsetHeight) - (pos === null || pos === void 0 ? void 0 : pos.top) < (pos === null || pos === void 0 ? void 0 : pos.height);
16398
16508
  setShowAffixHeader(r);
16399
16509
  };
16400
16510
 
@@ -27609,7 +27719,7 @@
27609
27719
  freeExports._=_;}else {// Export to the global object.
27610
27720
  root._=_;}}).call(commonjsGlobal);})(lodash,lodash.exports);
27611
27721
 
27612
- var _excluded$k = ["checked", "content", "defaultChecked", "onChange", "onClick", "disabled", "children", "className", "size"];
27722
+ var _excluded$l = ["checked", "content", "defaultChecked", "onChange", "onClick", "disabled", "children", "className", "size"];
27613
27723
 
27614
27724
  function ownKeys$1k(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
27615
27725
 
@@ -27628,7 +27738,7 @@
27628
27738
  className = props.className,
27629
27739
  _props$size = props.size,
27630
27740
  size = _props$size === void 0 ? "medium" : _props$size,
27631
- tagOtherProps = _objectWithoutProperties$2(props, _excluded$k);
27741
+ tagOtherProps = _objectWithoutProperties$2(props, _excluded$l);
27632
27742
 
27633
27743
  var _useDefault = useDefault(checked, defaultChecked, onChange),
27634
27744
  _useDefault2 = _slicedToArray(_useDefault, 2),
@@ -27663,7 +27773,7 @@
27663
27773
  });
27664
27774
  CheckTag.displayName = "CheckTag";
27665
27775
 
27666
- var _excluded$j = ["theme", "size", "shape", "variant", "closable", "maxWidth", "icon", "content", "onClick", "onClose", "className", "style", "disabled", "children"];
27776
+ var _excluded$k = ["theme", "size", "shape", "variant", "closable", "maxWidth", "icon", "content", "onClick", "onClose", "className", "style", "disabled", "children"];
27667
27777
 
27668
27778
  function ownKeys$1j(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
27669
27779
 
@@ -27692,7 +27802,7 @@
27692
27802
  style = _props$style === void 0 ? {} : _props$style,
27693
27803
  disabled = props.disabled,
27694
27804
  children = props.children,
27695
- otherTagProps = _objectWithoutProperties$2(props, _excluded$j);
27805
+ otherTagProps = _objectWithoutProperties$2(props, _excluded$k);
27696
27806
 
27697
27807
  var _useConfig = useConfig$1(),
27698
27808
  classPrefix = _useConfig.classPrefix;
@@ -28318,7 +28428,7 @@
28318
28428
 
28319
28429
  var SelectInput = SelectInput$1;
28320
28430
 
28321
- var _excluded$i = ["value", "label", "disabled"];
28431
+ var _excluded$j = ["value", "label", "disabled"];
28322
28432
 
28323
28433
  function ownKeys$1d(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
28324
28434
 
@@ -28421,7 +28531,7 @@
28421
28531
  var optionValue = _ref2.value,
28422
28532
  label = _ref2.label,
28423
28533
  disabled = _ref2.disabled,
28424
- restData = _objectWithoutProperties$2(_ref2, _excluded$i);
28534
+ restData = _objectWithoutProperties$2(_ref2, _excluded$j);
28425
28535
 
28426
28536
  return /* @__PURE__ */React__default["default"].createElement(Option$1, {
28427
28537
  key: index,
@@ -28455,7 +28565,7 @@
28455
28565
  }, loadingText), !isEmpty && !loading && renderOptions(), panelBottomContent);
28456
28566
  });
28457
28567
 
28458
- var _excluded$h = ["overlayClassName"];
28568
+ var _excluded$i = ["overlayClassName"];
28459
28569
 
28460
28570
  function ownKeys$1c(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
28461
28571
 
@@ -28532,7 +28642,7 @@
28532
28642
 
28533
28643
  var _ref = popupProps || {},
28534
28644
  overlayClassName = _ref.overlayClassName,
28535
- restPopupProps = _objectWithoutProperties$2(_ref, _excluded$h);
28645
+ restPopupProps = _objectWithoutProperties$2(_ref, _excluded$i);
28536
28646
 
28537
28647
  var name = "".concat(classPrefix, "-select");
28538
28648
 
@@ -28890,6 +29000,62 @@
28890
29000
 
28891
29001
  var Select = Select$1;
28892
29002
 
29003
+ function useBoundaryJumper(props) {
29004
+ var _useConfig = useConfig$1(),
29005
+ classPrefix = _useConfig.classPrefix;
29006
+
29007
+ var name = "".concat(classPrefix, "-pagination");
29008
+ var showFirstAndLastPageBtn = props.showFirstAndLastPageBtn,
29009
+ disabled = props.disabled,
29010
+ current = props.current,
29011
+ pageCount = props.pageCount,
29012
+ changeCurrent = props.changeCurrent;
29013
+ var firstPageJumper = showFirstAndLastPageBtn && /* @__PURE__ */React__default["default"].createElement("div", {
29014
+ className: classNames$1("".concat(name, "__btn"), "".concat(name, "__btn-first-page"), _defineProperty$3({}, "".concat(classPrefix, "-is-disabled"), disabled || current === 1)),
29015
+ onClick: function onClick() {
29016
+ return changeCurrent(1);
29017
+ }
29018
+ }, /* @__PURE__ */React__default["default"].createElement(PageFirstIcon, null));
29019
+ var lastPageJumper = showFirstAndLastPageBtn && /* @__PURE__ */React__default["default"].createElement("div", {
29020
+ className: classNames$1("".concat(name, "__btn"), "".concat(name, "__btn-first-page"), _defineProperty$3({}, "".concat(classPrefix, "-is-disabled"), disabled || current === pageCount)),
29021
+ onClick: function onClick() {
29022
+ return changeCurrent(pageCount);
29023
+ }
29024
+ }, /* @__PURE__ */React__default["default"].createElement(PageLastIcon, null));
29025
+ return {
29026
+ firstPageJumper: firstPageJumper,
29027
+ lastPageJumper: lastPageJumper
29028
+ };
29029
+ }
29030
+
29031
+ function usePrevNextJumper(props) {
29032
+ var _useConfig = useConfig$1(),
29033
+ classPrefix = _useConfig.classPrefix;
29034
+
29035
+ var name = "".concat(classPrefix, "-pagination");
29036
+ var showPreviousAndNextBtn = props.showPreviousAndNextBtn,
29037
+ disabled = props.disabled,
29038
+ current = props.current,
29039
+ pageCount = props.pageCount,
29040
+ changeCurrent = props.changeCurrent;
29041
+ var prevJumper = showPreviousAndNextBtn && /* @__PURE__ */React__default["default"].createElement("div", {
29042
+ className: classNames$1("".concat(name, "__btn"), "".concat(name, "__btn-prev"), _defineProperty$3({}, "".concat(classPrefix, "-is-disabled"), disabled || current === 1)),
29043
+ onClick: function onClick() {
29044
+ return changeCurrent(current - 1);
29045
+ }
29046
+ }, /* @__PURE__ */React__default["default"].createElement(ChevronLeftIcon, null));
29047
+ var nextJumper = showPreviousAndNextBtn && /* @__PURE__ */React__default["default"].createElement("div", {
29048
+ className: classNames$1("".concat(name, "__btn"), "".concat(name, "__btn-next"), _defineProperty$3({}, "".concat(classPrefix, "-is-disabled"), disabled || current === pageCount)),
29049
+ onClick: function onClick() {
29050
+ return changeCurrent(current + 1);
29051
+ }
29052
+ }, /* @__PURE__ */React__default["default"].createElement(ChevronRightIcon, null));
29053
+ return {
29054
+ prevJumper: prevJumper,
29055
+ nextJumper: nextJumper
29056
+ };
29057
+ }
29058
+
28893
29059
  var pageSizeValidator = function pageSizeValidator(pageSize) {
28894
29060
  var pageSizeNumber;
28895
29061
 
@@ -28902,13 +29068,14 @@
28902
29068
  return !Number.isFinite(pageSizeNumber) && pageSizeNumber > 0;
28903
29069
  };
28904
29070
 
29071
+ var _excluded$h = ["defaultCurrent", "current", "theme", "size", "total", "defaultPageSize", "pageSize", "showPreviousAndNextBtn", "showFirstAndLastPageBtn", "showJumper", "disabled", "foldedMaxPageBtn", "maxPageBtn", "totalContent", "pageSizeOptions", "onChange", "onCurrentChange", "onPageSizeChange", "style", "className"];
29072
+
28905
29073
  function ownKeys$1b(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
28906
29074
 
28907
29075
  function _objectSpread$1a(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1b(Object(source), !0).forEach(function (key) { _defineProperty$3(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1b(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
28908
29076
  var Option = Select.Option;
28909
-
28910
- var Pagination$1 = function Pagination(props) {
28911
- var _classNames, _classNames5;
29077
+ var Pagination$1 = /*#__PURE__*/React.forwardRef(function (props, ref) {
29078
+ var _classNames, _classNames5, _classNames6;
28912
29079
 
28913
29080
  var _props$defaultCurrent = props.defaultCurrent,
28914
29081
  defaultCurrent = _props$defaultCurrent === void 0 ? 1 : _props$defaultCurrent,
@@ -28922,6 +29089,10 @@
28922
29089
  _props$defaultPageSiz = props.defaultPageSize,
28923
29090
  defaultPageSize = _props$defaultPageSiz === void 0 ? 10 : _props$defaultPageSiz,
28924
29091
  pageSizeFromProps = props.pageSize,
29092
+ _props$showPreviousAn = props.showPreviousAndNextBtn,
29093
+ showPreviousAndNextBtn = _props$showPreviousAn === void 0 ? true : _props$showPreviousAn,
29094
+ _props$showFirstAndLa = props.showFirstAndLastPageBtn,
29095
+ showFirstAndLastPageBtn = _props$showFirstAndLa === void 0 ? false : _props$showFirstAndLa,
28925
29096
  _props$showJumper = props.showJumper,
28926
29097
  showJumper = _props$showJumper === void 0 ? false : _props$showJumper,
28927
29098
  _props$disabled = props.disabled,
@@ -28938,8 +29109,9 @@
28938
29109
  onChange = _props$onChange === void 0 ? noop$1 : _props$onChange,
28939
29110
  onCurrentChange = props.onCurrentChange,
28940
29111
  onPageSizeChange = props.onPageSizeChange,
28941
- _props$style = props.style,
28942
- style = _props$style === void 0 ? {} : _props$style;
29112
+ style = props.style,
29113
+ className = props.className,
29114
+ otherProps = _objectWithoutProperties$2(props, _excluded$h);
28943
29115
 
28944
29116
  var _useLocaleReceiver = useLocaleReceiver("pagination"),
28945
29117
  _useLocaleReceiver2 = _slicedToArray(_useLocaleReceiver, 2),
@@ -28956,10 +29128,10 @@
28956
29128
  current = _useDefault4[0],
28957
29129
  setCurrent = _useDefault4[1];
28958
29130
 
28959
- var _useState = React.useState(1),
29131
+ var _useState = React.useState(current),
28960
29132
  _useState2 = _slicedToArray(_useState, 2),
28961
- pageCount = _useState2[0],
28962
- setPageCount = _useState2[1];
29133
+ jumpValue = _useState2[0],
29134
+ setJumpValue = _useState2[1];
28963
29135
 
28964
29136
  var _useState3 = React.useState(false),
28965
29137
  _useState4 = _slicedToArray(_useState3, 2),
@@ -28971,7 +29143,6 @@
28971
29143
  hoverNextMore = _useState6[0],
28972
29144
  toggleHoverNextMore = _useState6[1];
28973
29145
 
28974
- var simpleInputRef = React.useRef(null);
28975
29146
  var min = 1;
28976
29147
  var pivot = Math.ceil((foldedMaxPageBtn - 1) / 2);
28977
29148
 
@@ -28979,9 +29150,9 @@
28979
29150
  classPrefix = _useConfig.classPrefix;
28980
29151
 
28981
29152
  var name = "".concat(classPrefix, "-pagination");
28982
- React.useEffect(function () {
29153
+ var pageCount = React.useMemo(function () {
28983
29154
  var calCount = Math.ceil(total / pageSize);
28984
- setPageCount(calCount > 0 ? calCount : 1);
29155
+ return calCount > 0 ? calCount : 1;
28985
29156
  }, [pageSize, total]);
28986
29157
  var pageList = React.useMemo(function () {
28987
29158
  var isPrevMoreShow = 2 + pivot < current;
@@ -29010,43 +29181,25 @@
29010
29181
  return array;
29011
29182
  }, [current, pageCount, foldedMaxPageBtn, maxPageBtn, pivot]);
29012
29183
 
29013
- var changeCurrent = function changeCurrent(nextCurrent, nextPageSize) {
29184
+ var changeCurrent = function changeCurrent(_nextCurrent, _nextPageSize) {
29185
+ if (disabled) return;
29186
+ var nextCurrent = _nextCurrent;
29187
+ var nextPageSize = _nextPageSize;
29188
+
29014
29189
  if (!nextPageSize && !pageSizeValidator(nextPageSize)) {
29015
29190
  var _pageSizeOptions$;
29016
29191
 
29017
29192
  nextPageSize = pageSize !== null && pageSize !== void 0 ? pageSize : typeof pageSizeOptions[0] === "number" ? pageSizeOptions[0] : (_pageSizeOptions$ = pageSizeOptions[0]) === null || _pageSizeOptions$ === void 0 ? void 0 : _pageSizeOptions$.value;
29018
29193
  }
29019
29194
 
29020
- if (disabled) return;
29021
-
29022
- if (pageCount < nextCurrent) {
29023
- setCurrent(pageCount, {
29024
- current: pageCount,
29025
- previous: current,
29026
- pageSize: nextPageSize
29027
- });
29028
- return;
29029
- }
29030
-
29031
- if (nextCurrent < min) {
29032
- setCurrent(min, {
29033
- current: min,
29034
- previous: current,
29035
- pageSize: nextPageSize
29036
- });
29037
- return;
29038
- }
29039
-
29195
+ if (nextCurrent < min) nextCurrent = min;
29196
+ if (nextCurrent > pageCount) nextCurrent = pageCount;
29040
29197
  setCurrent(nextCurrent, {
29041
29198
  current: nextCurrent,
29042
29199
  previous: current,
29043
29200
  pageSize: nextPageSize
29044
29201
  });
29045
-
29046
- if (simpleInputRef.current) {
29047
- simpleInputRef.current.value = String(nextCurrent);
29048
- }
29049
-
29202
+ setJumpValue(nextCurrent);
29050
29203
  onChange({
29051
29204
  current: nextCurrent,
29052
29205
  previous: current,
@@ -29084,22 +29237,6 @@
29084
29237
  });
29085
29238
  };
29086
29239
 
29087
- var onPageInputChange = function onPageInputChange(value) {
29088
- setCurrent(value, {
29089
- current: value,
29090
- previous: current,
29091
- pageSize: pageSize
29092
- });
29093
- };
29094
-
29095
- var onPageInputKeyUp = function onPageInputKeyUp(value, context) {
29096
- var e = context.e;
29097
- if (e.keyCode !== 13
29098
- /* ENTER */
29099
- ) return;
29100
- changeCurrent(value);
29101
- };
29102
-
29103
29240
  var renderTotalContent = function renderTotalContent() {
29104
29241
  if (typeof totalContent === "boolean") {
29105
29242
  return totalContent ? t(locale.total, {
@@ -29116,6 +29253,47 @@
29116
29253
  }
29117
29254
  };
29118
29255
 
29256
+ var _useBoundaryJumper = useBoundaryJumper({
29257
+ disabled: disabled,
29258
+ current: current,
29259
+ pageCount: pageCount,
29260
+ showFirstAndLastPageBtn: showFirstAndLastPageBtn,
29261
+ changeCurrent: changeCurrent
29262
+ }),
29263
+ firstPageJumper = _useBoundaryJumper.firstPageJumper,
29264
+ lastPageJumper = _useBoundaryJumper.lastPageJumper;
29265
+
29266
+ var _usePrevNextJumper = usePrevNextJumper({
29267
+ disabled: disabled,
29268
+ current: current,
29269
+ pageCount: pageCount,
29270
+ showPreviousAndNextBtn: showPreviousAndNextBtn,
29271
+ changeCurrent: changeCurrent
29272
+ }),
29273
+ prevJumper = _usePrevNextJumper.prevJumper,
29274
+ nextJumper = _usePrevNextJumper.nextJumper;
29275
+
29276
+ var Jumper = showJumper && /* @__PURE__ */React__default["default"].createElement("div", {
29277
+ className: "".concat(name, "__jump")
29278
+ }, t(locale.jumpTo), /* @__PURE__ */React__default["default"].createElement(InputNumber, {
29279
+ className: "".concat(classPrefix, "-pagination__input"),
29280
+ min: min,
29281
+ size: size,
29282
+ theme: "normal",
29283
+ max: pageCount,
29284
+ disabled: disabled,
29285
+ value: jumpValue,
29286
+ onChange: function onChange(val) {
29287
+ return setJumpValue(val);
29288
+ },
29289
+ onBlur: function onBlur(val) {
29290
+ return changeCurrent(val);
29291
+ },
29292
+ onEnter: function onEnter(val) {
29293
+ return changeCurrent(val);
29294
+ },
29295
+ placeholder: ""
29296
+ }), t(locale.page));
29119
29297
  var isFolded = pageCount > maxPageBtn;
29120
29298
  var renderPaginationBtns = /* @__PURE__ */React__default["default"].createElement(React__default["default"].Fragment, null, isFolded && /* @__PURE__ */React__default["default"].createElement(React__default["default"].Fragment, null, /* @__PURE__ */React__default["default"].createElement("li", {
29121
29299
  key: 1,
@@ -29162,9 +29340,11 @@
29162
29340
  return changeCurrent(pageCount);
29163
29341
  }
29164
29342
  }, pageCount)));
29165
- return /* @__PURE__ */React__default["default"].createElement("div", {
29166
- className: classNames$1(name, _defineProperty$3({}, "".concat(classPrefix, "-size-s"), size === "small"))
29167
- }, totalContent && /* @__PURE__ */React__default["default"].createElement("div", {
29343
+ return /* @__PURE__ */React__default["default"].createElement("div", _objectSpread$1a({
29344
+ className: classNames$1(name, className, (_classNames6 = {}, _defineProperty$3(_classNames6, "".concat(classPrefix, "-size-s"), size === "small"), _defineProperty$3(_classNames6, "".concat(classPrefix, "-is-disabled"), disabled), _classNames6)),
29345
+ style: style,
29346
+ ref: ref
29347
+ }, otherProps), totalContent && /* @__PURE__ */React__default["default"].createElement("div", {
29168
29348
  className: "".concat(name, "__total")
29169
29349
  }, renderTotalContent()), pageSizeOptions instanceof Array && pageSizeOptions.length ? /* @__PURE__ */React__default["default"].createElement("div", {
29170
29350
  className: "".concat(name, "__select")
@@ -29173,8 +29353,7 @@
29173
29353
  size: size,
29174
29354
  value: pageSize,
29175
29355
  disabled: disabled,
29176
- onChange: changePageSize,
29177
- style: _objectSpread$1a({}, style)
29356
+ onChange: changePageSize
29178
29357
  }, pageSizeOptions.map(function (item) {
29179
29358
  return typeof item === "number" ? /* @__PURE__ */React__default["default"].createElement(Option, {
29180
29359
  key: item,
@@ -29187,12 +29366,7 @@
29187
29366
  label: item.label,
29188
29367
  value: item.value
29189
29368
  });
29190
- }))) : null, /* @__PURE__ */React__default["default"].createElement("div", {
29191
- className: classNames$1("".concat(name, "__btn"), "".concat(name, "__btn-prev"), _defineProperty$3({}, "".concat(classPrefix, "-is-disabled"), disabled || current === min)),
29192
- onClick: function onClick() {
29193
- return changeCurrent(current - 1);
29194
- }
29195
- }, /* @__PURE__ */React__default["default"].createElement(ChevronLeftIcon, null)), theme === "default" && /* @__PURE__ */React__default["default"].createElement("ul", {
29369
+ }))) : null, firstPageJumper, prevJumper, theme === "default" && /* @__PURE__ */React__default["default"].createElement("ul", {
29196
29370
  className: "".concat(name, "__pager")
29197
29371
  }, renderPaginationBtns), theme === "simple" && /* @__PURE__ */React__default["default"].createElement("div", {
29198
29372
  className: "".concat(name, "__select")
@@ -29210,24 +29384,9 @@
29210
29384
  label: "".concat(item, "/").concat(pageCount),
29211
29385
  value: item
29212
29386
  }, item, "/", pageCount);
29213
- }))), /* @__PURE__ */React__default["default"].createElement("div", {
29214
- className: classNames$1("".concat(name, "__btn"), "".concat(name, "__btn-next"), _defineProperty$3({}, "".concat(classPrefix, "-is-disabled"), disabled || current === pageCount)),
29215
- onClick: function onClick() {
29216
- return changeCurrent(current + 1);
29217
- }
29218
- }, /* @__PURE__ */React__default["default"].createElement(ChevronRightIcon, null)), showJumper && /* @__PURE__ */React__default["default"].createElement("div", {
29219
- className: "".concat(name, "__jump")
29220
- }, t(locale.jumpTo), /* @__PURE__ */React__default["default"].createElement(InputNumber, {
29221
- className: "".concat(classPrefix, "-pagination__input"),
29222
- min: min,
29223
- theme: "normal",
29224
- max: pageCount,
29225
- disabled: disabled,
29226
- onChange: onPageInputChange,
29227
- onKeyup: onPageInputKeyUp,
29228
- placeholder: ""
29229
- }), t(locale.page)));
29230
- };
29387
+ }))), nextJumper, lastPageJumper, Jumper);
29388
+ });
29389
+ Pagination$1.displayName = "Pagination";
29231
29390
 
29232
29391
  var Pagination = Pagination$1;
29233
29392
 
@@ -30015,6 +30174,20 @@
30015
30174
  document.body.style.cssText = bodyCssTextRef.current;
30016
30175
  }
30017
30176
  }
30177
+
30178
+ return function () {
30179
+ if (isModal) {
30180
+ var _openDialogDom = document.querySelectorAll(".".concat(dialogOpenClass));
30181
+
30182
+ if (_openDialogDom.length < 1) {
30183
+ document.body.style.cssText = bodyCssTextRef.current;
30184
+ document.body.style.overflow = bodyOverflow.current;
30185
+ }
30186
+ } else {
30187
+ document.body.style.cssText = bodyCssTextRef.current;
30188
+ document.body.style.overflow = bodyOverflow.current;
30189
+ }
30190
+ };
30018
30191
  }, [preventScrollThrough, attach, visible, mode, isModal, dialogOpenClass]);
30019
30192
  React.useEffect(function () {
30020
30193
  if (visible) {
@@ -30473,18 +30646,18 @@
30473
30646
 
30474
30647
  var options = _objectSpread$14({}, props);
30475
30648
 
30476
- var div = document.createElement("div");
30649
+ var fragment = document.createDocumentFragment();
30477
30650
  ReactDOM__default["default"].render( /* @__PURE__ */React__default["default"].createElement(Dialog$1, _objectSpread$14(_objectSpread$14({}, options), {}, {
30478
30651
  visible: true,
30479
30652
  ref: dialogRef,
30480
30653
  isPlugin: true
30481
- })), div, function () {
30654
+ })), fragment, function () {
30482
30655
  document.activeElement.blur();
30483
30656
  });
30484
30657
  var container = getAttach$1(options.attach);
30485
30658
 
30486
30659
  if (container) {
30487
- container.appendChild(div);
30660
+ container.appendChild(fragment);
30488
30661
  } else {
30489
30662
  console.error("attach is not exist");
30490
30663
  }
@@ -30493,14 +30666,13 @@
30493
30666
  show: function show() {
30494
30667
  var _dialogRef$current;
30495
30668
 
30496
- container.appendChild(div);
30669
+ container.appendChild(fragment);
30497
30670
  (_dialogRef$current = dialogRef.current) === null || _dialogRef$current === void 0 ? void 0 : _dialogRef$current.show();
30498
30671
  },
30499
30672
  hide: function hide() {
30500
- var _div$parentNode, _dialogRef$current2;
30673
+ var _dialogRef$current2;
30501
30674
 
30502
- div === null || div === void 0 ? void 0 : (_div$parentNode = div.parentNode) === null || _div$parentNode === void 0 ? void 0 : _div$parentNode.removeChild(div);
30503
- (_dialogRef$current2 = dialogRef.current) === null || _dialogRef$current2 === void 0 ? void 0 : _dialogRef$current2.hide();
30675
+ (_dialogRef$current2 = dialogRef.current) === null || _dialogRef$current2 === void 0 ? void 0 : _dialogRef$current2.destroy();
30504
30676
  },
30505
30677
  update: function update(updateOptions) {
30506
30678
  var _dialogRef$current3;
@@ -30508,10 +30680,9 @@
30508
30680
  (_dialogRef$current3 = dialogRef.current) === null || _dialogRef$current3 === void 0 ? void 0 : _dialogRef$current3.update(updateOptions);
30509
30681
  },
30510
30682
  destroy: function destroy() {
30511
- var _dialogRef$current4, _div$parentNode2;
30683
+ var _dialogRef$current4;
30512
30684
 
30513
30685
  (_dialogRef$current4 = dialogRef.current) === null || _dialogRef$current4 === void 0 ? void 0 : _dialogRef$current4.destroy();
30514
- div === null || div === void 0 ? void 0 : (_div$parentNode2 = div.parentNode) === null || _div$parentNode2 === void 0 ? void 0 : _div$parentNode2.removeChild(div);
30515
30686
  }
30516
30687
  };
30517
30688
  return dialogNode;
@@ -31038,7 +31209,7 @@
31038
31209
  };
31039
31210
  }
31040
31211
 
31041
- var _excluded$f = ["theme", "showArrow", "destroyOnClose", "overlayClassName", "children", "duration"];
31212
+ var _excluded$f = ["theme", "showArrow", "destroyOnClose", "overlayClassName", "children", "duration", "placement"];
31042
31213
 
31043
31214
  function ownKeys$12(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
31044
31215
 
@@ -31053,6 +31224,8 @@
31053
31224
  children = props.children,
31054
31225
  _props$duration = props.duration,
31055
31226
  duration = _props$duration === void 0 ? 0 : _props$duration,
31227
+ _props$placement = props.placement,
31228
+ placement = _props$placement === void 0 ? "top" : _props$placement,
31056
31229
  restProps = _objectWithoutProperties$2(props, _excluded$f);
31057
31230
 
31058
31231
  var _useConfig = useConfig$1(),
@@ -31070,15 +31243,42 @@
31070
31243
 
31071
31244
  var popupRef = React.useRef();
31072
31245
  var timerRef = React.useRef(null);
31246
+
31247
+ var _useState5 = React.useState([0, 0]),
31248
+ _useState6 = _slicedToArray(_useState5, 2),
31249
+ offset = _useState6[0],
31250
+ setOffset = _useState6[1];
31251
+
31073
31252
  var toolTipClass = classNames$1("".concat(classPrefix, "-tooltip"), _defineProperty$3({}, "".concat(classPrefix, "-tooltip--").concat(theme), theme), overlayClassName);
31253
+ var isPlacedByMouse = placement === "mouse";
31074
31254
 
31075
31255
  var setVisible = function setVisible(v) {
31076
31256
  if (duration !== 0) setTimeup(false);
31077
31257
  setTipshow(v);
31078
31258
  };
31079
31259
 
31080
- var handleShowTip = function handleShowTip(visible) {
31260
+ var calculatePos = function calculatePos(e) {
31261
+ var rect = e.target.getBoundingClientRect();
31262
+ var x = e.clientX - rect.left;
31263
+ var y = e.clientY - rect.top;
31264
+ return {
31265
+ x: x,
31266
+ y: y
31267
+ };
31268
+ };
31269
+
31270
+ var handleShowTip = function handleShowTip(visible, _ref) {
31271
+ var e = _ref.e,
31272
+ trigger = _ref.trigger;
31273
+
31081
31274
  if (duration === 0 || duration !== 0 && timeup) {
31275
+ if (visible && placement === "mouse" && (trigger === "trigger-element-hover" || trigger === "trigger-element-click")) {
31276
+ var _calculatePos = calculatePos(e),
31277
+ x = _calculatePos.x;
31278
+
31279
+ setOffset([x, 0]);
31280
+ }
31281
+
31082
31282
  setTipshow(visible);
31083
31283
  }
31084
31284
  };
@@ -31103,10 +31303,17 @@
31103
31303
  return /* @__PURE__ */React__default["default"].createElement(Popup, _objectSpread$11({
31104
31304
  ref: popupRef,
31105
31305
  destroyOnClose: destroyOnClose,
31106
- showArrow: showArrow,
31306
+ showArrow: isPlacedByMouse ? false : showArrow,
31107
31307
  overlayClassName: toolTipClass,
31108
31308
  visible: isTipShowed,
31109
- onVisibleChange: handleShowTip
31309
+ onVisibleChange: handleShowTip,
31310
+ popperModifiers: isPlacedByMouse ? [{
31311
+ name: "offset",
31312
+ options: {
31313
+ offset: offset
31314
+ }
31315
+ }] : [],
31316
+ placement: isPlacedByMouse ? "bottom-left" : placement
31110
31317
  }, restProps), children);
31111
31318
  });
31112
31319
  Tooltip$1.displayName = "Tooltip";
@@ -35091,8 +35298,9 @@
35091
35298
  className: classNames$1(classes),
35092
35299
  onClick: onLoadClick
35093
35300
  }, /* @__PURE__ */React__default["default"].createElement(Loading, {
35094
- loading: asyncLoading === "loading",
35095
- text: loadingText
35301
+ loading: true,
35302
+ text: loadingText,
35303
+ indicator: asyncLoading === "loading"
35096
35304
  }));
35097
35305
  }
35098
35306
 
@@ -46841,11 +47049,11 @@
46841
47049
  }, [file, display, onRemove, props.onTrigger, onCancel, _onUpload, classPrefix, customDraggerRender, dragActive, defaultDragElement]);
46842
47050
 
46843
47051
  var handleDrop = function handleDrop(event) {
46844
- var _props$onChange, _props$onDragleave;
47052
+ var _props$onChange, _props$onDrop;
46845
47053
 
46846
47054
  event.preventDefault();
46847
47055
  (_props$onChange = props.onChange) === null || _props$onChange === void 0 ? void 0 : _props$onChange.call(props, event.dataTransfer.files);
46848
- (_props$onDragleave = props.onDragleave) === null || _props$onDragleave === void 0 ? void 0 : _props$onDragleave.call(props, event);
47056
+ (_props$onDrop = props.onDrop) === null || _props$onDrop === void 0 ? void 0 : _props$onDrop.call(props, event);
46849
47057
  setDragActive(false);
46850
47058
  };
46851
47059
 
@@ -46858,11 +47066,11 @@
46858
47066
  };
46859
47067
 
46860
47068
  var handleDragleave = function handleDragleave(event) {
46861
- var _props$onDragleave2;
47069
+ var _props$onDragleave;
46862
47070
 
46863
47071
  if (!target.current) return;
46864
47072
  event.preventDefault();
46865
- (_props$onDragleave2 = props.onDragleave) === null || _props$onDragleave2 === void 0 ? void 0 : _props$onDragleave2.call(props, event);
47073
+ (_props$onDragleave = props.onDragleave) === null || _props$onDragleave === void 0 ? void 0 : _props$onDragleave.call(props, event);
46866
47074
  setDragActive(false);
46867
47075
  };
46868
47076
 
@@ -47561,6 +47769,7 @@
47561
47769
  onRemove = _useDefaultValue.onRemove,
47562
47770
  onDragenter = _useDefaultValue.onDragenter,
47563
47771
  onDragleave = _useDefaultValue.onDragleave,
47772
+ onDrop = _useDefaultValue.onDrop,
47564
47773
  onPreview = _useDefaultValue.onPreview,
47565
47774
  onSelectChange = _useDefaultValue.onSelectChange,
47566
47775
  onCancelUpload = _useDefaultValue.onCancelUpload,
@@ -47882,6 +48091,8 @@
47882
48091
  var file = typeof format === "function" ? format(fileRaw) : fileRaw;
47883
48092
 
47884
48093
  var uploadFile = _objectSpread$x({
48094
+ response: void 0,
48095
+ url: "",
47885
48096
  raw: fileRaw,
47886
48097
  lastModified: fileRaw.lastModified,
47887
48098
  name: fileRaw.name,
@@ -47984,6 +48195,12 @@
47984
48195
  e: e
47985
48196
  });
47986
48197
  }, [disabled, onDragleave]);
48198
+ var handleDrop = React.useCallback(function (e) {
48199
+ if (disabled) return;
48200
+ onDrop === null || onDrop === void 0 ? void 0 : onDrop({
48201
+ e: e
48202
+ });
48203
+ }, [disabled, onDrop]);
47987
48204
  var cancelUpload = React.useCallback(function () {
47988
48205
  var files = _toConsumableArray(filesRef.current);
47989
48206
 
@@ -48125,6 +48342,7 @@
48125
48342
  onChange: handleDragChange,
48126
48343
  onDragenter: handleDragenter,
48127
48344
  onDragleave: handleDragleave,
48345
+ onDrop: handleDrop,
48128
48346
  file: fileList && fileList[0],
48129
48347
  display: theme,
48130
48348
  customDraggerRender: customDraggerRender,
@@ -49582,10 +49800,10 @@
49582
49800
 
49583
49801
  function renderTipsInfo() {
49584
49802
  var helpNode = name ? /* @__PURE__ */React__default["default"].createElement("div", {
49585
- className: "".concat(classPrefix, "-input__extra")
49803
+ className: "".concat(classPrefix, "-input__help")
49586
49804
  }) : "";
49587
49805
  if (help) helpNode = /* @__PURE__ */React__default["default"].createElement("div", {
49588
- className: "".concat(classPrefix, "-input__extra")
49806
+ className: "".concat(classPrefix, "-input__help")
49589
49807
  }, renderTNode(help));
49590
49808
  var list = errorList;
49591
49809