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,672 @@
1
+ /**
2
+ * @file table/HeadCellSelect
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 { FilterPayload } from './HeadCellDropDown';
10
+ import { RowSelectionOptionProps } from './index';
11
+ export interface Props extends ThemeProps, LocaleProps {
12
+ selections: Array<RowSelectionOptionProps>;
13
+ keys: Array<string | number> | string;
14
+ popOverContainer?: () => Element | Text | null;
15
+ }
16
+ export interface State {
17
+ key: Array<string | number> | string;
18
+ }
19
+ export declare class HeadCellSelect extends React.Component<Props, State> {
20
+ static defaultProps: {
21
+ selections: never[];
22
+ };
23
+ constructor(props: Props);
24
+ render(): JSX.Element;
25
+ handleClick(confirm: (payload?: FilterPayload) => void, setSelectedKeys?: (keys?: Array<string | number> | string) => void | undefined, selectedKeys?: Array<string> | string): void;
26
+ }
27
+ declare const _default: {
28
+ new (props: (Omit<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
29
+ selections: never[];
30
+ }, never>> & {
31
+ locale?: string | undefined;
32
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
33
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
34
+ selections: never[];
35
+ }, never>> & {
36
+ locale?: string | undefined;
37
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
38
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>): {
39
+ render(): JSX.Element;
40
+ context: any;
41
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
42
+ selections: never[];
43
+ }, never>> & {
44
+ locale?: string | undefined;
45
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
46
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
47
+ forceUpdate(callback?: (() => void) | undefined): void;
48
+ readonly props: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
49
+ selections: never[];
50
+ }, never>> & {
51
+ locale?: string | undefined;
52
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
53
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps> & Readonly<{
54
+ children?: React.ReactNode;
55
+ }>;
56
+ state: Readonly<{}>;
57
+ refs: {
58
+ [key: string]: React.ReactInstance;
59
+ };
60
+ componentDidMount?(): void;
61
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
62
+ selections: never[];
63
+ }, never>> & {
64
+ locale?: string | undefined;
65
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
66
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
67
+ componentWillUnmount?(): void;
68
+ componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
69
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
70
+ selections: never[];
71
+ }, never>> & {
72
+ locale?: string | undefined;
73
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
74
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
75
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
76
+ selections: never[];
77
+ }, never>> & {
78
+ locale?: string | undefined;
79
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
80
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
81
+ componentWillMount?(): void;
82
+ UNSAFE_componentWillMount?(): void;
83
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
84
+ selections: never[];
85
+ }, never>> & {
86
+ locale?: string | undefined;
87
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
88
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
89
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
90
+ selections: never[];
91
+ }, never>> & {
92
+ locale?: string | undefined;
93
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
94
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
95
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
96
+ selections: never[];
97
+ }, never>> & {
98
+ locale?: string | undefined;
99
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
100
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
101
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
102
+ selections: never[];
103
+ }, never>> & {
104
+ locale?: string | undefined;
105
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
106
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
107
+ };
108
+ new (props: Omit<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
109
+ selections: never[];
110
+ }, never>> & {
111
+ locale?: string | undefined;
112
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
113
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps, context: any): {
114
+ render(): JSX.Element;
115
+ context: any;
116
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
117
+ selections: never[];
118
+ }, never>> & {
119
+ locale?: string | undefined;
120
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
121
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
122
+ forceUpdate(callback?: (() => void) | undefined): void;
123
+ readonly props: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
124
+ selections: never[];
125
+ }, never>> & {
126
+ locale?: string | undefined;
127
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
128
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps> & Readonly<{
129
+ children?: React.ReactNode;
130
+ }>;
131
+ state: Readonly<{}>;
132
+ refs: {
133
+ [key: string]: React.ReactInstance;
134
+ };
135
+ componentDidMount?(): void;
136
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
137
+ selections: never[];
138
+ }, never>> & {
139
+ locale?: string | undefined;
140
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
141
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
142
+ componentWillUnmount?(): void;
143
+ componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
144
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
145
+ selections: never[];
146
+ }, never>> & {
147
+ locale?: string | undefined;
148
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
149
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
150
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
151
+ selections: never[];
152
+ }, never>> & {
153
+ locale?: string | undefined;
154
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
155
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
156
+ componentWillMount?(): void;
157
+ UNSAFE_componentWillMount?(): void;
158
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
159
+ selections: never[];
160
+ }, never>> & {
161
+ locale?: string | undefined;
162
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
163
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
164
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
165
+ selections: never[];
166
+ }, never>> & {
167
+ locale?: string | undefined;
168
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
169
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
170
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
171
+ selections: never[];
172
+ }, never>> & {
173
+ locale?: string | undefined;
174
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
175
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
176
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
177
+ selections: never[];
178
+ }, never>> & {
179
+ locale?: string | undefined;
180
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
181
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
182
+ };
183
+ displayName: string;
184
+ contextType: React.Context<string>;
185
+ ComposedComponent: React.ComponentType<{
186
+ new (props: (Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
187
+ selections: never[];
188
+ }, never>> & {
189
+ locale?: string | undefined;
190
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
191
+ }) | Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
192
+ selections: never[];
193
+ }, never>> & {
194
+ locale?: string | undefined;
195
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
196
+ }>): {
197
+ render(): JSX.Element;
198
+ context: any;
199
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
200
+ selections: never[];
201
+ }, never>> & {
202
+ locale?: string | undefined;
203
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
204
+ }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
205
+ forceUpdate(callback?: (() => void) | undefined): void;
206
+ readonly props: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
207
+ selections: never[];
208
+ }, never>> & {
209
+ locale?: string | undefined;
210
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
211
+ }> & Readonly<{
212
+ children?: React.ReactNode;
213
+ }>;
214
+ state: Readonly<{}>;
215
+ refs: {
216
+ [key: string]: React.ReactInstance;
217
+ };
218
+ componentDidMount?(): void;
219
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
220
+ selections: never[];
221
+ }, never>> & {
222
+ locale?: string | undefined;
223
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
224
+ }>, nextState: Readonly<{}>, nextContext: any): boolean;
225
+ componentWillUnmount?(): void;
226
+ componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
227
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
228
+ selections: never[];
229
+ }, never>> & {
230
+ locale?: string | undefined;
231
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
232
+ }>, prevState: Readonly<{}>): any;
233
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
234
+ selections: never[];
235
+ }, never>> & {
236
+ locale?: string | undefined;
237
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
238
+ }>, prevState: Readonly<{}>, snapshot?: any): void;
239
+ componentWillMount?(): void;
240
+ UNSAFE_componentWillMount?(): void;
241
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
242
+ selections: never[];
243
+ }, never>> & {
244
+ locale?: string | undefined;
245
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
246
+ }>, nextContext: any): void;
247
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
248
+ selections: never[];
249
+ }, never>> & {
250
+ locale?: string | undefined;
251
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
252
+ }>, nextContext: any): void;
253
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
254
+ selections: never[];
255
+ }, never>> & {
256
+ locale?: string | undefined;
257
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
258
+ }>, nextState: Readonly<{}>, nextContext: any): void;
259
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
260
+ selections: never[];
261
+ }, never>> & {
262
+ locale?: string | undefined;
263
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
264
+ }>, nextState: Readonly<{}>, nextContext: any): void;
265
+ };
266
+ new (props: Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
267
+ selections: never[];
268
+ }, never>> & {
269
+ locale?: string | undefined;
270
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
271
+ }, context: any): {
272
+ render(): JSX.Element;
273
+ context: any;
274
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
275
+ selections: never[];
276
+ }, never>> & {
277
+ locale?: string | undefined;
278
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
279
+ }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
280
+ forceUpdate(callback?: (() => void) | undefined): void;
281
+ readonly props: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
282
+ selections: never[];
283
+ }, never>> & {
284
+ locale?: string | undefined;
285
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
286
+ }> & Readonly<{
287
+ children?: React.ReactNode;
288
+ }>;
289
+ state: Readonly<{}>;
290
+ refs: {
291
+ [key: string]: React.ReactInstance;
292
+ };
293
+ componentDidMount?(): void;
294
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
295
+ selections: never[];
296
+ }, never>> & {
297
+ locale?: string | undefined;
298
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
299
+ }>, nextState: Readonly<{}>, nextContext: any): boolean;
300
+ componentWillUnmount?(): void;
301
+ componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
302
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
303
+ selections: never[];
304
+ }, never>> & {
305
+ locale?: string | undefined;
306
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
307
+ }>, prevState: Readonly<{}>): any;
308
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
309
+ selections: never[];
310
+ }, never>> & {
311
+ locale?: string | undefined;
312
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
313
+ }>, prevState: Readonly<{}>, snapshot?: any): void;
314
+ componentWillMount?(): void;
315
+ UNSAFE_componentWillMount?(): void;
316
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
317
+ selections: never[];
318
+ }, never>> & {
319
+ locale?: string | undefined;
320
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
321
+ }>, nextContext: any): void;
322
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
323
+ selections: never[];
324
+ }, never>> & {
325
+ locale?: string | undefined;
326
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
327
+ }>, nextContext: any): void;
328
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
329
+ selections: never[];
330
+ }, never>> & {
331
+ locale?: string | undefined;
332
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
333
+ }>, nextState: Readonly<{}>, nextContext: any): void;
334
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
335
+ selections: never[];
336
+ }, never>> & {
337
+ locale?: string | undefined;
338
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
339
+ }>, nextState: Readonly<{}>, nextContext: any): void;
340
+ };
341
+ displayName: string;
342
+ contextType: React.Context<string>;
343
+ ComposedComponent: React.ComponentType<typeof HeadCellSelect>;
344
+ } & import("hoist-non-react-statics").NonReactStatics<typeof HeadCellSelect, {}> & {
345
+ ComposedComponent: typeof HeadCellSelect;
346
+ }>;
347
+ } & import("hoist-non-react-statics").NonReactStatics<{
348
+ new (props: (Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
349
+ selections: never[];
350
+ }, never>> & {
351
+ locale?: string | undefined;
352
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
353
+ }) | Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
354
+ selections: never[];
355
+ }, never>> & {
356
+ locale?: string | undefined;
357
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
358
+ }>): {
359
+ render(): JSX.Element;
360
+ context: any;
361
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
362
+ selections: never[];
363
+ }, never>> & {
364
+ locale?: string | undefined;
365
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
366
+ }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
367
+ forceUpdate(callback?: (() => void) | undefined): void;
368
+ readonly props: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
369
+ selections: never[];
370
+ }, never>> & {
371
+ locale?: string | undefined;
372
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
373
+ }> & Readonly<{
374
+ children?: React.ReactNode;
375
+ }>;
376
+ state: Readonly<{}>;
377
+ refs: {
378
+ [key: string]: React.ReactInstance;
379
+ };
380
+ componentDidMount?(): void;
381
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
382
+ selections: never[];
383
+ }, never>> & {
384
+ locale?: string | undefined;
385
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
386
+ }>, nextState: Readonly<{}>, nextContext: any): boolean;
387
+ componentWillUnmount?(): void;
388
+ componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
389
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
390
+ selections: never[];
391
+ }, never>> & {
392
+ locale?: string | undefined;
393
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
394
+ }>, prevState: Readonly<{}>): any;
395
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
396
+ selections: never[];
397
+ }, never>> & {
398
+ locale?: string | undefined;
399
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
400
+ }>, prevState: Readonly<{}>, snapshot?: any): void;
401
+ componentWillMount?(): void;
402
+ UNSAFE_componentWillMount?(): void;
403
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
404
+ selections: never[];
405
+ }, never>> & {
406
+ locale?: string | undefined;
407
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
408
+ }>, nextContext: any): void;
409
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
410
+ selections: never[];
411
+ }, never>> & {
412
+ locale?: string | undefined;
413
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
414
+ }>, nextContext: any): void;
415
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
416
+ selections: never[];
417
+ }, never>> & {
418
+ locale?: string | undefined;
419
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
420
+ }>, nextState: Readonly<{}>, nextContext: any): void;
421
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
422
+ selections: never[];
423
+ }, never>> & {
424
+ locale?: string | undefined;
425
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
426
+ }>, nextState: Readonly<{}>, nextContext: any): void;
427
+ };
428
+ new (props: Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
429
+ selections: never[];
430
+ }, never>> & {
431
+ locale?: string | undefined;
432
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
433
+ }, context: any): {
434
+ render(): JSX.Element;
435
+ context: any;
436
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
437
+ selections: never[];
438
+ }, never>> & {
439
+ locale?: string | undefined;
440
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
441
+ }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
442
+ forceUpdate(callback?: (() => void) | undefined): void;
443
+ readonly props: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
444
+ selections: never[];
445
+ }, never>> & {
446
+ locale?: string | undefined;
447
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
448
+ }> & Readonly<{
449
+ children?: React.ReactNode;
450
+ }>;
451
+ state: Readonly<{}>;
452
+ refs: {
453
+ [key: string]: React.ReactInstance;
454
+ };
455
+ componentDidMount?(): void;
456
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
457
+ selections: never[];
458
+ }, never>> & {
459
+ locale?: string | undefined;
460
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
461
+ }>, nextState: Readonly<{}>, nextContext: any): boolean;
462
+ componentWillUnmount?(): void;
463
+ componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
464
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
465
+ selections: never[];
466
+ }, never>> & {
467
+ locale?: string | undefined;
468
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
469
+ }>, prevState: Readonly<{}>): any;
470
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
471
+ selections: never[];
472
+ }, never>> & {
473
+ locale?: string | undefined;
474
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
475
+ }>, prevState: Readonly<{}>, snapshot?: any): void;
476
+ componentWillMount?(): void;
477
+ UNSAFE_componentWillMount?(): void;
478
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
479
+ selections: never[];
480
+ }, never>> & {
481
+ locale?: string | undefined;
482
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
483
+ }>, nextContext: any): void;
484
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
485
+ selections: never[];
486
+ }, never>> & {
487
+ locale?: string | undefined;
488
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
489
+ }>, nextContext: any): void;
490
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
491
+ selections: never[];
492
+ }, never>> & {
493
+ locale?: string | undefined;
494
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
495
+ }>, nextState: Readonly<{}>, nextContext: any): void;
496
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
497
+ selections: never[];
498
+ }, never>> & {
499
+ locale?: string | undefined;
500
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
501
+ }>, nextState: Readonly<{}>, nextContext: any): void;
502
+ };
503
+ displayName: string;
504
+ contextType: React.Context<string>;
505
+ ComposedComponent: React.ComponentType<typeof HeadCellSelect>;
506
+ } & import("hoist-non-react-statics").NonReactStatics<typeof HeadCellSelect, {}> & {
507
+ ComposedComponent: typeof HeadCellSelect;
508
+ }, {}> & {
509
+ ComposedComponent: {
510
+ new (props: (Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
511
+ selections: never[];
512
+ }, never>> & {
513
+ locale?: string | undefined;
514
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
515
+ }) | Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
516
+ selections: never[];
517
+ }, never>> & {
518
+ locale?: string | undefined;
519
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
520
+ }>): {
521
+ render(): JSX.Element;
522
+ context: any;
523
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
524
+ selections: never[];
525
+ }, never>> & {
526
+ locale?: string | undefined;
527
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
528
+ }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
529
+ forceUpdate(callback?: (() => void) | undefined): void;
530
+ readonly props: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
531
+ selections: never[];
532
+ }, never>> & {
533
+ locale?: string | undefined;
534
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
535
+ }> & Readonly<{
536
+ children?: React.ReactNode;
537
+ }>;
538
+ state: Readonly<{}>;
539
+ refs: {
540
+ [key: string]: React.ReactInstance;
541
+ };
542
+ componentDidMount?(): void;
543
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
544
+ selections: never[];
545
+ }, never>> & {
546
+ locale?: string | undefined;
547
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
548
+ }>, nextState: Readonly<{}>, nextContext: any): boolean;
549
+ componentWillUnmount?(): void;
550
+ componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
551
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
552
+ selections: never[];
553
+ }, never>> & {
554
+ locale?: string | undefined;
555
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
556
+ }>, prevState: Readonly<{}>): any;
557
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
558
+ selections: never[];
559
+ }, never>> & {
560
+ locale?: string | undefined;
561
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
562
+ }>, prevState: Readonly<{}>, snapshot?: any): void;
563
+ componentWillMount?(): void;
564
+ UNSAFE_componentWillMount?(): void;
565
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
566
+ selections: never[];
567
+ }, never>> & {
568
+ locale?: string | undefined;
569
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
570
+ }>, nextContext: any): void;
571
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
572
+ selections: never[];
573
+ }, never>> & {
574
+ locale?: string | undefined;
575
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
576
+ }>, nextContext: any): void;
577
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
578
+ selections: never[];
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>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
584
+ selections: never[];
585
+ }, never>> & {
586
+ locale?: string | undefined;
587
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
588
+ }>, nextState: Readonly<{}>, nextContext: any): void;
589
+ };
590
+ new (props: Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
591
+ selections: never[];
592
+ }, never>> & {
593
+ locale?: string | undefined;
594
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
595
+ }, context: any): {
596
+ render(): JSX.Element;
597
+ context: any;
598
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
599
+ selections: never[];
600
+ }, never>> & {
601
+ locale?: string | undefined;
602
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
603
+ }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
604
+ forceUpdate(callback?: (() => void) | undefined): void;
605
+ readonly props: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
606
+ selections: never[];
607
+ }, never>> & {
608
+ locale?: string | undefined;
609
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
610
+ }> & Readonly<{
611
+ children?: React.ReactNode;
612
+ }>;
613
+ state: Readonly<{}>;
614
+ refs: {
615
+ [key: string]: React.ReactInstance;
616
+ };
617
+ componentDidMount?(): void;
618
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
619
+ selections: never[];
620
+ }, never>> & {
621
+ locale?: string | undefined;
622
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
623
+ }>, nextState: Readonly<{}>, nextContext: any): boolean;
624
+ componentWillUnmount?(): void;
625
+ componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
626
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
627
+ selections: never[];
628
+ }, never>> & {
629
+ locale?: string | undefined;
630
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
631
+ }>, prevState: Readonly<{}>): any;
632
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
633
+ selections: never[];
634
+ }, never>> & {
635
+ locale?: string | undefined;
636
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
637
+ }>, prevState: Readonly<{}>, snapshot?: any): void;
638
+ componentWillMount?(): void;
639
+ UNSAFE_componentWillMount?(): void;
640
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
641
+ selections: never[];
642
+ }, never>> & {
643
+ locale?: string | undefined;
644
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
645
+ }>, nextContext: any): void;
646
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
647
+ selections: never[];
648
+ }, never>> & {
649
+ locale?: string | undefined;
650
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
651
+ }>, nextContext: any): void;
652
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
653
+ selections: never[];
654
+ }, never>> & {
655
+ locale?: string | undefined;
656
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
657
+ }>, nextState: Readonly<{}>, nextContext: any): void;
658
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<Props, keyof LocaleProps>, "keys" | "classPrefix" | "classnames" | "className" | "theme" | "popOverContainer"> & Partial<Pick<Omit<Props, keyof LocaleProps>, "selections">> & Partial<Pick<{
659
+ selections: never[];
660
+ }, never>> & {
661
+ locale?: string | undefined;
662
+ translate?: ((str: string, ...args: any[]) => string) | undefined;
663
+ }>, nextState: Readonly<{}>, nextContext: any): void;
664
+ };
665
+ displayName: string;
666
+ contextType: React.Context<string>;
667
+ ComposedComponent: React.ComponentType<typeof HeadCellSelect>;
668
+ } & import("hoist-non-react-statics").NonReactStatics<typeof HeadCellSelect, {}> & {
669
+ ComposedComponent: typeof HeadCellSelect;
670
+ };
671
+ };
672
+ export default _default;