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
@@ -99,49 +99,49 @@ export declare class CityPicker extends React.Component<CityPickerProps, CityPic
99
99
  render(): JSX.Element;
100
100
  }
101
101
  declare const ThemedCity: {
102
- new (props: (Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
103
- joinValues: boolean;
104
- extractValue: boolean;
105
- delimiter: string;
106
- allowCity: boolean;
107
- allowDistrict: boolean;
108
- allowStreet: boolean;
109
- }, never>> & {
102
+ new (props: (Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
103
+ delimiter?: string | undefined;
104
+ joinValues?: boolean | undefined;
105
+ extractValue?: boolean | undefined;
106
+ allowCity?: boolean | undefined;
107
+ allowDistrict?: boolean | undefined;
108
+ allowStreet?: boolean | undefined;
109
+ } & {} & {
110
110
  locale?: string | undefined;
111
111
  translate?: ((str: string, ...args: any[]) => string) | undefined;
112
- }, keyof ThemeProps> & import("../../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
113
- joinValues: boolean;
114
- extractValue: boolean;
115
- delimiter: string;
116
- allowCity: boolean;
117
- allowDistrict: boolean;
118
- allowStreet: boolean;
119
- }, never>> & {
112
+ }, keyof ThemeProps> & import("../../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
113
+ delimiter?: string | undefined;
114
+ joinValues?: boolean | undefined;
115
+ extractValue?: boolean | undefined;
116
+ allowCity?: boolean | undefined;
117
+ allowDistrict?: boolean | undefined;
118
+ allowStreet?: boolean | undefined;
119
+ } & {} & {
120
120
  locale?: string | undefined;
121
121
  translate?: ((str: string, ...args: any[]) => string) | undefined;
122
122
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>): {
123
123
  render(): JSX.Element;
124
124
  context: any;
125
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
126
- joinValues: boolean;
127
- extractValue: boolean;
128
- delimiter: string;
129
- allowCity: boolean;
130
- allowDistrict: boolean;
131
- allowStreet: boolean;
132
- }, never>> & {
125
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
126
+ delimiter?: string | undefined;
127
+ joinValues?: boolean | undefined;
128
+ extractValue?: boolean | undefined;
129
+ allowCity?: boolean | undefined;
130
+ allowDistrict?: boolean | undefined;
131
+ allowStreet?: boolean | undefined;
132
+ } & {} & {
133
133
  locale?: string | undefined;
134
134
  translate?: ((str: string, ...args: any[]) => string) | undefined;
135
135
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
136
136
  forceUpdate(callback?: (() => void) | undefined): void;
137
- readonly props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
138
- joinValues: boolean;
139
- extractValue: boolean;
140
- delimiter: string;
141
- allowCity: boolean;
142
- allowDistrict: boolean;
143
- allowStreet: boolean;
144
- }, never>> & {
137
+ readonly props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
138
+ delimiter?: string | undefined;
139
+ joinValues?: boolean | undefined;
140
+ extractValue?: boolean | undefined;
141
+ allowCity?: boolean | undefined;
142
+ allowDistrict?: boolean | undefined;
143
+ allowStreet?: boolean | undefined;
144
+ } & {} & {
145
145
  locale?: string | undefined;
146
146
  translate?: ((str: string, ...args: any[]) => string) | undefined;
147
147
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps> & Readonly<{
@@ -152,121 +152,121 @@ declare const ThemedCity: {
152
152
  [key: string]: React.ReactInstance;
153
153
  };
154
154
  componentDidMount?(): void;
155
- shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
156
- joinValues: boolean;
157
- extractValue: boolean;
158
- delimiter: string;
159
- allowCity: boolean;
160
- allowDistrict: boolean;
161
- allowStreet: boolean;
162
- }, never>> & {
155
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
156
+ delimiter?: string | undefined;
157
+ joinValues?: boolean | undefined;
158
+ extractValue?: boolean | undefined;
159
+ allowCity?: boolean | undefined;
160
+ allowDistrict?: boolean | undefined;
161
+ allowStreet?: boolean | undefined;
162
+ } & {} & {
163
163
  locale?: string | undefined;
164
164
  translate?: ((str: string, ...args: any[]) => string) | undefined;
165
165
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
166
166
  componentWillUnmount?(): void;
167
167
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
168
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
169
- joinValues: boolean;
170
- extractValue: boolean;
171
- delimiter: string;
172
- allowCity: boolean;
173
- allowDistrict: boolean;
174
- allowStreet: boolean;
175
- }, never>> & {
168
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
169
+ delimiter?: string | undefined;
170
+ joinValues?: boolean | undefined;
171
+ extractValue?: boolean | undefined;
172
+ allowCity?: boolean | undefined;
173
+ allowDistrict?: boolean | undefined;
174
+ allowStreet?: boolean | undefined;
175
+ } & {} & {
176
176
  locale?: string | undefined;
177
177
  translate?: ((str: string, ...args: any[]) => string) | undefined;
178
178
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
179
- componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
180
- joinValues: boolean;
181
- extractValue: boolean;
182
- delimiter: string;
183
- allowCity: boolean;
184
- allowDistrict: boolean;
185
- allowStreet: boolean;
186
- }, never>> & {
179
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
180
+ delimiter?: string | undefined;
181
+ joinValues?: boolean | undefined;
182
+ extractValue?: boolean | undefined;
183
+ allowCity?: boolean | undefined;
184
+ allowDistrict?: boolean | undefined;
185
+ allowStreet?: boolean | undefined;
186
+ } & {} & {
187
187
  locale?: string | undefined;
188
188
  translate?: ((str: string, ...args: any[]) => string) | undefined;
189
189
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
190
190
  componentWillMount?(): void;
191
191
  UNSAFE_componentWillMount?(): void;
192
- componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
193
- joinValues: boolean;
194
- extractValue: boolean;
195
- delimiter: string;
196
- allowCity: boolean;
197
- allowDistrict: boolean;
198
- allowStreet: boolean;
199
- }, never>> & {
192
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
193
+ delimiter?: string | undefined;
194
+ joinValues?: boolean | undefined;
195
+ extractValue?: boolean | undefined;
196
+ allowCity?: boolean | undefined;
197
+ allowDistrict?: boolean | undefined;
198
+ allowStreet?: boolean | undefined;
199
+ } & {} & {
200
200
  locale?: string | undefined;
201
201
  translate?: ((str: string, ...args: any[]) => string) | undefined;
202
202
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
203
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
204
- joinValues: boolean;
205
- extractValue: boolean;
206
- delimiter: string;
207
- allowCity: boolean;
208
- allowDistrict: boolean;
209
- allowStreet: boolean;
210
- }, never>> & {
203
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
204
+ delimiter?: string | undefined;
205
+ joinValues?: boolean | undefined;
206
+ extractValue?: boolean | undefined;
207
+ allowCity?: boolean | undefined;
208
+ allowDistrict?: boolean | undefined;
209
+ allowStreet?: boolean | undefined;
210
+ } & {} & {
211
211
  locale?: string | undefined;
212
212
  translate?: ((str: string, ...args: any[]) => string) | undefined;
213
213
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
214
- componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
215
- joinValues: boolean;
216
- extractValue: boolean;
217
- delimiter: string;
218
- allowCity: boolean;
219
- allowDistrict: boolean;
220
- allowStreet: boolean;
221
- }, never>> & {
214
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
215
+ delimiter?: string | undefined;
216
+ joinValues?: boolean | undefined;
217
+ extractValue?: boolean | undefined;
218
+ allowCity?: boolean | undefined;
219
+ allowDistrict?: boolean | undefined;
220
+ allowStreet?: boolean | undefined;
221
+ } & {} & {
222
222
  locale?: string | undefined;
223
223
  translate?: ((str: string, ...args: any[]) => string) | undefined;
224
224
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
225
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
226
- joinValues: boolean;
227
- extractValue: boolean;
228
- delimiter: string;
229
- allowCity: boolean;
230
- allowDistrict: boolean;
231
- allowStreet: boolean;
232
- }, never>> & {
225
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
226
+ delimiter?: string | undefined;
227
+ joinValues?: boolean | undefined;
228
+ extractValue?: boolean | undefined;
229
+ allowCity?: boolean | undefined;
230
+ allowDistrict?: boolean | undefined;
231
+ allowStreet?: boolean | undefined;
232
+ } & {} & {
233
233
  locale?: string | undefined;
234
234
  translate?: ((str: string, ...args: any[]) => string) | undefined;
235
235
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
236
236
  };
237
- new (props: Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
238
- joinValues: boolean;
239
- extractValue: boolean;
240
- delimiter: string;
241
- allowCity: boolean;
242
- allowDistrict: boolean;
243
- allowStreet: boolean;
244
- }, never>> & {
237
+ new (props: Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
238
+ delimiter?: string | undefined;
239
+ joinValues?: boolean | undefined;
240
+ extractValue?: boolean | undefined;
241
+ allowCity?: boolean | undefined;
242
+ allowDistrict?: boolean | undefined;
243
+ allowStreet?: boolean | undefined;
244
+ } & {} & {
245
245
  locale?: string | undefined;
246
246
  translate?: ((str: string, ...args: any[]) => string) | undefined;
247
247
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps, context: any): {
248
248
  render(): JSX.Element;
249
249
  context: any;
250
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
251
- joinValues: boolean;
252
- extractValue: boolean;
253
- delimiter: string;
254
- allowCity: boolean;
255
- allowDistrict: boolean;
256
- allowStreet: boolean;
257
- }, never>> & {
250
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
251
+ delimiter?: string | undefined;
252
+ joinValues?: boolean | undefined;
253
+ extractValue?: boolean | undefined;
254
+ allowCity?: boolean | undefined;
255
+ allowDistrict?: boolean | undefined;
256
+ allowStreet?: boolean | undefined;
257
+ } & {} & {
258
258
  locale?: string | undefined;
259
259
  translate?: ((str: string, ...args: any[]) => string) | undefined;
260
260
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
261
261
  forceUpdate(callback?: (() => void) | undefined): void;
262
- readonly props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
263
- joinValues: boolean;
264
- extractValue: boolean;
265
- delimiter: string;
266
- allowCity: boolean;
267
- allowDistrict: boolean;
268
- allowStreet: boolean;
269
- }, never>> & {
262
+ readonly props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
263
+ delimiter?: string | undefined;
264
+ joinValues?: boolean | undefined;
265
+ extractValue?: boolean | undefined;
266
+ allowCity?: boolean | undefined;
267
+ allowDistrict?: boolean | undefined;
268
+ allowStreet?: boolean | undefined;
269
+ } & {} & {
270
270
  locale?: string | undefined;
271
271
  translate?: ((str: string, ...args: any[]) => string) | undefined;
272
272
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps> & Readonly<{
@@ -277,84 +277,84 @@ declare const ThemedCity: {
277
277
  [key: string]: React.ReactInstance;
278
278
  };
279
279
  componentDidMount?(): void;
280
- shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
281
- joinValues: boolean;
282
- extractValue: boolean;
283
- delimiter: string;
284
- allowCity: boolean;
285
- allowDistrict: boolean;
286
- allowStreet: boolean;
287
- }, never>> & {
280
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
281
+ delimiter?: string | undefined;
282
+ joinValues?: boolean | undefined;
283
+ extractValue?: boolean | undefined;
284
+ allowCity?: boolean | undefined;
285
+ allowDistrict?: boolean | undefined;
286
+ allowStreet?: boolean | undefined;
287
+ } & {} & {
288
288
  locale?: string | undefined;
289
289
  translate?: ((str: string, ...args: any[]) => string) | undefined;
290
290
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
291
291
  componentWillUnmount?(): void;
292
292
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
293
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
294
- joinValues: boolean;
295
- extractValue: boolean;
296
- delimiter: string;
297
- allowCity: boolean;
298
- allowDistrict: boolean;
299
- allowStreet: boolean;
300
- }, never>> & {
293
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
294
+ delimiter?: string | undefined;
295
+ joinValues?: boolean | undefined;
296
+ extractValue?: boolean | undefined;
297
+ allowCity?: boolean | undefined;
298
+ allowDistrict?: boolean | undefined;
299
+ allowStreet?: boolean | undefined;
300
+ } & {} & {
301
301
  locale?: string | undefined;
302
302
  translate?: ((str: string, ...args: any[]) => string) | undefined;
303
303
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
304
- componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
305
- joinValues: boolean;
306
- extractValue: boolean;
307
- delimiter: string;
308
- allowCity: boolean;
309
- allowDistrict: boolean;
310
- allowStreet: boolean;
311
- }, never>> & {
304
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
305
+ delimiter?: string | undefined;
306
+ joinValues?: boolean | undefined;
307
+ extractValue?: boolean | undefined;
308
+ allowCity?: boolean | undefined;
309
+ allowDistrict?: boolean | undefined;
310
+ allowStreet?: boolean | undefined;
311
+ } & {} & {
312
312
  locale?: string | undefined;
313
313
  translate?: ((str: string, ...args: any[]) => string) | undefined;
314
314
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
315
315
  componentWillMount?(): void;
316
316
  UNSAFE_componentWillMount?(): void;
317
- componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
318
- joinValues: boolean;
319
- extractValue: boolean;
320
- delimiter: string;
321
- allowCity: boolean;
322
- allowDistrict: boolean;
323
- allowStreet: boolean;
324
- }, never>> & {
317
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
318
+ delimiter?: string | undefined;
319
+ joinValues?: boolean | undefined;
320
+ extractValue?: boolean | undefined;
321
+ allowCity?: boolean | undefined;
322
+ allowDistrict?: boolean | undefined;
323
+ allowStreet?: boolean | undefined;
324
+ } & {} & {
325
325
  locale?: string | undefined;
326
326
  translate?: ((str: string, ...args: any[]) => string) | undefined;
327
327
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
328
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
329
- joinValues: boolean;
330
- extractValue: boolean;
331
- delimiter: string;
332
- allowCity: boolean;
333
- allowDistrict: boolean;
334
- allowStreet: boolean;
335
- }, never>> & {
328
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
329
+ delimiter?: string | undefined;
330
+ joinValues?: boolean | undefined;
331
+ extractValue?: boolean | undefined;
332
+ allowCity?: boolean | undefined;
333
+ allowDistrict?: boolean | undefined;
334
+ allowStreet?: boolean | undefined;
335
+ } & {} & {
336
336
  locale?: string | undefined;
337
337
  translate?: ((str: string, ...args: any[]) => string) | undefined;
338
338
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextContext: any): void;
339
- componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
340
- joinValues: boolean;
341
- extractValue: boolean;
342
- delimiter: string;
343
- allowCity: boolean;
344
- allowDistrict: boolean;
345
- allowStreet: boolean;
346
- }, never>> & {
339
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
340
+ delimiter?: string | undefined;
341
+ joinValues?: boolean | undefined;
342
+ extractValue?: boolean | undefined;
343
+ allowCity?: boolean | undefined;
344
+ allowDistrict?: boolean | undefined;
345
+ allowStreet?: boolean | undefined;
346
+ } & {} & {
347
347
  locale?: string | undefined;
348
348
  translate?: ((str: string, ...args: any[]) => string) | undefined;
349
349
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
350
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
351
- joinValues: boolean;
352
- extractValue: boolean;
353
- delimiter: string;
354
- allowCity: boolean;
355
- allowDistrict: boolean;
356
- allowStreet: boolean;
357
- }, never>> & {
350
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
351
+ delimiter?: string | undefined;
352
+ joinValues?: boolean | undefined;
353
+ extractValue?: boolean | undefined;
354
+ allowCity?: boolean | undefined;
355
+ allowDistrict?: boolean | undefined;
356
+ allowStreet?: boolean | undefined;
357
+ } & {} & {
358
358
  locale?: string | undefined;
359
359
  translate?: ((str: string, ...args: any[]) => string) | undefined;
360
360
  }, keyof ThemeProps> & import("../../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
@@ -362,49 +362,49 @@ declare const ThemedCity: {
362
362
  displayName: string;
363
363
  contextType: React.Context<string>;
364
364
  ComposedComponent: React.ComponentType<{
365
- new (props: (Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
366
- joinValues: boolean;
367
- extractValue: boolean;
368
- delimiter: string;
369
- allowCity: boolean;
370
- allowDistrict: boolean;
371
- allowStreet: boolean;
372
- }, never>> & {
365
+ new (props: (Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
366
+ delimiter?: string | undefined;
367
+ joinValues?: boolean | undefined;
368
+ extractValue?: boolean | undefined;
369
+ allowCity?: boolean | undefined;
370
+ allowDistrict?: boolean | undefined;
371
+ allowStreet?: boolean | undefined;
372
+ } & {} & {
373
373
  locale?: string | undefined;
374
374
  translate?: ((str: string, ...args: any[]) => string) | undefined;
375
- }) | Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
376
- joinValues: boolean;
377
- extractValue: boolean;
378
- delimiter: string;
379
- allowCity: boolean;
380
- allowDistrict: boolean;
381
- allowStreet: boolean;
382
- }, never>> & {
375
+ }) | Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
376
+ delimiter?: string | undefined;
377
+ joinValues?: boolean | undefined;
378
+ extractValue?: boolean | undefined;
379
+ allowCity?: boolean | undefined;
380
+ allowDistrict?: boolean | undefined;
381
+ allowStreet?: boolean | undefined;
382
+ } & {} & {
383
383
  locale?: string | undefined;
384
384
  translate?: ((str: string, ...args: any[]) => string) | undefined;
385
385
  }>): {
386
386
  render(): JSX.Element;
387
387
  context: any;
388
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
389
- joinValues: boolean;
390
- extractValue: boolean;
391
- delimiter: string;
392
- allowCity: boolean;
393
- allowDistrict: boolean;
394
- allowStreet: boolean;
395
- }, never>> & {
388
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
389
+ delimiter?: string | undefined;
390
+ joinValues?: boolean | undefined;
391
+ extractValue?: boolean | undefined;
392
+ allowCity?: boolean | undefined;
393
+ allowDistrict?: boolean | undefined;
394
+ allowStreet?: boolean | undefined;
395
+ } & {} & {
396
396
  locale?: string | undefined;
397
397
  translate?: ((str: string, ...args: any[]) => string) | undefined;
398
398
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
399
399
  forceUpdate(callback?: (() => void) | undefined): void;
400
- readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
401
- joinValues: boolean;
402
- extractValue: boolean;
403
- delimiter: string;
404
- allowCity: boolean;
405
- allowDistrict: boolean;
406
- allowStreet: boolean;
407
- }, never>> & {
400
+ readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
401
+ delimiter?: string | undefined;
402
+ joinValues?: boolean | undefined;
403
+ extractValue?: boolean | undefined;
404
+ allowCity?: boolean | undefined;
405
+ allowDistrict?: boolean | undefined;
406
+ allowStreet?: boolean | undefined;
407
+ } & {} & {
408
408
  locale?: string | undefined;
409
409
  translate?: ((str: string, ...args: any[]) => string) | undefined;
410
410
  }> & Readonly<{
@@ -415,121 +415,121 @@ declare const ThemedCity: {
415
415
  [key: string]: React.ReactInstance;
416
416
  };
417
417
  componentDidMount?(): void;
418
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
419
- joinValues: boolean;
420
- extractValue: boolean;
421
- delimiter: string;
422
- allowCity: boolean;
423
- allowDistrict: boolean;
424
- allowStreet: boolean;
425
- }, never>> & {
418
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
419
+ delimiter?: string | undefined;
420
+ joinValues?: boolean | undefined;
421
+ extractValue?: boolean | undefined;
422
+ allowCity?: boolean | undefined;
423
+ allowDistrict?: boolean | undefined;
424
+ allowStreet?: boolean | undefined;
425
+ } & {} & {
426
426
  locale?: string | undefined;
427
427
  translate?: ((str: string, ...args: any[]) => string) | undefined;
428
428
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
429
429
  componentWillUnmount?(): void;
430
430
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
431
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
432
- joinValues: boolean;
433
- extractValue: boolean;
434
- delimiter: string;
435
- allowCity: boolean;
436
- allowDistrict: boolean;
437
- allowStreet: boolean;
438
- }, never>> & {
431
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
432
+ delimiter?: string | undefined;
433
+ joinValues?: boolean | undefined;
434
+ extractValue?: boolean | undefined;
435
+ allowCity?: boolean | undefined;
436
+ allowDistrict?: boolean | undefined;
437
+ allowStreet?: boolean | undefined;
438
+ } & {} & {
439
439
  locale?: string | undefined;
440
440
  translate?: ((str: string, ...args: any[]) => string) | undefined;
441
441
  }>, prevState: Readonly<{}>): any;
442
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
443
- joinValues: boolean;
444
- extractValue: boolean;
445
- delimiter: string;
446
- allowCity: boolean;
447
- allowDistrict: boolean;
448
- allowStreet: boolean;
449
- }, never>> & {
442
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
443
+ delimiter?: string | undefined;
444
+ joinValues?: boolean | undefined;
445
+ extractValue?: boolean | undefined;
446
+ allowCity?: boolean | undefined;
447
+ allowDistrict?: boolean | undefined;
448
+ allowStreet?: boolean | undefined;
449
+ } & {} & {
450
450
  locale?: string | undefined;
451
451
  translate?: ((str: string, ...args: any[]) => string) | undefined;
452
452
  }>, prevState: Readonly<{}>, snapshot?: any): void;
453
453
  componentWillMount?(): void;
454
454
  UNSAFE_componentWillMount?(): void;
455
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
456
- joinValues: boolean;
457
- extractValue: boolean;
458
- delimiter: string;
459
- allowCity: boolean;
460
- allowDistrict: boolean;
461
- allowStreet: boolean;
462
- }, never>> & {
455
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
456
+ delimiter?: string | undefined;
457
+ joinValues?: boolean | undefined;
458
+ extractValue?: boolean | undefined;
459
+ allowCity?: boolean | undefined;
460
+ allowDistrict?: boolean | undefined;
461
+ allowStreet?: boolean | undefined;
462
+ } & {} & {
463
463
  locale?: string | undefined;
464
464
  translate?: ((str: string, ...args: any[]) => string) | undefined;
465
465
  }>, nextContext: any): void;
466
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
467
- joinValues: boolean;
468
- extractValue: boolean;
469
- delimiter: string;
470
- allowCity: boolean;
471
- allowDistrict: boolean;
472
- allowStreet: boolean;
473
- }, never>> & {
466
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
467
+ delimiter?: string | undefined;
468
+ joinValues?: boolean | undefined;
469
+ extractValue?: boolean | undefined;
470
+ allowCity?: boolean | undefined;
471
+ allowDistrict?: boolean | undefined;
472
+ allowStreet?: boolean | undefined;
473
+ } & {} & {
474
474
  locale?: string | undefined;
475
475
  translate?: ((str: string, ...args: any[]) => string) | undefined;
476
476
  }>, nextContext: any): void;
