amis 1.4.2-beta.1 → 1.4.2-beta.11

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 (381) hide show
  1. package/lib/Schema.d.ts +9 -2
  2. package/lib/Schema.js.map +1 -1
  3. package/lib/components/AnchorNav.d.ts +22 -21
  4. package/lib/components/AnchorNav.js +7 -3
  5. package/lib/components/AnchorNav.js.map +2 -2
  6. package/lib/components/ArrayInput.d.ts +84 -84
  7. package/lib/components/AssociatedSelection.d.ts +930 -0
  8. package/lib/components/AssociatedSelection.js +89 -0
  9. package/lib/components/AssociatedSelection.js.map +13 -0
  10. package/lib/components/Badge.js +2 -2
  11. package/lib/components/Badge.js.map +2 -2
  12. package/lib/components/{ChainedCheckboxes.d.ts → ChainedSelection.d.ts} +267 -98
  13. package/lib/components/{ChainedCheckboxes.js → ChainedSelection.js} +30 -24
  14. package/lib/components/ChainedSelection.js.map +13 -0
  15. package/lib/components/ColorPicker.d.ts +84 -84
  16. package/lib/components/DatePicker.d.ts +84 -84
  17. package/lib/components/DateRangePicker.d.ts +84 -84
  18. package/lib/components/Editor.d.ts +84 -84
  19. package/lib/components/GroupedSelection.d.ts +907 -0
  20. package/lib/components/GroupedSelection.js +48 -0
  21. package/lib/components/GroupedSelection.js.map +13 -0
  22. package/lib/components/Link.d.ts +29 -36
  23. package/lib/components/Link.js +14 -15
  24. package/lib/components/Link.js.map +2 -2
  25. package/lib/components/ListGroup.d.ts +21 -21
  26. package/lib/components/ModalManager.js +1 -1
  27. package/lib/components/ModalManager.js.map +2 -2
  28. package/lib/components/MonthRangePicker.d.ts +84 -84
  29. package/lib/components/NumberInput.d.ts +20 -20
  30. package/lib/components/PickerColumn.d.ts +514 -0
  31. package/lib/components/PickerColumn.js +279 -0
  32. package/lib/components/PickerColumn.js.map +13 -0
  33. package/lib/components/PickerContainer.d.ts +513 -0
  34. package/lib/components/PickerContainer.js +96 -0
  35. package/lib/components/PickerContainer.js.map +13 -0
  36. package/lib/components/Radios.d.ts +22 -21
  37. package/lib/components/Radios.js +1 -0
  38. package/lib/components/Radios.js.map +2 -2
  39. package/lib/components/Rating.d.ts +21 -21
  40. package/lib/components/ResultBox.d.ts +84 -84
  41. package/lib/components/SearchBox.d.ts +84 -84
  42. package/lib/components/SearchBox.js +4 -4
  43. package/lib/components/SearchBox.js.map +2 -2
  44. package/lib/components/Select.d.ts +245 -237
  45. package/lib/components/Select.js +25 -4
  46. package/lib/components/Select.js.map +2 -2
  47. package/lib/components/{Checkboxes.d.ts → Selection.d.ts} +273 -98
  48. package/lib/components/Selection.js +134 -0
  49. package/lib/components/Selection.js.map +13 -0
  50. package/lib/components/{TableCheckboxes.d.ts → TableSelection.d.ts} +266 -96
  51. package/lib/components/{TableCheckboxes.js → TableSelection.js} +30 -30
  52. package/lib/components/TableSelection.js.map +13 -0
  53. package/lib/components/Tabs.d.ts +20 -20
  54. package/lib/components/TabsTransfer.d.ts +84 -84
  55. package/lib/components/TabsTransfer.js +9 -9
  56. package/lib/components/TabsTransfer.js.map +2 -2
  57. package/lib/components/TabsTransferPicker.d.ts +489 -0
  58. package/lib/components/TabsTransferPicker.js +60 -0
  59. package/lib/components/TabsTransferPicker.js.map +13 -0
  60. package/lib/components/Transfer.d.ts +908 -274
  61. package/lib/components/Transfer.js +31 -24
  62. package/lib/components/Transfer.js.map +2 -2
  63. package/lib/components/TransferDropDown.d.ts +487 -0
  64. package/lib/components/TransferDropDown.js +59 -0
  65. package/lib/components/TransferDropDown.js.map +13 -0
  66. package/lib/components/TransferPicker.d.ts +489 -0
  67. package/lib/components/TransferPicker.js +60 -0
  68. package/lib/components/TransferPicker.js.map +13 -0
  69. package/lib/components/Tree.d.ts +84 -84
  70. package/lib/components/{TreeCheckboxes.d.ts → TreeSelection.d.ts} +269 -99
  71. package/lib/components/{TreeCheckboxes.js → TreeSelection.js} +36 -32
  72. package/lib/components/TreeSelection.js.map +13 -0
  73. package/lib/components/WithRemoteConfig.js +1 -1
  74. package/lib/components/WithRemoteConfig.js.map +2 -2
  75. package/lib/components/condition-builder/Field.js +5 -2
  76. package/lib/components/condition-builder/Field.js.map +2 -2
  77. package/lib/components/condition-builder/Func.js +2 -2
  78. package/lib/components/condition-builder/Func.js.map +2 -2
  79. package/lib/components/condition-builder/InputSwitch.js +2 -2
  80. package/lib/components/condition-builder/InputSwitch.js.map +2 -2
  81. package/lib/components/condition-builder/Item.js +3 -3
  82. package/lib/components/condition-builder/Item.js.map +2 -2
  83. package/lib/components/index.d.ts +8 -8
  84. package/lib/components/index.js +16 -16
  85. package/lib/components/index.js.map +2 -2
  86. package/lib/envOverwrite.js.map +2 -2
  87. package/lib/factory.d.ts +4 -0
  88. package/lib/factory.js +4 -2
  89. package/lib/factory.js.map +2 -2
  90. package/lib/helper.css.map +1 -1
  91. package/lib/hooks/index.d.ts +5 -0
  92. package/lib/hooks/index.js +14 -0
  93. package/lib/hooks/index.js.map +13 -0
  94. package/lib/hooks/use-set-state.d.ts +2 -0
  95. package/lib/hooks/use-set-state.js +15 -0
  96. package/lib/hooks/use-set-state.js.map +13 -0
  97. package/lib/hooks/use-touch.d.ts +16 -0
  98. package/lib/hooks/use-touch.js +73 -0
  99. package/lib/hooks/use-touch.js.map +13 -0
  100. package/lib/hooks/use-update-effect.d.ts +3 -0
  101. package/lib/hooks/use-update-effect.js +17 -0
  102. package/lib/hooks/use-update-effect.js.map +13 -0
  103. package/lib/index.d.ts +3 -0
  104. package/lib/index.js +4 -1
  105. package/lib/index.js.map +2 -2
  106. package/lib/locale/de-DE.js +2 -0
  107. package/lib/locale/de-DE.js.map +2 -2
  108. package/lib/locale/en-US.js +2 -0
  109. package/lib/locale/en-US.js.map +2 -2
  110. package/lib/locale/zh-CN.js +4 -2
  111. package/lib/locale/zh-CN.js.map +2 -2
  112. package/lib/renderers/Action.d.ts +4 -3
  113. package/lib/renderers/Action.js +17 -4
  114. package/lib/renderers/Action.js.map +2 -2
  115. package/lib/renderers/AnchorNav.d.ts +1 -0
  116. package/lib/renderers/AnchorNav.js +2 -2
  117. package/lib/renderers/AnchorNav.js.map +2 -2
  118. package/lib/renderers/Avatar.js +3 -3
  119. package/lib/renderers/Avatar.js.map +2 -2
  120. package/lib/renderers/Breadcrumb.js +1 -1
  121. package/lib/renderers/Breadcrumb.js.map +2 -2
  122. package/lib/renderers/CRUD.d.ts +9 -0
  123. package/lib/renderers/CRUD.js +24 -4
  124. package/lib/renderers/CRUD.js.map +2 -2
  125. package/lib/renderers/Card.d.ts +4 -0
  126. package/lib/renderers/Card.js +29 -23
  127. package/lib/renderers/Card.js.map +2 -2
  128. package/lib/renderers/Chart.js +1 -1
  129. package/lib/renderers/Chart.js.map +2 -2
  130. package/lib/renderers/Collapse.js +3 -2
  131. package/lib/renderers/Collapse.js.map +2 -2
  132. package/lib/renderers/DropDownButton.js +1 -1
  133. package/lib/renderers/DropDownButton.js.map +2 -2
  134. package/lib/renderers/Form/DiffEditor.d.ts +4 -3
  135. package/lib/renderers/Form/Editor.d.ts +3 -2
  136. package/lib/renderers/Form/InputCity.d.ts +84 -84
  137. package/lib/renderers/Form/InputCity.js +7 -6
  138. package/lib/renderers/Form/InputCity.js.map +2 -2
  139. package/lib/renderers/Form/InputColor.d.ts +84 -84
  140. package/lib/renderers/Form/InputFile.js +10 -4
  141. package/lib/renderers/Form/InputFile.js.map +2 -2
  142. package/lib/renderers/Form/InputImage.js +11 -4
  143. package/lib/renderers/Form/InputImage.js.map +2 -2
  144. package/lib/renderers/Form/Item.d.ts +1 -1
  145. package/lib/renderers/Form/Item.js.map +1 -1
  146. package/lib/renderers/Form/Options.js +13 -3
  147. package/lib/renderers/Form/Options.js.map +2 -2
  148. package/lib/renderers/Form/Select.d.ts +41 -4
  149. package/lib/renderers/Form/Select.js +23 -3
  150. package/lib/renderers/Form/Select.js.map +2 -2
  151. package/lib/renderers/Form/TabsTransferPicker.d.ts +48 -0
  152. package/lib/renderers/Form/TabsTransferPicker.js +29 -0
  153. package/lib/renderers/Form/TabsTransferPicker.js.map +13 -0
  154. package/lib/renderers/Form/Transfer.js +3 -2
  155. package/lib/renderers/Form/Transfer.js.map +2 -2
  156. package/lib/renderers/Form/TransferPicker.d.ts +48 -0
  157. package/lib/renderers/Form/TransferPicker.js +29 -0
  158. package/lib/renderers/Form/TransferPicker.js.map +13 -0
  159. package/lib/renderers/Form/TreeSelect.js +2 -2
  160. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  161. package/lib/renderers/Form/index.js +1 -1
  162. package/lib/renderers/Form/index.js.map +2 -2
  163. package/lib/renderers/Form/wrapControl.js +13 -1
  164. package/lib/renderers/Form/wrapControl.js.map +2 -2
  165. package/lib/renderers/IFrame.js +1 -3
  166. package/lib/renderers/IFrame.js.map +2 -2
  167. package/lib/renderers/Json.d.ts +4 -0
  168. package/lib/renderers/Json.js +4 -13
  169. package/lib/renderers/Json.js.map +2 -2
  170. package/lib/renderers/Link.d.ts +4 -2
  171. package/lib/renderers/Link.js +15 -6
  172. package/lib/renderers/Link.js.map +2 -2
  173. package/lib/renderers/List.js +1 -1
  174. package/lib/renderers/List.js.map +2 -2
  175. package/lib/renderers/Mapping.d.ts +9 -2
  176. package/lib/renderers/Mapping.js +18 -6
  177. package/lib/renderers/Mapping.js.map +2 -2
  178. package/lib/renderers/Nav.d.ts +21 -21
  179. package/lib/renderers/Nav.js +39 -21
  180. package/lib/renderers/Nav.js.map +2 -2
  181. package/lib/renderers/Portlet.d.ts +125 -0
  182. package/lib/renderers/Portlet.js +156 -0
  183. package/lib/renderers/Portlet.js.map +13 -0
  184. package/lib/renderers/Property.js +2 -1
  185. package/lib/renderers/Property.js.map +2 -2
  186. package/lib/renderers/SearchBox.d.ts +6 -1
  187. package/lib/renderers/SearchBox.js +19 -5
  188. package/lib/renderers/SearchBox.js.map +2 -2
  189. package/lib/renderers/Table/TableContent.d.ts +4 -1
  190. package/lib/renderers/Table/TableContent.js +21 -1
  191. package/lib/renderers/Table/TableContent.js.map +2 -2
  192. package/lib/renderers/Table/index.d.ts +5 -1
  193. package/lib/renderers/Table/index.js +64 -29
  194. package/lib/renderers/Table/index.js.map +2 -2
  195. package/lib/renderers/Tabs.js +9 -1
  196. package/lib/renderers/Tabs.js.map +2 -2
  197. package/lib/renderers/WebComponent.js +1 -1
  198. package/lib/renderers/WebComponent.js.map +2 -2
  199. package/lib/store/combo.d.ts +2 -16
  200. package/lib/store/crud.js +3 -7
  201. package/lib/store/crud.js.map +2 -2
  202. package/lib/store/form.d.ts +1 -1
  203. package/lib/store/form.js +5 -6
  204. package/lib/store/form.js.map +2 -2
  205. package/lib/store/service.js +5 -4
  206. package/lib/store/service.js.map +2 -2
  207. package/lib/store/table.d.ts +2 -2
  208. package/lib/themes/ang-ie11.css +422 -149
  209. package/lib/themes/ang.css +422 -149
  210. package/lib/themes/ang.css.map +1 -1
  211. package/lib/themes/antd-ie11.css +422 -149
  212. package/lib/themes/antd.css +422 -149
  213. package/lib/themes/antd.css.map +1 -1
  214. package/lib/themes/cxd-ie11.css +456 -182
  215. package/lib/themes/cxd.css +456 -182
  216. package/lib/themes/cxd.css.map +1 -1
  217. package/lib/themes/dark-ie11.css +422 -149
  218. package/lib/themes/dark.css +422 -149
  219. package/lib/themes/dark.css.map +1 -1
  220. package/lib/themes/default.css +456 -182
  221. package/lib/themes/default.css.map +1 -1
  222. package/lib/types.d.ts +37 -0
  223. package/lib/types.js +0 -5
  224. package/lib/types.js.map +2 -2
  225. package/lib/utils/api.d.ts +3 -2
  226. package/lib/utils/api.js +28 -12
  227. package/lib/utils/api.js.map +2 -2
  228. package/lib/utils/dom.d.ts +4 -0
  229. package/lib/utils/dom.js +11 -1
  230. package/lib/utils/dom.js.map +2 -2
  231. package/lib/utils/helper.d.ts +2 -0
  232. package/lib/utils/helper.js +11 -2
  233. package/lib/utils/helper.js.map +2 -2
  234. package/lib/utils/icon.js +3 -0
  235. package/lib/utils/icon.js.map +2 -2
  236. package/package.json +1 -1
  237. package/schema.json +3038 -790
  238. package/scss/_mixins.scss +1 -3
  239. package/scss/_properties.scss +25 -1
  240. package/scss/base/_normalize.scss +2 -0
  241. package/scss/components/_anchor-nav.scss +88 -29
  242. package/scss/components/_card.scss +8 -14
  243. package/scss/components/_collapse.scss +16 -1
  244. package/scss/components/_mapping.scss +6 -0
  245. package/scss/components/_nav.scss +1 -1
  246. package/scss/components/_picker-columns.scss +123 -0
  247. package/scss/components/_popover.scss +17 -0
  248. package/scss/components/_portlet.scss +51 -0
  249. package/scss/components/_status.scss +1 -1
  250. package/scss/components/_table.scss +26 -0
  251. package/scss/components/form/_checks.scss +0 -351
  252. package/scss/components/form/_fieldset.scss +5 -1
  253. package/scss/components/form/_selection.scss +354 -0
  254. package/scss/components/form/_transfer.scss +75 -18
  255. package/scss/themes/_common.scss +4 -0
  256. package/scss/themes/_cxd-variables.scss +4 -1
  257. package/scss/themes/cxd.scss +16 -12
  258. package/sdk/ang-ie11.css +457 -152
  259. package/sdk/ang.css +480 -154
  260. package/sdk/antd-ie11.css +456 -151
  261. package/sdk/antd.css +480 -154
  262. package/sdk/charts.js +13 -13
  263. package/sdk/color-picker.js +65 -69
  264. package/sdk/cropperjs.js +2 -2
  265. package/sdk/cxd-ie11.css +496 -194
  266. package/sdk/cxd.css +517 -190
  267. package/sdk/dark-ie11.css +457 -152
  268. package/sdk/dark.css +480 -154
  269. package/sdk/exceljs.js +1 -1
  270. package/sdk/helper.css.map +1 -1
  271. package/sdk/locale/de-DE.js +2 -0
  272. package/sdk/markdown.js +69 -69
  273. package/sdk/papaparse.js +1 -1
  274. package/sdk/renderers/Form/CityDB.js +1 -1
  275. package/sdk/rest.js +20 -28
  276. package/sdk/rich-text.js +62 -62
  277. package/sdk/sdk-ie11.css +496 -194
  278. package/sdk/sdk.css +517 -190
  279. package/sdk/sdk.js +1268 -1236
  280. package/sdk/thirds/hls.js/hls.js +1 -1
  281. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  282. package/sdk/tinymce.js +57 -57
  283. package/src/Schema.ts +14 -0
  284. package/src/components/AnchorNav.tsx +15 -4
  285. package/src/components/{AssociatedCheckboxes.tsx → AssociatedSelection.tsx} +41 -37
  286. package/src/components/Badge.tsx +3 -3
  287. package/src/components/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
  288. package/src/components/{ListCheckboxes.tsx → GroupedSelection.tsx} +26 -21
  289. package/src/components/Link.tsx +28 -37
  290. package/src/components/ModalManager.ts +1 -1
  291. package/src/components/PickerColumn.tsx +429 -0
  292. package/src/components/PickerContainer.tsx +128 -0
  293. package/src/components/Radios.tsx +3 -8
  294. package/src/components/SearchBox.tsx +4 -5
  295. package/src/components/Select.tsx +57 -5
  296. package/src/components/{Checkboxes.tsx → Selection.tsx} +75 -21
  297. package/src/components/{TableCheckboxes.tsx → TableSelection.tsx} +46 -25
  298. package/src/components/TabsTransfer.tsx +13 -7
  299. package/src/components/TabsTransferPicker.tsx +85 -0
  300. package/src/components/Transfer.tsx +71 -50
  301. package/src/components/TransferDropDown.tsx +117 -0
  302. package/src/components/TransferPicker.tsx +84 -0
  303. package/src/components/{TreeCheckboxes.tsx → TreeSelection.tsx} +33 -26
  304. package/src/components/WithRemoteConfig.tsx +7 -2
  305. package/src/components/condition-builder/Field.tsx +5 -5
  306. package/src/components/condition-builder/Func.tsx +3 -3
  307. package/src/components/condition-builder/InputSwitch.tsx +3 -3
  308. package/src/components/condition-builder/Item.tsx +5 -12
  309. package/src/components/index.tsx +13 -13
  310. package/src/envOverwrite.ts +0 -1
  311. package/src/factory.tsx +18 -3
  312. package/src/hooks/index.ts +5 -0
  313. package/src/hooks/use-set-state.ts +19 -0
  314. package/src/hooks/use-touch.ts +100 -0
  315. package/src/hooks/use-update-effect.ts +16 -0
  316. package/src/index.tsx +3 -0
  317. package/src/locale/de-DE.ts +2 -0
  318. package/src/locale/en-US.ts +2 -0
  319. package/src/locale/zh-CN.ts +4 -2
  320. package/src/renderers/Action.tsx +28 -2
  321. package/src/renderers/AnchorNav.tsx +4 -0
  322. package/src/renderers/Avatar.tsx +8 -4
  323. package/src/renderers/Breadcrumb.tsx +5 -1
  324. package/src/renderers/CRUD.tsx +33 -3
  325. package/src/renderers/Card.tsx +63 -34
  326. package/src/renderers/Chart.tsx +6 -2
  327. package/src/renderers/Collapse.tsx +4 -2
  328. package/src/renderers/DropDownButton.tsx +1 -1
  329. package/src/renderers/Form/InputCity.tsx +4 -8
  330. package/src/renderers/Form/InputFile.tsx +29 -20
  331. package/src/renderers/Form/InputImage.tsx +11 -3
  332. package/src/renderers/Form/Item.tsx +1 -1
  333. package/src/renderers/Form/Options.tsx +16 -2
  334. package/src/renderers/Form/Select.tsx +144 -21
  335. package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
  336. package/src/renderers/Form/Transfer.tsx +3 -2
  337. package/src/renderers/Form/TransferPicker.tsx +123 -0
  338. package/src/renderers/Form/TreeSelect.tsx +25 -0
  339. package/src/renderers/Form/index.tsx +1 -1
  340. package/src/renderers/Form/wrapControl.tsx +26 -1
  341. package/src/renderers/IFrame.tsx +2 -4
  342. package/src/renderers/Json.tsx +9 -9
  343. package/src/renderers/Link.tsx +27 -13
  344. package/src/renderers/List.tsx +1 -1
  345. package/src/renderers/Mapping.tsx +27 -11
  346. package/src/renderers/Nav.tsx +108 -60
  347. package/src/renderers/Portlet.tsx +423 -0
  348. package/src/renderers/Property.tsx +3 -2
  349. package/src/renderers/SearchBox.tsx +23 -4
  350. package/src/renderers/Table/TableContent.tsx +40 -2
  351. package/src/renderers/Table/index.tsx +87 -41
  352. package/src/renderers/Tabs.tsx +9 -1
  353. package/src/renderers/WebComponent.tsx +2 -2
  354. package/src/store/crud.ts +3 -8
  355. package/src/store/form.ts +5 -10
  356. package/src/store/service.ts +5 -4
  357. package/src/types.ts +57 -0
  358. package/src/utils/api.ts +40 -20
  359. package/src/utils/dom.tsx +12 -0
  360. package/src/utils/helper.ts +8 -0
  361. package/src/utils/icon.tsx +4 -0
  362. package/dump.rdb +0 -0
  363. package/lib/components/AssociatedCheckboxes.d.ts +0 -762
  364. package/lib/components/AssociatedCheckboxes.js +0 -90
  365. package/lib/components/AssociatedCheckboxes.js.map +0 -13
  366. package/lib/components/ChainedCheckboxes.js.map +0 -13
  367. package/lib/components/Checkboxes.js +0 -101
  368. package/lib/components/Checkboxes.js.map +0 -13
  369. package/lib/components/ListCheckboxes.d.ts +0 -739
  370. package/lib/components/ListCheckboxes.js +0 -48
  371. package/lib/components/ListCheckboxes.js.map +0 -13
  372. package/lib/components/ListRadios.d.ts +0 -763
  373. package/lib/components/ListRadios.js +0 -86
  374. package/lib/components/ListRadios.js.map +0 -13
  375. package/lib/components/TableCheckboxes.js.map +0 -13
  376. package/lib/components/TreeCheckboxes.js.map +0 -13
  377. package/lib/components/TreeRadios.d.ts +0 -838
  378. package/lib/components/TreeRadios.js +0 -116
  379. package/lib/components/TreeRadios.js.map +0 -13
  380. package/src/components/ListRadios.tsx +0 -159
  381. package/src/components/TreeRadios.tsx +0 -202
