amis-ui 2.0.0 → 2.0.1

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 (537) hide show
  1. package/esm/components/404.js +1 -1
  2. package/esm/components/Alert.js +1 -1
  3. package/esm/components/Alert2.js +1 -1
  4. package/esm/components/AnchorNav.d.ts +9 -2
  5. package/esm/components/AnchorNav.js +25 -6
  6. package/esm/components/ArrayInput.js +1 -1
  7. package/esm/components/AsideNav.js +1 -1
  8. package/esm/components/AssociatedSelection.js +1 -1
  9. package/esm/components/Avatar.js +1 -1
  10. package/esm/components/Badge.js +1 -1
  11. package/esm/components/BaiduMapPicker.js +1 -1
  12. package/esm/components/BarCode.js +1 -1
  13. package/esm/components/BarCode2.js +1 -1
  14. package/esm/components/Breadcrumb.js +1 -1
  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 +41 -40
  31. package/esm/components/DatePicker.js +3 -3
  32. package/esm/components/DateRangePicker.d.ts +44 -41
  33. package/esm/components/DateRangePicker.js +28 -11
  34. package/esm/components/Drawer.js +1 -1
  35. package/esm/components/Editor.js +1 -1
  36. package/esm/components/Form.js +1 -1
  37. package/esm/components/FormField.js +1 -1
  38. package/esm/components/GridNav.js +1 -1
  39. package/esm/components/GroupedSelection.js +1 -1
  40. package/esm/components/Html.js +1 -1
  41. package/esm/components/ImageGallery.js +1 -1
  42. package/esm/components/Input.js +1 -1
  43. package/esm/components/InputBox.js +1 -1
  44. package/esm/components/InputBoxWithSuggestion.js +1 -1
  45. package/esm/components/Layout.js +1 -1
  46. package/esm/components/Link.js +1 -1
  47. package/esm/components/ListGroup.js +1 -1
  48. package/esm/components/ListMenu.js +1 -1
  49. package/esm/components/LocationPicker.js +1 -1
  50. package/esm/components/Markdown.js +1 -1
  51. package/esm/components/Markdown2.js +1 -1
  52. package/esm/components/Modal.js +1 -1
  53. package/esm/components/ModalManager.js +1 -1
  54. package/esm/components/MonthRangePicker.d.ts +41 -40
  55. package/esm/components/NumberInput.js +1 -1
  56. package/esm/components/Pagination.js +1 -1
  57. package/esm/components/Picker.js +1 -1
  58. package/esm/components/PickerColumn.js +1 -1
  59. package/esm/components/PickerContainer.js +1 -1
  60. package/esm/components/PopOverContainer.js +1 -1
  61. package/esm/components/PopUp.js +1 -1
  62. package/esm/components/Progress.js +1 -1
  63. package/esm/components/PullRefresh.js +1 -1
  64. package/esm/components/Radios.js +1 -1
  65. package/esm/components/Range.js +1 -1
  66. package/esm/components/Rating.js +1 -1
  67. package/esm/components/ResultBox.js +1 -1
  68. package/esm/components/ResultList.js +1 -1
  69. package/esm/components/ResultTableList.js +1 -1
  70. package/esm/components/ResultTreeList.js +1 -1
  71. package/esm/components/RichText.js +1 -1
  72. package/esm/components/RichText2.js +1 -1
  73. package/esm/components/SearchBox.d.ts +127 -42
  74. package/esm/components/SearchBox.js +183 -20
  75. package/esm/components/Select.d.ts +388 -194
  76. package/esm/components/Select.js +10 -19
  77. package/esm/components/Selection.js +1 -1
  78. package/esm/components/SparkLine.js +1 -1
  79. package/esm/components/Spinner.js +1 -1
  80. package/esm/components/Steps.js +1 -1
  81. package/esm/components/Switch.js +1 -1
  82. package/esm/components/TableSelection.js +1 -1
  83. package/esm/components/Tabs.d.ts +10 -10
  84. package/esm/components/Tabs.js +1 -1
  85. package/esm/components/TabsTransfer.js +1 -1
  86. package/esm/components/TabsTransferPicker.js +1 -1
  87. package/esm/components/Tag.d.ts +12 -10
  88. package/esm/components/Tag.js +16 -5
  89. package/esm/components/Textarea.js +1 -1
  90. package/esm/components/Timeline.js +1 -1
  91. package/esm/components/TimelineItem.js +1 -1
  92. package/esm/components/Tinymce.js +1 -1
  93. package/esm/components/Tinymce2.js +1 -1
  94. package/esm/components/TitleBar.js +1 -1
  95. package/esm/components/Toast.js +1 -1
  96. package/esm/components/Tooltip.js +1 -1
  97. package/esm/components/TooltipWrapper.js +1 -1
  98. package/esm/components/Transfer.js +1 -1
  99. package/esm/components/TransferDropDown.js +1 -1
  100. package/esm/components/TransferPicker.js +1 -1
  101. package/esm/components/TransferSearch.js +1 -1
  102. package/esm/components/Tree.js +1 -1
  103. package/esm/components/TreeSelection.js +1 -1
  104. package/esm/components/UserSelect.js +1 -1
  105. package/esm/components/UserTabSelect.js +1 -1
  106. package/esm/components/WithRemoteConfig.js +1 -1
  107. package/esm/components/WithStore.js +1 -1
  108. package/esm/components/calendar/Calendar.js +1 -1
  109. package/esm/components/calendar/CalendarContainer.js +1 -1
  110. package/esm/components/calendar/DaysView.js +1 -1
  111. package/esm/components/calendar/MonthsView.js +1 -1
  112. package/esm/components/calendar/QuartersView.js +1 -1
  113. package/esm/components/calendar/TimeView.js +1 -1
  114. package/esm/components/calendar/YearsView.js +1 -1
  115. package/esm/components/condition-builder/Expression.js +1 -1
  116. package/esm/components/condition-builder/Field.js +1 -1
  117. package/esm/components/condition-builder/Formula.js +1 -1
  118. package/esm/components/condition-builder/Func.js +1 -1
  119. package/esm/components/condition-builder/Group.js +1 -1
  120. package/esm/components/condition-builder/GroupOrItem.js +1 -1
  121. package/esm/components/condition-builder/InputSwitch.js +1 -1
  122. package/esm/components/condition-builder/Item.js +1 -1
  123. package/esm/components/condition-builder/Value.js +1 -1
  124. package/esm/components/condition-builder/config.js +1 -1
  125. package/esm/components/condition-builder/index.js +1 -1
  126. package/esm/components/formula/Editor.js +1 -1
  127. package/esm/components/formula/FuncList.js +1 -1
  128. package/esm/components/formula/Picker.js +1 -1
  129. package/esm/components/formula/VariableList.js +1 -1
  130. package/esm/components/formula/plugin.js +1 -1
  131. package/esm/components/icons.js +3 -1
  132. package/esm/components/json-schema/Array.js +1 -1
  133. package/esm/components/json-schema/Item.js +1 -1
  134. package/esm/components/json-schema/Object.js +1 -1
  135. package/esm/components/json-schema/index.js +1 -1
  136. package/esm/components/schema-editor/Array.js +1 -1
  137. package/esm/components/schema-editor/Common.js +1 -1
  138. package/esm/components/schema-editor/Item.js +1 -1
  139. package/esm/components/schema-editor/Object.js +1 -1
  140. package/esm/components/schema-editor/SchemaVariableList.js +1 -1
  141. package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
  142. package/esm/components/schema-editor/index.js +1 -1
  143. package/esm/components/table/Cell.js +1 -1
  144. package/esm/components/table/HeadCellDropDown.js +1 -1
  145. package/esm/components/table/HeadCellFilter.js +1 -1
  146. package/esm/components/table/HeadCellSelect.js +1 -1
  147. package/esm/components/table/HeadCellSort.js +1 -1
  148. package/esm/components/table/ItemActionsWrapper.js +1 -1
  149. package/esm/components/table/index.js +1 -1
  150. package/esm/components/virtual-list/SizeAndPositionManager.js +1 -1
  151. package/esm/components/virtual-list/constants.js +1 -1
  152. package/esm/components/virtual-list/index.js +1 -1
  153. package/esm/hooks/use-set-state.js +1 -1
  154. package/esm/hooks/use-touch.js +1 -1
  155. package/esm/hooks/use-update-effect.js +1 -1
  156. package/esm/hooks/use-validation-resolver.js +1 -1
  157. package/esm/icons/alert-danger.svg.js +1 -1
  158. package/esm/icons/alert-info.svg.js +1 -1
  159. package/esm/icons/alert-success.svg.js +1 -1
  160. package/esm/icons/alert-warning.svg.js +1 -1
  161. package/esm/icons/back.svg.js +1 -1
  162. package/esm/icons/calendar.svg.js +1 -1
  163. package/esm/icons/caret.svg.js +1 -1
  164. package/esm/icons/check.svg.js +1 -1
  165. package/esm/icons/clock.svg.js +1 -1
  166. package/esm/icons/close-small.svg.js +1 -1
  167. package/esm/icons/close.svg.js +1 -1
  168. package/esm/icons/cloud-upload.svg.js +1 -1
  169. package/esm/icons/column-filter.svg.js +1 -1
  170. package/esm/icons/columns.svg.js +1 -1
  171. package/esm/icons/compress-alt.svg.js +1 -1
  172. package/esm/icons/copy.svg.js +1 -1
  173. package/esm/icons/date.svg.js +1 -1
  174. package/esm/icons/department.svg.js +1 -1
  175. package/esm/icons/desk-empty.svg.js +1 -1
  176. package/esm/icons/dot.svg.js +1 -1
  177. package/esm/icons/down-arrow-bold.svg.js +1 -1
  178. package/esm/icons/download.svg.js +1 -1
  179. package/esm/icons/drag-bar.svg.js +1 -1
  180. package/esm/icons/drag.svg.js +1 -1
  181. package/esm/icons/edit.svg.js +1 -1
  182. package/esm/icons/ellipsis-v.svg.js +1 -1
  183. package/esm/icons/enter.svg.js +1 -1
  184. package/esm/icons/exchange.svg.js +1 -1
  185. package/esm/icons/expand-alt.svg.js +1 -1
  186. package/esm/icons/fail.svg.js +1 -1
  187. package/esm/icons/file.svg.js +1 -1
  188. package/esm/icons/filter.svg.js +1 -1
  189. package/esm/icons/folder.svg.js +1 -1
  190. package/esm/icons/function.svg.js +1 -1
  191. package/esm/icons/home.svg.js +1 -1
  192. package/esm/icons/image.svg.js +1 -1
  193. package/esm/icons/info-circle.svg.js +1 -1
  194. package/esm/icons/info.svg.js +1 -1
  195. package/esm/icons/input-clear.svg.js +1 -1
  196. package/esm/icons/invisible.svg.js +1 -1
  197. package/esm/icons/left-arrow.svg.js +1 -1
  198. package/esm/icons/loading-outline.svg.js +1 -1
  199. package/esm/icons/location.svg.js +1 -1
  200. package/esm/icons/menu.svg.js +1 -1
  201. package/esm/icons/minus.svg.js +1 -1
  202. package/esm/icons/move.svg.js +1 -1
  203. package/esm/icons/mute.svg.js +1 -1
  204. package/esm/icons/pause.svg.js +1 -1
  205. package/esm/icons/pencil.svg.js +1 -1
  206. package/esm/icons/play.svg.js +1 -1
  207. package/esm/icons/plus-cicle.svg.js +1 -1
  208. package/esm/icons/plus-fine.svg.js +1 -1
  209. package/esm/icons/plus.svg.js +1 -1
  210. package/esm/icons/post.svg.js +1 -1
  211. package/esm/icons/question-mark.svg.js +1 -1
  212. package/esm/icons/question.svg.js +1 -1
  213. package/esm/icons/redo.svg.js +1 -1
  214. package/esm/icons/refresh.svg.js +1 -1
  215. package/esm/icons/reload.svg.js +1 -1
  216. package/esm/icons/remove.svg.js +1 -1
  217. package/esm/icons/retry.svg.js +1 -1
  218. package/esm/icons/right-arrow-bold.svg.js +1 -1
  219. package/esm/icons/right-arrow.svg.js +1 -1
  220. package/esm/icons/role.svg.js +1 -1
  221. package/esm/icons/schedule.svg.js +1 -1
  222. package/esm/icons/search.svg.js +1 -1
  223. package/esm/icons/setting.svg.js +1 -1
  224. package/esm/icons/slider-handle-icon.svg.js +1 -1
  225. package/esm/icons/sort-asc.svg.js +1 -1
  226. package/esm/icons/sort-default.svg.js +1 -1
  227. package/esm/icons/sort-desc.svg.js +1 -1
  228. package/esm/icons/star.svg.js +1 -1
  229. package/esm/icons/status-close.svg.js +1 -1
  230. package/esm/icons/status-fail.svg.js +1 -1
  231. package/esm/icons/status-info.svg.js +1 -1
  232. package/esm/icons/status-success.svg.js +1 -1
  233. package/esm/icons/status-warning.svg.js +1 -1
  234. package/esm/icons/success.svg.js +1 -1
  235. package/esm/icons/transparent.svg.js +1 -1
  236. package/esm/icons/trash.svg.js +1 -1
  237. package/esm/icons/tree-down.svg.js +1 -1
  238. package/esm/icons/undo.svg.js +1 -1
  239. package/esm/icons/upload.svg.js +1 -1
  240. package/esm/icons/user-remove.svg.js +1 -1
  241. package/esm/icons/view.svg.js +1 -1
  242. package/esm/icons/volume.svg.js +1 -1
  243. package/esm/icons/warning-mark.svg.js +1 -1
  244. package/esm/icons/warning.svg.js +1 -1
  245. package/esm/icons/window-restore.svg.js +1 -1
  246. package/esm/icons/zoom-in.svg.js +1 -1
  247. package/esm/icons/zoom-out.svg.js +1 -1
  248. package/esm/index.js +1 -1
  249. package/esm/locale/de-DE.js +2 -1
  250. package/esm/locale/en-US.js +2 -1
  251. package/esm/locale/zh-CN.js +2 -1
  252. package/esm/themes/ang.js +1 -1
  253. package/esm/themes/antd.js +1 -1
  254. package/esm/themes/cxd.js +1 -1
  255. package/esm/themes/dark.js +1 -1
  256. package/lib/components/404.js +1 -1
  257. package/lib/components/Alert.js +1 -1
  258. package/lib/components/Alert2.js +1 -1
  259. package/lib/components/AnchorNav.d.ts +9 -2
  260. package/lib/components/AnchorNav.js +25 -6
  261. package/lib/components/ArrayInput.js +1 -1
  262. package/lib/components/AsideNav.js +1 -1
  263. package/lib/components/AssociatedSelection.js +1 -1
  264. package/lib/components/Avatar.js +1 -1
  265. package/lib/components/Badge.js +1 -1
  266. package/lib/components/BaiduMapPicker.js +1 -1
  267. package/lib/components/BarCode.js +1 -1
  268. package/lib/components/BarCode2.js +1 -1
  269. package/lib/components/Breadcrumb.js +1 -1
  270. package/lib/components/Button.js +1 -1
  271. package/lib/components/CalendarMobile.js +1 -1
  272. package/lib/components/Card.js +1 -1
  273. package/lib/components/Cascader.js +1 -1
  274. package/lib/components/ChainedSelection.js +1 -1
  275. package/lib/components/Checkbox.js +1 -1
  276. package/lib/components/CityArea.js +1 -1
  277. package/lib/components/CityDB.js +1 -1
  278. package/lib/components/CityDB2.js +1 -1
  279. package/lib/components/CodeMirror.js +1 -1
  280. package/lib/components/Collapse.js +1 -1
  281. package/lib/components/CollapseGroup.js +1 -1
  282. package/lib/components/ColorPicker.js +1 -1
  283. package/lib/components/ColorPicker2.js +1 -1
  284. package/lib/components/ContextMenu.js +1 -1
  285. package/lib/components/DatePicker.d.ts +41 -40
  286. package/lib/components/DatePicker.js +3 -3
  287. package/lib/components/DateRangePicker.d.ts +44 -41
  288. package/lib/components/DateRangePicker.js +28 -11
  289. package/lib/components/Drawer.js +1 -1
  290. package/lib/components/Editor.js +1 -1
  291. package/lib/components/Form.js +1 -1
  292. package/lib/components/FormField.js +1 -1
  293. package/lib/components/GridNav.js +1 -1
  294. package/lib/components/GroupedSelection.js +1 -1
  295. package/lib/components/Html.js +1 -1
  296. package/lib/components/ImageGallery.js +1 -1
  297. package/lib/components/Input.js +1 -1
  298. package/lib/components/InputBox.js +1 -1
  299. package/lib/components/InputBoxWithSuggestion.js +1 -1
  300. package/lib/components/Layout.js +1 -1
  301. package/lib/components/Link.js +1 -1
  302. package/lib/components/ListGroup.js +1 -1
  303. package/lib/components/ListMenu.js +1 -1
  304. package/lib/components/LocationPicker.js +1 -1
  305. package/lib/components/Markdown.js +1 -1
  306. package/lib/components/Markdown2.js +1 -1
  307. package/lib/components/Modal.js +1 -1
  308. package/lib/components/ModalManager.js +1 -1
  309. package/lib/components/MonthRangePicker.d.ts +41 -40
  310. package/lib/components/NumberInput.js +1 -1
  311. package/lib/components/Pagination.js +1 -1
  312. package/lib/components/Picker.js +1 -1
  313. package/lib/components/PickerColumn.js +1 -1
  314. package/lib/components/PickerContainer.js +1 -1
  315. package/lib/components/PopOverContainer.js +1 -1
  316. package/lib/components/PopUp.js +1 -1
  317. package/lib/components/Progress.js +1 -1
  318. package/lib/components/PullRefresh.js +1 -1
  319. package/lib/components/Radios.js +1 -1
  320. package/lib/components/Range.js +1 -1
  321. package/lib/components/Rating.js +1 -1
  322. package/lib/components/ResultBox.js +1 -1
  323. package/lib/components/ResultList.js +3 -3
  324. package/lib/components/ResultTableList.js +1 -1
  325. package/lib/components/ResultTreeList.js +8 -8
  326. package/lib/components/RichText.js +1 -1
  327. package/lib/components/RichText2.js +1 -1
  328. package/lib/components/SearchBox.d.ts +127 -42
  329. package/lib/components/SearchBox.js +185 -19
  330. package/lib/components/Select.d.ts +388 -194
  331. package/lib/components/Select.js +10 -19
  332. package/lib/components/Selection.js +1 -1
  333. package/lib/components/SparkLine.js +1 -1
  334. package/lib/components/Spinner.js +1 -1
  335. package/lib/components/Steps.js +1 -1
  336. package/lib/components/Switch.js +1 -1
  337. package/lib/components/TableSelection.js +1 -1
  338. package/lib/components/Tabs.d.ts +10 -10
  339. package/lib/components/Tabs.js +1 -1
  340. package/lib/components/TabsTransfer.js +1 -1
  341. package/lib/components/TabsTransferPicker.js +1 -1
  342. package/lib/components/Tag.d.ts +12 -10
  343. package/lib/components/Tag.js +16 -5
  344. package/lib/components/Textarea.js +1 -1
  345. package/lib/components/Timeline.js +1 -1
  346. package/lib/components/TimelineItem.js +1 -1
  347. package/lib/components/Tinymce.js +1 -1
  348. package/lib/components/Tinymce2.js +1 -1
  349. package/lib/components/TitleBar.js +1 -1
  350. package/lib/components/Toast.js +1 -1
  351. package/lib/components/Tooltip.js +1 -1
  352. package/lib/components/TooltipWrapper.js +1 -1
  353. package/lib/components/Transfer.js +7 -7
  354. package/lib/components/TransferDropDown.js +1 -1
  355. package/lib/components/TransferPicker.js +1 -1
  356. package/lib/components/TransferSearch.js +3 -3
  357. package/lib/components/Tree.js +1 -1
  358. package/lib/components/TreeSelection.js +1 -1
  359. package/lib/components/UserSelect.js +1 -1
  360. package/lib/components/UserTabSelect.js +1 -1
  361. package/lib/components/WithRemoteConfig.js +1 -1
  362. package/lib/components/WithStore.js +1 -1
  363. package/lib/components/calendar/Calendar.js +1 -1
  364. package/lib/components/calendar/CalendarContainer.js +1 -1
  365. package/lib/components/calendar/DaysView.js +1 -1
  366. package/lib/components/calendar/MonthsView.js +1 -1
  367. package/lib/components/calendar/QuartersView.js +1 -1
  368. package/lib/components/calendar/TimeView.js +1 -1
  369. package/lib/components/calendar/YearsView.js +1 -1
  370. package/lib/components/condition-builder/Expression.js +1 -1
  371. package/lib/components/condition-builder/Field.js +1 -1
  372. package/lib/components/condition-builder/Formula.js +1 -1
  373. package/lib/components/condition-builder/Func.js +1 -1
  374. package/lib/components/condition-builder/Group.js +1 -1
  375. package/lib/components/condition-builder/GroupOrItem.js +1 -1
  376. package/lib/components/condition-builder/InputSwitch.js +1 -1
  377. package/lib/components/condition-builder/Item.js +1 -1
  378. package/lib/components/condition-builder/Value.js +1 -1
  379. package/lib/components/condition-builder/config.js +1 -1
  380. package/lib/components/condition-builder/index.js +1 -1
  381. package/lib/components/formula/Editor.js +1 -1
  382. package/lib/components/formula/FuncList.js +1 -1
  383. package/lib/components/formula/Picker.js +1 -1
  384. package/lib/components/formula/VariableList.js +1 -1
  385. package/lib/components/formula/plugin.js +1 -1
  386. package/lib/components/icons.js +3 -1
  387. package/lib/components/json-schema/Array.js +1 -1
  388. package/lib/components/json-schema/Item.js +1 -1
  389. package/lib/components/json-schema/Object.js +1 -1
  390. package/lib/components/json-schema/index.js +1 -1
  391. package/lib/components/schema-editor/Array.js +1 -1
  392. package/lib/components/schema-editor/Common.js +1 -1
  393. package/lib/components/schema-editor/Item.js +1 -1
  394. package/lib/components/schema-editor/Object.js +1 -1
  395. package/lib/components/schema-editor/SchemaVariableList.js +1 -1
  396. package/lib/components/schema-editor/SchemaVariableListPicker.js +1 -1
  397. package/lib/components/schema-editor/index.js +1 -1
  398. package/lib/components/table/Cell.js +1 -1
  399. package/lib/components/table/HeadCellDropDown.js +1 -1
  400. package/lib/components/table/HeadCellFilter.js +1 -1
  401. package/lib/components/table/HeadCellSelect.js +1 -1
  402. package/lib/components/table/HeadCellSort.js +1 -1
  403. package/lib/components/table/ItemActionsWrapper.js +1 -1
  404. package/lib/components/table/index.js +1 -1
  405. package/lib/components/virtual-list/SizeAndPositionManager.js +1 -1
  406. package/lib/components/virtual-list/constants.js +1 -1
  407. package/lib/components/virtual-list/index.js +1 -1
  408. package/lib/helper.css +1 -0
  409. package/lib/hooks/use-set-state.js +1 -1
  410. package/lib/hooks/use-touch.js +1 -1
  411. package/lib/hooks/use-update-effect.js +1 -1
  412. package/lib/hooks/use-validation-resolver.js +1 -1
  413. package/lib/icons/alert-danger.svg.js +1 -1
  414. package/lib/icons/alert-info.svg.js +1 -1
  415. package/lib/icons/alert-success.svg.js +1 -1
  416. package/lib/icons/alert-warning.svg.js +1 -1
  417. package/lib/icons/back.svg.js +1 -1
  418. package/lib/icons/calendar.svg.js +1 -1
  419. package/lib/icons/caret.svg.js +1 -1
  420. package/lib/icons/check.svg.js +1 -1
  421. package/lib/icons/clock.svg.js +1 -1
  422. package/lib/icons/close-small.svg.js +1 -1
  423. package/lib/icons/close.svg.js +1 -1
  424. package/lib/icons/cloud-upload.svg.js +1 -1
  425. package/lib/icons/column-filter.svg.js +1 -1
  426. package/lib/icons/columns.svg.js +1 -1
  427. package/lib/icons/compress-alt.svg.js +1 -1
  428. package/lib/icons/copy.svg.js +1 -1
  429. package/lib/icons/date.svg.js +1 -1
  430. package/lib/icons/department.svg.js +1 -1
  431. package/lib/icons/desk-empty.svg.js +1 -1
  432. package/lib/icons/dot.svg.js +1 -1
  433. package/lib/icons/down-arrow-bold.svg.js +1 -1
  434. package/lib/icons/download.svg.js +1 -1
  435. package/lib/icons/drag-bar.svg.js +1 -1
  436. package/lib/icons/drag.svg.js +1 -1
  437. package/lib/icons/edit.svg.js +1 -1
  438. package/lib/icons/ellipsis-v.svg.js +1 -1
  439. package/lib/icons/enter.svg.js +1 -1
  440. package/lib/icons/exchange.svg.js +1 -1
  441. package/lib/icons/expand-alt.svg.js +1 -1
  442. package/lib/icons/fail.svg.js +1 -1
  443. package/lib/icons/file.svg.js +1 -1
  444. package/lib/icons/filter.svg.js +1 -1
  445. package/lib/icons/folder.svg.js +1 -1
  446. package/lib/icons/function.svg.js +1 -1
  447. package/lib/icons/home.svg.js +1 -1
  448. package/lib/icons/image.svg.js +1 -1
  449. package/lib/icons/info-circle.svg.js +1 -1
  450. package/lib/icons/info.svg.js +1 -1
  451. package/lib/icons/input-clear.svg.js +1 -1
  452. package/lib/icons/invisible.svg.js +1 -1
  453. package/lib/icons/left-arrow.svg.js +1 -1
  454. package/lib/icons/loading-outline.svg.js +1 -1
  455. package/lib/icons/location.svg.js +1 -1
  456. package/lib/icons/menu.svg.js +1 -1
  457. package/lib/icons/minus.svg.js +1 -1
  458. package/lib/icons/move.svg.js +1 -1
  459. package/lib/icons/mute.svg.js +1 -1
  460. package/lib/icons/pause.svg.js +1 -1
  461. package/lib/icons/pencil.svg.js +1 -1
  462. package/lib/icons/play.svg.js +1 -1
  463. package/lib/icons/plus-cicle.svg.js +1 -1
  464. package/lib/icons/plus-fine.svg.js +1 -1
  465. package/lib/icons/plus.svg.js +1 -1
  466. package/lib/icons/post.svg.js +1 -1
  467. package/lib/icons/question-mark.svg.js +1 -1
  468. package/lib/icons/question.svg.js +1 -1
  469. package/lib/icons/redo.svg.js +1 -1
  470. package/lib/icons/refresh.svg.js +1 -1
  471. package/lib/icons/reload.svg.js +1 -1
  472. package/lib/icons/remove.svg.js +1 -1
  473. package/lib/icons/retry.svg.js +1 -1
  474. package/lib/icons/right-arrow-bold.svg.js +1 -1
  475. package/lib/icons/right-arrow.svg.js +1 -1
  476. package/lib/icons/role.svg.js +1 -1
  477. package/lib/icons/schedule.svg.js +1 -1
  478. package/lib/icons/search.svg.js +1 -1
  479. package/lib/icons/setting.svg.js +1 -1
  480. package/lib/icons/slider-handle-icon.svg.js +1 -1
  481. package/lib/icons/sort-asc.svg.js +1 -1
  482. package/lib/icons/sort-default.svg.js +1 -1
  483. package/lib/icons/sort-desc.svg.js +1 -1
  484. package/lib/icons/star.svg.js +1 -1
  485. package/lib/icons/status-close.svg.js +1 -1
  486. package/lib/icons/status-fail.svg.js +1 -1
  487. package/lib/icons/status-info.svg.js +1 -1
  488. package/lib/icons/status-success.svg.js +1 -1
  489. package/lib/icons/status-warning.svg.js +1 -1
  490. package/lib/icons/success.svg.js +1 -1
  491. package/lib/icons/transparent.svg.js +1 -1
  492. package/lib/icons/trash.svg.js +1 -1
  493. package/lib/icons/tree-down.svg.js +1 -1
  494. package/lib/icons/undo.svg.js +1 -1
  495. package/lib/icons/upload.svg.js +1 -1
  496. package/lib/icons/user-remove.svg.js +1 -1
  497. package/lib/icons/view.svg.js +1 -1
  498. package/lib/icons/volume.svg.js +1 -1
  499. package/lib/icons/warning-mark.svg.js +1 -1
  500. package/lib/icons/warning.svg.js +1 -1
  501. package/lib/icons/window-restore.svg.js +1 -1
  502. package/lib/icons/zoom-in.svg.js +1 -1
  503. package/lib/icons/zoom-out.svg.js +1 -1
  504. package/lib/index.js +1 -1
  505. package/lib/locale/de-DE.js +2 -1
  506. package/lib/locale/en-US.js +2 -1
  507. package/lib/locale/zh-CN.js +2 -1
  508. package/lib/scss/helper.scss.js +1 -1
  509. package/lib/scss/helper.scss2.js +1 -1
  510. package/lib/scss/themes/ang.scss.js +1 -1
  511. package/lib/scss/themes/ang.scss2.js +1 -1
  512. package/lib/scss/themes/antd.scss.js +1 -1
  513. package/lib/scss/themes/antd.scss2.js +1 -1
  514. package/lib/scss/themes/cxd.scss.js +1 -1
  515. package/lib/scss/themes/cxd.scss2.js +1 -1
  516. package/lib/scss/themes/dark.scss.js +1 -1
  517. package/lib/scss/themes/dark.scss2.js +1 -1
  518. package/lib/scss/themes/default.scss.js +1 -1
  519. package/lib/scss/themes/default.scss2.js +1 -1
  520. package/lib/themes/ang.css +367 -54
  521. package/lib/themes/ang.js +1 -1
  522. package/lib/themes/antd.css +367 -54
  523. package/lib/themes/antd.js +1 -1
  524. package/lib/themes/cxd.css +367 -54
  525. package/lib/themes/cxd.js +1 -1
  526. package/lib/themes/dark.css +367 -54
  527. package/lib/themes/dark.js +1 -1
  528. package/lib/themes/default.css +367 -54
  529. package/package.json +4 -4
  530. package/scss/_properties.scss +5 -0
  531. package/scss/components/_calendar.scss +32 -14
  532. package/scss/components/_log.scss +44 -16
  533. package/scss/components/_result-box.scss +1 -3
  534. package/scss/components/_search-box.scss +116 -10
  535. package/scss/components/_table.scss +9 -1
  536. package/scss/components/_tag.scss +12 -3
  537. package/scss/components/form/_form.scss +5 -0