477
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
478
- joinValues: boolean;
479
- extractValue: boolean;
480
- delimiter: string;
481
- allowCity: boolean;
482
- allowDistrict: boolean;
483
- allowStreet: boolean;
484
- }, never>> & {
477
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
478
+ delimiter?: string | undefined;
479
+ joinValues?: boolean | undefined;
480
+ extractValue?: boolean | undefined;
481
+ allowCity?: boolean | undefined;
482
+ allowDistrict?: boolean | undefined;
483
+ allowStreet?: boolean | undefined;
484
+ } & {} & {
485
485
  locale?: string | undefined;
486
486
  translate?: ((str: string, ...args: any[]) => string) | undefined;
487
487
  }>, nextState: Readonly<{}>, nextContext: any): void;
488
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
489
- joinValues: boolean;
490
- extractValue: boolean;
491
- delimiter: string;
492
- allowCity: boolean;
493
- allowDistrict: boolean;
494
- allowStreet: boolean;
495
- }, never>> & {
488
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
489
+ delimiter?: string | undefined;
490
+ joinValues?: boolean | undefined;
491
+ extractValue?: boolean | undefined;
492
+ allowCity?: boolean | undefined;
493
+ allowDistrict?: boolean | undefined;
494
+ allowStreet?: boolean | undefined;
495
+ } & {} & {
496
496
  locale?: string | undefined;
497
497
  translate?: ((str: string, ...args: any[]) => string) | undefined;
498
498
  }>, nextState: Readonly<{}>, nextContext: any): void;
