amis 1.5.6-beta.5 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (435) hide show
  1. package/.husky/pre-commit +1 -1
  2. package/lib/Schema.d.ts +3 -2
  3. package/lib/Schema.js.map +1 -1
  4. package/lib/components/AssociatedSelection.d.ts +84 -84
  5. package/lib/components/AssociatedSelection.js +2 -2
  6. package/lib/components/AssociatedSelection.js.map +2 -2
  7. package/lib/components/Avatar.d.ts +135 -0
  8. package/lib/components/Avatar.js +120 -0
  9. package/lib/components/Avatar.js.map +13 -0
  10. package/lib/components/BaiduMapPicker.js.map +2 -2
  11. package/lib/components/CalendarMobile.d.ts +547 -0
  12. package/lib/components/CalendarMobile.js +432 -0
  13. package/lib/components/CalendarMobile.js.map +13 -0
  14. package/lib/components/Card.js +1 -1
  15. package/lib/components/Card.js.map +2 -2
  16. package/lib/components/Cascader.d.ts +123 -0
  17. package/lib/components/Cascader.js +487 -0
  18. package/lib/components/Cascader.js.map +13 -0
  19. package/lib/components/ChainedSelection.d.ts +84 -84
  20. package/lib/components/ChainedSelection.js +15 -3
  21. package/lib/components/ChainedSelection.js.map +2 -2
  22. package/lib/components/CityArea.d.ts +527 -0
  23. package/lib/components/CityArea.js +177 -0
  24. package/lib/components/CityArea.js.map +13 -0
  25. package/lib/components/Collapse.js +1 -1
  26. package/lib/components/Collapse.js.map +2 -2
  27. package/lib/components/ColorPicker.d.ts +84 -84
  28. package/lib/components/ColorPicker.js +4 -3
  29. package/lib/components/ColorPicker.js.map +2 -2
  30. package/lib/components/DatePicker.d.ts +85 -84
  31. package/lib/components/DatePicker.js +15 -8
  32. package/lib/components/DatePicker.js.map +2 -2
  33. package/lib/components/DateRangePicker.d.ts +85 -84
  34. package/lib/components/DateRangePicker.js +18 -6
  35. package/lib/components/DateRangePicker.js.map +2 -2
  36. package/lib/components/GroupedSelection.d.ts +84 -84
  37. package/lib/components/GroupedSelection.js +14 -2
  38. package/lib/components/GroupedSelection.js.map +2 -2
  39. package/lib/components/MonthRangePicker.d.ts +85 -84
  40. package/lib/components/MonthRangePicker.js +16 -6
  41. package/lib/components/MonthRangePicker.js.map +2 -2
  42. package/lib/components/Overlay.d.ts +1 -1
  43. package/lib/components/Overlay.js.map +1 -1
  44. package/lib/components/Picker.d.ts +1 -0
  45. package/lib/components/Picker.js +16 -7
  46. package/lib/components/Picker.js.map +2 -2
  47. package/lib/components/PickerColumn.d.ts +1 -0
  48. package/lib/components/PickerColumn.js +21 -18
  49. package/lib/components/PickerColumn.js.map +2 -2
  50. package/lib/components/PickerContainer.d.ts +3 -0
  51. package/lib/components/PickerContainer.js +12 -5
  52. package/lib/components/PickerContainer.js.map +2 -2
  53. package/lib/components/PopOverContainer.d.ts +1 -0
  54. package/lib/components/PopOverContainer.js +5 -3
  55. package/lib/components/PopOverContainer.js.map +2 -2
  56. package/lib/components/PopUp.d.ts +1041 -28
  57. package/lib/components/PopUp.js +32 -8
  58. package/lib/components/PopUp.js.map +2 -2
  59. package/lib/components/Rating.d.ts +203 -73
  60. package/lib/components/Rating.js +147 -31
  61. package/lib/components/Rating.js.map +2 -2
  62. package/lib/components/ResultBox.d.ts +85 -84
  63. package/lib/components/ResultBox.js +9 -4
  64. package/lib/components/ResultBox.js.map +2 -2
  65. package/lib/components/ResultList.d.ts +9 -2
  66. package/lib/components/ResultList.js +22 -2
  67. package/lib/components/ResultList.js.map +2 -2
  68. package/lib/components/Select.d.ts +237 -237
  69. package/lib/components/Select.js +9 -6
  70. package/lib/components/Select.js.map +2 -2
  71. package/lib/components/Selection.d.ts +94 -86
  72. package/lib/components/Selection.js +11 -2
  73. package/lib/components/Selection.js.map +2 -2
  74. package/lib/components/Steps.js.map +2 -2
  75. package/lib/components/TableSelection.d.ts +85 -85
  76. package/lib/components/TableSelection.js +1 -9
  77. package/lib/components/TableSelection.js.map +2 -2
  78. package/lib/components/Tabs.js +31 -33
  79. package/lib/components/Tabs.js.map +2 -2
  80. package/lib/components/TabsTransfer.d.ts +87 -256
  81. package/lib/components/TabsTransfer.js +52 -9
  82. package/lib/components/TabsTransfer.js.map +2 -2
  83. package/lib/components/TabsTransferPicker.d.ts +1 -1
  84. package/lib/components/TabsTransferPicker.js +20 -18
  85. package/lib/components/TabsTransferPicker.js.map +2 -2
  86. package/lib/components/Timeline.d.ts +69 -0
  87. package/lib/components/Timeline.js +16 -0
  88. package/lib/components/Timeline.js.map +13 -0
  89. package/lib/components/TimelineItem.d.ts +516 -0
  90. package/lib/components/TimelineItem.js +41 -0
  91. package/lib/components/TimelineItem.js.map +13 -0
  92. package/lib/components/Transfer.d.ts +100 -98
  93. package/lib/components/Transfer.js +2 -3
  94. package/lib/components/Transfer.js.map +2 -2
  95. package/lib/components/TransferDropDown.d.ts +85 -84
  96. package/lib/components/TransferDropDown.js +9 -10
  97. package/lib/components/TransferDropDown.js.map +2 -2
  98. package/lib/components/TransferPicker.d.ts +1 -0
  99. package/lib/components/TransferPicker.js +19 -4
  100. package/lib/components/TransferPicker.js.map +2 -2
  101. package/lib/components/TreeSelection.d.ts +85 -85
  102. package/lib/components/TreeSelection.js +7 -1
  103. package/lib/components/TreeSelection.js.map +2 -2
  104. package/lib/components/calendar/Calendar.d.ts +19 -0
  105. package/lib/components/calendar/Calendar.js +71 -1
  106. package/lib/components/calendar/Calendar.js.map +2 -2
  107. package/lib/components/calendar/DaysView.d.ts +21 -0
  108. package/lib/components/calendar/DaysView.js +76 -17
  109. package/lib/components/calendar/DaysView.js.map +2 -2
  110. package/lib/components/calendar/MonthsView.d.ts +34 -0
  111. package/lib/components/calendar/MonthsView.js +68 -3
  112. package/lib/components/calendar/MonthsView.js.map +2 -2
  113. package/lib/components/calendar/QuartersView.d.ts +1 -0
  114. package/lib/components/calendar/QuartersView.js +2 -2
  115. package/lib/components/calendar/QuartersView.js.map +2 -2
  116. package/lib/components/calendar/TimeView.d.ts +30 -18
  117. package/lib/components/calendar/TimeView.js +47 -8
  118. package/lib/components/calendar/TimeView.js.map +2 -2
  119. package/lib/components/calendar/YearsView.d.ts +6 -0
  120. package/lib/components/calendar/YearsView.js +21 -10
  121. package/lib/components/calendar/YearsView.js.map +2 -2
  122. package/lib/components/condition-builder/Field.js +1 -4
  123. package/lib/components/condition-builder/Field.js.map +2 -2
  124. package/lib/components/condition-builder/Func.js +1 -1
  125. package/lib/components/condition-builder/Func.js.map +2 -2
  126. package/lib/components/formula/Editor.d.ts +3 -0
  127. package/lib/components/formula/Editor.js +3 -2
  128. package/lib/components/formula/Editor.js.map +2 -2
  129. package/lib/components/formula/FuncList.js +2 -1
  130. package/lib/components/formula/FuncList.js.map +2 -2
  131. package/lib/components/formula/Picker.js +1 -1
  132. package/lib/components/formula/Picker.js.map +2 -2
  133. package/lib/components/icons.js +4 -0
  134. package/lib/components/icons.js.map +2 -2
  135. package/lib/components/index.d.ts +2 -1
  136. package/lib/components/index.js +4 -2
  137. package/lib/components/index.js.map +2 -2
  138. package/lib/components/virtual-list/SizeAndPositionManager.js.map +2 -2
  139. package/lib/components/virtual-list/index.js +1 -2
  140. package/lib/components/virtual-list/index.js.map +2 -2
  141. package/lib/factory.js +5 -0
  142. package/lib/factory.js.map +2 -2
  143. package/lib/icons/star.js +12 -0
  144. package/lib/icons/tree-down.js +7 -0
  145. package/lib/index.d.ts +1 -0
  146. package/lib/index.js +2 -1
  147. package/lib/index.js.map +2 -2
  148. package/lib/locale/de-DE.js +17 -2
  149. package/lib/locale/de-DE.js.map +2 -2
  150. package/lib/locale/en-US.js +17 -2
  151. package/lib/locale/en-US.js.map +2 -2
  152. package/lib/locale/zh-CN.js +16 -1
  153. package/lib/locale/zh-CN.js.map +2 -2
  154. package/lib/renderers/Avatar.d.ts +35 -26
  155. package/lib/renderers/Avatar.js +14 -19
  156. package/lib/renderers/Avatar.js.map +2 -2
  157. package/lib/renderers/CRUD.js +1 -2
  158. package/lib/renderers/CRUD.js.map +2 -2
  159. package/lib/renderers/Card.js +6 -5
  160. package/lib/renderers/Card.js.map +2 -2
  161. package/lib/renderers/Custom.js.map +2 -2
  162. package/lib/renderers/DropDownButton.d.ts +11 -2
  163. package/lib/renderers/DropDownButton.js +30 -12
  164. package/lib/renderers/DropDownButton.js.map +2 -2
  165. package/lib/renderers/Each.js +5 -2
  166. package/lib/renderers/Each.js.map +2 -2
  167. package/lib/renderers/Flex.js +1 -5
  168. package/lib/renderers/Flex.js.map +2 -2
  169. package/lib/renderers/Form/ChartRadios.js.map +2 -2
  170. package/lib/renderers/Form/Checkboxes.js.map +2 -2
  171. package/lib/renderers/Form/CityDB.js +526 -2
  172. package/lib/renderers/Form/CityDB.js.map +2 -2
  173. package/lib/renderers/Form/DiffEditor.js +2 -1
  174. package/lib/renderers/Form/DiffEditor.js.map +2 -2
  175. package/lib/renderers/Form/InputCity.d.ts +85 -84
  176. package/lib/renderers/Form/InputCity.js +4 -2
  177. package/lib/renderers/Form/InputCity.js.map +2 -2
  178. package/lib/renderers/Form/InputColor.d.ts +84 -84
  179. package/lib/renderers/Form/InputColor.js +6 -2
  180. package/lib/renderers/Form/InputColor.js.map +2 -2
  181. package/lib/renderers/Form/InputDate.js +10 -5
  182. package/lib/renderers/Form/InputDate.js.map +2 -2
  183. package/lib/renderers/Form/InputDateRange.js +6 -2
  184. package/lib/renderers/Form/InputDateRange.js.map +2 -2
  185. package/lib/renderers/Form/InputFormula.d.ts +4 -1
  186. package/lib/renderers/Form/InputFormula.js +2 -2
  187. package/lib/renderers/Form/InputFormula.js.map +2 -2
  188. package/lib/renderers/Form/InputImage.d.ts +1 -0
  189. package/lib/renderers/Form/InputImage.js +8 -4
  190. package/lib/renderers/Form/InputImage.js.map +2 -2
  191. package/lib/renderers/Form/InputMonthRange.js +1 -1
  192. package/lib/renderers/Form/InputMonthRange.js.map +2 -2
  193. package/lib/renderers/Form/InputQuarterRange.js +1 -1
  194. package/lib/renderers/Form/InputQuarterRange.js.map +2 -2
  195. package/lib/renderers/Form/InputRating.d.ts +37 -0
  196. package/lib/renderers/Form/InputRating.js +6 -2
  197. package/lib/renderers/Form/InputRating.js.map +2 -2
  198. package/lib/renderers/Form/InputYearRange.js +1 -1
  199. package/lib/renderers/Form/InputYearRange.js.map +2 -2
  200. package/lib/renderers/Form/Item.d.ts +10 -14
  201. package/lib/renderers/Form/Item.js +18 -9
  202. package/lib/renderers/Form/Item.js.map +2 -2
  203. package/lib/renderers/Form/NestedSelect.d.ts +1 -0
  204. package/lib/renderers/Form/NestedSelect.js +8 -4
  205. package/lib/renderers/Form/NestedSelect.js.map +2 -2
  206. package/lib/renderers/Form/Select.d.ts +2 -0
  207. package/lib/renderers/Form/Select.js +7 -4
  208. package/lib/renderers/Form/Select.js.map +2 -2
  209. package/lib/renderers/Form/TabsTransfer.d.ts +5 -32
  210. package/lib/renderers/Form/TabsTransfer.js +20 -1
  211. package/lib/renderers/Form/TabsTransfer.js.map +2 -2
  212. package/lib/renderers/Form/TabsTransferPicker.d.ts +5 -35
  213. package/lib/renderers/Form/TabsTransferPicker.js +21 -2
  214. package/lib/renderers/Form/TabsTransferPicker.js.map +2 -2
  215. package/lib/renderers/Form/Transfer.d.ts +15 -4
  216. package/lib/renderers/Form/Transfer.js +55 -18
  217. package/lib/renderers/Form/Transfer.js.map +2 -2
  218. package/lib/renderers/Form/TransferPicker.d.ts +3 -32
  219. package/lib/renderers/Form/TransferPicker.js +1 -1
  220. package/lib/renderers/Form/TransferPicker.js.map +2 -2
  221. package/lib/renderers/Form/TreeSelect.js +4 -4
  222. package/lib/renderers/Form/TreeSelect.js.map +2 -2
  223. package/lib/renderers/Form/index.js +2 -1
  224. package/lib/renderers/Form/index.js.map +2 -2
  225. package/lib/renderers/IFrame.js +0 -2
  226. package/lib/renderers/IFrame.js.map +2 -2
  227. package/lib/renderers/Json.js +7 -0
  228. package/lib/renderers/Json.js.map +2 -2
  229. package/lib/renderers/Nav.js +4 -1
  230. package/lib/renderers/Nav.js.map +2 -2
  231. package/lib/renderers/Remark.d.ts +4 -0
  232. package/lib/renderers/Remark.js +39 -7
  233. package/lib/renderers/Remark.js.map +2 -2
  234. package/lib/renderers/Steps.js +5 -5
  235. package/lib/renderers/Steps.js.map +2 -2
  236. package/lib/renderers/Table/TableRow.js +4 -1
  237. package/lib/renderers/Table/TableRow.js.map +2 -2
  238. package/lib/renderers/Table/index.js +4 -1
  239. package/lib/renderers/Table/index.js.map +2 -2
  240. package/lib/renderers/Tabs.js +1 -1
  241. package/lib/renderers/Tabs.js.map +2 -2
  242. package/lib/renderers/Timeline.d.ts +65 -0
  243. package/lib/renderers/Timeline.js +54 -0
  244. package/lib/renderers/Timeline.js.map +13 -0
  245. package/lib/renderers/Video.js.map +2 -2
  246. package/lib/schemaExtend.js +23 -9
  247. package/lib/schemaExtend.js.map +2 -2
  248. package/lib/store/combo.js.map +2 -2
  249. package/lib/store/formItem.js +6 -6
  250. package/lib/store/formItem.js.map +2 -2
  251. package/lib/store/table.js +1 -1
  252. package/lib/store/table.js.map +2 -2
  253. package/lib/themes/ang-ie11.css +1018 -67
  254. package/lib/themes/ang.css +1018 -67
  255. package/lib/themes/ang.css.map +1 -1
  256. package/lib/themes/antd-ie11.css +1053 -67
  257. package/lib/themes/antd.css +1053 -67
  258. package/lib/themes/antd.css.map +1 -1
  259. package/lib/themes/cxd-ie11.css +1058 -78
  260. package/lib/themes/cxd.css +1058 -78
  261. package/lib/themes/cxd.css.map +1 -1
  262. package/lib/themes/dark-ie11.css +1019 -67
  263. package/lib/themes/dark.css +1019 -67
  264. package/lib/themes/dark.css.map +1 -1
  265. package/lib/themes/default.css +1058 -78
  266. package/lib/themes/default.css.map +1 -1
  267. package/lib/utils/RootClose.js +3 -1
  268. package/lib/utils/RootClose.js.map +2 -2
  269. package/lib/utils/helper.d.ts +1 -6
  270. package/lib/utils/helper.js +6 -17
  271. package/lib/utils/helper.js.map +2 -2
  272. package/package.json +12 -6
  273. package/schema.json +3696 -971
  274. package/scss/_properties.scss +21 -7
  275. package/scss/components/_avatar.scss +27 -9
  276. package/scss/components/_calendar.scss +287 -0
  277. package/scss/components/_card.scss +1 -1
  278. package/scss/components/_cascader.scss +102 -0
  279. package/scss/components/_city-area.scss +27 -0
  280. package/scss/components/_collapse-group.scss +1 -3
  281. package/scss/components/_dropdown.scss +39 -9
  282. package/scss/components/_formula.scss +30 -6
  283. package/scss/components/_modal.scss +18 -0
  284. package/scss/components/_panel.scss +45 -0
  285. package/scss/components/_picker-columns.scss +15 -5
  286. package/scss/components/_popup.scss +42 -15
  287. package/scss/components/_result-box.scss +31 -0
  288. package/scss/components/_timeline.scss +198 -0
  289. package/scss/components/form/_checks.scss +2 -0
  290. package/scss/components/form/_color.scss +2 -2
  291. package/scss/components/form/_date-range.scss +1 -1
  292. package/scss/components/form/_date.scss +46 -1
  293. package/scss/components/form/_form.scss +168 -0
  294. package/scss/components/form/_nested-select.scss +3 -0
  295. package/scss/components/form/_rating.scss +60 -21
  296. package/scss/components/form/_result-list.scss +2 -0
  297. package/scss/components/form/_select.scss +32 -3
  298. package/scss/components/form/_selection.scss +5 -4
  299. package/scss/components/form/_transfer.scss +3 -0
  300. package/scss/components/form/_tree-select.scss +1 -1
  301. package/scss/themes/_antd-variables.scss +42 -0
  302. package/scss/themes/_common.scss +3 -0
  303. package/scss/themes/_cxd-variables.scss +51 -2
  304. package/scss/themes/_dark-variables.scss +1 -0
  305. package/scss/themes/cxd.scss +0 -12
  306. package/sdk/ang-ie11.css +1278 -141
  307. package/sdk/ang.css +1296 -153
  308. package/sdk/antd-ie11.css +1278 -141
  309. package/sdk/antd.css +1331 -153
  310. package/sdk/charts.js +14 -14
  311. package/sdk/codemirror.js +7 -7
  312. package/sdk/color-picker.js +65 -65
  313. package/sdk/cropperjs.js +2 -2
  314. package/sdk/cxd-ie11.css +1258 -132
  315. package/sdk/cxd.css +1338 -168
  316. package/sdk/dark-ie11.css +1278 -141
  317. package/sdk/dark.css +1297 -153
  318. package/sdk/exceljs.js +1 -1
  319. package/sdk/locale/de-DE.js +17 -2
  320. package/sdk/markdown.js +69 -69
  321. package/sdk/papaparse.js +1 -1
  322. package/sdk/renderers/Form/CityDB.js +1 -1
  323. package/sdk/rest.js +18 -18
  324. package/sdk/rich-text.js +62 -62
  325. package/sdk/sdk-ie11.css +1258 -132
  326. package/sdk/sdk.css +1338 -168
  327. package/sdk/sdk.js +1242 -1218
  328. package/sdk/thirds/hls.js/hls.js +1 -1
  329. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  330. package/sdk/tinymce.js +57 -57
  331. package/src/Schema.ts +3 -0
  332. package/src/components/AssociatedSelection.tsx +5 -1
  333. package/src/components/Avatar.tsx +253 -0
  334. package/src/components/BaiduMapPicker.tsx +19 -14
  335. package/src/components/CalendarMobile.tsx +563 -0
  336. package/src/components/Card.tsx +2 -2
  337. package/src/components/Cascader.tsx +564 -0
  338. package/src/components/ChainedSelection.tsx +16 -3
  339. package/src/components/CityArea.tsx +315 -0
  340. package/src/components/Collapse.tsx +1 -1
  341. package/src/components/ColorPicker.tsx +41 -40
  342. package/src/components/DatePicker.tsx +54 -38
  343. package/src/components/DateRangePicker.tsx +83 -29
  344. package/src/components/GroupedSelection.tsx +14 -2
  345. package/src/components/MonthRangePicker.tsx +76 -30
  346. package/src/components/Overlay.tsx +1 -1
  347. package/src/components/Picker.tsx +55 -35
  348. package/src/components/PickerColumn.tsx +43 -36
  349. package/src/components/PickerContainer.tsx +13 -1
  350. package/src/components/PopOverContainer.tsx +31 -17
  351. package/src/components/PopUp.tsx +84 -57
  352. package/src/components/Rating.tsx +235 -47
  353. package/src/components/ResultBox.tsx +14 -2
  354. package/src/components/ResultList.tsx +36 -6
  355. package/src/components/Select.tsx +20 -23
  356. package/src/components/Selection.tsx +21 -3
  357. package/src/components/Steps.tsx +23 -10
  358. package/src/components/TableSelection.tsx +1 -44
  359. package/src/components/Tabs.tsx +65 -54
  360. package/src/components/TabsTransfer.tsx +78 -9
  361. package/src/components/TabsTransferPicker.tsx +25 -13
  362. package/src/components/Timeline.tsx +31 -0
  363. package/src/components/TimelineItem.tsx +107 -0
  364. package/src/components/Transfer.tsx +11 -8
  365. package/src/components/TransferDropDown.tsx +20 -12
  366. package/src/components/TransferPicker.tsx +25 -4
  367. package/src/components/TreeSelection.tsx +7 -1
  368. package/src/components/calendar/Calendar.tsx +101 -4
  369. package/src/components/calendar/DaysView.tsx +165 -33
  370. package/src/components/calendar/MonthsView.tsx +108 -1
  371. package/src/components/calendar/QuartersView.tsx +3 -2
  372. package/src/components/calendar/TimeView.tsx +104 -41
  373. package/src/components/calendar/YearsView.tsx +34 -17
  374. package/src/components/condition-builder/Field.tsx +1 -3
  375. package/src/components/condition-builder/Func.tsx +1 -1
  376. package/src/components/formula/Editor.tsx +16 -11
  377. package/src/components/formula/FuncList.tsx +3 -1
  378. package/src/components/formula/Picker.tsx +2 -1
  379. package/src/components/icons.tsx +4 -0
  380. package/src/components/index.tsx +2 -0
  381. package/src/components/virtual-list/SizeAndPositionManager.ts +6 -3
  382. package/src/components/virtual-list/index.tsx +4 -6
  383. package/src/factory.tsx +6 -0
  384. package/src/icons/star.svg +12 -0
  385. package/src/icons/tree-down.svg +5 -0
  386. package/src/index.tsx +1 -0
  387. package/src/locale/de-DE.ts +17 -2
  388. package/src/locale/en-US.ts +17 -2
  389. package/src/locale/zh-CN.ts +16 -1
  390. package/src/renderers/Avatar.tsx +83 -74
  391. package/src/renderers/CRUD.tsx +1 -3
  392. package/src/renderers/Card.tsx +10 -6
  393. package/src/renderers/Custom.tsx +6 -3
  394. package/src/renderers/DropDownButton.tsx +69 -35
  395. package/src/renderers/Each.tsx +4 -4
  396. package/src/renderers/Flex.tsx +3 -7
  397. package/src/renderers/Form/ChartRadios.tsx +2 -7
  398. package/src/renderers/Form/Checkboxes.tsx +1 -1
  399. package/src/renderers/Form/CityDB.ts +526 -2
  400. package/src/renderers/Form/DiffEditor.tsx +2 -3
  401. package/src/renderers/Form/InputCity.tsx +23 -3
  402. package/src/renderers/Form/InputColor.tsx +21 -2
  403. package/src/renderers/Form/InputDate.tsx +48 -20
  404. package/src/renderers/Form/InputDateRange.tsx +9 -2
  405. package/src/renderers/Form/InputFormula.tsx +9 -4
  406. package/src/renderers/Form/InputImage.tsx +9 -4
  407. package/src/renderers/Form/InputMonthRange.tsx +0 -1
  408. package/src/renderers/Form/InputQuarterRange.tsx +0 -1
  409. package/src/renderers/Form/InputRating.tsx +66 -3
  410. package/src/renderers/Form/InputYearRange.tsx +0 -1
  411. package/src/renderers/Form/Item.tsx +29 -8
  412. package/src/renderers/Form/NestedSelect.tsx +32 -4
  413. package/src/renderers/Form/Select.tsx +15 -3
  414. package/src/renderers/Form/TabsTransfer.tsx +28 -38
  415. package/src/renderers/Form/TabsTransferPicker.tsx +28 -46
  416. package/src/renderers/Form/Transfer.tsx +75 -24
  417. package/src/renderers/Form/TransferPicker.tsx +6 -38
  418. package/src/renderers/Form/TreeSelect.tsx +18 -16
  419. package/src/renderers/Form/index.tsx +2 -1
  420. package/src/renderers/IFrame.tsx +0 -2
  421. package/src/renderers/Json.tsx +5 -0
  422. package/src/renderers/Nav.tsx +4 -1
  423. package/src/renderers/Remark.tsx +68 -18
  424. package/src/renderers/Steps.tsx +11 -13
  425. package/src/renderers/Table/TableRow.tsx +3 -1
  426. package/src/renderers/Table/index.tsx +7 -1
  427. package/src/renderers/Tabs.tsx +6 -2
  428. package/src/renderers/Timeline.tsx +141 -0
  429. package/src/renderers/Video.tsx +4 -20
  430. package/src/schemaExtend.ts +22 -10
  431. package/src/store/combo.ts +1 -3
  432. package/src/store/formItem.ts +2 -2
  433. package/src/store/table.ts +2 -1
  434. package/src/utils/RootClose.ts +5 -1
  435. package/src/utils/helper.ts +6 -16
