amis-ui 2.0.2 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (595) hide show
  1. package/esm/components/404.js +1 -1
  2. package/esm/components/Alert.js +1 -1
  3. package/esm/components/Alert2.js +2 -2
  4. package/esm/components/AnchorNav.js +1 -1
  5. package/esm/components/ArrayInput.js +1 -1
  6. package/esm/components/AsideNav.js +1 -1
  7. package/esm/components/AssociatedSelection.js +1 -1
  8. package/esm/components/Avatar.js +1 -1
  9. package/esm/components/Badge.d.ts +1 -1
  10. package/esm/components/Badge.js +2 -4
  11. package/esm/components/BaiduMapPicker.js +3 -3
  12. package/esm/components/BarCode.js +1 -1
  13. package/esm/components/BarCode2.js +1 -1
  14. package/esm/components/Breadcrumb.js +2 -2
  15. package/esm/components/Button.js +1 -1
  16. package/esm/components/CalendarMobile.js +1 -1
  17. package/esm/components/Card.js +1 -1
  18. package/esm/components/Cascader.js +1 -1
  19. package/esm/components/ChainedSelection.js +1 -1
  20. package/esm/components/Checkbox.js +1 -1
  21. package/esm/components/CityArea.js +1 -1
  22. package/esm/components/CityDB.js +1 -1
  23. package/esm/components/CityDB2.js +1 -1
  24. package/esm/components/CodeMirror.js +1 -1
  25. package/esm/components/Collapse.js +1 -1
  26. package/esm/components/CollapseGroup.js +1 -1
  27. package/esm/components/ColorPicker.js +1 -1
  28. package/esm/components/ColorPicker2.js +1 -1
  29. package/esm/components/ContextMenu.js +1 -1
  30. package/esm/components/DatePicker.d.ts +2 -0
  31. package/esm/components/DatePicker.js +9 -2
  32. package/esm/components/DateRangePicker.d.ts +91 -41
  33. package/esm/components/DateRangePicker.js +92 -51
  34. package/esm/components/Drawer.d.ts +10 -10
  35. package/esm/components/Drawer.js +1 -1
  36. package/esm/components/Editor.d.ts +40 -40
  37. package/esm/components/Editor.js +1 -1
  38. package/esm/components/Form.js +1 -1
  39. package/esm/components/FormField.js +1 -1
  40. package/esm/components/GridNav.js +1 -1
  41. package/esm/components/GroupedSelection.js +1 -1
  42. package/esm/components/Html.js +1 -1
  43. package/esm/components/ImageGallery.d.ts +70 -40
  44. package/esm/components/ImageGallery.js +97 -15
  45. package/esm/components/Input.js +1 -1
  46. package/esm/components/InputBox.js +1 -1
  47. package/esm/components/InputBoxWithSuggestion.js +1 -1
  48. package/esm/components/Layout.js +1 -1
  49. package/esm/components/Link.js +1 -1
  50. package/esm/components/ListGroup.d.ts +10 -10
  51. package/esm/components/ListGroup.js +1 -1
  52. package/esm/components/ListMenu.js +1 -1
  53. package/esm/components/LocationPicker.js +1 -1
  54. package/esm/components/Markdown.js +1 -1
  55. package/esm/components/Markdown2.js +1 -1
  56. package/esm/components/Modal.d.ts +42 -40
  57. package/esm/components/Modal.js +3 -3
  58. package/esm/components/ModalManager.js +1 -1
  59. package/esm/components/NumberInput.js +1 -1
  60. package/esm/components/Pagination.d.ts +49 -66
  61. package/esm/components/Pagination.js +3 -3
  62. package/esm/components/Picker.js +1 -1
  63. package/esm/components/PickerColumn.js +1 -1
  64. package/esm/components/PickerContainer.js +1 -1
  65. package/esm/components/PopOverContainer.js +1 -1
  66. package/esm/components/PopUp.js +1 -1
  67. package/esm/components/Progress.js +8 -4
  68. package/esm/components/PullRefresh.js +1 -1
  69. package/esm/components/Radios.js +1 -1
  70. package/esm/components/Range.js +1 -1
  71. package/esm/components/Rating.js +1 -1
  72. package/esm/components/ResultBox.js +7 -3
  73. package/esm/components/ResultList.js +1 -1
  74. package/esm/components/ResultTableList.js +1 -1
  75. package/esm/components/ResultTreeList.js +1 -1
  76. package/esm/components/RichText.js +1 -1
  77. package/esm/components/RichText2.js +1 -1
  78. package/esm/components/SearchBox.js +1 -1
  79. package/esm/components/Select.d.ts +194 -193
  80. package/esm/components/Select.js +8 -4
  81. package/esm/components/Selection.js +1 -1
  82. package/esm/components/SparkLine.d.ts +40 -40
  83. package/esm/components/SparkLine.js +1 -1
  84. package/esm/components/Spinner.js +1 -1
  85. package/esm/components/Steps.js +1 -1
  86. package/esm/components/Switch.js +1 -1
  87. package/esm/components/TableSelection.js +1 -1
  88. package/esm/components/Tabs.js +1 -3
  89. package/esm/components/TabsTransfer.js +1 -1
  90. package/esm/components/TabsTransferPicker.js +1 -1
  91. package/esm/components/Tag.js +1 -1
  92. package/esm/components/Textarea.js +4 -2
  93. package/esm/components/Timeline.js +1 -1
  94. package/esm/components/TimelineItem.js +3 -3
  95. package/esm/components/Tinymce.d.ts +1 -3
  96. package/esm/components/Tinymce.js +1 -1
  97. package/esm/components/Tinymce2.js +29 -12
  98. package/esm/components/TitleBar.js +1 -1
  99. package/esm/components/Toast.js +1 -1
  100. package/esm/components/Tooltip.js +1 -1
  101. package/esm/components/TooltipWrapper.js +1 -1
  102. package/esm/components/Transfer.js +9 -2
  103. package/esm/components/TransferDropDown.js +2 -3
  104. package/esm/components/TransferPicker.js +1 -1
  105. package/esm/components/TransferSearch.js +1 -1
  106. package/esm/components/Tree.js +34 -33
  107. package/esm/components/TreeSelection.js +1 -1
  108. package/esm/components/UserSelect.js +1 -1
  109. package/esm/components/UserTabSelect.js +1 -1
  110. package/esm/components/WithRemoteConfig.js +1 -1
  111. package/esm/components/WithStore.js +1 -1
  112. package/esm/components/calendar/Calendar.js +4 -2
  113. package/esm/components/calendar/CalendarContainer.js +1 -1
  114. package/esm/components/calendar/DaysView.js +14 -7
  115. package/esm/components/calendar/MonthsView.js +1 -1
  116. package/esm/components/calendar/QuartersView.js +1 -1
  117. package/esm/components/calendar/TimeView.js +1 -1
  118. package/esm/components/calendar/YearsView.js +1 -1
  119. package/esm/components/condition-builder/Expression.js +1 -1
  120. package/esm/components/condition-builder/Field.js +1 -1
  121. package/esm/components/condition-builder/Formula.js +1 -1
  122. package/esm/components/condition-builder/Func.js +1 -1
  123. package/esm/components/condition-builder/Group.js +1 -1
  124. package/esm/components/condition-builder/GroupOrItem.js +1 -1
  125. package/esm/components/condition-builder/InputSwitch.js +1 -1
  126. package/esm/components/condition-builder/Item.js +1 -1
  127. package/esm/components/condition-builder/Value.js +1 -1
  128. package/esm/components/condition-builder/config.js +1 -1
  129. package/esm/components/condition-builder/index.js +1 -1
  130. package/esm/components/formula/Editor.js +1 -1
  131. package/esm/components/formula/FuncList.js +1 -1
  132. package/esm/components/formula/Picker.js +1 -1
  133. package/esm/components/formula/VariableList.js +1 -1
  134. package/esm/components/formula/plugin.d.ts +1 -0
  135. package/esm/components/formula/plugin.js +11 -4
  136. package/esm/components/icons.d.ts +2 -1
  137. package/esm/components/icons.js +18 -1
  138. package/esm/components/json-schema/Array.js +1 -1
  139. package/esm/components/json-schema/Item.js +1 -1
  140. package/esm/components/json-schema/Object.js +1 -1
  141. package/esm/components/json-schema/index.js +1 -1
  142. package/esm/components/schema-editor/Array.js +1 -1
  143. package/esm/components/schema-editor/Common.js +1 -1
  144. package/esm/components/schema-editor/Item.js +1 -1
  145. package/esm/components/schema-editor/Object.js +1 -1
  146. package/esm/components/schema-editor/SchemaVariableList.js +1 -1
  147. package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
  148. package/esm/components/schema-editor/index.js +1 -1
  149. package/esm/components/table/Cell.js +1 -1
  150. package/esm/components/table/HeadCellDropDown.js +1 -1
  151. package/esm/components/table/HeadCellFilter.js +1 -1
  152. package/esm/components/table/HeadCellSelect.js +1 -1
  153. package/esm/components/table/HeadCellSort.js +1 -1
  154. package/esm/components/table/ItemActionsWrapper.js +1 -1
  155. package/esm/components/table/index.js +1 -1
  156. package/esm/components/virtual-list/SizeAndPositionManager.js +1 -1
  157. package/esm/components/virtual-list/constants.js +1 -1
  158. package/esm/components/virtual-list/index.js +1 -1
  159. package/esm/hooks/use-set-state.js +1 -1
  160. package/esm/hooks/use-touch.js +1 -1
  161. package/esm/hooks/use-update-effect.js +1 -1
  162. package/esm/hooks/use-validation-resolver.js +1 -1
  163. package/esm/icons/alert-danger.svg.js +2 -2
  164. package/esm/icons/alert-info.svg.js +1 -1
  165. package/esm/icons/alert-success.svg.js +2 -2
  166. package/esm/icons/alert-warning.svg.js +2 -2
  167. package/esm/icons/back.svg.js +1 -1
  168. package/esm/icons/calendar.svg.js +1 -1
  169. package/esm/icons/caret.svg.js +1 -1
  170. package/esm/icons/check-circle.svg.js +36 -0
  171. package/esm/icons/check.svg.js +1 -1
  172. package/esm/icons/clock.svg.js +1 -1
  173. package/esm/icons/close-small.svg.js +1 -1
  174. package/esm/icons/close.svg.js +1 -1
  175. package/esm/icons/cloud-upload.svg.js +1 -1
  176. package/esm/icons/column-filter.svg.js +1 -1
  177. package/esm/icons/columns.svg.js +1 -1
  178. package/esm/icons/compress-alt.svg.js +1 -1
  179. package/esm/icons/copy.svg.js +1 -1
  180. package/esm/icons/date.svg.js +1 -1
  181. package/esm/icons/department.svg.js +1 -1
  182. package/esm/icons/desk-empty.svg.js +1 -1
  183. package/esm/icons/dot.svg.js +1 -1
  184. package/esm/icons/down-arrow-bold.svg.js +2 -2
  185. package/esm/icons/down.svg.js +31 -0
  186. package/esm/icons/download.svg.js +1 -1
  187. package/esm/icons/drag-bar.svg.js +1 -1
  188. package/esm/icons/drag.svg.js +1 -1
  189. package/esm/icons/edit.svg.js +1 -2
  190. package/esm/icons/ellipsis-v.svg.js +1 -1
  191. package/esm/icons/enter.svg.js +1 -1
  192. package/esm/icons/exchange.svg.js +1 -1
  193. package/esm/icons/expand-alt.svg.js +1 -1
  194. package/esm/icons/fail.svg.js +1 -1
  195. package/esm/icons/file.svg.js +1 -1
  196. package/esm/icons/filter.svg.js +1 -1
  197. package/esm/icons/folder.svg.js +1 -1
  198. package/esm/icons/function.svg.js +1 -1
  199. package/esm/icons/home.svg.js +1 -1
  200. package/esm/icons/image.svg.js +1 -1
  201. package/esm/icons/info-circle.svg.js +1 -1
  202. package/esm/icons/info.svg.js +1 -1
  203. package/esm/icons/input-clear.svg.js +1 -1
  204. package/esm/icons/invisible.svg.js +1 -1
  205. package/esm/icons/left-arrow.svg.js +7 -4
  206. package/esm/icons/loading-outline.svg.js +1 -1
  207. package/esm/icons/location.svg.js +1 -1
  208. package/esm/icons/menu.svg.js +1 -1
  209. package/esm/icons/minus.svg.js +1 -1
  210. package/esm/icons/move.svg.js +1 -1
  211. package/esm/icons/mute.svg.js +1 -1
  212. package/esm/icons/new-edit.svg.js +24 -0
  213. package/esm/icons/pause.svg.js +1 -1
  214. package/esm/icons/pencil.svg.js +1 -1
  215. package/esm/icons/play.svg.js +1 -1
  216. package/esm/icons/plus-cicle.svg.js +1 -1
  217. package/esm/icons/plus-fine.svg.js +1 -1
  218. package/esm/icons/plus.svg.js +1 -1
  219. package/esm/icons/post.svg.js +1 -1
  220. package/esm/icons/question-mark.svg.js +1 -1
  221. package/esm/icons/question.svg.js +1 -1
  222. package/esm/icons/redo.svg.js +1 -1
  223. package/esm/icons/refresh.svg.js +1 -1
  224. package/esm/icons/reload.svg.js +1 -1
  225. package/esm/icons/remove.svg.js +1 -1
  226. package/esm/icons/retry.svg.js +1 -1
  227. package/esm/icons/right-arrow-bold.svg.js +1 -1
  228. package/esm/icons/right-arrow.svg.js +7 -4
  229. package/esm/icons/right-double-arrow.svg.js +24 -0
  230. package/esm/icons/role.svg.js +1 -1
  231. package/esm/icons/rotate-left.svg.js +24 -0
  232. package/esm/icons/rotate-right.svg.js +24 -0
  233. package/esm/icons/scale-origin.svg.js +26 -0
  234. package/esm/icons/schedule.svg.js +1 -1
  235. package/esm/icons/search.svg.js +1 -1
  236. package/esm/icons/setting.svg.js +1 -1
  237. package/esm/icons/slider-handle-icon.svg.js +1 -1
  238. package/esm/icons/sort-asc.svg.js +1 -1
  239. package/esm/icons/sort-default.svg.js +1 -1
  240. package/esm/icons/sort-desc.svg.js +1 -1
  241. package/esm/icons/star.svg.js +2 -2
  242. package/esm/icons/status-close.svg.js +1 -1
  243. package/esm/icons/status-fail.svg.js +1 -1
  244. package/esm/icons/status-info.svg.js +1 -1
  245. package/esm/icons/status-success.svg.js +1 -1
  246. package/esm/icons/status-warning.svg.js +1 -1
  247. package/esm/icons/steps-finsh.svg.js +24 -0
  248. package/esm/icons/success.svg.js +1 -1
  249. package/esm/icons/transparent.svg.js +1 -1
  250. package/esm/icons/trash.svg.js +1 -1
  251. package/esm/icons/tree-down.svg.js +1 -1
  252. package/esm/icons/undo.svg.js +1 -1
  253. package/esm/icons/upload.svg.js +1 -1
  254. package/esm/icons/user-remove.svg.js +1 -1
  255. package/esm/icons/view.svg.js +1 -1
  256. package/esm/icons/volume.svg.js +1 -1
  257. package/esm/icons/warning-mark.svg.js +1 -1
  258. package/esm/icons/warning.svg.js +1 -1
  259. package/esm/icons/window-restore.svg.js +1 -1
  260. package/esm/icons/zoom-in.svg.js +1 -1
  261. package/esm/icons/zoom-out.svg.js +1 -1
  262. package/esm/index.js +2 -1
  263. package/esm/locale/de-DE.js +6 -1
  264. package/esm/locale/en-US.js +6 -1
  265. package/esm/locale/zh-CN.js +8 -3
  266. package/esm/themes/ang.js +1 -1
  267. package/esm/themes/antd.js +1 -1
  268. package/esm/themes/cxd.js +1 -1
  269. package/esm/themes/dark.js +1 -1
  270. package/lib/components/404.js +1 -1
  271. package/lib/components/Alert.js +1 -1
  272. package/lib/components/Alert2.js +2 -2
  273. package/lib/components/AnchorNav.js +1 -1
  274. package/lib/components/ArrayInput.js +1 -1
  275. package/lib/components/AsideNav.js +1 -1
  276. package/lib/components/AssociatedSelection.js +1 -1
  277. package/lib/components/Avatar.js +1 -1
  278. package/lib/components/Badge.d.ts +1 -1
  279. package/lib/components/Badge.js +2 -4
  280. package/lib/components/BaiduMapPicker.js +3 -3
  281. package/lib/components/BarCode.js +1 -1
  282. package/lib/components/BarCode2.js +1 -1
  283. package/lib/components/Breadcrumb.js +2 -2
  284. package/lib/components/Button.js +1 -1
  285. package/lib/components/CalendarMobile.js +1 -1
  286. package/lib/components/Card.js +1 -1
  287. package/lib/components/Cascader.js +1 -1
  288. package/lib/components/ChainedSelection.js +1 -1
  289. package/lib/components/Checkbox.js +1 -1
  290. package/lib/components/CityArea.js +1 -1
  291. package/lib/components/CityDB.js +1 -1
  292. package/lib/components/CityDB2.js +1 -1
  293. package/lib/components/CodeMirror.js +1 -1
  294. package/lib/components/Collapse.js +1 -1
  295. package/lib/components/CollapseGroup.js +1 -1
  296. package/lib/components/ColorPicker.js +1 -1
  297. package/lib/components/ColorPicker2.js +1 -1
  298. package/lib/components/ContextMenu.js +1 -1
  299. package/lib/components/DatePicker.d.ts +2 -0
  300. package/lib/components/DatePicker.js +9 -2
  301. package/lib/components/DateRangePicker.d.ts +91 -41
  302. package/lib/components/DateRangePicker.js +91 -50
  303. package/lib/components/Drawer.d.ts +10 -10
  304. package/lib/components/Drawer.js +1 -1
  305. package/lib/components/Editor.d.ts +40 -40
  306. package/lib/components/Editor.js +1 -1
  307. package/lib/components/Form.js +1 -1
  308. package/lib/components/FormField.js +1 -1
  309. package/lib/components/GridNav.js +1 -1
  310. package/lib/components/GroupedSelection.js +1 -1
  311. package/lib/components/Html.js +1 -1
  312. package/lib/components/ImageGallery.d.ts +70 -40
  313. package/lib/components/ImageGallery.js +97 -14
  314. package/lib/components/Input.js +1 -1
  315. package/lib/components/InputBox.js +1 -1
  316. package/lib/components/InputBoxWithSuggestion.js +1 -1
  317. package/lib/components/Layout.js +1 -1
  318. package/lib/components/Link.js +1 -1
  319. package/lib/components/ListGroup.d.ts +10 -10
  320. package/lib/components/ListGroup.js +1 -1
  321. package/lib/components/ListMenu.js +1 -1
  322. package/lib/components/LocationPicker.js +1 -1
  323. package/lib/components/Markdown.js +1 -1
  324. package/lib/components/Markdown2.js +1 -1
  325. package/lib/components/Modal.d.ts +42 -40
  326. package/lib/components/Modal.js +3 -3
  327. package/lib/components/ModalManager.js +1 -1
  328. package/lib/components/NumberInput.js +1 -1
  329. package/lib/components/Pagination.d.ts +49 -66
  330. package/lib/components/Pagination.js +3 -3
  331. package/lib/components/Picker.js +1 -1
  332. package/lib/components/PickerColumn.js +1 -1
  333. package/lib/components/PickerContainer.js +1 -1
  334. package/lib/components/PopOverContainer.js +1 -1
  335. package/lib/components/PopUp.js +1 -1
  336. package/lib/components/Progress.js +8 -4
  337. package/lib/components/PullRefresh.js +1 -1
  338. package/lib/components/Radios.js +1 -1
  339. package/lib/components/Range.js +1 -1
  340. package/lib/components/Rating.js +1 -1
  341. package/lib/components/ResultBox.js +7 -3
  342. package/lib/components/ResultList.js +1 -1
  343. package/lib/components/ResultTableList.js +1 -1
  344. package/lib/components/ResultTreeList.js +1 -1
  345. package/lib/components/RichText.js +1 -1
  346. package/lib/components/RichText2.js +1 -1
  347. package/lib/components/SearchBox.js +1 -1
  348. package/lib/components/Select.d.ts +194 -193
  349. package/lib/components/Select.js +8 -4
  350. package/lib/components/Selection.js +1 -1
  351. package/lib/components/SparkLine.d.ts +40 -40
  352. package/lib/components/SparkLine.js +1 -1
  353. package/lib/components/Spinner.js +1 -1
  354. package/lib/components/Steps.js +1 -1
  355. package/lib/components/Switch.js +1 -1
  356. package/lib/components/TableSelection.js +1 -1
  357. package/lib/components/Tabs.js +1 -3
  358. package/lib/components/TabsTransfer.js +1 -1
  359. package/lib/components/TabsTransferPicker.js +1 -1
  360. package/lib/components/Tag.js +1 -1
  361. package/lib/components/Textarea.js +4 -2
  362. package/lib/components/Timeline.js +1 -1
  363. package/lib/components/TimelineItem.js +3 -3
  364. package/lib/components/Tinymce.d.ts +1 -3
  365. package/lib/components/Tinymce.js +1 -1
  366. package/lib/components/Tinymce2.js +29 -12
  367. package/lib/components/TitleBar.js +1 -1
  368. package/lib/components/Toast.js +1 -1
  369. package/lib/components/Tooltip.js +1 -1
  370. package/lib/components/TooltipWrapper.js +1 -1
  371. package/lib/components/Transfer.js +9 -2
  372. package/lib/components/TransferDropDown.js +2 -3
  373. package/lib/components/TransferPicker.js +1 -1
  374. package/lib/components/TransferSearch.js +1 -1
  375. package/lib/components/Tree.js +34 -33
  376. package/lib/components/TreeSelection.js +1 -1
  377. package/lib/components/UserSelect.js +1 -1
  378. package/lib/components/UserTabSelect.js +1 -1
  379. package/lib/components/WithRemoteConfig.js +1 -1
  380. package/lib/components/WithStore.js +1 -1
  381. package/lib/components/calendar/Calendar.js +4 -2
  382. package/lib/components/calendar/CalendarContainer.js +1 -1
  383. package/lib/components/calendar/DaysView.js +14 -7
  384. package/lib/components/calendar/MonthsView.js +1 -1
  385. package/lib/components/calendar/QuartersView.js +1 -1
  386. package/lib/components/calendar/TimeView.js +1 -1
  387. package/lib/components/calendar/YearsView.js +1 -1
  388. package/lib/components/condition-builder/Expression.js +1 -1
  389. package/lib/components/condition-builder/Field.js +1 -1
  390. package/lib/components/condition-builder/Formula.js +1 -1
  391. package/lib/components/condition-builder/Func.js +1 -1
  392. package/lib/components/condition-builder/Group.js +1 -1
  393. package/lib/components/condition-builder/GroupOrItem.js +1 -1
  394. package/lib/components/condition-builder/InputSwitch.js +1 -1
  395. package/lib/components/condition-builder/Item.js +1 -1
  396. package/lib/components/condition-builder/Value.js +1 -1
  397. package/lib/components/condition-builder/config.js +1 -1
  398. package/lib/components/condition-builder/index.js +1 -1
  399. package/lib/components/formula/Editor.js +1 -1
  400. package/lib/components/formula/FuncList.js +1 -1
  401. package/lib/components/formula/Picker.js +1 -1
  402. package/lib/components/formula/VariableList.js +1 -1
  403. package/lib/components/formula/plugin.d.ts +1 -0
  404. package/lib/components/formula/plugin.js +11 -4
  405. package/lib/components/icons.d.ts +2 -1
  406. package/lib/components/icons.js +18 -1
  407. package/lib/components/json-schema/Array.js +1 -1
  408. package/lib/components/json-schema/Item.js +1 -1
  409. package/lib/components/json-schema/Object.js +1 -1
  410. package/lib/components/json-schema/index.js +1 -1
  411. package/lib/components/schema-editor/Array.js +1 -1
  412. package/lib/components/schema-editor/Common.js +1 -1
  413. package/lib/components/schema-editor/Item.js +1 -1
  414. package/lib/components/schema-editor/Object.js +1 -1
  415. package/lib/components/schema-editor/SchemaVariableList.js +1 -1
  416. package/lib/components/schema-editor/SchemaVariableListPicker.js +1 -1
  417. package/lib/components/schema-editor/index.js +1 -1
  418. package/lib/components/table/Cell.js +1 -1
  419. package/lib/components/table/HeadCellDropDown.js +1 -1
  420. package/lib/components/table/HeadCellFilter.js +1 -1
  421. package/lib/components/table/HeadCellSelect.js +1 -1
  422. package/lib/components/table/HeadCellSort.js +1 -1
  423. package/lib/components/table/ItemActionsWrapper.js +1 -1
  424. package/lib/components/table/index.js +1 -1
  425. package/lib/components/virtual-list/SizeAndPositionManager.js +1 -1
  426. package/lib/components/virtual-list/constants.js +1 -1
  427. package/lib/components/virtual-list/index.js +1 -1
  428. package/lib/hooks/use-set-state.js +1 -1
  429. package/lib/hooks/use-touch.js +1 -1
  430. package/lib/hooks/use-update-effect.js +1 -1
  431. package/lib/hooks/use-validation-resolver.js +1 -1
  432. package/lib/icons/alert-danger.svg.js +2 -2
  433. package/lib/icons/alert-info.svg.js +1 -1
  434. package/lib/icons/alert-success.svg.js +2 -2
  435. package/lib/icons/alert-warning.svg.js +2 -2
  436. package/lib/icons/back.svg.js +1 -1
  437. package/lib/icons/calendar.svg.js +1 -1
  438. package/lib/icons/caret.svg.js +1 -1
  439. package/lib/icons/check-circle.svg.js +60 -0
  440. package/lib/icons/check.svg.js +1 -1
  441. package/lib/icons/clock.svg.js +1 -1
  442. package/lib/icons/close-small.svg.js +1 -1
  443. package/lib/icons/close.svg.js +1 -1
  444. package/lib/icons/cloud-upload.svg.js +1 -1
  445. package/lib/icons/column-filter.svg.js +1 -1
  446. package/lib/icons/columns.svg.js +1 -1
  447. package/lib/icons/compress-alt.svg.js +1 -1
  448. package/lib/icons/copy.svg.js +1 -1
  449. package/lib/icons/date.svg.js +1 -1
  450. package/lib/icons/department.svg.js +1 -1
  451. package/lib/icons/desk-empty.svg.js +1 -1
  452. package/lib/icons/dot.svg.js +1 -1
  453. package/lib/icons/down-arrow-bold.svg.js +2 -2
  454. package/lib/icons/down.svg.js +55 -0
  455. package/lib/icons/download.svg.js +1 -1
  456. package/lib/icons/drag-bar.svg.js +1 -1
  457. package/lib/icons/drag.svg.js +1 -1
  458. package/lib/icons/edit.svg.js +1 -2
  459. package/lib/icons/ellipsis-v.svg.js +1 -1
  460. package/lib/icons/enter.svg.js +1 -1
  461. package/lib/icons/exchange.svg.js +1 -1
  462. package/lib/icons/expand-alt.svg.js +1 -1
  463. package/lib/icons/fail.svg.js +1 -1
  464. package/lib/icons/file.svg.js +1 -1
  465. package/lib/icons/filter.svg.js +1 -1
  466. package/lib/icons/folder.svg.js +1 -1
  467. package/lib/icons/function.svg.js +1 -1
  468. package/lib/icons/home.svg.js +1 -1
  469. package/lib/icons/image.svg.js +1 -1
  470. package/lib/icons/info-circle.svg.js +1 -1
  471. package/lib/icons/info.svg.js +1 -1
  472. package/lib/icons/input-clear.svg.js +1 -1
  473. package/lib/icons/invisible.svg.js +1 -1
  474. package/lib/icons/left-arrow.svg.js +7 -4
  475. package/lib/icons/loading-outline.svg.js +1 -1
  476. package/lib/icons/location.svg.js +1 -1
  477. package/lib/icons/menu.svg.js +1 -1
  478. package/lib/icons/minus.svg.js +1 -1
  479. package/lib/icons/move.svg.js +1 -1
  480. package/lib/icons/mute.svg.js +1 -1
  481. package/lib/icons/new-edit.svg.js +48 -0
  482. package/lib/icons/pause.svg.js +1 -1
  483. package/lib/icons/pencil.svg.js +1 -1
  484. package/lib/icons/play.svg.js +1 -1
  485. package/lib/icons/plus-cicle.svg.js +1 -1
  486. package/lib/icons/plus-fine.svg.js +1 -1
  487. package/lib/icons/plus.svg.js +1 -1
  488. package/lib/icons/post.svg.js +1 -1
  489. package/lib/icons/question-mark.svg.js +1 -1
  490. package/lib/icons/question.svg.js +1 -1
  491. package/lib/icons/redo.svg.js +1 -1
  492. package/lib/icons/refresh.svg.js +1 -1
  493. package/lib/icons/reload.svg.js +1 -1
  494. package/lib/icons/remove.svg.js +1 -1
  495. package/lib/icons/retry.svg.js +1 -1
  496. package/lib/icons/right-arrow-bold.svg.js +1 -1
  497. package/lib/icons/right-arrow.svg.js +7 -4
  498. package/lib/icons/right-double-arrow.svg.js +48 -0
  499. package/lib/icons/role.svg.js +1 -1
  500. package/lib/icons/rotate-left.svg.js +48 -0
  501. package/lib/icons/rotate-right.svg.js +48 -0
  502. package/lib/icons/scale-origin.svg.js +50 -0
  503. package/lib/icons/schedule.svg.js +1 -1
  504. package/lib/icons/search.svg.js +1 -1
  505. package/lib/icons/setting.svg.js +1 -1
  506. package/lib/icons/slider-handle-icon.svg.js +1 -1
  507. package/lib/icons/sort-asc.svg.js +1 -1
  508. package/lib/icons/sort-default.svg.js +1 -1
  509. package/lib/icons/sort-desc.svg.js +1 -1
  510. package/lib/icons/star.svg.js +2 -2
  511. package/lib/icons/status-close.svg.js +1 -1
  512. package/lib/icons/status-fail.svg.js +1 -1
  513. package/lib/icons/status-info.svg.js +1 -1
  514. package/lib/icons/status-success.svg.js +1 -1
  515. package/lib/icons/status-warning.svg.js +1 -1
  516. package/lib/icons/steps-finsh.svg.js +48 -0
  517. package/lib/icons/success.svg.js +1 -1
  518. package/lib/icons/transparent.svg.js +1 -1
  519. package/lib/icons/trash.svg.js +1 -1
  520. package/lib/icons/tree-down.svg.js +1 -1
  521. package/lib/icons/undo.svg.js +1 -1
  522. package/lib/icons/upload.svg.js +1 -1
  523. package/lib/icons/user-remove.svg.js +1 -1
  524. package/lib/icons/view.svg.js +1 -1
  525. package/lib/icons/volume.svg.js +1 -1
  526. package/lib/icons/warning-mark.svg.js +1 -1
  527. package/lib/icons/warning.svg.js +1 -1
  528. package/lib/icons/window-restore.svg.js +1 -1
  529. package/lib/icons/zoom-in.svg.js +1 -1
  530. package/lib/icons/zoom-out.svg.js +1 -1
  531. package/lib/index.js +3 -1
  532. package/lib/locale/de-DE.js +6 -1
  533. package/lib/locale/en-US.js +6 -1
  534. package/lib/locale/zh-CN.js +8 -3
  535. package/lib/scss/helper.scss.js +1 -1
  536. package/lib/scss/helper.scss2.js +1 -1
  537. package/lib/scss/themes/ang.scss.js +1 -1
  538. package/lib/scss/themes/ang.scss2.js +1 -1
  539. package/lib/scss/themes/antd.scss.js +1 -1
  540. package/lib/scss/themes/antd.scss2.js +1 -1
  541. package/lib/scss/themes/cxd.scss.js +1 -1
  542. package/lib/scss/themes/cxd.scss2.js +1 -1
  543. package/lib/scss/themes/dark.scss.js +1 -1
  544. package/lib/scss/themes/dark.scss2.js +1 -1
  545. package/lib/scss/themes/default.scss.js +1 -1
  546. package/lib/scss/themes/default.scss2.js +1 -1
  547. package/lib/themes/ang.css +936 -409
  548. package/lib/themes/ang.js +1 -1
  549. package/lib/themes/antd.css +936 -409
  550. package/lib/themes/antd.js +1 -1
  551. package/lib/themes/cxd.css +947 -423
  552. package/lib/themes/cxd.js +1 -1
  553. package/lib/themes/dark.css +936 -409
  554. package/lib/themes/dark.js +1 -1
  555. package/lib/themes/default.css +947 -423
  556. package/package.json +10 -10
  557. package/scss/_properties.scss +96 -22
  558. package/scss/base/_typography.scss +4 -0
  559. package/scss/components/_alert.scss +15 -0
  560. package/scss/components/_anchor-nav.scss +22 -7
  561. package/scss/components/_badge.scss +1 -0
  562. package/scss/components/_breadcrumb.scss +12 -1
  563. package/scss/components/_card.scss +4 -0
  564. package/scss/components/_collapse-group.scss +13 -1
  565. package/scss/components/_collapse.scss +2 -1
  566. package/scss/components/_crud.scss +10 -2
  567. package/scss/components/_crud2.scss +10 -2
  568. package/scss/components/_image-gallery.scss +62 -0
  569. package/scss/components/_input-box.scss +1 -0
  570. package/scss/components/_modal.scss +14 -12
  571. package/scss/components/_pagination.scss +4 -3
  572. package/scss/components/_progress.scss +2 -1
  573. package/scss/components/_result-box.scss +5 -5
  574. package/scss/components/_search-box.scss +4 -0
  575. package/scss/components/_steps.scss +23 -12
  576. package/scss/components/_table.scss +87 -10
  577. package/scss/components/_tabs.scss +46 -4
  578. package/scss/components/_timeline.scss +15 -1
  579. package/scss/components/form/_checks.scss +13 -2
  580. package/scss/components/form/_date-range.scss +26 -11
  581. package/scss/components/form/_date.scss +97 -33
  582. package/scss/components/form/_form.scss +8 -1
  583. package/scss/components/form/_nested-select.scss +6 -0
  584. package/scss/components/form/_number.scss +18 -13
  585. package/scss/components/form/_picker.scss +8 -0
  586. package/scss/components/form/_rating.scss +2 -2
  587. package/scss/components/form/_select.scss +34 -1
  588. package/scss/components/form/_selection.scss +1 -0
  589. package/scss/components/form/_text.scss +6 -0
  590. package/scss/components/form/_textarea.scss +15 -11
  591. package/scss/components/form/_transfer.scss +2 -5
  592. package/scss/components/form/_tree.scss +31 -4
  593. package/scss/components/react-datetime.scss +6 -1
  594. package/scss/themes/_cxd-variables.scss +9 -8
  595. package/scss/themes/cxd.scss +2 -8