499
499
  };
500
- new (props: Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
501
- joinValues: boolean;
502
- extractValue: boolean;
503
- delimiter: string;
504
- allowCity: boolean;
505
- allowDistrict: boolean;
506
- allowStreet: boolean;
507
- }, never>> & {
500
+ new (props: Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
501
+ delimiter?: string | undefined;
502
+ joinValues?: boolean | undefined;
503
+ extractValue?: boolean | undefined;
504
+ allowCity?: boolean | undefined;
505
+ allowDistrict?: boolean | undefined;
506
+ allowStreet?: 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<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
514
- joinValues: boolean;
515
- extractValue: boolean;
516
- delimiter: string;
517
- allowCity: boolean;
518
- allowDistrict: boolean;
519
- allowStreet: boolean;
520
- }, never>> & {
513
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
514
+ delimiter?: string | undefined;
515
+ joinValues?: boolean | undefined;
516
+ extractValue?: boolean | undefined;
517
+ allowCity?: boolean | undefined;
518
+ allowDistrict?: boolean | undefined;
519
+ allowStreet?: boolean | undefined;
520
+ } & {} & {
521
521
  locale?: string | undefined;
522
522
  translate?: ((str: string, ...args: any[]) => string) | undefined;
523
523
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
524
524
  forceUpdate(callback?: (() => void) | undefined): void;
525
- readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
526
- joinValues: boolean;
527
- extractValue: boolean;
528
- delimiter: string;
529
- allowCity: boolean;
530
- allowDistrict: boolean;
531
- allowStreet: boolean;
532
- }, never>> & {
525
+ readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
526
+ delimiter?: string | undefined;
527
+ joinValues?: boolean | undefined;
528
+ extractValue?: boolean | undefined;
529
+ allowCity?: boolean | undefined;
530
+ allowDistrict?: boolean | undefined;
531
+ allowStreet?: boolean | undefined;
532
+ } & {} & {
533
533
  locale?: string | undefined;
534
534
  translate?: ((str: string, ...args: any[]) => string) | undefined;
535
535
  }> & Readonly<{
@@ -540,84 +540,84 @@ declare const ThemedCity: {
540
540
  [key: string]: React.ReactInstance;
541
541
  };
542
542
  componentDidMount?(): void;
543
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
544
- joinValues: boolean;
545
- extractValue: boolean;
546
- delimiter: string;
547
- allowCity: boolean;
548
- allowDistrict: boolean;
549
- allowStreet: boolean;
550
- }, never>> & {
543
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
544
+ delimiter?: string | undefined;
545
+ joinValues?: boolean | undefined;
546
+ extractValue?: boolean | undefined;
547
+ allowCity?: boolean | undefined;
548
+ allowDistrict?: boolean | undefined;
549
+ allowStreet?: boolean | undefined;
550
+ } & {} & {
551
551
  locale?: string | undefined;
552
552
  translate?: ((str: string, ...args: any[]) => string) | undefined;
553
553
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
554
554
  componentWillUnmount?(): void;
555
555
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
556
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
557
- joinValues: boolean;
558
- extractValue: boolean;
559
- delimiter: string;
560
- allowCity: boolean;
561
- allowDistrict: boolean;
562
- allowStreet: boolean;
563
- }, never>> & {
556
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
557
+ delimiter?: string | undefined;
558
+ joinValues?: boolean | undefined;
559
+ extractValue?: boolean | undefined;
560
+ allowCity?: boolean | undefined;
561
+ allowDistrict?: boolean | undefined;
562
+ allowStreet?: boolean | undefined;
563
+ } & {} & {
564
564
  locale?: string | undefined;
565
565
  translate?: ((str: string, ...args: any[]) => string) | undefined;
566
566
  }>, prevState: Readonly<{}>): any;
