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.
- package/lib/components/Alert.d.ts +588 -588
- package/lib/components/Alert2.d.ts +125 -20
- package/lib/components/AnchorNav.d.ts +104 -20
- package/lib/components/ArrayInput.d.ts +420 -420
- package/lib/components/AsideNav.d.ts +125 -125
- package/lib/components/AssociatedSelection.d.ts +504 -504
- package/lib/components/Avatar.d.ts +461 -20
- package/lib/components/Button.d.ts +167 -20
- package/lib/components/CalendarMobile.d.ts +420 -84
- package/lib/components/Card.d.ts +671 -20
- package/lib/components/ChainedSelection.d.ts +504 -504
- package/lib/components/Checkbox.d.ts +104 -20
- package/lib/components/Collapse.d.ts +587 -20
- package/lib/components/CollapseGroup.d.ts +230 -20
- package/lib/components/ColorPicker.d.ts +504 -504
- package/lib/components/DatePicker.d.ts +588 -588
- package/lib/components/DateRangePicker.d.ts +1008 -1008
- package/lib/components/Drawer.d.ts +125 -20
- package/lib/components/Editor.d.ts +840 -672
- package/lib/components/GroupedSelection.d.ts +504 -504
- package/lib/components/Html.d.ts +62 -62
- package/lib/components/InputBox.d.ts +83 -83
- package/lib/components/Layout.d.ts +146 -146
- package/lib/components/ListGroup.d.ts +62 -62
- package/lib/components/ListMenu.d.ts +504 -504
- package/lib/components/LocationPicker.d.ts +336 -336
- package/lib/components/Modal.d.ts +420 -420
- package/lib/components/MonthRangePicker.d.ts +924 -924
- package/lib/components/NumberInput.d.ts +104 -20
- package/lib/components/PopUp.d.ts +672 -672
- package/lib/components/Progress.d.ts +440 -20
- package/lib/components/Radios.d.ts +167 -167
- package/lib/components/Rating.d.ts +272 -314
- package/lib/components/ResultBox.d.ts +504 -84
- package/lib/components/ResultList.d.ts +336 -84
- package/lib/components/SearchBox.d.ts +336 -336
- package/lib/components/Select.d.ts +4977 -4977
- package/lib/components/Selection.d.ts +504 -504
- package/lib/components/SparkLine.d.ts +336 -336
- package/lib/components/Spinner.d.ts +146 -146
- package/lib/components/Switch.d.ts +83 -83
- package/lib/components/TableSelection.d.ts +672 -672
- package/lib/components/Tabs.d.ts +83 -20
- package/lib/components/TitleBar.d.ts +146 -125
- package/lib/components/Toast.d.ts +504 -84
- package/lib/components/TooltipWrapper.d.ts +125 -20
- package/lib/components/Transfer.d.ts +252 -84
- package/lib/components/TransferDropDown.d.ts +252 -84
- package/lib/components/Tree.d.ts +2688 -2688
- package/lib/components/TreeSelection.d.ts +588 -588
- package/lib/components/formula/Editor.d.ts +420 -84
- package/lib/index.js +1 -1
- package/lib/renderers/Dialog.d.ts +420 -420
- package/lib/renderers/Form/InputCity.d.ts +672 -672
- package/lib/renderers/Form/InputColor.d.ts +504 -504
- package/lib/renderers/Nav.d.ts +62 -62
- package/package.json +1 -1
- package/sdk/ang-ie11.css +1 -0
- package/sdk/ang.css +1 -0
- package/sdk/antd-ie11.css +1 -0
- package/sdk/antd.css +1 -0
- package/sdk/charts.js +14 -14
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +1 -0
- package/sdk/cxd.css +1 -0
- package/sdk/dark-ie11.css +1 -0
- package/sdk/dark.css +1 -0
- package/sdk/exceljs.js +1 -1
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +3 -3
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +18 -18
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +1 -0
- package/sdk/sdk.css +1 -0
- package/sdk/sdk.js +1318 -1253
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- 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"> &
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
allowCity
|
107
|
-
allowDistrict
|
108
|
-
allowStreet
|
109
|
-
}
|
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"> &
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
allowCity
|
117
|
-
allowDistrict
|
118
|
-
allowStreet
|
119
|
-
}
|
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"> &
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
allowCity
|
130
|
-
allowDistrict
|
131
|
-
allowStreet
|
132
|
-
}
|
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"> &
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
allowCity
|
142
|
-
allowDistrict
|
143
|
-
allowStreet
|
144
|
-
}
|
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"> &
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
allowCity
|
160
|
-
allowDistrict
|
161
|
-
allowStreet
|
162
|
-
}
|
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"> &
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
allowCity
|
173
|
-
allowDistrict
|
174
|
-
allowStreet
|
175
|
-
}
|
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"> &
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
allowCity
|
184
|
-
allowDistrict
|
185
|
-
allowStreet
|
186
|
-
}
|
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"> &
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
allowCity
|
197
|
-
allowDistrict
|
198
|
-
allowStreet
|
199
|
-
}
|
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"> &
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
allowCity
|
208
|
-
allowDistrict
|
209
|
-
allowStreet
|
210
|
-
}
|
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"> &
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
allowCity
|
219
|
-
allowDistrict
|
220
|
-
allowStreet
|
221
|
-
}
|
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"> &
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
allowCity
|
230
|
-
allowDistrict
|
231
|
-
allowStreet
|
232
|
-
}
|
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"> &
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
allowCity
|
242
|
-
allowDistrict
|
243
|
-
allowStreet
|
244
|
-
}
|
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"> &
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
allowCity
|
255
|
-
allowDistrict
|
256
|
-
allowStreet
|
257
|
-
}
|
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"> &
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
allowCity
|
267
|
-
allowDistrict
|
268
|
-
allowStreet
|
269
|
-
}
|
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"> &
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
allowCity
|
285
|
-
allowDistrict
|
286
|
-
allowStreet
|
287
|
-
}
|
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"> &
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
allowCity
|
298
|
-
allowDistrict
|
299
|
-
allowStreet
|
300
|
-
}
|
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"> &
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
allowCity
|
309
|
-
allowDistrict
|
310
|
-
allowStreet
|
311
|
-
}
|
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"> &
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
allowCity
|
322
|
-
allowDistrict
|
323
|
-
allowStreet
|
324
|
-
}
|
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"> &
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
allowCity
|
333
|
-
allowDistrict
|
334
|
-
allowStreet
|
335
|
-
}
|
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"> &
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
allowCity
|
344
|
-
allowDistrict
|
345
|
-
allowStreet
|
346
|
-
}
|
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"> &
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
allowCity
|
355
|
-
allowDistrict
|
356
|
-
allowStreet
|
357
|
-
}
|
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"> &
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
allowCity
|
370
|
-
allowDistrict
|
371
|
-
allowStreet
|
372
|
-
}
|
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"> &
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
allowCity
|
380
|
-
allowDistrict
|
381
|
-
allowStreet
|
382
|
-
}
|
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"> &
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
allowCity
|
393
|
-
allowDistrict
|
394
|
-
allowStreet
|
395
|
-
}
|
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"> &
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
allowCity
|
405
|
-
allowDistrict
|
406
|
-
allowStreet
|
407
|
-
}
|
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"> &
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
allowCity
|
423
|
-
allowDistrict
|
424
|
-
allowStreet
|
425
|
-
}
|
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"> &
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
allowCity
|
436
|
-
allowDistrict
|
437
|
-
allowStreet
|
438
|
-
}
|
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"> &
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
allowCity
|
447
|
-
allowDistrict
|
448
|
-
allowStreet
|
449
|
-
}
|
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"> &
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
allowCity
|
460
|
-
allowDistrict
|
461
|
-
allowStreet
|
462
|
-
}
|
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"> &
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
allowCity
|
471
|
-
allowDistrict
|
472
|
-
allowStreet
|
473
|
-
}
|
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"> &
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
allowCity
|
482
|
-
allowDistrict
|
483
|
-
allowStreet
|
484
|
-
}
|
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"> &
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
allowCity
|
493
|
-
allowDistrict
|
494
|
-
allowStreet
|
495
|
-
}
|
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"> &
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
allowCity
|
505
|
-
allowDistrict
|
506
|
-
allowStreet
|
507
|
-
}
|
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"> &
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
allowCity
|
518
|
-
allowDistrict
|
519
|
-
allowStreet
|
520
|
-
}
|
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"> &
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
allowCity
|
530
|
-
allowDistrict
|
531
|
-
allowStreet
|
532
|
-
}
|
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"> &
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
allowCity
|
548
|
-
allowDistrict
|
549
|
-
allowStreet
|
550
|
-
}
|
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"> &
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
allowCity
|
561
|
-
allowDistrict
|
562
|
-
allowStreet
|
563
|
-
}
|
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"> &
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
allowCity
|
572
|
-
allowDistrict
|
573
|
-
allowStreet
|
574
|
-
}
|
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"> &
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
allowCity
|
585
|
-
allowDistrict
|
586
|
-
allowStreet
|
587
|
-
}
|
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"> &
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
allowCity
|
596
|
-
allowDistrict
|
597
|
-
allowStreet
|
598
|
-
}
|
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"> &
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
allowCity
|
607
|
-
allowDistrict
|
608
|
-
allowStreet
|
609
|
-
}
|
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"> &
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
allowCity
|
618
|
-
allowDistrict
|
619
|
-
allowStreet
|
620
|
-
}
|
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"> &
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
allowCity
|
637
|
-
allowDistrict
|
638
|
-
allowStreet
|
639
|
-
}
|
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"> &
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
allowCity
|
647
|
-
allowDistrict
|
648
|
-
allowStreet
|
649
|
-
}
|
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"> &
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
allowCity
|
660
|
-
allowDistrict
|
661
|
-
allowStreet
|
662
|
-
}
|
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"> &
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
allowCity
|
672
|
-
allowDistrict
|
673
|
-
allowStreet
|
674
|
-
}
|
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"> &
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
allowCity
|
690
|
-
allowDistrict
|
691
|
-
allowStreet
|
692
|
-
}
|
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"> &
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
allowCity
|
703
|
-
allowDistrict
|
704
|
-
allowStreet
|
705
|
-
}
|
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"> &
|
710
|
-
|
711
|
-
|
712
|
-
|
713
|
-
allowCity
|
714
|
-
allowDistrict
|
715
|
-
allowStreet
|
716
|
-
}
|
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"> &
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
allowCity
|
727
|
-
allowDistrict
|
728
|
-
allowStreet
|
729
|
-
}
|
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"> &
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
allowCity
|
738
|
-
allowDistrict
|
739
|
-
allowStreet
|
740
|
-
}
|
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"> &
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
allowCity
|
749
|
-
allowDistrict
|
750
|
-
allowStreet
|
751
|
-
}
|
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"> &
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
allowCity
|
760
|
-
allowDistrict
|
761
|
-
allowStreet
|
762
|
-
}
|
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"> &
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
allowCity
|
772
|
-
allowDistrict
|
773
|
-
allowStreet
|
774
|
-
}
|
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"> &
|
781
|
-
|
782
|
-
|
783
|
-
|
784
|
-
allowCity
|
785
|
-
allowDistrict
|
786
|
-
allowStreet
|
787
|
-
}
|
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"> &
|
793
|
-
|
794
|
-
|
795
|
-
|
796
|
-
allowCity
|
797
|
-
allowDistrict
|
798
|
-
allowStreet
|
799
|
-
}
|
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"> &
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
allowCity
|
815
|
-
allowDistrict
|
816
|
-
allowStreet
|
817
|
-
}
|
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"> &
|
824
|
-
|
825
|
-
|
826
|
-
|
827
|
-
allowCity
|
828
|
-
allowDistrict
|
829
|
-
allowStreet
|
830
|
-
}
|
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"> &
|
835
|
-
|
836
|
-
|
837
|
-
|
838
|
-
allowCity
|
839
|
-
allowDistrict
|
840
|
-
allowStreet
|
841
|
-
}
|
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"> &
|
848
|
-
|
849
|
-
|
850
|
-
|
851
|
-
allowCity
|
852
|
-
allowDistrict
|
853
|
-
allowStreet
|
854
|
-
}
|
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"> &
|
859
|
-
|
860
|
-
|
861
|
-
|
862
|
-
allowCity
|
863
|
-
allowDistrict
|
864
|
-
allowStreet
|
865
|
-
}
|
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"> &
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
allowCity
|
874
|
-
allowDistrict
|
875
|
-
allowStreet
|
876
|
-
}
|
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"> &
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
allowCity
|
885
|
-
allowDistrict
|
886
|
-
allowStreet
|
887
|
-
}
|
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"> &
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
allowCity
|
904
|
-
allowDistrict
|
905
|
-
allowStreet
|
906
|
-
}
|
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"> &
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
allowCity
|
914
|
-
allowDistrict
|
915
|
-
allowStreet
|
916
|
-
}
|
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"> &
|
923
|
-
|
924
|
-
|
925
|
-
|
926
|
-
allowCity
|
927
|
-
allowDistrict
|
928
|
-
allowStreet
|
929
|
-
}
|
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"> &
|
935
|
-
|
936
|
-
|
937
|
-
|
938
|
-
allowCity
|
939
|
-
allowDistrict
|
940
|
-
allowStreet
|
941
|
-
}
|
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"> &
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
allowCity
|
957
|
-
allowDistrict
|
958
|
-
allowStreet
|
959
|
-
}
|
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"> &
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
allowCity
|
970
|
-
allowDistrict
|
971
|
-
allowStreet
|
972
|
-
}
|
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"> &
|
977
|
-
|
978
|
-
|
979
|
-
|
980
|
-
allowCity
|
981
|
-
allowDistrict
|
982
|
-
allowStreet
|
983
|
-
}
|
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"> &
|
990
|
-
|
991
|
-
|
992
|
-
|
993
|
-
allowCity
|
994
|
-
allowDistrict
|
995
|
-
allowStreet
|
996
|
-
}
|
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"> &
|
1001
|
-
|
1002
|
-
|
1003
|
-
|
1004
|
-
allowCity
|
1005
|
-
allowDistrict
|
1006
|
-
allowStreet
|
1007
|
-
}
|
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"> &
|
1012
|
-
|
1013
|
-
|
1014
|
-
|
1015
|
-
allowCity
|
1016
|
-
allowDistrict
|
1017
|
-
allowStreet
|
1018
|
-
}
|
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"> &
|
1023
|
-
|
1024
|
-
|
1025
|
-
|
1026
|
-
allowCity
|
1027
|
-
allowDistrict
|
1028
|
-
allowStreet
|
1029
|
-
}
|
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"> &
|
1035
|
-
|
1036
|
-
|
1037
|
-
|
1038
|
-
allowCity
|
1039
|
-
allowDistrict
|
1040
|
-
allowStreet
|
1041
|
-
}
|
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"> &
|
1048
|
-
|
1049
|
-
|
1050
|
-
|
1051
|
-
allowCity
|
1052
|
-
allowDistrict
|
1053
|
-
allowStreet
|
1054
|
-
}
|
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"> &
|
1060
|
-
|
1061
|
-
|
1062
|
-
|
1063
|
-
allowCity
|
1064
|
-
allowDistrict
|
1065
|
-
allowStreet
|
1066
|
-
}
|
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"> &
|
1078
|
-
|
1079
|
-
|
1080
|
-
|
1081
|
-
allowCity
|
1082
|
-
allowDistrict
|
1083
|
-
allowStreet
|
1084
|
-
}
|
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"> &
|
1091
|
-
|
1092
|
-
|
1093
|
-
|
1094
|
-
allowCity
|
1095
|
-
allowDistrict
|
1096
|
-
allowStreet
|
1097
|
-
}
|
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"> &
|
1102
|
-
|
1103
|
-
|
1104
|
-
|
1105
|
-
allowCity
|
1106
|
-
allowDistrict
|
1107
|
-
allowStreet
|
1108
|
-
}
|
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"> &
|
1115
|
-
|
1116
|
-
|
1117
|
-
|
1118
|
-
allowCity
|
1119
|
-
allowDistrict
|
1120
|
-
allowStreet
|
1121
|
-
}
|
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"> &
|
1126
|
-
|
1127
|
-
|
1128
|
-
|
1129
|
-
allowCity
|
1130
|
-
allowDistrict
|
1131
|
-
allowStreet
|
1132
|
-
}
|
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"> &
|
1137
|
-
|
1138
|
-
|
1139
|
-
|
1140
|
-
allowCity
|
1141
|
-
allowDistrict
|
1142
|
-
allowStreet
|
1143
|
-
}
|
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"> &
|
1148
|
-
|
1149
|
-
|
1150
|
-
|
1151
|
-
allowCity
|
1152
|
-
allowDistrict
|
1153
|
-
allowStreet
|
1154
|
-
}
|
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;
|