@@ -92,6 +92,7 @@ interface SelectProps extends OptionProps, ThemeProps, LocaleProps {
92
92
  defaultCheckAll?: boolean;
93
93
  simpleValue?: boolean;
94
94
  defaultOpen?: boolean;
95
+ useMobileUI?: boolean;
95
96
  /**
96
97
  * 边框模式,全边框,还是半边框,或者没边框。
97
98
  */
@@ -100,6 +101,10 @@ interface SelectProps extends OptionProps, ThemeProps, LocaleProps {
100
101
  * 是否隐藏已选项
101
102
  */
102
103
  hideSelected?: boolean;
104
+ /**
105
+ * 移动端样式类名
106
+ */
107
+ mobileClassName?: string;
103
108
  }
104
109
  interface SelectState {
105
110
  itemHeight: number;
@@ -108,6 +113,7 @@ interface SelectState {
108
113
  inputValue: string;
109
114
  highlightedIndex: number;
110
115
  selection: Array<Option>;
116
+ pickerSelectItem: any;
111
117
  }
112
118
  export declare class Select extends React.Component<SelectProps, SelectState> {
113
119
  static defaultProps: {
@@ -139,6 +145,7 @@ export declare class Select extends React.Component<SelectProps, SelectState> {
139
145
  componentDidUpdate(prevProps: SelectProps): void;
140
146
  open(): void;
141
147
  close(): void;
148
+ confirm(): void;
142
149
  toggle(e?: React.MouseEvent<HTMLDivElement>): void;
143
150
  onFocus(e: any): void;
144
151
  onBlur(e: any): void;
@@ -149,6 +156,7 @@ export declare class Select extends React.Component<SelectProps, SelectState> {
149
156
  toggleCheckAll(): void;
150
157
  removeItem(index: number, e?: React.MouseEvent<HTMLElement>): void;
151
158
  handleInputChange(evt: React.ChangeEvent<HTMLInputElement>): void;
159
+ handlePickerChange(selectItem: any, index: number, confirm: boolean): void;
152
160
  handleChange(selectItem: any): void;
153
161
  handleStateChange(changes: any): void;
154
162
  handleKeyPress(e: React.KeyboardEvent): void;
@@ -163,7 +171,7 @@ export declare class Select extends React.Component<SelectProps, SelectState> {
163
171
  render(): JSX.Element;
164
172
  }
165
173
  declare const EnhancedSelect: {
166
- new (props: (Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
174
+ new (props: (Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
167
175
  multiple: boolean;
168
176
  clearable: boolean;
169
177
  creatable: boolean;
@@ -186,7 +194,7 @@ declare const EnhancedSelect: {
186
194
  }, never>> & {
187
195
  locale?: string | undefined;
188
196
  translate?: ((str: string, ...args: any[]) => string) | undefined;
189
- }, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
197
+ }, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
190
198
  multiple: boolean;
191
199
  clearable: boolean;
192
200
  creatable: boolean;
@@ -212,7 +220,7 @@ declare const EnhancedSelect: {
212
220
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
213
221
  render(): JSX.Element;
214
222
  context: any;
215
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
223
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
216
224
  multiple: boolean;
217
225
  clearable: boolean;
218
226
  creatable: boolean;
@@ -237,7 +245,7 @@ declare const EnhancedSelect: {
237
245
  translate?: ((str: string, ...args: any[]) => string) | undefined;
238
246
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
239
247
  forceUpdate(callback?: (() => void) | undefined): void;
240
- readonly props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
248
+ readonly props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
241
249
  multiple: boolean;
242
250
  clearable: boolean;
243
251
  creatable: boolean;
@@ -268,7 +276,7 @@ declare const EnhancedSelect: {
268
276
  [key: string]: React.ReactInstance;
269
277
  };
270
278
  componentDidMount?(): void;
271
- shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
279
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
272
280
  multiple: boolean;
273
281
  clearable: boolean;
274
282
  creatable: boolean;
@@ -294,7 +302,7 @@ declare const EnhancedSelect: {
294
302
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
295
303
  componentWillUnmount?(): void;
296
304
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
297
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
305
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
298
306
  multiple: boolean;
299
307
  clearable: boolean;
300
308
  creatable: boolean;
@@ -318,7 +326,7 @@ declare const EnhancedSelect: {
318
326
  locale?: string | undefined;
319
327
  translate?: ((str: string, ...args: any[]) => string) | undefined;
320
328
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
321
- componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
329
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
322
330
  multiple: boolean;
323
331
  clearable: boolean;
324
332
  creatable: boolean;
@@ -344,7 +352,7 @@ declare const EnhancedSelect: {
344
352
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
345
353
  componentWillMount?(): void;
346
354
  UNSAFE_componentWillMount?(): void;
347
- componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
355
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
348
356
  multiple: boolean;
349
357
  clearable: boolean;
350
358
  creatable: boolean;
@@ -368,7 +376,7 @@ declare const EnhancedSelect: {
368
376
  locale?: string | undefined;
369
377
  translate?: ((str: string, ...args: any[]) => string) | undefined;
370
378
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
371
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
379
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
372
380
  multiple: boolean;
373
381
  clearable: boolean;
374
382
  creatable: boolean;
@@ -392,7 +400,7 @@ declare const EnhancedSelect: {
392
400
  locale?: string | undefined;
393
401
  translate?: ((str: string, ...args: any[]) => string) | undefined;
394
402
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
395
- componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
403
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
396
404
  multiple: boolean;
397
405
  clearable: boolean;
398
406
  creatable: boolean;
@@ -416,7 +424,7 @@ declare const EnhancedSelect: {
416
424
  locale?: string | undefined;
417
425
  translate?: ((str: string, ...args: any[]) => string) | undefined;
418
426
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
419
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
427
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
420
428
  multiple: boolean;
421
429
  clearable: boolean;
422
430
  creatable: boolean;
@@ -441,7 +449,7 @@ declare const EnhancedSelect: {
441
449
  translate?: ((str: string, ...args: any[]) => string) | undefined;
442
450
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
443
451
  };
444
- new (props: Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
452
+ new (props: Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
445
453
  multiple: boolean;
446
454
  clearable: boolean;
447
455
  creatable: boolean;
@@ -467,7 +475,7 @@ declare const EnhancedSelect: {
467
475
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
468
476
  render(): JSX.Element;
469
477
  context: any;
470
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
478
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
471
479
  multiple: boolean;
472
480
  clearable: boolean;
473
481
  creatable: boolean;
@@ -492,7 +500,7 @@ declare const EnhancedSelect: {
492
500
  translate?: ((str: string, ...args: any[]) => string) | undefined;
493
501
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
494
502
  forceUpdate(callback?: (() => void) | undefined): void;
495
- readonly props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
503
+ readonly props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
496
504
  multiple: boolean;
497
505
  clearable: boolean;
498
506
  creatable: boolean;
@@ -523,7 +531,7 @@ declare const EnhancedSelect: {
523
531
  [key: string]: React.ReactInstance;
524
532
  };
525
533
  componentDidMount?(): void;
526
- shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
534
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
527
535
  multiple: boolean;
528
536
  clearable: boolean;
529
537
  creatable: boolean;
@@ -549,7 +557,7 @@ declare const EnhancedSelect: {
549
557
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
550
558
  componentWillUnmount?(): void;
551
559
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
552
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
560
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
553
561
  multiple: boolean;
554
562
  clearable: boolean;
555
563
  creatable: boolean;
@@ -573,7 +581,7 @@ declare const EnhancedSelect: {
573
581
  locale?: string | undefined;
574
582
  translate?: ((str: string, ...args: any[]) => string) | undefined;
575
583
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
576
- componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
584
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
577
585
  multiple: boolean;
578
586
  clearable: boolean;
579
587
  creatable: boolean;
@@ -599,7 +607,7 @@ declare const EnhancedSelect: {
599
607
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
600
608
  componentWillMount?(): void;
601
609
  UNSAFE_componentWillMount?(): void;
602
- componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
610
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
603
611
  multiple: boolean;
604
612
  clearable: boolean;
605
613
  creatable: boolean;
@@ -623,7 +631,7 @@ declare const EnhancedSelect: {
623
631
  locale?: string | undefined;
624
632
  translate?: ((str: string, ...args: any[]) => string) | undefined;
625
633
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
626
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
634
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
627
635
  multiple: boolean;
628
636
  clearable: boolean;
629
637
  creatable: boolean;
@@ -647,7 +655,7 @@ declare const EnhancedSelect: {
647
655
  locale?: string | undefined;
648
656
  translate?: ((str: string, ...args: any[]) => string) | undefined;
649
657
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
650
- componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
658
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
651
659
  multiple: boolean;
652
660
  clearable: boolean;
653
661
  creatable: boolean;
@@ -671,7 +679,7 @@ declare const EnhancedSelect: {
671
679
  locale?: string | undefined;
672
680
  translate?: ((str: string, ...args: any[]) => string) | undefined;
673
681
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
674
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
682
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
675
683
  multiple: boolean;
676
684
  clearable: boolean;
677
685
  creatable: boolean;
@@ -699,7 +707,7 @@ declare const EnhancedSelect: {
699
707
  displayName: string;
700
708
  contextType: React.Context<string>;
701
709
  ComposedComponent: React.ComponentType<{
702
- new (props: (Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
710
+ new (props: (Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
703
711
  multiple: boolean;
704
712
  clearable: boolean;
705
713
  creatable: boolean;
@@ -722,7 +730,7 @@ declare const EnhancedSelect: {
722
730
  }, never>> & {
723
731
  locale?: string | undefined;
724
732
  translate?: ((str: string, ...args: any[]) => string) | undefined;
725
- }) | Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
733
+ }) | Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
726
734
  multiple: boolean;
727
735
  clearable: boolean;
728
736
  creatable: boolean;
@@ -748,7 +756,7 @@ declare const EnhancedSelect: {
748
756
  }>): {
749
757
  render(): JSX.Element;
750
758
  context: any;
751
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
759
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
752
760
  multiple: boolean;
753
761
  clearable: boolean;
754
762
  creatable: boolean;
@@ -773,7 +781,7 @@ declare const EnhancedSelect: {
773
781
  translate?: ((str: string, ...args: any[]) => string) | undefined;
774
782
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
775
783
  forceUpdate(callback?: (() => void) | undefined): void;
776
- readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
784
+ readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
777
785
  multiple: boolean;
778
786
  clearable: boolean;
779
787
  creatable: boolean;
@@ -804,7 +812,7 @@ declare const EnhancedSelect: {
804
812
  [key: string]: React.ReactInstance;
805
813
  };
806
814
  componentDidMount?(): void;
807
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
815
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
808
816
  multiple: boolean;
809
817
  clearable: boolean;
810
818
  creatable: boolean;
@@ -830,7 +838,7 @@ declare const EnhancedSelect: {
830
838
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
831
839
  componentWillUnmount?(): void;
832
840
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
833
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
841
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
834
842
  multiple: boolean;
835
843
  clearable: boolean;
836
844
  creatable: boolean;
@@ -854,7 +862,7 @@ declare const EnhancedSelect: {
854
862
  locale?: string | undefined;
855
863
  translate?: ((str: string, ...args: any[]) => string) | undefined;
856
864
  }>, prevState: Readonly<{}>): any;
857
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
865
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
858
866
  multiple: boolean;
859
867
  clearable: boolean;
860
868
  creatable: boolean;
@@ -880,7 +888,7 @@ declare const EnhancedSelect: {
880
888
  }>, prevState: Readonly<{}>, snapshot?: any): void;
881
889
  componentWillMount?(): void;
882
890
  UNSAFE_componentWillMount?(): void;
883
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
891
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
884
892
  multiple: boolean;
885
893
  clearable: boolean;
886
894
  creatable: boolean;
@@ -904,7 +912,7 @@ declare const EnhancedSelect: {
904
912
  locale?: string | undefined;
905
913
  translate?: ((str: string, ...args: any[]) => string) | undefined;
906
914
  }>, nextContext: any): void;
907
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
915
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
908
916
  multiple: boolean;
909
917
  clearable: boolean;
910
918
  creatable: boolean;
@@ -928,7 +936,7 @@ declare const EnhancedSelect: {
928
936
  locale?: string | undefined;
929
937
  translate?: ((str: string, ...args: any[]) => string) | undefined;
930
938
  }>, nextContext: any): void;
931
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
939
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
932
940
  multiple: boolean;
933
941
  clearable: boolean;
934
942
  creatable: boolean;
@@ -952,7 +960,7 @@ declare const EnhancedSelect: {
952
960
  locale?: string | undefined;
953
961
  translate?: ((str: string, ...args: any[]) => string) | undefined;
954
962
  }>, nextState: Readonly<{}>, nextContext: any): void;
955
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
963
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
956
964
  multiple: boolean;
957
965
  clearable: boolean;
958
966
  creatable: boolean;
@@ -977,7 +985,7 @@ declare const EnhancedSelect: {
977
985
  translate?: ((str: string, ...args: any[]) => string) | undefined;
978
986
  }>, nextState: Readonly<{}>, nextContext: any): void;
979
987
  };
980
- new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
988
+ new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
981
989
  multiple: boolean;
982
990
  clearable: boolean;
983
991
  creatable: boolean;
@@ -1003,7 +1011,7 @@ declare const EnhancedSelect: {
1003
1011
  }, context: any): {
1004
1012
  render(): JSX.Element;
1005
1013
  context: any;
1006
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1014
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1007
1015
  multiple: boolean;
1008
1016
  clearable: boolean;
1009
1017
  creatable: boolean;
@@ -1028,7 +1036,7 @@ declare const EnhancedSelect: {
1028
1036
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1029
1037
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
1030
1038
  forceUpdate(callback?: (() => void) | undefined): void;
1031
- readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1039
+ readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1032
1040
  multiple: boolean;
1033
1041
  clearable: boolean;
1034
1042
  creatable: boolean;
@@ -1059,7 +1067,7 @@ declare const EnhancedSelect: {
1059
1067
  [key: string]: React.ReactInstance;
1060
1068
  };
1061
1069
  componentDidMount?(): void;
1062
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1070
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1063
1071
  multiple: boolean;
1064
1072
  clearable: boolean;
1065
1073
  creatable: boolean;
@@ -1085,7 +1093,7 @@ declare const EnhancedSelect: {
1085
1093
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
1086
1094
  componentWillUnmount?(): void;
1087
1095
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
1088
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1096
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1089
1097
  multiple: boolean;
1090
1098
  clearable: boolean;
1091
1099
  creatable: boolean;
@@ -1109,7 +1117,7 @@ declare const EnhancedSelect: {
1109
1117
  locale?: string | undefined;
1110
1118
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1111
1119
  }>, prevState: Readonly<{}>): any;
1112
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1120
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1113
1121
  multiple: boolean;
1114
1122
  clearable: boolean;
1115
1123
  creatable: boolean;
@@ -1135,7 +1143,7 @@ declare const EnhancedSelect: {
1135
1143
  }>, prevState: Readonly<{}>, snapshot?: any): void;
1136
1144
  componentWillMount?(): void;
1137
1145
  UNSAFE_componentWillMount?(): void;
1138
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1146
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1139
1147
  multiple: boolean;
1140
1148
  clearable: boolean;
1141
1149
  creatable: boolean;
@@ -1159,7 +1167,7 @@ declare const EnhancedSelect: {
1159
1167
  locale?: string | undefined;
1160
1168
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1161
1169
  }>, nextContext: any): void;
1162
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1170
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1163
1171
  multiple: boolean;
1164
1172
  clearable: boolean;
1165
1173
  creatable: boolean;
@@ -1183,7 +1191,7 @@ declare const EnhancedSelect: {
1183
1191
  locale?: string | undefined;
1184
1192
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1185
1193
  }>, nextContext: any): void;
1186
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1194
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1187
1195
  multiple: boolean;
1188
1196
  clearable: boolean;
1189
1197
  creatable: boolean;
@@ -1207,7 +1215,7 @@ declare const EnhancedSelect: {
1207
1215
  locale?: string | undefined;
1208
1216
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1209
1217
  }>, nextState: Readonly<{}>, nextContext: any): void;
1210
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1218
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1211
1219
  multiple: boolean;
1212
1220
  clearable: boolean;
1213
1221
  creatable: boolean;
@@ -1239,7 +1247,7 @@ declare const EnhancedSelect: {
1239
1247
  ComposedComponent: typeof Select;
1240
1248
  }>;
1241
1249
  } & import("hoist-non-react-statics").NonReactStatics<{
1242
- new (props: (Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1250
+ new (props: (Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1243
1251
  multiple: boolean;
1244
1252
  clearable: boolean;
1245
1253
  creatable: boolean;
@@ -1262,7 +1270,7 @@ declare const EnhancedSelect: {
1262
1270
  }, never>> & {
1263
1271
  locale?: string | undefined;
1264
1272
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1265
- }) | Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1273
+ }) | Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1266
1274
  multiple: boolean;
1267
1275
  clearable: boolean;
1268
1276
  creatable: boolean;
@@ -1288,7 +1296,7 @@ declare const EnhancedSelect: {
1288
1296
  }>): {
1289
1297
  render(): JSX.Element;
1290
1298
  context: any;
1291
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1299
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1292
1300
  multiple: boolean;
1293
1301
  clearable: boolean;
1294
1302
  creatable: boolean;
@@ -1313,7 +1321,7 @@ declare const EnhancedSelect: {
1313
1321
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1314
1322
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
1315
1323
  forceUpdate(callback?: (() => void) | undefined): void;
1316
- readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1324
+ readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1317
1325
  multiple: boolean;
1318
1326
  clearable: boolean;
1319
1327
  creatable: boolean;
@@ -1344,7 +1352,7 @@ declare const EnhancedSelect: {
1344
1352
  [key: string]: React.ReactInstance;
1345
1353
  };
1346
1354
  componentDidMount?(): void;
1347
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1355
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1348
1356
  multiple: boolean;
1349
1357
  clearable: boolean;
1350
1358
  creatable: boolean;
@@ -1370,7 +1378,7 @@ declare const EnhancedSelect: {
1370
1378
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
1371
1379
  componentWillUnmount?(): void;
1372
1380
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
1373
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1381
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1374
1382
  multiple: boolean;
1375
1383
  clearable: boolean;
1376
1384
  creatable: boolean;
@@ -1394,7 +1402,7 @@ declare const EnhancedSelect: {
1394
1402
  locale?: string | undefined;
1395
1403
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1396
1404
  }>, prevState: Readonly<{}>): any;
1397
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1405
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1398
1406
  multiple: boolean;
1399
1407
  clearable: boolean;
1400
1408
  creatable: boolean;
@@ -1420,7 +1428,7 @@ declare const EnhancedSelect: {
1420
1428
  }>, prevState: Readonly<{}>, snapshot?: any): void;
1421
1429
  componentWillMount?(): void;
1422
1430
  UNSAFE_componentWillMount?(): void;
1423
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1431
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1424
1432
  multiple: boolean;
1425
1433
  clearable: boolean;
1426
1434
  creatable: boolean;
@@ -1444,7 +1452,7 @@ declare const EnhancedSelect: {
1444
1452
  locale?: string | undefined;
1445
1453
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1446
1454
  }>, nextContext: any): void;
1447
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1455
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1448
1456
  multiple: boolean;
1449
1457
  clearable: boolean;
1450
1458
  creatable: boolean;
@@ -1468,7 +1476,7 @@ declare const EnhancedSelect: {
1468
1476
  locale?: string | undefined;
1469
1477
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1470
1478
  }>, nextContext: any): void;
1471
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1479
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1472
1480
  multiple: boolean;
1473
1481
  clearable: boolean;
1474
1482
  creatable: boolean;
@@ -1492,7 +1500,7 @@ declare const EnhancedSelect: {
1492
1500
  locale?: string | undefined;
1493
1501
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1494
1502
  }>, nextState: Readonly<{}>, nextContext: any): void;
1495
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1503
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1496
1504
  multiple: boolean;
1497
1505
  clearable: boolean;
1498
1506
  creatable: boolean;
@@ -1517,7 +1525,7 @@ declare const EnhancedSelect: {
1517
1525
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1518
1526
  }>, nextState: Readonly<{}>, nextContext: any): void;
1519
1527
  };
1520
- new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1528
+ new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1521
1529
  multiple: boolean;
1522
1530
  clearable: boolean;
1523
1531
  creatable: boolean;
@@ -1543,7 +1551,7 @@ declare const EnhancedSelect: {
1543
1551
  }, context: any): {
1544
1552
  render(): JSX.Element;
1545
1553
  context: any;
1546
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1554
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1547
1555
  multiple: boolean;
1548
1556
  clearable: boolean;
1549
1557
  creatable: boolean;
@@ -1568,7 +1576,7 @@ declare const EnhancedSelect: {
1568
1576
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1569
1577
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
1570
1578
  forceUpdate(callback?: (() => void) | undefined): void;
1571
- readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1579
+ readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1572
1580
  multiple: boolean;
1573
1581
  clearable: boolean;
1574
1582
  creatable: boolean;
@@ -1599,7 +1607,7 @@ declare const EnhancedSelect: {
1599
1607
  [key: string]: React.ReactInstance;
1600
1608
  };
1601
1609
  componentDidMount?(): void;
1602
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1610
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1603
1611
  multiple: boolean;
1604
1612
  clearable: boolean;
1605
1613
  creatable: boolean;
@@ -1625,7 +1633,7 @@ declare const EnhancedSelect: {
1625
1633
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
1626
1634
  componentWillUnmount?(): void;
1627
1635
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
1628
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1636
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1629
1637
  multiple: boolean;
1630
1638
  clearable: boolean;
1631
1639
  creatable: boolean;
@@ -1649,7 +1657,7 @@ declare const EnhancedSelect: {
1649
1657
  locale?: string | undefined;
1650
1658
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1651
1659
  }>, prevState: Readonly<{}>): any;
1652
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1660
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1653
1661
  multiple: boolean;
1654
1662
  clearable: boolean;
1655
1663
  creatable: boolean;
@@ -1675,7 +1683,7 @@ declare const EnhancedSelect: {
1675
1683
  }>, prevState: Readonly<{}>, snapshot?: any): void;
1676
1684
  componentWillMount?(): void;
1677
1685
  UNSAFE_componentWillMount?(): void;
1678
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1686
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1679
1687
  multiple: boolean;
1680
1688
  clearable: boolean;
1681
1689
  creatable: boolean;
@@ -1699,7 +1707,7 @@ declare const EnhancedSelect: {
1699
1707
  locale?: string | undefined;
1700
1708
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1701
1709
  }>, nextContext: any): void;
1702
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1710
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1703
1711
  multiple: boolean;
1704
1712
  clearable: boolean;
1705
1713
  creatable: boolean;
@@ -1723,7 +1731,7 @@ declare const EnhancedSelect: {
1723
1731
  locale?: string | undefined;
1724
1732
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1725
1733
  }>, nextContext: any): void;
1726
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1734
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1727
1735
  multiple: boolean;
1728
1736
  clearable: boolean;
1729
1737
  creatable: boolean;
@@ -1747,7 +1755,7 @@ declare const EnhancedSelect: {
1747
1755
  locale?: string | undefined;
1748
1756
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1749
1757
  }>, nextState: Readonly<{}>, nextContext: any): void;
1750
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1758
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1751
1759
  multiple: boolean;
1752
1760
  clearable: boolean;
1753
1761
  creatable: boolean;
@@ -1779,7 +1787,7 @@ declare const EnhancedSelect: {
1779
1787
  ComposedComponent: typeof Select;
1780
1788
  }, {}> & {
1781
1789
  ComposedComponent: {
1782
- new (props: (Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1790
+ new (props: (Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1783
1791
  multiple: boolean;
1784
1792
  clearable: boolean;
1785
1793
  creatable: boolean;
@@ -1802,7 +1810,7 @@ declare const EnhancedSelect: {
1802
1810
  }, never>> & {
1803
1811
  locale?: string | undefined;
1804
1812
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1805
- }) | Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1813
+ }) | Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1806
1814
  multiple: boolean;
1807
1815
  clearable: boolean;
1808
1816
  creatable: boolean;
@@ -1828,7 +1836,7 @@ declare const EnhancedSelect: {
1828
1836
  }>): {
1829
1837
  render(): JSX.Element;
1830
1838
  context: any;
1831
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1839
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1832
1840
  multiple: boolean;
1833
1841
  clearable: boolean;
1834
1842
  creatable: boolean;
@@ -1853,7 +1861,7 @@ declare const EnhancedSelect: {
1853
1861
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1854
1862
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
1855
1863
  forceUpdate(callback?: (() => void) | undefined): void;
1856
- readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1864
+ readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1857
1865
  multiple: boolean;
1858
1866
  clearable: boolean;
1859
1867
  creatable: boolean;
@@ -1884,7 +1892,7 @@ declare const EnhancedSelect: {
1884
1892
  [key: string]: React.ReactInstance;
1885
1893
  };
1886
1894
  componentDidMount?(): void;
1887
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1895
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1888
1896
  multiple: boolean;
1889
1897
  clearable: boolean;
1890
1898
  creatable: boolean;
@@ -1910,7 +1918,7 @@ declare const EnhancedSelect: {
1910
1918
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
1911
1919
  componentWillUnmount?(): void;
1912
1920
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
1913
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1921
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1914
1922
  multiple: boolean;
1915
1923
  clearable: boolean;
1916
1924
  creatable: boolean;
@@ -1934,7 +1942,7 @@ declare const EnhancedSelect: {
1934
1942
  locale?: string | undefined;
1935
1943
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1936
1944
  }>, prevState: Readonly<{}>): any;
1937
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1945
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1938
1946
  multiple: boolean;
1939
1947
  clearable: boolean;
1940
1948
  creatable: boolean;
@@ -1960,7 +1968,7 @@ declare const EnhancedSelect: {
1960
1968
  }>, prevState: Readonly<{}>, snapshot?: any): void;
1961
1969
  componentWillMount?(): void;
1962
1970
  UNSAFE_componentWillMount?(): void;
1963
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1971
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1964
1972
  multiple: boolean;
1965
1973
  clearable: boolean;
1966
1974
  creatable: boolean;
@@ -1984,7 +1992,7 @@ declare const EnhancedSelect: {
1984
1992
  locale?: string | undefined;
1985
1993
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1986
1994
  }>, nextContext: any): void;
1987
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1995
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
1988
1996
  multiple: boolean;
1989
1997
  clearable: boolean;
1990
1998
  creatable: boolean;
@@ -2008,7 +2016,7 @@ declare const EnhancedSelect: {
2008
2016
  locale?: string | undefined;
2009
2017
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2010
2018
  }>, nextContext: any): void;
2011
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2019
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
2012
2020
  multiple: boolean;
2013
2021
  clearable: boolean;
2014
2022
  creatable: boolean;
@@ -2032,7 +2040,7 @@ declare const EnhancedSelect: {
2032
2040
  locale?: string | undefined;
2033
2041
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2034
2042
  }>, nextState: Readonly<{}>, nextContext: any): void;
2035
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2043
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
2036
2044
  multiple: boolean;
2037
2045
  clearable: boolean;
2038
2046
  creatable: boolean;
@@ -2057,7 +2065,7 @@ declare const EnhancedSelect: {
2057
2065
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2058
2066
  }>, nextState: Readonly<{}>, nextContext: any): void;
2059
2067
  };
2060
- new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2068
+ new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
2061
2069
  multiple: boolean;
2062
2070
  clearable: boolean;
2063
2071
  creatable: boolean;
@@ -2083,7 +2091,7 @@ declare const EnhancedSelect: {
2083
2091
  }, context: any): {
2084
2092
  render(): JSX.Element;
2085
2093
  context: any;
2086
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2094
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
2087
2095
  multiple: boolean;
2088
2096
  clearable: boolean;
2089
2097
  creatable: boolean;
@@ -2108,7 +2116,7 @@ declare const EnhancedSelect: {
2108
2116
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2109
2117
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
2110
2118
  forceUpdate(callback?: (() => void) | undefined): void;
2111
- readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2119
+ readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
2112
2120
  multiple: boolean;
2113
2121
  clearable: boolean;
2114
2122
  creatable: boolean;
@@ -2139,7 +2147,7 @@ declare const EnhancedSelect: {
2139
2147
  [key: string]: React.ReactInstance;
2140
2148
  };
2141
2149
  componentDidMount?(): void;
2142
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2150
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
2143
2151
  multiple: boolean;
2144
2152
  clearable: boolean;
2145
2153
  creatable: boolean;
@@ -2165,7 +2173,7 @@ declare const EnhancedSelect: {
2165
2173
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
2166
2174
  componentWillUnmount?(): void;
2167
2175
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
2168
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2176
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
2169
2177
  multiple: boolean;
2170
2178
  clearable: boolean;
2171
2179
  creatable: boolean;
@@ -2189,7 +2197,7 @@ declare const EnhancedSelect: {
2189
2197
  locale?: string | undefined;
2190
2198
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2191
2199
  }>, prevState: Readonly<{}>): any;
2192
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2200
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
2193
2201
  multiple: boolean;
2194
2202
  clearable: boolean;
2195
2203
  creatable: boolean;
@@ -2215,7 +2223,7 @@ declare const EnhancedSelect: {
2215
2223
  }>, prevState: Readonly<{}>, snapshot?: any): void;
2216
2224
  componentWillMount?(): void;
2217
2225
  UNSAFE_componentWillMount?(): void;
2218
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2226
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
2219
2227
  multiple: boolean;
2220
2228
  clearable: boolean;
2221
2229
  creatable: boolean;
@@ -2239,7 +2247,7 @@ declare const EnhancedSelect: {
2239
2247
  locale?: string | undefined;
2240
2248
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2241
2249
  }>, nextContext: any): void;
2242
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2250
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
2243
2251
  multiple: boolean;
2244
2252
  clearable: boolean;
2245
2253
  creatable: boolean;
@@ -2263,7 +2271,7 @@ declare const EnhancedSelect: {
2263
2271
  locale?: string | undefined;
2264
2272
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2265
2273
  }>, nextContext: any): void;
2266
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2274
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
2267
2275
  multiple: boolean;
2268
2276
  clearable: boolean;
2269
2277
  creatable: boolean;
@@ -2287,7 +2295,7 @@ declare const EnhancedSelect: {
2287
2295
  locale?: string | undefined;
2288
2296
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2289
2297
  }>, nextState: Readonly<{}>, nextContext: any): void;
2290
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2298
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
2291
2299
  multiple: boolean;
2292
2300
  clearable: boolean;
2293
2301
  creatable: boolean;
@@ -2321,7 +2329,7 @@ declare const EnhancedSelect: {
2321
2329
  };
2322
2330
  export default EnhancedSelect;
2323
2331
  export declare const SelectWithRemoteOptions: {
2324
- new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2332
+ new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
2325
2333
  multiple: boolean;
2326
2334
  clearable: boolean;
2327
2335
  creatable: boolean;
@@ -2366,7 +2374,7 @@ export declare const SelectWithRemoteOptions: {
2366
2374
  setData(data: any): void;
2367
2375
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
2368
2376
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
2369
- }, "store"> | Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2377
+ }, "store"> | Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
2370
2378
  multiple: boolean;
2371
2379
  clearable: boolean;
2372
2380
  creatable: boolean;
@@ -2439,7 +2447,7 @@ export declare const SelectWithRemoteOptions: {
2439
2447
  getWrappedInstance(): any;
2440
2448
  render(): JSX.Element;
2441
2449
  context: any;
2442
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2450
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
2443
2451
  multiple: boolean;
2444
2452
  clearable: boolean;
2445
2453
  creatable: boolean;
@@ -2486,7 +2494,7 @@ export declare const SelectWithRemoteOptions: {
2486
2494
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
2487
2495
  }, "store">>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
2488
2496
  forceUpdate(callback?: (() => void) | undefined): void;
2489
- readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2497
+ readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
2490
2498
  multiple: boolean;
2491
2499
  clearable: boolean;
2492
2500
  creatable: boolean;
@@ -2539,7 +2547,7 @@ export declare const SelectWithRemoteOptions: {
2539
2547
  [key: string]: React.ReactInstance;
2540
2548
  };
2541
2549
  componentDidMount?(): void;
2542
- shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2550
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
2543
2551
  multiple: boolean;
2544
2552
  clearable: boolean;
2545
2553
  creatable: boolean;
@@ -2586,7 +2594,7 @@ export declare const SelectWithRemoteOptions: {
2586
2594
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
2587
2595
  }, "store">>, nextState: Readonly<{}>, nextContext: any): boolean;
2588
2596
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
2589
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2597
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
2590
2598
  multiple: boolean;
2591
2599
  clearable: boolean;
2592
2600
  creatable: boolean;
@@ -2632,7 +2640,7 @@ export declare const SelectWithRemoteOptions: {
2632
2640
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
2633
2641
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
2634
2642
  }, "store">>, prevState: Readonly<{}>): any;
2635
- componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2643
+ componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
2636
2644
  multiple: boolean;
2637
2645
  clearable: boolean;
2638
2646
  creatable: boolean;
@@ -2680,7 +2688,7 @@ export declare const SelectWithRemoteOptions: {
2680
2688
  }, "store">>, prevState: Readonly<{}>, snapshot?: any): void;
2681
2689
  componentWillMount?(): void;
2682
2690
  UNSAFE_componentWillMount?(): void;
2683
- componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2691
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
2684
2692
  multiple: boolean;
2685
2693
  clearable: boolean;
2686
2694
  creatable: boolean;
@@ -2726,7 +2734,7 @@ export declare const SelectWithRemoteOptions: {
2726
2734
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
2727
2735
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
2728
2736
  }, "store">>, nextContext: any): void;
2729
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2737
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
2730
2738
  multiple: boolean;
2731
2739
  clearable: boolean;
2732
2740
  creatable: boolean;
@@ -2772,7 +2780,7 @@ export declare const SelectWithRemoteOptions: {
2772
2780
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
2773
2781
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
2774
2782
  }, "store">>, nextContext: any): void;
2775
- componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2783
+ componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
2776
2784
  multiple: boolean;
2777
2785
  clearable: boolean;
2778
2786
  creatable: boolean;
@@ -2818,7 +2826,7 @@ export declare const SelectWithRemoteOptions: {
2818
2826
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
2819
2827
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
2820
2828
  }, "store">>, nextState: Readonly<{}>, nextContext: any): void;
2821
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2829
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
2822
2830
  multiple: boolean;
2823
2831
  clearable: boolean;
2824
2832
  creatable: boolean;
@@ -2865,7 +2873,7 @@ export declare const SelectWithRemoteOptions: {
2865
2873
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
2866
2874
  }, "store">>, nextState: Readonly<{}>, nextContext: any): void;
2867
2875
  };
2868
- new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2876
+ new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
2869
2877
  multiple: boolean;
2870
2878
  clearable: boolean;
2871
2879
  creatable: boolean;
@@ -2938,7 +2946,7 @@ export declare const SelectWithRemoteOptions: {
2938
2946
  getWrappedInstance(): any;
2939
2947
  render(): JSX.Element;
2940
2948
  context: any;
2941
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2949
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
2942
2950
  multiple: boolean;
2943
2951
  clearable: boolean;
2944
2952
  creatable: boolean;
@@ -2985,7 +2993,7 @@ export declare const SelectWithRemoteOptions: {
2985
2993
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
2986
2994
  }, "store">>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
2987
2995
  forceUpdate(callback?: (() => void) | undefined): void;
2988
- readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2996
+ readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
2989
2997
  multiple: boolean;
2990
2998
  clearable: boolean;
2991
2999
  creatable: boolean;
@@ -3038,7 +3046,7 @@ export declare const SelectWithRemoteOptions: {
3038
3046
  [key: string]: React.ReactInstance;
3039
3047
  };
3040
3048
  componentDidMount?(): void;
3041
- shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3049
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
3042
3050
  multiple: boolean;
3043
3051
  clearable: boolean;
3044
3052
  creatable: boolean;
@@ -3085,7 +3093,7 @@ export declare const SelectWithRemoteOptions: {
3085
3093
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
3086
3094
  }, "store">>, nextState: Readonly<{}>, nextContext: any): boolean;
3087
3095
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
3088
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3096
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
3089
3097
  multiple: boolean;
3090
3098
  clearable: boolean;
3091
3099
  creatable: boolean;
@@ -3131,7 +3139,7 @@ export declare const SelectWithRemoteOptions: {
3131
3139
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
3132
3140
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
3133
3141
  }, "store">>, prevState: Readonly<{}>): any;
3134
- componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3142
+ componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
3135
3143
  multiple: boolean;
3136
3144
  clearable: boolean;
3137
3145
  creatable: boolean;
@@ -3179,7 +3187,7 @@ export declare const SelectWithRemoteOptions: {
3179
3187
  }, "store">>, prevState: Readonly<{}>, snapshot?: any): void;
3180
3188
  componentWillMount?(): void;
3181
3189
  UNSAFE_componentWillMount?(): void;
3182
- componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3190
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
3183
3191
  multiple: boolean;
3184
3192
  clearable: boolean;
3185
3193
  creatable: boolean;
@@ -3225,7 +3233,7 @@ export declare const SelectWithRemoteOptions: {
3225
3233
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
3226
3234
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
3227
3235
  }, "store">>, nextContext: any): void;
3228
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3236
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
3229
3237
  multiple: boolean;
3230
3238
  clearable: boolean;
3231
3239
  creatable: boolean;
@@ -3271,7 +3279,7 @@ export declare const SelectWithRemoteOptions: {
3271
3279
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
3272
3280
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
3273
3281
  }, "store">>, nextContext: any): void;