567
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
568
- joinValues: boolean;
569
- extractValue: boolean;
570
- delimiter: string;
571
- allowCity: boolean;
572
- allowDistrict: boolean;
573
- allowStreet: boolean;
574
- }, never>> & {
567
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
568
+ delimiter?: string | undefined;
569
+ joinValues?: boolean | undefined;
570
+ extractValue?: boolean | undefined;
571
+ allowCity?: boolean | undefined;
572
+ allowDistrict?: boolean | undefined;
573
+ allowStreet?: boolean | undefined;
574
+ } & {} & {
575
575
  locale?: string | undefined;
576
576
  translate?: ((str: string, ...args: any[]) => string) | undefined;
577
577
  }>, prevState: Readonly<{}>, snapshot?: any): void;
578
578
  componentWillMount?(): void;
579
579
  UNSAFE_componentWillMount?(): void;
580
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
581
- joinValues: boolean;
582
- extractValue: boolean;
583
- delimiter: string;
584
- allowCity: boolean;
585
- allowDistrict: boolean;
586
- allowStreet: boolean;
587
- }, never>> & {
580
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
581
+ delimiter?: string | undefined;
582
+ joinValues?: boolean | undefined;
583
+ extractValue?: boolean | undefined;
584
+ allowCity?: boolean | undefined;
585
+ allowDistrict?: boolean | undefined;
586
+ allowStreet?: boolean | undefined;
587
+ } & {} & {
588
588
  locale?: string | undefined;
589
589
  translate?: ((str: string, ...args: any[]) => string) | undefined;
590
590
  }>, nextContext: any): void;
591
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
592
- joinValues: boolean;
593
- extractValue: boolean;
594
- delimiter: string;
595
- allowCity: boolean;
596
- allowDistrict: boolean;
597
- allowStreet: boolean;
598
- }, never>> & {
591
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
592
+ delimiter?: string | undefined;
593
+ joinValues?: boolean | undefined;
594
+ extractValue?: boolean | undefined;
595
+ allowCity?: boolean | undefined;
596
+ allowDistrict?: boolean | undefined;
597
+ allowStreet?: boolean | undefined;
598
+ } & {} & {
599
599
  locale?: string | undefined;
600
600
  translate?: ((str: string, ...args: any[]) => string) | undefined;
601
601
  }>, nextContext: any): void;
602
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
603
- joinValues: boolean;
604
- extractValue: boolean;
605
- delimiter: string;
606
- allowCity: boolean;
607
- allowDistrict: boolean;
608
- allowStreet: boolean;
609
- }, never>> & {
602
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
603
+ delimiter?: string | undefined;
604
+ joinValues?: boolean | undefined;
605
+ extractValue?: boolean | undefined;
606
+ allowCity?: boolean | undefined;
607
+ allowDistrict?: boolean | undefined;
608
+ allowStreet?: boolean | undefined;
609
+ } & {} & {
610
610
  locale?: string | undefined;
611
611
  translate?: ((str: string, ...args: any[]) => string) | undefined;
612
612
  }>, nextState: Readonly<{}>, nextContext: any): void;
613
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
614
- joinValues: boolean;
615
- extractValue: boolean;
616
- delimiter: string;
617
- allowCity: boolean;
618
- allowDistrict: boolean;
619
- allowStreet: boolean;
620
- }, never>> & {
613
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
614
+ delimiter?: string | undefined;
615
+ joinValues?: boolean | undefined;
616
+ extractValue?: boolean | undefined;
617
+ allowCity?: boolean | undefined;
618
+ allowDistrict?: boolean | undefined;
619
+ allowStreet?: boolean | undefined;
620
+ } & {} & {
621
621
  locale?: string | undefined;
622
622
  translate?: ((str: string, ...args: any[]) => string) | undefined;
623
623
  }>, nextState: Readonly<{}>, nextContext: any): void;
@@ -629,49 +629,49 @@ declare const ThemedCity: {
629
629
  ComposedComponent: typeof CityPicker;
630
630
  }>;
