amis 1.6.2 → 1.6.3

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 (239) hide show
  1. package/lib/Schema.d.ts +3 -2
  2. package/lib/Schema.js.map +1 -1
  3. package/lib/components/CalendarMobile.d.ts +84 -84
  4. package/lib/components/Card.d.ts +20 -20
  5. package/lib/components/Collapse.js +3 -2
  6. package/lib/components/Collapse.js.map +2 -2
  7. package/lib/components/ColorPicker.d.ts +84 -84
  8. package/lib/components/ColorPicker.js +1 -1
  9. package/lib/components/ColorPicker.js.map +2 -2
  10. package/lib/components/DatePicker.d.ts +84 -84
  11. package/lib/components/DatePicker.js +1 -1
  12. package/lib/components/DatePicker.js.map +2 -2
  13. package/lib/components/DateRangePicker.d.ts +84 -84
  14. package/lib/components/DateRangePicker.js +2 -2
  15. package/lib/components/DateRangePicker.js.map +2 -2
  16. package/lib/components/Editor.d.ts +84 -84
  17. package/lib/components/ListGroup.d.ts +21 -21
  18. package/lib/components/LocationPicker.d.ts +84 -84
  19. package/lib/components/LocationPicker.js +1 -1
  20. package/lib/components/LocationPicker.js.map +2 -2
  21. package/lib/components/MonthRangePicker.d.ts +84 -84
  22. package/lib/components/PickerContainer.d.ts +1 -0
  23. package/lib/components/PickerContainer.js +2 -2
  24. package/lib/components/PickerContainer.js.map +2 -2
  25. package/lib/components/ResultBox.js +1 -1
  26. package/lib/components/ResultBox.js.map +2 -2
  27. package/lib/components/Select.d.ts +237 -237
  28. package/lib/components/Tabs.d.ts +3 -2
  29. package/lib/components/Tabs.js.map +2 -2
  30. package/lib/components/calendar/Calendar.js +1 -2
  31. package/lib/components/calendar/Calendar.js.map +2 -2
  32. package/lib/components/condition-builder/Expression.d.ts +2 -0
  33. package/lib/components/condition-builder/Expression.js +2 -2
  34. package/lib/components/condition-builder/Expression.js.map +2 -2
  35. package/lib/components/condition-builder/Group.d.ts +3 -0
  36. package/lib/components/condition-builder/Group.js +3 -3
  37. package/lib/components/condition-builder/Group.js.map +2 -2
  38. package/lib/components/condition-builder/GroupOrItem.d.ts +2 -0
  39. package/lib/components/condition-builder/GroupOrItem.js +2 -2
  40. package/lib/components/condition-builder/GroupOrItem.js.map +2 -2
  41. package/lib/components/condition-builder/Item.d.ts +2 -0
  42. package/lib/components/condition-builder/Item.js +4 -4
  43. package/lib/components/condition-builder/Item.js.map +2 -2
  44. package/lib/components/condition-builder/Value.d.ts +2 -0
  45. package/lib/components/condition-builder/Value.js +15 -2
  46. package/lib/components/condition-builder/Value.js.map +2 -2
  47. package/lib/components/condition-builder/index.d.ts +3 -0
  48. package/lib/components/condition-builder/index.js +2 -2
  49. package/lib/components/condition-builder/index.js.map +2 -2
  50. package/lib/components/formula/Editor.d.ts +88 -84
  51. package/lib/components/formula/Editor.js +22 -25
  52. package/lib/components/formula/Editor.js.map +2 -2
  53. package/lib/components/formula/FuncList.d.ts +3 -0
  54. package/lib/components/formula/FuncList.js +19 -9
  55. package/lib/components/formula/FuncList.js.map +2 -2
  56. package/lib/components/formula/Picker.d.ts +44 -0
  57. package/lib/components/formula/Picker.js +33 -8
  58. package/lib/components/formula/Picker.js.map +2 -2
  59. package/lib/components/formula/VariableList.d.ts +8 -1
  60. package/lib/components/formula/VariableList.js +13 -4
  61. package/lib/components/formula/VariableList.js.map +2 -2
  62. package/lib/components/icons.d.ts +3 -1
  63. package/lib/components/icons.js +7 -1
  64. package/lib/components/icons.js.map +2 -2
  65. package/lib/env.d.ts +4 -0
  66. package/lib/env.js.map +2 -2
  67. package/lib/factory.d.ts +4 -0
  68. package/lib/factory.js +5 -1
  69. package/lib/factory.js.map +2 -2
  70. package/lib/helper.css.map +1 -1
  71. package/lib/icons/function.js +7 -0
  72. package/lib/icons/input-clear.js +7 -0
  73. package/lib/index.d.ts +1 -0
  74. package/lib/index.js +2 -1
  75. package/lib/index.js.map +2 -2
  76. package/lib/locale/de-DE.js +8 -1
  77. package/lib/locale/de-DE.js.map +2 -2
  78. package/lib/locale/en-US.js +5 -1
  79. package/lib/locale/en-US.js.map +2 -2
  80. package/lib/locale/zh-CN.js +8 -1
  81. package/lib/locale/zh-CN.js.map +2 -2
  82. package/lib/renderers/Breadcrumb.js.map +2 -2
  83. package/lib/renderers/CRUD.js +4 -3
  84. package/lib/renderers/CRUD.js.map +2 -2
  85. package/lib/renderers/Calendar.d.ts +45 -0
  86. package/lib/renderers/Calendar.js +21 -0
  87. package/lib/renderers/Calendar.js.map +13 -0
  88. package/lib/renderers/Card.js +2 -2
  89. package/lib/renderers/Card.js.map +2 -2
  90. package/lib/renderers/Form/ConditionBuilder.d.ts +8 -0
  91. package/lib/renderers/Form/ConditionBuilder.js.map +2 -2
  92. package/lib/renderers/Form/IconPicker.d.ts +2 -0
  93. package/lib/renderers/Form/IconPicker.js +22 -2
  94. package/lib/renderers/Form/IconPicker.js.map +2 -2
  95. package/lib/renderers/Form/InputCity.d.ts +84 -84
  96. package/lib/renderers/Form/InputColor.d.ts +84 -84
  97. package/lib/renderers/Form/InputColor.js +1 -1
  98. package/lib/renderers/Form/InputColor.js.map +2 -2
  99. package/lib/renderers/Form/InputDate.d.ts +0 -18
  100. package/lib/renderers/Form/InputDate.js +1 -1
  101. package/lib/renderers/Form/InputDate.js.map +2 -2
  102. package/lib/renderers/Form/InputDateRange.js +1 -1
  103. package/lib/renderers/Form/InputDateRange.js.map +2 -2
  104. package/lib/renderers/Form/InputFormula.d.ts +42 -0
  105. package/lib/renderers/Form/InputFormula.js +6 -2
  106. package/lib/renderers/Form/InputFormula.js.map +2 -2
  107. package/lib/renderers/Form/InputText.d.ts +5 -0
  108. package/lib/renderers/Form/InputText.js +22 -4
  109. package/lib/renderers/Form/InputText.js.map +2 -2
  110. package/lib/renderers/Form/Picker.js +1 -1
  111. package/lib/renderers/Form/Picker.js.map +2 -2
  112. package/lib/renderers/Form/Textarea.d.ts +12 -0
  113. package/lib/renderers/Form/Textarea.js +31 -15
  114. package/lib/renderers/Form/Textarea.js.map +2 -2
  115. package/lib/renderers/Form/Transfer.d.ts +1 -1
  116. package/lib/renderers/Form/Transfer.js +7 -1
  117. package/lib/renderers/Form/Transfer.js.map +2 -2
  118. package/lib/renderers/Form/index.js +4 -0
  119. package/lib/renderers/Form/index.js.map +2 -2
  120. package/lib/renderers/IFrame.js +8 -3
  121. package/lib/renderers/IFrame.js.map +2 -2
  122. package/lib/renderers/Tpl.js +1 -1
  123. package/lib/renderers/Tpl.js.map +2 -2
  124. package/lib/schemaExtend.js +11 -8
  125. package/lib/schemaExtend.js.map +2 -2
  126. package/lib/themes/ang-ie11.css +427 -141
  127. package/lib/themes/ang.css +427 -141
  128. package/lib/themes/ang.css.map +1 -1
  129. package/lib/themes/antd-ie11.css +427 -141
  130. package/lib/themes/antd.css +427 -141
  131. package/lib/themes/antd.css.map +1 -1
  132. package/lib/themes/cxd-ie11.css +432 -152
  133. package/lib/themes/cxd.css +432 -152
  134. package/lib/themes/cxd.css.map +1 -1
  135. package/lib/themes/dark-ie11.css +427 -141
  136. package/lib/themes/dark.css +427 -141
  137. package/lib/themes/dark.css.map +1 -1
  138. package/lib/themes/default.css +432 -152
  139. package/lib/themes/default.css.map +1 -1
  140. package/lib/utils/api.js +22 -9
  141. package/lib/utils/api.js.map +2 -2
  142. package/lib/utils/helper.d.ts +1 -0
  143. package/lib/utils/helper.js +10 -1
  144. package/lib/utils/helper.js.map +2 -2
  145. package/package.json +2 -2
  146. package/schema.json +201 -66
  147. package/scss/_mixins.scss +10 -5
  148. package/scss/_properties.scss +11 -0
  149. package/scss/components/_collapse-group.scss +4 -0
  150. package/scss/components/_condition-builder.scss +8 -1
  151. package/scss/components/_formula.scss +247 -74
  152. package/scss/components/_result-box.scss +0 -13
  153. package/scss/components/form/_color.scss +0 -2
  154. package/scss/components/form/_date-range.scss +14 -7
  155. package/scss/components/form/_date.scss +14 -7
  156. package/scss/components/form/_form.scss +1 -0
  157. package/scss/components/form/_icon-picker.scss +2 -0
  158. package/scss/components/form/_location.scss +0 -1
  159. package/scss/components/form/_picker.scss +0 -1
  160. package/scss/components/form/_text.scss +6 -7
  161. package/scss/components/form/_textarea.scss +16 -0
  162. package/scss/components/form/_transfer.scss +2 -1
  163. package/scss/themes/_cxd-variables.scss +5 -3
  164. package/scss/themes/cxd.scss +0 -13
  165. package/sdk/ang-ie11.css +467 -126
  166. package/sdk/ang.css +486 -141
  167. package/sdk/antd-ie11.css +467 -126
  168. package/sdk/antd.css +486 -141
  169. package/sdk/charts.js +17 -17
  170. package/sdk/codemirror.js +7 -7
  171. package/sdk/color-picker.js +65 -69
  172. package/sdk/cropperjs.js +3 -3
  173. package/sdk/cxd-ie11.css +474 -142
  174. package/sdk/cxd.css +491 -153
  175. package/sdk/dark-ie11.css +467 -126
  176. package/sdk/dark.css +486 -141
  177. package/sdk/exceljs.js +1 -1
  178. package/sdk/helper.css.map +1 -1
  179. package/sdk/locale/de-DE.js +8 -1
  180. package/sdk/markdown.js +69 -69
  181. package/sdk/papaparse.js +1 -1
  182. package/sdk/renderers/Form/CityDB.js +1 -1
  183. package/sdk/rest.js +20 -16
  184. package/sdk/rich-text.js +62 -62
  185. package/sdk/sdk-ie11.css +474 -142
  186. package/sdk/sdk.css +491 -153
  187. package/sdk/sdk.js +1351 -1273
  188. package/sdk/thirds/hls.js/hls.js +18 -18
  189. package/sdk/thirds/mpegts.js/mpegts.js +2 -2
  190. package/sdk/tinymce.js +57 -57
  191. package/src/Schema.ts +3 -0
  192. package/src/components/Collapse.tsx +4 -1
  193. package/src/components/ColorPicker.tsx +1 -1
  194. package/src/components/DatePicker.tsx +1 -1
  195. package/src/components/DateRangePicker.tsx +2 -2
  196. package/src/components/LocationPicker.tsx +1 -1
  197. package/src/components/PickerContainer.tsx +3 -1
  198. package/src/components/ResultBox.tsx +1 -1
  199. package/src/components/Tabs.tsx +4 -2
  200. package/src/components/calendar/Calendar.tsx +1 -2
  201. package/src/components/condition-builder/Expression.tsx +5 -2
  202. package/src/components/condition-builder/Group.tsx +8 -2
  203. package/src/components/condition-builder/GroupOrItem.tsx +5 -1
  204. package/src/components/condition-builder/Item.tsx +7 -1
  205. package/src/components/condition-builder/Value.tsx +17 -4
  206. package/src/components/condition-builder/index.tsx +8 -1
  207. package/src/components/formula/Editor.tsx +43 -23
  208. package/src/components/formula/FuncList.tsx +74 -44
  209. package/src/components/formula/Picker.tsx +161 -23
  210. package/src/components/formula/VariableList.tsx +54 -9
  211. package/src/components/icons.tsx +7 -1
  212. package/src/env.tsx +5 -0
  213. package/src/factory.tsx +9 -1
  214. package/src/icons/function.svg +4 -0
  215. package/src/icons/input-clear.svg +1 -0
  216. package/src/index.tsx +1 -0
  217. package/src/locale/de-DE.ts +8 -1
  218. package/src/locale/en-US.ts +5 -1
  219. package/src/locale/zh-CN.ts +8 -1
  220. package/src/renderers/Breadcrumb.tsx +0 -1
  221. package/src/renderers/CRUD.tsx +6 -3
  222. package/src/renderers/Calendar.tsx +43 -0
  223. package/src/renderers/Card.tsx +12 -2
  224. package/src/renderers/Form/ConditionBuilder.tsx +11 -0
  225. package/src/renderers/Form/IconPicker.tsx +29 -0
  226. package/src/renderers/Form/InputColor.tsx +1 -1
  227. package/src/renderers/Form/InputDate.tsx +1 -21
  228. package/src/renderers/Form/InputDateRange.tsx +1 -1
  229. package/src/renderers/Form/InputFormula.tsx +103 -3
  230. package/src/renderers/Form/InputText.tsx +30 -5
  231. package/src/renderers/Form/Picker.tsx +1 -1
  232. package/src/renderers/Form/Textarea.tsx +46 -22
  233. package/src/renderers/Form/Transfer.tsx +6 -1
  234. package/src/renderers/Form/index.tsx +16 -1
  235. package/src/renderers/IFrame.tsx +8 -10
  236. package/src/renderers/Tpl.tsx +3 -1
  237. package/src/schemaExtend.ts +11 -7
  238. package/src/utils/api.ts +25 -10
  239. package/src/utils/helper.ts +11 -1
