amis-ui 2.6.0 → 2.7.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 (758) hide show
  1. package/esm/_virtual/index.js +8 -0
  2. package/esm/_virtual/react-is.development.js +8 -0
  3. package/esm/_virtual/react-is.production.min.js +8 -0
  4. package/esm/components/404.js +2 -2
  5. package/esm/components/Alert.js +2 -2
  6. package/esm/components/Alert2.js +2 -2
  7. package/esm/components/AnchorNav.js +2 -2
  8. package/esm/components/ArrayInput.js +2 -2
  9. package/esm/components/AsideNav.js +2 -2
  10. package/esm/components/AssociatedSelection.js +2 -2
  11. package/esm/components/Avatar.js +2 -2
  12. package/esm/components/Badge.js +2 -2
  13. package/esm/components/BaiduMapPicker.js +2 -2
  14. package/esm/components/BarCode.js +2 -2
  15. package/esm/components/Breadcrumb.js +2 -2
  16. package/esm/components/Button.js +2 -2
  17. package/esm/components/CalendarMobile.js +2 -2
  18. package/esm/components/Card.js +2 -2
  19. package/esm/components/Cascader.js +2 -2
  20. package/esm/components/ChainedSelection.js +2 -2
  21. package/esm/components/Checkbox.js +2 -2
  22. package/esm/components/CityArea.js +2 -2
  23. package/esm/components/CityDB.js +2 -2
  24. package/esm/components/CodeMirror.js +2 -2
  25. package/esm/components/Collapse.js +5 -3
  26. package/esm/components/CollapseGroup.js +2 -2
  27. package/esm/components/ColorPicker.js +2 -2
  28. package/esm/components/Combo.js +2 -2
  29. package/esm/components/ConfirmBox.js +2 -2
  30. package/esm/components/ContextMenu.js +2 -2
  31. package/esm/components/DatePicker.js +7 -2
  32. package/esm/components/DateRangePicker.d.ts +7 -4
  33. package/esm/components/DateRangePicker.js +5 -6
  34. package/esm/components/DndContainer.d.ts +293 -0
  35. package/esm/components/DndContainer.js +25 -0
  36. package/esm/components/Drawer.js +2 -2
  37. package/esm/components/Editor.js +2 -2
  38. package/esm/components/Form.js +2 -2
  39. package/esm/components/FormField.js +2 -2
  40. package/esm/components/GridNav.js +2 -2
  41. package/esm/components/GroupedSelection.js +4 -4
  42. package/esm/components/Html.js +2 -2
  43. package/esm/components/ImageGallery.d.ts +6 -5
  44. package/esm/components/ImageGallery.js +26 -10
  45. package/esm/components/Input.js +2 -2
  46. package/esm/components/InputBox.js +2 -2
  47. package/esm/components/InputBoxWithSuggestion.js +2 -2
  48. package/esm/components/InputTable.js +2 -2
  49. package/esm/components/Layout.js +2 -2
  50. package/esm/components/Link.js +2 -2
  51. package/esm/components/ListGroup.js +2 -2
  52. package/esm/components/ListMenu.js +2 -2
  53. package/esm/components/LocationPicker.js +2 -2
  54. package/esm/components/Markdown.js +2 -2
  55. package/esm/components/Modal.js +2 -2
  56. package/esm/components/ModalManager.js +2 -2
  57. package/esm/components/MultilineText.js +2 -2
  58. package/esm/components/NumberInput.js +4 -4
  59. package/esm/components/Pagination.js +2 -2
  60. package/esm/components/Picker.js +2 -2
  61. package/esm/components/PickerColumn.js +2 -2
  62. package/esm/components/PickerContainer.js +2 -2
  63. package/esm/components/PopOverContainer.js +2 -2
  64. package/esm/components/PopUp.js +2 -2
  65. package/esm/components/Progress.js +2 -2
  66. package/esm/components/PullRefresh.js +2 -2
  67. package/esm/components/Radios.js +2 -2
  68. package/esm/components/Range.js +2 -2
  69. package/esm/components/Rating.d.ts +12 -55
  70. package/esm/components/Rating.js +32 -16
  71. package/esm/components/ResultBox.d.ts +41 -40
  72. package/esm/components/ResultBox.js +16 -7
  73. package/esm/components/ResultList.d.ts +41 -40
  74. package/esm/components/ResultList.js +4 -4
  75. package/esm/components/ResultTableList.js +2 -2
  76. package/esm/components/ResultTreeList.js +2 -2
  77. package/esm/components/RichText.js +2 -2
  78. package/esm/components/SearchBox.js +2 -2
  79. package/esm/components/Select.d.ts +194 -193
  80. package/esm/components/Select.js +12 -8
  81. package/esm/components/Selection.js +2 -2
  82. package/esm/components/SparkLine.js +2 -2
  83. package/esm/components/Spinner.js +2 -2
  84. package/esm/components/Steps.js +2 -2
  85. package/esm/components/Switch.js +2 -2
  86. package/esm/components/TableSelection.js +2 -2
  87. package/esm/components/Tabs.js +16 -12
  88. package/esm/components/TabsTransfer.d.ts +40 -40
  89. package/esm/components/TabsTransfer.js +2 -2
  90. package/esm/components/TabsTransferPicker.js +2 -2
  91. package/esm/components/Tag.d.ts +14 -10
  92. package/esm/components/Tag.js +22 -2
  93. package/esm/components/Textarea.js +2 -2
  94. package/esm/components/Timeline.js +2 -2
  95. package/esm/components/TimelineItem.js +2 -2
  96. package/esm/components/Tinymce.js +2 -2
  97. package/esm/components/TitleBar.js +2 -2
  98. package/esm/components/Toast.js +3 -3
  99. package/esm/components/Tooltip.js +2 -2
  100. package/esm/components/TooltipWrapper.js +2 -2
  101. package/esm/components/Transfer.d.ts +41 -40
  102. package/esm/components/Transfer.js +4 -4
  103. package/esm/components/TransferDropDown.d.ts +40 -40
  104. package/esm/components/TransferDropDown.js +4 -4
  105. package/esm/components/TransferPicker.js +2 -2
  106. package/esm/components/TransferSearch.js +2 -2
  107. package/esm/components/Tree.js +21 -8
  108. package/esm/components/TreeSelection.js +2 -2
  109. package/esm/components/UserSelect.js +4 -2
  110. package/esm/components/UserTabSelect.js +4 -2
  111. package/esm/components/WithRemoteConfig.js +7 -6
  112. package/esm/components/WithStore.js +2 -2
  113. package/esm/components/calendar/Calendar.js +2 -2
  114. package/esm/components/calendar/CalendarContainer.js +2 -2
  115. package/esm/components/calendar/DaysView.js +2 -2
  116. package/esm/components/calendar/MonthsView.js +2 -2
  117. package/esm/components/calendar/QuartersView.js +2 -2
  118. package/esm/components/calendar/TimeView.js +2 -2
  119. package/esm/components/calendar/YearsView.js +2 -2
  120. package/esm/components/condition-builder/Expression.js +2 -2
  121. package/esm/components/condition-builder/Field.js +2 -2
  122. package/esm/components/condition-builder/Formula.js +2 -2
  123. package/esm/components/condition-builder/Func.js +2 -2
  124. package/esm/components/condition-builder/Group.js +2 -2
  125. package/esm/components/condition-builder/GroupOrItem.js +2 -2
  126. package/esm/components/condition-builder/InputSwitch.js +2 -2
  127. package/esm/components/condition-builder/Item.js +2 -2
  128. package/esm/components/condition-builder/Value.js +2 -2
  129. package/esm/components/condition-builder/config.js +2 -2
  130. package/esm/components/condition-builder/index.js +2 -2
  131. package/esm/components/formula/Editor.js +2 -2
  132. package/esm/components/formula/FuncList.js +2 -2
  133. package/esm/components/formula/Picker.js +2 -2
  134. package/esm/components/formula/VariableList.js +2 -2
  135. package/esm/components/formula/plugin.js +2 -2
  136. package/esm/components/icons.d.ts +2 -1
  137. package/esm/components/icons.js +31 -15
  138. package/esm/components/index.d.ts +3 -1
  139. package/esm/components/json-schema/Array.js +2 -2
  140. package/esm/components/json-schema/Item.js +2 -2
  141. package/esm/components/json-schema/Object.js +2 -2
  142. package/esm/components/json-schema/index.js +2 -2
  143. package/esm/components/menu/MenuContext.d.ts +73 -0
  144. package/esm/components/menu/MenuContext.js +25 -0
  145. package/esm/components/menu/MenuItem.d.ts +84 -0
  146. package/esm/components/menu/MenuItem.js +125 -0
  147. package/esm/components/menu/SubMenu.d.ts +88 -0
  148. package/esm/components/menu/SubMenu.js +141 -0
  149. package/esm/components/menu/index.d.ts +246 -0
  150. package/esm/components/menu/index.js +315 -0
  151. package/esm/components/schema-editor/Array.js +2 -2
  152. package/esm/components/schema-editor/Common.js +2 -2
  153. package/esm/components/schema-editor/Item.js +2 -2
  154. package/esm/components/schema-editor/Object.js +2 -2
  155. package/esm/components/schema-editor/SchemaVariableList.js +2 -2
  156. package/esm/components/schema-editor/SchemaVariableListPicker.js +2 -2
  157. package/esm/components/schema-editor/index.js +2 -2
  158. package/esm/components/table/Cell.js +2 -2
  159. package/esm/components/table/HeadCellDropDown.js +2 -2
  160. package/esm/components/table/HeadCellFilter.js +2 -2
  161. package/esm/components/table/HeadCellSelect.js +2 -2
  162. package/esm/components/table/HeadCellSort.d.ts +2 -0
  163. package/esm/components/table/HeadCellSort.js +25 -17
  164. package/esm/components/table/ItemActionsWrapper.js +2 -2
  165. package/esm/components/table/index.d.ts +1 -0
  166. package/esm/components/table/index.js +16 -9
  167. package/esm/components/virtual-list/AutoSizer.js +2 -2
  168. package/esm/components/virtual-list/SizeAndPositionManager.js +2 -2
  169. package/esm/components/virtual-list/constants.js +2 -2
  170. package/esm/components/virtual-list/index.js +2 -2
  171. package/esm/hooks/use-set-state.js +2 -2
  172. package/esm/hooks/use-sub-form.js +2 -2
  173. package/esm/hooks/use-touch.js +2 -2
  174. package/esm/hooks/use-update-effect.js +2 -2
  175. package/esm/hooks/use-validation-resolver.js +2 -2
  176. package/esm/icons/alert-danger.svg.js +2 -2
  177. package/esm/icons/alert-info.svg.js +2 -2
  178. package/esm/icons/alert-success.svg.js +2 -2
  179. package/esm/icons/alert-warning.svg.js +2 -2
  180. package/esm/icons/back.svg.js +2 -2
  181. package/esm/icons/calendar.svg.js +2 -2
  182. package/esm/icons/caret.svg.js +2 -2
  183. package/esm/icons/check.svg.js +2 -2
  184. package/esm/icons/clock.svg.js +2 -2
  185. package/esm/icons/close-small.svg.js +2 -2
  186. package/esm/icons/close.svg.js +2 -2
  187. package/esm/icons/cloud-upload.svg.js +7 -16
  188. package/esm/icons/column-filter.svg.js +2 -2
  189. package/esm/icons/columns.svg.js +2 -2
  190. package/esm/icons/compress-alt.svg.js +2 -2
  191. package/esm/icons/copy.svg.js +2 -2
  192. package/esm/icons/date.svg.js +2 -2
  193. package/esm/icons/department.svg.js +2 -2
  194. package/esm/icons/desk-empty.svg.js +2 -2
  195. package/esm/icons/dot.svg.js +2 -2
  196. package/esm/icons/down-arrow-bold.svg.js +2 -2
  197. package/esm/icons/down.svg.js +2 -2
  198. package/esm/icons/download.svg.js +2 -2
  199. package/esm/icons/drag-bar.svg.js +2 -2
  200. package/esm/icons/drag.svg.js +2 -2
  201. package/esm/icons/edit.svg.js +2 -2
  202. package/esm/icons/ellipsis-v.svg.js +2 -2
  203. package/esm/icons/enter.svg.js +2 -2
  204. package/esm/icons/exchange.svg.js +2 -2
  205. package/esm/icons/expand-alt.svg.js +2 -2
  206. package/esm/icons/fail.svg.js +12 -10
  207. package/esm/icons/file.svg.js +2 -2
  208. package/esm/icons/filter.svg.js +2 -2
  209. package/esm/icons/folder.svg.js +2 -2
  210. package/esm/icons/function.svg.js +2 -2
  211. package/esm/icons/home.svg.js +2 -2
  212. package/esm/icons/image.svg.js +2 -2
  213. package/esm/icons/info-circle.svg.js +2 -2
  214. package/esm/icons/info.svg.js +2 -2
  215. package/esm/icons/input-clear.svg.js +2 -2
  216. package/esm/icons/invisible.svg.js +2 -2
  217. package/esm/icons/left-arrow.svg.js +2 -2
  218. package/esm/icons/loading-outline.svg.js +2 -2
  219. package/esm/icons/location.svg.js +2 -2
  220. package/esm/icons/menu.svg.js +2 -2
  221. package/esm/icons/minus.svg.js +2 -2
  222. package/esm/icons/move.svg.js +2 -2
  223. package/esm/icons/mute.svg.js +2 -2
  224. package/esm/icons/new-edit.svg.js +2 -2
  225. package/esm/icons/pause.svg.js +2 -2
  226. package/esm/icons/pencil.svg.js +2 -2
  227. package/esm/icons/play.svg.js +2 -2
  228. package/esm/icons/plus-cicle.svg.js +2 -2
  229. package/esm/icons/plus-fine.svg.js +2 -2
  230. package/esm/icons/plus.svg.js +2 -2
  231. package/esm/icons/post.svg.js +2 -2
  232. package/esm/icons/question-mark.svg.js +2 -2
  233. package/esm/icons/question.svg.js +2 -2
  234. package/esm/icons/redo.svg.js +2 -2
  235. package/esm/icons/refresh.svg.js +2 -2
  236. package/esm/icons/reload.svg.js +2 -2
  237. package/esm/icons/remove.svg.js +2 -2
  238. package/esm/icons/retry.svg.js +2 -2
  239. package/esm/icons/right-arrow-bold.svg.js +2 -2
  240. package/esm/icons/right-arrow.svg.js +2 -2
  241. package/esm/icons/right-double-arrow.svg.js +2 -2
  242. package/esm/icons/role.svg.js +2 -2
  243. package/esm/icons/rotate-left.svg.js +2 -2
  244. package/esm/icons/rotate-right.svg.js +2 -2
  245. package/esm/icons/scale-origin.svg.js +2 -2
  246. package/esm/icons/schedule.svg.js +2 -2
  247. package/esm/icons/search.svg.js +2 -2
  248. package/esm/icons/setting.svg.js +2 -2
  249. package/esm/icons/slider-handle-icon.svg.js +2 -2
  250. package/esm/icons/sort-asc.svg.js +2 -2
  251. package/esm/icons/sort-default.svg.js +2 -2
  252. package/esm/icons/sort-desc.svg.js +2 -2
  253. package/esm/icons/star.svg.js +2 -2
  254. package/esm/icons/status-close.svg.js +2 -2
  255. package/esm/icons/steps-finsh.svg.js +2 -2
  256. package/esm/icons/success.svg.js +14 -12
  257. package/esm/icons/transparent.svg.js +2 -2
  258. package/esm/icons/trash.svg.js +2 -2
  259. package/esm/icons/tree-down.svg.js +2 -2
  260. package/esm/icons/undo.svg.js +2 -2
  261. package/esm/icons/upload.svg.js +2 -2
  262. package/esm/icons/user-remove.svg.js +2 -2
  263. package/esm/icons/view.svg.js +2 -2
  264. package/esm/icons/volume.svg.js +2 -2
  265. package/esm/icons/warning-mark.svg.js +2 -2
  266. package/esm/icons/warning.svg.js +2 -2
  267. package/esm/icons/window-restore.svg.js +2 -2
  268. package/esm/icons/zoom-in.svg.js +2 -2
  269. package/esm/icons/zoom-out.svg.js +2 -2
  270. package/esm/index.js +4 -2
  271. package/esm/locale/de-DE.js +2 -2
  272. package/esm/locale/en-US.js +2 -2
  273. package/esm/locale/zh-CN.js +2 -2
  274. package/esm/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +14 -0
  275. package/esm/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +10 -0
  276. package/esm/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +13 -0
  277. package/esm/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +12 -0
  278. package/esm/node_modules/@babel/runtime/helpers/esm/createClass.js +26 -0
  279. package/esm/node_modules/@babel/runtime/helpers/esm/createSuper.js +25 -0
  280. package/esm/node_modules/@babel/runtime/helpers/esm/defineProperty.js +23 -0
  281. package/esm/node_modules/@babel/runtime/helpers/esm/extends.js +21 -0
  282. package/esm/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +13 -0
  283. package/esm/node_modules/@babel/runtime/helpers/esm/inherits.js +25 -0
  284. package/esm/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +18 -0
  285. package/esm/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +36 -0
  286. package/esm/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +10 -0
  287. package/esm/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +30 -0
  288. package/esm/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +24 -0
  289. package/esm/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +19 -0
  290. package/esm/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +18 -0
  291. package/esm/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +14 -0
  292. package/esm/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +15 -0
  293. package/esm/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +19 -0
  294. package/esm/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +14 -0
  295. package/esm/node_modules/@babel/runtime/helpers/esm/typeof.js +16 -0
  296. package/esm/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +17 -0
  297. package/esm/node_modules/rc-overflow/es/Item.js +90 -0
  298. package/esm/node_modules/rc-overflow/es/Overflow.js +341 -0
  299. package/esm/node_modules/rc-overflow/es/RawItem.js +48 -0
  300. package/esm/node_modules/rc-overflow/es/hooks/useBatchFrameState.js +51 -0
  301. package/esm/node_modules/rc-overflow/es/index.js +7 -0
  302. package/esm/node_modules/rc-resize-observer/es/Collection.js +41 -0
  303. package/esm/node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.js +37 -0
  304. package/esm/node_modules/rc-resize-observer/es/SingleObserver/index.js +108 -0
  305. package/esm/node_modules/rc-resize-observer/es/index.js +37 -0
  306. package/esm/node_modules/rc-resize-observer/es/utils/observerUtil.js +48 -0
  307. package/esm/node_modules/rc-util/es/Children/toArray.js +28 -0
  308. package/esm/node_modules/rc-util/es/Dom/canUseDom.js +10 -0
  309. package/esm/node_modules/rc-util/es/Dom/findDOMNode.js +22 -0
  310. package/esm/node_modules/rc-util/es/hooks/useLayoutEffect.js +14 -0
  311. package/esm/node_modules/rc-util/es/hooks/useState.js +35 -0
  312. package/esm/node_modules/rc-util/es/raf.js +55 -0
  313. package/esm/node_modules/rc-util/es/ref.js +55 -0
  314. package/esm/node_modules/rc-util/es/warning.js +15 -0
  315. package/esm/node_modules/rc-util/node_modules/react-is/cjs/react-is.development.js +195 -0
  316. package/esm/node_modules/rc-util/node_modules/react-is/cjs/react-is.production.min.js +31 -0
  317. package/esm/node_modules/rc-util/node_modules/react-is/index.js +17 -0
  318. package/esm/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +933 -0
  319. package/esm/themes/ang.js +2 -2
  320. package/esm/themes/antd.js +2 -2
  321. package/esm/themes/cxd.js +2 -2
  322. package/esm/themes/dark.js +2 -2
  323. package/lib/_virtual/index.js +12 -0
  324. package/lib/_virtual/react-is.development.js +12 -0
  325. package/lib/_virtual/react-is.production.min.js +12 -0
  326. package/lib/components/404.js +2 -2
  327. package/lib/components/Alert.d.ts +40 -40
  328. package/lib/components/Alert.js +2 -2
  329. package/lib/components/Alert2.d.ts +10 -10
  330. package/lib/components/Alert2.js +2 -2
  331. package/lib/components/AnchorNav.d.ts +10 -10
  332. package/lib/components/AnchorNav.js +2 -2
  333. package/lib/components/ArrayInput.d.ts +40 -40
  334. package/lib/components/ArrayInput.js +2 -2
  335. package/lib/components/AsideNav.d.ts +10 -10
  336. package/lib/components/AsideNav.js +2 -2
  337. package/lib/components/AssociatedSelection.d.ts +40 -40
  338. package/lib/components/AssociatedSelection.js +2 -2
  339. package/lib/components/Avatar.d.ts +10 -10
  340. package/lib/components/Avatar.js +2 -2
  341. package/lib/components/Badge.js +2 -2
  342. package/lib/components/BaiduMapPicker.js +2 -2
  343. package/lib/components/BarCode.js +2 -2
  344. package/lib/components/Breadcrumb.js +2 -2
  345. package/lib/components/Button.d.ts +10 -10
  346. package/lib/components/Button.js +2 -2
  347. package/lib/components/CalendarMobile.d.ts +40 -40
  348. package/lib/components/CalendarMobile.js +2 -2
  349. package/lib/components/Card.d.ts +10 -10
  350. package/lib/components/Card.js +2 -2
  351. package/lib/components/Cascader.js +2 -2
  352. package/lib/components/ChainedSelection.d.ts +40 -40
  353. package/lib/components/ChainedSelection.js +2 -2
  354. package/lib/components/Checkbox.d.ts +10 -10
  355. package/lib/components/Checkbox.js +2 -2
  356. package/lib/components/CityArea.js +2 -2
  357. package/lib/components/CityDB.js +2 -2
  358. package/lib/components/CodeMirror.js +2 -2
  359. package/lib/components/Collapse.d.ts +10 -10
  360. package/lib/components/Collapse.js +5 -3
  361. package/lib/components/CollapseGroup.d.ts +10 -10
  362. package/lib/components/CollapseGroup.js +2 -2
  363. package/lib/components/ColorPicker.d.ts +40 -40
  364. package/lib/components/ColorPicker.js +2 -2
  365. package/lib/components/Combo.js +2 -2
  366. package/lib/components/ConfirmBox.d.ts +40 -40
  367. package/lib/components/ConfirmBox.js +2 -2
  368. package/lib/components/ContextMenu.js +2 -2
  369. package/lib/components/DatePicker.d.ts +81 -81
  370. package/lib/components/DatePicker.js +7 -2
  371. package/lib/components/DateRangePicker.d.ts +47 -44
  372. package/lib/components/DateRangePicker.js +5 -6
  373. package/lib/components/DndContainer.d.ts +293 -0
  374. package/lib/components/DndContainer.js +34 -0
  375. package/lib/components/Drawer.d.ts +10 -10
  376. package/lib/components/Drawer.js +2 -2
  377. package/lib/components/Editor.d.ts +40 -40
  378. package/lib/components/Editor.js +2 -2
  379. package/lib/components/Form.js +2 -2
  380. package/lib/components/FormField.js +2 -2
  381. package/lib/components/GridNav.js +2 -2
  382. package/lib/components/GroupedSelection.d.ts +40 -40
  383. package/lib/components/GroupedSelection.js +4 -4
  384. package/lib/components/Html.js +2 -2
  385. package/lib/components/ImageGallery.d.ts +46 -45
  386. package/lib/components/ImageGallery.js +26 -10
  387. package/lib/components/Input.js +2 -2
  388. package/lib/components/InputBox.d.ts +10 -10
  389. package/lib/components/InputBox.js +2 -2
  390. package/lib/components/InputBoxWithSuggestion.js +2 -2
  391. package/lib/components/InputTable.js +2 -2
  392. package/lib/components/Layout.d.ts +10 -10
  393. package/lib/components/Layout.js +2 -2
  394. package/lib/components/Link.js +2 -2
  395. package/lib/components/ListGroup.d.ts +10 -10
  396. package/lib/components/ListGroup.js +2 -2
  397. package/lib/components/ListMenu.d.ts +40 -40
  398. package/lib/components/ListMenu.js +2 -2
  399. package/lib/components/LocationPicker.d.ts +40 -40
  400. package/lib/components/LocationPicker.js +2 -2
  401. package/lib/components/Markdown.js +2 -2
  402. package/lib/components/Modal.d.ts +40 -40
  403. package/lib/components/Modal.js +2 -2
  404. package/lib/components/ModalManager.js +2 -2
  405. package/lib/components/MonthRangePicker.d.ts +40 -40
  406. package/lib/components/MultilineText.d.ts +40 -40
  407. package/lib/components/MultilineText.js +2 -2
  408. package/lib/components/NumberInput.d.ts +10 -10
  409. package/lib/components/NumberInput.js +4 -4
  410. package/lib/components/Pagination.d.ts +40 -40
  411. package/lib/components/Pagination.js +2 -2
  412. package/lib/components/Picker.js +2 -2
  413. package/lib/components/PickerColumn.js +2 -2
  414. package/lib/components/PickerContainer.js +2 -2
  415. package/lib/components/PopOverContainer.js +2 -2
  416. package/lib/components/PopUp.d.ts +40 -40
  417. package/lib/components/PopUp.js +2 -2
  418. package/lib/components/Progress.d.ts +10 -10
  419. package/lib/components/Progress.js +2 -2
  420. package/lib/components/PullRefresh.js +2 -2
  421. package/lib/components/Radios.d.ts +10 -10
  422. package/lib/components/Radios.js +2 -2
  423. package/lib/components/Range.js +2 -2
  424. package/lib/components/Rating.d.ts +22 -65
  425. package/lib/components/Rating.js +32 -16
  426. package/lib/components/ResultBox.d.ts +41 -40
  427. package/lib/components/ResultBox.js +16 -7
  428. package/lib/components/ResultList.d.ts +41 -40
  429. package/lib/components/ResultList.js +4 -4
  430. package/lib/components/ResultTableList.d.ts +40 -40
  431. package/lib/components/ResultTableList.js +2 -2
  432. package/lib/components/ResultTreeList.d.ts +40 -40
  433. package/lib/components/ResultTreeList.js +2 -2
  434. package/lib/components/RichText.js +2 -2
  435. package/lib/components/SearchBox.d.ts +40 -40
  436. package/lib/components/SearchBox.js +2 -2
  437. package/lib/components/Select.d.ts +194 -193
  438. package/lib/components/Select.js +12 -8
  439. package/lib/components/Selection.d.ts +40 -40
  440. package/lib/components/Selection.js +2 -2
  441. package/lib/components/SparkLine.d.ts +40 -40
  442. package/lib/components/SparkLine.js +2 -2
  443. package/lib/components/Spinner.d.ts +10 -10
  444. package/lib/components/Spinner.js +2 -2
  445. package/lib/components/Steps.js +2 -2
  446. package/lib/components/Switch.d.ts +10 -10
  447. package/lib/components/Switch.js +2 -2
  448. package/lib/components/TableSelection.d.ts +40 -40
  449. package/lib/components/TableSelection.js +2 -2
  450. package/lib/components/Tabs.d.ts +40 -40
  451. package/lib/components/Tabs.js +16 -12
  452. package/lib/components/TabsTransfer.d.ts +40 -40
  453. package/lib/components/TabsTransfer.js +2 -2
  454. package/lib/components/TabsTransferPicker.js +2 -2
  455. package/lib/components/Tag.d.ts +14 -10
  456. package/lib/components/Tag.js +22 -2
  457. package/lib/components/Textarea.d.ts +40 -40
  458. package/lib/components/Textarea.js +2 -2
  459. package/lib/components/Timeline.js +2 -2
  460. package/lib/components/TimelineItem.js +2 -2
  461. package/lib/components/Tinymce.js +2 -2
  462. package/lib/components/TitleBar.js +2 -2
  463. package/lib/components/Toast.d.ts +40 -40
  464. package/lib/components/Toast.js +3 -3
  465. package/lib/components/Tooltip.js +2 -2
  466. package/lib/components/TooltipWrapper.d.ts +10 -10
  467. package/lib/components/TooltipWrapper.js +2 -2
  468. package/lib/components/Transfer.d.ts +50 -49
  469. package/lib/components/Transfer.js +4 -4
  470. package/lib/components/TransferDropDown.d.ts +40 -40
  471. package/lib/components/TransferDropDown.js +4 -4
  472. package/lib/components/TransferPicker.js +2 -2
  473. package/lib/components/TransferSearch.js +2 -2
  474. package/lib/components/Tree.d.ts +40 -40
  475. package/lib/components/Tree.js +21 -8
  476. package/lib/components/TreeSelection.d.ts +40 -40
  477. package/lib/components/TreeSelection.js +2 -2
  478. package/lib/components/UserSelect.d.ts +40 -40
  479. package/lib/components/UserSelect.js +4 -2
  480. package/lib/components/UserTabSelect.d.ts +40 -40
  481. package/lib/components/UserTabSelect.js +4 -2
  482. package/lib/components/WithRemoteConfig.js +7 -6
  483. package/lib/components/WithStore.js +2 -2
  484. package/lib/components/calendar/Calendar.js +2 -2
  485. package/lib/components/calendar/CalendarContainer.js +2 -2
  486. package/lib/components/calendar/DaysView.js +2 -2
  487. package/lib/components/calendar/MonthsView.js +2 -2
  488. package/lib/components/calendar/QuartersView.js +2 -2
  489. package/lib/components/calendar/TimeView.js +2 -2
  490. package/lib/components/calendar/YearsView.js +2 -2
  491. package/lib/components/condition-builder/Expression.js +2 -2
  492. package/lib/components/condition-builder/Field.js +2 -2
  493. package/lib/components/condition-builder/Formula.js +2 -2
  494. package/lib/components/condition-builder/Func.js +2 -2
  495. package/lib/components/condition-builder/Group.js +2 -2
  496. package/lib/components/condition-builder/GroupOrItem.js +2 -2
  497. package/lib/components/condition-builder/InputSwitch.js +2 -2
  498. package/lib/components/condition-builder/Item.js +2 -2
  499. package/lib/components/condition-builder/Value.js +2 -2
  500. package/lib/components/condition-builder/config.js +2 -2
  501. package/lib/components/condition-builder/index.d.ts +1 -1
  502. package/lib/components/condition-builder/index.js +2 -2
  503. package/lib/components/formula/Editor.d.ts +40 -40
  504. package/lib/components/formula/Editor.js +2 -2
  505. package/lib/components/formula/FuncList.js +2 -2
  506. package/lib/components/formula/Picker.d.ts +40 -40
  507. package/lib/components/formula/Picker.js +2 -2
  508. package/lib/components/formula/VariableList.js +2 -2
  509. package/lib/components/formula/plugin.js +2 -2
  510. package/lib/components/icons.d.ts +2 -1
  511. package/lib/components/icons.js +30 -14
  512. package/lib/components/index.d.ts +3 -1
  513. package/lib/components/json-schema/Array.js +2 -2
  514. package/lib/components/json-schema/Item.js +2 -2
  515. package/lib/components/json-schema/Object.js +2 -2
  516. package/lib/components/json-schema/index.js +2 -2
  517. package/lib/components/menu/MenuContext.d.ts +73 -0
  518. package/lib/components/menu/MenuContext.js +29 -0
  519. package/lib/components/menu/MenuItem.d.ts +84 -0
  520. package/lib/components/menu/MenuItem.js +135 -0
  521. package/lib/components/menu/SubMenu.d.ts +88 -0
  522. package/lib/components/menu/SubMenu.js +151 -0
  523. package/lib/components/menu/index.d.ts +246 -0
  524. package/lib/components/menu/index.js +328 -0
  525. package/lib/components/schema-editor/Array.js +2 -2
  526. package/lib/components/schema-editor/Common.js +2 -2
  527. package/lib/components/schema-editor/Item.js +2 -2
  528. package/lib/components/schema-editor/Object.js +2 -2
  529. package/lib/components/schema-editor/SchemaVariableList.js +2 -2
  530. package/lib/components/schema-editor/SchemaVariableListPicker.js +2 -2
  531. package/lib/components/schema-editor/index.d.ts +40 -40
  532. package/lib/components/schema-editor/index.js +2 -2
  533. package/lib/components/table/Cell.d.ts +40 -40
  534. package/lib/components/table/Cell.js +2 -2
  535. package/lib/components/table/HeadCellDropDown.js +2 -2
  536. package/lib/components/table/HeadCellFilter.d.ts +40 -40
  537. package/lib/components/table/HeadCellFilter.js +2 -2
  538. package/lib/components/table/HeadCellSelect.d.ts +40 -40
  539. package/lib/components/table/HeadCellSelect.js +2 -2
  540. package/lib/components/table/HeadCellSort.d.ts +2 -0
  541. package/lib/components/table/HeadCellSort.js +25 -17
  542. package/lib/components/table/ItemActionsWrapper.js +2 -2
  543. package/lib/components/table/index.d.ts +41 -40
  544. package/lib/components/table/index.js +16 -9
  545. package/lib/components/virtual-list/AutoSizer.js +2 -2
  546. package/lib/components/virtual-list/SizeAndPositionManager.js +2 -2
  547. package/lib/components/virtual-list/constants.js +2 -2
  548. package/lib/components/virtual-list/index.js +2 -2
  549. package/lib/hooks/use-set-state.js +2 -2
  550. package/lib/hooks/use-sub-form.js +2 -2
  551. package/lib/hooks/use-touch.js +2 -2
  552. package/lib/hooks/use-update-effect.js +2 -2
  553. package/lib/hooks/use-validation-resolver.js +2 -2
  554. package/lib/icons/alert-danger.svg.js +2 -2
  555. package/lib/icons/alert-info.svg.js +2 -2
  556. package/lib/icons/alert-success.svg.js +2 -2
  557. package/lib/icons/alert-warning.svg.js +2 -2
  558. package/lib/icons/back.svg.js +2 -2
  559. package/lib/icons/calendar.svg.js +2 -2
  560. package/lib/icons/caret.svg.js +2 -2
  561. package/lib/icons/check.svg.js +2 -2
  562. package/lib/icons/clock.svg.js +2 -2
  563. package/lib/icons/close-small.svg.js +2 -2
  564. package/lib/icons/close.svg.js +2 -2
  565. package/lib/icons/cloud-upload.svg.js +7 -16
  566. package/lib/icons/column-filter.svg.js +2 -2
  567. package/lib/icons/columns.svg.js +2 -2
  568. package/lib/icons/compress-alt.svg.js +2 -2
  569. package/lib/icons/copy.svg.js +2 -2
  570. package/lib/icons/date.svg.js +2 -2
  571. package/lib/icons/department.svg.js +2 -2
  572. package/lib/icons/desk-empty.svg.js +2 -2
  573. package/lib/icons/dot.svg.js +2 -2
  574. package/lib/icons/down-arrow-bold.svg.js +2 -2
  575. package/lib/icons/down.svg.js +2 -2
  576. package/lib/icons/download.svg.js +2 -2
  577. package/lib/icons/drag-bar.svg.js +2 -2
  578. package/lib/icons/drag.svg.js +2 -2
  579. package/lib/icons/edit.svg.js +2 -2
  580. package/lib/icons/ellipsis-v.svg.js +2 -2
  581. package/lib/icons/enter.svg.js +2 -2
  582. package/lib/icons/exchange.svg.js +2 -2
  583. package/lib/icons/expand-alt.svg.js +2 -2
  584. package/lib/icons/fail.svg.js +12 -10
  585. package/lib/icons/file.svg.js +2 -2
  586. package/lib/icons/filter.svg.js +2 -2
  587. package/lib/icons/folder.svg.js +2 -2
  588. package/lib/icons/function.svg.js +2 -2
  589. package/lib/icons/home.svg.js +2 -2
  590. package/lib/icons/image.svg.js +2 -2
  591. package/lib/icons/info-circle.svg.js +2 -2
  592. package/lib/icons/info.svg.js +2 -2
  593. package/lib/icons/input-clear.svg.js +2 -2
  594. package/lib/icons/invisible.svg.js +2 -2
  595. package/lib/icons/left-arrow.svg.js +2 -2
  596. package/lib/icons/loading-outline.svg.js +2 -2
  597. package/lib/icons/location.svg.js +2 -2
  598. package/lib/icons/menu.svg.js +2 -2
  599. package/lib/icons/minus.svg.js +2 -2
  600. package/lib/icons/move.svg.js +2 -2
  601. package/lib/icons/mute.svg.js +2 -2
  602. package/lib/icons/new-edit.svg.js +2 -2
  603. package/lib/icons/pause.svg.js +2 -2
  604. package/lib/icons/pencil.svg.js +2 -2
  605. package/lib/icons/play.svg.js +2 -2
  606. package/lib/icons/plus-cicle.svg.js +2 -2
  607. package/lib/icons/plus-fine.svg.js +2 -2
  608. package/lib/icons/plus.svg.js +2 -2
  609. package/lib/icons/post.svg.js +2 -2
  610. package/lib/icons/question-mark.svg.js +2 -2
  611. package/lib/icons/question.svg.js +2 -2
  612. package/lib/icons/redo.svg.js +2 -2
  613. package/lib/icons/refresh.svg.js +2 -2
  614. package/lib/icons/reload.svg.js +2 -2
  615. package/lib/icons/remove.svg.js +2 -2
  616. package/lib/icons/retry.svg.js +2 -2
  617. package/lib/icons/right-arrow-bold.svg.js +2 -2
  618. package/lib/icons/right-arrow.svg.js +2 -2
  619. package/lib/icons/right-double-arrow.svg.js +2 -2
  620. package/lib/icons/role.svg.js +2 -2
  621. package/lib/icons/rotate-left.svg.js +2 -2
  622. package/lib/icons/rotate-right.svg.js +2 -2
  623. package/lib/icons/scale-origin.svg.js +2 -2
  624. package/lib/icons/schedule.svg.js +2 -2
  625. package/lib/icons/search.svg.js +2 -2
  626. package/lib/icons/setting.svg.js +2 -2
  627. package/lib/icons/slider-handle-icon.svg.js +2 -2
  628. package/lib/icons/sort-asc.svg.js +2 -2
  629. package/lib/icons/sort-default.svg.js +2 -2
  630. package/lib/icons/sort-desc.svg.js +2 -2
  631. package/lib/icons/star.svg.js +2 -2
  632. package/lib/icons/status-close.svg.js +2 -2
  633. package/lib/icons/steps-finsh.svg.js +2 -2
  634. package/lib/icons/success.svg.js +29 -27
  635. package/lib/icons/transparent.svg.js +2 -2
  636. package/lib/icons/trash.svg.js +2 -2
  637. package/lib/icons/tree-down.svg.js +2 -2
  638. package/lib/icons/undo.svg.js +2 -2
  639. package/lib/icons/upload.svg.js +2 -2
  640. package/lib/icons/user-remove.svg.js +2 -2
  641. package/lib/icons/view.svg.js +2 -2
  642. package/lib/icons/volume.svg.js +2 -2
  643. package/lib/icons/warning-mark.svg.js +2 -2
  644. package/lib/icons/warning.svg.js +2 -2
  645. package/lib/icons/window-restore.svg.js +2 -2
  646. package/lib/icons/zoom-in.svg.js +2 -2
  647. package/lib/icons/zoom-out.svg.js +2 -2
  648. package/lib/index.js +6 -2
  649. package/lib/locale/de-DE.js +2 -2
  650. package/lib/locale/en-US.js +2 -2
  651. package/lib/locale/zh-CN.js +2 -2
  652. package/lib/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +18 -0
  653. package/lib/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +14 -0
  654. package/lib/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +17 -0
  655. package/lib/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +16 -0
  656. package/lib/node_modules/@babel/runtime/helpers/esm/createClass.js +30 -0
  657. package/lib/node_modules/@babel/runtime/helpers/esm/createSuper.js +29 -0
  658. package/lib/node_modules/@babel/runtime/helpers/esm/defineProperty.js +27 -0
  659. package/lib/node_modules/@babel/runtime/helpers/esm/extends.js +25 -0
  660. package/lib/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +17 -0
  661. package/lib/node_modules/@babel/runtime/helpers/esm/inherits.js +29 -0
  662. package/lib/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +22 -0
  663. package/lib/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +40 -0
  664. package/lib/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +14 -0
  665. package/lib/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +34 -0
  666. package/lib/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +28 -0
  667. package/lib/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +23 -0
  668. package/lib/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +22 -0
  669. package/lib/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +18 -0
  670. package/lib/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +19 -0
  671. package/lib/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +23 -0
  672. package/lib/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +18 -0
  673. package/lib/node_modules/@babel/runtime/helpers/esm/typeof.js +20 -0
  674. package/lib/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +21 -0
  675. package/lib/node_modules/rc-overflow/es/Item.js +117 -0
  676. package/lib/node_modules/rc-overflow/es/Overflow.js +368 -0
  677. package/lib/node_modules/rc-overflow/es/RawItem.js +75 -0
  678. package/lib/node_modules/rc-overflow/es/hooks/useBatchFrameState.js +55 -0
  679. package/lib/node_modules/rc-overflow/es/index.js +14 -0
  680. package/lib/node_modules/rc-resize-observer/es/Collection.js +66 -0
  681. package/lib/node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.js +61 -0
  682. package/lib/node_modules/rc-resize-observer/es/SingleObserver/index.js +132 -0
  683. package/lib/node_modules/rc-resize-observer/es/index.js +61 -0
  684. package/lib/node_modules/rc-resize-observer/es/utils/observerUtil.js +53 -0
  685. package/lib/node_modules/rc-util/es/Children/toArray.js +36 -0
  686. package/lib/node_modules/rc-util/es/Dom/canUseDom.js +14 -0
  687. package/lib/node_modules/rc-util/es/Dom/findDOMNode.js +31 -0
  688. package/lib/node_modules/rc-util/es/hooks/useLayoutEffect.js +38 -0
  689. package/lib/node_modules/rc-util/es/hooks/useState.js +59 -0
  690. package/lib/node_modules/rc-util/es/raf.js +59 -0
  691. package/lib/node_modules/rc-util/es/ref.js +61 -0
  692. package/lib/node_modules/rc-util/es/warning.js +19 -0
  693. package/lib/node_modules/rc-util/node_modules/react-is/cjs/react-is.development.js +199 -0
  694. package/lib/node_modules/rc-util/node_modules/react-is/cjs/react-is.production.min.js +35 -0
  695. package/lib/node_modules/rc-util/node_modules/react-is/index.js +19 -0
  696. package/lib/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +937 -0
  697. package/lib/{scss → packages/amis-ui/scss}/helper.scss.js +2 -2
  698. package/lib/{scss → packages/amis-ui/scss}/themes/ang.scss.js +2 -2
  699. package/lib/{scss → packages/amis-ui/scss}/themes/antd.scss.js +2 -2
  700. package/lib/{scss → packages/amis-ui/scss}/themes/cxd.scss.js +2 -2
  701. package/lib/{scss → packages/amis-ui/scss}/themes/dark.scss.js +2 -2
  702. package/lib/{scss → packages/amis-ui/scss}/themes/default.scss.js +2 -2
  703. package/lib/themes/ang.css +4130 -873
  704. package/lib/themes/ang.js +2 -2
  705. package/lib/themes/antd.css +4130 -873
  706. package/lib/themes/antd.js +2 -2
  707. package/lib/themes/cxd.css +4131 -873
  708. package/lib/themes/cxd.js +2 -2
  709. package/lib/themes/dark.css +4130 -873
  710. package/lib/themes/dark.js +2 -2
  711. package/lib/themes/default.css +4131 -873
  712. package/package.json +5 -3
  713. package/scss/_components.scss +1752 -72
  714. package/scss/_mixins.scss +15 -6
  715. package/scss/_properties.scss +60 -314
  716. package/scss/base/_typography.scss +13 -0
  717. package/scss/components/_anchor-nav.scss +3 -3
  718. package/scss/components/_array-input.scss +1 -0
  719. package/scss/components/_button.scss +5 -0
  720. package/scss/components/_collapse-group.scss +2 -1
  721. package/scss/components/_collapse.scss +49 -35
  722. package/scss/components/_divider.scss +3 -3
  723. package/scss/components/_formula.scss +9 -1
  724. package/scss/components/_link.scss +15 -1
  725. package/scss/components/_menu.scss +1153 -0
  726. package/scss/components/_nav.scss +137 -82
  727. package/scss/components/_panel.scss +44 -17
  728. package/scss/components/_result-box.scss +4 -0
  729. package/scss/components/_tabs.scss +405 -137
  730. package/scss/components/form/_checks.scss +174 -14
  731. package/scss/components/form/_combo.scss +1 -0
  732. package/scss/components/form/_file.scss +59 -14
  733. package/scss/components/form/_form.scss +27 -28
  734. package/scss/components/form/_image.scss +95 -50
  735. package/scss/components/form/_list.scss +84 -1
  736. package/scss/components/form/_number.scss +247 -25
  737. package/scss/components/form/_range.scss +35 -13
  738. package/scss/components/form/_rating.scss +9 -3
  739. package/scss/components/form/_switch.scss +45 -47
  740. package/scss/components/form/_tag.scss +1 -0
  741. package/scss/components/form/_text.scss +189 -13
  742. package/scss/components/form/_textarea.scss +7 -9
  743. package/scss/components/form/_tree.scss +7 -2
  744. package/scss/themes/_ang-variables.scss +50 -50
  745. package/scss/themes/_antd-variables.scss +50 -50
  746. package/scss/themes/_common.scss +1 -0
  747. package/scss/themes/_cxd-variables.scss +51 -50
  748. package/scss/themes/_dark-variables.scss +50 -50
  749. package/esm/icons/check-circle.svg.js +0 -29
  750. package/esm/icons/status-fail.svg.js +0 -22
  751. package/esm/icons/status-info.svg.js +0 -26
  752. package/esm/icons/status-success.svg.js +0 -22
  753. package/esm/icons/status-warning.svg.js +0 -26
  754. package/lib/icons/check-circle.svg.js +0 -53
  755. package/lib/icons/status-fail.svg.js +0 -46
  756. package/lib/icons/status-info.svg.js +0 -50
  757. package/lib/icons/status-success.svg.js +0 -46
  758. package/lib/icons/status-warning.svg.js +0 -50
