amis 1.9.0-beta.12 → 1.9.0-beta.15

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 (365) hide show
  1. package/lib/Schema.d.ts +4 -2
  2. package/lib/Schema.js.map +1 -1
  3. package/lib/SchemaRenderer.d.ts +2 -2
  4. package/lib/SchemaRenderer.js +3 -3
  5. package/lib/SchemaRenderer.js.map +2 -2
  6. package/lib/actions/Action.d.ts +8 -6
  7. package/lib/actions/Action.js.map +2 -2
  8. package/lib/actions/AjaxAction.d.ts +10 -7
  9. package/lib/actions/AjaxAction.js +27 -21
  10. package/lib/actions/AjaxAction.js.map +2 -2
  11. package/lib/actions/BreakAction.d.ts +2 -2
  12. package/lib/actions/BreakAction.js.map +1 -1
  13. package/lib/actions/BroadcastAction.d.ts +3 -3
  14. package/lib/actions/BroadcastAction.js +3 -2
  15. package/lib/actions/BroadcastAction.js.map +2 -2
  16. package/lib/actions/CmptAction.d.ts +2 -2
  17. package/lib/actions/CmptAction.js +7 -9
  18. package/lib/actions/CmptAction.js.map +2 -2
  19. package/lib/actions/ContinueAction.d.ts +2 -2
  20. package/lib/actions/ContinueAction.js.map +1 -1
  21. package/lib/actions/CopyAction.d.ts +7 -4
  22. package/lib/actions/CopyAction.js +8 -6
  23. package/lib/actions/CopyAction.js.map +2 -2
  24. package/lib/actions/CustomAction.d.ts +2 -2
  25. package/lib/actions/CustomAction.js.map +1 -1
  26. package/lib/actions/DialogAction.d.ts +14 -8
  27. package/lib/actions/DialogAction.js +6 -6
  28. package/lib/actions/DialogAction.js.map +2 -2
  29. package/lib/actions/DrawerAction.d.ts +3 -3
  30. package/lib/actions/DrawerAction.js.map +1 -1
  31. package/lib/actions/EmailAction.d.ts +10 -7
  32. package/lib/actions/EmailAction.js +4 -5
  33. package/lib/actions/EmailAction.js.map +2 -2
  34. package/lib/actions/LinkAction.d.ts +19 -11
  35. package/lib/actions/LinkAction.js +6 -5
  36. package/lib/actions/LinkAction.js.map +2 -2
  37. package/lib/actions/LoopAction.d.ts +6 -3
  38. package/lib/actions/LoopAction.js +22 -20
  39. package/lib/actions/LoopAction.js.map +2 -2
  40. package/lib/actions/PageAction.d.ts +8 -5
  41. package/lib/actions/PageAction.js +3 -2
  42. package/lib/actions/PageAction.js.map +2 -2
  43. package/lib/actions/ParallelAction.d.ts +2 -2
  44. package/lib/actions/ParallelAction.js.map +1 -1
  45. package/lib/actions/SwitchAction.d.ts +2 -2
  46. package/lib/actions/SwitchAction.js.map +1 -1
  47. package/lib/actions/ToastAction.d.ts +2 -2
  48. package/lib/actions/ToastAction.js +6 -4
  49. package/lib/actions/ToastAction.js.map +2 -2
  50. package/lib/components/Editor.d.ts +84 -84
  51. package/lib/components/InputBox.js +1 -1
  52. package/lib/components/InputBox.js.map +2 -2
  53. package/lib/components/Pagination.d.ts +1175 -0
  54. package/lib/components/Pagination.js +274 -0
  55. package/lib/components/Pagination.js.map +13 -0
  56. package/lib/components/PickerContainer.d.ts +1 -0
  57. package/lib/components/PickerContainer.js +3 -2
  58. package/lib/components/PickerContainer.js.map +2 -2
  59. package/lib/components/Rating.js +11 -9
  60. package/lib/components/Rating.js.map +2 -2
  61. package/lib/components/Select.js +3 -3
  62. package/lib/components/Select.js.map +2 -2
  63. package/lib/components/Tag.d.ts +148 -0
  64. package/lib/components/Tag.js +96 -0
  65. package/lib/components/Tag.js.map +13 -0
  66. package/lib/components/TooltipWrapper.d.ts +25 -21
  67. package/lib/components/TooltipWrapper.js +11 -1
  68. package/lib/components/TooltipWrapper.js.map +2 -2
  69. package/lib/components/TransferDropDown.d.ts +85 -84
  70. package/lib/components/TransferDropDown.js +2 -2
  71. package/lib/components/TransferDropDown.js.map +2 -2
  72. package/lib/components/Tree.d.ts +84 -84
  73. package/lib/components/formula/VariableList.d.ts +1 -0
  74. package/lib/components/formula/VariableList.js.map +2 -2
  75. package/lib/components/icons.js +2 -0
  76. package/lib/components/icons.js.map +2 -2
  77. package/lib/components/index.d.ts +4 -1
  78. package/lib/components/index.js +7 -1
  79. package/lib/components/index.js.map +2 -2
  80. package/lib/components/schema-editor/Array.d.ts +11 -0
  81. package/lib/components/schema-editor/Array.js +66 -0
  82. package/lib/components/schema-editor/Array.js.map +13 -0
  83. package/lib/components/schema-editor/Common.d.ts +29 -0
  84. package/lib/components/schema-editor/Common.js +69 -0
  85. package/lib/components/schema-editor/Common.js.map +13 -0
  86. package/lib/components/schema-editor/Item.d.ts +9 -0
  87. package/lib/components/schema-editor/Item.js +31 -0
  88. package/lib/components/schema-editor/Item.js.map +13 -0
  89. package/lib/components/schema-editor/Object.d.ts +44 -0
  90. package/lib/components/schema-editor/Object.js +191 -0
  91. package/lib/components/schema-editor/Object.js.map +13 -0
  92. package/lib/components/schema-editor/SchemaVariableList.d.ts +316 -0
  93. package/lib/components/schema-editor/SchemaVariableList.js +74 -0
  94. package/lib/components/schema-editor/SchemaVariableList.js.map +13 -0
  95. package/lib/components/schema-editor/SchemaVariableListPicker.d.ts +305 -0
  96. package/lib/components/schema-editor/SchemaVariableListPicker.js +32 -0
  97. package/lib/components/schema-editor/SchemaVariableListPicker.js.map +13 -0
  98. package/lib/components/schema-editor/index.d.ts +520 -0
  99. package/lib/components/schema-editor/index.js +118 -0
  100. package/lib/components/schema-editor/index.js.map +13 -0
  101. package/lib/components/table/Cell.d.ts +930 -0
  102. package/lib/components/table/Cell.js +36 -0
  103. package/lib/components/table/Cell.js.map +13 -0
  104. package/lib/components/table/HeadCellDropDown.d.ts +514 -0
  105. package/lib/components/table/HeadCellDropDown.js +52 -0
  106. package/lib/components/table/HeadCellDropDown.js.map +13 -0
  107. package/lib/components/table/HeadCellFilter.d.ts +771 -0
  108. package/lib/components/table/HeadCellFilter.js +106 -0
  109. package/lib/components/table/HeadCellFilter.js.map +13 -0
  110. package/lib/components/table/HeadCellSelect.d.ts +672 -0
  111. package/lib/components/table/HeadCellSelect.js +46 -0
  112. package/lib/components/table/HeadCellSelect.js.map +13 -0
  113. package/lib/components/table/HeadCellSort.d.ts +498 -0
  114. package/lib/components/table/HeadCellSort.js +67 -0
  115. package/lib/components/table/HeadCellSort.js.map +13 -0
  116. package/lib/components/table/index.d.ts +1355 -0
  117. package/lib/components/table/index.js +1095 -0
  118. package/lib/components/table/index.js.map +13 -0
  119. package/lib/env.d.ts +2 -4
  120. package/lib/env.js.map +2 -2
  121. package/lib/factory.js +0 -95
  122. package/lib/factory.js.map +2 -2
  123. package/lib/icons/dot.js +11 -0
  124. package/lib/index.d.ts +6 -1
  125. package/lib/index.js +9 -2
  126. package/lib/index.js.map +2 -2
  127. package/lib/locale/de-DE.js +18 -1
  128. package/lib/locale/de-DE.js.map +2 -2
  129. package/lib/locale/en-US.js +18 -1
  130. package/lib/locale/en-US.js.map +2 -2
  131. package/lib/locale/zh-CN.js +20 -1
  132. package/lib/locale/zh-CN.js.map +2 -2
  133. package/lib/renderers/Action.js +0 -2
  134. package/lib/renderers/Action.js.map +2 -2
  135. package/lib/renderers/Carousel.d.ts +5 -1
  136. package/lib/renderers/Carousel.js +18 -5
  137. package/lib/renderers/Carousel.js.map +2 -2
  138. package/lib/renderers/Form/ButtonGroupSelect.d.ts +2 -0
  139. package/lib/renderers/Form/ButtonGroupSelect.js +7 -0
  140. package/lib/renderers/Form/ButtonGroupSelect.js.map +2 -2
  141. package/lib/renderers/Form/Checkbox.js +3 -4
  142. package/lib/renderers/Form/Checkbox.js.map +2 -2
  143. package/lib/renderers/Form/Checkboxes.d.ts +2 -1
  144. package/lib/renderers/Form/Checkboxes.js +19 -14
  145. package/lib/renderers/Form/Checkboxes.js.map +2 -2
  146. package/lib/renderers/Form/Combo.js +23 -4
  147. package/lib/renderers/Form/Combo.js.map +2 -2
  148. package/lib/renderers/Form/DiffEditor.d.ts +126 -18
  149. package/lib/renderers/Form/Editor.d.ts +412 -112
  150. package/lib/renderers/Form/Editor.js +10 -1
  151. package/lib/renderers/Form/Editor.js.map +2 -2
  152. package/lib/renderers/Form/InputExcel.js +6 -1
  153. package/lib/renderers/Form/InputExcel.js.map +2 -2
  154. package/lib/renderers/Form/InputFile.js +1 -2
  155. package/lib/renderers/Form/InputFile.js.map +2 -2
  156. package/lib/renderers/Form/InputTree.js +1 -1
  157. package/lib/renderers/Form/InputTree.js.map +2 -2
  158. package/lib/renderers/Form/Item.d.ts +0 -6
  159. package/lib/renderers/Form/JSONSchemaEditor.d.ts +41 -0
  160. package/lib/renderers/Form/JSONSchemaEditor.js +33 -0
  161. package/lib/renderers/Form/JSONSchemaEditor.js.map +13 -0
  162. package/lib/renderers/Form/ListSelect.d.ts +2 -0
  163. package/lib/renderers/Form/ListSelect.js +7 -0
  164. package/lib/renderers/Form/ListSelect.js.map +2 -2
  165. package/lib/renderers/Form/Options.js +1 -0
  166. package/lib/renderers/Form/Options.js.map +2 -2
  167. package/lib/renderers/Form/Select.js +12 -1
  168. package/lib/renderers/Form/Select.js.map +2 -2
  169. package/lib/renderers/Form/TabsTransfer.d.ts +1 -1
  170. package/lib/renderers/Form/TabsTransfer.js +2 -2
  171. package/lib/renderers/Form/TabsTransfer.js.map +2 -2
  172. package/lib/renderers/Form/TreeSelect.d.ts +4 -0
  173. package/lib/renderers/Form/TreeSelect.js +2 -2
  174. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  175. package/lib/renderers/Form/wrapControl.js +10 -5
  176. package/lib/renderers/Form/wrapControl.js.map +2 -2
  177. package/lib/renderers/Pagination.d.ts +49 -30
  178. package/lib/renderers/Pagination.js +3 -132
  179. package/lib/renderers/Pagination.js.map +2 -2
  180. package/lib/renderers/Table/HeadCellSearchDropdown.js +0 -1
  181. package/lib/renderers/Table/HeadCellSearchDropdown.js.map +2 -2
  182. package/lib/renderers/Table-v2/HeadCellSearchDropdown.d.ts +29 -0
  183. package/lib/renderers/Table-v2/HeadCellSearchDropdown.js +158 -0
  184. package/lib/renderers/Table-v2/HeadCellSearchDropdown.js.map +13 -0
  185. package/lib/renderers/Table-v2/TableCell.d.ts +6 -0
  186. package/lib/renderers/Table-v2/TableCell.js +28 -0
  187. package/lib/renderers/Table-v2/TableCell.js.map +13 -0
  188. package/lib/renderers/Table-v2/index.d.ts +256 -0
  189. package/lib/renderers/Table-v2/index.js +548 -0
  190. package/lib/renderers/Table-v2/index.js.map +13 -0
  191. package/lib/renderers/Tabs.js +1 -1
  192. package/lib/renderers/Tabs.js.map +2 -2
  193. package/lib/renderers/Tag.d.ts +66 -0
  194. package/lib/renderers/Tag.js +53 -0
  195. package/lib/renderers/Tag.js.map +13 -0
  196. package/lib/renderers/Wizard.js +3 -3
  197. package/lib/renderers/Wizard.js.map +2 -2
  198. package/lib/schemaExtend.js +24 -30
  199. package/lib/schemaExtend.js.map +2 -2
  200. package/lib/store/combo.d.ts +140 -20
  201. package/lib/store/form.d.ts +56 -8
  202. package/lib/store/formItem.d.ts +3 -1
  203. package/lib/store/formItem.js +3 -1
  204. package/lib/store/formItem.js.map +2 -2
  205. package/lib/store/index.js +2 -0
  206. package/lib/store/index.js.map +2 -2
  207. package/lib/store/table-v2.d.ts +308 -0
  208. package/lib/store/table-v2.js +452 -0
  209. package/lib/store/table-v2.js.map +13 -0
  210. package/lib/store/table.d.ts +112 -16
  211. package/lib/store/table.js +1 -1
  212. package/lib/store/table.js.map +2 -2
  213. package/lib/themes/ang-ie11.css +1686 -120
  214. package/lib/themes/ang.css +1807 -208
  215. package/lib/themes/ang.css.map +1 -1
  216. package/lib/themes/antd-ie11.css +1667 -101
  217. package/lib/themes/antd.css +1789 -201
  218. package/lib/themes/antd.css.map +1 -1
  219. package/lib/themes/cxd-ie11.css +1662 -97
  220. package/lib/themes/cxd.css +1983 -394
  221. package/lib/themes/cxd.css.map +1 -1
  222. package/lib/themes/dark-ie11.css +1667 -101
  223. package/lib/themes/dark.css +1789 -201
  224. package/lib/themes/dark.css.map +1 -1
  225. package/lib/themes/default-ie11.css +1662 -97
  226. package/lib/themes/default.css +1983 -394
  227. package/lib/themes/default.css.map +1 -1
  228. package/lib/utils/DataSchema.d.ts +25 -0
  229. package/lib/utils/DataSchema.js +104 -0
  230. package/lib/utils/DataSchema.js.map +13 -0
  231. package/lib/utils/DataScope.d.ts +23 -0
  232. package/lib/utils/DataScope.js +140 -0
  233. package/lib/utils/DataScope.js.map +13 -0
  234. package/lib/utils/handleAction.js +1 -1
  235. package/lib/utils/handleAction.js.map +2 -2
  236. package/lib/utils/renderer-event.d.ts +8 -2
  237. package/lib/utils/renderer-event.js +102 -1
  238. package/lib/utils/renderer-event.js.map +2 -2
  239. package/package.json +3 -2
  240. package/schema.json +1476 -469
  241. package/scss/_properties.scss +69 -0
  242. package/scss/components/_button.scss +37 -39
  243. package/scss/components/_context-menu.scss +3 -18
  244. package/scss/components/_json-schema-editor.scss +126 -0
  245. package/scss/components/_pagination.scss +104 -23
  246. package/scss/components/_result-box.scss +2 -2
  247. package/scss/components/_table-v2.scss +912 -0
  248. package/scss/components/_tag.scss +177 -0
  249. package/scss/components/form/_selection.scss +1 -14
  250. package/scss/components/form/_text.scss +1 -1
  251. package/scss/themes/_antd-variables.scss +0 -13
  252. package/scss/themes/_common.scss +3 -0
  253. package/scss/themes/_cxd-variables.scss +7 -17
  254. package/scss/themes/_dark-variables.scss +0 -13
  255. package/scss/themes/cxd.scss +1 -1
  256. package/sdk/ang-ie11.css +2240 -227
  257. package/sdk/ang.css +2905 -859
  258. package/sdk/antd-ie11.css +2233 -220
  259. package/sdk/antd.css +2905 -870
  260. package/sdk/barcode.js +51 -51
  261. package/sdk/charts.js +14 -14
  262. package/sdk/codemirror.js +7 -7
  263. package/sdk/color-picker.js +65 -65
  264. package/sdk/cropperjs.js +2 -2
  265. package/sdk/cxd-ie11.css +2223 -211
  266. package/sdk/cxd.css +2911 -875
  267. package/sdk/dark-ie11.css +2233 -220
  268. package/sdk/dark.css +2905 -870
  269. package/sdk/exceljs.js +1 -1
  270. package/sdk/locale/de-DE.js +18 -1
  271. package/sdk/markdown.js +69 -69
  272. package/sdk/papaparse.js +1 -1
  273. package/sdk/renderers/Form/CityDB.js +1 -1
  274. package/sdk/rest.js +16 -16
  275. package/sdk/rich-text.js +62 -62
  276. package/sdk/sdk-ie11.css +2223 -211
  277. package/sdk/sdk.css +2911 -875
  278. package/sdk/sdk.js +1326 -1270
  279. package/sdk/thirds/hls.js/hls.js +1 -1
  280. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  281. package/sdk/tinymce.js +57 -57
  282. package/src/Schema.ts +7 -0
  283. package/src/SchemaRenderer.tsx +4 -5
  284. package/src/actions/Action.ts +7 -6
  285. package/src/actions/AjaxAction.ts +33 -24
  286. package/src/actions/BreakAction.ts +2 -2
  287. package/src/actions/BroadcastAction.ts +6 -5
  288. package/src/actions/CmptAction.ts +5 -6
  289. package/src/actions/ContinueAction.ts +2 -2
  290. package/src/actions/CopyAction.ts +14 -8
  291. package/src/actions/CustomAction.ts +2 -2
  292. package/src/actions/DialogAction.ts +16 -10
  293. package/src/actions/DrawerAction.ts +3 -3
  294. package/src/actions/EmailAction.ts +12 -12
  295. package/src/actions/LinkAction.ts +34 -14
  296. package/src/actions/LoopAction.ts +13 -8
  297. package/src/actions/PageAction.ts +9 -6
  298. package/src/actions/ParallelAction.ts +2 -2
  299. package/src/actions/SwitchAction.ts +2 -2
  300. package/src/actions/ToastAction.ts +9 -5
  301. package/src/components/InputBox.tsx +1 -0
  302. package/src/components/Pagination.tsx +446 -0
  303. package/src/components/PickerContainer.tsx +8 -5
  304. package/src/components/Rating.tsx +16 -9
  305. package/src/components/Select.tsx +3 -3
  306. package/src/components/Tag.tsx +179 -0
  307. package/src/components/TooltipWrapper.tsx +14 -1
  308. package/src/components/TransferDropDown.tsx +3 -0
  309. package/src/components/formula/VariableList.tsx +1 -0
  310. package/src/components/icons.tsx +2 -0
  311. package/src/components/index.tsx +7 -1
  312. package/src/components/schema-editor/Array.tsx +95 -0
  313. package/src/components/schema-editor/Common.tsx +138 -0
  314. package/src/components/schema-editor/Item.tsx +36 -0
  315. package/src/components/schema-editor/Object.tsx +299 -0
  316. package/src/components/schema-editor/SchemaVariableList.tsx +97 -0
  317. package/src/components/schema-editor/SchemaVariableListPicker.tsx +66 -0
  318. package/src/components/schema-editor/index.tsx +211 -0
  319. package/src/components/table/Cell.tsx +70 -0
  320. package/src/components/table/HeadCellDropDown.tsx +115 -0
  321. package/src/components/table/HeadCellFilter.tsx +193 -0
  322. package/src/components/table/HeadCellSelect.tsx +86 -0
  323. package/src/components/table/HeadCellSort.tsx +102 -0
  324. package/src/components/table/index.tsx +1681 -0
  325. package/src/env.tsx +7 -14
  326. package/src/factory.tsx +3 -106
  327. package/src/icons/dot.svg +11 -0
  328. package/src/index.tsx +8 -1
  329. package/src/locale/de-DE.ts +18 -1
  330. package/src/locale/en-US.ts +18 -1
  331. package/src/locale/zh-CN.ts +20 -1
  332. package/src/renderers/Action.tsx +1 -1
  333. package/src/renderers/Carousel.tsx +21 -6
  334. package/src/renderers/Form/ButtonGroupSelect.tsx +10 -1
  335. package/src/renderers/Form/Checkbox.tsx +4 -4
  336. package/src/renderers/Form/Checkboxes.tsx +31 -25
  337. package/src/renderers/Form/Combo.tsx +20 -4
  338. package/src/renderers/Form/Editor.tsx +15 -1
  339. package/src/renderers/Form/InputExcel.tsx +6 -1
  340. package/src/renderers/Form/InputFile.tsx +1 -2
  341. package/src/renderers/Form/InputTree.tsx +1 -1
  342. package/src/renderers/Form/JSONSchemaEditor.tsx +67 -0
  343. package/src/renderers/Form/ListSelect.tsx +9 -1
  344. package/src/renderers/Form/Options.tsx +1 -1
  345. package/src/renderers/Form/Select.tsx +7 -0
  346. package/src/renderers/Form/TabsTransfer.tsx +2 -2
  347. package/src/renderers/Form/TreeSelect.tsx +8 -1
  348. package/src/renderers/Form/wrapControl.tsx +11 -5
  349. package/src/renderers/Pagination.tsx +65 -253
  350. package/src/renderers/Table/HeadCellSearchDropdown.tsx +0 -1
  351. package/src/renderers/Table-v2/HeadCellSearchDropdown.tsx +244 -0
  352. package/src/renderers/Table-v2/TableCell.tsx +19 -0
  353. package/src/renderers/Table-v2/index.tsx +1140 -0
  354. package/src/renderers/Tabs.tsx +1 -1
  355. package/src/renderers/Tag.tsx +128 -0
  356. package/src/renderers/Wizard.tsx +3 -3
  357. package/src/schemaExtend.ts +24 -28
  358. package/src/store/formItem.ts +5 -1
  359. package/src/store/index.ts +2 -0
  360. package/src/store/table-v2.ts +646 -0
  361. package/src/store/table.ts +1 -1
  362. package/src/utils/DataSchema.ts +131 -0
  363. package/src/utils/DataScope.ts +190 -0
  364. package/src/utils/handleAction.ts +1 -1
  365. package/src/utils/renderer-event.ts +113 -2
