amis-ui 3.5.2 → 3.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (714) hide show
  1. package/esm/components/404.js +1 -1
  2. package/esm/components/Alert.js +1 -1
  3. package/esm/components/Alert2.d.ts +11 -10
  4. package/esm/components/Alert2.js +3 -2
  5. package/esm/components/AnchorNav.js +1 -1
  6. package/esm/components/ArrayInput.js +1 -1
  7. package/esm/components/AsideNav.js +1 -1
  8. package/esm/components/AssociatedSelection.d.ts +40 -40
  9. package/esm/components/AssociatedSelection.js +7 -7
  10. package/esm/components/Avatar.js +1 -1
  11. package/esm/components/Badge.js +1 -1
  12. package/esm/components/BaiduMapPicker.d.ts +3 -1
  13. package/esm/components/BaiduMapPicker.js +37 -18
  14. package/esm/components/BarCode.js +1 -1
  15. package/esm/components/Breadcrumb.js +1 -1
  16. package/esm/components/Button.d.ts +10 -10
  17. package/esm/components/Button.js +1 -1
  18. package/esm/components/CalendarMobile.js +1 -1
  19. package/esm/components/Card.d.ts +10 -10
  20. package/esm/components/Card.js +1 -1
  21. package/esm/components/Cascader.js +1 -1
  22. package/esm/components/ChainedDropdownSelection.d.ts +40 -40
  23. package/esm/components/ChainedDropdownSelection.js +1 -1
  24. package/esm/components/ChainedSelection.d.ts +40 -40
  25. package/esm/components/ChainedSelection.js +6 -6
  26. package/esm/components/Checkbox.js +1 -1
  27. package/esm/components/CityArea.js +1 -1
  28. package/esm/components/CityDB.js +1 -1
  29. package/esm/components/CodeMirror.js +1 -1
  30. package/esm/components/Collapse.js +1 -1
  31. package/esm/components/CollapseGroup.js +1 -1
  32. package/esm/components/ColorPicker.js +1 -1
  33. package/esm/components/Combo.js +1 -1
  34. package/esm/components/ConfirmBox.js +1 -1
  35. package/esm/components/ContextMenu.js +1 -1
  36. package/esm/components/DatePicker.d.ts +52 -41
  37. package/esm/components/DatePicker.js +114 -27
  38. package/esm/components/DateRangePicker.d.ts +18 -10
  39. package/esm/components/DateRangePicker.js +39 -11
  40. package/esm/components/DndContainer.js +1 -1
  41. package/esm/components/Drawer.js +3 -2
  42. package/esm/components/DropDownSelection.d.ts +40 -40
  43. package/esm/components/DropDownSelection.js +1 -1
  44. package/esm/components/Editor.js +1 -1
  45. package/esm/components/Form.js +1 -1
  46. package/esm/components/FormField.js +1 -1
  47. package/esm/components/GaodeMapPicker.js +1 -1
  48. package/esm/components/GridNav.js +1 -1
  49. package/esm/components/GroupedSelection.d.ts +40 -40
  50. package/esm/components/GroupedSelection.js +1 -1
  51. package/esm/components/Html.js +1 -1
  52. package/esm/components/ImageGallery.js +1 -1
  53. package/esm/components/Input.js +1 -1
  54. package/esm/components/InputBox.d.ts +10 -10
  55. package/esm/components/InputBox.js +1 -1
  56. package/esm/components/InputBoxWithSuggestion.js +1 -1
  57. package/esm/components/InputTable.js +1 -1
  58. package/esm/components/Layout.js +1 -1
  59. package/esm/components/Link.js +1 -1
  60. package/esm/components/ListGroup.d.ts +10 -10
  61. package/esm/components/ListGroup.js +1 -1
  62. package/esm/components/ListMenu.js +1 -1
  63. package/esm/components/LocationPicker.d.ts +84 -40
  64. package/esm/components/LocationPicker.js +7 -6
  65. package/esm/components/Markdown.js +11 -1
  66. package/esm/components/Modal.d.ts +54 -0
  67. package/esm/components/Modal.js +93 -7
  68. package/esm/components/ModalManager.js +1 -1
  69. package/esm/components/MultilineText.js +1 -1
  70. package/esm/components/NumberInput.js +1 -1
  71. package/esm/components/Pagination.d.ts +40 -41
  72. package/esm/components/Pagination.js +9 -18
  73. package/esm/components/Picker.js +1 -1
  74. package/esm/components/PickerColumn.js +1 -1
  75. package/esm/components/PickerContainer.js +1 -1
  76. package/esm/components/PopOverContainer.js +1 -1
  77. package/esm/components/PopUp.js +1 -1
  78. package/esm/components/Progress.js +1 -1
  79. package/esm/components/PullRefresh.js +1 -1
  80. package/esm/components/Radios.js +1 -1
  81. package/esm/components/Range.js +9 -3
  82. package/esm/components/Rating.js +1 -1
  83. package/esm/components/ResultBox.d.ts +40 -40
  84. package/esm/components/ResultBox.js +1 -1
  85. package/esm/components/ResultList.js +1 -1
  86. package/esm/components/ResultTableList.d.ts +40 -40
  87. package/esm/components/ResultTableList.js +1 -1
  88. package/esm/components/ResultTreeList.d.ts +40 -40
  89. package/esm/components/ResultTreeList.js +1 -1
  90. package/esm/components/RichText.js +13 -4
  91. package/esm/components/SearchBox.js +1 -1
  92. package/esm/components/Select.d.ts +4 -0
  93. package/esm/components/Select.js +44 -40
  94. package/esm/components/SelectMobile.js +1 -1
  95. package/esm/components/Selection.d.ts +41 -40
  96. package/esm/components/Selection.js +1 -1
  97. package/esm/components/SparkLine.d.ts +44 -42
  98. package/esm/components/SparkLine.js +4 -4
  99. package/esm/components/Spinner.d.ts +13 -0
  100. package/esm/components/Spinner.js +8 -6
  101. package/esm/components/Steps.js +1 -1
  102. package/esm/components/Switch.d.ts +15 -10
  103. package/esm/components/Switch.js +13 -5
  104. package/esm/components/TableSelection.d.ts +40 -40
  105. package/esm/components/TableSelection.js +1 -1
  106. package/esm/components/Tabs.d.ts +1 -0
  107. package/esm/components/Tabs.js +2 -2
  108. package/esm/components/TabsTransfer.d.ts +40 -40
  109. package/esm/components/TabsTransfer.js +3 -3
  110. package/esm/components/TabsTransferPicker.js +1 -1
  111. package/esm/components/Tag.js +1 -1
  112. package/esm/components/Textarea.js +6 -2
  113. package/esm/components/Timeline.js +1 -1
  114. package/esm/components/TimelineItem.js +1 -1
  115. package/esm/components/Tinymce.d.ts +2 -1
  116. package/esm/components/Tinymce.js +30 -15
  117. package/esm/components/TitleBar.js +1 -1
  118. package/esm/components/Toast.js +1 -1
  119. package/esm/components/Tooltip.js +1 -1
  120. package/esm/components/TooltipWrapper.d.ts +11 -10
  121. package/esm/components/TooltipWrapper.js +1 -1
  122. package/esm/components/Transfer.d.ts +96 -40
  123. package/esm/components/Transfer.js +25 -11
  124. package/esm/components/TransferDropDown.d.ts +40 -40
  125. package/esm/components/TransferDropDown.js +1 -1
  126. package/esm/components/TransferPicker.js +1 -1
  127. package/esm/components/TransferSearch.js +1 -1
  128. package/esm/components/Tree.d.ts +51 -3
  129. package/esm/components/Tree.js +12 -11
  130. package/esm/components/TreeSelection.d.ts +40 -40
  131. package/esm/components/TreeSelection.js +11 -11
  132. package/esm/components/UserSelect.d.ts +42 -0
  133. package/esm/components/UserSelect.js +5 -4
  134. package/esm/components/UserTabSelect.js +1 -1
  135. package/esm/components/WithRemoteConfig.js +14 -2
  136. package/esm/components/WithStore.js +1 -1
  137. package/esm/components/calendar/Calendar.d.ts +9 -1
  138. package/esm/components/calendar/Calendar.js +27 -5
  139. package/esm/components/calendar/CalendarContainer.js +1 -1
  140. package/esm/components/calendar/DaysView.d.ts +11 -0
  141. package/esm/components/calendar/DaysView.js +44 -8
  142. package/esm/components/calendar/MonthsView.d.ts +5 -0
  143. package/esm/components/calendar/MonthsView.js +18 -3
  144. package/esm/components/calendar/QuartersView.js +1 -1
  145. package/esm/components/calendar/TimeView.js +1 -1
  146. package/esm/components/calendar/YearsView.js +1 -1
  147. package/esm/components/condition-builder/Expression.js +1 -1
  148. package/esm/components/condition-builder/Field.js +1 -1
  149. package/esm/components/condition-builder/Func.js +1 -1
  150. package/esm/components/condition-builder/Group.js +1 -1
  151. package/esm/components/condition-builder/GroupOrItem.js +1 -1
  152. package/esm/components/condition-builder/InputSwitch.js +1 -1
  153. package/esm/components/condition-builder/Item.js +6 -2
  154. package/esm/components/condition-builder/Value.js +1 -1
  155. package/esm/components/condition-builder/config.js +7 -1
  156. package/esm/components/condition-builder/index.js +1 -1
  157. package/esm/components/formula/Editor.js +1 -1
  158. package/esm/components/formula/FuncList.js +1 -1
  159. package/esm/components/formula/Input.js +2 -2
  160. package/esm/components/formula/Picker.js +1 -1
  161. package/esm/components/formula/VariableList.js +1 -1
  162. package/esm/components/formula/plugin.js +1 -1
  163. package/esm/components/icons.js +23 -6
  164. package/esm/components/json-schema/Array.js +1 -1
  165. package/esm/components/json-schema/Item.js +1 -1
  166. package/esm/components/json-schema/Object.js +1 -1
  167. package/esm/components/json-schema/index.js +1 -1
  168. package/esm/components/menu/MenuContext.js +1 -1
  169. package/esm/components/menu/MenuItem.js +1 -1
  170. package/esm/components/menu/SubMenu.js +1 -1
  171. package/esm/components/menu/index.d.ts +17 -17
  172. package/esm/components/menu/index.js +5 -4
  173. package/esm/components/schema-editor/Array.js +1 -1
  174. package/esm/components/schema-editor/Common.js +1 -1
  175. package/esm/components/schema-editor/Item.js +1 -1
  176. package/esm/components/schema-editor/Object.js +1 -1
  177. package/esm/components/schema-editor/SchemaVariableList.js +1 -1
  178. package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
  179. package/esm/components/schema-editor/index.js +1 -1
  180. package/esm/components/table/Cell.d.ts +3 -455
  181. package/esm/components/table/Cell.js +6 -8
  182. package/esm/components/table/ColGroup.d.ts +8 -3
  183. package/esm/components/table/ColGroup.js +28 -22
  184. package/esm/components/table/Head.d.ts +42 -0
  185. package/esm/components/table/Head.js +142 -0
  186. package/esm/components/table/HeadCellDropDown.d.ts +1 -1
  187. package/esm/components/table/HeadCellDropDown.js +5 -3
  188. package/esm/components/table/HeadCellFilter.d.ts +41 -41
  189. package/esm/components/table/HeadCellFilter.js +2 -2
  190. package/esm/components/table/HeadCellSelect.d.ts +1 -1
  191. package/esm/components/table/HeadCellSelect.js +2 -2
  192. package/esm/components/table/HeadCellSort.d.ts +1 -1
  193. package/esm/components/table/HeadCellSort.js +2 -2
  194. package/esm/components/table/ItemActionsWrapper.d.ts +1 -1
  195. package/esm/components/table/ItemActionsWrapper.js +2 -2
  196. package/esm/components/table/Row.d.ts +60 -0
  197. package/esm/components/table/Row.js +183 -0
  198. package/esm/components/table/SummaryRow.d.ts +28 -0
  199. package/esm/components/table/SummaryRow.js +73 -0
  200. package/esm/components/table/index.d.ts +62 -67
  201. package/esm/components/table/index.js +347 -646
  202. package/esm/components/table/util.d.ts +54 -0
  203. package/esm/components/table/util.js +207 -0
  204. package/esm/components/virtual-list/AutoSizer.js +1 -1
  205. package/esm/components/virtual-list/SizeAndPositionManager.js +1 -1
  206. package/esm/components/virtual-list/constants.js +1 -1
  207. package/esm/components/virtual-list/index.js +1 -1
  208. package/esm/hooks/use-set-state.js +1 -1
  209. package/esm/hooks/use-sub-form.js +1 -1
  210. package/esm/hooks/use-touch.js +1 -1
  211. package/esm/hooks/use-update-effect.js +1 -1
  212. package/esm/hooks/use-validation-resolver.js +1 -1
  213. package/esm/icons/alert-danger.svg.js +1 -1
  214. package/esm/icons/alert-info.svg.js +1 -1
  215. package/esm/icons/alert-success.svg.js +1 -1
  216. package/esm/icons/alert-warning.svg.js +1 -1
  217. package/esm/icons/back.svg.js +1 -1
  218. package/esm/icons/calendar.svg.js +1 -1
  219. package/esm/icons/caret.svg.js +1 -1
  220. package/esm/icons/check.svg.js +1 -1
  221. package/esm/icons/clock.svg.js +1 -1
  222. package/esm/icons/close-small.svg.js +1 -1
  223. package/esm/icons/close.svg.js +1 -1
  224. package/esm/icons/cloud-upload.svg.js +1 -1
  225. package/esm/icons/column-filter.svg.js +1 -1
  226. package/esm/icons/columns.svg.js +1 -1
  227. package/esm/icons/compress-alt.svg.js +1 -1
  228. package/esm/icons/copy.svg.js +1 -1
  229. package/esm/icons/date.svg.js +1 -1
  230. package/esm/icons/department.svg.js +1 -1
  231. package/esm/icons/desk-empty.svg.js +1 -1
  232. package/esm/icons/dot.svg.js +1 -1
  233. package/esm/icons/down-arrow-bold.svg.js +1 -1
  234. package/esm/icons/down.svg.js +1 -1
  235. package/esm/icons/download.svg.js +1 -1
  236. package/esm/icons/drag-bar.svg.js +1 -1
  237. package/esm/icons/drag.svg.js +1 -1
  238. package/esm/icons/edit.svg.js +1 -1
  239. package/esm/icons/ellipsis-v.svg.js +1 -1
  240. package/esm/icons/enter.svg.js +1 -1
  241. package/esm/icons/exchange.svg.js +1 -1
  242. package/esm/icons/expand-alt.svg.js +1 -1
  243. package/esm/icons/fail.svg.js +1 -1
  244. package/esm/icons/file.svg.js +1 -1
  245. package/esm/icons/filter.svg.js +1 -1
  246. package/esm/icons/folder.svg.js +1 -1
  247. package/esm/icons/function.svg.js +1 -1
  248. package/esm/icons/home.svg.js +1 -1
  249. package/esm/icons/if.svg.js +1 -1
  250. package/esm/icons/image.svg.js +1 -1
  251. package/esm/icons/info-circle.svg.js +1 -1
  252. package/esm/icons/info.svg.js +1 -1
  253. package/esm/icons/input-clear.svg.js +1 -1
  254. package/esm/icons/invisible.svg.js +1 -1
  255. package/esm/icons/left-arrow.svg.js +1 -1
  256. package/esm/icons/loading-outline.svg.js +1 -1
  257. package/esm/icons/location.svg.js +1 -1
  258. package/esm/icons/menu.svg.js +1 -1
  259. package/esm/icons/minus.svg.js +1 -1
  260. package/esm/icons/move.svg.js +1 -1
  261. package/esm/icons/mute.svg.js +1 -1
  262. package/esm/icons/new-edit.svg.js +1 -1
  263. package/esm/icons/pause.svg.js +1 -1
  264. package/esm/icons/pencil.svg.js +1 -1
  265. package/esm/icons/play.svg.js +1 -1
  266. package/esm/icons/plus-cicle.svg.js +1 -1
  267. package/esm/icons/plus-fine.svg.js +1 -1
  268. package/esm/icons/plus.svg.js +1 -1
  269. package/esm/icons/post.svg.js +1 -1
  270. package/esm/icons/question-mark.svg.js +1 -1
  271. package/esm/icons/question.svg.js +1 -1
  272. package/esm/icons/redo.svg.js +1 -1
  273. package/esm/icons/refresh.svg.js +1 -1
  274. package/esm/icons/reload.svg.js +1 -1
  275. package/esm/icons/remove.svg.js +1 -1
  276. package/esm/icons/retry.svg.js +1 -1
  277. package/esm/icons/right-arrow-bold.svg.js +1 -1
  278. package/esm/icons/right-arrow.svg.js +1 -1
  279. package/esm/icons/right-double-arrow.svg.js +1 -1
  280. package/esm/icons/role.svg.js +1 -1
  281. package/esm/icons/rotate-left.svg.js +1 -1
  282. package/esm/icons/rotate-right.svg.js +1 -1
  283. package/esm/icons/scale-origin.svg.js +1 -1
  284. package/esm/icons/schedule.svg.js +1 -1
  285. package/esm/icons/search.svg.js +1 -1
  286. package/esm/icons/setting.svg.js +1 -1
  287. package/esm/icons/slider-handle-icon.svg.js +1 -1
  288. package/esm/icons/sort-asc.svg.js +1 -1
  289. package/esm/icons/sort-default.svg.js +1 -1
  290. package/esm/icons/sort-desc.svg.js +1 -1
  291. package/esm/icons/star.svg.js +1 -1
  292. package/esm/icons/status-close.svg.js +1 -1
  293. package/esm/icons/steps-finsh.svg.js +1 -1
  294. package/esm/icons/success.svg.js +1 -1
  295. package/esm/icons/transparent.svg.js +1 -1
  296. package/esm/icons/trash.svg.js +1 -1
  297. package/esm/icons/tree-down.svg.js +1 -1
  298. package/esm/icons/undo.svg.js +1 -1
  299. package/esm/icons/upload.svg.js +1 -1
  300. package/esm/icons/user-remove.svg.js +1 -1
  301. package/esm/icons/view.svg.js +1 -1
  302. package/esm/icons/volume.svg.js +1 -1
  303. package/esm/icons/warning-mark.svg.js +1 -1
  304. package/esm/icons/warning.svg.js +1 -1
  305. package/esm/icons/window-restore.svg.js +1 -1
  306. package/esm/icons/zoom-in.svg.js +1 -1
  307. package/esm/icons/zoom-out.svg.js +1 -1
  308. package/esm/index.js +1 -1
  309. package/esm/locale/de-DE.js +4 -1
  310. package/esm/locale/en-US.js +4 -1
  311. package/esm/locale/zh-CN.js +4 -1
  312. package/esm/themes/ang.js +1 -1
  313. package/esm/themes/antd.js +1 -1
  314. package/esm/themes/cxd.js +1 -1
  315. package/esm/themes/dark.js +1 -1
  316. package/lib/components/404.js +1 -1
  317. package/lib/components/Alert.d.ts +120 -120
  318. package/lib/components/Alert.js +1 -1
  319. package/lib/components/Alert2.d.ts +21 -20
  320. package/lib/components/Alert2.js +3 -2
  321. package/lib/components/AnchorNav.d.ts +20 -20
  322. package/lib/components/AnchorNav.js +1 -1
  323. package/lib/components/ArrayInput.d.ts +40 -40
  324. package/lib/components/ArrayInput.js +1 -1
  325. package/lib/components/AsideNav.js +1 -1
  326. package/lib/components/AssociatedSelection.d.ts +80 -80
  327. package/lib/components/AssociatedSelection.js +7 -7
  328. package/lib/components/Avatar.d.ts +90 -90
  329. package/lib/components/Avatar.js +1 -1
  330. package/lib/components/Badge.js +1 -1
  331. package/lib/components/BaiduMapPicker.d.ts +3 -1
  332. package/lib/components/BaiduMapPicker.js +37 -18
  333. package/lib/components/BarCode.js +1 -1
  334. package/lib/components/Breadcrumb.js +1 -1
  335. package/lib/components/Button.d.ts +20 -20
  336. package/lib/components/Button.js +1 -1
  337. package/lib/components/CalendarMobile.d.ts +40 -40
  338. package/lib/components/CalendarMobile.js +1 -1
  339. package/lib/components/Card.d.ts +100 -100
  340. package/lib/components/Card.js +1 -1
  341. package/lib/components/Cascader.js +1 -1
  342. package/lib/components/ChainedDropdownSelection.d.ts +80 -80
  343. package/lib/components/ChainedDropdownSelection.js +1 -1
  344. package/lib/components/ChainedSelection.d.ts +80 -80
  345. package/lib/components/ChainedSelection.js +6 -6
  346. package/lib/components/Checkbox.d.ts +10 -10
  347. package/lib/components/Checkbox.js +1 -1
  348. package/lib/components/CityArea.js +1 -1
  349. package/lib/components/CityDB.js +1 -1
  350. package/lib/components/CodeMirror.js +1 -1
  351. package/lib/components/Collapse.d.ts +120 -120
  352. package/lib/components/Collapse.js +1 -1
  353. package/lib/components/CollapseGroup.d.ts +20 -20
  354. package/lib/components/CollapseGroup.js +1 -1
  355. package/lib/components/ColorPicker.d.ts +40 -40
  356. package/lib/components/ColorPicker.js +1 -1
  357. package/lib/components/Combo.js +1 -1
  358. package/lib/components/ConfirmBox.d.ts +80 -80
  359. package/lib/components/ConfirmBox.js +1 -1
  360. package/lib/components/ContextMenu.js +1 -1
  361. package/lib/components/DatePicker.d.ts +132 -121
  362. package/lib/components/DatePicker.js +112 -25
  363. package/lib/components/DateRangePicker.d.ts +338 -330
  364. package/lib/components/DateRangePicker.js +39 -11
  365. package/lib/components/DndContainer.js +1 -1
  366. package/lib/components/Drawer.d.ts +30 -30
  367. package/lib/components/Drawer.js +3 -2
  368. package/lib/components/DropDownSelection.d.ts +80 -80
  369. package/lib/components/DropDownSelection.js +1 -1
  370. package/lib/components/Editor.d.ts +120 -120
  371. package/lib/components/Editor.js +1 -1
  372. package/lib/components/Form.js +1 -1
  373. package/lib/components/FormField.js +1 -1
  374. package/lib/components/GaodeMapPicker.js +1 -1
  375. package/lib/components/GridNav.js +1 -1
  376. package/lib/components/GroupedSelection.d.ts +80 -80
  377. package/lib/components/GroupedSelection.js +1 -1
  378. package/lib/components/Html.js +1 -1
  379. package/lib/components/ImageGallery.d.ts +40 -40
  380. package/lib/components/ImageGallery.js +1 -1
  381. package/lib/components/Input.js +1 -1
  382. package/lib/components/InputBox.d.ts +10 -10
  383. package/lib/components/InputBox.js +1 -1
  384. package/lib/components/InputBoxWithSuggestion.js +1 -1
  385. package/lib/components/InputTable.js +1 -1
  386. package/lib/components/Layout.d.ts +10 -10
  387. package/lib/components/Layout.js +1 -1
  388. package/lib/components/Link.js +1 -1
  389. package/lib/components/ListGroup.d.ts +10 -10
  390. package/lib/components/ListGroup.js +1 -1
  391. package/lib/components/ListMenu.d.ts +80 -80
  392. package/lib/components/ListMenu.js +1 -1
  393. package/lib/components/LocationPicker.d.ts +84 -40
  394. package/lib/components/LocationPicker.js +7 -6
  395. package/lib/components/Markdown.js +11 -1
  396. package/lib/components/Modal.d.ts +134 -80
  397. package/lib/components/Modal.js +93 -5
  398. package/lib/components/ModalManager.js +1 -1
  399. package/lib/components/MonthRangePicker.d.ts +160 -160
  400. package/lib/components/MultilineText.d.ts +40 -40
  401. package/lib/components/MultilineText.js +1 -1
  402. package/lib/components/NumberInput.d.ts +30 -30
  403. package/lib/components/NumberInput.js +1 -1
  404. package/lib/components/Pagination.d.ts +80 -81
  405. package/lib/components/Pagination.js +8 -17
  406. package/lib/components/Picker.js +1 -1
  407. package/lib/components/PickerColumn.js +1 -1
  408. package/lib/components/PickerContainer.js +1 -1
  409. package/lib/components/PopOverContainer.js +1 -1
  410. package/lib/components/PopUp.d.ts +80 -80
  411. package/lib/components/PopUp.js +1 -1
  412. package/lib/components/Progress.d.ts +60 -60
  413. package/lib/components/Progress.js +1 -1
  414. package/lib/components/PullRefresh.js +1 -1
  415. package/lib/components/Radios.d.ts +40 -40
  416. package/lib/components/Radios.js +1 -1
  417. package/lib/components/Range.js +9 -3
  418. package/lib/components/Rating.d.ts +20 -20
  419. package/lib/components/Rating.js +1 -1
  420. package/lib/components/ResultBox.d.ts +80 -80
  421. package/lib/components/ResultBox.js +1 -1
  422. package/lib/components/ResultList.d.ts +40 -40
  423. package/lib/components/ResultList.js +1 -1
  424. package/lib/components/ResultTableList.d.ts +80 -80
  425. package/lib/components/ResultTableList.js +1 -1
  426. package/lib/components/ResultTreeList.d.ts +40 -40
  427. package/lib/components/ResultTreeList.js +1 -1
  428. package/lib/components/RichText.js +13 -4
  429. package/lib/components/SearchBox.d.ts +120 -120
  430. package/lib/components/SearchBox.js +1 -1
  431. package/lib/components/Select.d.ts +1741 -1738
  432. package/lib/components/Select.js +44 -40
  433. package/lib/components/SelectMobile.js +1 -1
  434. package/lib/components/Selection.d.ts +81 -80
  435. package/lib/components/Selection.js +1 -1
  436. package/lib/components/SparkLine.d.ts +44 -42
  437. package/lib/components/SparkLine.js +3 -3
  438. package/lib/components/Spinner.d.ts +73 -60
  439. package/lib/components/Spinner.js +8 -6
  440. package/lib/components/Steps.js +1 -1
  441. package/lib/components/Switch.d.ts +15 -10
  442. package/lib/components/Switch.js +13 -5
  443. package/lib/components/TableSelection.d.ts +80 -80
  444. package/lib/components/TableSelection.js +1 -1
  445. package/lib/components/Tabs.d.ts +81 -80
  446. package/lib/components/Tabs.js +2 -2
  447. package/lib/components/TabsTransfer.d.ts +40 -40
  448. package/lib/components/TabsTransfer.js +3 -3
  449. package/lib/components/TabsTransferPicker.js +1 -1
  450. package/lib/components/Tag.d.ts +60 -60
  451. package/lib/components/Tag.js +1 -1
  452. package/lib/components/Textarea.d.ts +40 -40
  453. package/lib/components/Textarea.js +6 -2
  454. package/lib/components/Timeline.js +1 -1
  455. package/lib/components/TimelineItem.js +1 -1
  456. package/lib/components/Tinymce.d.ts +2 -1
  457. package/lib/components/Tinymce.js +29 -14
  458. package/lib/components/TitleBar.d.ts +10 -10
  459. package/lib/components/TitleBar.js +1 -1
  460. package/lib/components/Toast.d.ts +80 -80
  461. package/lib/components/Toast.js +1 -1
  462. package/lib/components/Tooltip.js +1 -1
  463. package/lib/components/TooltipWrapper.d.ts +31 -30
  464. package/lib/components/TooltipWrapper.js +1 -1
  465. package/lib/components/Transfer.d.ts +225 -169
  466. package/lib/components/Transfer.js +25 -11
  467. package/lib/components/TransferDropDown.d.ts +160 -160
  468. package/lib/components/TransferDropDown.js +1 -1
  469. package/lib/components/TransferPicker.js +1 -1
  470. package/lib/components/TransferSearch.js +1 -1
  471. package/lib/components/Tree.d.ts +291 -243
  472. package/lib/components/Tree.js +12 -11
  473. package/lib/components/TreeSelection.d.ts +120 -120
  474. package/lib/components/TreeSelection.js +11 -11
  475. package/lib/components/UserSelect.d.ts +82 -40
  476. package/lib/components/UserSelect.js +5 -4
  477. package/lib/components/UserTabSelect.d.ts +40 -40
  478. package/lib/components/UserTabSelect.js +1 -1
  479. package/lib/components/WithRemoteConfig.d.ts +0 -1
  480. package/lib/components/WithRemoteConfig.js +14 -2
  481. package/lib/components/WithStore.js +1 -1
  482. package/lib/components/calendar/Calendar.d.ts +9 -1
  483. package/lib/components/calendar/Calendar.js +27 -5
  484. package/lib/components/calendar/CalendarContainer.js +1 -1
  485. package/lib/components/calendar/DaysView.d.ts +11 -0
  486. package/lib/components/calendar/DaysView.js +44 -8
  487. package/lib/components/calendar/MonthsView.d.ts +5 -0
  488. package/lib/components/calendar/MonthsView.js +18 -3
  489. package/lib/components/calendar/QuartersView.js +1 -1
  490. package/lib/components/calendar/TimeView.js +1 -1
  491. package/lib/components/calendar/YearsView.js +1 -1
  492. package/lib/components/condition-builder/Expression.js +1 -1
  493. package/lib/components/condition-builder/Field.js +1 -1
  494. package/lib/components/condition-builder/Func.js +1 -1
  495. package/lib/components/condition-builder/Group.js +1 -1
  496. package/lib/components/condition-builder/GroupOrItem.js +1 -1
  497. package/lib/components/condition-builder/InputSwitch.js +1 -1
  498. package/lib/components/condition-builder/Item.js +6 -2
  499. package/lib/components/condition-builder/Value.js +1 -1
  500. package/lib/components/condition-builder/config.js +7 -1
  501. package/lib/components/condition-builder/index.d.ts +1 -1
  502. package/lib/components/condition-builder/index.js +1 -1
  503. package/lib/components/formula/Editor.d.ts +40 -40
  504. package/lib/components/formula/Editor.js +1 -1
  505. package/lib/components/formula/FuncList.js +1 -1
  506. package/lib/components/formula/Input.js +2 -2
  507. package/lib/components/formula/Picker.d.ts +40 -40
  508. package/lib/components/formula/Picker.js +1 -1
  509. package/lib/components/formula/VariableList.js +1 -1
  510. package/lib/components/formula/plugin.js +1 -1
  511. package/lib/components/icons.js +22 -5
  512. package/lib/components/json-schema/Array.js +1 -1
  513. package/lib/components/json-schema/Item.js +1 -1
  514. package/lib/components/json-schema/Object.js +1 -1
  515. package/lib/components/json-schema/index.js +1 -1
  516. package/lib/components/menu/MenuContext.js +1 -1
  517. package/lib/components/menu/MenuItem.js +1 -1
  518. package/lib/components/menu/SubMenu.js +1 -1
  519. package/lib/components/menu/index.d.ts +77 -77
  520. package/lib/components/menu/index.js +5 -5
  521. package/lib/components/schema-editor/Array.js +1 -1
  522. package/lib/components/schema-editor/Common.js +1 -1
  523. package/lib/components/schema-editor/Item.js +1 -1
  524. package/lib/components/schema-editor/Object.js +1 -1
  525. package/lib/components/schema-editor/SchemaVariableList.js +1 -1
  526. package/lib/components/schema-editor/SchemaVariableListPicker.js +1 -1
  527. package/lib/components/schema-editor/index.d.ts +40 -40
  528. package/lib/components/schema-editor/index.js +1 -1
  529. package/lib/components/table/Cell.d.ts +3 -455
  530. package/lib/components/table/Cell.js +6 -9
  531. package/lib/components/table/ColGroup.d.ts +8 -3
  532. package/lib/components/table/ColGroup.js +28 -23
  533. package/lib/components/table/Head.d.ts +42 -0
  534. package/lib/components/table/Head.js +149 -0
  535. package/lib/components/table/HeadCellDropDown.d.ts +1 -1
  536. package/lib/components/table/HeadCellDropDown.js +5 -3
  537. package/lib/components/table/HeadCellFilter.d.ts +81 -81
  538. package/lib/components/table/HeadCellFilter.js +2 -2
  539. package/lib/components/table/HeadCellSelect.d.ts +41 -41
  540. package/lib/components/table/HeadCellSelect.js +2 -2
  541. package/lib/components/table/HeadCellSort.d.ts +1 -1
  542. package/lib/components/table/HeadCellSort.js +2 -2
  543. package/lib/components/table/ItemActionsWrapper.d.ts +1 -1
  544. package/lib/components/table/ItemActionsWrapper.js +2 -2
  545. package/lib/components/table/Row.d.ts +60 -0
  546. package/lib/components/table/Row.js +190 -0
  547. package/lib/components/table/SummaryRow.d.ts +28 -0
  548. package/lib/components/table/SummaryRow.js +81 -0
  549. package/lib/components/table/index.d.ts +62 -67
  550. package/lib/components/table/index.js +344 -644
  551. package/lib/components/table/util.d.ts +54 -0
  552. package/lib/components/table/util.js +227 -0
  553. package/lib/components/virtual-list/AutoSizer.js +1 -1
  554. package/lib/components/virtual-list/SizeAndPositionManager.js +1 -1
  555. package/lib/components/virtual-list/constants.js +1 -1
  556. package/lib/components/virtual-list/index.js +1 -1
  557. package/lib/hooks/use-set-state.js +1 -1
  558. package/lib/hooks/use-sub-form.js +1 -1
  559. package/lib/hooks/use-touch.js +1 -1
  560. package/lib/hooks/use-update-effect.js +1 -1
  561. package/lib/hooks/use-validation-resolver.js +1 -1
  562. package/lib/icons/alert-danger.svg.js +1 -1
  563. package/lib/icons/alert-info.svg.js +1 -1
  564. package/lib/icons/alert-success.svg.js +1 -1
  565. package/lib/icons/alert-warning.svg.js +1 -1
  566. package/lib/icons/back.svg.js +1 -1
  567. package/lib/icons/calendar.svg.js +1 -1
  568. package/lib/icons/caret.svg.js +1 -1
  569. package/lib/icons/check.svg.js +1 -1
  570. package/lib/icons/clock.svg.js +1 -1
  571. package/lib/icons/close-small.svg.js +1 -1
  572. package/lib/icons/close.svg.js +1 -1
  573. package/lib/icons/cloud-upload.svg.js +1 -1
  574. package/lib/icons/column-filter.svg.js +1 -1
  575. package/lib/icons/columns.svg.js +1 -1
  576. package/lib/icons/compress-alt.svg.js +1 -1
  577. package/lib/icons/copy.svg.js +1 -1
  578. package/lib/icons/date.svg.js +1 -1
  579. package/lib/icons/department.svg.js +1 -1
  580. package/lib/icons/desk-empty.svg.js +1 -1
  581. package/lib/icons/dot.svg.js +1 -1
  582. package/lib/icons/down-arrow-bold.svg.js +1 -1
  583. package/lib/icons/down.svg.js +1 -1
  584. package/lib/icons/download.svg.js +1 -1
  585. package/lib/icons/drag-bar.svg.js +1 -1
  586. package/lib/icons/drag.svg.js +1 -1
  587. package/lib/icons/edit.svg.js +1 -1
  588. package/lib/icons/ellipsis-v.svg.js +1 -1
  589. package/lib/icons/enter.svg.js +1 -1
  590. package/lib/icons/exchange.svg.js +1 -1
  591. package/lib/icons/expand-alt.svg.js +1 -1
  592. package/lib/icons/fail.svg.js +1 -1
  593. package/lib/icons/file.svg.js +1 -1
  594. package/lib/icons/filter.svg.js +1 -1
  595. package/lib/icons/folder.svg.js +1 -1
  596. package/lib/icons/function.svg.js +1 -1
  597. package/lib/icons/home.svg.js +1 -1
  598. package/lib/icons/if.svg.js +1 -1
  599. package/lib/icons/image.svg.js +1 -1
  600. package/lib/icons/info-circle.svg.js +1 -1
  601. package/lib/icons/info.svg.js +1 -1
  602. package/lib/icons/input-clear.svg.js +1 -1
  603. package/lib/icons/invisible.svg.js +1 -1
  604. package/lib/icons/left-arrow.svg.js +1 -1
  605. package/lib/icons/loading-outline.svg.js +1 -1
  606. package/lib/icons/location.svg.js +1 -1
  607. package/lib/icons/menu.svg.js +1 -1
  608. package/lib/icons/minus.svg.js +1 -1
  609. package/lib/icons/move.svg.js +1 -1
  610. package/lib/icons/mute.svg.js +1 -1
  611. package/lib/icons/new-edit.svg.js +1 -1
  612. package/lib/icons/pause.svg.js +1 -1
  613. package/lib/icons/pencil.svg.js +1 -1
  614. package/lib/icons/play.svg.js +1 -1
  615. package/lib/icons/plus-cicle.svg.js +1 -1
  616. package/lib/icons/plus-fine.svg.js +1 -1
  617. package/lib/icons/plus.svg.js +1 -1
  618. package/lib/icons/post.svg.js +1 -1
  619. package/lib/icons/question-mark.svg.js +1 -1
  620. package/lib/icons/question.svg.js +1 -1
  621. package/lib/icons/redo.svg.js +1 -1
  622. package/lib/icons/refresh.svg.js +1 -1
  623. package/lib/icons/reload.svg.js +1 -1
  624. package/lib/icons/remove.svg.js +1 -1
  625. package/lib/icons/retry.svg.js +1 -1
  626. package/lib/icons/right-arrow-bold.svg.js +1 -1
  627. package/lib/icons/right-arrow.svg.js +1 -1
  628. package/lib/icons/right-double-arrow.svg.js +1 -1
  629. package/lib/icons/role.svg.js +1 -1
  630. package/lib/icons/rotate-left.svg.js +1 -1
  631. package/lib/icons/rotate-right.svg.js +1 -1
  632. package/lib/icons/scale-origin.svg.js +1 -1
  633. package/lib/icons/schedule.svg.js +1 -1
  634. package/lib/icons/search.svg.js +1 -1
  635. package/lib/icons/setting.svg.js +1 -1
  636. package/lib/icons/slider-handle-icon.svg.js +1 -1
  637. package/lib/icons/sort-asc.svg.js +1 -1
  638. package/lib/icons/sort-default.svg.js +1 -1
  639. package/lib/icons/sort-desc.svg.js +1 -1
  640. package/lib/icons/star.svg.js +1 -1
  641. package/lib/icons/status-close.svg.js +1 -1
  642. package/lib/icons/steps-finsh.svg.js +1 -1
  643. package/lib/icons/success.svg.js +1 -1
  644. package/lib/icons/transparent.svg.js +1 -1
  645. package/lib/icons/trash.svg.js +1 -1
  646. package/lib/icons/tree-down.svg.js +1 -1
  647. package/lib/icons/undo.svg.js +1 -1
  648. package/lib/icons/upload.svg.js +1 -1
  649. package/lib/icons/user-remove.svg.js +1 -1
  650. package/lib/icons/view.svg.js +1 -1
  651. package/lib/icons/volume.svg.js +1 -1
  652. package/lib/icons/warning-mark.svg.js +1 -1
  653. package/lib/icons/warning.svg.js +1 -1
  654. package/lib/icons/window-restore.svg.js +1 -1
  655. package/lib/icons/zoom-in.svg.js +1 -1
  656. package/lib/icons/zoom-out.svg.js +1 -1
  657. package/lib/index.js +1 -1
  658. package/lib/locale/de-DE.js +4 -1
  659. package/lib/locale/en-US.js +4 -1
  660. package/lib/locale/zh-CN.js +4 -1
  661. package/lib/scss/helper.scss.js +1 -1
  662. package/lib/scss/themes/ang.scss.js +1 -1
  663. package/lib/scss/themes/antd.scss.js +1 -1
  664. package/lib/scss/themes/cxd.scss.js +1 -1
  665. package/lib/scss/themes/dark.scss.js +1 -1
  666. package/lib/scss/themes/default.scss.js +1 -1
  667. package/lib/themes/ang.css +220 -69
  668. package/lib/themes/ang.js +1 -1
  669. package/lib/themes/antd.css +222 -71
  670. package/lib/themes/antd.js +1 -1
  671. package/lib/themes/cxd.css +220 -69
  672. package/lib/themes/cxd.js +1 -1
  673. package/lib/themes/dark.css +220 -69
  674. package/lib/themes/dark.js +1 -1
  675. package/lib/themes/default.css +220 -69
  676. package/package.json +5 -6
  677. package/scss/_components.scss +22 -14
  678. package/scss/_properties.scss +7 -11
  679. package/scss/base/_common.scss +8 -0
  680. package/scss/components/_alert.scss +4 -0
  681. package/scss/components/_audio.scss +1 -1
  682. package/scss/components/_card.scss +2 -1
  683. package/scss/components/_dropdown.scss +4 -2
  684. package/scss/components/_menu.scss +7 -2
  685. package/scss/components/_modal.scss +4 -0
  686. package/scss/components/_page.scss +6 -6
  687. package/scss/components/_pagination.scss +41 -44
  688. package/scss/components/_progress.scss +1 -1
  689. package/scss/components/_spinner.scss +12 -0
  690. package/scss/components/_steps.scss +7 -5
  691. package/scss/components/_table.scss +16 -2
  692. package/scss/components/_table2.scss +7 -0
  693. package/scss/components/_tabs.scss +21 -24
  694. package/scss/components/form/_combo.scss +6 -0
  695. package/scss/components/form/_date-range.scss +3 -6
  696. package/scss/components/form/_date.scss +3 -5
  697. package/scss/components/form/_excel.scss +2 -2
  698. package/scss/components/form/_fieldset.scss +1 -1
  699. package/scss/components/form/_form.scss +2 -0
  700. package/scss/components/form/_location.scss +19 -1
  701. package/scss/components/form/_nested-select.scss +20 -7
  702. package/scss/components/form/_picker.scss +3 -1
  703. package/scss/components/form/_range.scss +2 -2
  704. package/scss/components/form/_rating.scss +17 -3
  705. package/scss/components/form/_select.scss +0 -11
  706. package/scss/components/form/_selection.scss +2 -1
  707. package/scss/components/form/_switch.scss +38 -0
  708. package/scss/components/form/_text.scss +9 -8
  709. package/scss/components/form/_textarea.scss +4 -0
  710. package/scss/components/form/_transfer.scss +40 -0
  711. package/scss/themes/_ang-variables.scss +63 -61
  712. package/scss/themes/_antd-variables.scss +63 -61
  713. package/scss/themes/_cxd-variables.scss +64 -61
  714. package/scss/themes/_dark-variables.scss +63 -61