@@ -56,6 +56,7 @@ export declare function normalizeOptions(options: string | {
56
56
  interface SelectProps extends OptionProps, ThemeProps, LocaleProps {
57
57
  className?: string;
58
58
  popoverClassName?: string;
59
+ showInvalidMatch?: boolean;
59
60
  creatable: boolean;
60
61
  createBtnLabel: string;
61
62
  multiple: boolean;
@@ -132,6 +133,7 @@ export declare class Select extends React.Component<SelectProps, SelectState> {
132
133
  multiple: boolean;
133
134
  clearable: boolean;
134
135
  creatable: boolean;
136
+ showInvalidMatch: boolean;
135
137
  createBtnLabel: string;
136
138
  searchPromptText: string;
137
139
  loadingPlaceholder: string;
@@ -178,16 +180,16 @@ export declare class Select extends React.Component<SelectProps, SelectState> {
178
180
  handleAddClick(): void;
179
181
  handleEditClick(e: Event, item: any): void;
180
182
  handleDeleteClick(e: Event, item: any): void;
181
- menuItemRef(ref: any): void;
182
183
  renderValue({ inputValue, isOpen }: ControllerStateAndHelpers<any>): JSX.Element | (string | JSX.Element)[];
183
184
  renderOuter({ selectedItem, getItemProps, highlightedIndex, inputValue, isOpen, getToggleButtonProps, getInputProps }: ControllerStateAndHelpers<any>): JSX.Element;
184
185
  render(): JSX.Element;
185
186
  }
186
187
  declare const EnhancedSelect: {
187
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
188
189
  multiple: boolean;
189
190
  clearable: boolean;
190
191
  creatable: boolean;
192
+ showInvalidMatch: boolean;
191
193
  createBtnLabel: string;
192
194
  searchPromptText: string;
193
195
  loadingPlaceholder: string;
@@ -214,10 +216,11 @@ declare const EnhancedSelect: {
214
216
  getWrappedInstance(): any;
215
217
  render(): JSX.Element;
216
218
  context: any;
217
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
218
220
  multiple: boolean;
219
221
  clearable: boolean;
220
222
  creatable: boolean;
223
+ showInvalidMatch: boolean;
221
224
  createBtnLabel: string;
222
225
  searchPromptText: string;
223
226
  loadingPlaceholder: string;
@@ -240,10 +243,11 @@ declare const EnhancedSelect: {
240
243
  translate?: ((str: string, ...args: any[]) => string) | undefined;
241
244
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
242
245
  forceUpdate(callback?: (() => void) | undefined): void;
243
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
244
247
  multiple: boolean;
245
248
  clearable: boolean;
246
249
  creatable: boolean;
250
+ showInvalidMatch: boolean;
247
251
  createBtnLabel: string;
248
252
  searchPromptText: string;
249
253
  loadingPlaceholder: string;
@@ -272,10 +276,11 @@ declare const EnhancedSelect: {
272
276
  [key: string]: React.ReactInstance;
273
277
  };
274
278
  componentDidMount?(): void;
275
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
276
280
  multiple: boolean;
277
281
  clearable: boolean;
278
282
  creatable: boolean;
283
+ showInvalidMatch: boolean;
279
284
  createBtnLabel: string;
280
285
  searchPromptText: string;
281
286
  loadingPlaceholder: string;
@@ -299,10 +304,11 @@ declare const EnhancedSelect: {
299
304
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
300
305
  componentWillUnmount?(): void;
301
306
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
302
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
303
308
  multiple: boolean;
304
309
  clearable: boolean;
305
310
  creatable: boolean;
311
+ showInvalidMatch: boolean;
306
312
  createBtnLabel: string;
307
313
  searchPromptText: string;
308
314
  loadingPlaceholder: string;
@@ -324,10 +330,11 @@ declare const EnhancedSelect: {
324
330
  locale?: string | undefined;
325
331
  translate?: ((str: string, ...args: any[]) => string) | undefined;
326
332
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
327
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
328
334
  multiple: boolean;
329
335
  clearable: boolean;
330
336
  creatable: boolean;
337
+ showInvalidMatch: boolean;
331
338
  createBtnLabel: string;
332
339
  searchPromptText: string;
333
340
  loadingPlaceholder: string;
@@ -351,10 +358,11 @@ declare const EnhancedSelect: {
351
358
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
352
359
  componentWillMount?(): void;
353
360
  UNSAFE_componentWillMount?(): void;
354
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
355
362
  multiple: boolean;
356
363
  clearable: boolean;
357
364
  creatable: boolean;
365
+ showInvalidMatch: boolean;
358
366
  createBtnLabel: string;
359
367
  searchPromptText: string;
360
368
  loadingPlaceholder: string;
@@ -376,10 +384,11 @@ declare const EnhancedSelect: {
376
384
  locale?: string | undefined;
377
385
  translate?: ((str: string, ...args: any[]) => string) | undefined;
378
386
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
379
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
380
388
  multiple: boolean;
381
389
  clearable: boolean;
382
390
  creatable: boolean;
391
+ showInvalidMatch: boolean;
383
392
  createBtnLabel: string;
384
393
  searchPromptText: string;
385
394
  loadingPlaceholder: string;
@@ -401,10 +410,11 @@ declare const EnhancedSelect: {
401
410
  locale?: string | undefined;
402
411
  translate?: ((str: string, ...args: any[]) => string) | undefined;
403
412
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
404
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
405
414
  multiple: boolean;
406
415
  clearable: boolean;
407
416
  creatable: boolean;
417
+ showInvalidMatch: boolean;
408
418
  createBtnLabel: string;
409
419
  searchPromptText: string;
410
420
  loadingPlaceholder: string;
@@ -426,10 +436,11 @@ declare const EnhancedSelect: {
426
436
  locale?: string | undefined;
427
437
  translate?: ((str: string, ...args: any[]) => string) | undefined;
428
438
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
429
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
430
440
  multiple: boolean;
431
441
  clearable: boolean;
432
442
  creatable: boolean;
443
+ showInvalidMatch: boolean;
433
444
  createBtnLabel: string;
434
445
  searchPromptText: string;
435
446
  loadingPlaceholder: string;
@@ -455,10 +466,11 @@ declare const EnhancedSelect: {
455
466
  displayName: string;
456
467
  contextType: React.Context<string>;
457
468
  ComposedComponent: React.ComponentType<{
458
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
459
470
  multiple: boolean;
460
471
  clearable: boolean;
461
472
  creatable: boolean;
473
+ showInvalidMatch: boolean;
462
474
  createBtnLabel: string;
463
475
  searchPromptText: string;
464
476
  loadingPlaceholder: string;
@@ -485,10 +497,11 @@ declare const EnhancedSelect: {
485
497
  getWrappedInstance(): any;
486
498
  render(): JSX.Element;
487
499
  context: any;
488
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
489
501
  multiple: boolean;
490
502
  clearable: boolean;
491
503
  creatable: boolean;
504
+ showInvalidMatch: boolean;
492
505
  createBtnLabel: string;
493
506
  searchPromptText: string;
494
507
  loadingPlaceholder: string;
@@ -511,10 +524,11 @@ declare const EnhancedSelect: {
511
524
  translate?: ((str: string, ...args: any[]) => string) | undefined;
512
525
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
513
526
  forceUpdate(callback?: (() => void) | undefined): void;
514
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
515
528
  multiple: boolean;
516
529
  clearable: boolean;
517
530
  creatable: boolean;
531
+ showInvalidMatch: boolean;
518
532
  createBtnLabel: string;
519
533
  searchPromptText: string;
520
534
  loadingPlaceholder: string;
@@ -543,10 +557,11 @@ declare const EnhancedSelect: {
543
557
  [key: string]: React.ReactInstance;
544
558
  };
545
559
  componentDidMount?(): void;
546
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
547
561
  multiple: boolean;
548
562
  clearable: boolean;
549
563
  creatable: boolean;
564
+ showInvalidMatch: boolean;
550
565
  createBtnLabel: string;
551
566
  searchPromptText: string;
552
567
  loadingPlaceholder: string;
@@ -570,10 +585,11 @@ declare const EnhancedSelect: {
570
585
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
571
586
  componentWillUnmount?(): void;
572
587
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
573
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
574
589
  multiple: boolean;
575
590
  clearable: boolean;
576
591
  creatable: boolean;
592
+ showInvalidMatch: boolean;
577
593
  createBtnLabel: string;
578
594
  searchPromptText: string;
579
595
  loadingPlaceholder: string;
@@ -595,10 +611,11 @@ declare const EnhancedSelect: {
595
611
  locale?: string | undefined;
596
612
  translate?: ((str: string, ...args: any[]) => string) | undefined;
597
613
  }>, prevState: Readonly<{}>): any;
598
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
599
615
  multiple: boolean;
600
616
  clearable: boolean;
601
617
  creatable: boolean;
618
+ showInvalidMatch: boolean;
602
619
  createBtnLabel: string;
603
620
  searchPromptText: string;
604
621
  loadingPlaceholder: string;
@@ -622,10 +639,11 @@ declare const EnhancedSelect: {
622
639
  }>, prevState: Readonly<{}>, snapshot?: any): void;
623
640
  componentWillMount?(): void;
624
641
  UNSAFE_componentWillMount?(): void;
625
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
626
643
  multiple: boolean;
627
644
  clearable: boolean;
628
645
  creatable: boolean;
646
+ showInvalidMatch: boolean;
629
647
  createBtnLabel: string;
630
648
  searchPromptText: string;
631
649
  loadingPlaceholder: string;
@@ -647,10 +665,11 @@ declare const EnhancedSelect: {
647
665
  locale?: string | undefined;
648
666
  translate?: ((str: string, ...args: any[]) => string) | undefined;
649
667
  }>, nextContext: any): void;
650
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
651
669
  multiple: boolean;
652
670
  clearable: boolean;
653
671
  creatable: boolean;
672
+ showInvalidMatch: boolean;
654
673
  createBtnLabel: string;
655
674
  searchPromptText: string;
656
675
  loadingPlaceholder: string;
@@ -672,10 +691,11 @@ declare const EnhancedSelect: {
672
691
  locale?: string | undefined;
673
692
  translate?: ((str: string, ...args: any[]) => string) | undefined;
674
693
  }>, nextContext: any): void;
675
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
676
695
  multiple: boolean;
677
696
  clearable: boolean;
678
697
  creatable: boolean;
698
+ showInvalidMatch: boolean;
679
699
  createBtnLabel: string;
680
700
  searchPromptText: string;
681
701
  loadingPlaceholder: string;
@@ -697,10 +717,11 @@ declare const EnhancedSelect: {
697
717
  locale?: string | undefined;
698
718
  translate?: ((str: string, ...args: any[]) => string) | undefined;
699
719
  }>, nextState: Readonly<{}>, nextContext: any): void;
700
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
701
721
  multiple: boolean;
702
722
  clearable: boolean;
703
723
  creatable: boolean;
724
+ showInvalidMatch: boolean;
704
725
  createBtnLabel: string;
705
726
  searchPromptText: string;
706
727
  loadingPlaceholder: string;
@@ -730,10 +751,11 @@ declare const EnhancedSelect: {
730
751
  ComposedComponent: typeof Select;
731
752
  }>;
732
753
  } & import("hoist-non-react-statics").NonReactStatics<{
733
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
734
755
  multiple: boolean;
735
756
  clearable: boolean;
736
757
  creatable: boolean;
758
+ showInvalidMatch: boolean;
737
759
  createBtnLabel: string;
738
760
  searchPromptText: string;
739
761
  loadingPlaceholder: string;
@@ -760,10 +782,11 @@ declare const EnhancedSelect: {
760
782
  getWrappedInstance(): any;
761
783
  render(): JSX.Element;
762
784
  context: any;
763
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
764
786
  multiple: boolean;
765
787
  clearable: boolean;
766
788
  creatable: boolean;
789
+ showInvalidMatch: boolean;
767
790
  createBtnLabel: string;
768
791
  searchPromptText: string;
769
792
  loadingPlaceholder: string;
@@ -786,10 +809,11 @@ declare const EnhancedSelect: {
786
809
  translate?: ((str: string, ...args: any[]) => string) | undefined;
787
810
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
788
811
  forceUpdate(callback?: (() => void) | undefined): void;
789
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
790
813
  multiple: boolean;
791
814
  clearable: boolean;
792
815
  creatable: boolean;
816
+ showInvalidMatch: boolean;
793
817
  createBtnLabel: string;
794
818
  searchPromptText: string;
795
819
  loadingPlaceholder: string;
@@ -818,10 +842,11 @@ declare const EnhancedSelect: {
818
842
  [key: string]: React.ReactInstance;
819
843
  };
820
844
  componentDidMount?(): void;
821
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
822
846
  multiple: boolean;
823
847
  clearable: boolean;
824
848
  creatable: boolean;
849
+ showInvalidMatch: boolean;
825
850
  createBtnLabel: string;
826
851
  searchPromptText: string;
827
852
  loadingPlaceholder: string;
@@ -845,10 +870,11 @@ declare const EnhancedSelect: {
845
870
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
846
871
  componentWillUnmount?(): void;
847
872
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
848
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
849
874
  multiple: boolean;
850
875
  clearable: boolean;
851
876
  creatable: boolean;
877
+ showInvalidMatch: boolean;
852
878
  createBtnLabel: string;
853
879
  searchPromptText: string;
854
880
  loadingPlaceholder: string;
@@ -870,10 +896,11 @@ declare const EnhancedSelect: {
870
896
  locale?: string | undefined;
871
897
  translate?: ((str: string, ...args: any[]) => string) | undefined;
872
898
  }>, prevState: Readonly<{}>): any;
873
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
874
900
  multiple: boolean;
875
901
  clearable: boolean;
876
902
  creatable: boolean;
903
+ showInvalidMatch: boolean;
877
904
  createBtnLabel: string;
878
905
  searchPromptText: string;
879
906
  loadingPlaceholder: string;
@@ -897,10 +924,11 @@ declare const EnhancedSelect: {
897
924
  }>, prevState: Readonly<{}>, snapshot?: any): void;
898
925
  componentWillMount?(): void;
899
926
  UNSAFE_componentWillMount?(): void;
900
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
901
928
  multiple: boolean;
902
929
  clearable: boolean;
903
930
  creatable: boolean;
931
+ showInvalidMatch: boolean;
904
932
  createBtnLabel: string;
905
933
  searchPromptText: string;
906
934
  loadingPlaceholder: string;
@@ -922,10 +950,11 @@ declare const EnhancedSelect: {
922
950
  locale?: string | undefined;
923
951
  translate?: ((str: string, ...args: any[]) => string) | undefined;
924
952
  }>, nextContext: any): void;
925
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
926
954
  multiple: boolean;
927
955
  clearable: boolean;
928
956
  creatable: boolean;
957
+ showInvalidMatch: boolean;
929
958
  createBtnLabel: string;
930
959
  searchPromptText: string;
931
960
  loadingPlaceholder: string;
@@ -947,10 +976,11 @@ declare const EnhancedSelect: {
947
976
  locale?: string | undefined;
948
977
  translate?: ((str: string, ...args: any[]) => string) | undefined;
949
978
  }>, nextContext: any): void;
950
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
951
980
  multiple: boolean;
952
981
  clearable: boolean;
953
982
  creatable: boolean;
983
+ showInvalidMatch: boolean;
954
984
  createBtnLabel: string;
955
985
  searchPromptText: string;
956
986
  loadingPlaceholder: string;
@@ -972,10 +1002,11 @@ declare const EnhancedSelect: {
972
1002
  locale?: string | undefined;
973
1003
  translate?: ((str: string, ...args: any[]) => string) | undefined;
974
1004
  }>, nextState: Readonly<{}>, nextContext: any): void;
975
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
976
1006
  multiple: boolean;
977
1007
  clearable: boolean;
978
1008
  creatable: boolean;
1009
+ showInvalidMatch: boolean;
979
1010
  createBtnLabel: string;
980
1011
  searchPromptText: string;
981
1012
  loadingPlaceholder: string;
@@ -1005,10 +1036,11 @@ declare const EnhancedSelect: {
1005
1036
  ComposedComponent: typeof Select;
1006
1037
  }, {}> & {
1007
1038
  ComposedComponent: {
1008
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
1009
1040
  multiple: boolean;
1010
1041
  clearable: boolean;
1011
1042
  creatable: boolean;
1043
+ showInvalidMatch: boolean;
1012
1044
  createBtnLabel: string;
1013
1045
  searchPromptText: string;
1014
1046
  loadingPlaceholder: string;
@@ -1035,10 +1067,11 @@ declare const EnhancedSelect: {
1035
1067
  getWrappedInstance(): any;
1036
1068
  render(): JSX.Element;
1037
1069
  context: any;
1038
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
1039
1071
  multiple: boolean;
1040
1072
  clearable: boolean;
1041
1073
  creatable: boolean;
1074
+ showInvalidMatch: boolean;
1042
1075
  createBtnLabel: string;
1043
1076
  searchPromptText: string;
1044
1077
  loadingPlaceholder: string;
@@ -1061,10 +1094,11 @@ declare const EnhancedSelect: {
1061
1094
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1062
1095
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
1063
1096
  forceUpdate(callback?: (() => void) | undefined): void;
1064
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
1065
1098
  multiple: boolean;
1066
1099
  clearable: boolean;
1067
1100
  creatable: boolean;
1101
+ showInvalidMatch: boolean;
1068
1102
  createBtnLabel: string;
1069
1103
  searchPromptText: string;
1070
1104
  loadingPlaceholder: string;
@@ -1093,10 +1127,11 @@ declare const EnhancedSelect: {
1093
1127
  [key: string]: React.ReactInstance;
1094
1128
  };
1095
1129
  componentDidMount?(): void;
1096
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
1097
1131
  multiple: boolean;
1098
1132
  clearable: boolean;
1099
1133
  creatable: boolean;
1134
+ showInvalidMatch: boolean;
1100
1135
  createBtnLabel: string;
1101
1136
  searchPromptText: string;
1102
1137
  loadingPlaceholder: string;
@@ -1120,10 +1155,11 @@ declare const EnhancedSelect: {
1120
1155
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
1121
1156
  componentWillUnmount?(): void;
1122
1157
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
1123
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
1124
1159
  multiple: boolean;
1125
1160
  clearable: boolean;
1126
1161
  creatable: boolean;
1162
+ showInvalidMatch: boolean;
1127
1163
  createBtnLabel: string;
1128
1164
  searchPromptText: string;
1129
1165
  loadingPlaceholder: string;
@@ -1145,10 +1181,11 @@ declare const EnhancedSelect: {
1145
1181
  locale?: string | undefined;
1146
1182
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1147
1183
  }>, prevState: Readonly<{}>): any;
1148
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
1149
1185
  multiple: boolean;
1150
1186
  clearable: boolean;
1151
1187
  creatable: boolean;
1188
+ showInvalidMatch: boolean;
1152
1189
  createBtnLabel: string;
1153
1190
  searchPromptText: string;
1154
1191
  loadingPlaceholder: string;
@@ -1172,10 +1209,11 @@ declare const EnhancedSelect: {
1172
1209
  }>, prevState: Readonly<{}>, snapshot?: any): void;
1173
1210
  componentWillMount?(): void;
1174
1211
  UNSAFE_componentWillMount?(): void;
1175
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
1176
1213
  multiple: boolean;
1177
1214
  clearable: boolean;
1178
1215
  creatable: boolean;
1216
+ showInvalidMatch: boolean;
1179
1217
  createBtnLabel: string;
1180
1218
  searchPromptText: string;
1181
1219
  loadingPlaceholder: string;
@@ -1197,10 +1235,11 @@ declare const EnhancedSelect: {
1197
1235
  locale?: string | undefined;
1198
1236
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1199
1237
  }>, nextContext: any): void;
1200
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
1201
1239
  multiple: boolean;
1202
1240
  clearable: boolean;
1203
1241
  creatable: boolean;
1242
+ showInvalidMatch: boolean;
1204
1243
  createBtnLabel: string;
1205
1244
  searchPromptText: string;
1206
1245
  loadingPlaceholder: string;
@@ -1222,10 +1261,11 @@ declare const EnhancedSelect: {
1222
1261
  locale?: string | undefined;
1223
1262
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1224
1263
  }>, nextContext: any): void;
1225
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
1226
1265
  multiple: boolean;
1227
1266
  clearable: boolean;
1228
1267
  creatable: boolean;
1268
+ showInvalidMatch: boolean;
1229
1269
  createBtnLabel: string;
1230
1270
  searchPromptText: string;
1231
1271
  loadingPlaceholder: string;
@@ -1247,10 +1287,11 @@ declare const EnhancedSelect: {
1247
1287
  locale?: string | undefined;
1248
1288
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1249
1289
  }>, nextState: Readonly<{}>, nextContext: any): void;
1250
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
1251
1291
  multiple: boolean;
1252
1292
  clearable: boolean;
1253
1293
  creatable: boolean;
1294
+ showInvalidMatch: boolean;
1254
1295
  createBtnLabel: string;
1255
1296
  searchPromptText: string;
1256
1297
  loadingPlaceholder: string;
@@ -1282,10 +1323,11 @@ declare const EnhancedSelect: {
1282
1323
  };
1283
1324
  export default EnhancedSelect;
1284
1325
  export declare const SelectWithRemoteOptions: {
1285
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
1286
1327
  multiple: boolean;
1287
1328
  clearable: boolean;
1288
1329
  creatable: boolean;
1330
+ showInvalidMatch: boolean;
1289
1331
  createBtnLabel: string;
1290
1332
  searchPromptText: string;
1291
1333
  loadingPlaceholder: string;
@@ -1328,10 +1370,11 @@ export declare const SelectWithRemoteOptions: {
1328
1370
  setData(data: any): void;
1329
1371
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
1330
1372
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
1331
- }, "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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
1332
1374
  multiple: boolean;
1333
1375
  clearable: boolean;
1334
1376
  creatable: boolean;
1377
+ showInvalidMatch: boolean;
1335
1378
  createBtnLabel: string;
1336
1379
  searchPromptText: string;
1337
1380
  loadingPlaceholder: string;
@@ -1402,10 +1445,11 @@ export declare const SelectWithRemoteOptions: {
1402
1445
  getWrappedInstance(): any;
1403
1446
  render(): JSX.Element;
1404
1447
  context: any;
1405
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
1406
1449
  multiple: boolean;
1407
1450
  clearable: boolean;
1408
1451
  creatable: boolean;
1452
+ showInvalidMatch: boolean;
1409
1453
  createBtnLabel: string;
1410
1454
  searchPromptText: string;
1411
1455
  loadingPlaceholder: string;
@@ -1450,10 +1494,11 @@ export declare const SelectWithRemoteOptions: {
1450
1494
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
1451
1495
  }, "store">>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
1452
1496
  forceUpdate(callback?: (() => void) | undefined): void;
1453
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
1454
1498
  multiple: boolean;
1455
1499
  clearable: boolean;
1456
1500
  creatable: boolean;
1501
+ showInvalidMatch: boolean;
1457
1502
  createBtnLabel: string;
1458
1503
  searchPromptText: string;
1459
1504
  loadingPlaceholder: string;
@@ -1504,10 +1549,11 @@ export declare const SelectWithRemoteOptions: {
1504
1549
  [key: string]: React.ReactInstance;
1505
1550
  };
1506
1551
  componentDidMount?(): void;
1507
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
1508
1553
  multiple: boolean;
1509
1554
  clearable: boolean;
1510
1555
  creatable: boolean;
1556
+ showInvalidMatch: boolean;
1511
1557
  createBtnLabel: string;
1512
1558
  searchPromptText: string;
1513
1559
  loadingPlaceholder: string;
@@ -1552,10 +1598,11 @@ export declare const SelectWithRemoteOptions: {
1552
1598
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
1553
1599
  }, "store">>, nextState: Readonly<{}>, nextContext: any): boolean;
1554
1600
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
1555
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
1556
1602
  multiple: boolean;
1557
1603
  clearable: boolean;
1558
1604
  creatable: boolean;
1605
+ showInvalidMatch: boolean;
1559
1606
  createBtnLabel: string;
1560
1607
  searchPromptText: string;
1561
1608
  loadingPlaceholder: string;
@@ -1599,10 +1646,11 @@ export declare const SelectWithRemoteOptions: {
1599
1646
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
1600
1647
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
1601
1648
  }, "store">>, prevState: Readonly<{}>): any;
1602
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
1603
1650
  multiple: boolean;
1604
1651
  clearable: boolean;
1605
1652
  creatable: boolean;
1653
+ showInvalidMatch: boolean;
1606
1654
  createBtnLabel: string;
1607
1655
  searchPromptText: string;
1608
1656
  loadingPlaceholder: string;
@@ -1648,10 +1696,11 @@ export declare const SelectWithRemoteOptions: {
1648
1696
  }, "store">>, prevState: Readonly<{}>, snapshot?: any): void;
1649
1697
  componentWillMount?(): void;
1650
1698
  UNSAFE_componentWillMount?(): void;
1651
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
1652
1700
  multiple: boolean;
1653
1701
  clearable: boolean;
1654
1702
  creatable: boolean;
1703
+ showInvalidMatch: boolean;
1655
1704
  createBtnLabel: string;
1656
1705
  searchPromptText: string;
1657
1706
  loadingPlaceholder: string;
@@ -1695,10 +1744,11 @@ export declare const SelectWithRemoteOptions: {
1695
1744
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
1696
1745
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
1697
1746
  }, "store">>, nextContext: any): void;
1698
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
1699
1748
  multiple: boolean;
1700
1749
  clearable: boolean;
1701
1750
  creatable: boolean;
1751
+ showInvalidMatch: boolean;
1702
1752
  createBtnLabel: string;
1703
1753
  searchPromptText: string;
1704
1754
  loadingPlaceholder: string;
@@ -1742,10 +1792,11 @@ export declare const SelectWithRemoteOptions: {
1742
1792
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
1743
1793
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
1744
1794
  }, "store">>, nextContext: any): void;
1745
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
1746
1796
  multiple: boolean;
1747
1797
  clearable: boolean;
1748
1798
  creatable: boolean;
1799
+ showInvalidMatch: boolean;
1749
1800
  createBtnLabel: string;
1750
1801
  searchPromptText: string;
1751
1802
  loadingPlaceholder: string;
@@ -1789,10 +1840,11 @@ export declare const SelectWithRemoteOptions: {
1789
1840
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
1790
1841
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
1791
1842
  }, "store">>, nextState: Readonly<{}>, nextContext: any): void;
1792
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
1793
1844
  multiple: boolean;
1794
1845
  clearable: boolean;
1795
1846
  creatable: boolean;
1847
+ showInvalidMatch: boolean;
1796
1848
  createBtnLabel: string;
1797
1849
  searchPromptText: string;
1798
1850
  loadingPlaceholder: string;
@@ -1837,10 +1889,11 @@ export declare const SelectWithRemoteOptions: {
1837
1889
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
1838
1890
  }, "store">>, nextState: Readonly<{}>, nextContext: any): void;
1839
1891
  };
1840
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
1841
1893
  multiple: boolean;
1842
1894
  clearable: boolean;
1843
1895
  creatable: boolean;
1896
+ showInvalidMatch: boolean;
1844
1897
  createBtnLabel: string;
1845
1898
  searchPromptText: string;
1846
1899
  loadingPlaceholder: string;
@@ -1911,10 +1964,11 @@ export declare const SelectWithRemoteOptions: {
1911
1964
  getWrappedInstance(): any;
1912
1965
  render(): JSX.Element;
1913
1966
  context: any;
1914
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
1915
1968
  multiple: boolean;
1916
1969
  clearable: boolean;
1917
1970
  creatable: boolean;
1971
+ showInvalidMatch: boolean;
1918
1972
  createBtnLabel: string;
1919
1973
  searchPromptText: string;
1920
1974
  loadingPlaceholder: string;
@@ -1959,10 +2013,11 @@ export declare const SelectWithRemoteOptions: {
1959
2013
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
1960
2014
  }, "store">>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
1961
2015
  forceUpdate(callback?: (() => void) | undefined): void;
1962
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
1963
2017
  multiple: boolean;
1964
2018
  clearable: boolean;
1965
2019
  creatable: boolean;
2020
+ showInvalidMatch: boolean;
1966
2021
  createBtnLabel: string;
1967
2022
  searchPromptText: string;
1968
2023
  loadingPlaceholder: string;
@@ -2013,10 +2068,11 @@ export declare const SelectWithRemoteOptions: {
2013
2068
  [key: string]: React.ReactInstance;
2014
2069
  };
2015
2070
  componentDidMount?(): void;
2016
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
2017
2072
  multiple: boolean;
2018
2073
  clearable: boolean;
2019
2074
  creatable: boolean;
2075
+ showInvalidMatch: boolean;
2020
2076
  createBtnLabel: string;
2021
2077
  searchPromptText: string;
2022
2078
  loadingPlaceholder: string;
@@ -2061,10 +2117,11 @@ export declare const SelectWithRemoteOptions: {
2061
2117
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
2062
2118
  }, "store">>, nextState: Readonly<{}>, nextContext: any): boolean;
2063
2119
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
2064
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
2065
2121
  multiple: boolean;
2066
2122
  clearable: boolean;
2067
2123
  creatable: boolean;
2124
+ showInvalidMatch: boolean;
2068
2125
  createBtnLabel: string;
2069
2126
  searchPromptText: string;
2070
2127
  loadingPlaceholder: string;
@@ -2108,10 +2165,11 @@ export declare const SelectWithRemoteOptions: {
2108
2165
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
2109
2166
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
2110
2167
  }, "store">>, prevState: Readonly<{}>): any;
2111
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
2112
2169
  multiple: boolean;
2113
2170
  clearable: boolean;
2114
2171
  creatable: boolean;
2172
+ showInvalidMatch: boolean;
2115
2173
  createBtnLabel: string;
2116
2174
  searchPromptText: string;
2117
2175
  loadingPlaceholder: string;
@@ -2157,10 +2215,11 @@ export declare const SelectWithRemoteOptions: {
2157
2215
  }, "store">>, prevState: Readonly<{}>, snapshot?: any): void;
2158
2216
  componentWillMount?(): void;
2159
2217
  UNSAFE_componentWillMount?(): void;
2160
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
2161
2219
  multiple: boolean;
2162
2220
  clearable: boolean;
2163
2221
  creatable: boolean;
2222
+ showInvalidMatch: boolean;
2164
2223
  createBtnLabel: string;
2165
2224
  searchPromptText: string;
2166
2225
  loadingPlaceholder: string;
@@ -2204,10 +2263,11 @@ export declare const SelectWithRemoteOptions: {
2204
2263
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
2205
2264
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
2206
2265
  }, "store">>, nextContext: any): void;
2207
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
2208
2267
  multiple: boolean;
2209
2268
  clearable: boolean;
2210
2269
  creatable: boolean;
2270
+ showInvalidMatch: boolean;
2211
2271
  createBtnLabel: string;
2212
2272
  searchPromptText: string;
2213
2273
  loadingPlaceholder: string;
@@ -2251,10 +2311,11 @@ export declare const SelectWithRemoteOptions: {
2251
2311
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
2252
2312
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
2253
2313
  }, "store">>, nextContext: any): void;
2254
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
2255
2315
  multiple: boolean;
2256
2316
  clearable: boolean;
2257
2317
  creatable: boolean;
2318
+ showInvalidMatch: boolean;
2258
2319
  createBtnLabel: string;
2259
2320
  searchPromptText: string;
2260
2321
  loadingPlaceholder: string;
@@ -2298,10 +2359,11 @@ export declare const SelectWithRemoteOptions: {
2298
2359
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
2299
2360
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
2300
2361
  }, "store">>, nextState: Readonly<{}>, nextContext: any): void;