@@ -48,13 +48,13 @@ export declare class LocationPicker extends React.Component<LocationProps, Locat
48
48
  render(): JSX.Element;
49
49
  }
50
50
  declare const ThemedCity: {
51
- new (props: (Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
51
+ new (props: (Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
52
52
  placeholder: string;
53
53
  clearable: boolean;
54
54
  }, never>> & {
55
55
  locale?: string | undefined;
56
56
  translate?: ((str: string, ...args: any[]) => string) | undefined;
57
- }, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
57
+ }, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
58
58
  placeholder: string;
59
59
  clearable: boolean;
60
60
  }, never>> & {
@@ -63,7 +63,7 @@ declare const ThemedCity: {
63
63
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
64
64
  render(): JSX.Element;
65
65
  context: any;
66
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
66
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
67
67
  placeholder: string;
68
68
  clearable: boolean;
69
69
  }, never>> & {
@@ -71,7 +71,7 @@ declare const ThemedCity: {
71
71
  translate?: ((str: string, ...args: any[]) => string) | undefined;
72
72
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
73
73
  forceUpdate(callback?: (() => void) | undefined): void;
74
- readonly props: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
74
+ readonly props: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
75
75
  placeholder: string;
76
76
  clearable: boolean;
77
77
  }, never>> & {
@@ -85,7 +85,7 @@ declare const ThemedCity: {
85
85
  [key: string]: React.ReactInstance;
86
86
  };
87
87
  componentDidMount?(): void;
88
- shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
88
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
89
89
  placeholder: string;
90
90
  clearable: boolean;
91
91
  }, never>> & {
@@ -94,14 +94,14 @@ declare const ThemedCity: {
94
94
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
95
95
  componentWillUnmount?(): void;
96
96
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
97
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
97
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
98
98
  placeholder: string;
99
99
  clearable: boolean;
100
100
  }, never>> & {
101
101
  locale?: string | undefined;
102
102
  translate?: ((str: string, ...args: any[]) => string) | undefined;
103
103
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
104
- componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
104
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
105
105
  placeholder: string;
106
106
  clearable: boolean;
107
107
  }, never>> & {
@@ -110,28 +110,28 @@ declare const ThemedCity: {
110
110
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
111
111
  componentWillMount?(): void;
112
112
  UNSAFE_componentWillMount?(): void;
113
- componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
113
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
114
114
  placeholder: string;
115
115
  clearable: boolean;
116
116
  }, never>> & {
117
117
  locale?: string | undefined;
118
118
  translate?: ((str: string, ...args: any[]) => string) | undefined;
119
119
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
120
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
120
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
121
121
  placeholder: string;
122
122
  clearable: boolean;
123
123
  }, never>> & {
124
124
  locale?: string | undefined;
125
125
  translate?: ((str: string, ...args: any[]) => string) | undefined;
126
126
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
127
- componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
127
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
128
128
  placeholder: string;
129
129
  clearable: boolean;
130
130
  }, never>> & {
131
131
  locale?: string | undefined;
132
132
  translate?: ((str: string, ...args: any[]) => string) | undefined;
133
133
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
134
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
134
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
135
135
  placeholder: string;
136
136
  clearable: boolean;
137
137
  }, never>> & {
@@ -139,7 +139,7 @@ declare const ThemedCity: {
139
139
  translate?: ((str: string, ...args: any[]) => string) | undefined;
140
140
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
141
141
  };
142
- new (props: Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
142
+ new (props: Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
143
143
  placeholder: string;
144
144
  clearable: boolean;
145
145
  }, never>> & {
@@ -148,7 +148,7 @@ declare const ThemedCity: {
148
148
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
149
149
  render(): JSX.Element;
150
150
  context: any;
151
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
151
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
152
152
  placeholder: string;
153
153
  clearable: boolean;
154
154
  }, never>> & {
@@ -156,7 +156,7 @@ declare const ThemedCity: {
156
156
  translate?: ((str: string, ...args: any[]) => string) | undefined;
157
157
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
158
158
  forceUpdate(callback?: (() => void) | undefined): void;
159
- readonly props: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
159
+ readonly props: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
160
160
  placeholder: string;
161
161
  clearable: boolean;
162
162
  }, never>> & {
@@ -170,7 +170,7 @@ declare const ThemedCity: {
170
170
  [key: string]: React.ReactInstance;
171
171
  };
172
172
  componentDidMount?(): void;
173
- shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
173
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
174
174
  placeholder: string;
175
175
  clearable: boolean;
176
176
  }, never>> & {
@@ -179,14 +179,14 @@ declare const ThemedCity: {
179
179
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
180
180
  componentWillUnmount?(): void;
181
181
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
182
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
182
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
183
183
  placeholder: string;
184
184
  clearable: boolean;
185
185
  }, never>> & {
186
186
  locale?: string | undefined;
187
187
  translate?: ((str: string, ...args: any[]) => string) | undefined;
188
188
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
189
- componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
189
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
190
190
  placeholder: string;
191
191
  clearable: boolean;
192
192
  }, never>> & {
@@ -195,28 +195,28 @@ declare const ThemedCity: {
195
195
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
196
196
  componentWillMount?(): void;
197
197
  UNSAFE_componentWillMount?(): void;
198
- componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
198
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
199
199
  placeholder: string;
200
200
  clearable: boolean;
201
201
  }, never>> & {
202
202
  locale?: string | undefined;
203
203
  translate?: ((str: string, ...args: any[]) => string) | undefined;
204
204
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
205
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
205
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
206
206
  placeholder: string;
207
207
  clearable: boolean;
208
208
  }, never>> & {
209
209
  locale?: string | undefined;
210
210
  translate?: ((str: string, ...args: any[]) => string) | undefined;
211
211
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
212
- componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
212
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
213
213
  placeholder: string;
214
214
  clearable: boolean;
215
215
  }, never>> & {
216
216
  locale?: string | undefined;
217
217
  translate?: ((str: string, ...args: any[]) => string) | undefined;
218
218
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
219
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
219
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
220
220
  placeholder: string;
221
221
  clearable: boolean;
222
222
  }, never>> & {
@@ -227,13 +227,13 @@ declare const ThemedCity: {
227
227
  displayName: string;
228
228
  contextType: React.Context<string>;
229
229
  ComposedComponent: React.ComponentType<{
230
- new (props: (Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
230
+ new (props: (Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
231
231
  placeholder: string;
232
232
  clearable: boolean;
233
233
  }, never>> & {
234
234
  locale?: string | undefined;
235
235
  translate?: ((str: string, ...args: any[]) => string) | undefined;
236
- }) | Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
236
+ }) | Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
237
237
  placeholder: string;
238
238
  clearable: boolean;
239
239
  }, never>> & {
@@ -242,7 +242,7 @@ declare const ThemedCity: {
242
242
  }>): {
243
243
  render(): JSX.Element;
244
244
  context: any;
245
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
245
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
246
246
  placeholder: string;
247
247
  clearable: boolean;
248
248
  }, never>> & {
@@ -250,7 +250,7 @@ declare const ThemedCity: {
250
250
  translate?: ((str: string, ...args: any[]) => string) | undefined;
251
251
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
252
252
  forceUpdate(callback?: (() => void) | undefined): void;
253
- readonly props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
253
+ readonly props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
254
254
  placeholder: string;
255
255
  clearable: boolean;
256
256
  }, never>> & {
@@ -264,7 +264,7 @@ declare const ThemedCity: {
264
264
  [key: string]: React.ReactInstance;
265
265
  };
266
266
  componentDidMount?(): void;
267
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
267
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
268
268
  placeholder: string;
269
269
  clearable: boolean;
270
270
  }, never>> & {
@@ -273,14 +273,14 @@ declare const ThemedCity: {
273
273
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
274
274
  componentWillUnmount?(): void;
275
275
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
276
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
276
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
277
277
  placeholder: string;
278
278
  clearable: boolean;
279
279
  }, never>> & {
280
280
  locale?: string | undefined;
281
281
  translate?: ((str: string, ...args: any[]) => string) | undefined;
282
282
  }>, prevState: Readonly<{}>): any;
283
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
283
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
284
284
  placeholder: string;
285
285
  clearable: boolean;
286
286
  }, never>> & {
@@ -289,28 +289,28 @@ declare const ThemedCity: {
289
289
  }>, prevState: Readonly<{}>, snapshot?: any): void;
290
290
  componentWillMount?(): void;
291
291
  UNSAFE_componentWillMount?(): void;
292
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
292
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
293
293
  placeholder: string;
294
294
  clearable: boolean;
295
295
  }, never>> & {
296
296
  locale?: string | undefined;
297
297
  translate?: ((str: string, ...args: any[]) => string) | undefined;
298
298
  }>, nextContext: any): void;
299
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
299
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
300
300
  placeholder: string;
301
301
  clearable: boolean;
302
302
  }, never>> & {
303
303
  locale?: string | undefined;
304
304
  translate?: ((str: string, ...args: any[]) => string) | undefined;
305
305
  }>, nextContext: any): void;
306
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
306
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
307
307
  placeholder: string;
308
308
  clearable: boolean;
309
309
  }, never>> & {
310
310
  locale?: string | undefined;
311
311
  translate?: ((str: string, ...args: any[]) => string) | undefined;
312
312
  }>, nextState: Readonly<{}>, nextContext: any): void;
313
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
313
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
314
314
  placeholder: string;
315
315
  clearable: boolean;
316
316
  }, never>> & {
@@ -318,7 +318,7 @@ declare const ThemedCity: {
318
318
  translate?: ((str: string, ...args: any[]) => string) | undefined;
319
319
  }>, nextState: Readonly<{}>, nextContext: any): void;
320
320
  };
321
- new (props: Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
321
+ new (props: Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
322
322
  placeholder: string;
323
323
  clearable: boolean;
324
324
  }, never>> & {
@@ -327,7 +327,7 @@ declare const ThemedCity: {
327
327
  }, context: any): {
328
328
  render(): JSX.Element;
329
329
  context: any;
330
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
330
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
331
331
  placeholder: string;
332
332
  clearable: boolean;
333
333
  }, never>> & {
@@ -335,7 +335,7 @@ declare const ThemedCity: {
335
335
  translate?: ((str: string, ...args: any[]) => string) | undefined;
336
336
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
337
337
  forceUpdate(callback?: (() => void) | undefined): void;
338
- readonly props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
338
+ readonly props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
339
339
  placeholder: string;
340
340
  clearable: boolean;
341
341
  }, never>> & {
@@ -349,7 +349,7 @@ declare const ThemedCity: {
349
349
  [key: string]: React.ReactInstance;
350
350
  };
351
351
  componentDidMount?(): void;
352
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
352
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
353
353
  placeholder: string;
354
354
  clearable: boolean;
355
355
  }, never>> & {
@@ -358,14 +358,14 @@ declare const ThemedCity: {
358
358
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
359
359
  componentWillUnmount?(): void;
360
360
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
361
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
361
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
362
362
  placeholder: string;
363
363
  clearable: boolean;
364
364
  }, never>> & {
365
365
  locale?: string | undefined;
366
366
  translate?: ((str: string, ...args: any[]) => string) | undefined;
367
367
  }>, prevState: Readonly<{}>): any;
368
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
368
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
369
369
  placeholder: string;
370
370
  clearable: boolean;
371
371
  }, never>> & {
@@ -374,28 +374,28 @@ declare const ThemedCity: {
374
374
  }>, prevState: Readonly<{}>, snapshot?: any): void;
375
375
  componentWillMount?(): void;
376
376
  UNSAFE_componentWillMount?(): void;
377
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
377
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
378
378
  placeholder: string;
379
379
  clearable: boolean;
380
380
  }, never>> & {
381
381
  locale?: string | undefined;
382
382
  translate?: ((str: string, ...args: any[]) => string) | undefined;
383
383
  }>, nextContext: any): void;
384
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
384
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
385
385
  placeholder: string;
386
386
  clearable: boolean;
387
387
  }, never>> & {
388
388
  locale?: string | undefined;
389
389
  translate?: ((str: string, ...args: any[]) => string) | undefined;
390
390
  }>, nextContext: any): void;
391
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
391
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
392
392
  placeholder: string;
393
393
  clearable: boolean;
394
394
  }, never>> & {
395
395
  locale?: string | undefined;
396
396
  translate?: ((str: string, ...args: any[]) => string) | undefined;
397
397
  }>, nextState: Readonly<{}>, nextContext: any): void;
398
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
398
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
399
399
  placeholder: string;
400
400
  clearable: boolean;
401
401
  }, never>> & {
@@ -410,13 +410,13 @@ declare const ThemedCity: {
410
410
  ComposedComponent: typeof LocationPicker;
411
411
  }>;
412
412
  } & import("hoist-non-react-statics").NonReactStatics<{
413
- new (props: (Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
413
+ new (props: (Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
414
414
  placeholder: string;
415
415
  clearable: boolean;
416
416
  }, never>> & {
417
417
  locale?: string | undefined;
418
418
  translate?: ((str: string, ...args: any[]) => string) | undefined;
419
- }) | Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
419
+ }) | Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
420
420
  placeholder: string;
421
421
  clearable: boolean;
422
422
  }, never>> & {
@@ -425,7 +425,7 @@ declare const ThemedCity: {
425
425
  }>): {
426
426
  render(): JSX.Element;
427
427
  context: any;
428
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
428
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
429
429
  placeholder: string;
430
430
  clearable: boolean;
431
431
  }, never>> & {
@@ -433,7 +433,7 @@ declare const ThemedCity: {
433
433
  translate?: ((str: string, ...args: any[]) => string) | undefined;
434
434
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
435
435
  forceUpdate(callback?: (() => void) | undefined): void;
436
- readonly props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
436
+ readonly props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
437
437
  placeholder: string;
438
438
  clearable: boolean;
439
439
  }, never>> & {
@@ -447,7 +447,7 @@ declare const ThemedCity: {
447
447
  [key: string]: React.ReactInstance;
448
448
  };
449
449
  componentDidMount?(): void;
450
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
450
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
451
451
  placeholder: string;
452
452
  clearable: boolean;
453
453
  }, never>> & {
@@ -456,14 +456,14 @@ declare const ThemedCity: {
456
456
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
457
457
  componentWillUnmount?(): void;
458
458
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
459
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
459
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
460
460
  placeholder: string;
461
461
  clearable: boolean;
462
462
  }, never>> & {
463
463
  locale?: string | undefined;
464
464
  translate?: ((str: string, ...args: any[]) => string) | undefined;
465
465
  }>, prevState: Readonly<{}>): any;
466
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
466
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
467
467
  placeholder: string;
468
468
  clearable: boolean;
469
469
  }, never>> & {
@@ -472,28 +472,28 @@ declare const ThemedCity: {
472
472
  }>, prevState: Readonly<{}>, snapshot?: any): void;