631
631
  } & import("hoist-non-react-statics").NonReactStatics<{
632
- new (props: (Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
633
- joinValues: boolean;
634
- extractValue: boolean;
635
- delimiter: string;
636
- allowCity: boolean;
637
- allowDistrict: boolean;
638
- allowStreet: boolean;
639
- }, never>> & {
632
+ new (props: (Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
633
+ delimiter?: string | undefined;
634
+ joinValues?: boolean | undefined;
635
+ extractValue?: boolean | undefined;
636
+ allowCity?: boolean | undefined;
637
+ allowDistrict?: boolean | undefined;
638
+ allowStreet?: boolean | undefined;
639
+ } & {} & {
640
640
  locale?: string | undefined;
641
641
  translate?: ((str: string, ...args: any[]) => string) | undefined;
642
- }) | Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
643
- joinValues: boolean;
644
- extractValue: boolean;
645
- delimiter: string;
646
- allowCity: boolean;
647
- allowDistrict: boolean;
648
- allowStreet: boolean;
649
- }, never>> & {
642
+ }) | Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
643
+ delimiter?: string | undefined;
644
+ joinValues?: boolean | undefined;
645
+ extractValue?: boolean | undefined;
646
+ allowCity?: boolean | undefined;
647
+ allowDistrict?: boolean | undefined;
648
+ allowStreet?: boolean | undefined;
649
+ } & {} & {
650
650
  locale?: string | undefined;
651
651
  translate?: ((str: string, ...args: any[]) => string) | undefined;
652
652
  }>): {
653
653
  render(): JSX.Element;
654
654
  context: any;
655
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
656
- joinValues: boolean;
657
- extractValue: boolean;
658
- delimiter: string;
659
- allowCity: boolean;
660
- allowDistrict: boolean;
661
- allowStreet: boolean;
662
- }, never>> & {
655
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
656
+ delimiter?: string | undefined;
657
+ joinValues?: boolean | undefined;
658
+ extractValue?: boolean | undefined;
659
+ allowCity?: boolean | undefined;
660
+ allowDistrict?: boolean | undefined;
661
+ allowStreet?: boolean | undefined;
662
+ } & {} & {
663
663
  locale?: string | undefined;
664
664
  translate?: ((str: string, ...args: any[]) => string) | undefined;
665
665
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
666
666
  forceUpdate(callback?: (() => void) | undefined): void;
667
- readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
668
- joinValues: boolean;
669
- extractValue: boolean;
670
- delimiter: string;
671
- allowCity: boolean;
672
- allowDistrict: boolean;
673
- allowStreet: boolean;
674
- }, never>> & {
667
+ readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
668
+ delimiter?: string | undefined;
669
+ joinValues?: boolean | undefined;
670
+ extractValue?: boolean | undefined;
671
+ allowCity?: boolean | undefined;
672
+ allowDistrict?: boolean | undefined;
673
+ allowStreet?: boolean | undefined;
674
+ } & {} & {
675
675
  locale?: string | undefined;
676
676
  translate?: ((str: string, ...args: any[]) => string) | undefined;
677
677
  }> & Readonly<{
@@ -682,121 +682,121 @@ declare const ThemedCity: {
682
682
  [key: string]: React.ReactInstance;
683
683
  };
684
684
  componentDidMount?(): void;
685
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
686
- joinValues: boolean;
687
- extractValue: boolean;
688
- delimiter: string;
689
- allowCity: boolean;
690
- allowDistrict: boolean;
691
- allowStreet: boolean;
692
- }, never>> & {
685
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
686
+ delimiter?: string | undefined;
687
+ joinValues?: boolean | undefined;
688
+ extractValue?: boolean | undefined;
689
+ allowCity?: boolean | undefined;
690
+ allowDistrict?: boolean | undefined;
691
+ allowStreet?: boolean | undefined;
692
+ } & {} & {
693
693
  locale?: string | undefined;
694
694
  translate?: ((str: string, ...args: any[]) => string) | undefined;
695
695
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
696
696
  componentWillUnmount?(): void;
697
697
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
698
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
699
- joinValues: boolean;
700
- extractValue: boolean;
701
- delimiter: string;
702
- allowCity: boolean;
703
- allowDistrict: boolean;
704
- allowStreet: boolean;
705
- }, never>> & {
698
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
699
+ delimiter?: string | undefined;
700
+ joinValues?: boolean | undefined;
701
+ extractValue?: boolean | undefined;
702
+ allowCity?: boolean | undefined;
703
+ allowDistrict?: boolean | undefined;
704
+ allowStreet?: boolean | undefined;
705
+ } & {} & {
706
706
  locale?: string | undefined;
707
707
  translate?: ((str: string, ...args: any[]) => string) | undefined;
708
708
  }>, prevState: Readonly<{}>): any;
709
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
710
- joinValues: boolean;
711
- extractValue: boolean;
712
- delimiter: string;
713
- allowCity: boolean;
714
- allowDistrict: boolean;
715
- allowStreet: boolean;
716
- }, never>> & {
709
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
710
+ delimiter?: string | undefined;
711
+ joinValues?: boolean | undefined;
712
+ extractValue?: boolean | undefined;
713
+ allowCity?: boolean | undefined;
714
+ allowDistrict?: boolean | undefined;
715
+ allowStreet?: boolean | undefined;
716
+ } & {} & {
717
717
  locale?: string | undefined;
718
718
  translate?: ((str: string, ...args: any[]) => string) | undefined;
719
719
  }>, prevState: Readonly<{}>, snapshot?: any): void;
720
720
  componentWillMount?(): void;
721
721
  UNSAFE_componentWillMount?(): void;
722
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
723
- joinValues: boolean;
724
- extractValue: boolean;
725
- delimiter: string;
726
- allowCity: boolean;
727
- allowDistrict: boolean;
728
- allowStreet: boolean;
729
- }, never>> & {
722
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
723
+ delimiter?: string | undefined;
724
+ joinValues?: boolean | undefined;
725
+ extractValue?: boolean | undefined;
726
+ allowCity?: boolean | undefined;
727
+ allowDistrict?: boolean | undefined;
728
+ allowStreet?: boolean | undefined;
729
+ } & {} & {
730
730
  locale?: string | undefined;
731
731
  translate?: ((str: string, ...args: any[]) => string) | undefined;
732
732
  }>, nextContext: any): void;
733
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
734
- joinValues: boolean;
735
- extractValue: boolean;
736
- delimiter: string;
737
- allowCity: boolean;
738
- allowDistrict: boolean;
739
- allowStreet: boolean;
740
- }, never>> & {
733
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
734
+ delimiter?: string | undefined;
735
+ joinValues?: boolean | undefined;
736
+ extractValue?: boolean | undefined;
737
+ allowCity?: boolean | undefined;
738
+ allowDistrict?: boolean | undefined;
739
+ allowStreet?: boolean | undefined;
740
+ } & {} & {
741
741
  locale?: string | undefined;
742
742
  translate?: ((str: string, ...args: any[]) => string) | undefined;
743
743
  }>, nextContext: any): void;
744
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
745
- joinValues: boolean;
746
- extractValue: boolean;
747
- delimiter: string;
748
- allowCity: boolean;
749
- allowDistrict: boolean;
750
- allowStreet: boolean;
751
- }, never>> & {
744
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
745
+ delimiter?: string | undefined;
746
+ joinValues?: boolean | undefined;
747
+ extractValue?: boolean | undefined;
748
+ allowCity?: boolean | undefined;
749
+ allowDistrict?: boolean | undefined;
750
+ allowStreet?: boolean | undefined;
751
+ } & {} & {
752
752
  locale?: string | undefined;
753
753
  translate?: ((str: string, ...args: any[]) => string) | undefined;
754
754
  }>, nextState: Readonly<{}>, nextContext: any): void;
755
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
756
- joinValues: boolean;
757
- extractValue: boolean;
758
- delimiter: string;
759
- allowCity: boolean;
760
- allowDistrict: boolean;
761
- allowStreet: boolean;
762
- }, never>> & {
755
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
756
+ delimiter?: string | undefined;
757
+ joinValues?: boolean | undefined;
758
+ extractValue?: boolean | undefined;
759
+ allowCity?: boolean | undefined;
760
+ allowDistrict?: boolean | undefined;
761
+ allowStreet?: boolean | undefined;
762
+ } & {} & {
763
763
  locale?: string | undefined;
764
764
  translate?: ((str: string, ...args: any[]) => string) | undefined;
765
765
  }>, nextState: Readonly<{}>, nextContext: any): void;