@@ -0,0 +1,930 @@
1
+ /**
2
+ * @file table/BodyCell
3
+ * @author fex
4
+ */
5
+ /// <reference types="hoist-non-react-statics" />
6
+ import React from 'react';
7
+ import { ThemeProps } from '../../theme';
8
+ import { LocaleProps } from '../../locale';
9
+ import { ColumnProps } from './index';
10
+ export interface Props extends ThemeProps, LocaleProps {
11
+ fixed?: string | boolean;
12
+ rowSpan?: number | any;
13
+ colSpan?: number | any;
14
+ key?: string | number;
15
+ className?: string;
16
+ children?: any;
17
+ tagName?: string;
18
+ style?: Object;
19
+ column?: ColumnProps;
20
+ wrapperComponent: any;
21
+ groupId?: string;
22
+ depth?: number;
23
+ }
24
+ export declare class BodyCell extends React.Component<Props> {
25
+ static defaultProps: {
26
+ fixed: string;
27
+ wrapperComponent: string;
28
+ rowSpan: null;
29
+ colSpan: null;
30
+ };
31
+ render(): JSX.Element;
32
+ }
33
+ declare const _default: {
34
+ new (props: (Omit<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
35
+ fixed: string;
36
+ wrapperComponent: string;
37
+ rowSpan: null;
38
+ colSpan: null;
39
+ }, never>> & {
40
+ locale?: string | undefined;
41
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
42
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
43
+ fixed: string;
44
+ wrapperComponent: string;
45
+ rowSpan: null;
46
+ colSpan: null;
47
+ }, never>> & {
48
+ locale?: string | undefined;
49
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
50
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>): {
51
+ render(): JSX.Element;
52
+ context: any;
53
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
54
+ fixed: string;
55
+ wrapperComponent: string;
56
+ rowSpan: null;
57
+ colSpan: null;
58
+ }, never>> & {
59
+ locale?: string | undefined;
60
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
61
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
62
+ forceUpdate(callback?: (() => void) | undefined): void;
63
+ readonly props: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
64
+ fixed: string;
65
+ wrapperComponent: string;
66
+ rowSpan: null;
67
+ colSpan: null;
68
+ }, never>> & {
69
+ locale?: string | undefined;
70
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
71
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps> & Readonly<{
72
+ children?: React.ReactNode;
73
+ }>;
74
+ state: Readonly<{}>;
75
+ refs: {
76
+ [key: string]: React.ReactInstance;
77
+ };
78
+ componentDidMount?(): void;
79
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
80
+ fixed: string;
81
+ wrapperComponent: string;
82
+ rowSpan: null;
83
+ colSpan: null;
84
+ }, never>> & {
85
+ locale?: string | undefined;
86
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
87
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
88
+ componentWillUnmount?(): void;
89
+ componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
90
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
91
+ fixed: string;
92
+ wrapperComponent: string;
93
+ rowSpan: null;
94
+ colSpan: null;
95
+ }, never>> & {
96
+ locale?: string | undefined;
97
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
98
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
99
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
100
+ fixed: string;
101
+ wrapperComponent: string;
102
+ rowSpan: null;
103
+ colSpan: null;
104
+ }, never>> & {
105
+ locale?: string | undefined;
106
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
107
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
108
+ componentWillMount?(): void;
109
+ UNSAFE_componentWillMount?(): void;
110
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
111
+ fixed: string;
112
+ wrapperComponent: string;
113
+ rowSpan: null;
114
+ colSpan: null;
115
+ }, never>> & {
116
+ locale?: string | undefined;
117
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
118
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
119
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
120
+ fixed: string;
121
+ wrapperComponent: string;
122
+ rowSpan: null;
123
+ colSpan: null;
124
+ }, never>> & {
125
+ locale?: string | undefined;
126
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
127
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
128
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
129
+ fixed: string;
130
+ wrapperComponent: string;
131
+ rowSpan: null;
132
+ colSpan: null;
133
+ }, never>> & {
134
+ locale?: string | undefined;
135
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
136
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
137
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
138
+ fixed: string;
139
+ wrapperComponent: string;
140
+ rowSpan: null;
141
+ colSpan: null;
142
+ }, never>> & {
143
+ locale?: string | undefined;
144
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
145
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
146
+ };
147
+ new (props: Omit<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
148
+ fixed: string;
149
+ wrapperComponent: string;
150
+ rowSpan: null;
151
+ colSpan: null;
152
+ }, never>> & {
153
+ locale?: string | undefined;
154
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
155
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps, context: any): {
156
+ render(): JSX.Element;
157
+ context: any;
158
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
159
+ fixed: string;
160
+ wrapperComponent: string;
161
+ rowSpan: null;
162
+ colSpan: null;
163
+ }, never>> & {
164
+ locale?: string | undefined;
165
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
166
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
167
+ forceUpdate(callback?: (() => void) | undefined): void;
168
+ readonly props: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
169
+ fixed: string;
170
+ wrapperComponent: string;
171
+ rowSpan: null;
172
+ colSpan: null;
173
+ }, never>> & {
174
+ locale?: string | undefined;
175
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
176
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps> & Readonly<{
177
+ children?: React.ReactNode;
178
+ }>;
179
+ state: Readonly<{}>;
180
+ refs: {
181
+ [key: string]: React.ReactInstance;
182
+ };
183
+ componentDidMount?(): void;
184
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
185
+ fixed: string;
186
+ wrapperComponent: string;
187
+ rowSpan: null;
188
+ colSpan: null;
189
+ }, never>> & {
190
+ locale?: string | undefined;
191
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
192
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
193
+ componentWillUnmount?(): void;
194
+ componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
195
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
196
+ fixed: string;
197
+ wrapperComponent: string;
198
+ rowSpan: null;
199
+ colSpan: null;
200
+ }, never>> & {
201
+ locale?: string | undefined;
202
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
203
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
204
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
205
+ fixed: string;
206
+ wrapperComponent: string;
207
+ rowSpan: null;
208
+ colSpan: null;
209
+ }, never>> & {
210
+ locale?: string | undefined;
211
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
212
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
213
+ componentWillMount?(): void;
214
+ UNSAFE_componentWillMount?(): void;
215
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
216
+ fixed: string;
217
+ wrapperComponent: string;
218
+ rowSpan: null;
219
+ colSpan: null;
220
+ }, never>> & {
221
+ locale?: string | undefined;
222
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
223
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
224
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
225
+ fixed: string;
226
+ wrapperComponent: string;
227
+ rowSpan: null;
228
+ colSpan: null;
229
+ }, never>> & {
230
+ locale?: string | undefined;
231
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
232
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
233
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
234
+ fixed: string;
235
+ wrapperComponent: string;
236
+ rowSpan: null;
237
+ colSpan: null;
238
+ }, never>> & {
239
+ locale?: string | undefined;
240
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
241
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
242
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
243
+ fixed: string;
244
+ wrapperComponent: string;
245
+ rowSpan: null;
246
+ colSpan: null;
247
+ }, never>> & {
248
+ locale?: string | undefined;
249
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
250
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
251
+ };
252
+ displayName: string;
253
+ contextType: React.Context<string>;
254
+ ComposedComponent: React.ComponentType<{
255
+ new (props: (Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
256
+ fixed: string;
257
+ wrapperComponent: string;
258
+ rowSpan: null;
259
+ colSpan: null;
260
+ }, never>> & {
261
+ locale?: string | undefined;
262
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
263
+ }) | Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
264
+ fixed: string;
265
+ wrapperComponent: string;
266
+ rowSpan: null;
267
+ colSpan: null;
268
+ }, never>> & {
269
+ locale?: string | undefined;
270
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
271
+ }>): {
272
+ render(): JSX.Element;
273
+ context: any;
274
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
275
+ fixed: string;
276
+ wrapperComponent: string;
277
+ rowSpan: null;
278
+ colSpan: null;
279
+ }, never>> & {
280
+ locale?: string | undefined;
281
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
282
+ }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
283
+ forceUpdate(callback?: (() => void) | undefined): void;
284
+ readonly props: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
285
+ fixed: string;
286
+ wrapperComponent: string;
287
+ rowSpan: null;
288
+ colSpan: null;
289
+ }, never>> & {
290
+ locale?: string | undefined;
291
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
292
+ }> & Readonly<{
293
+ children?: React.ReactNode;
294
+ }>;
295
+ state: Readonly<{}>;
296
+ refs: {
297
+ [key: string]: React.ReactInstance;
298
+ };
299
+ componentDidMount?(): void;
300
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
301
+ fixed: string;
302
+ wrapperComponent: string;
303
+ rowSpan: null;
304
+ colSpan: null;
305
+ }, never>> & {
306
+ locale?: string | undefined;
307
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
308
+ }>, nextState: Readonly<{}>, nextContext: any): boolean;
309
+ componentWillUnmount?(): void;
310
+ componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
311
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
312
+ fixed: string;
313
+ wrapperComponent: string;
314
+ rowSpan: null;
315
+ colSpan: null;
316
+ }, never>> & {
317
+ locale?: string | undefined;
318
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
319
+ }>, prevState: Readonly<{}>): any;
320
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
321
+ fixed: string;
322
+ wrapperComponent: string;
323
+ rowSpan: null;
324
+ colSpan: null;
325
+ }, never>> & {
326
+ locale?: string | undefined;
327
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
328
+ }>, prevState: Readonly<{}>, snapshot?: any): void;
329
+ componentWillMount?(): void;
330
+ UNSAFE_componentWillMount?(): void;
331
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
332
+ fixed: string;
333
+ wrapperComponent: string;
334
+ rowSpan: null;
335
+ colSpan: null;
336
+ }, never>> & {
337
+ locale?: string | undefined;
338
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
339
+ }>, nextContext: any): void;
340
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
341
+ fixed: string;
342
+ wrapperComponent: string;
343
+ rowSpan: null;
344
+ colSpan: null;
345
+ }, never>> & {
346
+ locale?: string | undefined;
347
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
348
+ }>, nextContext: any): void;
349
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
350
+ fixed: string;
351
+ wrapperComponent: string;
352
+ rowSpan: null;
353
+ colSpan: null;
354
+ }, never>> & {
355
+ locale?: string | undefined;
356
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
357
+ }>, nextState: Readonly<{}>, nextContext: any): void;
358
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
359
+ fixed: string;
360
+ wrapperComponent: string;
361
+ rowSpan: null;
362
+ colSpan: null;
363
+ }, never>> & {
364
+ locale?: string | undefined;
365
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
366
+ }>, nextState: Readonly<{}>, nextContext: any): void;
367
+ };
368
+ new (props: Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
369
+ fixed: string;
370
+ wrapperComponent: string;
371
+ rowSpan: null;
372
+ colSpan: null;
373
+ }, never>> & {
374
+ locale?: string | undefined;
375
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
376
+ }, context: any): {
377
+ render(): JSX.Element;
378
+ context: any;
379
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
380
+ fixed: string;
381
+ wrapperComponent: string;
382
+ rowSpan: null;
383
+ colSpan: null;
384
+ }, never>> & {
385
+ locale?: string | undefined;
386
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
387
+ }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
388
+ forceUpdate(callback?: (() => void) | undefined): void;
389
+ readonly props: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
390
+ fixed: string;
391
+ wrapperComponent: string;
392
+ rowSpan: null;
393
+ colSpan: null;
394
+ }, never>> & {
395
+ locale?: string | undefined;
396
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
397
+ }> & Readonly<{
398
+ children?: React.ReactNode;
399
+ }>;
400
+ state: Readonly<{}>;
401
+ refs: {
402
+ [key: string]: React.ReactInstance;
403
+ };
404
+ componentDidMount?(): void;
405
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
406
+ fixed: string;
407
+ wrapperComponent: string;
408
+ rowSpan: null;
409
+ colSpan: null;
410
+ }, never>> & {
411
+ locale?: string | undefined;
412
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
413
+ }>, nextState: Readonly<{}>, nextContext: any): boolean;
414
+ componentWillUnmount?(): void;
415
+ componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
416
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
417
+ fixed: string;
418
+ wrapperComponent: string;
419
+ rowSpan: null;
420
+ colSpan: null;
421
+ }, never>> & {
422
+ locale?: string | undefined;
423
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
424
+ }>, prevState: Readonly<{}>): any;
425
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
426
+ fixed: string;
427
+ wrapperComponent: string;
428
+ rowSpan: null;
429
+ colSpan: null;
430
+ }, never>> & {
431
+ locale?: string | undefined;
432
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
433
+ }>, prevState: Readonly<{}>, snapshot?: any): void;
434
+ componentWillMount?(): void;
435
+ UNSAFE_componentWillMount?(): void;
436
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
437
+ fixed: string;
438
+ wrapperComponent: string;
439
+ rowSpan: null;
440
+ colSpan: null;
441
+ }, never>> & {
442
+ locale?: string | undefined;
443
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
444
+ }>, nextContext: any): void;
445
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
446
+ fixed: string;
447
+ wrapperComponent: string;
448
+ rowSpan: null;
449
+ colSpan: null;
450
+ }, never>> & {
451
+ locale?: string | undefined;
452
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
453
+ }>, nextContext: any): void;
454
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
455
+ fixed: string;
456
+ wrapperComponent: string;
457
+ rowSpan: null;
458
+ colSpan: null;
459
+ }, never>> & {
460
+ locale?: string | undefined;
461
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
462
+ }>, nextState: Readonly<{}>, nextContext: any): void;
463
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
464
+ fixed: string;
465
+ wrapperComponent: string;
466
+ rowSpan: null;
467
+ colSpan: null;
468
+ }, never>> & {
469
+ locale?: string | undefined;
470
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
471
+ }>, nextState: Readonly<{}>, nextContext: any): void;
472
+ };
473
+ displayName: string;
474
+ contextType: React.Context<string>;
475
+ ComposedComponent: React.ComponentType<typeof BodyCell>;
476
+ } & import("hoist-non-react-statics").NonReactStatics<typeof BodyCell, {}> & {
477
+ ComposedComponent: typeof BodyCell;
478
+ }>;
479
+ } & import("hoist-non-react-statics").NonReactStatics<{
480
+ new (props: (Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
481
+ fixed: string;
482
+ wrapperComponent: string;
483
+ rowSpan: null;
484
+ colSpan: null;
485
+ }, never>> & {
486
+ locale?: string | undefined;
487
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
488
+ }) | Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
489
+ fixed: string;
490
+ wrapperComponent: string;
491
+ rowSpan: null;
492
+ colSpan: null;
493
+ }, never>> & {
494
+ locale?: string | undefined;
495
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
496
+ }>): {
497
+ render(): JSX.Element;
498
+ context: any;
499
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
500
+ fixed: string;
501
+ wrapperComponent: string;
502
+ rowSpan: null;
503
+ colSpan: null;
504
+ }, never>> & {
505
+ locale?: string | undefined;
506
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
507
+ }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
508
+ forceUpdate(callback?: (() => void) | undefined): void;
509
+ readonly props: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
510
+ fixed: string;
511
+ wrapperComponent: string;
512
+ rowSpan: null;
513
+ colSpan: null;
514
+ }, never>> & {
515
+ locale?: string | undefined;
516
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
517
+ }> & Readonly<{
518
+ children?: React.ReactNode;
519
+ }>;
520
+ state: Readonly<{}>;
521
+ refs: {
522
+ [key: string]: React.ReactInstance;
523
+ };
524
+ componentDidMount?(): void;
525
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
526
+ fixed: string;
527
+ wrapperComponent: string;
528
+ rowSpan: null;
529
+ colSpan: null;
530
+ }, never>> & {
531
+ locale?: string | undefined;
532
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
533
+ }>, nextState: Readonly<{}>, nextContext: any): boolean;
534
+ componentWillUnmount?(): void;
535
+ componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
536
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
537
+ fixed: string;
538
+ wrapperComponent: string;
539
+ rowSpan: null;
540
+ colSpan: null;
541
+ }, never>> & {
542
+ locale?: string | undefined;
543
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
544
+ }>, prevState: Readonly<{}>): any;
545
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
546
+ fixed: string;
547
+ wrapperComponent: string;
548
+ rowSpan: null;
549
+ colSpan: null;
550
+ }, never>> & {
551
+ locale?: string | undefined;
552
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
553
+ }>, prevState: Readonly<{}>, snapshot?: any): void;
554
+ componentWillMount?(): void;
555
+ UNSAFE_componentWillMount?(): void;
556
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
557
+ fixed: string;
558
+ wrapperComponent: string;
559
+ rowSpan: null;
560
+ colSpan: null;
561
+ }, never>> & {
562
+ locale?: string | undefined;
563
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
564
+ }>, nextContext: any): void;
565
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
566
+ fixed: string;
567
+ wrapperComponent: string;
568
+ rowSpan: null;
569
+ colSpan: null;
570
+ }, never>> & {
571
+ locale?: string | undefined;
572
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
573
+ }>, nextContext: any): void;
574
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
575
+ fixed: string;
576
+ wrapperComponent: string;
577
+ rowSpan: null;
578
+ colSpan: null;
579
+ }, never>> & {
580
+ locale?: string | undefined;
581
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
582
+ }>, nextState: Readonly<{}>, nextContext: any): void;
583
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
584
+ fixed: string;
585
+ wrapperComponent: string;
586
+ rowSpan: null;
587
+ colSpan: null;
588
+ }, never>> & {
589
+ locale?: string | undefined;
590
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
591
+ }>, nextState: Readonly<{}>, nextContext: any): void;
592
+ };
593
+ new (props: Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
594
+ fixed: string;
595
+ wrapperComponent: string;
596
+ rowSpan: null;
597
+ colSpan: null;
598
+ }, never>> & {
599
+ locale?: string | undefined;
600
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
601
+ }, context: any): {
602
+ render(): JSX.Element;
603
+ context: any;
604
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
605
+ fixed: string;
606
+ wrapperComponent: string;
607
+ rowSpan: null;
608
+ colSpan: null;
609
+ }, never>> & {
610
+ locale?: string | undefined;
611
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
612
+ }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
613
+ forceUpdate(callback?: (() => void) | undefined): void;
614
+ readonly props: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
615
+ fixed: string;
616
+ wrapperComponent: string;
617
+ rowSpan: null;
618
+ colSpan: null;
619
+ }, never>> & {
620
+ locale?: string | undefined;
621
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
622
+ }> & Readonly<{
623
+ children?: React.ReactNode;
624
+ }>;
625
+ state: Readonly<{}>;
626
+ refs: {
627
+ [key: string]: React.ReactInstance;
628
+ };
629
+ componentDidMount?(): void;
630
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
631
+ fixed: string;
632
+ wrapperComponent: string;
633
+ rowSpan: null;
634
+ colSpan: null;
635
+ }, never>> & {
636
+ locale?: string | undefined;
637
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
638
+ }>, nextState: Readonly<{}>, nextContext: any): boolean;
639
+ componentWillUnmount?(): void;
640
+ componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
641
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
642
+ fixed: string;
643
+ wrapperComponent: string;
644
+ rowSpan: null;
645
+ colSpan: null;
646
+ }, never>> & {
647
+ locale?: string | undefined;
648
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
649
+ }>, prevState: Readonly<{}>): any;
650
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
651
+ fixed: string;
652
+ wrapperComponent: string;
653
+ rowSpan: null;
654
+ colSpan: null;
655
+ }, never>> & {
656
+ locale?: string | undefined;
657
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
658
+ }>, prevState: Readonly<{}>, snapshot?: any): void;
659
+ componentWillMount?(): void;
660
+ UNSAFE_componentWillMount?(): void;
661
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
662
+ fixed: string;
663
+ wrapperComponent: string;
664
+ rowSpan: null;
665
+ colSpan: null;
666
+ }, never>> & {
667
+ locale?: string | undefined;
668
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
669
+ }>, nextContext: any): void;
670
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
671
+ fixed: string;
672
+ wrapperComponent: string;
673
+ rowSpan: null;
674
+ colSpan: null;
675
+ }, never>> & {
676
+ locale?: string | undefined;
677
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
678
+ }>, nextContext: any): void;
679
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
680
+ fixed: string;
681
+ wrapperComponent: string;
682
+ rowSpan: null;
683
+ colSpan: null;
684
+ }, never>> & {
685
+ locale?: string | undefined;
686
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
687
+ }>, nextState: Readonly<{}>, nextContext: any): void;
688
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
689
+ fixed: string;
690
+ wrapperComponent: string;
691
+ rowSpan: null;
692
+ colSpan: null;
693
+ }, never>> & {
694
+ locale?: string | undefined;
695
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
696
+ }>, nextState: Readonly<{}>, nextContext: any): void;
697
+ };
698
+ displayName: string;
699
+ contextType: React.Context<string>;
700
+ ComposedComponent: React.ComponentType<typeof BodyCell>;
701
+ } & import("hoist-non-react-statics").NonReactStatics<typeof BodyCell, {}> & {
702
+ ComposedComponent: typeof BodyCell;
703
+ }, {}> & {
704
+ ComposedComponent: {
705
+ new (props: (Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
706
+ fixed: string;
707
+ wrapperComponent: string;
708
+ rowSpan: null;
709
+ colSpan: null;
710
+ }, never>> & {
711
+ locale?: string | undefined;
712
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
713
+ }) | Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
714
+ fixed: string;
715
+ wrapperComponent: string;
716
+ rowSpan: null;
717
+ colSpan: null;
718
+ }, never>> & {
719
+ locale?: string | undefined;
720
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
721
+ }>): {
722
+ render(): JSX.Element;
723
+ context: any;
724
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
725
+ fixed: string;
726
+ wrapperComponent: string;
727
+ rowSpan: null;
728
+ colSpan: null;
729
+ }, never>> & {
730
+ locale?: string | undefined;
731
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
732
+ }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
733
+ forceUpdate(callback?: (() => void) | undefined): void;
734
+ readonly props: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
735
+ fixed: string;
736
+ wrapperComponent: string;
737
+ rowSpan: null;
738
+ colSpan: null;
739
+ }, never>> & {
740
+ locale?: string | undefined;
741
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
742
+ }> & Readonly<{
743
+ children?: React.ReactNode;
744
+ }>;
745
+ state: Readonly<{}>;
746
+ refs: {
747
+ [key: string]: React.ReactInstance;
748
+ };
749
+ componentDidMount?(): void;
750
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
751
+ fixed: string;
752
+ wrapperComponent: string;
753
+ rowSpan: null;
754
+ colSpan: null;
755
+ }, never>> & {
756
+ locale?: string | undefined;
757
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
758
+ }>, nextState: Readonly<{}>, nextContext: any): boolean;
759
+ componentWillUnmount?(): void;
760
+ componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
761
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
762
+ fixed: string;
763
+ wrapperComponent: string;
764
+ rowSpan: null;
765
+ colSpan: null;
766
+ }, never>> & {
767
+ locale?: string | undefined;
768
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
769
+ }>, prevState: Readonly<{}>): any;
770
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
771
+ fixed: string;
772
+ wrapperComponent: string;
773
+ rowSpan: null;
774
+ colSpan: null;
775
+ }, never>> & {
776
+ locale?: string | undefined;
777
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
778
+ }>, prevState: Readonly<{}>, snapshot?: any): void;
779
+ componentWillMount?(): void;
780
+ UNSAFE_componentWillMount?(): void;
781
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
782
+ fixed: string;
783
+ wrapperComponent: string;
784
+ rowSpan: null;
785
+ colSpan: null;
786
+ }, never>> & {
787
+ locale?: string | undefined;
788
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
789
+ }>, nextContext: any): void;
790
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
791
+ fixed: string;
792
+ wrapperComponent: string;
793
+ rowSpan: null;
794
+ colSpan: null;
795
+ }, never>> & {
796
+ locale?: string | undefined;
797
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
798
+ }>, nextContext: any): void;
799
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
800
+ fixed: string;
801
+ wrapperComponent: string;
802
+ rowSpan: null;
803
+ colSpan: null;
804
+ }, never>> & {
805
+ locale?: string | undefined;
806
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
807
+ }>, nextState: Readonly<{}>, nextContext: any): void;
808
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
809
+ fixed: string;
810
+ wrapperComponent: string;
811
+ rowSpan: null;
812
+ colSpan: null;
813
+ }, never>> & {
814
+ locale?: string | undefined;
815
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
816
+ }>, nextState: Readonly<{}>, nextContext: any): void;
817
+ };
818
+ new (props: Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
819
+ fixed: string;
820
+ wrapperComponent: string;
821
+ rowSpan: null;
822
+ colSpan: null;
823
+ }, never>> & {
824
+ locale?: string | undefined;
825
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
826
+ }, context: any): {
827
+ render(): JSX.Element;
828
+ context: any;
829
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
830
+ fixed: string;
831
+ wrapperComponent: string;
832
+ rowSpan: null;
833
+ colSpan: null;
834
+ }, never>> & {
835
+ locale?: string | undefined;
836
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
837
+ }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
838
+ forceUpdate(callback?: (() => void) | undefined): void;
839
+ readonly props: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
840
+ fixed: string;
841
+ wrapperComponent: string;
842
+ rowSpan: null;
843
+ colSpan: null;
844
+ }, never>> & {
845
+ locale?: string | undefined;
846
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
847
+ }> & Readonly<{
848
+ children?: React.ReactNode;
849
+ }>;
850
+ state: Readonly<{}>;
851
+ refs: {
852
+ [key: string]: React.ReactInstance;
853
+ };
854
+ componentDidMount?(): void;
855
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
856
+ fixed: string;
857
+ wrapperComponent: string;
858
+ rowSpan: null;
859
+ colSpan: null;
860
+ }, never>> & {
861
+ locale?: string | undefined;
862
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
863
+ }>, nextState: Readonly<{}>, nextContext: any): boolean;
864
+ componentWillUnmount?(): void;
865
+ componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
866
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
867
+ fixed: string;
868
+ wrapperComponent: string;
869
+ rowSpan: null;
870
+ colSpan: null;
871
+ }, never>> & {
872
+ locale?: string | undefined;
873
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
874
+ }>, prevState: Readonly<{}>): any;
875
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
876
+ fixed: string;
877
+ wrapperComponent: string;
878
+ rowSpan: null;
879
+ colSpan: null;
880
+ }, never>> & {
881
+ locale?: string | undefined;
882
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
883
+ }>, prevState: Readonly<{}>, snapshot?: any): void;
884
+ componentWillMount?(): void;
885
+ UNSAFE_componentWillMount?(): void;
886
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
887
+ fixed: string;
888
+ wrapperComponent: string;
889
+ rowSpan: null;
890
+ colSpan: null;
891
+ }, never>> & {
892
+ locale?: string | undefined;
893
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
894
+ }>, nextContext: any): void;
895
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
896
+ fixed: string;
897
+ wrapperComponent: string;
898
+ rowSpan: null;
899
+ colSpan: null;
900
+ }, never>> & {
901
+ locale?: string | undefined;
902
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
903
+ }>, nextContext: any): void;
904
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
905
+ fixed: string;
906
+ wrapperComponent: string;
907
+ rowSpan: null;
908
+ colSpan: null;
909
+ }, never>> & {
910
+ locale?: string | undefined;
911
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
912
+ }>, nextState: Readonly<{}>, nextContext: any): void;
913
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "classPrefix" | "classnames" | "style" | "children" | "className" | "theme" | "key" | "column" | "depth" | "tagName" | "groupId"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "fixed" | "colSpan" | "rowSpan" | "wrapperComponent">> & Partial<Pick<{
914
+ fixed: string;
915
+ wrapperComponent: string;
916
+ rowSpan: null;
917
+ colSpan: null;
918
+ }, never>> & {
919
+ locale?: string | undefined;
920
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
921
+ }>, nextState: Readonly<{}>, nextContext: any): void;
922
+ };
923
+ displayName: string;
924
+ contextType: React.Context<string>;
925
+ ComposedComponent: React.ComponentType<typeof BodyCell>;
926
+ } & import("hoist-non-react-statics").NonReactStatics<typeof BodyCell, {}> & {
927
+ ComposedComponent: typeof BodyCell;
928
+ };
929
+ };
930
+ export default _default;