473
473
  componentWillMount?(): void;
474
474
  UNSAFE_componentWillMount?(): void;
475
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
475
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
476
476
  placeholder: string;
477
477
  clearable: boolean;
478
478
  }, never>> & {
479
479
  locale?: string | undefined;
480
480
  translate?: ((str: string, ...args: any[]) => string) | undefined;
481
481
  }>, nextContext: any): void;
482
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
482
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
483
483
  placeholder: string;
484
484
  clearable: boolean;
485
485
  }, never>> & {
486
486
  locale?: string | undefined;
487
487
  translate?: ((str: string, ...args: any[]) => string) | undefined;
488
488
  }>, nextContext: any): void;
489
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
489
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
490
490
  placeholder: string;
491
491
  clearable: boolean;
492
492
  }, never>> & {
493
493
  locale?: string | undefined;
494
494
  translate?: ((str: string, ...args: any[]) => string) | undefined;
495
495
  }>, nextState: Readonly<{}>, nextContext: any): void;
496
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
496
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
497
497
  placeholder: string;
498
498
  clearable: boolean;
499
499
  }, never>> & {
@@ -501,7 +501,7 @@ declare const ThemedCity: {
501
501
  translate?: ((str: string, ...args: any[]) => string) | undefined;
502
502
  }>, nextState: Readonly<{}>, nextContext: any): void;