2301
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
2302
2363
  multiple: boolean;
2303
2364
  clearable: boolean;
2304
2365
  creatable: boolean;
2366
+ showInvalidMatch: boolean;
2305
2367
  createBtnLabel: string;
2306
2368
  searchPromptText: string;
2307
2369
  loadingPlaceholder: string;
@@ -2348,10 +2410,11 @@ export declare const SelectWithRemoteOptions: {
2348
2410
  };
2349
2411
  displayName: string;
2350
2412
  ComposedComponent: React.ComponentType<{
2351
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
2352
2414
  multiple: boolean;
2353
2415
  clearable: boolean;
2354
2416
  creatable: boolean;
2417
+ showInvalidMatch: boolean;
2355
2418
  createBtnLabel: string;
2356
2419
  searchPromptText: string;
2357
2420
  loadingPlaceholder: string;
@@ -2407,10 +2470,11 @@ export declare const SelectWithRemoteOptions: {
2407
2470
  deferLoadConfig(item: any): Promise<void>;
2408
2471
  render(): JSX.Element;
2409
2472
  context: any;
2410
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
2411
2474
  multiple: boolean;
2412
2475
  clearable: boolean;
2413
2476
  creatable: boolean;
2477
+ showInvalidMatch: boolean;
2414
2478
  createBtnLabel: string;
2415
2479
  searchPromptText: string;
2416
2480
  loadingPlaceholder: string;
@@ -2455,10 +2519,11 @@ export declare const SelectWithRemoteOptions: {
2455
2519
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
2456
2520
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
2457
2521
  forceUpdate(callback?: (() => void) | undefined): void;
2458
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
2459
2523
  multiple: boolean;
2460
2524
  clearable: boolean;
2461
2525
  creatable: boolean;
2526
+ showInvalidMatch: boolean;
2462
2527
  createBtnLabel: string;
2463
2528
  searchPromptText: string;
2464
2529
  loadingPlaceholder: string;
@@ -2508,10 +2573,11 @@ export declare const SelectWithRemoteOptions: {
2508
2573
  refs: {
2509
2574
  [key: string]: React.ReactInstance;
2510
2575
  };
2511
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
2512
2577
  multiple: boolean;
2513
2578
  clearable: boolean;
2514
2579
  creatable: boolean;
2580
+ showInvalidMatch: boolean;
2515
2581
  createBtnLabel: string;
2516
2582
  searchPromptText: string;
2517
2583
  loadingPlaceholder: string;
@@ -2556,10 +2622,11 @@ export declare const SelectWithRemoteOptions: {
2556
2622
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
2557
2623
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
2558
2624
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
2559
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
2560
2626
  multiple: boolean;
2561
2627
  clearable: boolean;
2562
2628
  creatable: boolean;
2629
+ showInvalidMatch: boolean;
2563
2630
  createBtnLabel: string;
2564
2631
  searchPromptText: string;
2565
2632
  loadingPlaceholder: string;
@@ -2605,10 +2672,11 @@ export declare const SelectWithRemoteOptions: {
2605
2672
  }>, prevState: Readonly<{}>): any;
2606
2673
  componentWillMount?(): void;
2607
2674
  UNSAFE_componentWillMount?(): void;
2608
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
2609
2676
  multiple: boolean;
2610
2677
  clearable: boolean;
2611
2678
  creatable: boolean;
2679
+ showInvalidMatch: boolean;
2612
2680
  createBtnLabel: string;
2613
2681
  searchPromptText: string;
2614
2682
  loadingPlaceholder: string;
@@ -2652,10 +2720,11 @@ export declare const SelectWithRemoteOptions: {
2652
2720
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
2653
2721
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
2654
2722
  }>, nextContext: any): void;
2655
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
2656
2724
  multiple: boolean;
2657
2725
  clearable: boolean;
2658
2726
  creatable: boolean;
2727
+ showInvalidMatch: boolean;
2659
2728
  createBtnLabel: string;
2660
2729
  searchPromptText: string;
2661
2730
  loadingPlaceholder: string;
@@ -2699,10 +2768,11 @@ export declare const SelectWithRemoteOptions: {
2699
2768
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
2700
2769
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
2701
2770
  }>, nextContext: any): void;
2702
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
2703
2772
  multiple: boolean;
2704
2773
  clearable: boolean;
2705
2774
  creatable: boolean;
2775
+ showInvalidMatch: boolean;
2706
2776
  createBtnLabel: string;
2707
2777
  searchPromptText: string;
2708
2778
  loadingPlaceholder: string;
@@ -2746,10 +2816,11 @@ export declare const SelectWithRemoteOptions: {
2746
2816
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
2747
2817
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
2748
2818
  }>, nextState: Readonly<{}>, nextContext: any): void;
2749
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
2750
2820
  multiple: boolean;
2751
2821
  clearable: boolean;
2752
2822
  creatable: boolean;
2823
+ showInvalidMatch: boolean;
2753
2824
  createBtnLabel: string;
2754
2825
  searchPromptText: string;
2755
2826
  loadingPlaceholder: string;
@@ -2796,10 +2867,11 @@ export declare const SelectWithRemoteOptions: {
2796
2867
  };
2797
2868
  displayName: string;
2798
2869
  ComposedComponent: React.ComponentType<{
2799
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
2800
2871
  multiple: boolean;
2801
2872
  clearable: boolean;
2802
2873
  creatable: boolean;
2874
+ showInvalidMatch: boolean;
2803
2875
  createBtnLabel: string;
2804
2876
  searchPromptText: string;
2805
2877
  loadingPlaceholder: string;
@@ -2820,10 +2892,11 @@ export declare const SelectWithRemoteOptions: {
2820
2892
  }, never>> & {
2821
2893
  locale?: string | undefined;
2822
2894
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2823
- }, 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
2824
2896
  multiple: boolean;
2825
2897
  clearable: boolean;
2826
2898
  creatable: boolean;
2899
+ showInvalidMatch: boolean;
2827
2900
  createBtnLabel: string;
2828
2901
  searchPromptText: string;
2829
2902
  loadingPlaceholder: string;
@@ -2847,10 +2920,11 @@ export declare const SelectWithRemoteOptions: {
2847
2920
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>): {
2848
2921
  render(): JSX.Element;
2849
2922
  context: any;
2850
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
2851
2924
  multiple: boolean;
2852
2925
  clearable: boolean;
2853
2926
  creatable: boolean;
2927
+ showInvalidMatch: boolean;
2854
2928
  createBtnLabel: string;
2855
2929
  searchPromptText: string;
2856
2930
  loadingPlaceholder: string;
@@ -2873,10 +2947,11 @@ export declare const SelectWithRemoteOptions: {
2873
2947
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2874
2948
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
2875
2949
  forceUpdate(callback?: (() => void) | undefined): void;
2876
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
2877
2951
  multiple: boolean;
2878
2952
  clearable: boolean;
2879
2953
  creatable: boolean;
2954
+ showInvalidMatch: boolean;
2880
2955
  createBtnLabel: string;
2881
2956
  searchPromptText: string;
2882
2957
  loadingPlaceholder: string;
@@ -2905,10 +2980,11 @@ export declare const SelectWithRemoteOptions: {
2905
2980
  [key: string]: React.ReactInstance;
2906
2981
  };
2907
2982
  componentDidMount?(): void;
2908
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
2909
2984
  multiple: boolean;
2910
2985
  clearable: boolean;
2911
2986
  creatable: boolean;
2987
+ showInvalidMatch: boolean;
2912
2988
  createBtnLabel: string;
2913
2989
  searchPromptText: string;
2914
2990
  loadingPlaceholder: string;
@@ -2932,10 +3008,11 @@ export declare const SelectWithRemoteOptions: {
2932
3008
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
2933
3009
  componentWillUnmount?(): void;
2934
3010
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
2935
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
2936
3012
  multiple: boolean;
2937
3013
  clearable: boolean;
2938
3014
  creatable: boolean;
3015
+ showInvalidMatch: boolean;
2939
3016
  createBtnLabel: string;
2940
3017
  searchPromptText: string;
2941
3018
  loadingPlaceholder: string;
@@ -2957,10 +3034,11 @@ export declare const SelectWithRemoteOptions: {
2957
3034
  locale?: string | undefined;
2958
3035
  translate?: ((str: string, ...args: any[]) => string) | undefined;
2959
3036
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
2960
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
2961
3038
  multiple: boolean;
2962
3039
  clearable: boolean;
2963
3040
  creatable: boolean;
3041
+ showInvalidMatch: boolean;
2964
3042
  createBtnLabel: string;
2965
3043
  searchPromptText: string;
2966
3044
  loadingPlaceholder: string;
@@ -2984,10 +3062,11 @@ export declare const SelectWithRemoteOptions: {
2984
3062
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
2985
3063
  componentWillMount?(): void;
2986
3064
  UNSAFE_componentWillMount?(): void;
2987
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
2988
3066
  multiple: boolean;
2989
3067
  clearable: boolean;
2990
3068
  creatable: boolean;
3069
+ showInvalidMatch: boolean;
2991
3070
  createBtnLabel: string;
2992
3071
  searchPromptText: string;
2993
3072
  loadingPlaceholder: string;
@@ -3009,10 +3088,11 @@ export declare const SelectWithRemoteOptions: {
3009
3088
  locale?: string | undefined;
3010
3089
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3011
3090
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
3012
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
3013
3092
  multiple: boolean;
3014
3093
  clearable: boolean;
3015
3094
  creatable: boolean;
3095
+ showInvalidMatch: boolean;
3016
3096
  createBtnLabel: string;
3017
3097
  searchPromptText: string;
3018
3098
  loadingPlaceholder: string;
@@ -3034,10 +3114,11 @@ export declare const SelectWithRemoteOptions: {
3034
3114
  locale?: string | undefined;
3035
3115
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3036
3116
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
3037
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
3038
3118
  multiple: boolean;
3039
3119
  clearable: boolean;
3040
3120
  creatable: boolean;
3121
+ showInvalidMatch: boolean;
3041
3122
  createBtnLabel: string;
3042
3123
  searchPromptText: string;
3043
3124
  loadingPlaceholder: string;
@@ -3059,10 +3140,11 @@ export declare const SelectWithRemoteOptions: {
3059
3140
  locale?: string | undefined;
3060
3141
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3061
3142
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
3062
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
3063
3144
  multiple: boolean;
3064
3145
  clearable: boolean;
3065
3146
  creatable: boolean;
3147
+ showInvalidMatch: boolean;
3066
3148
  createBtnLabel: string;
3067
3149
  searchPromptText: string;
3068
3150
  loadingPlaceholder: string;
@@ -3085,10 +3167,11 @@ export declare const SelectWithRemoteOptions: {
3085
3167
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3086
3168
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
3087
3169
  };
3088
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
3089
3171
  multiple: boolean;
3090
3172
  clearable: boolean;
3091
3173
  creatable: boolean;
3174
+ showInvalidMatch: boolean;
3092
3175
  createBtnLabel: string;
3093
3176
  searchPromptText: string;
3094
3177
  loadingPlaceholder: string;
@@ -3112,10 +3195,11 @@ export declare const SelectWithRemoteOptions: {
3112
3195
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps, context: any): {
3113
3196
  render(): JSX.Element;
3114
3197
  context: any;
3115
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
3116
3199
  multiple: boolean;
3117
3200
  clearable: boolean;
3118
3201
  creatable: boolean;
3202
+ showInvalidMatch: boolean;
3119
3203
  createBtnLabel: string;
3120
3204
  searchPromptText: string;
3121
3205
  loadingPlaceholder: string;
@@ -3138,10 +3222,11 @@ export declare const SelectWithRemoteOptions: {
3138
3222
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3139
3223
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
3140
3224
  forceUpdate(callback?: (() => void) | undefined): void;
3141
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
3142
3226
  multiple: boolean;
3143
3227
  clearable: boolean;
3144
3228
  creatable: boolean;
3229
+ showInvalidMatch: boolean;
3145
3230
  createBtnLabel: string;
3146
3231
  searchPromptText: string;
3147
3232
  loadingPlaceholder: string;
@@ -3170,10 +3255,11 @@ export declare const SelectWithRemoteOptions: {
3170
3255
  [key: string]: React.ReactInstance;
3171
3256
  };
3172
3257
  componentDidMount?(): void;
3173
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
3174
3259
  multiple: boolean;
3175
3260
  clearable: boolean;
3176
3261
  creatable: boolean;
3262
+ showInvalidMatch: boolean;
3177
3263
  createBtnLabel: string;
3178
3264
  searchPromptText: string;
3179
3265
  loadingPlaceholder: string;
@@ -3197,10 +3283,11 @@ export declare const SelectWithRemoteOptions: {
3197
3283
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
3198
3284
  componentWillUnmount?(): void;
3199
3285
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
3200
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
3201
3287
  multiple: boolean;
3202
3288
  clearable: boolean;
3203
3289
  creatable: boolean;
3290
+ showInvalidMatch: boolean;
3204
3291
  createBtnLabel: string;
3205
3292
  searchPromptText: string;
3206
3293
  loadingPlaceholder: string;
@@ -3222,10 +3309,11 @@ export declare const SelectWithRemoteOptions: {
3222
3309
  locale?: string | undefined;
3223
3310
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3224
3311
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
3225
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
3226
3313
  multiple: boolean;
3227
3314
  clearable: boolean;
3228
3315
  creatable: boolean;
3316
+ showInvalidMatch: boolean;
3229
3317
  createBtnLabel: string;
3230
3318
  searchPromptText: string;
3231
3319
  loadingPlaceholder: string;
@@ -3249,10 +3337,11 @@ export declare const SelectWithRemoteOptions: {
3249
3337
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
3250
3338
  componentWillMount?(): void;
3251
3339
  UNSAFE_componentWillMount?(): void;
3252
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
3253
3341
  multiple: boolean;
3254
3342
  clearable: boolean;
3255
3343
  creatable: boolean;
3344
+ showInvalidMatch: boolean;
3256
3345
  createBtnLabel: string;
3257
3346
  searchPromptText: string;
3258
3347
  loadingPlaceholder: string;
@@ -3274,10 +3363,11 @@ export declare const SelectWithRemoteOptions: {
3274
3363
  locale?: string | undefined;
3275
3364
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3276
3365
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
3277
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
3278
3367
  multiple: boolean;
3279
3368
  clearable: boolean;
3280
3369
  creatable: boolean;
3370
+ showInvalidMatch: boolean;
3281
3371
  createBtnLabel: string;
3282
3372
  searchPromptText: string;
3283
3373
  loadingPlaceholder: string;
@@ -3299,10 +3389,11 @@ export declare const SelectWithRemoteOptions: {
3299
3389
  locale?: string | undefined;
3300
3390
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3301
3391
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
3302
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
3303
3393
  multiple: boolean;
3304
3394
  clearable: boolean;
3305
3395
  creatable: boolean;
3396
+ showInvalidMatch: boolean;
3306
3397
  createBtnLabel: string;
3307
3398
  searchPromptText: string;
3308
3399
  loadingPlaceholder: string;
@@ -3324,10 +3415,11 @@ export declare const SelectWithRemoteOptions: {
3324
3415
  locale?: string | undefined;
3325
3416
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3326
3417
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
3327
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
3328
3419
  multiple: boolean;
3329
3420
  clearable: boolean;
3330
3421
  creatable: boolean;
3422
+ showInvalidMatch: boolean;
3331
3423
  createBtnLabel: string;
3332
3424
  searchPromptText: string;
3333
3425
  loadingPlaceholder: string;
@@ -3356,10 +3448,11 @@ export declare const SelectWithRemoteOptions: {
3356
3448
  }>;
3357
3449
  contextType?: React.Context<any> | undefined;
3358
3450
  } & import("hoist-non-react-statics").NonReactStatics<{
3359
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
3360
3452
  multiple: boolean;
3361
3453
  clearable: boolean;
3362
3454
  creatable: boolean;
3455
+ showInvalidMatch: boolean;
3363
3456
  createBtnLabel: string;
3364
3457
  searchPromptText: string;
3365
3458
  loadingPlaceholder: string;
@@ -3415,10 +3508,11 @@ export declare const SelectWithRemoteOptions: {
3415
3508
  deferLoadConfig(item: any): Promise<void>;
3416
3509
  render(): JSX.Element;
3417
3510
  context: any;
3418
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
3419
3512
  multiple: boolean;
3420
3513
  clearable: boolean;
3421
3514
  creatable: boolean;
3515
+ showInvalidMatch: boolean;
3422
3516
  createBtnLabel: string;
3423
3517
  searchPromptText: string;
3424
3518
  loadingPlaceholder: string;
@@ -3463,10 +3557,11 @@ export declare const SelectWithRemoteOptions: {
3463
3557
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
3464
3558
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
3465
3559
  forceUpdate(callback?: (() => void) | undefined): void;
3466
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
3467
3561
  multiple: boolean;
3468
3562
  clearable: boolean;
3469
3563
  creatable: boolean;
3564
+ showInvalidMatch: boolean;
3470
3565
  createBtnLabel: string;
3471
3566
  searchPromptText: string;
3472
3567
  loadingPlaceholder: string;
@@ -3516,10 +3611,11 @@ export declare const SelectWithRemoteOptions: {
3516
3611
  refs: {
3517
3612
  [key: string]: React.ReactInstance;
3518
3613
  };
3519
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
3520
3615
  multiple: boolean;
3521
3616
  clearable: boolean;
3522
3617
  creatable: boolean;
3618
+ showInvalidMatch: boolean;
3523
3619
  createBtnLabel: string;
3524
3620
  searchPromptText: string;
3525
3621
  loadingPlaceholder: string;
@@ -3564,10 +3660,11 @@ export declare const SelectWithRemoteOptions: {
3564
3660
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
3565
3661
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
3566
3662
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
3567
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
3568
3664
  multiple: boolean;
3569
3665
  clearable: boolean;
3570
3666
  creatable: boolean;
3667
+ showInvalidMatch: boolean;
3571
3668
  createBtnLabel: string;
3572
3669
  searchPromptText: string;
3573
3670
  loadingPlaceholder: string;
@@ -3613,10 +3710,11 @@ export declare const SelectWithRemoteOptions: {
3613
3710
  }>, prevState: Readonly<{}>): any;
3614
3711
  componentWillMount?(): void;
3615
3712
  UNSAFE_componentWillMount?(): void;
3616
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
3617
3714
  multiple: boolean;
3618
3715
  clearable: boolean;
3619
3716
  creatable: boolean;
3717
+ showInvalidMatch: boolean;
3620
3718
  createBtnLabel: string;
3621
3719
  searchPromptText: string;
3622
3720
  loadingPlaceholder: string;
@@ -3660,10 +3758,11 @@ export declare const SelectWithRemoteOptions: {
3660
3758
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
3661
3759
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
3662
3760
  }>, nextContext: any): void;
3663
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
3664
3762
  multiple: boolean;
3665
3763
  clearable: boolean;
3666
3764
  creatable: boolean;
3765
+ showInvalidMatch: boolean;
3667
3766
  createBtnLabel: string;
3668
3767
  searchPromptText: string;
3669
3768
  loadingPlaceholder: string;
@@ -3707,10 +3806,11 @@ export declare const SelectWithRemoteOptions: {
3707
3806
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
3708
3807
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
3709
3808
  }>, nextContext: any): void;
3710
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
3711
3810
  multiple: boolean;
3712
3811
  clearable: boolean;
3713
3812
  creatable: boolean;
3813
+ showInvalidMatch: boolean;
3714
3814
  createBtnLabel: string;
3715
3815
  searchPromptText: string;
3716
3816
  loadingPlaceholder: string;
@@ -3754,10 +3854,11 @@ export declare const SelectWithRemoteOptions: {
3754
3854
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
3755
3855
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
3756
3856
  }>, nextState: Readonly<{}>, nextContext: any): void;
3757
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
3758
3858
  multiple: boolean;
3759
3859
  clearable: boolean;
3760
3860
  creatable: boolean;
3861
+ showInvalidMatch: boolean;
3761
3862
  createBtnLabel: string;
3762
3863
  searchPromptText: string;
3763
3864
  loadingPlaceholder: string;
@@ -3804,10 +3905,11 @@ export declare const SelectWithRemoteOptions: {
3804
3905
  };
3805
3906
  displayName: string;
3806
3907
  ComposedComponent: React.ComponentType<{
3807
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
3808
3909
  multiple: boolean;
3809
3910
  clearable: boolean;
3810
3911
  creatable: boolean;
3912
+ showInvalidMatch: boolean;
3811
3913
  createBtnLabel: string;
3812
3914
  searchPromptText: string;
3813
3915
  loadingPlaceholder: string;
@@ -3828,10 +3930,11 @@ export declare const SelectWithRemoteOptions: {
3828
3930
  }, never>> & {
3829
3931
  locale?: string | undefined;
3830
3932
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3831
- }, 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
3832
3934
  multiple: boolean;
3833
3935
  clearable: boolean;
3834
3936
  creatable: boolean;
3937
+ showInvalidMatch: boolean;
3835
3938
  createBtnLabel: string;
3836
3939
  searchPromptText: string;
3837
3940
  loadingPlaceholder: string;
@@ -3855,10 +3958,11 @@ export declare const SelectWithRemoteOptions: {
3855
3958
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>): {
3856
3959
  render(): JSX.Element;
3857
3960
  context: any;
3858
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
3859
3962
  multiple: boolean;
3860
3963
  clearable: boolean;
3861
3964
  creatable: boolean;
3965
+ showInvalidMatch: boolean;
3862
3966
  createBtnLabel: string;
3863
3967
  searchPromptText: string;
3864
3968
  loadingPlaceholder: string;
@@ -3881,10 +3985,11 @@ export declare const SelectWithRemoteOptions: {
3881
3985
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3882
3986
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
3883
3987
  forceUpdate(callback?: (() => void) | undefined): void;
3884
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
3885
3989
  multiple: boolean;
3886
3990
  clearable: boolean;
3887
3991
  creatable: boolean;
3992
+ showInvalidMatch: boolean;
3888
3993
  createBtnLabel: string;
3889
3994
  searchPromptText: string;
3890
3995
  loadingPlaceholder: string;
@@ -3913,10 +4018,11 @@ export declare const SelectWithRemoteOptions: {
3913
4018
  [key: string]: React.ReactInstance;
3914
4019
  };
3915
4020
  componentDidMount?(): void;
3916
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
3917
4022
  multiple: boolean;
3918
4023
  clearable: boolean;
3919
4024
  creatable: boolean;
4025
+ showInvalidMatch: boolean;
3920
4026
  createBtnLabel: string;
3921
4027
  searchPromptText: string;
3922
4028
  loadingPlaceholder: string;
@@ -3940,10 +4046,11 @@ export declare const SelectWithRemoteOptions: {
3940
4046
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
3941
4047
  componentWillUnmount?(): void;
3942
4048
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
3943
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
3944
4050
  multiple: boolean;
3945
4051
  clearable: boolean;
3946
4052
  creatable: boolean;
4053
+ showInvalidMatch: boolean;
3947
4054
  createBtnLabel: string;
3948
4055
  searchPromptText: string;
3949
4056
  loadingPlaceholder: string;
@@ -3965,10 +4072,11 @@ export declare const SelectWithRemoteOptions: {
3965
4072
  locale?: string | undefined;
3966
4073
  translate?: ((str: string, ...args: any[]) => string) | undefined;
3967
4074
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
3968
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
3969
4076
  multiple: boolean;
3970
4077
  clearable: boolean;
3971
4078
  creatable: boolean;
4079
+ showInvalidMatch: boolean;
3972
4080
  createBtnLabel: string;
3973
4081
  searchPromptText: string;
3974
4082
  loadingPlaceholder: string;
@@ -3992,10 +4100,11 @@ export declare const SelectWithRemoteOptions: {
3992
4100
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
3993
4101
  componentWillMount?(): void;
3994
4102
  UNSAFE_componentWillMount?(): void;
3995
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
3996
4104
  multiple: boolean;
3997
4105
  clearable: boolean;
3998
4106
  creatable: boolean;
4107
+ showInvalidMatch: boolean;
3999
4108
  createBtnLabel: string;
4000
4109
  searchPromptText: string;
4001
4110
  loadingPlaceholder: string;
@@ -4017,10 +4126,11 @@ export declare const SelectWithRemoteOptions: {
4017
4126
  locale?: string | undefined;
4018
4127
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4019
4128
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
4020
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
4021
4130
  multiple: boolean;
4022
4131
  clearable: boolean;
4023
4132
  creatable: boolean;
4133
+ showInvalidMatch: boolean;
4024
4134
  createBtnLabel: string;
4025
4135
  searchPromptText: string;
4026
4136
  loadingPlaceholder: string;
@@ -4042,10 +4152,11 @@ export declare const SelectWithRemoteOptions: {
4042
4152
  locale?: string | undefined;
4043
4153
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4044
4154
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
4045
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
4046
4156
  multiple: boolean;
4047
4157
  clearable: boolean;
4048
4158
  creatable: boolean;
4159
+ showInvalidMatch: boolean;
4049
4160
  createBtnLabel: string;
4050
4161
  searchPromptText: string;
4051
4162
  loadingPlaceholder: string;
@@ -4067,10 +4178,11 @@ export declare const SelectWithRemoteOptions: {
4067
4178
  locale?: string | undefined;
4068
4179
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4069
4180
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
4070
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
4071
4182
  multiple: boolean;
4072
4183
  clearable: boolean;
4073
4184
  creatable: boolean;
4185
+ showInvalidMatch: boolean;
4074
4186
  createBtnLabel: string;
4075
4187
  searchPromptText: string;
4076
4188
  loadingPlaceholder: string;
@@ -4093,10 +4205,11 @@ export declare const SelectWithRemoteOptions: {
4093
4205
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4094
4206
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
4095
4207
  };
4096
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
4097
4209
  multiple: boolean;
4098
4210
  clearable: boolean;
4099
4211
  creatable: boolean;
4212
+ showInvalidMatch: boolean;
4100
4213
  createBtnLabel: string;
4101
4214
  searchPromptText: string;
4102
4215
  loadingPlaceholder: string;
@@ -4120,10 +4233,11 @@ export declare const SelectWithRemoteOptions: {
4120
4233
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps, context: any): {
4121
4234
  render(): JSX.Element;
4122
4235
  context: any;
4123
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
4124
4237
  multiple: boolean;
4125
4238
  clearable: boolean;
4126
4239
  creatable: boolean;
4240
+ showInvalidMatch: boolean;
4127
4241
  createBtnLabel: string;
4128
4242
  searchPromptText: string;
4129
4243
  loadingPlaceholder: string;
@@ -4146,10 +4260,11 @@ export declare const SelectWithRemoteOptions: {
4146
4260
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4147
4261
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
4148
4262
  forceUpdate(callback?: (() => void) | undefined): void;
4149
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
4150
4264
  multiple: boolean;
4151
4265
  clearable: boolean;
4152
4266
  creatable: boolean;
4267
+ showInvalidMatch: boolean;
4153
4268
  createBtnLabel: string;
4154
4269
  searchPromptText: string;
4155
4270
  loadingPlaceholder: string;
@@ -4178,10 +4293,11 @@ export declare const SelectWithRemoteOptions: {
4178
4293
  [key: string]: React.ReactInstance;
4179
4294
  };
4180
4295
  componentDidMount?(): void;
4181
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
4182
4297
  multiple: boolean;
4183
4298
  clearable: boolean;
4184
4299
  creatable: boolean;
4300
+ showInvalidMatch: boolean;
4185
4301
  createBtnLabel: string;
4186
4302
  searchPromptText: string;
4187
4303
  loadingPlaceholder: string;
@@ -4205,10 +4321,11 @@ export declare const SelectWithRemoteOptions: {
4205
4321
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
4206
4322
  componentWillUnmount?(): void;
4207
4323
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
4208
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
4209
4325
  multiple: boolean;
4210
4326
  clearable: boolean;
4211
4327
  creatable: boolean;
4328
+ showInvalidMatch: boolean;
4212
4329
  createBtnLabel: string;
4213
4330
  searchPromptText: string;
4214
4331
  loadingPlaceholder: string;
@@ -4230,10 +4347,11 @@ export declare const SelectWithRemoteOptions: {
4230
4347
  locale?: string | undefined;
4231
4348
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4232
4349
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
4233
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
4234
4351
  multiple: boolean;
4235
4352
  clearable: boolean;
4236
4353
  creatable: boolean;
4354
+ showInvalidMatch: boolean;
4237
4355
  createBtnLabel: string;
4238
4356
  searchPromptText: string;
4239
4357
  loadingPlaceholder: string;
@@ -4257,10 +4375,11 @@ export declare const SelectWithRemoteOptions: {
4257
4375
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
4258
4376
  componentWillMount?(): void;
4259
4377
  UNSAFE_componentWillMount?(): void;
4260
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
4261
4379
  multiple: boolean;
4262
4380
  clearable: boolean;
4263
4381
  creatable: boolean;
4382
+ showInvalidMatch: boolean;
4264
4383
  createBtnLabel: string;
4265
4384
  searchPromptText: string;
4266
4385
  loadingPlaceholder: string;
@@ -4282,10 +4401,11 @@ export declare const SelectWithRemoteOptions: {
4282
4401
  locale?: string | undefined;
4283
4402
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4284
4403
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
4285
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
4286
4405
  multiple: boolean;
4287
4406
  clearable: boolean;
4288
4407
  creatable: boolean;
4408
+ showInvalidMatch: boolean;
4289
4409
  createBtnLabel: string;
4290
4410
  searchPromptText: string;
4291
4411
  loadingPlaceholder: string;
@@ -4307,10 +4427,11 @@ export declare const SelectWithRemoteOptions: {
4307
4427
  locale?: string | undefined;
4308
4428
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4309
4429
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
4310
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
4311
4431
  multiple: boolean;
4312
4432
  clearable: boolean;
4313
4433
  creatable: boolean;
4434
+ showInvalidMatch: boolean;
4314
4435
  createBtnLabel: string;
4315
4436
  searchPromptText: string;
4316
4437
  loadingPlaceholder: string;
@@ -4332,10 +4453,11 @@ export declare const SelectWithRemoteOptions: {
4332
4453
  locale?: string | undefined;
4333
4454
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4334
4455
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
4335
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
4336
4457
  multiple: boolean;
4337
4458
  clearable: boolean;
4338
4459
  creatable: boolean;
4460
+ showInvalidMatch: boolean;
4339
4461
  createBtnLabel: string;
4340
4462
  searchPromptText: string;
4341
4463
  loadingPlaceholder: string;
@@ -4363,10 +4485,11 @@ export declare const SelectWithRemoteOptions: {
4363
4485
  contextType: React.Context<void | import("amis-core").RendererEnv>;
4364
4486
  }, {}> & {
4365
4487
  ComposedComponent: {
4366
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
4367
4489
  multiple: boolean;
4368
4490
  clearable: boolean;
4369
4491
  creatable: boolean;
4492
+ showInvalidMatch: boolean;
4370
4493
  createBtnLabel: string;
4371
4494
  searchPromptText: string;
4372
4495
  loadingPlaceholder: string;
@@ -4422,10 +4545,11 @@ export declare const SelectWithRemoteOptions: {
4422
4545
  deferLoadConfig(item: any): Promise<void>;
4423
4546
  render(): JSX.Element;
4424
4547
  context: any;
4425
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
4426
4549
  multiple: boolean;
4427
4550
  clearable: boolean;
4428
4551
  creatable: boolean;
4552
+ showInvalidMatch: boolean;
4429
4553
  createBtnLabel: string;
4430
4554
  searchPromptText: string;
4431
4555
  loadingPlaceholder: string;
@@ -4470,10 +4594,11 @@ export declare const SelectWithRemoteOptions: {
4470
4594
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
4471
4595
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
4472
4596
  forceUpdate(callback?: (() => void) | undefined): void;
4473
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
4474
4598
  multiple: boolean;
4475
4599
  clearable: boolean;
4476
4600
  creatable: boolean;
4601
+ showInvalidMatch: boolean;
4477
4602
  createBtnLabel: string;
4478
4603
  searchPromptText: string;
4479
4604
  loadingPlaceholder: string;
@@ -4523,10 +4648,11 @@ export declare const SelectWithRemoteOptions: {
4523
4648
  refs: {
4524
4649
  [key: string]: React.ReactInstance;
4525
4650
  };
4526
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
4527
4652
  multiple: boolean;
4528
4653
  clearable: boolean;
4529
4654
  creatable: boolean;
4655
+ showInvalidMatch: boolean;
4530
4656
  createBtnLabel: string;
4531
4657
  searchPromptText: string;
4532
4658
  loadingPlaceholder: string;
@@ -4571,10 +4697,11 @@ export declare const SelectWithRemoteOptions: {
4571
4697
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
4572
4698
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
4573
4699
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
4574
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
4575
4701
  multiple: boolean;
4576
4702
  clearable: boolean;
4577
4703
  creatable: boolean;
4704
+ showInvalidMatch: boolean;
4578
4705
  createBtnLabel: string;
4579
4706
  searchPromptText: string;
4580
4707
  loadingPlaceholder: string;
@@ -4620,10 +4747,11 @@ export declare const SelectWithRemoteOptions: {
4620
4747
  }>, prevState: Readonly<{}>): any;
4621
4748
  componentWillMount?(): void;
4622
4749
  UNSAFE_componentWillMount?(): void;
4623
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
4624
4751
  multiple: boolean;
4625
4752
  clearable: boolean;
4626
4753
  creatable: boolean;
4754
+ showInvalidMatch: boolean;
4627
4755
  createBtnLabel: string;
4628
4756
  searchPromptText: string;
4629
4757
  loadingPlaceholder: string;
@@ -4667,10 +4795,11 @@ export declare const SelectWithRemoteOptions: {
4667
4795
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
4668
4796
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
4669
4797
  }>, nextContext: any): void;
4670
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
4671
4799
  multiple: boolean;
4672
4800
  clearable: boolean;
4673
4801
  creatable: boolean;
4802
+ showInvalidMatch: boolean;
4674
4803
  createBtnLabel: string;
4675
4804
  searchPromptText: string;
4676
4805
  loadingPlaceholder: string;
@@ -4714,10 +4843,11 @@ export declare const SelectWithRemoteOptions: {
4714
4843
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
4715
4844
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
4716
4845
  }>, nextContext: any): void;
4717
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
4718
4847
  multiple: boolean;
4719
4848
  clearable: boolean;
4720
4849
  creatable: boolean;
4850
+ showInvalidMatch: boolean;
4721
4851
  createBtnLabel: string;
4722
4852
  searchPromptText: string;
4723
4853
  loadingPlaceholder: string;
@@ -4761,10 +4891,11 @@ export declare const SelectWithRemoteOptions: {
4761
4891
  setConfig(options: any, config: import("./WithRemoteConfig").WithRemoteConfigSettings, motivation?: any): void;
4762
4892
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
4763
4893
  }>, nextState: Readonly<{}>, nextContext: any): void;
4764
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
4765
4895
  multiple: boolean;
4766
4896
  clearable: boolean;
4767
4897
  creatable: boolean;
4898
+ showInvalidMatch: boolean;
4768
4899
  createBtnLabel: string;
4769
4900
  searchPromptText: string;
4770
4901
  loadingPlaceholder: string;
@@ -4811,10 +4942,11 @@ export declare const SelectWithRemoteOptions: {
4811
4942
  };
4812
4943
  displayName: string;
4813
4944
  ComposedComponent: React.ComponentType<{
4814
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
4815
4946
  multiple: boolean;
4816
4947
  clearable: boolean;
4817
4948
  creatable: boolean;
4949
+ showInvalidMatch: boolean;
4818
4950
  createBtnLabel: string;
4819
4951
  searchPromptText: string;
4820
4952
  loadingPlaceholder: string;
@@ -4835,10 +4967,11 @@ export declare const SelectWithRemoteOptions: {
4835
4967
  }, never>> & {
4836
4968
  locale?: string | undefined;
4837
4969
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4838
- }, 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
4839
4971
  multiple: boolean;
4840
4972
  clearable: boolean;
4841
4973
  creatable: boolean;
4974
+ showInvalidMatch: boolean;
4842
4975
  createBtnLabel: string;
4843
4976
  searchPromptText: string;
4844
4977
  loadingPlaceholder: string;
@@ -4862,10 +4995,11 @@ export declare const SelectWithRemoteOptions: {
4862
4995
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>): {
4863
4996
  render(): JSX.Element;
4864
4997
  context: any;
4865
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
4866
4999
  multiple: boolean;
4867
5000
  clearable: boolean;
4868
5001
  creatable: boolean;
5002
+ showInvalidMatch: boolean;
4869
5003
  createBtnLabel: string;
4870
5004
  searchPromptText: string;
4871
5005
  loadingPlaceholder: string;
@@ -4888,10 +5022,11 @@ export declare const SelectWithRemoteOptions: {
4888
5022
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4889
5023
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
4890
5024
  forceUpdate(callback?: (() => void) | undefined): void;
4891
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
4892
5026
  multiple: boolean;
4893
5027
  clearable: boolean;
4894
5028
  creatable: boolean;
5029
+ showInvalidMatch: boolean;
4895
5030
  createBtnLabel: string;
4896
5031
  searchPromptText: string;
4897
5032
  loadingPlaceholder: string;
@@ -4920,10 +5055,11 @@ export declare const SelectWithRemoteOptions: {
4920
5055
  [key: string]: React.ReactInstance;
4921
5056
  };
4922
5057
  componentDidMount?(): void;
4923
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
4924
5059
  multiple: boolean;
4925
5060
  clearable: boolean;
4926
5061
  creatable: boolean;
5062
+ showInvalidMatch: boolean;
4927
5063
  createBtnLabel: string;
4928
5064
  searchPromptText: string;
4929
5065
  loadingPlaceholder: string;
@@ -4947,10 +5083,11 @@ export declare const SelectWithRemoteOptions: {
4947
5083
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
4948
5084
  componentWillUnmount?(): void;
4949
5085
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
4950
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
4951
5087
  multiple: boolean;
4952
5088
  clearable: boolean;
4953
5089
  creatable: boolean;
5090
+ showInvalidMatch: boolean;
4954
5091
  createBtnLabel: string;
4955
5092
  searchPromptText: string;
4956
5093
  loadingPlaceholder: string;
@@ -4972,10 +5109,11 @@ export declare const SelectWithRemoteOptions: {
4972
5109
  locale?: string | undefined;
4973
5110
  translate?: ((str: string, ...args: any[]) => string) | undefined;
4974
5111
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
4975
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
4976
5113
  multiple: boolean;
4977
5114
  clearable: boolean;
4978
5115
  creatable: boolean;
5116
+ showInvalidMatch: boolean;
4979
5117
  createBtnLabel: string;
4980
5118
  searchPromptText: string;
4981
5119
  loadingPlaceholder: string;
@@ -4999,10 +5137,11 @@ export declare const SelectWithRemoteOptions: {
4999
5137
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
5000
5138
  componentWillMount?(): void;
5001
5139
  UNSAFE_componentWillMount?(): void;
5002
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5003
5141
  multiple: boolean;
5004
5142
  clearable: boolean;
5005
5143
  creatable: boolean;
5144
+ showInvalidMatch: boolean;
5006
5145
  createBtnLabel: string;
5007
5146
  searchPromptText: string;
5008
5147
  loadingPlaceholder: string;
@@ -5024,10 +5163,11 @@ export declare const SelectWithRemoteOptions: {
5024
5163
  locale?: string | undefined;
5025
5164
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5026
5165
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
5027
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5028
5167
  multiple: boolean;
5029
5168
  clearable: boolean;
5030
5169
  creatable: boolean;
5170
+ showInvalidMatch: boolean;
5031
5171
  createBtnLabel: string;
5032
5172
  searchPromptText: string;
5033
5173
  loadingPlaceholder: string;
@@ -5049,10 +5189,11 @@ export declare const SelectWithRemoteOptions: {
5049
5189
  locale?: string | undefined;
5050
5190
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5051
5191
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
5052
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5053
5193
  multiple: boolean;
5054
5194
  clearable: boolean;
5055
5195
  creatable: boolean;
5196
+ showInvalidMatch: boolean;
5056
5197
  createBtnLabel: string;
5057
5198
  searchPromptText: string;
5058
5199
  loadingPlaceholder: string;
@@ -5074,10 +5215,11 @@ export declare const SelectWithRemoteOptions: {
5074
5215
  locale?: string | undefined;
5075
5216
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5076
5217
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
5077
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5078
5219
  multiple: boolean;
5079
5220
  clearable: boolean;
5080
5221
  creatable: boolean;
5222
+ showInvalidMatch: boolean;
5081
5223
  createBtnLabel: string;
5082
5224
  searchPromptText: string;
5083
5225
  loadingPlaceholder: string;
@@ -5100,10 +5242,11 @@ export declare const SelectWithRemoteOptions: {
5100
5242
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5101
5243
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
5102
5244
  };
5103
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5104
5246
  multiple: boolean;
5105
5247
  clearable: boolean;
5106
5248
  creatable: boolean;
5249
+ showInvalidMatch: boolean;
5107
5250
  createBtnLabel: string;
5108
5251
  searchPromptText: string;
5109
5252
  loadingPlaceholder: string;
@@ -5127,10 +5270,11 @@ export declare const SelectWithRemoteOptions: {
5127
5270
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps, context: any): {
5128
5271
  render(): JSX.Element;
5129
5272
  context: any;
5130
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5131
5274
  multiple: boolean;
5132
5275
  clearable: boolean;
5133
5276
  creatable: boolean;
5277
+ showInvalidMatch: boolean;
5134
5278
  createBtnLabel: string;
5135
5279
  searchPromptText: string;
5136
5280
  loadingPlaceholder: string;
@@ -5153,10 +5297,11 @@ export declare const SelectWithRemoteOptions: {
5153
5297
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5154
5298
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
5155
5299
  forceUpdate(callback?: (() => void) | undefined): void;
5156
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5157
5301
  multiple: boolean;
5158
5302
  clearable: boolean;
5159
5303
  creatable: boolean;
5304
+ showInvalidMatch: boolean;
5160
5305
  createBtnLabel: string;
5161
5306
  searchPromptText: string;
5162
5307
  loadingPlaceholder: string;
@@ -5185,10 +5330,11 @@ export declare const SelectWithRemoteOptions: {
5185
5330
  [key: string]: React.ReactInstance;
5186
5331
  };
5187
5332
  componentDidMount?(): void;
5188
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5189
5334
  multiple: boolean;
5190
5335
  clearable: boolean;
5191
5336
  creatable: boolean;
5337
+ showInvalidMatch: boolean;
5192
5338
  createBtnLabel: string;
5193
5339
  searchPromptText: string;
5194
5340
  loadingPlaceholder: string;
@@ -5212,10 +5358,11 @@ export declare const SelectWithRemoteOptions: {
5212
5358
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
5213
5359
  componentWillUnmount?(): void;
5214
5360
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
5215
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5216
5362
  multiple: boolean;
5217
5363
  clearable: boolean;
5218
5364
  creatable: boolean;
5365
+ showInvalidMatch: boolean;
5219
5366
  createBtnLabel: string;
5220
5367
  searchPromptText: string;
5221
5368
  loadingPlaceholder: string;
@@ -5237,10 +5384,11 @@ export declare const SelectWithRemoteOptions: {
5237
5384
  locale?: string | undefined;
5238
5385
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5239
5386
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
5240
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5241
5388
  multiple: boolean;
5242
5389
  clearable: boolean;
5243
5390
  creatable: boolean;
5391
+ showInvalidMatch: boolean;
5244
5392
  createBtnLabel: string;
5245
5393
  searchPromptText: string;
5246
5394
  loadingPlaceholder: string;
@@ -5264,10 +5412,11 @@ export declare const SelectWithRemoteOptions: {
5264
5412
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
5265
5413
  componentWillMount?(): void;
5266
5414
  UNSAFE_componentWillMount?(): void;
5267
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5268
5416
  multiple: boolean;
5269
5417
  clearable: boolean;
5270
5418
  creatable: boolean;
5419
+ showInvalidMatch: boolean;
5271
5420
  createBtnLabel: string;
5272
5421
  searchPromptText: string;
5273
5422
  loadingPlaceholder: string;
@@ -5289,10 +5438,11 @@ export declare const SelectWithRemoteOptions: {
5289
5438
  locale?: string | undefined;
5290
5439
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5291
5440
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
5292
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5293
5442
  multiple: boolean;
5294
5443
  clearable: boolean;
5295
5444
  creatable: boolean;
5445
+ showInvalidMatch: boolean;
5296
5446
  createBtnLabel: string;
5297
5447
  searchPromptText: string;
5298
5448
  loadingPlaceholder: string;
@@ -5314,10 +5464,11 @@ export declare const SelectWithRemoteOptions: {
5314
5464
  locale?: string | undefined;
5315
5465
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5316
5466
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
5317
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5318
5468
  multiple: boolean;
5319
5469
  clearable: boolean;
5320
5470
  creatable: boolean;
5471
+ showInvalidMatch: boolean;
5321
5472
  createBtnLabel: string;
5322
5473
  searchPromptText: string;
5323
5474
  loadingPlaceholder: string;
@@ -5339,10 +5490,11 @@ export declare const SelectWithRemoteOptions: {
5339
5490
  locale?: string | undefined;
5340
5491
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5341
5492
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
5342
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5343
5494
  multiple: boolean;
5344
5495
  clearable: boolean;
5345
5496
  creatable: boolean;
5497
+ showInvalidMatch: boolean;
5346
5498
  createBtnLabel: string;
5347
5499
  searchPromptText: string;
5348
5500
  loadingPlaceholder: string;
@@ -5370,10 +5522,11 @@ export declare const SelectWithRemoteOptions: {
5370
5522
  contextType: React.Context<void | import("amis-core").RendererEnv>;
5371
5523
  };
5372
5524
  } & import("hoist-non-react-statics").NonReactStatics<{
5373
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5374
5526
  multiple: boolean;
5375
5527
  clearable: boolean;
5376
5528
  creatable: boolean;
5529
+ showInvalidMatch: boolean;
5377
5530
  createBtnLabel: string;
5378
5531
  searchPromptText: string;
5379
5532
  loadingPlaceholder: string;
@@ -5394,10 +5547,11 @@ export declare const SelectWithRemoteOptions: {
5394
5547
  }, never>> & {
5395
5548
  locale?: string | undefined;
5396
5549
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5397
- }, 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5398
5551
  multiple: boolean;
5399
5552
  clearable: boolean;
5400
5553
  creatable: boolean;
5554
+ showInvalidMatch: boolean;
5401
5555
  createBtnLabel: string;
5402
5556
  searchPromptText: string;
5403
5557
  loadingPlaceholder: string;
@@ -5421,10 +5575,11 @@ export declare const SelectWithRemoteOptions: {
5421
5575
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>): {
5422
5576
  render(): JSX.Element;
5423
5577
  context: any;
5424
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5425
5579
  multiple: boolean;
5426
5580
  clearable: boolean;
5427
5581
  creatable: boolean;
5582
+ showInvalidMatch: boolean;
5428
5583
  createBtnLabel: string;
5429
5584
  searchPromptText: string;
5430
5585
  loadingPlaceholder: string;
@@ -5447,10 +5602,11 @@ export declare const SelectWithRemoteOptions: {
5447
5602
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5448
5603
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
5449
5604
  forceUpdate(callback?: (() => void) | undefined): void;
5450
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5451
5606
  multiple: boolean;
5452
5607
  clearable: boolean;
5453
5608
  creatable: boolean;
5609
+ showInvalidMatch: boolean;
5454
5610
  createBtnLabel: string;
5455
5611
  searchPromptText: string;
5456
5612
  loadingPlaceholder: string;
@@ -5479,10 +5635,11 @@ export declare const SelectWithRemoteOptions: {
5479
5635
  [key: string]: React.ReactInstance;
5480
5636
  };
5481
5637
  componentDidMount?(): void;
5482
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5483
5639
  multiple: boolean;
5484
5640
  clearable: boolean;
5485
5641
  creatable: boolean;
5642
+ showInvalidMatch: boolean;
5486
5643
  createBtnLabel: string;
5487
5644
  searchPromptText: string;
5488
5645
  loadingPlaceholder: string;
@@ -5506,10 +5663,11 @@ export declare const SelectWithRemoteOptions: {
5506
5663
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
5507
5664
  componentWillUnmount?(): void;
5508
5665
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
5509
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5510
5667
  multiple: boolean;
5511
5668
  clearable: boolean;
5512
5669
  creatable: boolean;
5670
+ showInvalidMatch: boolean;
5513
5671
  createBtnLabel: string;
5514
5672
  searchPromptText: string;
5515
5673
  loadingPlaceholder: string;
@@ -5531,10 +5689,11 @@ export declare const SelectWithRemoteOptions: {
5531
5689
  locale?: string | undefined;
5532
5690
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5533
5691
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
5534
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5535
5693
  multiple: boolean;
5536
5694
  clearable: boolean;
5537
5695
  creatable: boolean;
5696
+ showInvalidMatch: boolean;
5538
5697
  createBtnLabel: string;
5539
5698
  searchPromptText: string;
5540
5699
  loadingPlaceholder: string;
@@ -5558,10 +5717,11 @@ export declare const SelectWithRemoteOptions: {
5558
5717
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
5559
5718
  componentWillMount?(): void;
5560
5719
  UNSAFE_componentWillMount?(): void;
5561
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5562
5721
  multiple: boolean;
5563
5722
  clearable: boolean;
5564
5723
  creatable: boolean;
5724
+ showInvalidMatch: boolean;
5565
5725
  createBtnLabel: string;
5566
5726
  searchPromptText: string;
5567
5727
  loadingPlaceholder: string;
@@ -5583,10 +5743,11 @@ export declare const SelectWithRemoteOptions: {
5583
5743
  locale?: string | undefined;
5584
5744
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5585
5745
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
5586
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5587
5747
  multiple: boolean;
5588
5748
  clearable: boolean;
5589
5749
  creatable: boolean;
5750
+ showInvalidMatch: boolean;
5590
5751
  createBtnLabel: string;
5591
5752
  searchPromptText: string;
5592
5753
  loadingPlaceholder: string;
@@ -5608,10 +5769,11 @@ export declare const SelectWithRemoteOptions: {
5608
5769
  locale?: string | undefined;
5609
5770
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5610
5771
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
5611
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5612
5773
  multiple: boolean;
5613
5774
  clearable: boolean;
5614
5775
  creatable: boolean;
5776
+ showInvalidMatch: boolean;
5615
5777
  createBtnLabel: string;
5616
5778
  searchPromptText: string;
5617
5779
  loadingPlaceholder: string;
@@ -5633,10 +5795,11 @@ export declare const SelectWithRemoteOptions: {
5633
5795
  locale?: string | undefined;
5634
5796
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5635
5797
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
5636
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5637
5799
  multiple: boolean;
5638
5800
  clearable: boolean;
5639
5801
  creatable: boolean;
5802
+ showInvalidMatch: boolean;
5640
5803
  createBtnLabel: string;
5641
5804
  searchPromptText: string;
5642
5805
  loadingPlaceholder: string;
@@ -5659,10 +5822,11 @@ export declare const SelectWithRemoteOptions: {
5659
5822
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5660
5823
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
5661
5824
  };
5662
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5663
5826
  multiple: boolean;
5664
5827
  clearable: boolean;
5665
5828
  creatable: boolean;
5829
+ showInvalidMatch: boolean;
5666
5830
  createBtnLabel: string;
5667
5831
  searchPromptText: string;
5668
5832
  loadingPlaceholder: string;
@@ -5686,10 +5850,11 @@ export declare const SelectWithRemoteOptions: {
5686
5850
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps, context: any): {
5687
5851
  render(): JSX.Element;
5688
5852
  context: any;
5689
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5690
5854
  multiple: boolean;
5691
5855
  clearable: boolean;
5692
5856
  creatable: boolean;
5857
+ showInvalidMatch: boolean;
5693
5858
  createBtnLabel: string;
5694
5859
  searchPromptText: string;
5695
5860
  loadingPlaceholder: string;
@@ -5712,10 +5877,11 @@ export declare const SelectWithRemoteOptions: {
5712
5877
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5713
5878
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
5714
5879
  forceUpdate(callback?: (() => void) | undefined): void;
5715
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5716
5881
  multiple: boolean;
5717
5882
  clearable: boolean;
5718
5883
  creatable: boolean;
5884
+ showInvalidMatch: boolean;
5719
5885
  createBtnLabel: string;
5720
5886
  searchPromptText: string;
5721
5887
  loadingPlaceholder: string;
@@ -5744,10 +5910,11 @@ export declare const SelectWithRemoteOptions: {
5744
5910
  [key: string]: React.ReactInstance;
5745
5911
  };
5746
5912
  componentDidMount?(): void;
5747
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5748
5914
  multiple: boolean;
5749
5915
  clearable: boolean;
5750
5916
  creatable: boolean;
5917
+ showInvalidMatch: boolean;
5751
5918
  createBtnLabel: string;
5752
5919
  searchPromptText: string;
5753
5920
  loadingPlaceholder: string;
@@ -5771,10 +5938,11 @@ export declare const SelectWithRemoteOptions: {
5771
5938
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
5772
5939
  componentWillUnmount?(): void;
5773
5940
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
5774
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5775
5942
  multiple: boolean;
5776
5943
  clearable: boolean;
5777
5944
  creatable: boolean;
5945
+ showInvalidMatch: boolean;
5778
5946
  createBtnLabel: string;
5779
5947
  searchPromptText: string;
5780
5948
  loadingPlaceholder: string;
@@ -5796,10 +5964,11 @@ export declare const SelectWithRemoteOptions: {
5796
5964
  locale?: string | undefined;
5797
5965
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5798
5966
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
5799
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5800
5968
  multiple: boolean;
5801
5969
  clearable: boolean;
5802
5970
  creatable: boolean;
5971
+ showInvalidMatch: boolean;
5803
5972
  createBtnLabel: string;
5804
5973
  searchPromptText: string;
5805
5974
  loadingPlaceholder: string;
@@ -5823,10 +5992,11 @@ export declare const SelectWithRemoteOptions: {
5823
5992
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
5824
5993
  componentWillMount?(): void;
5825
5994
  UNSAFE_componentWillMount?(): void;
5826
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5827
5996
  multiple: boolean;
5828
5997
  clearable: boolean;
5829
5998
  creatable: boolean;
5999
+ showInvalidMatch: boolean;
5830
6000
  createBtnLabel: string;
5831
6001
  searchPromptText: string;
5832
6002
  loadingPlaceholder: string;
@@ -5848,10 +6018,11 @@ export declare const SelectWithRemoteOptions: {
5848
6018
  locale?: string | undefined;
5849
6019
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5850
6020
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
5851
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5852
6022
  multiple: boolean;
5853
6023
  clearable: boolean;
5854
6024
  creatable: boolean;
6025
+ showInvalidMatch: boolean;
5855
6026
  createBtnLabel: string;
5856
6027
  searchPromptText: string;
5857
6028
  loadingPlaceholder: string;
@@ -5873,10 +6044,11 @@ export declare const SelectWithRemoteOptions: {
5873
6044
  locale?: string | undefined;
5874
6045
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5875
6046
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
5876
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5877
6048
  multiple: boolean;
5878
6049
  clearable: boolean;
5879
6050
  creatable: boolean;
6051
+ showInvalidMatch: boolean;
5880
6052
  createBtnLabel: string;
5881
6053
  searchPromptText: string;
5882
6054
  loadingPlaceholder: string;
@@ -5898,10 +6070,11 @@ export declare const SelectWithRemoteOptions: {
5898
6070
  locale?: string | undefined;
5899
6071
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5900
6072
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
5901
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5902
6074
  multiple: boolean;
5903
6075
  clearable: boolean;
5904
6076
  creatable: boolean;
6077
+ showInvalidMatch: boolean;
5905
6078
  createBtnLabel: string;
5906
6079
  searchPromptText: string;
5907
6080
  loadingPlaceholder: string;
@@ -5927,10 +6100,11 @@ export declare const SelectWithRemoteOptions: {
5927
6100
  contextType?: React.Context<any> | undefined;
5928
6101
  }, {}> & {
5929
6102
  ComposedComponent: {
5930
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5931
6104
  multiple: boolean;
5932
6105
  clearable: boolean;
5933
6106
  creatable: boolean;
6107
+ showInvalidMatch: boolean;
5934
6108
  createBtnLabel: string;
5935
6109
  searchPromptText: string;
5936
6110
  loadingPlaceholder: string;
@@ -5951,10 +6125,11 @@ export declare const SelectWithRemoteOptions: {
5951
6125
  }, never>> & {
5952
6126
  locale?: string | undefined;
5953
6127
  translate?: ((str: string, ...args: any[]) => string) | undefined;
5954
- }, 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5955
6129
  multiple: boolean;
5956
6130
  clearable: boolean;
5957
6131
  creatable: boolean;
6132
+ showInvalidMatch: boolean;
5958
6133
  createBtnLabel: string;
5959
6134
  searchPromptText: string;
5960
6135
  loadingPlaceholder: string;
@@ -5978,10 +6153,11 @@ export declare const SelectWithRemoteOptions: {
5978
6153
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>): {
5979
6154
  render(): JSX.Element;
5980
6155
  context: any;
5981
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
5982
6157
  multiple: boolean;
5983
6158
  clearable: boolean;
5984
6159
  creatable: boolean;
6160
+ showInvalidMatch: boolean;
5985
6161
  createBtnLabel: string;
5986
6162
  searchPromptText: string;
5987
6163
  loadingPlaceholder: string;
@@ -6004,10 +6180,11 @@ export declare const SelectWithRemoteOptions: {
6004
6180
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6005
6181
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
6006
6182
  forceUpdate(callback?: (() => void) | undefined): void;
6007
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
6008
6184
  multiple: boolean;
6009
6185
  clearable: boolean;
6010
6186
  creatable: boolean;
6187
+ showInvalidMatch: boolean;
6011
6188
  createBtnLabel: string;
6012
6189
  searchPromptText: string;
6013
6190
  loadingPlaceholder: string;
@@ -6036,10 +6213,11 @@ export declare const SelectWithRemoteOptions: {
6036
6213
  [key: string]: React.ReactInstance;
6037
6214
  };
6038
6215
  componentDidMount?(): void;
6039
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
6040
6217
  multiple: boolean;
6041
6218
  clearable: boolean;
6042
6219
  creatable: boolean;
6220
+ showInvalidMatch: boolean;
6043
6221
  createBtnLabel: string;
6044
6222
  searchPromptText: string;
6045
6223
  loadingPlaceholder: string;
@@ -6063,10 +6241,11 @@ export declare const SelectWithRemoteOptions: {
6063
6241
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
6064
6242
  componentWillUnmount?(): void;
6065
6243
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
6066
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
6067
6245
  multiple: boolean;
6068
6246
  clearable: boolean;
6069
6247
  creatable: boolean;
6248
+ showInvalidMatch: boolean;
6070
6249
  createBtnLabel: string;
6071
6250
  searchPromptText: string;
6072
6251
  loadingPlaceholder: string;
@@ -6088,10 +6267,11 @@ export declare const SelectWithRemoteOptions: {
6088
6267
  locale?: string | undefined;
6089
6268
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6090
6269
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
6091
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
6092
6271
  multiple: boolean;
6093
6272
  clearable: boolean;
6094
6273
  creatable: boolean;
6274
+ showInvalidMatch: boolean;
6095
6275
  createBtnLabel: string;
6096
6276
  searchPromptText: string;
6097
6277
  loadingPlaceholder: string;
@@ -6115,10 +6295,11 @@ export declare const SelectWithRemoteOptions: {
6115
6295
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
6116
6296
  componentWillMount?(): void;
6117
6297
  UNSAFE_componentWillMount?(): void;
6118
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
6119
6299
  multiple: boolean;
6120
6300
  clearable: boolean;
6121
6301
  creatable: boolean;
6302
+ showInvalidMatch: boolean;
6122
6303
  createBtnLabel: string;
6123
6304
  searchPromptText: string;
6124
6305
  loadingPlaceholder: string;
@@ -6140,10 +6321,11 @@ export declare const SelectWithRemoteOptions: {
6140
6321
  locale?: string | undefined;
6141
6322
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6142
6323
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
6143
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
6144
6325
  multiple: boolean;
6145
6326
  clearable: boolean;
6146
6327
  creatable: boolean;
6328
+ showInvalidMatch: boolean;
6147
6329
  createBtnLabel: string;
6148
6330
  searchPromptText: string;
6149
6331
  loadingPlaceholder: string;
@@ -6165,10 +6347,11 @@ export declare const SelectWithRemoteOptions: {
6165
6347
  locale?: string | undefined;
6166
6348
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6167
6349
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
6168
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
6169
6351
  multiple: boolean;
6170
6352
  clearable: boolean;
6171
6353
  creatable: boolean;
6354
+ showInvalidMatch: boolean;
6172
6355
  createBtnLabel: string;
6173
6356
  searchPromptText: string;
6174
6357
  loadingPlaceholder: string;
@@ -6190,10 +6373,11 @@ export declare const SelectWithRemoteOptions: {
6190
6373
  locale?: string | undefined;
6191
6374
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6192
6375
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
6193
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
6194
6377
  multiple: boolean;
6195
6378
  clearable: boolean;
6196
6379
  creatable: boolean;
6380
+ showInvalidMatch: boolean;
6197
6381
  createBtnLabel: string;
6198
6382
  searchPromptText: string;
6199
6383
  loadingPlaceholder: string;
@@ -6216,10 +6400,11 @@ export declare const SelectWithRemoteOptions: {
6216
6400
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6217
6401
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
6218
6402
  };
6219
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
6220
6404
  multiple: boolean;
6221
6405
  clearable: boolean;
6222
6406
  creatable: boolean;
6407
+ showInvalidMatch: boolean;
6223
6408
  createBtnLabel: string;
6224
6409
  searchPromptText: string;
6225
6410
  loadingPlaceholder: string;
@@ -6243,10 +6428,11 @@ export declare const SelectWithRemoteOptions: {
6243
6428
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps, context: any): {
6244
6429
  render(): JSX.Element;
6245
6430
  context: any;
6246
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
6247
6432
  multiple: boolean;
6248
6433
  clearable: boolean;
6249
6434
  creatable: boolean;
6435
+ showInvalidMatch: boolean;
6250
6436
  createBtnLabel: string;
6251
6437
  searchPromptText: string;
6252
6438
  loadingPlaceholder: string;
@@ -6269,10 +6455,11 @@ export declare const SelectWithRemoteOptions: {
6269
6455
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6270
6456
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>) => {} | Pick<{}, K_2> | null) | Pick<{}, K_2> | null, callback?: (() => void) | undefined): void;
6271
6457
  forceUpdate(callback?: (() => void) | undefined): void;
6272
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
6273
6459
  multiple: boolean;
6274
6460
  clearable: boolean;
6275
6461
  creatable: boolean;
6462
+ showInvalidMatch: boolean;
6276
6463
  createBtnLabel: string;
6277
6464
  searchPromptText: string;
6278
6465
  loadingPlaceholder: string;
@@ -6301,10 +6488,11 @@ export declare const SelectWithRemoteOptions: {
6301
6488
  [key: string]: React.ReactInstance;
6302
6489
  };
6303
6490
  componentDidMount?(): void;
6304
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
6305
6492
  multiple: boolean;
6306
6493
  clearable: boolean;
6307
6494
  creatable: boolean;
6495
+ showInvalidMatch: boolean;
6308
6496
  createBtnLabel: string;
6309
6497
  searchPromptText: string;
6310
6498
  loadingPlaceholder: string;
@@ -6328,10 +6516,11 @@ export declare const SelectWithRemoteOptions: {
6328
6516
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
6329
6517
  componentWillUnmount?(): void;
6330
6518
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
6331
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
6332
6520
  multiple: boolean;
6333
6521
  clearable: boolean;
6334
6522
  creatable: boolean;
6523
+ showInvalidMatch: boolean;
6335
6524
  createBtnLabel: string;
6336
6525
  searchPromptText: string;
6337
6526
  loadingPlaceholder: string;
@@ -6353,10 +6542,11 @@ export declare const SelectWithRemoteOptions: {
6353
6542
  locale?: string | undefined;
6354
6543
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6355
6544
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
6356
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
6357
6546
  multiple: boolean;
6358
6547
  clearable: boolean;
6359
6548
  creatable: boolean;
6549
+ showInvalidMatch: boolean;
6360
6550
  createBtnLabel: string;
6361
6551
  searchPromptText: string;
6362
6552
  loadingPlaceholder: string;
@@ -6380,10 +6570,11 @@ export declare const SelectWithRemoteOptions: {
6380
6570
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
6381
6571
  componentWillMount?(): void;
6382
6572
  UNSAFE_componentWillMount?(): void;
6383
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
6384
6574
  multiple: boolean;
6385
6575
  clearable: boolean;
6386
6576
  creatable: boolean;
6577
+ showInvalidMatch: boolean;
6387
6578
  createBtnLabel: string;
6388
6579
  searchPromptText: string;
6389
6580
  loadingPlaceholder: string;
@@ -6405,10 +6596,11 @@ export declare const SelectWithRemoteOptions: {
6405
6596
  locale?: string | undefined;
6406
6597
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6407
6598
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
6408
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
6409
6600
  multiple: boolean;
6410
6601
  clearable: boolean;
6411
6602
  creatable: boolean;
6603
+ showInvalidMatch: boolean;
6412
6604
  createBtnLabel: string;
6413
6605
  searchPromptText: string;
6414
6606
  loadingPlaceholder: string;
@@ -6430,10 +6622,11 @@ export declare const SelectWithRemoteOptions: {
6430
6622
  locale?: string | undefined;
6431
6623
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6432
6624
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextContext: any): void;
6433
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
6434
6626
  multiple: boolean;
6435
6627
  clearable: boolean;
6436
6628
  creatable: boolean;
6629
+ showInvalidMatch: boolean;
6437
6630
  createBtnLabel: string;
6438
6631
  searchPromptText: string;
6439
6632
  loadingPlaceholder: string;
@@ -6455,10 +6648,11 @@ export declare const SelectWithRemoteOptions: {
6455
6648
  locale?: string | undefined;
6456
6649
  translate?: ((str: string, ...args: any[]) => string) | undefined;
6457
6650
  }, keyof ThemeProps> & import("amis-core/lib/theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
6458
- 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" | "createBtnLabel" | "searchPromptText" | "loadingPlaceholder" | "noResultsText" | "clearAllText" | "clearValueText" | "overlayPlacement" | "checkAll" | "checkAllLabel" | "defaultCheckAll">> & Partial<Pick<{
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<{
6459
6652
  multiple: boolean;
6460
6653
  clearable: boolean;
6461
6654
  creatable: boolean;
6655
+ showInvalidMatch: boolean;
6462
6656
  createBtnLabel: string;
6463
6657
  searchPromptText: string;
6464
6658
  loadingPlaceholder: string;