@@ -31,13 +31,11 @@ export interface ColumnProps {
31
31
  export interface ThProps extends ColumnProps {
32
32
  rowSpan: number;
33
33
  colSpan: number;
34
- groupId: string;
35
34
  depth: number;
36
35
  }
37
36
  export interface TdProps extends ColumnProps {
38
37
  rowSpan: number;
39
38
  colSpan: number;
40
- groupId: string;
41
39
  }
42
40
  export interface RowSelectionOptionProps {
43
41
  key: string;
@@ -79,11 +77,13 @@ export interface OnRowProps {
79
77
  onRowMouseEnter?: Function;
80
78
  onRowMouseLeave?: Function;
81
79
  onRowClick?: Function;
80
+ onRowDbClick?: Function;
82
81
  }
83
82
  export interface SortProps {
84
83
  orderBy: string;
85
84
  orderDir: string;
86
85
  }
86
+ export type AutoFillHeightObject = Record<'height' | 'maxHeight', number>;
87
87
  export interface TableProps extends ThemeProps, LocaleProps, SpinnerExtraProps {
88
88
  title: string | React.ReactNode | Function;
89
89
  footer?: string | React.ReactNode | Function;
@@ -118,6 +118,10 @@ export interface TableProps extends ThemeProps, LocaleProps, SpinnerExtraProps {
118
118
  onSelectAll?: Function;
119
119
  itemActions?: Function;
120
120
  onRef?: (ref: any) => void;
121
+ /**
122
+ * 表格自动计算高度
123
+ */
124
+ autoFillHeight?: boolean | AutoFillHeightObject;
121
125
  }
122
126
  export interface ScrollProps {
123
127
  x: number | string | true;
@@ -142,6 +146,7 @@ export interface TableState {
142
146
  } | null;
143
147
  sort?: SortProps;
144
148
  }
149
+ export declare const DefaultCellWidth = 40;
145
150
  export declare class Table extends React.PureComponent<TableProps, TableState> {
146
151
  static defaultProps: {
147
152
  title: string;
@@ -165,39 +170,32 @@ export declare class Table extends React.PureComponent<TableProps, TableState> {
165
170
  resizeWidth: number;
166
171
  resizeIndex: number;
167
172
  tableDom: React.RefObject<HTMLDivElement>;
168
- theadDom: React.RefObject<HTMLTableSectionElement>;
169
173
  tbodyDom: React.RefObject<HTMLTableSectionElement>;
170
174
  contentDom: React.RefObject<HTMLDivElement>;
171
175
  headerDom: React.RefObject<HTMLDivElement>;
172
- tfootDom: React.RefObject<HTMLTableSectionElement>;
173
176
  footDom: React.RefObject<HTMLDivElement>;
177
+ containerDom: React.RefObject<HTMLDivElement>;
174
178
  toDispose: Array<() => void>;
175
179
  updateTableInfoLazy: import("lodash").DebouncedFunc<any>;
176
- getSelectedRows(dataSource: Array<any>, selectedRowKeys: Array<string | number>): {
177
- selectedRows: any[];
178
- unSelectedRows: any[];
179
- };
180
- updateTableBodyFixed(): void;
181
- updateTableFixedRows(): void;
180
+ updateAutoFillHeightLazy: import("lodash").DebouncedFunc<any>;
182
181
  componentDidMount(): void;
183
182
  componentDidUpdate(prevProps: TableProps, prevState: TableState): void;
184
183
  componentWillUnmount(): void;
184
+ /**
185
+ * 自动设置表格高度占满界面剩余区域
186
+ * 用 css 实现有点麻烦,要改很多结构,所以先用 dom hack 了,避免对之前的功能有影响
187
+ */
188
+ updateAutoFillHeight(): void;
185
189
  initDragging(): void;
186
190
  destroyDragging(): void;
187
191
  updateStickyHeader(): void;
188
- updateFixedRow(row: HTMLElement, columns: Array<ColumnProps>): void;
189
- prependColumns(columns: Array<any>): void;
190
- updateTheadFixedRow(thead: HTMLElement, columns: Array<any>): void;
191
- updateTbodyFixedRow(tbody: HTMLElement, columns: Array<any>): void;
192
- updateSummaryFixedRow(children: HTMLCollection | Array<Element>, columns: Array<any>): void;
193
- updateFootSummaryFixedRow(tfoot: HTMLElement): void;
194
- updateHeadSummaryFixedRow(tbody: HTMLElement): void;
195
192
  renderColGroup(showReal?: boolean): React.JSX.Element;
196
193
  onResizeMouseDown(event: any, index: number): void;
197
194
  onResizeMouseMove(event: any): void;
198
195
  onResizeMouseUp(event: MouseEvent): void;
199
- renderTHead(): React.JSX.Element;
196
+ renderHead(): React.JSX.Element;
200
197
  onRowClick(event: React.ChangeEvent<any>, record?: any, rowIndex?: number): Promise<void>;
198
+ onRowDbClick(event: React.ChangeEvent<any>, record?: any, rowIndex?: number): Promise<void>;
201
199
  onRowMouseEnter(event: React.ChangeEvent<any>, record?: any, rowIndex?: number): Promise<void>;
202
200
  onRowMouseLeave(event: React.ChangeEvent<any>, record?: any, rowIndex?: number): Promise<void>;
203
201
  onMouseLeave(): void;
@@ -206,23 +204,20 @@ export declare class Table extends React.PureComponent<TableProps, TableState> {
206
204
  getChildrenColumnName(): string;
207
205
  getRowSelectionKeyField(): string;
208
206
  getExpandableKeyField(): string;
209
- hasChildrenRow(data: any): any;
210
- isExpandableRow(data: any, rowIndex: number): any;
211
- getDataChildrenKeys(data: any): string[];
212
- hasCheckedRows(data: any): boolean;
213
207
  hasCheckedChildrenRows(data: any): boolean;
214
- isExpanded(record: any): boolean;
215
- getExpandedIcons(record: any): React.JSX.Element;
208
+ getSelectedRowKeys(isSelected: boolean, data: any): any[];
216
209
  selectedSingleRow(value: boolean, data: any): Promise<void>;
210
+ isExpandableRow(data: any, rowIndex: number): any;
211
+ isExpanded(record: any): boolean;
217
212
  renderRow(data: any, rowIndex: number, levels: Array<number>): any[];
218
- renderTBody(): React.JSX.Element;
213
+ onRowChange(value: boolean, record: any): void;
214
+ renderBody(): React.JSX.Element;
219
215
  isExpandableTable(): boolean;
220
216
  isRightExpandable(): boolean | undefined;
221
217
  isLeftExpandable(): boolean | undefined;
222
- isNestedTable(): boolean;
223
218
  getExtraColumnCount(): number;
224
219
  renderSummaryRow(summary: any): any;
225
- renderTFoot(): React.JSX.Element;
220
+ renderFoot(): React.JSX.Element;
226
221
  updateTableDom(dom: HTMLElement): void;
227
222
  onTableContentScroll(event: React.ChangeEvent<any>): void;
228
223
  onWheel(event: WheelEvent): void;
@@ -238,7 +233,7 @@ export declare class Table extends React.PureComponent<TableProps, TableState> {
238
233
  render(): React.JSX.Element;
239
234
  }
240
235
  declare const _default: {
241
- new (props: Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
236
+ new (props: Omit<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
242
237
  title?: Function | React.ReactNode;
243
238
  className?: string | undefined;
244
239
  placeholder?: Function | React.ReactNode;
@@ -256,7 +251,7 @@ declare const _default: {
256
251
  getWrappedInstance(): any;
257
252
  render(): React.JSX.Element;
258
253
  context: unknown;
259
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
254
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
260
255
  title?: Function | React.ReactNode;
261
256
  className?: string | undefined;
262
257
  placeholder?: Function | React.ReactNode;
@@ -270,7 +265,7 @@ declare const _default: {
270
265
  translate?: ((str: string, ...args: any[]) => string) | undefined;
271
266
  }, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
272
267
  forceUpdate(callback?: (() => void) | undefined): void;
273
- readonly props: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
268
+ readonly props: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
274
269
  title?: Function | React.ReactNode;
275
270
  className?: string | undefined;
276
271
  placeholder?: Function | React.ReactNode;
@@ -288,7 +283,7 @@ declare const _default: {
288
283
  [key: string]: React.ReactInstance;
289
284
  };
290
285
  componentDidMount?(): void;
291
- shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
286
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
292
287
  title?: Function | React.ReactNode;
293
288
  className?: string | undefined;
294
289
  placeholder?: Function | React.ReactNode;
@@ -303,7 +298,7 @@ declare const _default: {
303
298
  }, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
304
299
  componentWillUnmount?(): void;
305
300
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
306
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
301
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
307
302
  title?: Function | React.ReactNode;
308
303
  className?: string | undefined;
309
304
  placeholder?: Function | React.ReactNode;
@@ -316,7 +311,7 @@ declare const _default: {
316
311
  locale?: string | undefined;
317
312
  translate?: ((str: string, ...args: any[]) => string) | undefined;
318
313
  }, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
319
- componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
314
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
320
315
  title?: Function | React.ReactNode;
321
316
  className?: string | undefined;
322
317
  placeholder?: Function | React.ReactNode;
@@ -331,7 +326,7 @@ declare const _default: {
331
326
  }, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>, snapshot?: any): void;
332
327
  componentWillMount?(): void;
333
328
  UNSAFE_componentWillMount?(): void;
334
- componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
329
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
335
330
  title?: Function | React.ReactNode;
336
331
  className?: string | undefined;
337
332
  placeholder?: Function | React.ReactNode;
@@ -344,7 +339,7 @@ declare const _default: {
344
339
  locale?: string | undefined;
345
340
  translate?: ((str: string, ...args: any[]) => string) | undefined;
346
341
  }, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
347
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
342
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
348
343
  title?: Function | React.ReactNode;
349
344
  className?: string | undefined;
350
345
  placeholder?: Function | React.ReactNode;
@@ -357,7 +352,7 @@ declare const _default: {
357
352
  locale?: string | undefined;
358
353
  translate?: ((str: string, ...args: any[]) => string) | undefined;
359
354
  }, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
360
- componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
355
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
361
356
  title?: Function | React.ReactNode;
362
357
  className?: string | undefined;
363
358
  placeholder?: Function | React.ReactNode;
@@ -370,7 +365,7 @@ declare const _default: {
370
365
  locale?: string | undefined;
371
366
  translate?: ((str: string, ...args: any[]) => string) | undefined;
372
367
  }, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
373
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
368
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
374
369
  title?: Function | React.ReactNode;
375
370
  className?: string | undefined;
376
371
  placeholder?: Function | React.ReactNode;
@@ -387,7 +382,7 @@ declare const _default: {
387
382
  displayName: string;
388
383
  contextType: React.Context<string>;
389
384
  ComposedComponent: React.ComponentType<{
390
- new (props: Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
385
+ new (props: Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
391
386
  title?: Function | React.ReactNode;
392
387
  className?: string | undefined;
393
388
  placeholder?: Function | React.ReactNode;
@@ -405,7 +400,7 @@ declare const _default: {
405
400
  getWrappedInstance(): any;
406
401
  render(): React.JSX.Element;
407
402
  context: unknown;
408
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
403
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
409
404
  title?: Function | React.ReactNode;
410
405
  className?: string | undefined;
411
406
  placeholder?: Function | React.ReactNode;
@@ -419,7 +414,7 @@ declare const _default: {
419
414
  translate?: ((str: string, ...args: any[]) => string) | undefined;
420
415
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
421
416
  forceUpdate(callback?: (() => void) | undefined): void;
422
- readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
417
+ readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
423
418
  title?: Function | React.ReactNode;
424
419
  className?: string | undefined;
425
420
  placeholder?: Function | React.ReactNode;
@@ -437,7 +432,7 @@ declare const _default: {
437
432
  [key: string]: React.ReactInstance;
438
433
  };
439
434
  componentDidMount?(): void;
440
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
435
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
441
436
  title?: Function | React.ReactNode;
442
437
  className?: string | undefined;
443
438
  placeholder?: Function | React.ReactNode;
@@ -452,7 +447,7 @@ declare const _default: {
452
447
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
453
448
  componentWillUnmount?(): void;
454
449
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
455
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
450
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
456
451
  title?: Function | React.ReactNode;
457
452
  className?: string | undefined;
458
453
  placeholder?: Function | React.ReactNode;
@@ -465,7 +460,7 @@ declare const _default: {
465
460
  locale?: string | undefined;
466
461
  translate?: ((str: string, ...args: any[]) => string) | undefined;
467
462
  }>, prevState: Readonly<{}>): any;
468
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
463
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
469
464
  title?: Function | React.ReactNode;
470
465
  className?: string | undefined;
471
466
  placeholder?: Function | React.ReactNode;
@@ -480,7 +475,7 @@ declare const _default: {
480
475
  }>, prevState: Readonly<{}>, snapshot?: any): void;
481
476
  componentWillMount?(): void;
482
477
  UNSAFE_componentWillMount?(): void;
483
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
478
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
484
479
  title?: Function | React.ReactNode;
485
480
  className?: string | undefined;
486
481
  placeholder?: Function | React.ReactNode;
@@ -493,7 +488,7 @@ declare const _default: {
493
488
  locale?: string | undefined;
494
489
  translate?: ((str: string, ...args: any[]) => string) | undefined;
495
490
  }>, nextContext: any): void;
496
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
491
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
497
492
  title?: Function | React.ReactNode;
498
493
  className?: string | undefined;
499
494
  placeholder?: Function | React.ReactNode;
@@ -506,7 +501,7 @@ declare const _default: {
506
501
  locale?: string | undefined;
507
502
  translate?: ((str: string, ...args: any[]) => string) | undefined;
508
503
  }>, nextContext: any): void;
509
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
504
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
510
505
  title?: Function | React.ReactNode;
511
506
  className?: string | undefined;
512
507
  placeholder?: Function | React.ReactNode;
@@ -519,7 +514,7 @@ declare const _default: {
519
514
  locale?: string | undefined;
520
515
  translate?: ((str: string, ...args: any[]) => string) | undefined;
521
516
  }>, nextState: Readonly<{}>, nextContext: any): void;
522
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
517
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
523
518
  title?: Function | React.ReactNode;
524
519
  className?: string | undefined;
525
520
  placeholder?: Function | React.ReactNode;
@@ -540,7 +535,7 @@ declare const _default: {
540
535
  ComposedComponent: typeof Table;
541
536
  }>;
542
537
  } & import("hoist-non-react-statics").NonReactStatics<{
543
- new (props: Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
538
+ new (props: Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
544
539
  title?: Function | React.ReactNode;
545
540
  className?: string | undefined;
546
541
  placeholder?: Function | React.ReactNode;
@@ -558,7 +553,7 @@ declare const _default: {
558
553
  getWrappedInstance(): any;
559
554
  render(): React.JSX.Element;
560
555
  context: unknown;
561
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
556
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
562
557
  title?: Function | React.ReactNode;
563
558
  className?: string | undefined;
564
559
  placeholder?: Function | React.ReactNode;
@@ -572,7 +567,7 @@ declare const _default: {
572
567
  translate?: ((str: string, ...args: any[]) => string) | undefined;
573
568
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
574
569
  forceUpdate(callback?: (() => void) | undefined): void;
575
- readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
570
+ readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
576
571
  title?: Function | React.ReactNode;
577
572
  className?: string | undefined;
578
573
  placeholder?: Function | React.ReactNode;
@@ -590,7 +585,7 @@ declare const _default: {
590
585
  [key: string]: React.ReactInstance;
591
586
  };
592
587
  componentDidMount?(): void;
593
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
588
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
594
589
  title?: Function | React.ReactNode;
595
590
  className?: string | undefined;
596
591
  placeholder?: Function | React.ReactNode;
@@ -605,7 +600,7 @@ declare const _default: {
605
600
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
606
601
  componentWillUnmount?(): void;
607
602
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
608
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
603
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
609
604
  title?: Function | React.ReactNode;
610
605
  className?: string | undefined;
611
606
  placeholder?: Function | React.ReactNode;
@@ -618,7 +613,7 @@ declare const _default: {
618
613
  locale?: string | undefined;
619
614
  translate?: ((str: string, ...args: any[]) => string) | undefined;
620
615
  }>, prevState: Readonly<{}>): any;
621
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
616
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
622
617
  title?: Function | React.ReactNode;
623
618
  className?: string | undefined;
624
619
  placeholder?: Function | React.ReactNode;
@@ -633,7 +628,7 @@ declare const _default: {
633
628
  }>, prevState: Readonly<{}>, snapshot?: any): void;
634
629
  componentWillMount?(): void;
635
630
  UNSAFE_componentWillMount?(): void;
636
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
631
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
637
632
  title?: Function | React.ReactNode;
638
633
  className?: string | undefined;
639
634
  placeholder?: Function | React.ReactNode;
@@ -646,7 +641,7 @@ declare const _default: {
646
641
  locale?: string | undefined;
647
642
  translate?: ((str: string, ...args: any[]) => string) | undefined;
648
643
  }>, nextContext: any): void;
649
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
644
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
650
645
  title?: Function | React.ReactNode;
651
646
  className?: string | undefined;
652
647
  placeholder?: Function | React.ReactNode;
@@ -659,7 +654,7 @@ declare const _default: {
659
654
  locale?: string | undefined;
660
655
  translate?: ((str: string, ...args: any[]) => string) | undefined;
661
656
  }>, nextContext: any): void;
662
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
657
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
663
658
  title?: Function | React.ReactNode;
664
659
  className?: string | undefined;
665
660
  placeholder?: Function | React.ReactNode;
@@ -672,7 +667,7 @@ declare const _default: {
672
667
  locale?: string | undefined;
673
668
  translate?: ((str: string, ...args: any[]) => string) | undefined;
674
669
  }>, nextState: Readonly<{}>, nextContext: any): void;
675
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
670
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
676
671
  title?: Function | React.ReactNode;
677
672
  className?: string | undefined;
678
673
  placeholder?: Function | React.ReactNode;
@@ -693,7 +688,7 @@ declare const _default: {
693
688
  ComposedComponent: typeof Table;
694
689
  }, {}> & {
695
690
  ComposedComponent: {
696
- new (props: Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
691
+ new (props: Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
697
692
  title?: Function | React.ReactNode;
698
693
  className?: string | undefined;
699
694
  placeholder?: Function | React.ReactNode;
@@ -711,7 +706,7 @@ declare const _default: {
711
706
  getWrappedInstance(): any;
712
707
  render(): React.JSX.Element;
713
708
  context: unknown;
714
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
709
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
715
710
  title?: Function | React.ReactNode;
716
711
  className?: string | undefined;
717
712
  placeholder?: Function | React.ReactNode;
@@ -725,7 +720,7 @@ declare const _default: {
725
720
  translate?: ((str: string, ...args: any[]) => string) | undefined;
726
721
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
727
722
  forceUpdate(callback?: (() => void) | undefined): void;
728
- readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
723
+ readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
729
724
  title?: Function | React.ReactNode;
730
725
  className?: string | undefined;
731
726
  placeholder?: Function | React.ReactNode;
@@ -743,7 +738,7 @@ declare const _default: {
743
738
  [key: string]: React.ReactInstance;
744
739
  };
745
740
  componentDidMount?(): void;
746
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
741
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
747
742
  title?: Function | React.ReactNode;
748
743
  className?: string | undefined;
749
744
  placeholder?: Function | React.ReactNode;
@@ -758,7 +753,7 @@ declare const _default: {
758
753
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
759
754
  componentWillUnmount?(): void;
760
755
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
761
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
756
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
762
757
  title?: Function | React.ReactNode;
763
758
  className?: string | undefined;
764
759
  placeholder?: Function | React.ReactNode;
@@ -771,7 +766,7 @@ declare const _default: {
771
766
  locale?: string | undefined;
772
767
  translate?: ((str: string, ...args: any[]) => string) | undefined;
773
768
  }>, prevState: Readonly<{}>): any;
774
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
769
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
775
770
  title?: Function | React.ReactNode;
776
771
  className?: string | undefined;
777
772
  placeholder?: Function | React.ReactNode;
@@ -786,7 +781,7 @@ declare const _default: {
786
781
  }>, prevState: Readonly<{}>, snapshot?: any): void;
787
782
  componentWillMount?(): void;
788
783
  UNSAFE_componentWillMount?(): void;
789
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
784
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
790
785
  title?: Function | React.ReactNode;
791
786
  className?: string | undefined;
792
787
  placeholder?: Function | React.ReactNode;
@@ -799,7 +794,7 @@ declare const _default: {
799
794
  locale?: string | undefined;
800
795
  translate?: ((str: string, ...args: any[]) => string) | undefined;
801
796
  }>, nextContext: any): void;
802
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
797
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
803
798
  title?: Function | React.ReactNode;
804
799
  className?: string | undefined;
805
800
  placeholder?: Function | React.ReactNode;
@@ -812,7 +807,7 @@ declare const _default: {
812
807
  locale?: string | undefined;
813
808
  translate?: ((str: string, ...args: any[]) => string) | undefined;
814
809
  }>, nextContext: any): void;
815
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
810
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
816
811
  title?: Function | React.ReactNode;
817
812
  className?: string | undefined;
818
813
  placeholder?: Function | React.ReactNode;
@@ -825,7 +820,7 @@ declare const _default: {
825
820
  locale?: string | undefined;
826
821
  translate?: ((str: string, ...args: any[]) => string) | undefined;
827
822
  }>, nextState: Readonly<{}>, nextContext: any): void;
828
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classnames" | "classPrefix" | "footer" | "style" | "theme" | "mobileUI" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & {
823
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "theme" | "classnames" | "classPrefix" | "mobileUI" | "loading" | "size" | "draggable" | "onDrag" | "onSelect" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions" | "autoFillHeight"> & {
829
824
  title?: Function | React.ReactNode;
830
825
  className?: string | undefined;
831
826
  placeholder?: Function | React.ReactNode;