amis 1.6.0 → 1.6.1-beta.2

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 (81) hide show
  1. package/lib/components/Alert.d.ts +588 -588
  2. package/lib/components/Alert2.d.ts +125 -20
  3. package/lib/components/AnchorNav.d.ts +104 -20
  4. package/lib/components/ArrayInput.d.ts +420 -420
  5. package/lib/components/AsideNav.d.ts +125 -125
  6. package/lib/components/AssociatedSelection.d.ts +504 -504
  7. package/lib/components/Avatar.d.ts +461 -20
  8. package/lib/components/Button.d.ts +167 -20
  9. package/lib/components/CalendarMobile.d.ts +420 -84
  10. package/lib/components/Card.d.ts +671 -20
  11. package/lib/components/ChainedSelection.d.ts +504 -504
  12. package/lib/components/Checkbox.d.ts +104 -20
  13. package/lib/components/Collapse.d.ts +587 -20
  14. package/lib/components/CollapseGroup.d.ts +230 -20
  15. package/lib/components/ColorPicker.d.ts +504 -504
  16. package/lib/components/DatePicker.d.ts +588 -588
  17. package/lib/components/DateRangePicker.d.ts +1008 -1008
  18. package/lib/components/Drawer.d.ts +125 -20
  19. package/lib/components/Editor.d.ts +840 -672
  20. package/lib/components/GroupedSelection.d.ts +504 -504
  21. package/lib/components/Html.d.ts +62 -62
  22. package/lib/components/InputBox.d.ts +83 -83
  23. package/lib/components/Layout.d.ts +146 -146
  24. package/lib/components/ListGroup.d.ts +62 -62
  25. package/lib/components/ListMenu.d.ts +504 -504
  26. package/lib/components/LocationPicker.d.ts +336 -336
  27. package/lib/components/Modal.d.ts +420 -420
  28. package/lib/components/MonthRangePicker.d.ts +924 -924
  29. package/lib/components/NumberInput.d.ts +104 -20
  30. package/lib/components/PopUp.d.ts +672 -672
  31. package/lib/components/Progress.d.ts +440 -20
  32. package/lib/components/Radios.d.ts +167 -167
  33. package/lib/components/Rating.d.ts +272 -314
  34. package/lib/components/ResultBox.d.ts +504 -84
  35. package/lib/components/ResultList.d.ts +336 -84
  36. package/lib/components/SearchBox.d.ts +336 -336
  37. package/lib/components/Select.d.ts +4977 -4977
  38. package/lib/components/Selection.d.ts +504 -504
  39. package/lib/components/SparkLine.d.ts +336 -336
  40. package/lib/components/Spinner.d.ts +146 -146
  41. package/lib/components/Switch.d.ts +83 -83
  42. package/lib/components/TableSelection.d.ts +672 -672
  43. package/lib/components/Tabs.d.ts +83 -20
  44. package/lib/components/TitleBar.d.ts +146 -125
  45. package/lib/components/Toast.d.ts +504 -84
  46. package/lib/components/TooltipWrapper.d.ts +125 -20
  47. package/lib/components/Transfer.d.ts +252 -84
  48. package/lib/components/TransferDropDown.d.ts +252 -84
  49. package/lib/components/Tree.d.ts +2688 -2688
  50. package/lib/components/TreeSelection.d.ts +588 -588
  51. package/lib/components/formula/Editor.d.ts +420 -84
  52. package/lib/index.js +1 -1
  53. package/lib/renderers/Dialog.d.ts +420 -420
  54. package/lib/renderers/Form/InputCity.d.ts +672 -672
  55. package/lib/renderers/Form/InputColor.d.ts +504 -504
  56. package/lib/renderers/Nav.d.ts +62 -62
  57. package/package.json +1 -1
  58. package/sdk/ang-ie11.css +1 -0
  59. package/sdk/ang.css +1 -0
  60. package/sdk/antd-ie11.css +1 -0
  61. package/sdk/antd.css +1 -0
  62. package/sdk/charts.js +14 -14
  63. package/sdk/codemirror.js +7 -7
  64. package/sdk/color-picker.js +65 -65
  65. package/sdk/cropperjs.js +2 -2
  66. package/sdk/cxd-ie11.css +1 -0
  67. package/sdk/cxd.css +1 -0
  68. package/sdk/dark-ie11.css +1 -0
  69. package/sdk/dark.css +1 -0
  70. package/sdk/exceljs.js +1 -1
  71. package/sdk/markdown.js +69 -69
  72. package/sdk/papaparse.js +3 -3
  73. package/sdk/renderers/Form/CityDB.js +1 -1
  74. package/sdk/rest.js +18 -18
  75. package/sdk/rich-text.js +62 -62
  76. package/sdk/sdk-ie11.css +1 -0
  77. package/sdk/sdk.css +1 -0
  78. package/sdk/sdk.js +1318 -1253
  79. package/sdk/thirds/hls.js/hls.js +1 -1
  80. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  81. package/sdk/tinymce.js +57 -57
