amis 1.9.1-beta.0 → 1.9.1-beta.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (278) hide show
  1. package/lib/RootRenderer.js +10 -2
  2. package/lib/RootRenderer.js.map +2 -2
  3. package/lib/Schema.d.ts +3 -2
  4. package/lib/Schema.js.map +1 -1
  5. package/lib/SchemaRenderer.js +6 -9
  6. package/lib/SchemaRenderer.js.map +2 -2
  7. package/lib/actions/CmptAction.js +4 -4
  8. package/lib/actions/CmptAction.js.map +2 -2
  9. package/lib/components/Button.d.ts +11 -10
  10. package/lib/components/Button.js +2 -2
  11. package/lib/components/Button.js.map +2 -2
  12. package/lib/components/CalendarMobile.d.ts +40 -40
  13. package/lib/components/Checkbox.js +1 -1
  14. package/lib/components/Checkbox.js.map +2 -2
  15. package/lib/components/ContextMenu.d.ts +4 -0
  16. package/lib/components/ContextMenu.js +23 -7
  17. package/lib/components/ContextMenu.js.map +2 -2
  18. package/lib/components/DatePicker.d.ts +40 -40
  19. package/lib/components/DateRangePicker.d.ts +40 -40
  20. package/lib/components/Form.d.ts +22 -0
  21. package/lib/components/Form.js +44 -0
  22. package/lib/components/Form.js.map +13 -0
  23. package/lib/components/FormField.d.ts +65 -0
  24. package/lib/components/FormField.js +48 -0
  25. package/lib/components/FormField.js.map +13 -0
  26. package/lib/components/InputBox.d.ts +10 -10
  27. package/lib/components/InputBox.js +4 -3
  28. package/lib/components/InputBox.js.map +2 -2
  29. package/lib/components/InputBoxWithSuggestion.d.ts +280 -0
  30. package/lib/components/InputBoxWithSuggestion.js +65 -0
  31. package/lib/components/InputBoxWithSuggestion.js.map +13 -0
  32. package/lib/components/ListGroup.d.ts +10 -10
  33. package/lib/components/PickerContainer.d.ts +4 -2
  34. package/lib/components/PickerContainer.js +28 -5
  35. package/lib/components/PickerContainer.js.map +2 -2
  36. package/lib/components/Radios.d.ts +10 -10
  37. package/lib/components/ResultBox.d.ts +40 -40
  38. package/lib/components/Select.d.ts +195 -202
  39. package/lib/components/Select.js +7 -3
  40. package/lib/components/Select.js.map +2 -2
  41. package/lib/components/Textarea.d.ts +568 -2
  42. package/lib/components/Textarea.js +129 -1
  43. package/lib/components/Textarea.js.map +2 -2
  44. package/lib/components/Toast.js +11 -9
  45. package/lib/components/Toast.js.map +2 -2
  46. package/lib/components/UserSelect.d.ts +500 -0
  47. package/lib/components/UserSelect.js +559 -0
  48. package/lib/components/UserSelect.js.map +13 -0
  49. package/lib/components/UserTabSelect.d.ts +320 -0
  50. package/lib/components/UserTabSelect.js +163 -0
  51. package/lib/components/UserTabSelect.js.map +13 -0
  52. package/lib/components/WithRemoteConfig.d.ts +7 -0
  53. package/lib/components/WithRemoteConfig.js +22 -13
  54. package/lib/components/WithRemoteConfig.js.map +2 -2
  55. package/lib/components/calendar/DaysView.d.ts +26 -1
  56. package/lib/components/calendar/DaysView.js +60 -19
  57. package/lib/components/calendar/DaysView.js.map +2 -2
  58. package/lib/components/calendar/TimeView.d.ts +1 -1
  59. package/lib/components/calendar/TimeView.js +10 -3
  60. package/lib/components/calendar/TimeView.js.map +2 -2
  61. package/lib/components/formula/Picker.js +4 -4
  62. package/lib/components/formula/Picker.js.map +2 -2
  63. package/lib/components/icons.d.ts +7 -1
  64. package/lib/components/icons.js +17 -1
  65. package/lib/components/icons.js.map +2 -2
  66. package/lib/components/index.d.ts +2 -1
  67. package/lib/components/index.js +3 -1
  68. package/lib/components/index.js.map +2 -2
  69. package/lib/components/json-schema/Array.d.ts +3 -0
  70. package/lib/components/json-schema/Array.js +125 -0
  71. package/lib/components/json-schema/Array.js.map +13 -0
  72. package/lib/components/json-schema/Item.d.ts +3 -0
  73. package/lib/components/json-schema/Item.js +34 -0
  74. package/lib/components/json-schema/Item.js.map +13 -0
  75. package/lib/components/json-schema/Object.d.ts +3 -0
  76. package/lib/components/json-schema/Object.js +178 -0
  77. package/lib/components/json-schema/Object.js.map +13 -0
  78. package/lib/components/json-schema/index.d.ts +279 -0
  79. package/lib/components/json-schema/index.js +16 -0
  80. package/lib/components/json-schema/index.js.map +13 -0
  81. package/lib/components/schema-editor/Array.js +2 -2
  82. package/lib/components/schema-editor/Array.js.map +2 -2
  83. package/lib/components/schema-editor/Common.d.ts +2 -0
  84. package/lib/components/schema-editor/Common.js +39 -3
  85. package/lib/components/schema-editor/Common.js.map +2 -2
  86. package/lib/components/schema-editor/Object.js +2 -2
  87. package/lib/components/schema-editor/Object.js.map +2 -2
  88. package/lib/components/schema-editor/index.d.ts +45 -41
  89. package/lib/components/schema-editor/index.js +5 -5
  90. package/lib/components/schema-editor/index.js.map +2 -2
  91. package/lib/components/table/ItemActionsWrapper.d.ts +10 -0
  92. package/lib/components/table/ItemActionsWrapper.js +25 -0
  93. package/lib/components/table/ItemActionsWrapper.js.map +13 -0
  94. package/lib/components/table/index.d.ts +48 -41
  95. package/lib/components/table/index.js +46 -18
  96. package/lib/components/table/index.js.map +2 -2
  97. package/lib/helper.css +125 -124
  98. package/lib/helper.css.map +1 -1
  99. package/lib/hooks/use-validation-resolver.d.ts +1 -0
  100. package/lib/hooks/use-validation-resolver.js +49 -0
  101. package/lib/hooks/use-validation-resolver.js.map +13 -0
  102. package/lib/icons/department.js +17 -0
  103. package/lib/icons/menu.js +9 -0
  104. package/lib/icons/post.js +15 -0
  105. package/lib/icons/role.js +14 -0
  106. package/lib/icons/user-remove.js +12 -0
  107. package/lib/index.d.ts +2 -0
  108. package/lib/index.js +3 -1
  109. package/lib/index.js.map +2 -2
  110. package/lib/locale/de-DE.js +11 -1
  111. package/lib/locale/de-DE.js.map +2 -2
  112. package/lib/locale/en-US.js +12 -1
  113. package/lib/locale/en-US.js.map +2 -2
  114. package/lib/locale/zh-CN.js +14 -3
  115. package/lib/locale/zh-CN.js.map +2 -2
  116. package/lib/renderers/Action.js +25 -11
  117. package/lib/renderers/Action.js.map +2 -2
  118. package/lib/renderers/CRUD.js +5 -1
  119. package/lib/renderers/CRUD.js.map +2 -2
  120. package/lib/renderers/Dialog.js +9 -3
  121. package/lib/renderers/Dialog.js.map +2 -2
  122. package/lib/renderers/Drawer.js +5 -1
  123. package/lib/renderers/Drawer.js.map +2 -2
  124. package/lib/renderers/Form/InputDate.d.ts +2 -2
  125. package/lib/renderers/Form/InputDate.js.map +2 -2
  126. package/lib/renderers/Form/JSONSchema.d.ts +23 -0
  127. package/lib/renderers/Form/JSONSchema.js +44 -0
  128. package/lib/renderers/Form/JSONSchema.js.map +13 -0
  129. package/lib/renderers/Form/JSONSchemaEditor.d.ts +2 -3
  130. package/lib/renderers/Form/JSONSchemaEditor.js +9 -24
  131. package/lib/renderers/Form/JSONSchemaEditor.js.map +2 -2
  132. package/lib/renderers/Form/Options.js +11 -5
  133. package/lib/renderers/Form/Options.js.map +2 -2
  134. package/lib/renderers/Form/Textarea.d.ts +1 -8
  135. package/lib/renderers/Form/Textarea.js +11 -75
  136. package/lib/renderers/Form/Textarea.js.map +2 -2
  137. package/lib/renderers/Form/UserSelect.d.ts +54 -0
  138. package/lib/renderers/Form/UserSelect.js +197 -0
  139. package/lib/renderers/Form/UserSelect.js.map +13 -0
  140. package/lib/renderers/Form/index.d.ts +1 -1
  141. package/lib/renderers/Form/index.js +88 -42
  142. package/lib/renderers/Form/index.js.map +2 -2
  143. package/lib/renderers/Form/wrapControl.js.map +2 -2
  144. package/lib/renderers/Log.d.ts +28 -0
  145. package/lib/renderers/Log.js +110 -20
  146. package/lib/renderers/Log.js.map +2 -2
  147. package/lib/renderers/Page.js +5 -1
  148. package/lib/renderers/Page.js.map +2 -2
  149. package/lib/renderers/Service.js +5 -1
  150. package/lib/renderers/Service.js.map +2 -2
  151. package/lib/renderers/Table-v2/index.d.ts +14 -2
  152. package/lib/renderers/Table-v2/index.js +33 -3
  153. package/lib/renderers/Table-v2/index.js.map +2 -2
  154. package/lib/renderers/Wizard.js +37 -14
  155. package/lib/renderers/Wizard.js.map +2 -2
  156. package/lib/store/form.js +65 -45
  157. package/lib/store/form.js.map +2 -2
  158. package/lib/themes/ang-ie11.css +576 -24
  159. package/lib/themes/ang.css +553 -12
  160. package/lib/themes/ang.css.map +1 -1
  161. package/lib/themes/antd-ie11.css +576 -24
  162. package/lib/themes/antd.css +553 -12
  163. package/lib/themes/antd.css.map +1 -1
  164. package/lib/themes/cxd-ie11.css +576 -24
  165. package/lib/themes/cxd.css +553 -12
  166. package/lib/themes/cxd.css.map +1 -1
  167. package/lib/themes/dark-ie11.css +576 -24
  168. package/lib/themes/dark.css +553 -12
  169. package/lib/themes/dark.css.map +1 -1
  170. package/lib/themes/default-ie11.css +576 -24
  171. package/lib/themes/default.css +553 -12
  172. package/lib/themes/default.css.map +1 -1
  173. package/lib/utils/api.js +1 -1
  174. package/lib/utils/api.js.map +2 -2
  175. package/lib/utils/renderer-event.js.map +2 -2
  176. package/package.json +2 -1
  177. package/schema.json +552 -5
  178. package/scss/_properties.scss +20 -8
  179. package/scss/components/_input-box.scss +22 -1
  180. package/scss/components/_json-schema.scss +124 -0
  181. package/scss/components/_log.scss +37 -5
  182. package/scss/components/form/_date-range.scss +1 -0
  183. package/scss/components/form/_select.scss +9 -0
  184. package/scss/components/form/_transfer.scss +19 -3
  185. package/scss/components/form/_user-select.scss +422 -0
  186. package/scss/helper/background/_background-color.scss +125 -124
  187. package/scss/themes/_common.scss +2 -0
  188. package/sdk/ang-ie11.css +670 -24
  189. package/sdk/ang.css +647 -12
  190. package/sdk/antd-ie11.css +670 -24
  191. package/sdk/antd.css +647 -12
  192. package/sdk/barcode.js +51 -51
  193. package/sdk/charts.js +14 -14
  194. package/sdk/codemirror.js +7 -7
  195. package/sdk/color-picker.js +65 -65
  196. package/sdk/cropperjs.js +2 -2
  197. package/sdk/cxd-ie11.css +670 -24
  198. package/sdk/cxd.css +647 -12
  199. package/sdk/dark-ie11.css +670 -24
  200. package/sdk/dark.css +647 -12
  201. package/sdk/exceljs.js +1 -1
  202. package/sdk/helper.css +125 -124
  203. package/sdk/helper.css.map +1 -1
  204. package/sdk/locale/de-DE.js +11 -1
  205. package/sdk/markdown.js +69 -69
  206. package/sdk/papaparse.js +1 -1
  207. package/sdk/renderers/Form/CityDB.js +1 -1
  208. package/sdk/rest.js +16 -16
  209. package/sdk/rich-text.js +62 -62
  210. package/sdk/sdk-ie11.css +670 -24
  211. package/sdk/sdk.css +647 -12
  212. package/sdk/sdk.js +1653 -1637
  213. package/sdk/thirds/hls.js/hls.js +1 -1
  214. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  215. package/sdk/tinymce.js +57 -57
  216. package/src/RootRenderer.tsx +27 -15
  217. package/src/Schema.ts +5 -1
  218. package/src/SchemaRenderer.tsx +1 -4
  219. package/src/actions/CmptAction.ts +4 -4
  220. package/src/components/Button.tsx +3 -0
  221. package/src/components/Checkbox.tsx +2 -1
  222. package/src/components/ContextMenu.tsx +25 -7
  223. package/src/components/Form.tsx +70 -0
  224. package/src/components/FormField.tsx +127 -0
  225. package/src/components/InputBox.tsx +4 -1
  226. package/src/components/InputBoxWithSuggestion.tsx +113 -0
  227. package/src/components/PickerContainer.tsx +20 -5
  228. package/src/components/Select.tsx +18 -10
  229. package/src/components/Textarea.tsx +234 -2
  230. package/src/components/Toast.tsx +19 -18
  231. package/src/components/UserSelect.tsx +850 -0
  232. package/src/components/UserTabSelect.tsx +261 -0
  233. package/src/components/WithRemoteConfig.tsx +35 -11
  234. package/src/components/calendar/DaysView.tsx +117 -49
  235. package/src/components/calendar/TimeView.tsx +11 -6
  236. package/src/components/formula/Picker.tsx +2 -1
  237. package/src/components/icons.tsx +17 -1
  238. package/src/components/index.tsx +3 -1
  239. package/src/components/json-schema/Array.tsx +216 -0
  240. package/src/components/json-schema/Item.tsx +47 -0
  241. package/src/components/json-schema/Object.tsx +339 -0
  242. package/src/components/json-schema/index.tsx +44 -0
  243. package/src/components/schema-editor/Array.tsx +3 -1
  244. package/src/components/schema-editor/Common.tsx +61 -4
  245. package/src/components/schema-editor/Object.tsx +3 -1
  246. package/src/components/schema-editor/index.tsx +12 -5
  247. package/src/components/table/ItemActionsWrapper.tsx +32 -0
  248. package/src/components/table/index.tsx +115 -58
  249. package/src/hooks/use-validation-resolver.ts +45 -0
  250. package/src/icons/department.svg +17 -0
  251. package/src/icons/menu.svg +2 -0
  252. package/src/icons/post.svg +15 -0
  253. package/src/icons/role.svg +14 -0
  254. package/src/icons/user-remove.svg +12 -0
  255. package/src/index.tsx +2 -0
  256. package/src/locale/de-DE.ts +11 -1
  257. package/src/locale/en-US.ts +12 -1
  258. package/src/locale/zh-CN.ts +14 -3
  259. package/src/renderers/Action.tsx +10 -9
  260. package/src/renderers/CRUD.tsx +5 -1
  261. package/src/renderers/Dialog.tsx +9 -3
  262. package/src/renderers/Drawer.tsx +5 -1
  263. package/src/renderers/Form/InputDate.tsx +9 -4
  264. package/src/renderers/Form/JSONSchema.tsx +56 -0
  265. package/src/renderers/Form/JSONSchemaEditor.tsx +8 -27
  266. package/src/renderers/Form/Options.tsx +17 -7
  267. package/src/renderers/Form/Textarea.tsx +7 -117
  268. package/src/renderers/Form/UserSelect.tsx +263 -0
  269. package/src/renderers/Form/index.tsx +28 -18
  270. package/src/renderers/Form/wrapControl.tsx +0 -1
  271. package/src/renderers/Log.tsx +213 -19
  272. package/src/renderers/Page.tsx +6 -1
  273. package/src/renderers/Service.tsx +5 -1
  274. package/src/renderers/Table-v2/index.tsx +65 -2
  275. package/src/renderers/Wizard.tsx +24 -10
  276. package/src/store/form.ts +24 -17
  277. package/src/utils/api.ts +1 -1
  278. package/src/utils/renderer-event.ts +0 -2