766
766
  };
767
- new (props: Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
768
- joinValues: boolean;
769
- extractValue: boolean;
770
- delimiter: string;
771
- allowCity: boolean;
772
- allowDistrict: boolean;
773
- allowStreet: boolean;
774
- }, never>> & {
767
+ new (props: Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
768
+ delimiter?: string | undefined;
769
+ joinValues?: boolean | undefined;
770
+ extractValue?: boolean | undefined;
771
+ allowCity?: boolean | undefined;
772
+ allowDistrict?: boolean | undefined;
773
+ allowStreet?: boolean | undefined;
774
+ } & {} & {
775
775
  locale?: string | undefined;
776
776
  translate?: ((str: string, ...args: any[]) => string) | undefined;
777
777
  }, context: any): {
778
778
  render(): JSX.Element;
779
779
  context: any;
780
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
781
- joinValues: boolean;
782
- extractValue: boolean;
783
- delimiter: string;
784
- allowCity: boolean;
785
- allowDistrict: boolean;
786
- allowStreet: boolean;
787
- }, never>> & {
780
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
781
+ delimiter?: string | undefined;
782
+ joinValues?: boolean | undefined;
783
+ extractValue?: boolean | undefined;
784
+ allowCity?: boolean | undefined;
785
+ allowDistrict?: boolean | undefined;
786
+ allowStreet?: boolean | undefined;
787
+ } & {} & {
788
788
  locale?: string | undefined;
789
789
  translate?: ((str: string, ...args: any[]) => string) | undefined;
790
790
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
791
791
  forceUpdate(callback?: (() => void) | undefined): void;
792
- readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
793
- joinValues: boolean;
794
- extractValue: boolean;
795
- delimiter: string;
796
- allowCity: boolean;
797
- allowDistrict: boolean;
798
- allowStreet: boolean;
799
- }, never>> & {
792
+ readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
793
+ delimiter?: string | undefined;
794
+ joinValues?: boolean | undefined;
795
+ extractValue?: boolean | undefined;
796
+ allowCity?: boolean | undefined;
797
+ allowDistrict?: boolean | undefined;
798
+ allowStreet?: boolean | undefined;
799
+ } & {} & {
800
800
  locale?: string | undefined;
801
801
  translate?: ((str: string, ...args: any[]) => string) | undefined;
802
802
  }> & Readonly<{
@@ -807,84 +807,84 @@ declare const ThemedCity: {
807
807
  [key: string]: React.ReactInstance;
808
808
  };
809
809
  componentDidMount?(): void;
810
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
811
- joinValues: boolean;
812
- extractValue: boolean;
813
- delimiter: string;
814
- allowCity: boolean;
815
- allowDistrict: boolean;
816
- allowStreet: boolean;
817
- }, never>> & {
810
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
811
+ delimiter?: string | undefined;
812
+ joinValues?: boolean | undefined;
813
+ extractValue?: boolean | undefined;
814
+ allowCity?: boolean | undefined;
815
+ allowDistrict?: boolean | undefined;
816
+ allowStreet?: boolean | undefined;
817
+ } & {} & {
818
818
  locale?: string | undefined;
819
819
  translate?: ((str: string, ...args: any[]) => string) | undefined;
820
820
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
821
821
  componentWillUnmount?(): void;
822
822
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
823
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
824
- joinValues: boolean;
825
- extractValue: boolean;
826
- delimiter: string;
827
- allowCity: boolean;
828
- allowDistrict: boolean;
829
- allowStreet: boolean;
830
- }, never>> & {
823
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
824
+ delimiter?: string | undefined;
825
+ joinValues?: boolean | undefined;
826
+ extractValue?: boolean | undefined;
827
+ allowCity?: boolean | undefined;
828
+ allowDistrict?: boolean | undefined;
829
+ allowStreet?: boolean | undefined;
830
+ } & {} & {
831
831
  locale?: string | undefined;
832
832
  translate?: ((str: string, ...args: any[]) => string) | undefined;
833
833
  }>, prevState: Readonly<{}>): any;
834
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
835
- joinValues: boolean;
836
- extractValue: boolean;
837
- delimiter: string;
838
- allowCity: boolean;
839
- allowDistrict: boolean;
840
- allowStreet: boolean;
841
- }, never>> & {
834
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
835
+ delimiter?: string | undefined;
836
+ joinValues?: boolean | undefined;
837
+ extractValue?: boolean | undefined;
838
+ allowCity?: boolean | undefined;
839
+ allowDistrict?: boolean | undefined;
840
+ allowStreet?: boolean | undefined;
841
+ } & {} & {
842
842
  locale?: string | undefined;
843
843
  translate?: ((str: string, ...args: any[]) => string) | undefined;
844
844
  }>, prevState: Readonly<{}>, snapshot?: any): void;
845
845
  componentWillMount?(): void;
846
846
  UNSAFE_componentWillMount?(): void;
847
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
848
- joinValues: boolean;
849
- extractValue: boolean;
850
- delimiter: string;
851
- allowCity: boolean;
852
- allowDistrict: boolean;
853
- allowStreet: boolean;
854
- }, never>> & {
847
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
848
+ delimiter?: string | undefined;
849
+ joinValues?: boolean | undefined;
850
+ extractValue?: boolean | undefined;
851
+ allowCity?: boolean | undefined;
852
+ allowDistrict?: boolean | undefined;
853
+ allowStreet?: boolean | undefined;
854
+ } & {} & {
855
855
  locale?: string | undefined;
856
856
  translate?: ((str: string, ...args: any[]) => string) | undefined;
857
857
  }>, nextContext: any): void;
858
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
859
- joinValues: boolean;
860
- extractValue: boolean;
861
- delimiter: string;
862
- allowCity: boolean;
863
- allowDistrict: boolean;
864
- allowStreet: boolean;
865
- }, never>> & {
858
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
859
+ delimiter?: string | undefined;
860
+ joinValues?: boolean | undefined;
861
+ extractValue?: boolean | undefined;
862
+ allowCity?: boolean | undefined;
863
+ allowDistrict?: boolean | undefined;
864
+ allowStreet?: boolean | undefined;
865
+ } & {} & {
866
866
  locale?: string | undefined;
867
867
  translate?: ((str: string, ...args: any[]) => string) | undefined;
868
868
  }>, nextContext: any): void;
869
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
870
- joinValues: boolean;
871
- extractValue: boolean;
872
- delimiter: string;
873
- allowCity: boolean;
874
- allowDistrict: boolean;
875
- allowStreet: boolean;
876
- }, never>> & {
869
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
870
+ delimiter?: string | undefined;
871
+ joinValues?: boolean | undefined;
872
+ extractValue?: boolean | undefined;
873
+ allowCity?: boolean | undefined;
874
+ allowDistrict?: boolean | undefined;
875
+ allowStreet?: boolean | undefined;
876
+ } & {} & {
877
877
  locale?: string | undefined;
878
878
  translate?: ((str: string, ...args: any[]) => string) | undefined;
879
879
  }>, nextState: Readonly<{}>, nextContext: any): void;
880
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
881
- joinValues: boolean;
882
- extractValue: boolean;
883
- delimiter: string;
884
- allowCity: boolean;
885
- allowDistrict: boolean;
886
- allowStreet: boolean;
887
- }, never>> & {
880
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
881
+ delimiter?: string | undefined;
882
+ joinValues?: boolean | undefined;
883
+ extractValue?: boolean | undefined;
884
+ allowCity?: boolean | undefined;
885
+ allowDistrict?: boolean | undefined;
886
+ allowStreet?: boolean | undefined;
887
+ } & {} & {
888
888
  locale?: string | undefined;
889
889
  translate?: ((str: string, ...args: any[]) => string) | undefined;
890
890
  }>, nextState: Readonly<{}>, nextContext: any): void;