@@ -48,33 +48,33 @@ 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<{
52
- placeholder: string;
53
- clearable: boolean;
54
- }, never>> & {
51
+ new (props: (Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
52
+ placeholder?: string | undefined;
53
+ clearable?: boolean | undefined;
54
+ } & {} & {
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<{
58
- placeholder: string;
59
- clearable: boolean;
60
- }, never>> & {
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"> & {
58
+ placeholder?: string | undefined;
59
+ clearable?: boolean | undefined;
60
+ } & {} & {
61
61
  locale?: string | undefined;
62
62
  translate?: ((str: string, ...args: any[]) => string) | undefined;
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<{
67
- placeholder: string;
68
- clearable: boolean;
69
- }, never>> & {
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"> & {
67
+ placeholder?: string | undefined;
68
+ clearable?: boolean | undefined;
69
+ } & {} & {
70
70
  locale?: string | undefined;
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<{
75
- placeholder: string;
76
- clearable: boolean;
77
- }, never>> & {
74
+ readonly props: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
75
+ placeholder?: string | undefined;
76
+ clearable?: boolean | undefined;
77
+ } & {} & {
78
78
  locale?: string | undefined;
79
79
  translate?: ((str: string, ...args: any[]) => string) | undefined;
80
80
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps> & Readonly<{
@@ -85,81 +85,81 @@ 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<{
89
- placeholder: string;
90
- clearable: boolean;
91
- }, never>> & {
88
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
89
+ placeholder?: string | undefined;
90
+ clearable?: boolean | undefined;
91
+ } & {} & {
92
92
  locale?: string | undefined;
93
93
  translate?: ((str: string, ...args: any[]) => string) | undefined;
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<{
98
- placeholder: string;
99
- clearable: boolean;
100
- }, never>> & {
97
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
98
+ placeholder?: string | undefined;
99
+ clearable?: boolean | undefined;
100
+ } & {} & {
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<{
105
- placeholder: string;
106
- clearable: boolean;
107
- }, never>> & {
104
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
105
+ placeholder?: string | undefined;
106
+ clearable?: boolean | undefined;
107
+ } & {} & {
108
108
  locale?: string | undefined;
109
109
  translate?: ((str: string, ...args: any[]) => string) | undefined;
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<{
114
- placeholder: string;
115
- clearable: boolean;
116
- }, never>> & {
113
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
114
+ placeholder?: string | undefined;
115
+ clearable?: boolean | undefined;
116
+ } & {} & {
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<{
121
- placeholder: string;
122
- clearable: boolean;
123
- }, never>> & {
120
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
121
+ placeholder?: string | undefined;
122
+ clearable?: boolean | undefined;
123
+ } & {} & {
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<{
128
- placeholder: string;
129
- clearable: boolean;
130
- }, never>> & {
127
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
128
+ placeholder?: string | undefined;
129
+ clearable?: boolean | undefined;
130
+ } & {} & {
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<{
135
- placeholder: string;
136
- clearable: boolean;
137
- }, never>> & {
134
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
135
+ placeholder?: string | undefined;
136
+ clearable?: boolean | undefined;
137
+ } & {} & {
138
138
  locale?: string | undefined;
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<{
143
- placeholder: string;
144
- clearable: boolean;
145
- }, never>> & {
142
+ new (props: Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
143
+ placeholder?: string | undefined;
144
+ clearable?: boolean | undefined;
145
+ } & {} & {
146
146
  locale?: string | undefined;
147
147
  translate?: ((str: string, ...args: any[]) => string) | undefined;
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<{
152
- placeholder: string;
153
- clearable: boolean;
154
- }, never>> & {
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"> & {
152
+ placeholder?: string | undefined;
153
+ clearable?: boolean | undefined;
154
+ } & {} & {
155
155
  locale?: string | undefined;
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<{
160
- placeholder: string;
161
- clearable: boolean;
162
- }, never>> & {
159
+ readonly props: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
160
+ placeholder?: string | undefined;
161
+ clearable?: boolean | undefined;
162
+ } & {} & {
163
163
  locale?: string | undefined;
164
164
  translate?: ((str: string, ...args: any[]) => string) | undefined;
165
165
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps> & Readonly<{
@@ -170,56 +170,56 @@ 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<{
174
- placeholder: string;
175
- clearable: boolean;
176
- }, never>> & {
173
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
174
+ placeholder?: string | undefined;
175
+ clearable?: boolean | undefined;
176
+ } & {} & {
177
177
  locale?: string | undefined;
178
178
  translate?: ((str: string, ...args: any[]) => string) | undefined;
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<{
183
- placeholder: string;
184
- clearable: boolean;
185
- }, never>> & {
182
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
183
+ placeholder?: string | undefined;
184
+ clearable?: boolean | undefined;
185
+ } & {} & {
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<{
190
- placeholder: string;
191
- clearable: boolean;
192
- }, never>> & {
189
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
190
+ placeholder?: string | undefined;
191
+ clearable?: boolean | undefined;
192
+ } & {} & {
193
193
  locale?: string | undefined;
194
194
  translate?: ((str: string, ...args: any[]) => string) | undefined;
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<{
199
- placeholder: string;
200
- clearable: boolean;
201
- }, never>> & {
198
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
199
+ placeholder?: string | undefined;
200
+ clearable?: boolean | undefined;
201
+ } & {} & {
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<{
206
- placeholder: string;
207
- clearable: boolean;
208
- }, never>> & {
205
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
206
+ placeholder?: string | undefined;
207
+ clearable?: boolean | undefined;
208
+ } & {} & {
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<{
213
- placeholder: string;
214
- clearable: boolean;
215
- }, never>> & {
212
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
213
+ placeholder?: string | undefined;
214
+ clearable?: boolean | undefined;
215
+ } & {} & {
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<{
220
- placeholder: string;
221
- clearable: boolean;
222
- }, never>> & {
219
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
220
+ placeholder?: string | undefined;
221
+ clearable?: boolean | undefined;
222
+ } & {} & {
223
223
  locale?: string | undefined;
224
224
  translate?: ((str: string, ...args: any[]) => string) | undefined;
225
225
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
@@ -227,33 +227,33 @@ 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<{
231
- placeholder: string;
232
- clearable: boolean;
233
- }, never>> & {
230
+ new (props: (Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
231
+ placeholder?: string | undefined;
232
+ clearable?: boolean | undefined;
233
+ } & {} & {
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<{
237
- placeholder: string;
238
- clearable: boolean;
239
- }, never>> & {
236
+ }) | Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
237
+ placeholder?: string | undefined;
238
+ clearable?: boolean | undefined;
239
+ } & {} & {
240
240
  locale?: string | undefined;
241
241
  translate?: ((str: string, ...args: any[]) => string) | undefined;
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<{
246
- placeholder: string;
247
- clearable: boolean;
248
- }, never>> & {
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"> & {
246
+ placeholder?: string | undefined;
247
+ clearable?: boolean | undefined;
248
+ } & {} & {
249
249
  locale?: string | undefined;
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<{
254
- placeholder: string;
255
- clearable: boolean;
256
- }, never>> & {
253
+ readonly props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
254
+ placeholder?: string | undefined;
255
+ clearable?: boolean | undefined;
256
+ } & {} & {
257
257
  locale?: string | undefined;
258
258
  translate?: ((str: string, ...args: any[]) => string) | undefined;
259
259
  }> & Readonly<{
@@ -264,81 +264,81 @@ 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<{
268
- placeholder: string;
269
- clearable: boolean;
270
- }, never>> & {
267
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
268
+ placeholder?: string | undefined;
269
+ clearable?: boolean | undefined;
270
+ } & {} & {
271
271
  locale?: string | undefined;
272
272
  translate?: ((str: string, ...args: any[]) => string) | undefined;
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<{
277
- placeholder: string;
278
- clearable: boolean;
279
- }, never>> & {
276
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
277
+ placeholder?: string | undefined;
278
+ clearable?: boolean | undefined;
279
+ } & {} & {
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<{
284
- placeholder: string;
285
- clearable: boolean;
286
- }, never>> & {
283
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
284
+ placeholder?: string | undefined;
285
+ clearable?: boolean | undefined;
286
+ } & {} & {
287
287
  locale?: string | undefined;
288
288
  translate?: ((str: string, ...args: any[]) => string) | undefined;
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<{
293
- placeholder: string;
294
- clearable: boolean;
295
- }, never>> & {
292
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
293
+ placeholder?: string | undefined;
294
+ clearable?: boolean | undefined;
295
+ } & {} & {
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<{
300
- placeholder: string;
301
- clearable: boolean;
302
- }, never>> & {
299
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
300
+ placeholder?: string | undefined;
301
+ clearable?: boolean | undefined;
302
+ } & {} & {
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<{
307
- placeholder: string;
308
- clearable: boolean;
309
- }, never>> & {
306
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
307
+ placeholder?: string | undefined;
308
+ clearable?: boolean | undefined;
309
+ } & {} & {
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<{
314
- placeholder: string;
315
- clearable: boolean;
316
- }, never>> & {
313
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
314
+ placeholder?: string | undefined;
315
+ clearable?: boolean | undefined;
316
+ } & {} & {
317
317
  locale?: string | undefined;
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<{
322
- placeholder: string;
323
- clearable: boolean;
324
- }, never>> & {
321
+ new (props: Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
322
+ placeholder?: string | undefined;
323
+ clearable?: boolean | undefined;
324
+ } & {} & {
325
325
  locale?: string | undefined;
326
326
  translate?: ((str: string, ...args: any[]) => string) | undefined;
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<{
331
- placeholder: string;
332
- clearable: boolean;
333
- }, never>> & {
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"> & {
331
+ placeholder?: string | undefined;
332
+ clearable?: boolean | undefined;
333
+ } & {} & {
334
334
  locale?: string | undefined;
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<{
339
- placeholder: string;
340
- clearable: boolean;
341
- }, never>> & {
338
+ readonly props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
339
+ placeholder?: string | undefined;
340
+ clearable?: boolean | undefined;
341
+ } & {} & {
342
342
  locale?: string | undefined;
343
343
  translate?: ((str: string, ...args: any[]) => string) | undefined;
344
344
  }> & Readonly<{
@@ -349,56 +349,56 @@ 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<{
353
- placeholder: string;
354
- clearable: boolean;
355
- }, never>> & {
352
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
353
+ placeholder?: string | undefined;
354
+ clearable?: boolean | undefined;
355
+ } & {} & {
356
356
  locale?: string | undefined;
357
357
  translate?: ((str: string, ...args: any[]) => string) | undefined;
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<{
362
- placeholder: string;
363
- clearable: boolean;
364
- }, never>> & {
361
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
362
+ placeholder?: string | undefined;
363
+ clearable?: boolean | undefined;
364
+ } & {} & {
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<{
369
- placeholder: string;
370
- clearable: boolean;
371
- }, never>> & {
368
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
369
+ placeholder?: string | undefined;
370
+ clearable?: boolean | undefined;
371
+ } & {} & {
372
372
  locale?: string | undefined;
373
373
  translate?: ((str: string, ...args: any[]) => string) | undefined;
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<{
378
- placeholder: string;
379
- clearable: boolean;
380
- }, never>> & {
377
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
378
+ placeholder?: string | undefined;
379
+ clearable?: boolean | undefined;
380
+ } & {} & {
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<{
385
- placeholder: string;
386
- clearable: boolean;
387
- }, never>> & {
384
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
385
+ placeholder?: string | undefined;
386
+ clearable?: boolean | undefined;
387
+ } & {} & {
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<{
392
- placeholder: string;
393
- clearable: boolean;
394
- }, never>> & {
391
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
392
+ placeholder?: string | undefined;
393
+ clearable?: boolean | undefined;
394
+ } & {} & {
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<{
399
- placeholder: string;
400
- clearable: boolean;
401
- }, never>> & {
398
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
399
+ placeholder?: string | undefined;
400
+ clearable?: boolean | undefined;
401
+ } & {} & {
402
402
  locale?: string | undefined;
403
403
  translate?: ((str: string, ...args: any[]) => string) | undefined;
404
404
  }>, nextState: Readonly<{}>, nextContext: any): void;
@@ -410,33 +410,33 @@ 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<{
414
- placeholder: string;
415
- clearable: boolean;
416
- }, never>> & {
413
+ new (props: (Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
414
+ placeholder?: string | undefined;
415
+ clearable?: boolean | undefined;
416
+ } & {} & {
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<{
420
- placeholder: string;
421
- clearable: boolean;
422
- }, never>> & {
419
+ }) | Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
420
+ placeholder?: string | undefined;
421
+ clearable?: boolean | undefined;
422
+ } & {} & {
423
423
  locale?: string | undefined;
424
424
  translate?: ((str: string, ...args: any[]) => string) | undefined;
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<{
429
- placeholder: string;
430
- clearable: boolean;
431
- }, never>> & {
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"> & {
429
+ placeholder?: string | undefined;
430
+ clearable?: boolean | undefined;
431
+ } & {} & {
432
432
  locale?: string | undefined;
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<{
437
- placeholder: string;
438
- clearable: boolean;
439
- }, never>> & {
436
+ readonly props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
437
+ placeholder?: string | undefined;
438
+ clearable?: boolean | undefined;
439
+ } & {} & {
440
440
  locale?: string | undefined;
441
441
  translate?: ((str: string, ...args: any[]) => string) | undefined;
442
442
  }> & Readonly<{
@@ -447,81 +447,81 @@ 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<{
451
- placeholder: string;
452
- clearable: boolean;
453
- }, never>> & {
450
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
451
+ placeholder?: string | undefined;
452
+ clearable?: boolean | undefined;
453
+ } & {} & {
454
454
  locale?: string | undefined;
455
455
  translate?: ((str: string, ...args: any[]) => string) | undefined;
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<{
460
- placeholder: string;
461
- clearable: boolean;
462
- }, never>> & {
459
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
460
+ placeholder?: string | undefined;
461
+ clearable?: boolean | undefined;
462
+ } & {} & {
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<{
467
- placeholder: string;
468
- clearable: boolean;
469
- }, never>> & {
466
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
467
+ placeholder?: string | undefined;
468
+ clearable?: boolean | undefined;
469
+ } & {} & {
470
470
  locale?: string | undefined;
471
471
  translate?: ((str: string, ...args: any[]) => string) | undefined;
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<{
476
- placeholder: string;
477
- clearable: boolean;
478
- }, never>> & {
475
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
476
+ placeholder?: string | undefined;
477
+ clearable?: boolean | undefined;
478
+ } & {} & {
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<{
483
- placeholder: string;
484
- clearable: boolean;
485
- }, never>> & {
482
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
483
+ placeholder?: string | undefined;
484
+ clearable?: boolean | undefined;
485
+ } & {} & {
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<{
490
- placeholder: string;
491
- clearable: boolean;
492
- }, never>> & {
489
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
490
+ placeholder?: string | undefined;
491
+ clearable?: boolean | undefined;
492
+ } & {} & {
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<{
497
- placeholder: string;
498
- clearable: boolean;
499
- }, never>> & {
496
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
497
+ placeholder?: string | undefined;
498
+ clearable?: boolean | undefined;
499
+ } & {} & {
500
500
  locale?: string | undefined;
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<{
505
- placeholder: string;
506
- clearable: boolean;
507
- }, never>> & {
504
+ new (props: Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
505
+ placeholder?: string | undefined;
506
+ clearable?: boolean | undefined;
507
+ } & {} & {
508
508
  locale?: string | undefined;
509
509
  translate?: ((str: string, ...args: any[]) => string) | undefined;
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<{
514
- placeholder: string;
515
- clearable: boolean;
516
- }, never>> & {
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"> & {
514
+ placeholder?: string | undefined;
515
+ clearable?: boolean | undefined;
516
+ } & {} & {
517
517
  locale?: string | undefined;
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<{
522
- placeholder: string;
523
- clearable: boolean;
524
- }, never>> & {
521
+ readonly props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
522
+ placeholder?: string | undefined;
523
+ clearable?: boolean | undefined;
524
+ } & {} & {
525
525
  locale?: string | undefined;
526
526
  translate?: ((str: string, ...args: any[]) => string) | undefined;
527
527
  }> & Readonly<{
@@ -532,56 +532,56 @@ 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<{
536
- placeholder: string;
537
- clearable: boolean;
538
- }, never>> & {
535
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
536
+ placeholder?: string | undefined;
537
+ clearable?: boolean | undefined;
538
+ } & {} & {
539
539
  locale?: string | undefined;
540
540
  translate?: ((str: string, ...args: any[]) => string) | undefined;
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<{
545
- placeholder: string;
546
- clearable: boolean;
547
- }, never>> & {
544
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
545
+ placeholder?: string | undefined;
546
+ clearable?: boolean | undefined;
547
+ } & {} & {
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<{
552
- placeholder: string;
553
- clearable: boolean;
554
- }, never>> & {
551
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
552
+ placeholder?: string | undefined;
553
+ clearable?: boolean | undefined;
554
+ } & {} & {
555
555
  locale?: string | undefined;
556
556
  translate?: ((str: string, ...args: any[]) => string) | undefined;
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<{
561
- placeholder: string;
562
- clearable: boolean;
563
- }, never>> & {
560
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
561
+ placeholder?: string | undefined;
562
+ clearable?: boolean | undefined;
563
+ } & {} & {
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<{
568
- placeholder: string;
569
- clearable: boolean;
570
- }, never>> & {
567
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
568
+ placeholder?: string | undefined;
569
+ clearable?: boolean | undefined;
570
+ } & {} & {
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<{
575
- placeholder: string;
576
- clearable: boolean;
577
- }, never>> & {
574
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
575
+ placeholder?: string | undefined;
576
+ clearable?: boolean | undefined;
577
+ } & {} & {
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<{
582
- placeholder: string;
583
- clearable: boolean;
584
- }, never>> & {
581
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
582
+ placeholder?: string | undefined;
583
+ clearable?: boolean | undefined;
584
+ } & {} & {
585
585
  locale?: string | undefined;
586
586
  translate?: ((str: string, ...args: any[]) => string) | undefined;
587
587
  }>, nextState: Readonly<{}>, nextContext: any): void;
@@ -593,33 +593,33 @@ 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<{
597
- placeholder: string;
598
- clearable: boolean;
599
- }, never>> & {
596
+ new (props: (Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
597
+ placeholder?: string | undefined;
598
+ clearable?: boolean | undefined;
599
+ } & {} & {
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<{
603
- placeholder: string;
604
- clearable: boolean;
605
- }, never>> & {
602
+ }) | Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
603
+ placeholder?: string | undefined;
604
+ clearable?: boolean | undefined;
605
+ } & {} & {
606
606
  locale?: string | undefined;
607
607
  translate?: ((str: string, ...args: any[]) => string) | undefined;
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<{
612
- placeholder: string;
613
- clearable: boolean;
614
- }, never>> & {
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"> & {
612
+ placeholder?: string | undefined;
613
+ clearable?: boolean | undefined;
614
+ } & {} & {
615
615
  locale?: string | undefined;
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<{
620
- placeholder: string;
621
- clearable: boolean;
622
- }, never>> & {
619
+ readonly props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
620
+ placeholder?: string | undefined;
621
+ clearable?: boolean | undefined;
622
+ } & {} & {
623
623
  locale?: string | undefined;
624
624
  translate?: ((str: string, ...args: any[]) => string) | undefined;
625
625
  }> & Readonly<{
@@ -630,81 +630,81 @@ 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<{
634
- placeholder: string;
635
- clearable: boolean;
636
- }, never>> & {
633
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
634
+ placeholder?: string | undefined;
635
+ clearable?: boolean | undefined;
636
+ } & {} & {
637
637
  locale?: string | undefined;
638
638
  translate?: ((str: string, ...args: any[]) => string) | undefined;
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<{
643
- placeholder: string;
644
- clearable: boolean;
645
- }, never>> & {
642
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
643
+ placeholder?: string | undefined;
644
+ clearable?: boolean | undefined;
645
+ } & {} & {
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<{
650
- placeholder: string;
651
- clearable: boolean;
652
- }, never>> & {
649
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
650
+ placeholder?: string | undefined;
651
+ clearable?: boolean | undefined;
652
+ } & {} & {
653
653
  locale?: string | undefined;
654
654
  translate?: ((str: string, ...args: any[]) => string) | undefined;
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<{
659
- placeholder: string;
660
- clearable: boolean;
661
- }, never>> & {
658
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
659
+ placeholder?: string | undefined;
660
+ clearable?: boolean | undefined;
661
+ } & {} & {
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<{
666
- placeholder: string;
667
- clearable: boolean;
668
- }, never>> & {
665
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
666
+ placeholder?: string | undefined;
667
+ clearable?: boolean | undefined;
668
+ } & {} & {
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<{
673
- placeholder: string;
674
- clearable: boolean;
675
- }, never>> & {
672
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
673
+ placeholder?: string | undefined;
674
+ clearable?: boolean | undefined;
675
+ } & {} & {
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<{
680
- placeholder: string;
681
- clearable: boolean;
682
- }, never>> & {
679
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
680
+ placeholder?: string | undefined;
681
+ clearable?: boolean | undefined;
682
+ } & {} & {
683
683
  locale?: string | undefined;
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<{
688
- placeholder: string;
689
- clearable: boolean;
690
- }, never>> & {
687
+ new (props: Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
688
+ placeholder?: string | undefined;
689
+ clearable?: boolean | undefined;
690
+ } & {} & {
691
691
  locale?: string | undefined;
692
692
  translate?: ((str: string, ...args: any[]) => string) | undefined;
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<{
697
- placeholder: string;
698
- clearable: boolean;
699
- }, never>> & {
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"> & {
697
+ placeholder?: string | undefined;
698
+ clearable?: boolean | undefined;
699
+ } & {} & {
700
700
  locale?: string | undefined;
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<{
705
- placeholder: string;
706
- clearable: boolean;
707
- }, never>> & {
704
+ readonly props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
705
+ placeholder?: string | undefined;
706
+ clearable?: boolean | undefined;
707
+ } & {} & {
708
708
  locale?: string | undefined;
709
709
  translate?: ((str: string, ...args: any[]) => string) | undefined;
710
710
  }> & Readonly<{
@@ -715,56 +715,56 @@ 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<{
719
- placeholder: string;
720
- clearable: boolean;
721
- }, never>> & {
718
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
719
+ placeholder?: string | undefined;
720
+ clearable?: boolean | undefined;
721
+ } & {} & {
722
722
  locale?: string | undefined;
723
723
  translate?: ((str: string, ...args: any[]) => string) | undefined;
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<{
728
- placeholder: string;
729
- clearable: boolean;
730
- }, never>> & {
727
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
728
+ placeholder?: string | undefined;
729
+ clearable?: boolean | undefined;
730
+ } & {} & {
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<{
735
- placeholder: string;
736
- clearable: boolean;
737
- }, never>> & {
734
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
735
+ placeholder?: string | undefined;
736
+ clearable?: boolean | undefined;
737
+ } & {} & {
738
738
  locale?: string | undefined;
739
739
  translate?: ((str: string, ...args: any[]) => string) | undefined;
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<{
744
- placeholder: string;
745
- clearable: boolean;
746
- }, never>> & {
743
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
744
+ placeholder?: string | undefined;
745
+ clearable?: boolean | undefined;
746
+ } & {} & {
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<{
751
- placeholder: string;
752
- clearable: boolean;
753
- }, never>> & {
750
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
751
+ placeholder?: string | undefined;
752
+ clearable?: boolean | undefined;
753
+ } & {} & {
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<{
758
- placeholder: string;
759
- clearable: boolean;
760
- }, never>> & {
757
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
758
+ placeholder?: string | undefined;
759
+ clearable?: boolean | undefined;
760
+ } & {} & {
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<{
765
- placeholder: string;
766
- clearable: boolean;
767
- }, never>> & {
764
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
765
+ placeholder?: string | undefined;
766
+ clearable?: boolean | undefined;
767
+ } & {} & {
768
768
  locale?: string | undefined;
769
769
  translate?: ((str: string, ...args: any[]) => string) | undefined;
770
770
  }>, nextState: Readonly<{}>, nextContext: any): void;