503
503
  };
504
- new (props: Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
504
+ new (props: Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
505
505
  placeholder: string;
506
506
  clearable: boolean;
507
507
  }, never>> & {
@@ -510,7 +510,7 @@ declare const ThemedCity: {
510
510
  }, context: any): {
511
511
  render(): JSX.Element;
512
512
  context: any;
513
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
513
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
514
514
  placeholder: string;
515
515
  clearable: boolean;
516
516
  }, never>> & {
@@ -518,7 +518,7 @@ declare const ThemedCity: {
518
518
  translate?: ((str: string, ...args: any[]) => string) | undefined;
519
519
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
520
520
  forceUpdate(callback?: (() => void) | undefined): void;
521
- readonly props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
521
+ readonly props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
522
522
  placeholder: string;
523
523
  clearable: boolean;
524
524
  }, never>> & {
@@ -532,7 +532,7 @@ declare const ThemedCity: {
532
532
  [key: string]: React.ReactInstance;
533
533
  };
534
534
  componentDidMount?(): void;
535
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
535
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
536
536
  placeholder: string;
537
537
  clearable: boolean;
538
538
  }, never>> & {
@@ -541,14 +541,14 @@ declare const ThemedCity: {
541
541
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
542
542
  componentWillUnmount?(): void;
543
543
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
544
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
544
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
545
545
  placeholder: string;
546
546
  clearable: boolean;
547
547
  }, never>> & {
548
548
  locale?: string | undefined;
549
549
  translate?: ((str: string, ...args: any[]) => string) | undefined;
550
550
  }>, prevState: Readonly<{}>): any;
551
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
551
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
552
552
  placeholder: string;
553
553
  clearable: boolean;
554
554
  }, never>> & {
@@ -557,28 +557,28 @@ declare const ThemedCity: {
557
557
  }>, prevState: Readonly<{}>, snapshot?: any): void;
558
558
  componentWillMount?(): void;
559
559
  UNSAFE_componentWillMount?(): void;
560
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
560
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
561
561
  placeholder: string;
562
562
  clearable: boolean;
563
563
  }, never>> & {
564
564
  locale?: string | undefined;
565
565
  translate?: ((str: string, ...args: any[]) => string) | undefined;
566
566
  }>, nextContext: any): void;