@@ -896,49 +896,49 @@ declare const ThemedCity: {
896
896
  ComposedComponent: typeof CityPicker;
897
897
  }, {}> & {
898
898
  ComposedComponent: {
899
- new (props: (Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
900
- joinValues: boolean;
901
- extractValue: boolean;
902
- delimiter: string;
903
- allowCity: boolean;
904
- allowDistrict: boolean;
905
- allowStreet: boolean;
906
- }, never>> & {
899
+ new (props: (Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
900
+ delimiter?: string | undefined;
901
+ joinValues?: boolean | undefined;
902
+ extractValue?: boolean | undefined;
903
+ allowCity?: boolean | undefined;
904
+ allowDistrict?: boolean | undefined;
905
+ allowStreet?: boolean | undefined;
906
+ } & {} & {
907
907
  locale?: string | undefined;
908
908
  translate?: ((str: string, ...args: any[]) => string) | undefined;
909
- }) | Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
910
- joinValues: boolean;
911
- extractValue: boolean;
912
- delimiter: string;
913
- allowCity: boolean;
914
- allowDistrict: boolean;
915
- allowStreet: boolean;
916
- }, never>> & {
909
+ }) | Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
910
+ delimiter?: string | undefined;
911
+ joinValues?: boolean | undefined;
912
+ extractValue?: boolean | undefined;
913
+ allowCity?: boolean | undefined;
914
+ allowDistrict?: boolean | undefined;
915
+ allowStreet?: boolean | undefined;
916
+ } & {} & {
917
917
  locale?: string | undefined;
918
918
  translate?: ((str: string, ...args: any[]) => string) | undefined;
919
919
  }>): {
920
920
  render(): JSX.Element;
921
921
  context: any;
922
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
923
- joinValues: boolean;
924
- extractValue: boolean;
925
- delimiter: string;
926
- allowCity: boolean;
927
- allowDistrict: boolean;
928
- allowStreet: boolean;
929
- }, never>> & {
922
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
923
+ delimiter?: string | undefined;
924
+ joinValues?: boolean | undefined;
925
+ extractValue?: boolean | undefined;
926
+ allowCity?: boolean | undefined;
927
+ allowDistrict?: boolean | undefined;
928
+ allowStreet?: boolean | undefined;
929
+ } & {} & {
930
930
  locale?: string | undefined;
931
931
  translate?: ((str: string, ...args: any[]) => string) | undefined;
932
932
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
933
933
  forceUpdate(callback?: (() => void) | undefined): void;
934
- readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
935
- joinValues: boolean;
936
- extractValue: boolean;
937
- delimiter: string;
938
- allowCity: boolean;
939
- allowDistrict: boolean;
940
- allowStreet: boolean;
941
- }, never>> & {
934
+ readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
935
+ delimiter?: string | undefined;
936
+ joinValues?: boolean | undefined;
937
+ extractValue?: boolean | undefined;
938
+ allowCity?: boolean | undefined;
939
+ allowDistrict?: boolean | undefined;
940
+ allowStreet?: boolean | undefined;
941
+ } & {} & {
942
942
  locale?: string | undefined;
943
943
  translate?: ((str: string, ...args: any[]) => string) | undefined;
944
944
  }> & Readonly<{
@@ -949,121 +949,121 @@ declare const ThemedCity: {
949
949
  [key: string]: React.ReactInstance;
950
950
  };
951
951
  componentDidMount?(): void;
952
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
953
- joinValues: boolean;
954
- extractValue: boolean;
955
- delimiter: string;
956
- allowCity: boolean;
957
- allowDistrict: boolean;
958
- allowStreet: boolean;
959
- }, never>> & {
952
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
953
+ delimiter?: string | undefined;
954
+ joinValues?: boolean | undefined;
955
+ extractValue?: boolean | undefined;
956
+ allowCity?: boolean | undefined;
957
+ allowDistrict?: boolean | undefined;
958
+ allowStreet?: boolean | undefined;
959
+ } & {} & {
960
960
  locale?: string | undefined;
961
961
  translate?: ((str: string, ...args: any[]) => string) | undefined;
962
962
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
963
963
  componentWillUnmount?(): void;
964
964
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
965
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
966
- joinValues: boolean;
967
- extractValue: boolean;
968
- delimiter: string;
969
- allowCity: boolean;
970
- allowDistrict: boolean;
971
- allowStreet: boolean;
972
- }, never>> & {
965
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
966
+ delimiter?: string | undefined;
967
+ joinValues?: boolean | undefined;
968
+ extractValue?: boolean | undefined;
969
+ allowCity?: boolean | undefined;
970
+ allowDistrict?: boolean | undefined;
971
+ allowStreet?: boolean | undefined;
972
+ } & {} & {
973
973
  locale?: string | undefined;
974
974
  translate?: ((str: string, ...args: any[]) => string) | undefined;
975
975
  }>, prevState: Readonly<{}>): any;
976
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
977
- joinValues: boolean;
978
- extractValue: boolean;
979
- delimiter: string;
980
- allowCity: boolean;
981
- allowDistrict: boolean;
982
- allowStreet: boolean;
983
- }, never>> & {
976
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
977
+ delimiter?: string | undefined;
978
+ joinValues?: boolean | undefined;
979
+ extractValue?: boolean | undefined;
980
+ allowCity?: boolean | undefined;
981
+ allowDistrict?: boolean | undefined;
982
+ allowStreet?: boolean | undefined;
983
+ } & {} & {
984
984
  locale?: string | undefined;
985
985
  translate?: ((str: string, ...args: any[]) => string) | undefined;
986
986
  }>, prevState: Readonly<{}>, snapshot?: any): void;
987
987
  componentWillMount?(): void;
988
988
  UNSAFE_componentWillMount?(): void;
989
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
990
- joinValues: boolean;
991
- extractValue: boolean;
992
- delimiter: string;
993
- allowCity: boolean;
994
- allowDistrict: boolean;
995
- allowStreet: boolean;
996
- }, never>> & {
989
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
990
+ delimiter?: string | undefined;
991
+ joinValues?: boolean | undefined;
992
+ extractValue?: boolean | undefined;
993
+ allowCity?: boolean | undefined;
994
+ allowDistrict?: boolean | undefined;
995
+ allowStreet?: boolean | undefined;
996
+ } & {} & {
997
997
  locale?: string | undefined;
998
998
  translate?: ((str: string, ...args: any[]) => string) | undefined;
999
999
  }>, nextContext: any): void;
1000
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1001
- joinValues: boolean;
1002
- extractValue: boolean;
1003
- delimiter: string;
1004
- allowCity: boolean;
1005
- allowDistrict: boolean;
1006
- allowStreet: boolean;
1007
- }, never>> & {
1000
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
1001
+ delimiter?: string | undefined;
1002
+ joinValues?: boolean | undefined;
1003
+ extractValue?: boolean | undefined;
1004
+ allowCity?: boolean | undefined;
1005
+ allowDistrict?: boolean | undefined;
1006
+ allowStreet?: boolean | undefined;
1007
+ } & {} & {
1008
1008
  locale?: string | undefined;
1009
1009
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1010
1010
  }>, nextContext: any): void;
1011
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1012
- joinValues: boolean;
1013
- extractValue: boolean;
1014
- delimiter: string;
1015
- allowCity: boolean;
1016
- allowDistrict: boolean;
1017
- allowStreet: boolean;
1018
- }, never>> & {
1011
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
1012
+ delimiter?: string | undefined;
1013
+ joinValues?: boolean | undefined;
1014
+ extractValue?: boolean | undefined;
1015
+ allowCity?: boolean | undefined;
1016
+ allowDistrict?: boolean | undefined;
1017
+ allowStreet?: boolean | undefined;
1018
+ } & {} & {
1019
1019
  locale?: string | undefined;
1020
1020
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1021
1021
  }>, nextState: Readonly<{}>, nextContext: any): void;