@@ -87,6 +87,7 @@ interface SelectProps extends OptionProps, ThemeProps, LocaleProps {
87
87
  inline: boolean;
88
88
  disabled: boolean;
89
89
  popOverContainer?: any;
90
+ popOverContainerSelector?: string;
90
91
  overlayPlacement?: string;
91
92
  onChange: (value: void | string | Option | Array<Option>) => void;
92
93
  onFocus?: Function;
@@ -185,7 +186,7 @@ export declare class Select extends React.Component<SelectProps, SelectState> {
185
186
  render(): JSX.Element;
186
187
  }
187
188
  declare const EnhancedSelect: {
188
- new (props: Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
189
+ new (props: Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
189
190
  multiple: boolean;
190
191
  clearable: boolean;
191
192
  creatable: boolean;
@@ -216,7 +217,7 @@ declare const EnhancedSelect: {
216
217
  getWrappedInstance(): any;
217
218
  render(): JSX.Element;
218
219
  context: any;
219
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
220
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
220
221
  multiple: boolean;
221
222
  clearable: boolean;
222
223
  creatable: boolean;
@@ -243,7 +244,7 @@ declare const EnhancedSelect: {
243
244
  translate?: ((str: string, ...args: any[]) => string) | undefined;
244
245
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
245
246
  forceUpdate(callback?: (() => void) | undefined): void;
246
- readonly props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
247
+ readonly props: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
247
248
  multiple: boolean;
248
249
  clearable: boolean;
249
250
  creatable: boolean;
@@ -276,7 +277,7 @@ declare const EnhancedSelect: {
276
277
  [key: string]: React.ReactInstance;
277
278
  };
278
279
  componentDidMount?(): void;
279
- shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
280
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
280
281
  multiple: boolean;
281
282
  clearable: boolean;
282
283
  creatable: boolean;
@@ -304,7 +305,7 @@ declare const EnhancedSelect: {
304
305
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
305
306
  componentWillUnmount?(): void;
306
307
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
307
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
308
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
308
309
  multiple: boolean;
309
310
  clearable: boolean;
310
311
  creatable: boolean;
@@ -330,7 +331,7 @@ declare const EnhancedSelect: {
330
331
  locale?: string | undefined;
331
332
  translate?: ((str: string, ...args: any[]) => string) | undefined;
332
333
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
333
- componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
334
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
334
335
  multiple: boolean;
335
336
  clearable: boolean;
336
337
  creatable: boolean;
@@ -358,7 +359,7 @@ declare const EnhancedSelect: {
358
359
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
359
360
  componentWillMount?(): void;
360
361
  UNSAFE_componentWillMount?(): void;
361
- componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
362
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
362
363
  multiple: boolean;
363
364
  clearable: boolean;
364
365
  creatable: boolean;
@@ -384,7 +385,7 @@ declare const EnhancedSelect: {
384
385
  locale?: string | undefined;
385
386
  translate?: ((str: string, ...args: any[]) => string) | undefined;
386
387
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
387
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
388
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
388
389
  multiple: boolean;
389
390
  clearable: boolean;
390
391
  creatable: boolean;
@@ -410,7 +411,7 @@ declare const EnhancedSelect: {
410
411
  locale?: string | undefined;
411
412
  translate?: ((str: string, ...args: any[]) => string) | undefined;
412
413
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
413
- componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
414
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
414
415
  multiple: boolean;
415
416
  clearable: boolean;
416
417
  creatable: boolean;
@@ -436,7 +437,7 @@ declare const EnhancedSelect: {
436
437
  locale?: string | undefined;
437
438
  translate?: ((str: string, ...args: any[]) => string) | undefined;
438
439
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
439
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
440
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
440
441
  multiple: boolean;
441
442
  clearable: boolean;
442
443
  creatable: boolean;
@@ -466,7 +467,7 @@ declare const EnhancedSelect: {
466
467
  displayName: string;
467
468
  contextType: React.Context<string>;
468
469
  ComposedComponent: React.ComponentType<{
469
- new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
470
+ new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
470
471
  multiple: boolean;
471
472
  clearable: boolean;
472
473
  creatable: boolean;
@@ -497,7 +498,7 @@ declare const EnhancedSelect: {
497
498
  getWrappedInstance(): any;
498
499
  render(): JSX.Element;
499
500
  context: any;
500
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
501
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
501
502
  multiple: boolean;
502
503
  clearable: boolean;
503
504
  creatable: boolean;
@@ -524,7 +525,7 @@ declare const EnhancedSelect: {
524
525
  translate?: ((str: string, ...args: any[]) => string) | undefined;
525
526
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
526
527
  forceUpdate(callback?: (() => void) | undefined): void;
527
- readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
528
+ readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
528
529
  multiple: boolean;
529
530
  clearable: boolean;
530
531
  creatable: boolean;
@@ -557,7 +558,7 @@ declare const EnhancedSelect: {
557
558
  [key: string]: React.ReactInstance;
558
559
  };
559
560
  componentDidMount?(): void;
560
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
561
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
561
562
  multiple: boolean;
562
563
  clearable: boolean;
563
564
  creatable: boolean;
@@ -585,7 +586,7 @@ declare const EnhancedSelect: {
585
586
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
586
587
  componentWillUnmount?(): void;
587
588
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
588
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
589
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
589
590
  multiple: boolean;
590
591
  clearable: boolean;
591
592
  creatable: boolean;
@@ -611,7 +612,7 @@ declare const EnhancedSelect: {
611
612
  locale?: string | undefined;
612
613
  translate?: ((str: string, ...args: any[]) => string) | undefined;
613
614
  }>, prevState: Readonly<{}>): any;
614
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
615
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
615
616
  multiple: boolean;
616
617
  clearable: boolean;
617
618
  creatable: boolean;
@@ -639,7 +640,7 @@ declare const EnhancedSelect: {
639
640
  }>, prevState: Readonly<{}>, snapshot?: any): void;
640
641
  componentWillMount?(): void;
641
642
  UNSAFE_componentWillMount?(): void;
642
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
643
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
643
644
  multiple: boolean;
644
645
  clearable: boolean;
645
646
  creatable: boolean;
@@ -665,7 +666,7 @@ declare const EnhancedSelect: {
665
666
  locale?: string | undefined;
666
667
  translate?: ((str: string, ...args: any[]) => string) | undefined;
667
668
  }>, nextContext: any): void;
668
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
669
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
669
670
  multiple: boolean;
670
671
  clearable: boolean;
671
672
  creatable: boolean;
@@ -691,7 +692,7 @@ declare const EnhancedSelect: {
691
692
  locale?: string | undefined;
692
693
  translate?: ((str: string, ...args: any[]) => string) | undefined;
693
694
  }>, nextContext: any): void;
694
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
695
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
695
696
  multiple: boolean;
696
697
  clearable: boolean;
697
698
  creatable: boolean;
@@ -717,7 +718,7 @@ declare const EnhancedSelect: {
717
718
  locale?: string | undefined;
718
719
  translate?: ((str: string, ...args: any[]) => string) | undefined;
719
720
  }>, nextState: Readonly<{}>, nextContext: any): void;
720
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
721
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
721
722
  multiple: boolean;
722
723
  clearable: boolean;
723
724
  creatable: boolean;
@@ -751,7 +752,7 @@ declare const EnhancedSelect: {
751
752
  ComposedComponent: typeof Select;
752
753
  }>;
753
754
  } & import("hoist-non-react-statics").NonReactStatics<{
754
- new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
755
+ new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
755
756
  multiple: boolean;
756
757
  clearable: boolean;
757
758
  creatable: boolean;
@@ -782,7 +783,7 @@ declare const EnhancedSelect: {
782
783
  getWrappedInstance(): any;
783
784
  render(): JSX.Element;
784
785
  context: any;
785
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
786
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
786
787
  multiple: boolean;
787
788
  clearable: boolean;
788
789
  creatable: boolean;
@@ -809,7 +810,7 @@ declare const EnhancedSelect: {
809
810
  translate?: ((str: string, ...args: any[]) => string) | undefined;
810
811
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
811
812
  forceUpdate(callback?: (() => void) | undefined): void;
812
- readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
813
+ readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
813
814
  multiple: boolean;
814
815
  clearable: boolean;
815
816
  creatable: boolean;
@@ -842,7 +843,7 @@ declare const EnhancedSelect: {
842
843
  [key: string]: React.ReactInstance;
843
844
  };
844
845
  componentDidMount?(): void;
845
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
846
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
846
847
  multiple: boolean;
847
848
  clearable: boolean;
848
849
  creatable: boolean;
@@ -870,7 +871,7 @@ declare const EnhancedSelect: {
870
871
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
871
872
  componentWillUnmount?(): void;
872
873
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
873
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
874
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
874
875
  multiple: boolean;
875
876
  clearable: boolean;
876
877
  creatable: boolean;
@@ -896,7 +897,7 @@ declare const EnhancedSelect: {
896
897
  locale?: string | undefined;
897
898
  translate?: ((str: string, ...args: any[]) => string) | undefined;
898
899
  }>, prevState: Readonly<{}>): any;
899
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
900
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
900
901
  multiple: boolean;
901
902
  clearable: boolean;
902
903
  creatable: boolean;
@@ -924,7 +925,7 @@ declare const EnhancedSelect: {
924
925
  }>, prevState: Readonly<{}>, snapshot?: any): void;
925
926
  componentWillMount?(): void;
926
927
  UNSAFE_componentWillMount?(): void;
927
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
928
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
928
929
  multiple: boolean;
929
930
  clearable: boolean;
930
931
  creatable: boolean;
@@ -950,7 +951,7 @@ declare const EnhancedSelect: {
950
951
  locale?: string | undefined;
951
952
  translate?: ((str: string, ...args: any[]) => string) | undefined;
952
953
  }>, nextContext: any): void;
953
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
954
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
954
955
  multiple: boolean;
955
956
  clearable: boolean;
956
957
  creatable: boolean;
@@ -976,7 +977,7 @@ declare const EnhancedSelect: {
976
977
  locale?: string | undefined;
977
978
  translate?: ((str: string, ...args: any[]) => string) | undefined;
978
979
  }>, nextContext: any): void;
979
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
980
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
980
981
  multiple: boolean;
981
982
  clearable: boolean;
982
983
  creatable: boolean;
@@ -1002,7 +1003,7 @@ declare const EnhancedSelect: {
1002
1003
  locale?: string | undefined;
1003
1004
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1004
1005
  }>, nextState: Readonly<{}>, nextContext: any): void;
1005
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1006
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1006
1007
  multiple: boolean;
1007
1008
  clearable: boolean;
1008
1009
  creatable: boolean;
@@ -1036,7 +1037,7 @@ declare const EnhancedSelect: {
1036
1037
  ComposedComponent: typeof Select;
1037
1038
  }, {}> & {
1038
1039
  ComposedComponent: {
1039
- new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1040
+ new (props: Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1040
1041
  multiple: boolean;
1041
1042
  clearable: boolean;
1042
1043
  creatable: boolean;
@@ -1067,7 +1068,7 @@ declare const EnhancedSelect: {
1067
1068
  getWrappedInstance(): any;
1068
1069
  render(): JSX.Element;
1069
1070
  context: any;
1070
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1071
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1071
1072
  multiple: boolean;
1072
1073
  clearable: boolean;
1073
1074
  creatable: boolean;
@@ -1094,7 +1095,7 @@ declare const EnhancedSelect: {
1094
1095
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1095
1096
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
1096
1097
  forceUpdate(callback?: (() => void) | undefined): void;
1097
- readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1098
+ readonly props: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1098
1099
  multiple: boolean;
1099
1100
  clearable: boolean;
1100
1101
  creatable: boolean;
@@ -1127,7 +1128,7 @@ declare const EnhancedSelect: {
1127
1128
  [key: string]: React.ReactInstance;
1128
1129
  };
1129
1130
  componentDidMount?(): void;
1130
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1131
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1131
1132
  multiple: boolean;
1132
1133
  clearable: boolean;
1133
1134
  creatable: boolean;
@@ -1155,7 +1156,7 @@ declare const EnhancedSelect: {
1155
1156
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
1156
1157
  componentWillUnmount?(): void;
1157
1158
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
1158
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1159
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1159
1160
  multiple: boolean;
1160
1161
  clearable: boolean;
1161
1162
  creatable: boolean;
@@ -1181,7 +1182,7 @@ declare const EnhancedSelect: {
1181
1182
  locale?: string | undefined;
1182
1183
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1183
1184
  }>, prevState: Readonly<{}>): any;
1184
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1185
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1185
1186
  multiple: boolean;
1186
1187
  clearable: boolean;
1187
1188
  creatable: boolean;
@@ -1209,7 +1210,7 @@ declare const EnhancedSelect: {
1209
1210
  }>, prevState: Readonly<{}>, snapshot?: any): void;
1210
1211
  componentWillMount?(): void;
1211
1212
  UNSAFE_componentWillMount?(): void;
1212
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1213
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1213
1214
  multiple: boolean;
1214
1215
  clearable: boolean;
1215
1216
  creatable: boolean;
@@ -1235,7 +1236,7 @@ declare const EnhancedSelect: {
1235
1236
  locale?: string | undefined;
1236
1237
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1237
1238
  }>, nextContext: any): void;
1238
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1239
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1239
1240
  multiple: boolean;
1240
1241
  clearable: boolean;
1241
1242
  creatable: boolean;
@@ -1261,7 +1262,7 @@ declare const EnhancedSelect: {
1261
1262
  locale?: string | undefined;
1262
1263
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1263
1264
  }>, nextContext: any): void;
1264
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1265
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1265
1266
  multiple: boolean;
1266
1267
  clearable: boolean;
1267
1268
  creatable: boolean;
@@ -1287,7 +1288,7 @@ declare const EnhancedSelect: {
1287
1288
  locale?: string | undefined;
1288
1289
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1289
1290
  }>, nextState: Readonly<{}>, nextContext: any): void;
1290
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1291
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1291
1292
  multiple: boolean;
1292
1293
  clearable: boolean;
1293
1294
  creatable: boolean;
@@ -1323,7 +1324,7 @@ declare const EnhancedSelect: {
1323
1324
  };
1324
1325
  export default EnhancedSelect;
1325
1326
  export declare const SelectWithRemoteOptions: {
1326
- new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1327
+ new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1327
1328
  multiple: boolean;
1328
1329
  clearable: boolean;
1329
1330
  creatable: boolean;
@@ -1370,7 +1371,7 @@ export declare const SelectWithRemoteOptions: {
1370
1371
  setData(data: any): void;
1371
1372
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
1372
1373
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
1373
- }, "store"> | Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1374
+ }, "store"> | Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1374
1375
  multiple: boolean;
1375
1376
  clearable: boolean;
1376
1377
  creatable: boolean;
@@ -1445,7 +1446,7 @@ export declare const SelectWithRemoteOptions: {
1445
1446
  getWrappedInstance(): any;
1446
1447
  render(): JSX.Element;
1447
1448
  context: any;
1448
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1449
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1449
1450
  multiple: boolean;
1450
1451
  clearable: boolean;
1451
1452
  creatable: boolean;
@@ -1494,7 +1495,7 @@ export declare const SelectWithRemoteOptions: {
1494
1495
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
1495
1496
  }, "store">>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
1496
1497
  forceUpdate(callback?: (() => void) | undefined): void;
1497
- readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1498
+ readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1498
1499
  multiple: boolean;
1499
1500
  clearable: boolean;
1500
1501
  creatable: boolean;
@@ -1549,7 +1550,7 @@ export declare const SelectWithRemoteOptions: {
1549
1550
  [key: string]: React.ReactInstance;
1550
1551
  };
1551
1552
  componentDidMount?(): void;
1552
- shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1553
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1553
1554
  multiple: boolean;
1554
1555
  clearable: boolean;
1555
1556
  creatable: boolean;
@@ -1598,7 +1599,7 @@ export declare const SelectWithRemoteOptions: {
1598
1599
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
1599
1600
  }, "store">>, nextState: Readonly<{}>, nextContext: any): boolean;
1600
1601
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
1601
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1602
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1602
1603
  multiple: boolean;
1603
1604
  clearable: boolean;
1604
1605
  creatable: boolean;
@@ -1646,7 +1647,7 @@ export declare const SelectWithRemoteOptions: {
1646
1647
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
1647
1648
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
1648
1649
  }, "store">>, prevState: Readonly<{}>): any;
1649
- componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1650
+ componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1650
1651
  multiple: boolean;
1651
1652
  clearable: boolean;
1652
1653
  creatable: boolean;
@@ -1696,7 +1697,7 @@ export declare const SelectWithRemoteOptions: {
1696
1697
  }, "store">>, prevState: Readonly<{}>, snapshot?: any): void;
1697
1698
  componentWillMount?(): void;
1698
1699
  UNSAFE_componentWillMount?(): void;
1699
- componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1700
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1700
1701
  multiple: boolean;
1701
1702
  clearable: boolean;
1702
1703
  creatable: boolean;
@@ -1744,7 +1745,7 @@ export declare const SelectWithRemoteOptions: {
1744
1745
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
1745
1746
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
1746
1747
  }, "store">>, nextContext: any): void;
1747
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1748
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1748
1749
  multiple: boolean;
1749
1750
  clearable: boolean;
1750
1751
  creatable: boolean;
@@ -1792,7 +1793,7 @@ export declare const SelectWithRemoteOptions: {
1792
1793
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
1793
1794
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
1794
1795
  }, "store">>, nextContext: any): void;
1795
- componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1796
+ componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1796
1797
  multiple: boolean;
1797
1798
  clearable: boolean;
1798
1799
  creatable: boolean;
@@ -1840,7 +1841,7 @@ export declare const SelectWithRemoteOptions: {
1840
1841
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
1841
1842
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
1842
1843
  }, "store">>, nextState: Readonly<{}>, nextContext: any): void;
1843
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1844
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1844
1845
  multiple: boolean;
1845
1846
  clearable: boolean;
1846
1847
  creatable: boolean;
@@ -1889,7 +1890,7 @@ export declare const SelectWithRemoteOptions: {
1889
1890
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
1890
1891
  }, "store">>, nextState: Readonly<{}>, nextContext: any): void;
1891
1892
  };
1892
- new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1893
+ new (props: Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1893
1894
  multiple: boolean;
1894
1895
  clearable: boolean;
1895
1896
  creatable: boolean;
@@ -1964,7 +1965,7 @@ export declare const SelectWithRemoteOptions: {
1964
1965
  getWrappedInstance(): any;
1965
1966
  render(): JSX.Element;
1966
1967
  context: any;
1967
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1968
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
1968
1969
  multiple: boolean;
1969
1970
  clearable: boolean;
1970
1971
  creatable: boolean;
@@ -2013,7 +2014,7 @@ export declare const SelectWithRemoteOptions: {
2013
2014
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
2014
2015
  }, "store">>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
2015
2016
  forceUpdate(callback?: (() => void) | undefined): void;
2016
- readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2017
+ readonly props: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2017
2018
  multiple: boolean;
2018
2019
  clearable: boolean;
2019
2020
  creatable: boolean;
@@ -2068,7 +2069,7 @@ export declare const SelectWithRemoteOptions: {
2068
2069
  [key: string]: React.ReactInstance;
2069
2070
  };
2070
2071
  componentDidMount?(): void;
2071
- shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2072
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2072
2073
  multiple: boolean;
2073
2074
  clearable: boolean;
2074
2075
  creatable: boolean;
@@ -2117,7 +2118,7 @@ export declare const SelectWithRemoteOptions: {
2117
2118
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
2118
2119
  }, "store">>, nextState: Readonly<{}>, nextContext: any): boolean;
2119
2120
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
2120
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2121
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2121
2122
  multiple: boolean;
2122
2123
  clearable: boolean;
2123
2124
  creatable: boolean;
@@ -2165,7 +2166,7 @@ export declare const SelectWithRemoteOptions: {
2165
2166
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
2166
2167
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
2167
2168
  }, "store">>, prevState: Readonly<{}>): any;
2168
- componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2169
+ componentDidUpdate?(prevProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2169
2170
  multiple: boolean;
2170
2171
  clearable: boolean;
2171
2172
  creatable: boolean;
@@ -2215,7 +2216,7 @@ export declare const SelectWithRemoteOptions: {
2215
2216
  }, "store">>, prevState: Readonly<{}>, snapshot?: any): void;
2216
2217
  componentWillMount?(): void;
2217
2218
  UNSAFE_componentWillMount?(): void;
2218
- componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2219
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2219
2220
  multiple: boolean;
2220
2221
  clearable: boolean;
2221
2222
  creatable: boolean;
@@ -2263,7 +2264,7 @@ export declare const SelectWithRemoteOptions: {
2263
2264
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
2264
2265
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
2265
2266
  }, "store">>, nextContext: any): void;
2266
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2267
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2267
2268
  multiple: boolean;
2268
2269
  clearable: boolean;
2269
2270
  creatable: boolean;
@@ -2311,7 +2312,7 @@ export declare const SelectWithRemoteOptions: {
2311
2312
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
2312
2313
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
2313
2314
  }, "store">>, nextContext: any): void;
2314
- componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2315
+ componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2315
2316
  multiple: boolean;
2316
2317
  clearable: boolean;
2317
2318
  creatable: boolean;
@@ -2359,7 +2360,7 @@ export declare const SelectWithRemoteOptions: {
2359
2360
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
2360
2361
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
2361
2362
  }, "store">>, nextState: Readonly<{}>, nextContext: any): void;
2362
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2363
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2363
2364
  multiple: boolean;
2364
2365
  clearable: boolean;
2365
2366
  creatable: boolean;
@@ -2410,7 +2411,7 @@ export declare const SelectWithRemoteOptions: {
2410
2411
  };
2411
2412
  displayName: string;
2412
2413
  ComposedComponent: React.ComponentType<{
2413
- new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2414
+ new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2414
2415
  multiple: boolean;
2415
2416
  clearable: boolean;
2416
2417
  creatable: boolean;
@@ -2470,7 +2471,7 @@ export declare const SelectWithRemoteOptions: {
2470
2471
  deferLoadConfig(item: any): Promise<void>;
2471
2472
  render(): JSX.Element;
2472
2473
  context: any;
2473
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2474
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2474
2475
  multiple: boolean;
2475
2476
  clearable: boolean;
2476
2477
  creatable: boolean;
@@ -2519,7 +2520,7 @@ export declare const SelectWithRemoteOptions: {
2519
2520
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
2520
2521
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
2521
2522
  forceUpdate(callback?: (() => void) | undefined): void;
2522
- readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2523
+ readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2523
2524
  multiple: boolean;
2524
2525
  clearable: boolean;
2525
2526
  creatable: boolean;
@@ -2573,7 +2574,7 @@ export declare const SelectWithRemoteOptions: {
2573
2574
  refs: {
2574
2575
  [key: string]: React.ReactInstance;
2575
2576
  };
2576
- shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2577
+ shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2577
2578
  multiple: boolean;
2578
2579
  clearable: boolean;
2579
2580
  creatable: boolean;
@@ -2622,7 +2623,7 @@ export declare const SelectWithRemoteOptions: {
2622
2623
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
2623
2624
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
2624
2625
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
2625
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2626
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2626
2627
  multiple: boolean;
2627
2628
  clearable: boolean;
2628
2629
  creatable: boolean;
@@ -2672,7 +2673,7 @@ export declare const SelectWithRemoteOptions: {
2672
2673
  }>, prevState: Readonly<{}>): any;
2673
2674
  componentWillMount?(): void;
2674
2675
  UNSAFE_componentWillMount?(): void;
2675
- componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2676
+ componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2676
2677
  multiple: boolean;
2677
2678
  clearable: boolean;
2678
2679
  creatable: boolean;
@@ -2720,7 +2721,7 @@ export declare const SelectWithRemoteOptions: {
2720
2721
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
2721
2722
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
2722
2723
  }>, nextContext: any): void;
2723
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2724
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2724
2725
  multiple: boolean;
2725
2726
  clearable: boolean;
2726
2727
  creatable: boolean;
@@ -2768,7 +2769,7 @@ export declare const SelectWithRemoteOptions: {
2768
2769
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
2769
2770
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
2770
2771
  }>, nextContext: any): void;
2771
- componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2772
+ componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2772
2773
  multiple: boolean;
2773
2774
  clearable: boolean;
2774
2775
  creatable: boolean;
@@ -2816,7 +2817,7 @@ export declare const SelectWithRemoteOptions: {
2816
2817
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
2817
2818
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
2818
2819
  }>, nextState: Readonly<{}>, nextContext: any): void;
2819
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2820
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2820
2821
  multiple: boolean;
2821
2822
  clearable: boolean;
2822
2823
  creatable: boolean;
@@ -2867,7 +2868,7 @@ export declare const SelectWithRemoteOptions: {
2867
2868
  };
2868
2869
  displayName: string;
2869
2870
  ComposedComponent: React.ComponentType<{
2870
- new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2871
+ new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2871
2872
  multiple: boolean;
2872
2873
  clearable: boolean;
2873
2874
  creatable: boolean;
@@ -2892,7 +2893,7 @@ export declare const SelectWithRemoteOptions: {
2892
2893
  }, never>> & {
2893
2894
  locale?: string | undefined;
2894
2895
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2895
- }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2896
+ }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2896
2897
  multiple: boolean;
2897
2898
  clearable: boolean;
2898
2899
  creatable: boolean;
@@ -2920,7 +2921,7 @@ export declare const SelectWithRemoteOptions: {
2920
2921
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>): {
2921
2922
  render(): JSX.Element;
2922
2923
  context: any;
2923
- setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2924
+ setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2924
2925
  multiple: boolean;
2925
2926
  clearable: boolean;
2926
2927
  creatable: boolean;
@@ -2947,7 +2948,7 @@ export declare const SelectWithRemoteOptions: {
2947
2948
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2948
2949
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
2949
2950
  forceUpdate(callback?: (() => void) | undefined): void;
2950
- readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2951
+ readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2951
2952
  multiple: boolean;
2952
2953
  clearable: boolean;
2953
2954
  creatable: boolean;
@@ -2980,7 +2981,7 @@ export declare const SelectWithRemoteOptions: {
2980
2981
  [key: string]: React.ReactInstance;
2981
2982
  };
2982
2983
  componentDidMount?(): void;
2983
- shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2984
+ shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
2984
2985
  multiple: boolean;
2985
2986
  clearable: boolean;
2986
2987
  creatable: boolean;
@@ -3008,7 +3009,7 @@ export declare const SelectWithRemoteOptions: {
3008
3009
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
3009
3010
  componentWillUnmount?(): void;
3010
3011
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
3011
- getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3012
+ getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3012
3013
  multiple: boolean;
3013
3014
  clearable: boolean;
3014
3015
  creatable: boolean;
@@ -3034,7 +3035,7 @@ export declare const SelectWithRemoteOptions: {
3034
3035
  locale?: string | undefined;
3035
3036
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3036
3037
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
3037
- componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3038
+ componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3038
3039
  multiple: boolean;
3039
3040
  clearable: boolean;
3040
3041
  creatable: boolean;
@@ -3062,7 +3063,7 @@ export declare const SelectWithRemoteOptions: {
3062
3063
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
3063
3064
  componentWillMount?(): void;
3064
3065
  UNSAFE_componentWillMount?(): void;
3065
- componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3066
+ componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3066
3067
  multiple: boolean;
3067
3068
  clearable: boolean;
3068
3069
  creatable: boolean;
@@ -3088,7 +3089,7 @@ export declare const SelectWithRemoteOptions: {
3088
3089
  locale?: string | undefined;
3089
3090
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3090
3091
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
3091
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3092
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3092
3093
  multiple: boolean;
3093
3094
  clearable: boolean;
3094
3095
  creatable: boolean;
@@ -3114,7 +3115,7 @@ export declare const SelectWithRemoteOptions: {
3114
3115
  locale?: string | undefined;
3115
3116
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3116
3117
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
3117
- componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3118
+ componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3118
3119
  multiple: boolean;
3119
3120
  clearable: boolean;
3120
3121
  creatable: boolean;
@@ -3140,7 +3141,7 @@ export declare const SelectWithRemoteOptions: {
3140
3141
  locale?: string | undefined;
3141
3142
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3142
3143
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
3143
- UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3144
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3144
3145
  multiple: boolean;
3145
3146
  clearable: boolean;
3146
3147
  creatable: boolean;
@@ -3167,7 +3168,7 @@ export declare const SelectWithRemoteOptions: {
3167
3168
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3168
3169
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
3169
3170
  };
3170
- new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3171
+ new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3171
3172
  multiple: boolean;
3172
3173
  clearable: boolean;
3173
3174
  creatable: boolean;
@@ -3195,7 +3196,7 @@ export declare const SelectWithRemoteOptions: {
3195
3196
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps, context: any): {
3196
3197
  render(): JSX.Element;
3197
3198
  context: any;
3198
- setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3199
+ setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3199
3200
  multiple: boolean;
3200
3201
  clearable: boolean;
3201
3202
  creatable: boolean;
@@ -3222,7 +3223,7 @@ export declare const SelectWithRemoteOptions: {
3222
3223
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3223
3224
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
3224
3225
  forceUpdate(callback?: (() => void) | undefined): void;
3225
- readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3226
+ readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3226
3227
  multiple: boolean;
3227
3228
  clearable: boolean;
3228
3229
  creatable: boolean;
@@ -3255,7 +3256,7 @@ export declare const SelectWithRemoteOptions: {
3255
3256
  [key: string]: React.ReactInstance;
3256
3257
  };
3257
3258
  componentDidMount?(): void;
3258
- shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3259
+ shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3259
3260
  multiple: boolean;
3260
3261
  clearable: boolean;
3261
3262
  creatable: boolean;
@@ -3283,7 +3284,7 @@ export declare const SelectWithRemoteOptions: {
3283
3284
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
3284
3285
  componentWillUnmount?(): void;
3285
3286
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
3286
- getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3287
+ getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3287
3288
  multiple: boolean;
3288
3289
  clearable: boolean;
3289
3290
  creatable: boolean;
@@ -3309,7 +3310,7 @@ export declare const SelectWithRemoteOptions: {
3309
3310
  locale?: string | undefined;
3310
3311
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3311
3312
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
3312
- componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3313
+ componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3313
3314
  multiple: boolean;
3314
3315
  clearable: boolean;
3315
3316
  creatable: boolean;
@@ -3337,7 +3338,7 @@ export declare const SelectWithRemoteOptions: {
3337
3338
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
3338
3339
  componentWillMount?(): void;
3339
3340
  UNSAFE_componentWillMount?(): void;
3340
- componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3341
+ componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3341
3342
  multiple: boolean;
3342
3343
  clearable: boolean;
3343
3344
  creatable: boolean;
@@ -3363,7 +3364,7 @@ export declare const SelectWithRemoteOptions: {
3363
3364
  locale?: string | undefined;
3364
3365
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3365
3366
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
3366
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3367
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3367
3368
  multiple: boolean;
3368
3369
  clearable: boolean;
3369
3370
  creatable: boolean;
@@ -3389,7 +3390,7 @@ export declare const SelectWithRemoteOptions: {
3389
3390
  locale?: string | undefined;
3390
3391
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3391
3392
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
3392
- componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3393
+ componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3393
3394
  multiple: boolean;
3394
3395
  clearable: boolean;
3395
3396
  creatable: boolean;
@@ -3415,7 +3416,7 @@ export declare const SelectWithRemoteOptions: {
3415
3416
  locale?: string | undefined;
3416
3417
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3417
3418
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
3418
- UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3419
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3419
3420
  multiple: boolean;
3420
3421
  clearable: boolean;
3421
3422
  creatable: boolean;
@@ -3448,7 +3449,7 @@ export declare const SelectWithRemoteOptions: {
3448
3449
  }>;
3449
3450
  contextType?: React.Context<any> | undefined;
3450
3451
  } & import("hoist-non-react-statics").NonReactStatics<{
3451
- new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3452
+ new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3452
3453
  multiple: boolean;
3453
3454
  clearable: boolean;
3454
3455
  creatable: boolean;
@@ -3508,7 +3509,7 @@ export declare const SelectWithRemoteOptions: {
3508
3509
  deferLoadConfig(item: any): Promise<void>;
3509
3510
  render(): JSX.Element;
3510
3511
  context: any;
3511
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3512
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3512
3513
  multiple: boolean;
3513
3514
  clearable: boolean;
3514
3515
  creatable: boolean;
@@ -3557,7 +3558,7 @@ export declare const SelectWithRemoteOptions: {
3557
3558
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
3558
3559
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
3559
3560
  forceUpdate(callback?: (() => void) | undefined): void;
3560
- readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3561
+ readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3561
3562
  multiple: boolean;
3562
3563
  clearable: boolean;
3563
3564
  creatable: boolean;
@@ -3611,7 +3612,7 @@ export declare const SelectWithRemoteOptions: {
3611
3612
  refs: {
3612
3613
  [key: string]: React.ReactInstance;
3613
3614
  };
3614
- shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3615
+ shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3615
3616
  multiple: boolean;
3616
3617
  clearable: boolean;
3617
3618
  creatable: boolean;
@@ -3660,7 +3661,7 @@ export declare const SelectWithRemoteOptions: {
3660
3661
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
3661
3662
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
3662
3663
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
3663
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3664
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3664
3665
  multiple: boolean;
3665
3666
  clearable: boolean;
3666
3667
  creatable: boolean;
@@ -3710,7 +3711,7 @@ export declare const SelectWithRemoteOptions: {
3710
3711
  }>, prevState: Readonly<{}>): any;
3711
3712
  componentWillMount?(): void;
3712
3713
  UNSAFE_componentWillMount?(): void;
3713
- componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3714
+ componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3714
3715
  multiple: boolean;
3715
3716
  clearable: boolean;
3716
3717
  creatable: boolean;
@@ -3758,7 +3759,7 @@ export declare const SelectWithRemoteOptions: {
3758
3759
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
3759
3760
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
3760
3761
  }>, nextContext: any): void;
3761
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3762
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3762
3763
  multiple: boolean;
3763
3764
  clearable: boolean;
3764
3765
  creatable: boolean;
@@ -3806,7 +3807,7 @@ export declare const SelectWithRemoteOptions: {
3806
3807
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
3807
3808
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
3808
3809
  }>, nextContext: any): void;
3809
- componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3810
+ componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3810
3811
  multiple: boolean;
3811
3812
  clearable: boolean;
3812
3813
  creatable: boolean;
@@ -3854,7 +3855,7 @@ export declare const SelectWithRemoteOptions: {
3854
3855
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
3855
3856
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
3856
3857
  }>, nextState: Readonly<{}>, nextContext: any): void;
3857
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3858
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3858
3859
  multiple: boolean;
3859
3860
  clearable: boolean;
3860
3861
  creatable: boolean;
@@ -3905,7 +3906,7 @@ export declare const SelectWithRemoteOptions: {
3905
3906
  };
3906
3907
  displayName: string;
3907
3908
  ComposedComponent: React.ComponentType<{
3908
- new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3909
+ new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3909
3910
  multiple: boolean;
3910
3911
  clearable: boolean;
3911
3912
  creatable: boolean;
@@ -3930,7 +3931,7 @@ export declare const SelectWithRemoteOptions: {
3930
3931
  }, never>> & {
3931
3932
  locale?: string | undefined;
3932
3933
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3933
- }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3934
+ }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3934
3935
  multiple: boolean;
3935
3936
  clearable: boolean;
3936
3937
  creatable: boolean;
@@ -3958,7 +3959,7 @@ export declare const SelectWithRemoteOptions: {
3958
3959
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>): {
3959
3960
  render(): JSX.Element;
3960
3961
  context: any;
3961
- setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3962
+ setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3962
3963
  multiple: boolean;
3963
3964
  clearable: boolean;
3964
3965
  creatable: boolean;
@@ -3985,7 +3986,7 @@ export declare const SelectWithRemoteOptions: {
3985
3986
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3986
3987
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
3987
3988
  forceUpdate(callback?: (() => void) | undefined): void;
3988
- readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3989
+ readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
3989
3990
  multiple: boolean;
3990
3991
  clearable: boolean;
3991
3992
  creatable: boolean;
@@ -4018,7 +4019,7 @@ export declare const SelectWithRemoteOptions: {
4018
4019
  [key: string]: React.ReactInstance;
4019
4020
  };
4020
4021
  componentDidMount?(): void;
4021
- shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4022
+ shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4022
4023
  multiple: boolean;
4023
4024
  clearable: boolean;
4024
4025
  creatable: boolean;
@@ -4046,7 +4047,7 @@ export declare const SelectWithRemoteOptions: {
4046
4047
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
4047
4048
  componentWillUnmount?(): void;
4048
4049
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
4049
- getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4050
+ getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4050
4051
  multiple: boolean;
4051
4052
  clearable: boolean;
4052
4053
  creatable: boolean;
@@ -4072,7 +4073,7 @@ export declare const SelectWithRemoteOptions: {
4072
4073
  locale?: string | undefined;
4073
4074
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4074
4075
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
4075
- componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4076
+ componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4076
4077
  multiple: boolean;
4077
4078
  clearable: boolean;
4078
4079
  creatable: boolean;
@@ -4100,7 +4101,7 @@ export declare const SelectWithRemoteOptions: {
4100
4101
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
4101
4102
  componentWillMount?(): void;
4102
4103
  UNSAFE_componentWillMount?(): void;
4103
- componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4104
+ componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4104
4105
  multiple: boolean;
4105
4106
  clearable: boolean;
4106
4107
  creatable: boolean;
@@ -4126,7 +4127,7 @@ export declare const SelectWithRemoteOptions: {
4126
4127
  locale?: string | undefined;
4127
4128
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4128
4129
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
4129
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4130
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4130
4131
  multiple: boolean;
4131
4132
  clearable: boolean;
4132
4133
  creatable: boolean;
@@ -4152,7 +4153,7 @@ export declare const SelectWithRemoteOptions: {
4152
4153
  locale?: string | undefined;
4153
4154
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4154
4155
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
4155
- componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4156
+ componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4156
4157
  multiple: boolean;
4157
4158
  clearable: boolean;
4158
4159
  creatable: boolean;
@@ -4178,7 +4179,7 @@ export declare const SelectWithRemoteOptions: {
4178
4179
  locale?: string | undefined;
4179
4180
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4180
4181
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
4181
- UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4182
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4182
4183
  multiple: boolean;
4183
4184
  clearable: boolean;
4184
4185
  creatable: boolean;
@@ -4205,7 +4206,7 @@ export declare const SelectWithRemoteOptions: {
4205
4206
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4206
4207
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
4207
4208
  };
4208
- new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4209
+ new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4209
4210
  multiple: boolean;
4210
4211
  clearable: boolean;
4211
4212
  creatable: boolean;
@@ -4233,7 +4234,7 @@ export declare const SelectWithRemoteOptions: {
4233
4234
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps, context: any): {
4234
4235
  render(): JSX.Element;
4235
4236
  context: any;
4236
- setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4237
+ setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4237
4238
  multiple: boolean;
4238
4239
  clearable: boolean;
4239
4240
  creatable: boolean;
@@ -4260,7 +4261,7 @@ export declare const SelectWithRemoteOptions: {
4260
4261
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4261
4262
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
4262
4263
  forceUpdate(callback?: (() => void) | undefined): void;
4263
- readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4264
+ readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4264
4265
  multiple: boolean;
4265
4266
  clearable: boolean;
4266
4267
  creatable: boolean;
@@ -4293,7 +4294,7 @@ export declare const SelectWithRemoteOptions: {
4293
4294
  [key: string]: React.ReactInstance;
4294
4295
  };
4295
4296
  componentDidMount?(): void;
4296
- shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4297
+ shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4297
4298
  multiple: boolean;
4298
4299
  clearable: boolean;
4299
4300
  creatable: boolean;
@@ -4321,7 +4322,7 @@ export declare const SelectWithRemoteOptions: {
4321
4322
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
4322
4323
  componentWillUnmount?(): void;
4323
4324
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
4324
- getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4325
+ getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4325
4326
  multiple: boolean;
4326
4327
  clearable: boolean;
4327
4328
  creatable: boolean;
@@ -4347,7 +4348,7 @@ export declare const SelectWithRemoteOptions: {
4347
4348
  locale?: string | undefined;
4348
4349
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4349
4350
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
4350
- componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4351
+ componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4351
4352
  multiple: boolean;
4352
4353
  clearable: boolean;
4353
4354
  creatable: boolean;
@@ -4375,7 +4376,7 @@ export declare const SelectWithRemoteOptions: {
4375
4376
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
4376
4377
  componentWillMount?(): void;
4377
4378
  UNSAFE_componentWillMount?(): void;
4378
- componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4379
+ componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4379
4380
  multiple: boolean;
4380
4381
  clearable: boolean;
4381
4382
  creatable: boolean;
@@ -4401,7 +4402,7 @@ export declare const SelectWithRemoteOptions: {
4401
4402
  locale?: string | undefined;
4402
4403
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4403
4404
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
4404
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4405
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4405
4406
  multiple: boolean;
4406
4407
  clearable: boolean;
4407
4408
  creatable: boolean;
@@ -4427,7 +4428,7 @@ export declare const SelectWithRemoteOptions: {
4427
4428
  locale?: string | undefined;
4428
4429
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4429
4430
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
4430
- componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4431
+ componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4431
4432
  multiple: boolean;
4432
4433
  clearable: boolean;
4433
4434
  creatable: boolean;
@@ -4453,7 +4454,7 @@ export declare const SelectWithRemoteOptions: {
4453
4454
  locale?: string | undefined;
4454
4455
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4455
4456
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
4456
- UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4457
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4457
4458
  multiple: boolean;
4458
4459
  clearable: boolean;
4459
4460
  creatable: boolean;
@@ -4485,7 +4486,7 @@ export declare const SelectWithRemoteOptions: {
4485
4486
  contextType: React.Context<void | import("amis-core").RendererEnv>;
4486
4487
  }, {}> & {
4487
4488
  ComposedComponent: {
4488
- new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4489
+ new (props: Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4489
4490
  multiple: boolean;
4490
4491
  clearable: boolean;
4491
4492
  creatable: boolean;
@@ -4545,7 +4546,7 @@ export declare const SelectWithRemoteOptions: {
4545
4546
  deferLoadConfig(item: any): Promise<void>;
4546
4547
  render(): JSX.Element;
4547
4548
  context: any;
4548
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4549
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4549
4550
  multiple: boolean;
4550
4551
  clearable: boolean;
4551
4552
  creatable: boolean;
@@ -4594,7 +4595,7 @@ export declare const SelectWithRemoteOptions: {
4594
4595
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
4595
4596
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
4596
4597
  forceUpdate(callback?: (() => void) | undefined): void;
4597
- readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4598
+ readonly props: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4598
4599
  multiple: boolean;
4599
4600
  clearable: boolean;
4600
4601
  creatable: boolean;
@@ -4648,7 +4649,7 @@ export declare const SelectWithRemoteOptions: {
4648
4649
  refs: {
4649
4650
  [key: string]: React.ReactInstance;
4650
4651
  };
4651
- shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4652
+ shouldComponentUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4652
4653
  multiple: boolean;
4653
4654
  clearable: boolean;
4654
4655
  creatable: boolean;
@@ -4697,7 +4698,7 @@ export declare const SelectWithRemoteOptions: {
4697
4698
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
4698
4699
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
4699
4700
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
4700
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4701
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4701
4702
  multiple: boolean;
4702
4703
  clearable: boolean;
4703
4704
  creatable: boolean;
@@ -4747,7 +4748,7 @@ export declare const SelectWithRemoteOptions: {
4747
4748
  }>, prevState: Readonly<{}>): any;
4748
4749
  componentWillMount?(): void;
4749
4750
  UNSAFE_componentWillMount?(): void;
4750
- componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4751
+ componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4751
4752
  multiple: boolean;
4752
4753
  clearable: boolean;
4753
4754
  creatable: boolean;
@@ -4795,7 +4796,7 @@ export declare const SelectWithRemoteOptions: {
4795
4796
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
4796
4797
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
4797
4798
  }>, nextContext: any): void;
4798
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4799
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4799
4800
  multiple: boolean;
4800
4801
  clearable: boolean;
4801
4802
  creatable: boolean;
@@ -4843,7 +4844,7 @@ export declare const SelectWithRemoteOptions: {
4843
4844
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
4844
4845
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
4845
4846
  }>, nextContext: any): void;
4846
- componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4847
+ componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4847
4848
  multiple: boolean;
4848
4849
  clearable: boolean;
4849
4850
  creatable: boolean;
@@ -4891,7 +4892,7 @@ export declare const SelectWithRemoteOptions: {
4891
4892
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
4892
4893
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
4893
4894
  }>, nextState: Readonly<{}>, nextContext: any): void;
4894
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4895
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4895
4896
  multiple: boolean;
4896
4897
  clearable: boolean;
4897
4898
  creatable: boolean;
@@ -4942,7 +4943,7 @@ export declare const SelectWithRemoteOptions: {
4942
4943
  };
4943
4944
  displayName: string;
4944
4945
  ComposedComponent: React.ComponentType<{
4945
- new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4946
+ new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4946
4947
  multiple: boolean;
4947
4948
  clearable: boolean;
4948
4949
  creatable: boolean;
@@ -4967,7 +4968,7 @@ export declare const SelectWithRemoteOptions: {
4967
4968
  }, never>> & {
4968
4969
  locale?: string | undefined;
4969
4970
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4970
- }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4971
+ }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4971
4972
  multiple: boolean;
4972
4973
  clearable: boolean;
4973
4974
  creatable: boolean;
@@ -4995,7 +4996,7 @@ export declare const SelectWithRemoteOptions: {
4995
4996
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>): {
4996
4997
  render(): JSX.Element;
4997
4998
  context: any;
4998
- setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4999
+ setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
4999
5000
  multiple: boolean;
5000
5001
  clearable: boolean;
5001
5002
  creatable: boolean;
@@ -5022,7 +5023,7 @@ export declare const SelectWithRemoteOptions: {
5022
5023
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5023
5024
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
5024
5025
  forceUpdate(callback?: (() => void) | undefined): void;
5025
- readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5026
+ readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5026
5027
  multiple: boolean;
5027
5028
  clearable: boolean;
5028
5029
  creatable: boolean;
@@ -5055,7 +5056,7 @@ export declare const SelectWithRemoteOptions: {
5055
5056
  [key: string]: React.ReactInstance;
5056
5057
  };
5057
5058
  componentDidMount?(): void;
5058
- shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5059
+ shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5059
5060
  multiple: boolean;
5060
5061
  clearable: boolean;
5061
5062
  creatable: boolean;
@@ -5083,7 +5084,7 @@ export declare const SelectWithRemoteOptions: {
5083
5084
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
5084
5085
  componentWillUnmount?(): void;
5085
5086
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
5086
- getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5087
+ getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5087
5088
  multiple: boolean;
5088
5089
  clearable: boolean;
5089
5090
  creatable: boolean;
@@ -5109,7 +5110,7 @@ export declare const SelectWithRemoteOptions: {
5109
5110
  locale?: string | undefined;
5110
5111
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5111
5112
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
5112
- componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5113
+ componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5113
5114
  multiple: boolean;
5114
5115
  clearable: boolean;
5115
5116
  creatable: boolean;
@@ -5137,7 +5138,7 @@ export declare const SelectWithRemoteOptions: {
5137
5138
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
5138
5139
  componentWillMount?(): void;
5139
5140
  UNSAFE_componentWillMount?(): void;
5140
- componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5141
+ componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5141
5142
  multiple: boolean;
5142
5143
  clearable: boolean;
5143
5144
  creatable: boolean;
@@ -5163,7 +5164,7 @@ export declare const SelectWithRemoteOptions: {
5163
5164
  locale?: string | undefined;
5164
5165
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5165
5166
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
5166
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5167
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5167
5168
  multiple: boolean;
5168
5169
  clearable: boolean;
5169
5170
  creatable: boolean;
@@ -5189,7 +5190,7 @@ export declare const SelectWithRemoteOptions: {
5189
5190
  locale?: string | undefined;
5190
5191
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5191
5192
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
5192
- componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5193
+ componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5193
5194
  multiple: boolean;
5194
5195
  clearable: boolean;
5195
5196
  creatable: boolean;
@@ -5215,7 +5216,7 @@ export declare const SelectWithRemoteOptions: {
5215
5216
  locale?: string | undefined;
5216
5217
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5217
5218
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
5218
- UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5219
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5219
5220
  multiple: boolean;
5220
5221
  clearable: boolean;
5221
5222
  creatable: boolean;
@@ -5242,7 +5243,7 @@ export declare const SelectWithRemoteOptions: {
5242
5243
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5243
5244
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
5244
5245
  };
5245
- new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5246
+ new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5246
5247
  multiple: boolean;
5247
5248
  clearable: boolean;
5248
5249
  creatable: boolean;
@@ -5270,7 +5271,7 @@ export declare const SelectWithRemoteOptions: {
5270
5271
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps, context: any): {
5271
5272
  render(): JSX.Element;
5272
5273
  context: any;
5273
- setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5274
+ setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5274
5275
  multiple: boolean;
5275
5276
  clearable: boolean;
5276
5277
  creatable: boolean;
@@ -5297,7 +5298,7 @@ export declare const SelectWithRemoteOptions: {
5297
5298
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5298
5299
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
5299
5300
  forceUpdate(callback?: (() => void) | undefined): void;
5300
- readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5301
+ readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5301
5302
  multiple: boolean;
5302
5303
  clearable: boolean;
5303
5304
  creatable: boolean;
@@ -5330,7 +5331,7 @@ export declare const SelectWithRemoteOptions: {
5330
5331
  [key: string]: React.ReactInstance;
5331
5332
  };
5332
5333
  componentDidMount?(): void;
5333
- shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5334
+ shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5334
5335
  multiple: boolean;
5335
5336
  clearable: boolean;
5336
5337
  creatable: boolean;
@@ -5358,7 +5359,7 @@ export declare const SelectWithRemoteOptions: {
5358
5359
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
5359
5360
  componentWillUnmount?(): void;
5360
5361
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
5361
- getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5362
+ getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5362
5363
  multiple: boolean;
5363
5364
  clearable: boolean;
5364
5365
  creatable: boolean;
@@ -5384,7 +5385,7 @@ export declare const SelectWithRemoteOptions: {
5384
5385
  locale?: string | undefined;
5385
5386
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5386
5387
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
5387
- componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5388
+ componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5388
5389
  multiple: boolean;
5389
5390
  clearable: boolean;
5390
5391
  creatable: boolean;
@@ -5412,7 +5413,7 @@ export declare const SelectWithRemoteOptions: {
5412
5413
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
5413
5414
  componentWillMount?(): void;
5414
5415
  UNSAFE_componentWillMount?(): void;
5415
- componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5416
+ componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5416
5417
  multiple: boolean;
5417
5418
  clearable: boolean;
5418
5419
  creatable: boolean;
@@ -5438,7 +5439,7 @@ export declare const SelectWithRemoteOptions: {
5438
5439
  locale?: string | undefined;
5439
5440
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5440
5441
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
5441
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5442
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5442
5443
  multiple: boolean;
5443
5444
  clearable: boolean;
5444
5445
  creatable: boolean;
@@ -5464,7 +5465,7 @@ export declare const SelectWithRemoteOptions: {
5464
5465
  locale?: string | undefined;
5465
5466
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5466
5467
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
5467
- componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5468
+ componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5468
5469
  multiple: boolean;
5469
5470
  clearable: boolean;
5470
5471
  creatable: boolean;
@@ -5490,7 +5491,7 @@ export declare const SelectWithRemoteOptions: {
5490
5491
  locale?: string | undefined;
5491
5492
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5492
5493
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
5493
- UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5494
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5494
5495
  multiple: boolean;
5495
5496
  clearable: boolean;
5496
5497
  creatable: boolean;
@@ -5522,7 +5523,7 @@ export declare const SelectWithRemoteOptions: {
5522
5523
  contextType: React.Context<void | import("amis-core").RendererEnv>;
5523
5524
  };
5524
5525
  } & import("hoist-non-react-statics").NonReactStatics<{
5525
- new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5526
+ new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5526
5527
  multiple: boolean;
5527
5528
  clearable: boolean;
5528
5529
  creatable: boolean;
@@ -5547,7 +5548,7 @@ export declare const SelectWithRemoteOptions: {
5547
5548
  }, never>> & {
5548
5549
  locale?: string | undefined;
5549
5550
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5550
- }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5551
+ }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5551
5552
  multiple: boolean;
5552
5553
  clearable: boolean;
5553
5554
  creatable: boolean;
@@ -5575,7 +5576,7 @@ export declare const SelectWithRemoteOptions: {
5575
5576
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>): {
5576
5577
  render(): JSX.Element;
5577
5578
  context: any;
5578
- setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5579
+ setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5579
5580
  multiple: boolean;
5580
5581
  clearable: boolean;
5581
5582
  creatable: boolean;
@@ -5602,7 +5603,7 @@ export declare const SelectWithRemoteOptions: {
5602
5603
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5603
5604
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
5604
5605
  forceUpdate(callback?: (() => void) | undefined): void;
5605
- readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5606
+ readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5606
5607
  multiple: boolean;
5607
5608
  clearable: boolean;
5608
5609
  creatable: boolean;
@@ -5635,7 +5636,7 @@ export declare const SelectWithRemoteOptions: {
5635
5636
  [key: string]: React.ReactInstance;
5636
5637
  };
5637
5638
  componentDidMount?(): void;
5638
- shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5639
+ shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5639
5640
  multiple: boolean;
5640
5641
  clearable: boolean;
5641
5642
  creatable: boolean;
@@ -5663,7 +5664,7 @@ export declare const SelectWithRemoteOptions: {
5663
5664
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
5664
5665
  componentWillUnmount?(): void;
5665
5666
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
5666
- getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5667
+ getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5667
5668
  multiple: boolean;
5668
5669
  clearable: boolean;
5669
5670
  creatable: boolean;
@@ -5689,7 +5690,7 @@ export declare const SelectWithRemoteOptions: {
5689
5690
  locale?: string | undefined;
5690
5691
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5691
5692
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
5692
- componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5693
+ componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5693
5694
  multiple: boolean;
5694
5695
  clearable: boolean;
5695
5696
  creatable: boolean;
@@ -5717,7 +5718,7 @@ export declare const SelectWithRemoteOptions: {
5717
5718
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
5718
5719
  componentWillMount?(): void;
5719
5720
  UNSAFE_componentWillMount?(): void;
5720
- componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5721
+ componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5721
5722
  multiple: boolean;
5722
5723
  clearable: boolean;
5723
5724
  creatable: boolean;
@@ -5743,7 +5744,7 @@ export declare const SelectWithRemoteOptions: {
5743
5744
  locale?: string | undefined;
5744
5745
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5745
5746
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
5746
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5747
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5747
5748
  multiple: boolean;
5748
5749
  clearable: boolean;
5749
5750
  creatable: boolean;
@@ -5769,7 +5770,7 @@ export declare const SelectWithRemoteOptions: {
5769
5770
  locale?: string | undefined;
5770
5771
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5771
5772
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
5772
- componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5773
+ componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5773
5774
  multiple: boolean;
5774
5775
  clearable: boolean;
5775
5776
  creatable: boolean;
@@ -5795,7 +5796,7 @@ export declare const SelectWithRemoteOptions: {
5795
5796
  locale?: string | undefined;
5796
5797
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5797
5798
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
5798
- UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5799
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5799
5800
  multiple: boolean;
5800
5801
  clearable: boolean;
5801
5802
  creatable: boolean;
@@ -5822,7 +5823,7 @@ export declare const SelectWithRemoteOptions: {
5822
5823
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5823
5824
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
5824
5825
  };
5825
- new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5826
+ new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5826
5827
  multiple: boolean;
5827
5828
  clearable: boolean;
5828
5829
  creatable: boolean;
@@ -5850,7 +5851,7 @@ export declare const SelectWithRemoteOptions: {
5850
5851
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps, context: any): {
5851
5852
  render(): JSX.Element;
5852
5853
  context: any;
5853
- setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5854
+ setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5854
5855
  multiple: boolean;
5855
5856
  clearable: boolean;
5856
5857
  creatable: boolean;
@@ -5877,7 +5878,7 @@ export declare const SelectWithRemoteOptions: {
5877
5878
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5878
5879
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
5879
5880
  forceUpdate(callback?: (() => void) | undefined): void;
5880
- readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5881
+ readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5881
5882
  multiple: boolean;
5882
5883
  clearable: boolean;
5883
5884
  creatable: boolean;
@@ -5910,7 +5911,7 @@ export declare const SelectWithRemoteOptions: {
5910
5911
  [key: string]: React.ReactInstance;
5911
5912
  };
5912
5913
  componentDidMount?(): void;
5913
- shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5914
+ shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5914
5915
  multiple: boolean;
5915
5916
  clearable: boolean;
5916
5917
  creatable: boolean;
@@ -5938,7 +5939,7 @@ export declare const SelectWithRemoteOptions: {
5938
5939
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
5939
5940
  componentWillUnmount?(): void;
5940
5941
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
5941
- getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5942
+ getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5942
5943
  multiple: boolean;
5943
5944
  clearable: boolean;
5944
5945
  creatable: boolean;
@@ -5964,7 +5965,7 @@ export declare const SelectWithRemoteOptions: {
5964
5965
  locale?: string | undefined;
5965
5966
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5966
5967
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
5967
- componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5968
+ componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5968
5969
  multiple: boolean;
5969
5970
  clearable: boolean;
5970
5971
  creatable: boolean;
@@ -5992,7 +5993,7 @@ export declare const SelectWithRemoteOptions: {
5992
5993
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
5993
5994
  componentWillMount?(): void;
5994
5995
  UNSAFE_componentWillMount?(): void;
5995
- componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5996
+ componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
5996
5997
  multiple: boolean;
5997
5998
  clearable: boolean;
5998
5999
  creatable: boolean;
@@ -6018,7 +6019,7 @@ export declare const SelectWithRemoteOptions: {
6018
6019
  locale?: string | undefined;
6019
6020
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6020
6021
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
6021
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6022
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6022
6023
  multiple: boolean;
6023
6024
  clearable: boolean;
6024
6025
  creatable: boolean;
@@ -6044,7 +6045,7 @@ export declare const SelectWithRemoteOptions: {
6044
6045
  locale?: string | undefined;
6045
6046
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6046
6047
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
6047
- componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6048
+ componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6048
6049
  multiple: boolean;
6049
6050
  clearable: boolean;
6050
6051
  creatable: boolean;
@@ -6070,7 +6071,7 @@ export declare const SelectWithRemoteOptions: {
6070
6071
  locale?: string | undefined;
6071
6072
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6072
6073
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
6073
- UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6074
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6074
6075
  multiple: boolean;
6075
6076
  clearable: boolean;
6076
6077
  creatable: boolean;
@@ -6100,7 +6101,7 @@ export declare const SelectWithRemoteOptions: {
6100
6101
  contextType?: React.Context<any> | undefined;
6101
6102
  }, {}> & {
6102
6103
  ComposedComponent: {
6103
- new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6104
+ new (props: (RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6104
6105
  multiple: boolean;
6105
6106
  clearable: boolean;
6106
6107
  creatable: boolean;
@@ -6125,7 +6126,7 @@ export declare const SelectWithRemoteOptions: {
6125
6126
  }, never>> & {
6126
6127
  locale?: string | undefined;
6127
6128
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6128
- }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6129
+ }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps) | Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6129
6130
  multiple: boolean;
6130
6131
  clearable: boolean;
6131
6132
  creatable: boolean;
@@ -6153,7 +6154,7 @@ export declare const SelectWithRemoteOptions: {
6153
6154
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>): {
6154
6155
  render(): JSX.Element;
6155
6156
  context: any;
6156
- setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6157
+ setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6157
6158
  multiple: boolean;
6158
6159
  clearable: boolean;
6159
6160
  creatable: boolean;
@@ -6180,7 +6181,7 @@ export declare const SelectWithRemoteOptions: {
6180
6181
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6181
6182
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
6182
6183
  forceUpdate(callback?: (() => void) | undefined): void;
6183
- readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6184
+ readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6184
6185
  multiple: boolean;
6185
6186
  clearable: boolean;
6186
6187
  creatable: boolean;
@@ -6213,7 +6214,7 @@ export declare const SelectWithRemoteOptions: {
6213
6214
  [key: string]: React.ReactInstance;
6214
6215
  };
6215
6216
  componentDidMount?(): void;
6216
- shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6217
+ shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6217
6218
  multiple: boolean;
6218
6219
  clearable: boolean;
6219
6220
  creatable: boolean;
@@ -6241,7 +6242,7 @@ export declare const SelectWithRemoteOptions: {
6241
6242
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
6242
6243
  componentWillUnmount?(): void;
6243
6244
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
6244
- getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6245
+ getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6245
6246
  multiple: boolean;
6246
6247
  clearable: boolean;
6247
6248
  creatable: boolean;
@@ -6267,7 +6268,7 @@ export declare const SelectWithRemoteOptions: {
6267
6268
  locale?: string | undefined;
6268
6269
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6269
6270
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
6270
- componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6271
+ componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6271
6272
  multiple: boolean;
6272
6273
  clearable: boolean;
6273
6274
  creatable: boolean;
@@ -6295,7 +6296,7 @@ export declare const SelectWithRemoteOptions: {
6295
6296
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
6296
6297
  componentWillMount?(): void;
6297
6298
  UNSAFE_componentWillMount?(): void;
6298
- componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6299
+ componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6299
6300
  multiple: boolean;
6300
6301
  clearable: boolean;
6301
6302
  creatable: boolean;
@@ -6321,7 +6322,7 @@ export declare const SelectWithRemoteOptions: {
6321
6322
  locale?: string | undefined;
6322
6323
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6323
6324
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
6324
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6325
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6325
6326
  multiple: boolean;
6326
6327
  clearable: boolean;
6327
6328
  creatable: boolean;
@@ -6347,7 +6348,7 @@ export declare const SelectWithRemoteOptions: {
6347
6348
  locale?: string | undefined;
6348
6349
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6349
6350
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
6350
- componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6351
+ componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6351
6352
  multiple: boolean;
6352
6353
  clearable: boolean;
6353
6354
  creatable: boolean;
@@ -6373,7 +6374,7 @@ export declare const SelectWithRemoteOptions: {
6373
6374
  locale?: string | undefined;
6374
6375
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6375
6376
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
6376
- UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6377
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6377
6378
  multiple: boolean;
6378
6379
  clearable: boolean;
6379
6380
  creatable: boolean;
@@ -6400,7 +6401,7 @@ export declare const SelectWithRemoteOptions: {
6400
6401
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6401
6402
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
6402
6403
  };
6403
- new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6404
+ new (props: RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6404
6405
  multiple: boolean;
6405
6406
  clearable: boolean;
6406
6407
  creatable: boolean;
@@ -6428,7 +6429,7 @@ export declare const SelectWithRemoteOptions: {
6428
6429
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps, context: any): {
6429
6430
  render(): JSX.Element;
6430
6431
  context: any;
6431
- setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6432
+ setState<K_2 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6432
6433
  multiple: boolean;
6433
6434
  clearable: boolean;
6434
6435
  creatable: boolean;
@@ -6455,7 +6456,7 @@ export declare const SelectWithRemoteOptions: {
6455
6456
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6456
6457
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
6457
6458
  forceUpdate(callback?: (() => void) | undefined): void;
6458
- readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6459
+ readonly props: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6459
6460
  multiple: boolean;
6460
6461
  clearable: boolean;
6461
6462
  creatable: boolean;
@@ -6488,7 +6489,7 @@ export declare const SelectWithRemoteOptions: {
6488
6489
  [key: string]: React.ReactInstance;
6489
6490
  };
6490
6491
  componentDidMount?(): void;
6491
- shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6492
+ shouldComponentUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6492
6493
  multiple: boolean;
6493
6494
  clearable: boolean;
6494
6495
  creatable: boolean;
@@ -6516,7 +6517,7 @@ export declare const SelectWithRemoteOptions: {
6516
6517
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
6517
6518
  componentWillUnmount?(): void;
6518
6519
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
6519
- getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6520
+ getSnapshotBeforeUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6520
6521
  multiple: boolean;
6521
6522
  clearable: boolean;
6522
6523
  creatable: boolean;
@@ -6542,7 +6543,7 @@ export declare const SelectWithRemoteOptions: {
6542
6543
  locale?: string | undefined;
6543
6544
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6544
6545
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
6545
- componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6546
+ componentDidUpdate?(prevProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6546
6547
  multiple: boolean;
6547
6548
  clearable: boolean;
6548
6549
  creatable: boolean;
@@ -6570,7 +6571,7 @@ export declare const SelectWithRemoteOptions: {
6570
6571
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
6571
6572
  componentWillMount?(): void;
6572
6573
  UNSAFE_componentWillMount?(): void;
6573
- componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6574
+ componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6574
6575
  multiple: boolean;
6575
6576
  clearable: boolean;
6576
6577
  creatable: boolean;
@@ -6596,7 +6597,7 @@ export declare const SelectWithRemoteOptions: {
6596
6597
  locale?: string | undefined;
6597
6598
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6598
6599
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
6599
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6600
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6600
6601
  multiple: boolean;
6601
6602
  clearable: boolean;
6602
6603
  creatable: boolean;
@@ -6622,7 +6623,7 @@ export declare const SelectWithRemoteOptions: {
6622
6623
  locale?: string | undefined;
6623
6624
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6624
6625
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
6625
- componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6626
+ componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6626
6627
  multiple: boolean;
6627
6628
  clearable: boolean;
6628
6629
  creatable: boolean;
@@ -6648,7 +6649,7 @@ export declare const SelectWithRemoteOptions: {
6648
6649
  locale?: string | undefined;
6649
6650
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6650
6651
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
6651
- UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6652
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<RemoteOptionsProps<Options[]> & Omit<Pick<Omit<SelectProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "onFocus" | "onBlur" | "onChange" | "block" | "loading" | "spinnerClassName" | "loadOptions" | "options" | "itemHeight" | "multi" | "delimiter" | "pathSeparator" | "simpleValue" | "joinValues" | "extractValue" | "hasError" | "onAdd" | "editable" | "onEdit" | "removable" | "onDelete" | "popoverClassName" | "valuesNoWrap" | "renderMenu" | "searchable" | "popOverContainer" | "popOverContainerSelector" | "checkAllBySearch" | "defaultOpen" | "useMobileUI" | "borderMode" | "hideSelected" | "mobileClassName" | "maxTagCount" | "overflowTagPopover"> & Partial<Pick<Omit<SelectProps, keyof LocaleProps>, "disabled" | "multiple" | "placeholder" | "inline" | "labelField" | "valueField" | "clearable" | "resetValue" | "creatable" | "virtualThreshold" | "showInvalidMatch" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
6652
6653
  multiple: boolean;
6653
6654
  clearable: boolean;
6654
6655
  creatable: boolean;