@@ -10,7 +10,7 @@ import { LocaleProps } from '../../locale';
10
10
  export interface ColumnProps {
11
11
  title: string | React.ReactNode | Function;
12
12
  key: string;
13
- className?: string;
13
+ className?: Function;
14
14
  children?: Array<ColumnProps>;
15
15
  render: Function;
16
16
  fixed?: boolean | string;
@@ -111,6 +111,7 @@ export interface TableProps extends ThemeProps, LocaleProps {
111
111
  showHeader?: boolean;
112
112
  onSelect?: Function;
113
113
  onSelectAll?: Function;
114
+ itemActions?: Function;
114
115
  }
115
116
  export interface ScrollProps {
116
117
  x: number | string | true;
@@ -121,6 +122,11 @@ export interface TableState {
121
122
  dataSource: Array<any>;
122
123
  expandedRowKeys: Array<string | number>;
123
124
  colWidths: Array<number>;
125
+ hoverRow: {
126
+ rowIndex?: number;
127
+ record: any;
128
+ target: HTMLTableRowElement;
129
+ } | null;
124
130
  }
125
131
  export declare class Table extends React.PureComponent<TableProps, TableState> {
126
132
  static defaultProps: {
@@ -173,6 +179,7 @@ export declare class Table extends React.PureComponent<TableProps, TableState> {
173
179
  onRowClick(event: React.ChangeEvent<any>, record?: any, rowIndex?: number): void;
174
180
  onRowMouseEnter(event: React.ChangeEvent<any>, record?: any, rowIndex?: number): void;
175
181
  onRowMouseLeave(event: React.ChangeEvent<any>, record?: any, rowIndex?: number): void;
182
+ onMouseLeave(event: React.ChangeEvent<any>): void;
176
183
  onExpandRow(data: any): void;
177
184
  onCollapseRow(data: any): void;
178
185
  getChildrenColumnName(): string;
@@ -208,7 +215,7 @@ export declare class Table extends React.PureComponent<TableProps, TableState> {
208
215
  render(): JSX.Element;
209
216
  }
210
217
  declare const _default: {
211
- new (props: Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
218
+ new (props: Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
212
219
  title: string;
213
220
  className: string;
214
221
  dataSource: never[];
@@ -225,7 +232,7 @@ declare const _default: {
225
232
  getWrappedInstance(): any;
226
233
  render(): JSX.Element;
227
234
  context: any;
228
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
235
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
229
236
  title: string;
230
237
  className: string;
231
238
  dataSource: never[];
@@ -238,7 +245,7 @@ declare const _default: {
238
245
  translate?: ((str: string, ...args: any[]) => string) | undefined;
239
246
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
240
247
  forceUpdate(callback?: (() => void) | undefined): void;
241
- readonly props: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
248
+ readonly props: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
242
249
  title: string;
243
250
  className: string;
244
251
  dataSource: never[];
@@ -257,7 +264,7 @@ declare const _default: {
257
264
  [key: string]: React.ReactInstance;
258
265
  };
259
266
  componentDidMount?(): void;
260
- shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
267
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
261
268
  title: string;
262
269
  className: string;
263
270
  dataSource: never[];
@@ -271,7 +278,7 @@ declare const _default: {
271
278
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
272
279
  componentWillUnmount?(): void;
273
280
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
274
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
281
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
275
282
  title: string;
276
283
  className: string;
277
284
  dataSource: never[];
@@ -283,7 +290,7 @@ declare const _default: {
283
290
  locale?: string | undefined;
284
291
  translate?: ((str: string, ...args: any[]) => string) | undefined;
285
292
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
286
- componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
293
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
287
294
  title: string;
288
295
  className: string;
289
296
  dataSource: never[];
@@ -297,7 +304,7 @@ declare const _default: {
297
304
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
298
305
  componentWillMount?(): void;
299
306
  UNSAFE_componentWillMount?(): void;
300
- componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
307
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
301
308
  title: string;
302
309
  className: string;
303
310
  dataSource: never[];
@@ -309,7 +316,7 @@ declare const _default: {
309
316
  locale?: string | undefined;
310
317
  translate?: ((str: string, ...args: any[]) => string) | undefined;
311
318
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
312
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
319
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
313
320
  title: string;
314
321
  className: string;
315
322
  dataSource: never[];
@@ -321,7 +328,7 @@ declare const _default: {
321
328
  locale?: string | undefined;
322
329
  translate?: ((str: string, ...args: any[]) => string) | undefined;
323
330
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
324
- componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
331
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
325
332
  title: string;
326
333
  className: string;
327
334
  dataSource: never[];
@@ -333,7 +340,7 @@ declare const _default: {
333
340
  locale?: string | undefined;
334
341
  translate?: ((str: string, ...args: any[]) => string) | undefined;
335
342
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
336
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
343
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
337
344
  title: string;
338
345
  className: string;
339
346
  dataSource: never[];
@@ -349,7 +356,7 @@ declare const _default: {
349
356
  displayName: string;
350
357
  contextType: React.Context<string>;
351
358
  ComposedComponent: React.ComponentType<{
352
- new (props: Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
359
+ new (props: Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
353
360
  title: string;
354
361
  className: string;
355
362
  dataSource: never[];
@@ -366,7 +373,7 @@ declare const _default: {
366
373
  getWrappedInstance(): any;
367
374
  render(): JSX.Element;
368
375
  context: any;
369
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
376
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
370
377
  title: string;
371
378
  className: string;
372
379
  dataSource: never[];
@@ -379,7 +386,7 @@ declare const _default: {
379
386
  translate?: ((str: string, ...args: any[]) => string) | undefined;
380
387
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
381
388
  forceUpdate(callback?: (() => void) | undefined): void;
382
- readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
389
+ readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
383
390
  title: string;
384
391
  className: string;
385
392
  dataSource: never[];
@@ -398,7 +405,7 @@ declare const _default: {
398
405
  [key: string]: React.ReactInstance;
399
406
  };
400
407
  componentDidMount?(): void;
401
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
408
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
402
409
  title: string;
403
410
  className: string;
404
411
  dataSource: never[];
@@ -412,7 +419,7 @@ declare const _default: {
412
419
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
413
420
  componentWillUnmount?(): void;
414
421
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
415
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
422
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
416
423
  title: string;
417
424
  className: string;
418
425
  dataSource: never[];
@@ -424,7 +431,7 @@ declare const _default: {
424
431
  locale?: string | undefined;
425
432
  translate?: ((str: string, ...args: any[]) => string) | undefined;
426
433
  }>, prevState: Readonly<{}>): any;
427
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
434
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
428
435
  title: string;
429
436
  className: string;
430
437
  dataSource: never[];
@@ -438,7 +445,7 @@ declare const _default: {
438
445
  }>, prevState: Readonly<{}>, snapshot?: any): void;
439
446
  componentWillMount?(): void;
440
447
  UNSAFE_componentWillMount?(): void;
441
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
448
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
442
449
  title: string;
443
450
  className: string;
444
451
  dataSource: never[];
@@ -450,7 +457,7 @@ declare const _default: {
450
457
  locale?: string | undefined;
451
458
  translate?: ((str: string, ...args: any[]) => string) | undefined;
452
459
  }>, nextContext: any): void;
453
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
460
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
454
461
  title: string;
455
462
  className: string;
456
463
  dataSource: never[];
@@ -462,7 +469,7 @@ declare const _default: {
462
469
  locale?: string | undefined;
463
470
  translate?: ((str: string, ...args: any[]) => string) | undefined;
464
471
  }>, nextContext: any): void;
465
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
472
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
466
473
  title: string;
467
474
  className: string;
468
475
  dataSource: never[];
@@ -474,7 +481,7 @@ declare const _default: {
474
481
  locale?: string | undefined;
475
482
  translate?: ((str: string, ...args: any[]) => string) | undefined;
476
483
  }>, nextState: Readonly<{}>, nextContext: any): void;
477
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
484
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
478
485
  title: string;
479
486
  className: string;
480
487
  dataSource: never[];
@@ -494,7 +501,7 @@ declare const _default: {
494
501
  ComposedComponent: typeof Table;
495
502
  }>;
496
503
  } & import("hoist-non-react-statics").NonReactStatics<{
497
- new (props: Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
504
+ new (props: Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
498
505
  title: string;
499
506
  className: string;
500
507
  dataSource: never[];
@@ -511,7 +518,7 @@ declare const _default: {
511
518
  getWrappedInstance(): any;
512
519
  render(): JSX.Element;
513
520
  context: any;
514
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
521
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
515
522
  title: string;
516
523
  className: string;
517
524
  dataSource: never[];
@@ -524,7 +531,7 @@ declare const _default: {
524
531
  translate?: ((str: string, ...args: any[]) => string) | undefined;
525
532
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
526
533
  forceUpdate(callback?: (() => void) | undefined): void;
527
- readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
534
+ readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
528
535
  title: string;
529
536
  className: string;
530
537
  dataSource: never[];
@@ -543,7 +550,7 @@ declare const _default: {
543
550
  [key: string]: React.ReactInstance;
544
551
  };
545
552
  componentDidMount?(): void;
546
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
553
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
547
554
  title: string;
548
555
  className: string;
549
556
  dataSource: never[];
@@ -557,7 +564,7 @@ declare const _default: {
557
564
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
558
565
  componentWillUnmount?(): void;
559
566
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
560
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
567
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
561
568
  title: string;
562
569
  className: string;
563
570
  dataSource: never[];
@@ -569,7 +576,7 @@ declare const _default: {
569
576
  locale?: string | undefined;
570
577
  translate?: ((str: string, ...args: any[]) => string) | undefined;
571
578
  }>, prevState: Readonly<{}>): any;
572
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
579
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
573
580
  title: string;
574
581
  className: string;
575
582
  dataSource: never[];
@@ -583,7 +590,7 @@ declare const _default: {
583
590
  }>, prevState: Readonly<{}>, snapshot?: any): void;
584
591
  componentWillMount?(): void;
585
592
  UNSAFE_componentWillMount?(): void;
586
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
593
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
587
594
  title: string;
588
595
  className: string;
589
596
  dataSource: never[];
@@ -595,7 +602,7 @@ declare const _default: {
595
602
  locale?: string | undefined;
596
603
  translate?: ((str: string, ...args: any[]) => string) | undefined;
597
604
  }>, nextContext: any): void;
598
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
605
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
599
606
  title: string;
600
607
  className: string;
601
608
  dataSource: never[];
@@ -607,7 +614,7 @@ declare const _default: {
607
614
  locale?: string | undefined;
608
615
  translate?: ((str: string, ...args: any[]) => string) | undefined;
609
616
  }>, nextContext: any): void;
610
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
617
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
611
618
  title: string;
612
619
  className: string;
613
620
  dataSource: never[];
@@ -619,7 +626,7 @@ declare const _default: {
619
626
  locale?: string | undefined;
620
627
  translate?: ((str: string, ...args: any[]) => string) | undefined;
621
628
  }>, nextState: Readonly<{}>, nextContext: any): void;
622
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
629
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
623
630
  title: string;
624
631
  className: string;
625
632
  dataSource: never[];
@@ -639,7 +646,7 @@ declare const _default: {
639
646
  ComposedComponent: typeof Table;
640
647
  }, {}> & {
641
648
  ComposedComponent: {
642
- new (props: Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
649
+ new (props: Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
643
650
  title: string;
644
651
  className: string;
645
652
  dataSource: never[];
@@ -656,7 +663,7 @@ declare const _default: {
656
663
  getWrappedInstance(): any;
657
664
  render(): JSX.Element;
658
665
  context: any;
659
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
666
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
660
667
  title: string;
661
668
  className: string;
662
669
  dataSource: never[];
@@ -669,7 +676,7 @@ declare const _default: {
669
676
  translate?: ((str: string, ...args: any[]) => string) | undefined;
670
677
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
671
678
  forceUpdate(callback?: (() => void) | undefined): void;
672
- readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
679
+ readonly props: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
673
680
  title: string;
674
681
  className: string;
675
682
  dataSource: never[];
@@ -688,7 +695,7 @@ declare const _default: {
688
695
  [key: string]: React.ReactInstance;
689
696
  };
690
697
  componentDidMount?(): void;
691
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
698
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
692
699
  title: string;
693
700
  className: string;
694
701
  dataSource: never[];
@@ -702,7 +709,7 @@ declare const _default: {
702
709
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
703
710
  componentWillUnmount?(): void;
704
711
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
705
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
712
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
706
713
  title: string;
707
714
  className: string;
708
715
  dataSource: never[];
@@ -714,7 +721,7 @@ declare const _default: {
714
721
  locale?: string | undefined;
715
722
  translate?: ((str: string, ...args: any[]) => string) | undefined;
716
723
  }>, prevState: Readonly<{}>): any;
717
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
724
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
718
725
  title: string;
719
726
  className: string;
720
727
  dataSource: never[];
@@ -728,7 +735,7 @@ declare const _default: {
728
735
  }>, prevState: Readonly<{}>, snapshot?: any): void;
729
736
  componentWillMount?(): void;
730
737
  UNSAFE_componentWillMount?(): void;
731
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
738
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
732
739
  title: string;
733
740
  className: string;
734
741
  dataSource: never[];
@@ -740,7 +747,7 @@ declare const _default: {
740
747
  locale?: string | undefined;
741
748
  translate?: ((str: string, ...args: any[]) => string) | undefined;
742
749
  }>, nextContext: any): void;
743
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
750
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
744
751
  title: string;
745
752
  className: string;
746
753
  dataSource: never[];
@@ -752,7 +759,7 @@ declare const _default: {
752
759
  locale?: string | undefined;
753
760
  translate?: ((str: string, ...args: any[]) => string) | undefined;
754
761
  }>, nextContext: any): void;
755
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
762
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
756
763
  title: string;
757
764
  className: string;
758
765
  dataSource: never[];
@@ -764,7 +771,7 @@ declare const _default: {
764
771
  locale?: string | undefined;
765
772
  translate?: ((str: string, ...args: any[]) => string) | undefined;
766
773
  }>, nextState: Readonly<{}>, nextContext: any): void;
767
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
774
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<TableProps, keyof LocaleProps>, "classPrefix" | "classnames" | "footer" | "theme" | "scroll" | "onSelect" | "loading" | "sticky" | "size" | "draggable" | "onDrag" | "lineHeight" | "resizable" | "expandable" | "rowClassName" | "itemActions" | "rowSelection" | "keyField" | "childrenColumnName" | "bordered" | "onSelectAll" | "onSort" | "onFilter" | "headSummary" | "footSummary" | "onRow"> & Partial<Pick<Omit<TableProps, keyof LocaleProps>, "title" | "className" | "columns" | "placeholder" | "showHeader" | "indentSize" | "dataSource">> & Partial<Pick<{
768
775
  title: string;
769
776
  className: string;
770
777
  dataSource: never[];