1022
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1023
- joinValues: boolean;
1024
- extractValue: boolean;
1025
- delimiter: string;
1026
- allowCity: boolean;
1027
- allowDistrict: boolean;
1028
- allowStreet: boolean;
1029
- }, never>> & {
1022
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
1023
+ delimiter?: string | undefined;
1024
+ joinValues?: boolean | undefined;
1025
+ extractValue?: boolean | undefined;
1026
+ allowCity?: boolean | undefined;
1027
+ allowDistrict?: boolean | undefined;
1028
+ allowStreet?: boolean | undefined;
1029
+ } & {} & {
1030
1030
  locale?: string | undefined;
1031
1031
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1032
1032
  }>, nextState: Readonly<{}>, nextContext: any): void;
1033
1033
  };
1034
- new (props: Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1035
- joinValues: boolean;
1036
- extractValue: boolean;
1037
- delimiter: string;
1038
- allowCity: boolean;
1039
- allowDistrict: boolean;
1040
- allowStreet: boolean;
1041
- }, never>> & {
1034
+ new (props: Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
1035
+ delimiter?: string | undefined;
1036
+ joinValues?: boolean | undefined;
1037
+ extractValue?: boolean | undefined;
1038
+ allowCity?: boolean | undefined;
1039
+ allowDistrict?: boolean | undefined;
1040
+ allowStreet?: boolean | undefined;
1041
+ } & {} & {
1042
1042
  locale?: string | undefined;
1043
1043
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1044
1044
  }, context: any): {
1045
1045
  render(): JSX.Element;
1046
1046
  context: any;
1047
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1048
- joinValues: boolean;
1049
- extractValue: boolean;
1050
- delimiter: string;
1051
- allowCity: boolean;
1052
- allowDistrict: boolean;
1053
- allowStreet: boolean;
1054
- }, never>> & {
1047
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
1048
+ delimiter?: string | undefined;
1049
+ joinValues?: boolean | undefined;
1050
+ extractValue?: boolean | undefined;
1051
+ allowCity?: boolean | undefined;
1052
+ allowDistrict?: boolean | undefined;
1053
+ allowStreet?: boolean | undefined;
1054
+ } & {} & {
1055
1055
  locale?: string | undefined;
1056
1056
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1057
1057
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
1058
1058
  forceUpdate(callback?: (() => void) | undefined): void;
1059
- readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1060
- joinValues: boolean;
1061
- extractValue: boolean;
1062
- delimiter: string;
1063
- allowCity: boolean;
1064
- allowDistrict: boolean;
1065
- allowStreet: boolean;
1066
- }, never>> & {
1059
+ readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
1060
+ delimiter?: string | undefined;
1061
+ joinValues?: boolean | undefined;
1062
+ extractValue?: boolean | undefined;
1063
+ allowCity?: boolean | undefined;
1064
+ allowDistrict?: boolean | undefined;
1065
+ allowStreet?: boolean | undefined;
1066
+ } & {} & {
1067
1067
  locale?: string | undefined;
1068
1068
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1069
1069
  }> & Readonly<{
@@ -1074,84 +1074,84 @@ declare const ThemedCity: {
1074
1074
  [key: string]: React.ReactInstance;
1075
1075
  };
1076
1076
  componentDidMount?(): void;
1077
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1078
- joinValues: boolean;
1079
- extractValue: boolean;
1080
- delimiter: string;
1081
- allowCity: boolean;
1082
- allowDistrict: boolean;
1083
- allowStreet: boolean;
1084
- }, never>> & {
1077
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
1078
+ delimiter?: string | undefined;
1079
+ joinValues?: boolean | undefined;
1080
+ extractValue?: boolean | undefined;
1081
+ allowCity?: boolean | undefined;
1082
+ allowDistrict?: boolean | undefined;
1083
+ allowStreet?: boolean | undefined;
1084
+ } & {} & {
1085
1085
  locale?: string | undefined;
1086
1086
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1087
1087
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
1088
1088
  componentWillUnmount?(): void;
1089
1089
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
1090
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1091
- joinValues: boolean;
1092
- extractValue: boolean;
1093
- delimiter: string;
1094
- allowCity: boolean;
1095
- allowDistrict: boolean;
1096
- allowStreet: boolean;
1097
- }, never>> & {
1090
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
1091
+ delimiter?: string | undefined;
1092
+ joinValues?: boolean | undefined;
1093
+ extractValue?: boolean | undefined;
1094
+ allowCity?: boolean | undefined;
1095
+ allowDistrict?: boolean | undefined;
1096
+ allowStreet?: boolean | undefined;
1097
+ } & {} & {
1098
1098
  locale?: string | undefined;
1099
1099
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1100
1100
  }>, prevState: Readonly<{}>): any;
1101
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1102
- joinValues: boolean;
1103
- extractValue: boolean;
1104
- delimiter: string;
1105
- allowCity: boolean;
1106
- allowDistrict: boolean;
1107
- allowStreet: boolean;
1108
- }, never>> & {
1101
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
1102
+ delimiter?: string | undefined;
1103
+ joinValues?: boolean | undefined;
1104
+ extractValue?: boolean | undefined;
1105
+ allowCity?: boolean | undefined;
1106
+ allowDistrict?: boolean | undefined;
1107
+ allowStreet?: boolean | undefined;
1108
+ } & {} & {
1109
1109
  locale?: string | undefined;
1110
1110
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1111
1111
  }>, prevState: Readonly<{}>, snapshot?: any): void;
1112
1112
  componentWillMount?(): void;
1113
1113
  UNSAFE_componentWillMount?(): void;
1114
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1115
- joinValues: boolean;
1116
- extractValue: boolean;
1117
- delimiter: string;
1118
- allowCity: boolean;
1119
- allowDistrict: boolean;
1120
- allowStreet: boolean;
1121
- }, never>> & {
1114
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
1115
+ delimiter?: string | undefined;
1116
+ joinValues?: boolean | undefined;
1117
+ extractValue?: boolean | undefined;
1118
+ allowCity?: boolean | undefined;
1119
+ allowDistrict?: boolean | undefined;
1120
+ allowStreet?: boolean | undefined;
1121
+ } & {} & {
1122
1122
  locale?: string | undefined;
1123
1123
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1124
1124
  }>, nextContext: any): void;
1125
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1126
- joinValues: boolean;
1127
- extractValue: boolean;
1128
- delimiter: string;
1129
- allowCity: boolean;
1130
- allowDistrict: boolean;
1131
- allowStreet: boolean;
1132
- }, never>> & {
1125
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
1126
+ delimiter?: string | undefined;
1127
+ joinValues?: boolean | undefined;
1128
+ extractValue?: boolean | undefined;
1129
+ allowCity?: boolean | undefined;
1130
+ allowDistrict?: boolean | undefined;
1131
+ allowStreet?: boolean | undefined;
1132
+ } & {} & {
1133
1133
  locale?: string | undefined;
1134
1134
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1135
1135
  }>, nextContext: any): void;
1136
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1137
- joinValues: boolean;
1138
- extractValue: boolean;
1139
- delimiter: string;
1140
- allowCity: boolean;
1141
- allowDistrict: boolean;
1142
- allowStreet: boolean;
1143
- }, never>> & {
1136
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
1137
+ delimiter?: string | undefined;
1138
+ joinValues?: boolean | undefined;
1139
+ extractValue?: boolean | undefined;
1140
+ allowCity?: boolean | undefined;
1141
+ allowDistrict?: boolean | undefined;
1142
+ allowStreet?: boolean | undefined;
1143
+ } & {} & {
1144
1144
  locale?: string | undefined;
1145
1145
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1146
1146
  }>, nextState: Readonly<{}>, nextContext: any): void;
1147
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
1148
- joinValues: boolean;
1149
- extractValue: boolean;
1150
- delimiter: string;
1151
- allowCity: boolean;
1152
- allowDistrict: boolean;
1153
- allowStreet: boolean;
1154
- }, never>> & {
1147
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "hidden" | "description" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & {
1148
+ delimiter?: string | undefined;
1149
+ joinValues?: boolean | undefined;
1150
+ extractValue?: boolean | undefined;
1151
+ allowCity?: boolean | undefined;
1152
+ allowDistrict?: boolean | undefined;
1153
+ allowStreet?: boolean | undefined;
1154
+ } & {} & {
1155
1155
  locale?: string | undefined;
1156
1156
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1157
1157
  }>, nextState: Readonly<{}>, nextContext: any): void;