@@ -130,6 +130,7 @@ export interface TableState {
130
130
  record: any;
131
131
  target: HTMLTableRowElement;
132
132
  } | null;
133
+ sort?: SortProps;
133
134
  }
134
135
  export declare class Table extends React.PureComponent<TableProps, TableState> {
135
136
  static defaultProps: {
@@ -224,7 +225,7 @@ export declare class Table extends React.PureComponent<TableProps, TableState> {
224
225
  render(): JSX.Element;
225
226
  }
226
227
  declare const _default: {
227
- new (props: Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
228
+ new (props: Omit<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
228
229
  title: string;
229
230
  className: string;
230
231
  dataSource: never[];
@@ -241,7 +242,7 @@ declare const _default: {
241
242
  getWrappedInstance(): any;
242
243
  render(): JSX.Element;
243
244
  context: any;
244
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
245
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
245
246
  title: string;
246
247
  className: string;
247
248
  dataSource: never[];
@@ -254,7 +255,7 @@ declare const _default: {
254
255
  translate?: ((str: string, ...args: any[]) => string) | undefined;
255
256
  }, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
256
257
  forceUpdate(callback?: (() => void) | undefined): void;
257
- readonly props: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
258
+ readonly props: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
258
259
  title: string;
259
260
  className: string;
260
261
  dataSource: never[];
@@ -273,7 +274,7 @@ declare const _default: {
273
274
  [key: string]: React.ReactInstance;
274
275
  };
275
276
  componentDidMount?(): void;
276
- shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
277
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
277
278
  title: string;
278
279
  className: string;
279
280
  dataSource: never[];
@@ -287,7 +288,7 @@ declare const _default: {
287
288
  }, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
288
289
  componentWillUnmount?(): void;
289
290
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
290
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
291
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
291
292
  title: string;
292
293
  className: string;
293
294
  dataSource: never[];
@@ -299,7 +300,7 @@ declare const _default: {
299
300
  locale?: string | undefined;
300
301
  translate?: ((str: string, ...args: any[]) => string) | undefined;
301
302
  }, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
302
- componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
303
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
303
304
  title: string;
304
305
  className: string;
305
306
  dataSource: never[];
@@ -313,7 +314,7 @@ declare const _default: {
313
314
  }, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
314
315
  componentWillMount?(): void;
315
316
  UNSAFE_componentWillMount?(): void;
316
- componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
317
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
317
318
  title: string;
318
319
  className: string;
319
320
  dataSource: never[];
@@ -325,7 +326,7 @@ declare const _default: {
325
326
  locale?: string | undefined;
326
327
  translate?: ((str: string, ...args: any[]) => string) | undefined;
327
328
  }, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
328
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
329
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
329
330
  title: string;
330
331
  className: string;
331
332
  dataSource: never[];
@@ -337,7 +338,7 @@ declare const _default: {
337
338
  locale?: string | undefined;
338
339
  translate?: ((str: string, ...args: any[]) => string) | undefined;
339
340
  }, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
340
- componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
341
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
341
342
  title: string;
342
343
  className: string;
343
344
  dataSource: never[];
@@ -349,7 +350,7 @@ declare const _default: {
349
350
  locale?: string | undefined;
350
351
  translate?: ((str: string, ...args: any[]) => string) | undefined;
351
352
  }, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
352
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
353
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
353
354
  title: string;
354
355
  className: string;
355
356
  dataSource: never[];
@@ -365,7 +366,7 @@ declare const _default: {
365
366
  displayName: string;
366
367
  contextType: React.Context<string>;
367
368
  ComposedComponent: React.ComponentType<{
368
- new (props: Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
369
+ new (props: Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
369
370
  title: string;
370
371
  className: string;
371
372
  dataSource: never[];
@@ -382,7 +383,7 @@ declare const _default: {
382
383
  getWrappedInstance(): any;
383
384
  render(): JSX.Element;
384
385
  context: any;
385
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
386
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
386
387
  title: string;
387
388
  className: string;
388
389
  dataSource: never[];
@@ -395,7 +396,7 @@ declare const _default: {
395
396
  translate?: ((str: string, ...args: any[]) => string) | undefined;
396
397
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
397
398
  forceUpdate(callback?: (() => void) | undefined): void;
398
- readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
399
+ readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
399
400
  title: string;
400
401
  className: string;
401
402
  dataSource: never[];
@@ -414,7 +415,7 @@ declare const _default: {
414
415
  [key: string]: React.ReactInstance;
415
416
  };
416
417
  componentDidMount?(): void;
417
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
418
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
418
419
  title: string;
419
420
  className: string;
420
421
  dataSource: never[];
@@ -428,7 +429,7 @@ declare const _default: {
428
429
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
429
430
  componentWillUnmount?(): void;
430
431
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
431
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
432
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
432
433
  title: string;
433
434
  className: string;
434
435
  dataSource: never[];
@@ -440,7 +441,7 @@ declare const _default: {
440
441
  locale?: string | undefined;
441
442
  translate?: ((str: string, ...args: any[]) => string) | undefined;
442
443
  }>, prevState: Readonly<{}>): any;
443
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
444
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
444
445
  title: string;
445
446
  className: string;
446
447
  dataSource: never[];
@@ -454,7 +455,7 @@ declare const _default: {
454
455
  }>, prevState: Readonly<{}>, snapshot?: any): void;
455
456
  componentWillMount?(): void;
456
457
  UNSAFE_componentWillMount?(): void;
457
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
458
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
458
459
  title: string;
459
460
  className: string;
460
461
  dataSource: never[];
@@ -466,7 +467,7 @@ declare const _default: {
466
467
  locale?: string | undefined;
467
468
  translate?: ((str: string, ...args: any[]) => string) | undefined;
468
469
  }>, nextContext: any): void;
469
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
470
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
470
471
  title: string;
471
472
  className: string;
472
473
  dataSource: never[];
@@ -478,7 +479,7 @@ declare const _default: {
478
479
  locale?: string | undefined;
479
480
  translate?: ((str: string, ...args: any[]) => string) | undefined;
480
481
  }>, nextContext: any): void;
481
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
482
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
482
483
  title: string;
483
484
  className: string;
484
485
  dataSource: never[];
@@ -490,7 +491,7 @@ declare const _default: {
490
491
  locale?: string | undefined;
491
492
  translate?: ((str: string, ...args: any[]) => string) | undefined;
492
493
  }>, nextState: Readonly<{}>, nextContext: any): void;
493
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
494
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
494
495
  title: string;
495
496
  className: string;
496
497
  dataSource: never[];
@@ -510,7 +511,7 @@ declare const _default: {
510
511
  ComposedComponent: typeof Table;
511
512
  }>;
512
513
  } & import("hoist-non-react-statics").NonReactStatics<{
513
- new (props: Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
514
+ new (props: Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
514
515
  title: string;
515
516
  className: string;
516
517
  dataSource: never[];
@@ -527,7 +528,7 @@ declare const _default: {
527
528
  getWrappedInstance(): any;
528
529
  render(): JSX.Element;
529
530
  context: any;
530
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
531
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
531
532
  title: string;
532
533
  className: string;
533
534
  dataSource: never[];
@@ -540,7 +541,7 @@ declare const _default: {
540
541
  translate?: ((str: string, ...args: any[]) => string) | undefined;
541
542
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
542
543
  forceUpdate(callback?: (() => void) | undefined): void;
543
- readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
544
+ readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
544
545
  title: string;
545
546
  className: string;
546
547
  dataSource: never[];
@@ -559,7 +560,7 @@ declare const _default: {
559
560
  [key: string]: React.ReactInstance;
560
561
  };
561
562
  componentDidMount?(): void;
562
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
563
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
563
564
  title: string;
564
565
  className: string;
565
566
  dataSource: never[];
@@ -573,7 +574,7 @@ declare const _default: {
573
574
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
574
575
  componentWillUnmount?(): void;
575
576
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
576
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
577
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
577
578
  title: string;
578
579
  className: string;
579
580
  dataSource: never[];
@@ -585,7 +586,7 @@ declare const _default: {
585
586
  locale?: string | undefined;
586
587
  translate?: ((str: string, ...args: any[]) => string) | undefined;
587
588
  }>, prevState: Readonly<{}>): any;
588
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
589
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
589
590
  title: string;
590
591
  className: string;
591
592
  dataSource: never[];
@@ -599,7 +600,7 @@ declare const _default: {
599
600
  }>, prevState: Readonly<{}>, snapshot?: any): void;
600
601
  componentWillMount?(): void;
601
602
  UNSAFE_componentWillMount?(): void;
602
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
603
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
603
604
  title: string;
604
605
  className: string;
605
606
  dataSource: never[];
@@ -611,7 +612,7 @@ declare const _default: {
611
612
  locale?: string | undefined;
612
613
  translate?: ((str: string, ...args: any[]) => string) | undefined;
613
614
  }>, nextContext: any): void;
614
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
615
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
615
616
  title: string;
616
617
  className: string;
617
618
  dataSource: never[];
@@ -623,7 +624,7 @@ declare const _default: {
623
624
  locale?: string | undefined;
624
625
  translate?: ((str: string, ...args: any[]) => string) | undefined;
625
626
  }>, nextContext: any): void;
626
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
627
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
627
628
  title: string;
628
629
  className: string;
629
630
  dataSource: never[];
@@ -635,7 +636,7 @@ declare const _default: {
635
636
  locale?: string | undefined;
636
637
  translate?: ((str: string, ...args: any[]) => string) | undefined;
637
638
  }>, nextState: Readonly<{}>, nextContext: any): void;
638
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
639
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
639
640
  title: string;
640
641
  className: string;
641
642
  dataSource: never[];
@@ -655,7 +656,7 @@ declare const _default: {
655
656
  ComposedComponent: typeof Table;
656
657
  }, {}> & {
657
658
  ComposedComponent: {
658
- new (props: Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
659
+ new (props: Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
659
660
  title: string;
660
661
  className: string;
661
662
  dataSource: never[];
@@ -672,7 +673,7 @@ declare const _default: {
672
673
  getWrappedInstance(): any;
673
674
  render(): JSX.Element;
674
675
  context: any;
675
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
676
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
676
677
  title: string;
677
678
  className: string;
678
679
  dataSource: never[];
@@ -685,7 +686,7 @@ declare const _default: {
685
686
  translate?: ((str: string, ...args: any[]) => string) | undefined;
686
687
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
687
688
  forceUpdate(callback?: (() => void) | undefined): void;
688
- readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
689
+ readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
689
690
  title: string;
690
691
  className: string;
691
692
  dataSource: never[];
@@ -704,7 +705,7 @@ declare const _default: {
704
705
  [key: string]: React.ReactInstance;
705
706
  };
706
707
  componentDidMount?(): void;
707
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
708
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
708
709
  title: string;
709
710
  className: string;
710
711
  dataSource: never[];
@@ -718,7 +719,7 @@ declare const _default: {
718
719
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
719
720
  componentWillUnmount?(): void;
720
721
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
721
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
722
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
722
723
  title: string;
723
724
  className: string;
724
725
  dataSource: never[];
@@ -730,7 +731,7 @@ declare const _default: {
730
731
  locale?: string | undefined;
731
732
  translate?: ((str: string, ...args: any[]) => string) | undefined;
732
733
  }>, prevState: Readonly<{}>): any;
733
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
734
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
734
735
  title: string;
735
736
  className: string;
736
737
  dataSource: never[];
@@ -744,7 +745,7 @@ declare const _default: {
744
745
  }>, prevState: Readonly<{}>, snapshot?: any): void;
745
746
  componentWillMount?(): void;
746
747
  UNSAFE_componentWillMount?(): void;
747
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
748
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
748
749
  title: string;
749
750
  className: string;
750
751
  dataSource: never[];
@@ -756,7 +757,7 @@ declare const _default: {
756
757
  locale?: string | undefined;
757
758
  translate?: ((str: string, ...args: any[]) => string) | undefined;
758
759
  }>, nextContext: any): void;
759
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
760
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
760
761
  title: string;
761
762
  className: string;
762
763
  dataSource: never[];
@@ -768,7 +769,7 @@ declare const _default: {
768
769
  locale?: string | undefined;
769
770
  translate?: ((str: string, ...args: any[]) => string) | undefined;
770
771
  }>, nextContext: any): void;
771
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
772
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
772
773
  title: string;
773
774
  className: string;
774
775
  dataSource: never[];
@@ -780,7 +781,7 @@ declare const _default: {
780
781
  locale?: string | undefined;
781
782
  translate?: ((str: string, ...args: any[]) => string) | undefined;
782
783
  }>, nextState: Readonly<{}>, nextContext: any): void;
783
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "theme" | "footer" | "draggable" | "onDrag" | "onSelect" | "size" | "scroll" | "sticky" | "loadingConfig" | "loading" | "lineHeight" | "onRef" | "resizable" | "onSelectAll" | "onSort" | "onFilter" | "rowSelection" | "expandable" | "bordered" | "headSummary" | "footSummary" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "className" | "title" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
784
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "footer" | "style" | "onSelect" | "draggable" | "onDrag" | "classPrefix" | "classnames" | "theme" | "size" | "loading" | "loadingConfig" | "onRef" | "resizable" | "onSelectAll" | "scroll" | "rowSelection" | "onSort" | "expandable" | "bordered" | "headSummary" | "footSummary" | "sticky" | "onFilter" | "childrenColumnName" | "keyField" | "onRow" | "rowClassName" | "lineHeight" | "itemActions"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "placeholder" | "columns" | "dataSource" | "indentSize" | "showHeader">> & Partial<Pick<{
784
785
  title: string;
785
786
  className: string;
786
787
  dataSource: never[];
@@ -1,6 +1,6 @@
1
1
  /**
2
- * amis-ui v2.6.0
3
- * Copyright 2018-2022 fex
2
+ * amis-ui v2.7.0
3
+ * Copyright 2018-2023 fex
4
4
  */
5
5
 
6
6
  'use strict';
@@ -659,12 +659,18 @@ var Table = /** @class */ (function (_super) {
659
659
  : null)) : null,
660
660
  isLeftExpandable && index === 0 ? expandableCell : null,
661
661
  data.map(function (item, i) {
662
- var _a, _b;
662
+ var _a, _b, _c;
663
663
  var sort = null;
664
664
  if (item.sorter) {
665
- sort = (React__default["default"].createElement(HeadCellSort["default"], { column: item, onSort: onSort
666
- ? onSort
667
- : function (payload) {
665
+ sort = (React__default["default"].createElement(HeadCellSort["default"], { column: item, active: !!((_a = _this.state.sort) === null || _a === void 0 ? void 0 : _a.orderBy) &&
666
+ _this.state.sort.orderBy === (item === null || item === void 0 ? void 0 : item.name), onSort: function (payload) {
667
+ _this.setState({
668
+ sort: payload
669
+ });
670
+ if (onSort) {
671
+ onSort(payload);
672
+ }
673
+ else {
668
674
  if (typeof item.sorter === 'function') {
669
675
  if (payload.orderBy) {
670
676
  var sortList = tslib.__spreadArray([], _this.state.dataSource, true);
@@ -676,7 +682,8 @@ var Table = /** @class */ (function (_super) {
676
682
  _this.setState({ dataSource: tslib.__spreadArray([], dataSource, true) });
677
683
  }
678
684
  }
679
- } }));
685
+ }
686
+ } }));
680
687
  }
681
688
  var filter = null;
682
689
  if (item.filterDropdown) {
@@ -688,14 +695,14 @@ var Table = /** @class */ (function (_super) {
688
695
  // th的最后一行才可调整列宽
689
696
  // 分组情况下 最后一行才和列配置个数对应
690
697
  // 就可以根据index找到col 不依赖name
691
- var noChildren = !((_a = item.children) === null || _a === void 0 ? void 0 : _a.length);
698
+ var noChildren = !((_b = item.children) === null || _b === void 0 ? void 0 : _b.length);
692
699
  var cIndex = -1;
693
700
  if (noChildren) {
694
701
  // 根据name去tdColumns匹配出index
695
702
  // 没设置name的 那一定不是要绑定数据的列 一般都是分组的上层 也不会出现调整列宽
696
703
  cIndex = tdColumns.findIndex(function (c) { return c.name === item.name; });
697
704
  }
698
- var children = !((_b = item.children) === null || _b === void 0 ? void 0 : _b.length) ? (React__default["default"].createElement("span", null,
705
+ var children = !((_c = item.children) === null || _c === void 0 ? void 0 : _c.length) ? (React__default["default"].createElement("span", null,
699
706
  sort,
700
707
  filter,
701
708
  resizable ? (React__default["default"].createElement("i", { className: cx('Table-thead-resizable'), onMouseDown: function (e) { return _this.onResizeMouseDown(e, cIndex); } })) : null)) : null;