3274
- componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3282
+ componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
3275
3283
  multiple: boolean;
3276
3284
  clearable: boolean;
3277
3285
  creatable: boolean;
@@ -3317,7 +3325,7 @@ export declare const SelectWithRemoteOptions: {
3317
3325
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
3318
3326
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
3319
3327
  }, "store">>, nextState: Readonly<{}>, nextContext: any): void;
3320
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3328
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
3321
3329
  multiple: boolean;
3322
3330
  clearable: boolean;
3323
3331
  creatable: boolean;
@@ -3366,7 +3374,7 @@ export declare const SelectWithRemoteOptions: {
3366
3374
  };
3367
3375
  displayName: string;
3368
3376
  ComposedComponent: React.ComponentType<{
3369
- new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3377
+ new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
3370
3378
  multiple: boolean;
3371
3379
  clearable: boolean;
3372
3380
  creatable: boolean;
@@ -3424,7 +3432,7 @@ export declare const SelectWithRemoteOptions: {
3424
3432
  deferLoadConfig(item: any): Promise<void>;
3425
3433
  render(): JSX.Element;
3426
3434
  context: any;
3427
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3435
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
3428
3436
  multiple: boolean;
3429
3437
  clearable: boolean;
3430
3438
  creatable: boolean;
@@ -3471,7 +3479,7 @@ export declare const SelectWithRemoteOptions: {
3471
3479
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
3472
3480
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
3473
3481
  forceUpdate(callback?: (() => void) | undefined): void;
3474
- readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3482
+ readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
3475
3483
  multiple: boolean;
3476
3484
  clearable: boolean;
3477
3485
  creatable: boolean;
@@ -3523,7 +3531,7 @@ export declare const SelectWithRemoteOptions: {
3523
3531
  refs: {
3524
3532
  [key: string]: React.ReactInstance;
3525
3533
  };
3526
- shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3534
+ shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
3527
3535
  multiple: boolean;
3528
3536
  clearable: boolean;
3529
3537
  creatable: boolean;
@@ -3570,7 +3578,7 @@ export declare const SelectWithRemoteOptions: {
3570
3578
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
3571
3579
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
3572
3580
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
3573
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3581
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
3574
3582
  multiple: boolean;
3575
3583
  clearable: boolean;
3576
3584
  creatable: boolean;
@@ -3618,7 +3626,7 @@ export declare const SelectWithRemoteOptions: {
3618
3626
  }>, prevState: Readonly<{}>): any;
3619
3627
  componentWillMount?(): void;
3620
3628
  UNSAFE_componentWillMount?(): void;
3621
- componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3629
+ componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
3622
3630
  multiple: boolean;
3623
3631
  clearable: boolean;
3624
3632
  creatable: boolean;
@@ -3664,7 +3672,7 @@ export declare const SelectWithRemoteOptions: {
3664
3672
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
3665
3673
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
3666
3674
  }>, nextContext: any): void;
3667
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3675
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
3668
3676
  multiple: boolean;
3669
3677
  clearable: boolean;
3670
3678
  creatable: boolean;
@@ -3710,7 +3718,7 @@ export declare const SelectWithRemoteOptions: {
3710
3718
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
3711
3719
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
3712
3720
  }>, nextContext: any): void;
3713
- componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3721
+ componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
3714
3722
  multiple: boolean;
3715
3723
  clearable: boolean;
3716
3724
  creatable: boolean;
@@ -3756,7 +3764,7 @@ export declare const SelectWithRemoteOptions: {
3756
3764
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
3757
3765
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
3758
3766
  }>, nextState: Readonly<{}>, nextContext: any): void;
3759
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3767
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
3760
3768
  multiple: boolean;
3761
3769
  clearable: boolean;
3762
3770
  creatable: boolean;
@@ -3805,7 +3813,7 @@ export declare const SelectWithRemoteOptions: {
3805
3813
  };
3806
3814
  displayName: string;
3807
3815
  ComposedComponent: React.ComponentType<{
3808
- new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3816
+ new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
3809
3817
  multiple: boolean;
3810
3818
  clearable: boolean;
3811
3819
  creatable: boolean;
@@ -3828,7 +3836,7 @@ export declare const SelectWithRemoteOptions: {
3828
3836
  }, never>> & {
3829
3837
  locale?: string | undefined;
3830
3838
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3831
- }, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3839
+ }, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
3832
3840
  multiple: boolean;
3833
3841
  clearable: boolean;
3834
3842
  creatable: boolean;
@@ -3854,7 +3862,7 @@ export declare const SelectWithRemoteOptions: {
3854
3862
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
3855
3863
  render(): JSX.Element;
3856
3864
  context: any;
3857
- setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3865
+ setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
3858
3866
  multiple: boolean;
3859
3867
  clearable: boolean;
3860
3868
  creatable: boolean;
@@ -3879,7 +3887,7 @@ export declare const SelectWithRemoteOptions: {
3879
3887
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3880
3888
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
3881
3889
  forceUpdate(callback?: (() => void) | undefined): void;
3882
- readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3890
+ readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
3883
3891
  multiple: boolean;
3884
3892
  clearable: boolean;
3885
3893
  creatable: boolean;
@@ -3910,7 +3918,7 @@ export declare const SelectWithRemoteOptions: {
3910
3918
  [key: string]: React.ReactInstance;
3911
3919
  };
3912
3920
  componentDidMount?(): void;
3913
- shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3921
+ shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
3914
3922
  multiple: boolean;
3915
3923
  clearable: boolean;
3916
3924
  creatable: boolean;
@@ -3936,7 +3944,7 @@ export declare const SelectWithRemoteOptions: {
3936
3944
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
3937
3945
  componentWillUnmount?(): void;
3938
3946
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
3939
- getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3947
+ getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
3940
3948
  multiple: boolean;
3941
3949
  clearable: boolean;
3942
3950
  creatable: boolean;
@@ -3960,7 +3968,7 @@ export declare const SelectWithRemoteOptions: {
3960
3968
  locale?: string | undefined;
3961
3969
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3962
3970
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
3963
- componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3971
+ componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
3964
3972
  multiple: boolean;
3965
3973
  clearable: boolean;
3966
3974
  creatable: boolean;
@@ -3986,7 +3994,7 @@ export declare const SelectWithRemoteOptions: {
3986
3994
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
3987
3995
  componentWillMount?(): void;
3988
3996
  UNSAFE_componentWillMount?(): void;
3989
- componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3997
+ componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
3990
3998
  multiple: boolean;
3991
3999
  clearable: boolean;
3992
4000
  creatable: boolean;
@@ -4010,7 +4018,7 @@ export declare const SelectWithRemoteOptions: {
4010
4018
  locale?: string | undefined;
4011
4019
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4012
4020
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
4013
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4021
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
4014
4022
  multiple: boolean;
4015
4023
  clearable: boolean;
4016
4024
  creatable: boolean;
@@ -4034,7 +4042,7 @@ export declare const SelectWithRemoteOptions: {
4034
4042
  locale?: string | undefined;
4035
4043
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4036
4044
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
4037
- componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4045
+ componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
4038
4046
  multiple: boolean;
4039
4047
  clearable: boolean;
4040
4048
  creatable: boolean;
@@ -4058,7 +4066,7 @@ export declare const SelectWithRemoteOptions: {
4058
4066
  locale?: string | undefined;
4059
4067
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4060
4068
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
4061
- UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4069
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
4062
4070
  multiple: boolean;
4063
4071
  clearable: boolean;
4064
4072
  creatable: boolean;
@@ -4083,7 +4091,7 @@ export declare const SelectWithRemoteOptions: {
4083
4091
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4084
4092
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
4085
4093
  };
4086
- new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4094
+ new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
4087
4095
  multiple: boolean;
4088
4096
  clearable: boolean;
4089
4097
  creatable: boolean;
@@ -4109,7 +4117,7 @@ export declare const SelectWithRemoteOptions: {
4109
4117
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
4110
4118
  render(): JSX.Element;
4111
4119
  context: any;
4112
- setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4120
+ setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
4113
4121
  multiple: boolean;
4114
4122
  clearable: boolean;
4115
4123
  creatable: boolean;
@@ -4134,7 +4142,7 @@ export declare const SelectWithRemoteOptions: {
4134
4142
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4135
4143
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
4136
4144
  forceUpdate(callback?: (() => void) | undefined): void;
4137
- readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4145
+ readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
4138
4146
  multiple: boolean;
4139
4147
  clearable: boolean;
4140
4148
  creatable: boolean;
@@ -4165,7 +4173,7 @@ export declare const SelectWithRemoteOptions: {
4165
4173
  [key: string]: React.ReactInstance;
4166
4174
  };
4167
4175
  componentDidMount?(): void;
4168
- shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4176
+ shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
4169
4177
  multiple: boolean;
4170
4178
  clearable: boolean;
4171
4179
  creatable: boolean;
@@ -4191,7 +4199,7 @@ export declare const SelectWithRemoteOptions: {
4191
4199
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
4192
4200
  componentWillUnmount?(): void;
4193
4201
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
4194
- getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4202
+ getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
4195
4203
  multiple: boolean;
4196
4204
  clearable: boolean;
4197
4205
  creatable: boolean;
@@ -4215,7 +4223,7 @@ export declare const SelectWithRemoteOptions: {
4215
4223
  locale?: string | undefined;
4216
4224
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4217
4225
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
4218
- componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4226
+ componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
4219
4227
  multiple: boolean;
4220
4228
  clearable: boolean;
4221
4229
  creatable: boolean;
@@ -4241,7 +4249,7 @@ export declare const SelectWithRemoteOptions: {
4241
4249
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
4242
4250
  componentWillMount?(): void;
4243
4251
  UNSAFE_componentWillMount?(): void;
4244
- componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4252
+ componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
4245
4253
  multiple: boolean;
4246
4254
  clearable: boolean;
4247
4255
  creatable: boolean;
@@ -4265,7 +4273,7 @@ export declare const SelectWithRemoteOptions: {
4265
4273
  locale?: string | undefined;
4266
4274
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4267
4275
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
4268
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4276
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
4269
4277
  multiple: boolean;
4270
4278
  clearable: boolean;
4271
4279
  creatable: boolean;
@@ -4289,7 +4297,7 @@ export declare const SelectWithRemoteOptions: {
4289
4297
  locale?: string | undefined;
4290
4298
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4291
4299
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
4292
- componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4300
+ componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
4293
4301
  multiple: boolean;
4294
4302
  clearable: boolean;
4295
4303
  creatable: boolean;
@@ -4313,7 +4321,7 @@ export declare const SelectWithRemoteOptions: {
4313
4321
  locale?: string | undefined;
4314
4322
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4315
4323
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
4316
- UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4324
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
4317
4325
  multiple: boolean;
4318
4326
  clearable: boolean;
4319
4327
  creatable: boolean;
@@ -4344,7 +4352,7 @@ export declare const SelectWithRemoteOptions: {
4344
4352
  }>;
4345
4353
  contextType?: React.Context<any> | undefined;
4346
4354
  } & import("hoist-non-react-statics").NonReactStatics<{
4347
- new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4355
+ new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
4348
4356
  multiple: boolean;
4349
4357
  clearable: boolean;
4350
4358
  creatable: boolean;
@@ -4402,7 +4410,7 @@ export declare const SelectWithRemoteOptions: {
4402
4410
  deferLoadConfig(item: any): Promise<void>;
4403
4411
  render(): JSX.Element;
4404
4412
  context: any;
4405
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4413
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
4406
4414
  multiple: boolean;
4407
4415
  clearable: boolean;
4408
4416
  creatable: boolean;
@@ -4449,7 +4457,7 @@ export declare const SelectWithRemoteOptions: {
4449
4457
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
4450
4458
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
4451
4459
  forceUpdate(callback?: (() => void) | undefined): void;
4452
- readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4460
+ readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
4453
4461
  multiple: boolean;
4454
4462
  clearable: boolean;
4455
4463
  creatable: boolean;
@@ -4501,7 +4509,7 @@ export declare const SelectWithRemoteOptions: {
4501
4509
  refs: {
4502
4510
  [key: string]: React.ReactInstance;
4503
4511
  };
4504
- shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4512
+ shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
4505
4513
  multiple: boolean;
4506
4514
  clearable: boolean;
4507
4515
  creatable: boolean;
@@ -4548,7 +4556,7 @@ export declare const SelectWithRemoteOptions: {
4548
4556
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
4549
4557
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
4550
4558
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
4551
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4559
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
4552
4560
  multiple: boolean;
4553
4561
  clearable: boolean;
4554
4562
  creatable: boolean;
@@ -4596,7 +4604,7 @@ export declare const SelectWithRemoteOptions: {
4596
4604
  }>, prevState: Readonly<{}>): any;
4597
4605
  componentWillMount?(): void;
4598
4606
  UNSAFE_componentWillMount?(): void;
4599
- componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4607
+ componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
4600
4608
  multiple: boolean;
4601
4609
  clearable: boolean;
4602
4610
  creatable: boolean;
@@ -4642,7 +4650,7 @@ export declare const SelectWithRemoteOptions: {
4642
4650
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
4643
4651
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
4644
4652
  }>, nextContext: any): void;
4645
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4653
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
4646
4654
  multiple: boolean;
4647
4655
  clearable: boolean;
4648
4656
  creatable: boolean;
@@ -4688,7 +4696,7 @@ export declare const SelectWithRemoteOptions: {
4688
4696
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
4689
4697
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
4690
4698
  }>, nextContext: any): void;
4691
- componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4699
+ componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
4692
4700
  multiple: boolean;
4693
4701
  clearable: boolean;
4694
4702
  creatable: boolean;
@@ -4734,7 +4742,7 @@ export declare const SelectWithRemoteOptions: {
4734
4742
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
4735
4743
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
4736
4744
  }>, nextState: Readonly<{}>, nextContext: any): void;
4737
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4745
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
4738
4746
  multiple: boolean;
4739
4747
  clearable: boolean;
4740
4748
  creatable: boolean;
@@ -4783,7 +4791,7 @@ export declare const SelectWithRemoteOptions: {
4783
4791
  };
4784
4792
  displayName: string;
4785
4793
  ComposedComponent: React.ComponentType<{
4786
- new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4794
+ new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
4787
4795
  multiple: boolean;
4788
4796
  clearable: boolean;
4789
4797
  creatable: boolean;
@@ -4806,7 +4814,7 @@ export declare const SelectWithRemoteOptions: {
4806
4814
  }, never>> & {
4807
4815
  locale?: string | undefined;
4808
4816
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4809
- }, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4817
+ }, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
4810
4818
  multiple: boolean;
4811
4819
  clearable: boolean;
4812
4820
  creatable: boolean;
@@ -4832,7 +4840,7 @@ export declare const SelectWithRemoteOptions: {
4832
4840
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
4833
4841
  render(): JSX.Element;
4834
4842
  context: any;
4835
- setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4843
+ setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
4836
4844
  multiple: boolean;
4837
4845
  clearable: boolean;
4838
4846
  creatable: boolean;
@@ -4857,7 +4865,7 @@ export declare const SelectWithRemoteOptions: {
4857
4865
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4858
4866
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
4859
4867
  forceUpdate(callback?: (() => void) | undefined): void;
4860
- readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4868
+ readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
4861
4869
  multiple: boolean;
4862
4870
  clearable: boolean;
4863
4871
  creatable: boolean;
@@ -4888,7 +4896,7 @@ export declare const SelectWithRemoteOptions: {
4888
4896
  [key: string]: React.ReactInstance;
4889
4897
  };
4890
4898
  componentDidMount?(): void;
4891
- shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4899
+ shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
4892
4900
  multiple: boolean;
4893
4901
  clearable: boolean;
4894
4902
  creatable: boolean;
@@ -4914,7 +4922,7 @@ export declare const SelectWithRemoteOptions: {
4914
4922
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
4915
4923
  componentWillUnmount?(): void;
4916
4924
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
4917
- getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4925
+ getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
4918
4926
  multiple: boolean;
4919
4927
  clearable: boolean;
4920
4928
  creatable: boolean;
@@ -4938,7 +4946,7 @@ export declare const SelectWithRemoteOptions: {
4938
4946
  locale?: string | undefined;
4939
4947
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4940
4948
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
4941
- componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4949
+ componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
4942
4950
  multiple: boolean;
4943
4951
  clearable: boolean;
4944
4952
  creatable: boolean;
@@ -4964,7 +4972,7 @@ export declare const SelectWithRemoteOptions: {
4964
4972
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
4965
4973
  componentWillMount?(): void;
4966
4974
  UNSAFE_componentWillMount?(): void;
4967
- componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4975
+ componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
4968
4976
  multiple: boolean;
4969
4977
  clearable: boolean;
4970
4978
  creatable: boolean;
@@ -4988,7 +4996,7 @@ export declare const SelectWithRemoteOptions: {
4988
4996
  locale?: string | undefined;
4989
4997
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4990
4998
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
4991
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4999
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
4992
5000
  multiple: boolean;
4993
5001
  clearable: boolean;
4994
5002
  creatable: boolean;
@@ -5012,7 +5020,7 @@ export declare const SelectWithRemoteOptions: {
5012
5020
  locale?: string | undefined;
5013
5021
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5014
5022
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
5015
- componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5023
+ componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
5016
5024
  multiple: boolean;
5017
5025
  clearable: boolean;
5018
5026
  creatable: boolean;
@@ -5036,7 +5044,7 @@ export declare const SelectWithRemoteOptions: {
5036
5044
  locale?: string | undefined;
5037
5045
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5038
5046
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
5039
- UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5047
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
5040
5048
  multiple: boolean;
5041
5049
  clearable: boolean;
5042
5050
  creatable: boolean;
@@ -5061,7 +5069,7 @@ export declare const SelectWithRemoteOptions: {
5061
5069
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5062
5070
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
5063
5071
  };
5064
- new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5072
+ new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
5065
5073
  multiple: boolean;
5066
5074
  clearable: boolean;
5067
5075
  creatable: boolean;
@@ -5087,7 +5095,7 @@ export declare const SelectWithRemoteOptions: {
5087
5095
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
5088
5096
  render(): JSX.Element;
5089
5097
  context: any;
5090
- setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5098
+ setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
5091
5099
  multiple: boolean;
5092
5100
  clearable: boolean;
5093
5101
  creatable: boolean;
@@ -5112,7 +5120,7 @@ export declare const SelectWithRemoteOptions: {
5112
5120
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5113
5121
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
5114
5122
  forceUpdate(callback?: (() => void) | undefined): void;
5115
- readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5123
+ readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
5116
5124
  multiple: boolean;
5117
5125
  clearable: boolean;
5118
5126
  creatable: boolean;
@@ -5143,7 +5151,7 @@ export declare const SelectWithRemoteOptions: {
5143
5151
  [key: string]: React.ReactInstance;
5144
5152
  };
5145
5153
  componentDidMount?(): void;
5146
- shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5154
+ shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
5147
5155
  multiple: boolean;
5148
5156
  clearable: boolean;
5149
5157
  creatable: boolean;
@@ -5169,7 +5177,7 @@ export declare const SelectWithRemoteOptions: {
5169
5177
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
5170
5178
  componentWillUnmount?(): void;
5171
5179
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
5172
- getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5180
+ getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
5173
5181
  multiple: boolean;
5174
5182
  clearable: boolean;
5175
5183
  creatable: boolean;
@@ -5193,7 +5201,7 @@ export declare const SelectWithRemoteOptions: {
5193
5201
  locale?: string | undefined;
5194
5202
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5195
5203
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
5196
- componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5204
+ componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
5197
5205
  multiple: boolean;
5198
5206
  clearable: boolean;
5199
5207
  creatable: boolean;
@@ -5219,7 +5227,7 @@ export declare const SelectWithRemoteOptions: {
5219
5227
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
5220
5228
  componentWillMount?(): void;
5221
5229
  UNSAFE_componentWillMount?(): void;
5222
- componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5230
+ componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
5223
5231
  multiple: boolean;
5224
5232
  clearable: boolean;
5225
5233
  creatable: boolean;
@@ -5243,7 +5251,7 @@ export declare const SelectWithRemoteOptions: {
5243
5251
  locale?: string | undefined;
5244
5252
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5245
5253
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
5246
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5254
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
5247
5255
  multiple: boolean;
5248
5256
  clearable: boolean;
5249
5257
  creatable: boolean;
@@ -5267,7 +5275,7 @@ export declare const SelectWithRemoteOptions: {
5267
5275
  locale?: string | undefined;
5268
5276
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5269
5277
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
5270
- componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5278
+ componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
5271
5279
  multiple: boolean;
5272
5280
  clearable: boolean;
5273
5281
  creatable: boolean;
@@ -5291,7 +5299,7 @@ export declare const SelectWithRemoteOptions: {
5291
5299
  locale?: string | undefined;
5292
5300
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5293
5301
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
5294
- UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5302
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
5295
5303
  multiple: boolean;
5296
5304
  clearable: boolean;
5297
5305
  creatable: boolean;
@@ -5321,7 +5329,7 @@ export declare const SelectWithRemoteOptions: {
5321
5329
  contextType: React.Context<void | import("../env").RendererEnv>;
5322
5330
  }, {}> & {
5323
5331
  ComposedComponent: {
5324
- new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5332
+ new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
5325
5333
  multiple: boolean;
5326
5334
  clearable: boolean;
5327
5335
  creatable: boolean;
@@ -5379,7 +5387,7 @@ export declare const SelectWithRemoteOptions: {
5379
5387
  deferLoadConfig(item: any): Promise<void>;
5380
5388
  render(): JSX.Element;
5381
5389
  context: any;
5382
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5390
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
5383
5391
  multiple: boolean;
5384
5392
  clearable: boolean;
5385
5393
  creatable: boolean;
@@ -5426,7 +5434,7 @@ export declare const SelectWithRemoteOptions: {
5426
5434
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
5427
5435
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
5428
5436
  forceUpdate(callback?: (() => void) | undefined): void;
5429
- readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5437
+ readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
5430
5438
  multiple: boolean;
5431
5439
  clearable: boolean;
5432
5440
  creatable: boolean;
@@ -5478,7 +5486,7 @@ export declare const SelectWithRemoteOptions: {
5478
5486
  refs: {
5479
5487
  [key: string]: React.ReactInstance;
5480
5488
  };
5481
- shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5489
+ shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
5482
5490
  multiple: boolean;
5483
5491
  clearable: boolean;
5484
5492
  creatable: boolean;
@@ -5525,7 +5533,7 @@ export declare const SelectWithRemoteOptions: {
5525
5533
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
5526
5534
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
5527
5535
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
5528
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5536
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
5529
5537
  multiple: boolean;
5530
5538
  clearable: boolean;
5531
5539
  creatable: boolean;
@@ -5573,7 +5581,7 @@ export declare const SelectWithRemoteOptions: {
5573
5581
  }>, prevState: Readonly<{}>): any;
5574
5582
  componentWillMount?(): void;
5575
5583
  UNSAFE_componentWillMount?(): void;
5576
- componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5584
+ componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
5577
5585
  multiple: boolean;
5578
5586
  clearable: boolean;
5579
5587
  creatable: boolean;
@@ -5619,7 +5627,7 @@ export declare const SelectWithRemoteOptions: {
5619
5627
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
5620
5628
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
5621
5629
  }>, nextContext: any): void;
5622
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5630
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
5623
5631
  multiple: boolean;
5624
5632
  clearable: boolean;
5625
5633
  creatable: boolean;
@@ -5665,7 +5673,7 @@ export declare const SelectWithRemoteOptions: {
5665
5673
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
5666
5674
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
5667
5675
  }>, nextContext: any): void;
5668
- componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5676
+ componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
5669
5677
  multiple: boolean;
5670
5678
  clearable: boolean;
5671
5679
  creatable: boolean;
@@ -5711,7 +5719,7 @@ export declare const SelectWithRemoteOptions: {
5711
5719
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
5712
5720
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
5713
5721
  }>, nextState: Readonly<{}>, nextContext: any): void;
5714
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5722
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
5715
5723
  multiple: boolean;
5716
5724
  clearable: boolean;
5717
5725
  creatable: boolean;
@@ -5760,7 +5768,7 @@ export declare const SelectWithRemoteOptions: {
5760
5768
  };
5761
5769
  displayName: string;
5762
5770
  ComposedComponent: React.ComponentType<{
5763
- new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5771
+ new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
5764
5772
  multiple: boolean;
5765
5773
  clearable: boolean;
5766
5774
  creatable: boolean;
@@ -5783,7 +5791,7 @@ export declare const SelectWithRemoteOptions: {
5783
5791
  }, never>> & {
5784
5792
  locale?: string | undefined;
5785
5793
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5786
- }, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5794
+ }, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
5787
5795
  multiple: boolean;
5788
5796
  clearable: boolean;
5789
5797
  creatable: boolean;
@@ -5809,7 +5817,7 @@ export declare const SelectWithRemoteOptions: {
5809
5817
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
5810
5818
  render(): JSX.Element;
5811
5819
  context: any;
5812
- setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5820
+ setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
5813
5821
  multiple: boolean;
5814
5822
  clearable: boolean;
5815
5823
  creatable: boolean;
@@ -5834,7 +5842,7 @@ export declare const SelectWithRemoteOptions: {
5834
5842
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5835
5843
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
5836
5844
  forceUpdate(callback?: (() => void) | undefined): void;
5837
- readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5845
+ readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
5838
5846
  multiple: boolean;
5839
5847
  clearable: boolean;
5840
5848
  creatable: boolean;
@@ -5865,7 +5873,7 @@ export declare const SelectWithRemoteOptions: {
5865
5873
  [key: string]: React.ReactInstance;
5866
5874
  };
5867
5875
  componentDidMount?(): void;
5868
- shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5876
+ shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
5869
5877
  multiple: boolean;
5870
5878
  clearable: boolean;
5871
5879
  creatable: boolean;
@@ -5891,7 +5899,7 @@ export declare const SelectWithRemoteOptions: {
5891
5899
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
5892
5900
  componentWillUnmount?(): void;
5893
5901
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
5894
- getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5902
+ getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
5895
5903
  multiple: boolean;
5896
5904
  clearable: boolean;
5897
5905
  creatable: boolean;
@@ -5915,7 +5923,7 @@ export declare const SelectWithRemoteOptions: {
5915
5923
  locale?: string | undefined;
5916
5924
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5917
5925
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
5918
- componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5926
+ componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
5919
5927
  multiple: boolean;
5920
5928
  clearable: boolean;
5921
5929
  creatable: boolean;
@@ -5941,7 +5949,7 @@ export declare const SelectWithRemoteOptions: {
5941
5949
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
5942
5950
  componentWillMount?(): void;
5943
5951
  UNSAFE_componentWillMount?(): void;
5944
- componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5952
+ componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
5945
5953
  multiple: boolean;
5946
5954
  clearable: boolean;
5947
5955
  creatable: boolean;
@@ -5965,7 +5973,7 @@ export declare const SelectWithRemoteOptions: {
5965
5973
  locale?: string | undefined;
5966
5974
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5967
5975
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
5968
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5976
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
5969
5977
  multiple: boolean;
5970
5978
  clearable: boolean;
5971
5979
  creatable: boolean;
@@ -5989,7 +5997,7 @@ export declare const SelectWithRemoteOptions: {
5989
5997
  locale?: string | undefined;
5990
5998
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5991
5999
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
5992
- componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6000
+ componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
5993
6001
  multiple: boolean;
5994
6002
  clearable: boolean;
5995
6003
  creatable: boolean;
@@ -6013,7 +6021,7 @@ export declare const SelectWithRemoteOptions: {
6013
6021
  locale?: string | undefined;
6014
6022
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6015
6023
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
6016
- UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6024
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6017
6025
  multiple: boolean;
6018
6026
  clearable: boolean;
6019
6027
  creatable: boolean;
@@ -6038,7 +6046,7 @@ export declare const SelectWithRemoteOptions: {
6038
6046
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6039
6047
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
6040
6048
  };
6041
- new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6049
+ new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6042
6050
  multiple: boolean;
6043
6051
  clearable: boolean;
6044
6052
  creatable: boolean;
@@ -6064,7 +6072,7 @@ export declare const SelectWithRemoteOptions: {
6064
6072
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
6065
6073
  render(): JSX.Element;
6066
6074
  context: any;
6067
- setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6075
+ setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6068
6076
  multiple: boolean;
6069
6077
  clearable: boolean;
6070
6078
  creatable: boolean;
@@ -6089,7 +6097,7 @@ export declare const SelectWithRemoteOptions: {
6089
6097
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6090
6098
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
6091
6099
  forceUpdate(callback?: (() => void) | undefined): void;
6092
- readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6100
+ readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6093
6101
  multiple: boolean;
6094
6102
  clearable: boolean;
6095
6103
  creatable: boolean;
@@ -6120,7 +6128,7 @@ export declare const SelectWithRemoteOptions: {
6120
6128
  [key: string]: React.ReactInstance;
6121
6129
  };
6122
6130
  componentDidMount?(): void;
6123
- shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6131
+ shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6124
6132
  multiple: boolean;
6125
6133
  clearable: boolean;
6126
6134
  creatable: boolean;
@@ -6146,7 +6154,7 @@ export declare const SelectWithRemoteOptions: {
6146
6154
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
6147
6155
  componentWillUnmount?(): void;
6148
6156
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
6149
- getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6157
+ getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6150
6158
  multiple: boolean;
6151
6159
  clearable: boolean;
6152
6160
  creatable: boolean;
@@ -6170,7 +6178,7 @@ export declare const SelectWithRemoteOptions: {
6170
6178
  locale?: string | undefined;
6171
6179
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6172
6180
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
6173
- componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6181
+ componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6174
6182
  multiple: boolean;
6175
6183
  clearable: boolean;
6176
6184
  creatable: boolean;
@@ -6196,7 +6204,7 @@ export declare const SelectWithRemoteOptions: {
6196
6204
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
6197
6205
  componentWillMount?(): void;
6198
6206
  UNSAFE_componentWillMount?(): void;
6199
- componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6207
+ componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6200
6208
  multiple: boolean;
6201
6209
  clearable: boolean;
6202
6210
  creatable: boolean;
@@ -6220,7 +6228,7 @@ export declare const SelectWithRemoteOptions: {
6220
6228
  locale?: string | undefined;
6221
6229
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6222
6230
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
6223
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6231
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6224
6232
  multiple: boolean;
6225
6233
  clearable: boolean;
6226
6234
  creatable: boolean;
@@ -6244,7 +6252,7 @@ export declare const SelectWithRemoteOptions: {
6244
6252
  locale?: string | undefined;
6245
6253
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6246
6254
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
6247
- componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6255
+ componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6248
6256
  multiple: boolean;
6249
6257
  clearable: boolean;
6250
6258
  creatable: boolean;
@@ -6268,7 +6276,7 @@ export declare const SelectWithRemoteOptions: {
6268
6276
  locale?: string | undefined;
6269
6277
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6270
6278
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
6271
- UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6279
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6272
6280
  multiple: boolean;
6273
6281
  clearable: boolean;
6274
6282
  creatable: boolean;
@@ -6298,7 +6306,7 @@ export declare const SelectWithRemoteOptions: {
6298
6306
  contextType: React.Context<void | import("../env").RendererEnv>;
6299
6307
  };
6300
6308
  } & import("hoist-non-react-statics").NonReactStatics<{
6301
- new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6309
+ new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6302
6310
  multiple: boolean;
6303
6311
  clearable: boolean;
6304
6312
  creatable: boolean;
@@ -6321,7 +6329,7 @@ export declare const SelectWithRemoteOptions: {
6321
6329
  }, never>> & {
6322
6330
  locale?: string | undefined;
6323
6331
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6324
- }, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6332
+ }, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6325
6333
  multiple: boolean;
6326
6334
  clearable: boolean;
6327
6335
  creatable: boolean;
@@ -6347,7 +6355,7 @@ export declare const SelectWithRemoteOptions: {
6347
6355
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
6348
6356
  render(): JSX.Element;
6349
6357
  context: any;
6350
- setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6358
+ setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6351
6359
  multiple: boolean;
6352
6360
  clearable: boolean;
6353
6361
  creatable: boolean;
@@ -6372,7 +6380,7 @@ export declare const SelectWithRemoteOptions: {
6372
6380
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6373
6381
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
6374
6382
  forceUpdate(callback?: (() => void) | undefined): void;
6375
- readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6383
+ readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6376
6384
  multiple: boolean;
6377
6385
  clearable: boolean;
6378
6386
  creatable: boolean;
@@ -6403,7 +6411,7 @@ export declare const SelectWithRemoteOptions: {
6403
6411
  [key: string]: React.ReactInstance;
6404
6412
  };
6405
6413
  componentDidMount?(): void;
6406
- shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6414
+ shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6407
6415
  multiple: boolean;
6408
6416
  clearable: boolean;
6409
6417
  creatable: boolean;
@@ -6429,7 +6437,7 @@ export declare const SelectWithRemoteOptions: {
6429
6437
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
6430
6438
  componentWillUnmount?(): void;
6431
6439
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
6432
- getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6440
+ getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6433
6441
  multiple: boolean;
6434
6442
  clearable: boolean;
6435
6443
  creatable: boolean;
@@ -6453,7 +6461,7 @@ export declare const SelectWithRemoteOptions: {
6453
6461
  locale?: string | undefined;
6454
6462
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6455
6463
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
6456
- componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6464
+ componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6457
6465
  multiple: boolean;
6458
6466
  clearable: boolean;
6459
6467
  creatable: boolean;
@@ -6479,7 +6487,7 @@ export declare const SelectWithRemoteOptions: {
6479
6487
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
6480
6488
  componentWillMount?(): void;
6481
6489
  UNSAFE_componentWillMount?(): void;
6482
- componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6490
+ componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6483
6491
  multiple: boolean;
6484
6492
  clearable: boolean;
6485
6493
  creatable: boolean;
@@ -6503,7 +6511,7 @@ export declare const SelectWithRemoteOptions: {
6503
6511
  locale?: string | undefined;
6504
6512
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6505
6513
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
6506
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6514
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6507
6515
  multiple: boolean;
6508
6516
  clearable: boolean;
6509
6517
  creatable: boolean;
@@ -6527,7 +6535,7 @@ export declare const SelectWithRemoteOptions: {
6527
6535
  locale?: string | undefined;
6528
6536
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6529
6537
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
6530
- componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6538
+ componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6531
6539
  multiple: boolean;
6532
6540
  clearable: boolean;
6533
6541
  creatable: boolean;
@@ -6551,7 +6559,7 @@ export declare const SelectWithRemoteOptions: {
6551
6559
  locale?: string | undefined;
6552
6560
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6553
6561
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
6554
- UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6562
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6555
6563
  multiple: boolean;
6556
6564
  clearable: boolean;
6557
6565
  creatable: boolean;
@@ -6576,7 +6584,7 @@ export declare const SelectWithRemoteOptions: {
6576
6584
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6577
6585
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
6578
6586
  };
6579
- new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6587
+ new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6580
6588
  multiple: boolean;
6581
6589
  clearable: boolean;
6582
6590
  creatable: boolean;
@@ -6602,7 +6610,7 @@ export declare const SelectWithRemoteOptions: {
6602
6610
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
6603
6611
  render(): JSX.Element;
6604
6612
  context: any;
6605
- setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6613
+ setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6606
6614
  multiple: boolean;
6607
6615
  clearable: boolean;
6608
6616
  creatable: boolean;
@@ -6627,7 +6635,7 @@ export declare const SelectWithRemoteOptions: {
6627
6635
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6628
6636
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
6629
6637
  forceUpdate(callback?: (() => void) | undefined): void;
6630
- readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6638
+ readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6631
6639
  multiple: boolean;
6632
6640
  clearable: boolean;
6633
6641
  creatable: boolean;
@@ -6658,7 +6666,7 @@ export declare const SelectWithRemoteOptions: {
6658
6666
  [key: string]: React.ReactInstance;
6659
6667
  };
6660
6668
  componentDidMount?(): void;
6661
- shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6669
+ shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6662
6670
  multiple: boolean;
6663
6671
  clearable: boolean;
6664
6672
  creatable: boolean;
@@ -6684,7 +6692,7 @@ export declare const SelectWithRemoteOptions: {
6684
6692
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
6685
6693
  componentWillUnmount?(): void;
6686
6694
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
6687
- getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6695
+ getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6688
6696
  multiple: boolean;
6689
6697
  clearable: boolean;
6690
6698
  creatable: boolean;
@@ -6708,7 +6716,7 @@ export declare const SelectWithRemoteOptions: {
6708
6716
  locale?: string | undefined;
6709
6717
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6710
6718
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
6711
- componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6719
+ componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6712
6720
  multiple: boolean;
6713
6721
  clearable: boolean;
6714
6722
  creatable: boolean;
@@ -6734,7 +6742,7 @@ export declare const SelectWithRemoteOptions: {
6734
6742
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
6735
6743
  componentWillMount?(): void;
6736
6744
  UNSAFE_componentWillMount?(): void;
6737
- componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6745
+ componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6738
6746
  multiple: boolean;
6739
6747
  clearable: boolean;
6740
6748
  creatable: boolean;
@@ -6758,7 +6766,7 @@ export declare const SelectWithRemoteOptions: {
6758
6766
  locale?: string | undefined;
6759
6767
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6760
6768
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
6761
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6769
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6762
6770
  multiple: boolean;
6763
6771
  clearable: boolean;
6764
6772
  creatable: boolean;
@@ -6782,7 +6790,7 @@ export declare const SelectWithRemoteOptions: {
6782
6790
  locale?: string | undefined;
6783
6791
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6784
6792
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
6785
- componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6793
+ componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6786
6794
  multiple: boolean;
6787
6795
  clearable: boolean;
6788
6796
  creatable: boolean;
@@ -6806,7 +6814,7 @@ export declare const SelectWithRemoteOptions: {
6806
6814
  locale?: string | undefined;
6807
6815
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6808
6816
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
6809
- UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6817
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6810
6818
  multiple: boolean;
6811
6819
  clearable: boolean;
6812
6820
  creatable: boolean;
@@ -6834,7 +6842,7 @@ export declare const SelectWithRemoteOptions: {
6834
6842
  contextType?: React.Context<any> | undefined;
6835
6843
  }, {}> & {
6836
6844
  ComposedComponent: {
6837
- new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6845
+ new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6838
6846
  multiple: boolean;
6839
6847
  clearable: boolean;
6840
6848
  creatable: boolean;
@@ -6857,7 +6865,7 @@ export declare const SelectWithRemoteOptions: {
6857
6865
  }, never>> & {
6858
6866
  locale?: string | undefined;
6859
6867
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6860
- }, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6868
+ }, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6861
6869
  multiple: boolean;
6862
6870
  clearable: boolean;
6863
6871
  creatable: boolean;
@@ -6883,7 +6891,7 @@ export declare const SelectWithRemoteOptions: {
6883
6891
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
6884
6892
  render(): JSX.Element;
6885
6893
  context: any;
6886
- setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6894
+ setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6887
6895
  multiple: boolean;
6888
6896
  clearable: boolean;
6889
6897
  creatable: boolean;
@@ -6908,7 +6916,7 @@ export declare const SelectWithRemoteOptions: {
6908
6916
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6909
6917
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
6910
6918
  forceUpdate(callback?: (() => void) | undefined): void;
6911
- readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6919
+ readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6912
6920
  multiple: boolean;
6913
6921
  clearable: boolean;
6914
6922
  creatable: boolean;
@@ -6939,7 +6947,7 @@ export declare const SelectWithRemoteOptions: {
6939
6947
  [key: string]: React.ReactInstance;
6940
6948
  };
6941
6949
  componentDidMount?(): void;
6942
- shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6950
+ shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6943
6951
  multiple: boolean;
6944
6952
  clearable: boolean;
6945
6953
  creatable: boolean;
@@ -6965,7 +6973,7 @@ export declare const SelectWithRemoteOptions: {
6965
6973
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
6966
6974
  componentWillUnmount?(): void;
6967
6975
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
6968
- getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6976
+ getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6969
6977
  multiple: boolean;
6970
6978
  clearable: boolean;
6971
6979
  creatable: boolean;
@@ -6989,7 +6997,7 @@ export declare const SelectWithRemoteOptions: {
6989
6997
  locale?: string | undefined;
6990
6998
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6991
6999
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
6992
- componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
7000
+ componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
6993
7001
  multiple: boolean;
6994
7002
  clearable: boolean;
6995
7003
  creatable: boolean;
@@ -7015,7 +7023,7 @@ export declare const SelectWithRemoteOptions: {
7015
7023
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
7016
7024
  componentWillMount?(): void;
7017
7025
  UNSAFE_componentWillMount?(): void;
7018
- componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
7026
+ componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
7019
7027
  multiple: boolean;
7020
7028
  clearable: boolean;
7021
7029
  creatable: boolean;
@@ -7039,7 +7047,7 @@ export declare const SelectWithRemoteOptions: {
7039
7047
  locale?: string | undefined;
7040
7048
  translate?: ((str: string, ...args: any[]) => string) | undefined;
7041
7049
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
7042
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
7050
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
7043
7051
  multiple: boolean;
7044
7052
  clearable: boolean;
7045
7053
  creatable: boolean;
@@ -7063,7 +7071,7 @@ export declare const SelectWithRemoteOptions: {
7063
7071
  locale?: string | undefined;
7064
7072
  translate?: ((str: string, ...args: any[]) => string) | undefined;
7065
7073
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
7066
- componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
7074
+ componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
7067
7075
  multiple: boolean;
7068
7076
  clearable: boolean;
7069
7077
  creatable: boolean;
@@ -7087,7 +7095,7 @@ export declare const SelectWithRemoteOptions: {
7087
7095
  locale?: string | undefined;
7088
7096
  translate?: ((str: string, ...args: any[]) => string) | undefined;
7089
7097
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
7090
- UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
7098
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
7091
7099
  multiple: boolean;
7092
7100
  clearable: boolean;
7093
7101
  creatable: boolean;
@@ -7112,7 +7120,7 @@ export declare const SelectWithRemoteOptions: {
7112
7120
  translate?: ((str: string, ...args: any[]) => string) | undefined;
7113
7121
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
7114
7122
  };
7115
- new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
7123
+ new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
7116
7124
  multiple: boolean;
7117
7125
  clearable: boolean;
7118
7126
  creatable: boolean;
@@ -7138,7 +7146,7 @@ export declare const SelectWithRemoteOptions: {
7138
7146
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
7139
7147
  render(): JSX.Element;
7140
7148
  context: any;
7141
- setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
7149
+ setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
7142
7150
  multiple: boolean;
7143
7151
  clearable: boolean;
7144
7152
  creatable: boolean;
@@ -7163,7 +7171,7 @@ export declare const SelectWithRemoteOptions: {
7163
7171
  translate?: ((str: string, ...args: any[]) => string) | undefined;
7164
7172
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
7165
7173
  forceUpdate(callback?: (() => void) | undefined): void;
7166
- readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
7174
+ readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
7167
7175
  multiple: boolean;
7168
7176
  clearable: boolean;
7169
7177
  creatable: boolean;
@@ -7194,7 +7202,7 @@ export declare const SelectWithRemoteOptions: {
7194
7202
  [key: string]: React.ReactInstance;
7195
7203
  };
7196
7204
  componentDidMount?(): void;
7197
- shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
7205
+ shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
7198
7206
  multiple: boolean;
7199
7207
  clearable: boolean;
7200
7208
  creatable: boolean;
@@ -7220,7 +7228,7 @@ export declare const SelectWithRemoteOptions: {
7220
7228
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
7221
7229
  componentWillUnmount?(): void;
7222
7230
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
7223
- getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
7231
+ getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
7224
7232
  multiple: boolean;
7225
7233
  clearable: boolean;
7226
7234
  creatable: boolean;
@@ -7244,7 +7252,7 @@ export declare const SelectWithRemoteOptions: {
7244
7252
  locale?: string | undefined;
7245
7253
  translate?: ((str: string, ...args: any[]) => string) | undefined;
7246
7254
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
7247
- componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
7255
+ componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
7248
7256
  multiple: boolean;
7249
7257
  clearable: boolean;
7250
7258
  creatable: boolean;
@@ -7270,7 +7278,7 @@ export declare const SelectWithRemoteOptions: {
7270
7278
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
7271
7279
  componentWillMount?(): void;
7272
7280
  UNSAFE_componentWillMount?(): void;
7273
- componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
7281
+ componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
7274
7282
  multiple: boolean;
7275
7283
  clearable: boolean;
7276
7284
  creatable: boolean;
@@ -7294,7 +7302,7 @@ export declare const SelectWithRemoteOptions: {
7294
7302
  locale?: string | undefined;
7295
7303
  translate?: ((str: string, ...args: any[]) => string) | undefined;
7296
7304
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
7297
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
7305
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
7298
7306
  multiple: boolean;
7299
7307
  clearable: boolean;
7300
7308
  creatable: boolean;
@@ -7318,7 +7326,7 @@ export declare const SelectWithRemoteOptions: {
7318
7326
  locale?: string | undefined;
7319
7327
  translate?: ((str: string, ...args: any[]) => string) | undefined;
7320
7328
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
7321
- componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
7329
+ componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
7322
7330
  multiple: boolean;
7323
7331
  clearable: boolean;
7324
7332
  creatable: boolean;
@@ -7342,7 +7350,7 @@ export declare const SelectWithRemoteOptions: {
7342
7350
  locale?: string | undefined;
7343
7351
  translate?: ((str: string, ...args: any[]) => string) | undefined;
7344
7352
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
7345
- UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "multi" | "simpleValue" | "pathSeparator" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "valuesNoWrap" | "renderMenu" | "searchable" | "checkAllBySearch" | "defaultOpen" | "hideSelected"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "noResultsText" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "clearAllText" | "clearValueText" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
7353
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "loading" | "delimiter" | "joinValues" | "extractValue" | "options" | "loadOptions" | "useMobileUI" | "spinnerClassName" | "onFocus" | "onBlur" | "onChange" | "popoverClassName" | "popOverContainer" | "borderMode" | "removable" | "editable" | "onAdd" | "onEdit" | "onDelete" | "searchable" | "pathSeparator" | "valuesNoWrap" | "renderMenu" | "checkAllBySearch" | "simpleValue" | "defaultOpen" | "hideSelected" | "mobileClassName" | "multi"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "labelField" | "valueField" | "resetValue" | "inline" | "placeholder" | "clearable" | "overlayPlacement" | "creatable" | "createBtnLabel" | "checkAll" | "defaultCheckAll" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "checkAllLabel">> & Partial<Pick<{
7346
7354
  multiple: boolean;
7347
7355
  clearable: boolean;
7348
7356
  creatable: boolean;