567
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
567
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
568
568
  placeholder: string;
569
569
  clearable: boolean;
570
570
  }, never>> & {
571
571
  locale?: string | undefined;
572
572
  translate?: ((str: string, ...args: any[]) => string) | undefined;
573
573
  }>, nextContext: any): void;
574
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
574
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
575
575
  placeholder: string;
576
576
  clearable: boolean;
577
577
  }, never>> & {
578
578
  locale?: string | undefined;
579
579
  translate?: ((str: string, ...args: any[]) => string) | undefined;
580
580
  }>, nextState: Readonly<{}>, nextContext: any): void;
581
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
581
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
582
582
  placeholder: string;
583
583
  clearable: boolean;
584
584
  }, never>> & {
@@ -593,13 +593,13 @@ declare const ThemedCity: {
593
593
  ComposedComponent: typeof LocationPicker;
594
594
  }, {}> & {
595
595
  ComposedComponent: {
596
- new (props: (Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
596
+ new (props: (Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
597
597
  placeholder: string;
598
598
  clearable: boolean;
599
599
  }, never>> & {
600
600
  locale?: string | undefined;
601
601
  translate?: ((str: string, ...args: any[]) => string) | undefined;
602
- }) | Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
602
+ }) | Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
603
603
  placeholder: string;
604
604
  clearable: boolean;
605
605
  }, never>> & {
@@ -608,7 +608,7 @@ declare const ThemedCity: {
608
608
  }>): {
609
609
  render(): JSX.Element;
610
610
  context: any;
611
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
611
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
612
612
  placeholder: string;
613
613
  clearable: boolean;
614
614
  }, never>> & {
@@ -616,7 +616,7 @@ declare const ThemedCity: {
616
616
  translate?: ((str: string, ...args: any[]) => string) | undefined;
617
617
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
618
618
  forceUpdate(callback?: (() => void) | undefined): void;
619
- readonly props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
619
+ readonly props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
620
620
  placeholder: string;
621
621
  clearable: boolean;
622
622
  }, never>> & {
@@ -630,7 +630,7 @@ declare const ThemedCity: {
630
630
  [key: string]: React.ReactInstance;
631
631
  };
632
632
  componentDidMount?(): void;
633
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
633
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
634
634
  placeholder: string;
635
635
  clearable: boolean;
636
636
  }, never>> & {
@@ -639,14 +639,14 @@ declare const ThemedCity: {
639
639
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
640
640
  componentWillUnmount?(): void;
641
641
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
642
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
642
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
643
643
  placeholder: string;
644
644
  clearable: boolean;
645
645
  }, never>> & {
646
646
  locale?: string | undefined;
647
647
  translate?: ((str: string, ...args: any[]) => string) | undefined;
648
648
  }>, prevState: Readonly<{}>): any;
649
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
649
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
650
650
  placeholder: string;
651
651
  clearable: boolean;
652
652
  }, never>> & {
@@ -655,28 +655,28 @@ declare const ThemedCity: {
655
655
  }>, prevState: Readonly<{}>, snapshot?: any): void;
656
656
  componentWillMount?(): void;
657
657
  UNSAFE_componentWillMount?(): void;
658
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
658
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
659
659
  placeholder: string;
660
660
  clearable: boolean;
661
661
  }, never>> & {
662
662
  locale?: string | undefined;
663
663
  translate?: ((str: string, ...args: any[]) => string) | undefined;
664
664
  }>, nextContext: any): void;