@@ -50,6 +50,7 @@ export interface CityPickerProps extends Omit<InputCityControlSchema, 'type' | '
50
50
  allowCity: boolean;
51
51
  allowDistrict: boolean;
52
52
  allowStreet: boolean;
53
+ useMobileUI?: boolean;
53
54
  }
54
55
  export interface CityPickerState {
55
56
  code: number;
@@ -98,7 +99,7 @@ export declare class CityPicker extends React.Component<CityPickerProps, CityPic
98
99
  render(): JSX.Element;
99
100
  }
100
101
  declare const ThemedCity: {
101
- new (props: (Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
102
+ new (props: (Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
102
103
  joinValues: boolean;
103
104
  extractValue: boolean;
104
105
  delimiter: string;
@@ -108,7 +109,7 @@ declare const ThemedCity: {
108
109
  }, never>> & {
109
110
  locale?: string | undefined;
110
111
  translate?: ((str: string, ...args: any[]) => string) | undefined;
111
- }, keyof ThemeProps> & import("../../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
112
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
112
113
  joinValues: boolean;
113
114
  extractValue: boolean;
114
115
  delimiter: string;
@@ -121,7 +122,7 @@ declare const ThemedCity: {
121
122
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>): {
122
123
  render(): JSX.Element;
123
124
  context: any;
124
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
125
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
125
126
  joinValues: boolean;
126
127
  extractValue: boolean;
127
128
  delimiter: string;
@@ -133,7 +134,7 @@ declare const ThemedCity: {
133
134
  translate?: ((str: string, ...args: any[]) => string) | undefined;
134
135
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
135
136
  forceUpdate(callback?: (() => void) | undefined): void;
136
- readonly props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
137
+ readonly props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
137
138
  joinValues: boolean;
138
139
  extractValue: boolean;
139
140
  delimiter: string;
@@ -151,7 +152,7 @@ declare const ThemedCity: {
151
152
  [key: string]: React.ReactInstance;
152
153
  };
153
154
  componentDidMount?(): void;
154
- shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
155
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
155
156
  joinValues: boolean;
156
157
  extractValue: boolean;
157
158
  delimiter: string;
@@ -164,7 +165,7 @@ declare const ThemedCity: {
164
165
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
165
166
  componentWillUnmount?(): void;
166
167
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
167
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
168
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
168
169
  joinValues: boolean;
169
170
  extractValue: boolean;
170
171
  delimiter: string;
@@ -175,7 +176,7 @@ declare const ThemedCity: {
175
176
  locale?: string | undefined;
176
177
  translate?: ((str: string, ...args: any[]) => string) | undefined;
177
178
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
178
- componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
179
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
179
180
  joinValues: boolean;
180
181
  extractValue: boolean;
181
182
  delimiter: string;
@@ -188,7 +189,7 @@ declare const ThemedCity: {
188
189
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
189
190
  componentWillMount?(): void;
190
191
  UNSAFE_componentWillMount?(): void;
191
- componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
192
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
192
193
  joinValues: boolean;
193
194
  extractValue: boolean;
194
195
  delimiter: string;
@@ -199,7 +200,7 @@ declare const ThemedCity: {
199
200
  locale?: string | undefined;
200
201
  translate?: ((str: string, ...args: any[]) => string) | undefined;
201
202
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
202
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
203
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
203
204
  joinValues: boolean;
204
205
  extractValue: boolean;
205
206
  delimiter: string;
@@ -210,7 +211,7 @@ declare const ThemedCity: {
210
211
  locale?: string | undefined;
211
212
  translate?: ((str: string, ...args: any[]) => string) | undefined;
212
213
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
213
- componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
214
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
214
215
  joinValues: boolean;
215
216
  extractValue: boolean;
216
217
  delimiter: string;
@@ -221,7 +222,7 @@ declare const ThemedCity: {
221
222
  locale?: string | undefined;
222
223
  translate?: ((str: string, ...args: any[]) => string) | undefined;
223
224
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
224
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
225
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
225
226
  joinValues: boolean;
226
227
  extractValue: boolean;
227
228
  delimiter: string;
@@ -233,7 +234,7 @@ declare const ThemedCity: {
233
234
  translate?: ((str: string, ...args: any[]) => string) | undefined;
234
235
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
235
236
  };
236
- new (props: Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
237
+ new (props: Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
237
238
  joinValues: boolean;
238
239
  extractValue: boolean;
239
240
  delimiter: string;
@@ -246,7 +247,7 @@ declare const ThemedCity: {
246
247
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps, context: any): {
247
248
  render(): JSX.Element;
248
249
  context: any;
249
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
250
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
250
251
  joinValues: boolean;
251
252
  extractValue: boolean;
252
253
  delimiter: string;
@@ -258,7 +259,7 @@ declare const ThemedCity: {
258
259
  translate?: ((str: string, ...args: any[]) => string) | undefined;
259
260
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
260
261
  forceUpdate(callback?: (() => void) | undefined): void;
261
- readonly props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
262
+ readonly props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
262
263
  joinValues: boolean;
263
264
  extractValue: boolean;
264
265
  delimiter: string;
@@ -276,7 +277,7 @@ declare const ThemedCity: {
276
277
  [key: string]: React.ReactInstance;
277
278
  };
278
279
  componentDidMount?(): void;
279
- shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
280
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
280
281
  joinValues: boolean;
281
282
  extractValue: boolean;
282
283
  delimiter: string;
@@ -289,7 +290,7 @@ declare const ThemedCity: {
289
290
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
290
291
  componentWillUnmount?(): void;
291
292
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
292
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
293
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
293
294
  joinValues: boolean;
294
295
  extractValue: boolean;
295
296
  delimiter: string;
@@ -300,7 +301,7 @@ declare const ThemedCity: {
300
301
  locale?: string | undefined;
301
302
  translate?: ((str: string, ...args: any[]) => string) | undefined;
302
303
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
303
- componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
304
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
304
305
  joinValues: boolean;
305
306
  extractValue: boolean;
306
307
  delimiter: string;
@@ -313,7 +314,7 @@ declare const ThemedCity: {
313
314
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
314
315
  componentWillMount?(): void;
315
316
  UNSAFE_componentWillMount?(): void;
316
- componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
317
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
317
318
  joinValues: boolean;
318
319
  extractValue: boolean;
319
320
  delimiter: string;
@@ -324,7 +325,7 @@ declare const ThemedCity: {
324
325
  locale?: string | undefined;
325
326
  translate?: ((str: string, ...args: any[]) => string) | undefined;
326
327
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
327
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
328
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
328
329
  joinValues: boolean;
329
330
  extractValue: boolean;
330
331
  delimiter: string;
@@ -335,7 +336,7 @@ declare const ThemedCity: {
335
336
  locale?: string | undefined;
336
337
  translate?: ((str: string, ...args: any[]) => string) | undefined;
337
338
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
338
- componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
339
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
339
340
  joinValues: boolean;
340
341
  extractValue: boolean;
341
342
  delimiter: string;
@@ -346,7 +347,7 @@ declare const ThemedCity: {
346
347
  locale?: string | undefined;
347
348
  translate?: ((str: string, ...args: any[]) => string) | undefined;
348
349
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
349
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
350
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
350
351
  joinValues: boolean;
351
352
  extractValue: boolean;
352
353
  delimiter: string;
@@ -361,7 +362,7 @@ declare const ThemedCity: {
361
362
  displayName: string;
362
363
  contextType: React.Context<string>;
363
364
  ComposedComponent: React.ComponentType<{
364
- new (props: (Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
365
+ new (props: (Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
365
366
  joinValues: boolean;
366
367
  extractValue: boolean;
367
368
  delimiter: string;
@@ -371,7 +372,7 @@ declare const ThemedCity: {
371
372
  }, never>> & {
372
373
  locale?: string | undefined;
373
374
  translate?: ((str: string, ...args: any[]) => string) | undefined;
374
- }) | Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
375
+ }) | Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
375
376
  joinValues: boolean;
376
377
  extractValue: boolean;
377
378
  delimiter: string;
@@ -384,7 +385,7 @@ declare const ThemedCity: {
384
385
  }>): {
385
386
  render(): JSX.Element;
386
387
  context: any;
387
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
388
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
388
389
  joinValues: boolean;
389
390
  extractValue: boolean;
390
391
  delimiter: string;
@@ -396,7 +397,7 @@ declare const ThemedCity: {
396
397
  translate?: ((str: string, ...args: any[]) => string) | undefined;
397
398
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
398
399
  forceUpdate(callback?: (() => void) | undefined): void;
399
- readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
400
+ readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
400
401
  joinValues: boolean;
401
402
  extractValue: boolean;
402
403
  delimiter: string;
@@ -414,7 +415,7 @@ declare const ThemedCity: {
414
415
  [key: string]: React.ReactInstance;
415
416
  };
416
417
  componentDidMount?(): void;
417
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
418
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
418
419
  joinValues: boolean;
419
420
  extractValue: boolean;
420
421
  delimiter: string;
@@ -427,7 +428,7 @@ declare const ThemedCity: {
427
428
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
428
429
  componentWillUnmount?(): void;
429
430
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
430
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
431
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
431
432
  joinValues: boolean;
432
433
  extractValue: boolean;
433
434
  delimiter: string;
@@ -438,7 +439,7 @@ declare const ThemedCity: {
438
439
  locale?: string | undefined;
439
440
  translate?: ((str: string, ...args: any[]) => string) | undefined;
440
441
  }>, prevState: Readonly<{}>): any;
441
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
442
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
442
443
  joinValues: boolean;
443
444
  extractValue: boolean;
444
445
  delimiter: string;
@@ -451,7 +452,7 @@ declare const ThemedCity: {
451
452
  }>, prevState: Readonly<{}>, snapshot?: any): void;
452
453
  componentWillMount?(): void;
453
454
  UNSAFE_componentWillMount?(): void;
454
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
455
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
455
456
  joinValues: boolean;
456
457
  extractValue: boolean;
457
458
  delimiter: string;
@@ -462,7 +463,7 @@ declare const ThemedCity: {
462
463
  locale?: string | undefined;
463
464
  translate?: ((str: string, ...args: any[]) => string) | undefined;
464
465
  }>, nextContext: any): void;
465
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
466
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
466
467
  joinValues: boolean;
467
468
  extractValue: boolean;
468
469
  delimiter: string;
@@ -473,7 +474,7 @@ declare const ThemedCity: {
473
474
  locale?: string | undefined;
474
475
  translate?: ((str: string, ...args: any[]) => string) | undefined;
475
476
  }>, nextContext: any): void;
476
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
477
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
477
478
  joinValues: boolean;
478
479
  extractValue: boolean;
479
480
  delimiter: string;
@@ -484,7 +485,7 @@ declare const ThemedCity: {
484
485
  locale?: string | undefined;
485
486
  translate?: ((str: string, ...args: any[]) => string) | undefined;
486
487
  }>, nextState: Readonly<{}>, nextContext: any): void;
487
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
488
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
488
489
  joinValues: boolean;
489
490
  extractValue: boolean;
490
491
  delimiter: string;
@@ -496,7 +497,7 @@ declare const ThemedCity: {
496
497
  translate?: ((str: string, ...args: any[]) => string) | undefined;
497
498
  }>, nextState: Readonly<{}>, nextContext: any): void;
498
499
  };
499
- new (props: Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
500
+ new (props: Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
500
501
  joinValues: boolean;
501
502
  extractValue: boolean;
502
503
  delimiter: string;
@@ -509,7 +510,7 @@ declare const ThemedCity: {
509
510
  }, context: any): {
510
511
  render(): JSX.Element;
511
512
  context: any;
512
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
513
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
513
514
  joinValues: boolean;
514
515
  extractValue: boolean;
515
516
  delimiter: string;
@@ -521,7 +522,7 @@ declare const ThemedCity: {
521
522
  translate?: ((str: string, ...args: any[]) => string) | undefined;
522
523
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
523
524
  forceUpdate(callback?: (() => void) | undefined): void;
524
- readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
525
+ readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
525
526
  joinValues: boolean;
526
527
  extractValue: boolean;
527
528
  delimiter: string;
@@ -539,7 +540,7 @@ declare const ThemedCity: {
539
540
  [key: string]: React.ReactInstance;
540
541
  };
541
542
  componentDidMount?(): void;
542
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
543
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
543
544
  joinValues: boolean;
544
545
  extractValue: boolean;
545
546
  delimiter: string;
@@ -552,7 +553,7 @@ declare const ThemedCity: {
552
553
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
553
554
  componentWillUnmount?(): void;
554
555
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
555
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
556
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
556
557
  joinValues: boolean;
557
558
  extractValue: boolean;
558
559
  delimiter: string;
@@ -563,7 +564,7 @@ declare const ThemedCity: {
563
564
  locale?: string | undefined;
564
565
  translate?: ((str: string, ...args: any[]) => string) | undefined;
565
566
  }>, prevState: Readonly<{}>): any;
566
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
567
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
567
568
  joinValues: boolean;
568
569
  extractValue: boolean;
569
570
  delimiter: string;
@@ -576,7 +577,7 @@ declare const ThemedCity: {
576
577
  }>, prevState: Readonly<{}>, snapshot?: any): void;
577
578
  componentWillMount?(): void;
578
579
  UNSAFE_componentWillMount?(): void;
579
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
580
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
580
581
  joinValues: boolean;
581
582
  extractValue: boolean;
582
583
  delimiter: string;
@@ -587,7 +588,7 @@ declare const ThemedCity: {
587
588
  locale?: string | undefined;
588
589
  translate?: ((str: string, ...args: any[]) => string) | undefined;
589
590
  }>, nextContext: any): void;
590
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
591
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
591
592
  joinValues: boolean;
592
593
  extractValue: boolean;
593
594
  delimiter: string;
@@ -598,7 +599,7 @@ declare const ThemedCity: {
598
599
  locale?: string | undefined;
599
600
  translate?: ((str: string, ...args: any[]) => string) | undefined;
600
601
  }>, nextContext: any): void;
601
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
602
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
602
603
  joinValues: boolean;
603
604
  extractValue: boolean;
604
605
  delimiter: string;
@@ -609,7 +610,7 @@ declare const ThemedCity: {
609
610
  locale?: string | undefined;
610
611
  translate?: ((str: string, ...args: any[]) => string) | undefined;
611
612
  }>, nextState: Readonly<{}>, nextContext: any): void;
612
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
613
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
613
614
  joinValues: boolean;
614
615
  extractValue: boolean;
615
616
  delimiter: string;
@@ -628,7 +629,7 @@ declare const ThemedCity: {
628
629
  ComposedComponent: typeof CityPicker;
629
630
  }>;
630
631
  } & import("hoist-non-react-statics").NonReactStatics<{
631
- new (props: (Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
632
+ new (props: (Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
632
633
  joinValues: boolean;
633
634
  extractValue: boolean;
634
635
  delimiter: string;
@@ -638,7 +639,7 @@ declare const ThemedCity: {
638
639
  }, never>> & {
639
640
  locale?: string | undefined;
640
641
  translate?: ((str: string, ...args: any[]) => string) | undefined;
641
- }) | Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
642
+ }) | Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
642
643
  joinValues: boolean;
643
644
  extractValue: boolean;
644
645
  delimiter: string;
@@ -651,7 +652,7 @@ declare const ThemedCity: {
651
652
  }>): {
652
653
  render(): JSX.Element;
653
654
  context: any;
654
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
655
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
655
656
  joinValues: boolean;
656
657
  extractValue: boolean;
657
658
  delimiter: string;
@@ -663,7 +664,7 @@ declare const ThemedCity: {
663
664
  translate?: ((str: string, ...args: any[]) => string) | undefined;
664
665
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
665
666
  forceUpdate(callback?: (() => void) | undefined): void;
666
- readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
667
+ readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
667
668
  joinValues: boolean;
668
669
  extractValue: boolean;
669
670
  delimiter: string;
@@ -681,7 +682,7 @@ declare const ThemedCity: {
681
682
  [key: string]: React.ReactInstance;
682
683
  };
683
684
  componentDidMount?(): void;
684
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
685
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
685
686
  joinValues: boolean;
686
687
  extractValue: boolean;
687
688
  delimiter: string;
@@ -694,7 +695,7 @@ declare const ThemedCity: {
694
695
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
695
696
  componentWillUnmount?(): void;
696
697
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
697
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
698
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
698
699
  joinValues: boolean;
699
700
  extractValue: boolean;
700
701
  delimiter: string;
@@ -705,7 +706,7 @@ declare const ThemedCity: {
705
706
  locale?: string | undefined;
706
707
  translate?: ((str: string, ...args: any[]) => string) | undefined;
707
708
  }>, prevState: Readonly<{}>): any;
708
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
709
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
709
710
  joinValues: boolean;
710
711
  extractValue: boolean;
711
712
  delimiter: string;
@@ -718,7 +719,7 @@ declare const ThemedCity: {
718
719
  }>, prevState: Readonly<{}>, snapshot?: any): void;
719
720
  componentWillMount?(): void;
720
721
  UNSAFE_componentWillMount?(): void;
721
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
722
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
722
723
  joinValues: boolean;
723
724
  extractValue: boolean;
724
725
  delimiter: string;
@@ -729,7 +730,7 @@ declare const ThemedCity: {
729
730
  locale?: string | undefined;
730
731
  translate?: ((str: string, ...args: any[]) => string) | undefined;
731
732
  }>, nextContext: any): void;
732
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
733
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
733
734
  joinValues: boolean;
734
735
  extractValue: boolean;
735
736
  delimiter: string;
@@ -740,7 +741,7 @@ declare const ThemedCity: {
740
741
  locale?: string | undefined;
741
742
  translate?: ((str: string, ...args: any[]) => string) | undefined;
742
743
  }>, nextContext: any): void;
743
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
744
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
744
745
  joinValues: boolean;
745
746
  extractValue: boolean;
746
747
  delimiter: string;
@@ -751,7 +752,7 @@ declare const ThemedCity: {
751
752
  locale?: string | undefined;
752
753
  translate?: ((str: string, ...args: any[]) => string) | undefined;
753
754
  }>, nextState: Readonly<{}>, nextContext: any): void;
754
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
755
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
755
756
  joinValues: boolean;
756
757
  extractValue: boolean;
757
758
  delimiter: string;
@@ -763,7 +764,7 @@ declare const ThemedCity: {
763
764
  translate?: ((str: string, ...args: any[]) => string) | undefined;
764
765
  }>, nextState: Readonly<{}>, nextContext: any): void;
765
766
  };
766
- new (props: Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
767
+ new (props: Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
767
768
  joinValues: boolean;
768
769
  extractValue: boolean;
769
770
  delimiter: string;
@@ -776,7 +777,7 @@ declare const ThemedCity: {
776
777
  }, context: any): {
777
778
  render(): JSX.Element;
778
779
  context: any;
779
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
780
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
780
781
  joinValues: boolean;
781
782
  extractValue: boolean;
782
783
  delimiter: string;
@@ -788,7 +789,7 @@ declare const ThemedCity: {
788
789
  translate?: ((str: string, ...args: any[]) => string) | undefined;
789
790
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
790
791
  forceUpdate(callback?: (() => void) | undefined): void;
791
- readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
792
+ readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
792
793
  joinValues: boolean;
793
794
  extractValue: boolean;
794
795
  delimiter: string;
@@ -806,7 +807,7 @@ declare const ThemedCity: {
806
807
  [key: string]: React.ReactInstance;
807
808
  };
808
809
  componentDidMount?(): void;
809
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
810
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
810
811
  joinValues: boolean;
811
812
  extractValue: boolean;
812
813
  delimiter: string;
@@ -819,7 +820,7 @@ declare const ThemedCity: {
819
820
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
820
821
  componentWillUnmount?(): void;
821
822
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
822
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
823
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
823
824
  joinValues: boolean;
824
825
  extractValue: boolean;
825
826
  delimiter: string;
@@ -830,7 +831,7 @@ declare const ThemedCity: {
830
831
  locale?: string | undefined;
831
832
  translate?: ((str: string, ...args: any[]) => string) | undefined;
832
833
  }>, prevState: Readonly<{}>): any;
833
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
834
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
834
835
  joinValues: boolean;
835
836
  extractValue: boolean;
836
837
  delimiter: string;
@@ -843,7 +844,7 @@ declare const ThemedCity: {
843
844
  }>, prevState: Readonly<{}>, snapshot?: any): void;
844
845
  componentWillMount?(): void;
845
846
  UNSAFE_componentWillMount?(): void;
846
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
847
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
847
848
  joinValues: boolean;
848
849
  extractValue: boolean;
849
850
  delimiter: string;
@@ -854,7 +855,7 @@ declare const ThemedCity: {
854
855
  locale?: string | undefined;
855
856
  translate?: ((str: string, ...args: any[]) => string) | undefined;
856
857
  }>, nextContext: any): void;
857
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
858
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
858
859
  joinValues: boolean;
859
860
  extractValue: boolean;
860
861
  delimiter: string;
@@ -865,7 +866,7 @@ declare const ThemedCity: {
865
866
  locale?: string | undefined;
866
867
  translate?: ((str: string, ...args: any[]) => string) | undefined;
867
868
  }>, nextContext: any): void;
868
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
869
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
869
870
  joinValues: boolean;
870
871
  extractValue: boolean;
871
872
  delimiter: string;
@@ -876,7 +877,7 @@ declare const ThemedCity: {
876
877
  locale?: string | undefined;
877
878
  translate?: ((str: string, ...args: any[]) => string) | undefined;
878
879
  }>, nextState: Readonly<{}>, nextContext: any): void;
879
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
880
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
880
881
  joinValues: boolean;
881
882
  extractValue: boolean;
882
883
  delimiter: string;
@@ -895,7 +896,7 @@ declare const ThemedCity: {
895
896
  ComposedComponent: typeof CityPicker;
896
897
  }, {}> & {
897
898
  ComposedComponent: {
898
- new (props: (Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
899
+ new (props: (Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
899
900
  joinValues: boolean;
900
901
  extractValue: boolean;
901
902
  delimiter: string;
@@ -905,7 +906,7 @@ declare const ThemedCity: {
905
906
  }, never>> & {
906
907
  locale?: string | undefined;
907
908
  translate?: ((str: string, ...args: any[]) => string) | undefined;
908
- }) | Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
909
+ }) | Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
909
910
  joinValues: boolean;
910
911
  extractValue: boolean;
911
912
  delimiter: string;
@@ -918,7 +919,7 @@ declare const ThemedCity: {
918
919
  }>): {
919
920
  render(): JSX.Element;
920
921
  context: any;
921
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
922
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
922
923
  joinValues: boolean;
923
924
  extractValue: boolean;
924
925
  delimiter: string;
@@ -930,7 +931,7 @@ declare const ThemedCity: {
930
931
  translate?: ((str: string, ...args: any[]) => string) | undefined;
931
932
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
932
933
  forceUpdate(callback?: (() => void) | undefined): void;
933
- readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
934
+ readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
934
935
  joinValues: boolean;
935
936
  extractValue: boolean;
936
937
  delimiter: string;
@@ -948,7 +949,7 @@ declare const ThemedCity: {
948
949
  [key: string]: React.ReactInstance;
949
950
  };
950
951
  componentDidMount?(): void;
951
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
952
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
952
953
  joinValues: boolean;
953
954
  extractValue: boolean;
954
955
  delimiter: string;
@@ -961,7 +962,7 @@ declare const ThemedCity: {
961
962
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
962
963
  componentWillUnmount?(): void;
963
964
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
964
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
965
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
965
966
  joinValues: boolean;
966
967
  extractValue: boolean;
967
968
  delimiter: string;
@@ -972,7 +973,7 @@ declare const ThemedCity: {
972
973
  locale?: string | undefined;
973
974
  translate?: ((str: string, ...args: any[]) => string) | undefined;
974
975
  }>, prevState: Readonly<{}>): any;
975
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
976
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
976
977
  joinValues: boolean;
977
978
  extractValue: boolean;
978
979
  delimiter: string;
@@ -985,7 +986,7 @@ declare const ThemedCity: {
985
986
  }>, prevState: Readonly<{}>, snapshot?: any): void;
986
987
  componentWillMount?(): void;
987
988
  UNSAFE_componentWillMount?(): void;
988
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
989
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
989
990
  joinValues: boolean;
990
991
  extractValue: boolean;
991
992
  delimiter: string;
@@ -996,7 +997,7 @@ declare const ThemedCity: {
996
997
  locale?: string | undefined;
997
998
  translate?: ((str: string, ...args: any[]) => string) | undefined;
998
999
  }>, nextContext: any): void;
999
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1000
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1000
1001
  joinValues: boolean;
1001
1002
  extractValue: boolean;
1002
1003
  delimiter: string;
@@ -1007,7 +1008,7 @@ declare const ThemedCity: {
1007
1008
  locale?: string | undefined;
1008
1009
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1009
1010
  }>, nextContext: any): void;
1010
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1011
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1011
1012
  joinValues: boolean;
1012
1013
  extractValue: boolean;
1013
1014
  delimiter: string;
@@ -1018,7 +1019,7 @@ declare const ThemedCity: {
1018
1019
  locale?: string | undefined;
1019
1020
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1020
1021
  }>, nextState: Readonly<{}>, nextContext: any): void;
1021
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1022
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1022
1023
  joinValues: boolean;
1023
1024
  extractValue: boolean;
1024
1025
  delimiter: string;
@@ -1030,7 +1031,7 @@ declare const ThemedCity: {
1030
1031
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1031
1032
  }>, nextState: Readonly<{}>, nextContext: any): void;
1032
1033
  };
1033
- new (props: Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1034
+ new (props: Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1034
1035
  joinValues: boolean;
1035
1036
  extractValue: boolean;
1036
1037
  delimiter: string;
@@ -1043,7 +1044,7 @@ declare const ThemedCity: {
1043
1044
  }, context: any): {
1044
1045
  render(): JSX.Element;
1045
1046
  context: any;
1046
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1047
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1047
1048
  joinValues: boolean;
1048
1049
  extractValue: boolean;
1049
1050
  delimiter: string;
@@ -1055,7 +1056,7 @@ declare const ThemedCity: {
1055
1056
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1056
1057
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
1057
1058
  forceUpdate(callback?: (() => void) | undefined): void;
1058
- readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1059
+ readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1059
1060
  joinValues: boolean;
1060
1061
  extractValue: boolean;
1061
1062
  delimiter: string;
@@ -1073,7 +1074,7 @@ declare const ThemedCity: {
1073
1074
  [key: string]: React.ReactInstance;
1074
1075
  };
1075
1076
  componentDidMount?(): void;
1076
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1077
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1077
1078
  joinValues: boolean;
1078
1079
  extractValue: boolean;
1079
1080
  delimiter: string;
@@ -1086,7 +1087,7 @@ declare const ThemedCity: {
1086
1087
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
1087
1088
  componentWillUnmount?(): void;
1088
1089
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
1089
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1090
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1090
1091
  joinValues: boolean;
1091
1092
  extractValue: boolean;
1092
1093
  delimiter: string;
@@ -1097,7 +1098,7 @@ declare const ThemedCity: {
1097
1098
  locale?: string | undefined;
1098
1099
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1099
1100
  }>, prevState: Readonly<{}>): any;
1100
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1101
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1101
1102
  joinValues: boolean;
1102
1103
  extractValue: boolean;
1103
1104
  delimiter: string;
@@ -1110,7 +1111,7 @@ declare const ThemedCity: {
1110
1111
  }>, prevState: Readonly<{}>, snapshot?: any): void;
1111
1112
  componentWillMount?(): void;
1112
1113
  UNSAFE_componentWillMount?(): void;
1113
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1114
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1114
1115
  joinValues: boolean;
1115
1116
  extractValue: boolean;
1116
1117
  delimiter: string;
@@ -1121,7 +1122,7 @@ declare const ThemedCity: {
1121
1122
  locale?: string | undefined;
1122
1123
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1123
1124
  }>, nextContext: any): void;
1124
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1125
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1125
1126
  joinValues: boolean;
1126
1127
  extractValue: boolean;
1127
1128
  delimiter: string;
@@ -1132,7 +1133,7 @@ declare const ThemedCity: {
1132
1133
  locale?: string | undefined;
1133
1134
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1134
1135
  }>, nextContext: any): void;
1135
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1136
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1136
1137
  joinValues: boolean;
1137
1138
  extractValue: boolean;
1138
1139
  delimiter: string;
@@ -1143,7 +1144,7 @@ declare const ThemedCity: {
1143
1144
  locale?: string | undefined;
1144
1145
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1145
1146
  }>, nextState: Readonly<{}>, nextContext: any): void;
1146
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1147
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1147
1148
  joinValues: boolean;
1148
1149
  extractValue: boolean;
1149
1150
  delimiter: string;