665
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
665
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
666
666
  placeholder: string;
667
667
  clearable: boolean;
668
668
  }, never>> & {
669
669
  locale?: string | undefined;
670
670
  translate?: ((str: string, ...args: any[]) => string) | undefined;
671
671
  }>, nextContext: any): void;
672
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
672
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
673
673
  placeholder: string;
674
674
  clearable: boolean;
675
675
  }, never>> & {
676
676
  locale?: string | undefined;
677
677
  translate?: ((str: string, ...args: any[]) => string) | undefined;
678
678
  }>, nextState: Readonly<{}>, nextContext: any): void;
679
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
679
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
680
680
  placeholder: string;
681
681
  clearable: boolean;
682
682
  }, never>> & {
@@ -684,7 +684,7 @@ declare const ThemedCity: {
684
684
  translate?: ((str: string, ...args: any[]) => string) | undefined;
685
685
  }>, nextState: Readonly<{}>, nextContext: any): void;
686
686
  };
687
- new (props: Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
687
+ new (props: Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
688
688
  placeholder: string;
689
689
  clearable: boolean;
690
690
  }, never>> & {
@@ -693,7 +693,7 @@ declare const ThemedCity: {
693
693
  }, context: any): {
694
694
  render(): JSX.Element;
695
695
  context: any;
696
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
696
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
697
697
  placeholder: string;
698
698
  clearable: boolean;
699
699
  }, never>> & {
@@ -701,7 +701,7 @@ declare const ThemedCity: {
701
701
  translate?: ((str: string, ...args: any[]) => string) | undefined;
702
702
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
703
703
  forceUpdate(callback?: (() => void) | undefined): void;
704
- readonly props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
704
+ readonly props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
705
705
  placeholder: string;
706
706
  clearable: boolean;
707
707
  }, never>> & {
@@ -715,7 +715,7 @@ declare const ThemedCity: {
715
715
  [key: string]: React.ReactInstance;
716
716
  };
717
717
  componentDidMount?(): void;
718
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
718
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
719
719
  placeholder: string;
720
720
  clearable: boolean;
721
721
  }, never>> & {
@@ -724,14 +724,14 @@ declare const ThemedCity: {
724
724
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
725
725
  componentWillUnmount?(): void;
726
726
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
727
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
727
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
728
728
  placeholder: string;
729
729
  clearable: boolean;
730
730
  }, never>> & {
731
731
  locale?: string | undefined;
732
732
  translate?: ((str: string, ...args: any[]) => string) | undefined;
733
733
  }>, prevState: Readonly<{}>): any;
734
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
734
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
735
735
  placeholder: string;
736
736
  clearable: boolean;
737
737
  }, never>> & {
@@ -740,28 +740,28 @@ declare const ThemedCity: {
740
740
  }>, prevState: Readonly<{}>, snapshot?: any): void;
741
741
  componentWillMount?(): void;
742
742
  UNSAFE_componentWillMount?(): void;
743
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
743
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
744
744
  placeholder: string;
745
745
  clearable: boolean;
746
746
  }, never>> & {
747
747
  locale?: string | undefined;
748
748
  translate?: ((str: string, ...args: any[]) => string) | undefined;
749
749
  }>, nextContext: any): void;
750
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
750
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
751
751
  placeholder: string;
752
752
  clearable: boolean;
753
753
  }, never>> & {
754
754
  locale?: string | undefined;
755
755
  translate?: ((str: string, ...args: any[]) => string) | undefined;
756
756
  }>, nextContext: any): void;
757
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
757
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
758
758
  placeholder: string;
759
759
  clearable: boolean;
760
760
  }, never>> & {
761
761
  locale?: string | undefined;
762
762
  translate?: ((str: string, ...args: any[]) => string) | undefined;
763
763
  }>, nextState: Readonly<{}>, nextContext: any): void;
764
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
764
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "popoverClassName" | "vendor" | "ak" | "coordinatesType"> & Partial<Pick<Omit<LocationProps, keyof LocaleProps>, "placeholder" | "clearable">> & Partial<Pick<{
765
765
  placeholder: string;
766
766
  clearable: boolean;
767
767
  }, never>> & {