amis 1.6.1 → 1.6.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/SchemaRenderer.js +6 -3
- package/lib/SchemaRenderer.js.map +2 -2
- package/lib/actions/CmptAction.js +1 -1
- package/lib/actions/CmptAction.js.map +2 -2
- package/lib/components/Card.d.ts +20 -20
- package/lib/components/CodeMirror.d.ts +0 -1
- package/lib/components/CodeMirror.js +0 -1
- package/lib/components/CodeMirror.js.map +2 -2
- package/lib/components/DatePicker.d.ts +0 -1
- package/lib/components/DatePicker.js +9 -9
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/RichText.d.ts +0 -2
- package/lib/components/RichText.js +0 -3
- package/lib/components/RichText.js.map +2 -2
- package/lib/components/Tinymce.d.ts +0 -1
- package/lib/components/Tinymce.js +1 -1
- package/lib/components/Tinymce.js.map +2 -2
- package/lib/components/condition-builder/Group.d.ts +1 -0
- package/lib/components/condition-builder/Group.js +7 -7
- package/lib/components/condition-builder/Group.js.map +2 -2
- package/lib/components/condition-builder/GroupOrItem.d.ts +1 -0
- package/lib/components/condition-builder/GroupOrItem.js +2 -2
- package/lib/components/condition-builder/GroupOrItem.js.map +2 -2
- package/lib/components/condition-builder/index.d.ts +1 -0
- package/lib/components/condition-builder/index.js +2 -2
- package/lib/components/condition-builder/index.js.map +2 -2
- package/lib/env.d.ts +2 -1
- package/lib/env.js.map +2 -2
- package/lib/factory.js +6 -2
- package/lib/factory.js.map +2 -2
- package/lib/index.js +1 -1
- package/lib/renderers/Form/InputCity.d.ts +84 -84
- package/lib/renderers/Form/InputImage.d.ts +0 -1
- package/lib/renderers/Form/InputImage.js +1 -1
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Pagination.js +2 -2
- package/lib/renderers/Pagination.js.map +2 -2
- package/lib/renderers/Video.d.ts +0 -1
- package/lib/renderers/Video.js +0 -2
- package/lib/renderers/Video.js.map +2 -2
- package/lib/themes/ang-ie11.css +10412 -0
- package/lib/themes/ang.css +10412 -0
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +10412 -0
- package/lib/themes/antd.css +10412 -0
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +10412 -0
- package/lib/themes/cxd.css +10412 -0
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +10412 -0
- package/lib/themes/dark.css +10412 -0
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +10412 -0
- package/lib/themes/default.css.map +1 -1
- package/package.json +2 -2
- package/scss/_thirds.scss +7 -0
- package/scss/components/_condition-builder.scss +11 -0
- package/scss/themes/_common.scss +2 -0
- package/sdk/ang-ie11.css +12165 -12187
- package/sdk/ang.css +15347 -15369
- package/sdk/antd-ie11.css +12165 -12187
- package/sdk/antd.css +15489 -15511
- package/sdk/charts.js +17 -17
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +69 -65
- package/sdk/cropperjs.js +3 -3
- package/sdk/cxd-ie11.css +12165 -12187
- package/sdk/cxd.css +15347 -15369
- package/sdk/dark-ie11.css +12165 -12187
- package/sdk/dark.css +15432 -15454
- package/sdk/exceljs.js +1 -1
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +16 -20
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +12165 -12187
- package/sdk/sdk.css +15347 -15369
- package/sdk/sdk.js +1270 -1342
- package/sdk/thirds/hls.js/hls.js +18 -18
- package/sdk/thirds/mpegts.js/mpegts.js +2 -2
- package/sdk/tinymce.js +57 -57
- package/src/SchemaRenderer.tsx +9 -3
- package/src/actions/CmptAction.ts +1 -1
- package/src/components/CodeMirror.tsx +1 -1
- package/src/components/DatePicker.tsx +63 -50
- package/src/components/RichText.tsx +2 -2
- package/src/components/Tinymce.tsx +1 -1
- package/src/components/condition-builder/Group.tsx +59 -42
- package/src/components/condition-builder/GroupOrItem.tsx +8 -1
- package/src/components/condition-builder/index.tsx +4 -1
- package/src/env.tsx +4 -1
- package/src/factory.tsx +8 -3
- package/src/renderers/Form/InputImage.tsx +1 -1
- package/src/renderers/Pagination.tsx +2 -2
- package/src/renderers/Video.tsx +1 -1
@@ -99,7 +99,7 @@ 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" | "
|
102
|
+
new (props: (Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
103
103
|
joinValues: boolean;
|
104
104
|
extractValue: boolean;
|
105
105
|
delimiter: string;
|
@@ -109,7 +109,7 @@ declare const ThemedCity: {
|
|
109
109
|
}, never>> & {
|
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" | "
|
112
|
+
}, keyof ThemeProps> & import("../../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
113
113
|
joinValues: boolean;
|
114
114
|
extractValue: boolean;
|
115
115
|
delimiter: string;
|
@@ -122,7 +122,7 @@ declare const ThemedCity: {
|
|
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" | "
|
125
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
126
126
|
joinValues: boolean;
|
127
127
|
extractValue: boolean;
|
128
128
|
delimiter: string;
|
@@ -134,7 +134,7 @@ declare const ThemedCity: {
|
|
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" | "
|
137
|
+
readonly props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
138
138
|
joinValues: boolean;
|
139
139
|
extractValue: boolean;
|
140
140
|
delimiter: string;
|
@@ -152,7 +152,7 @@ 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" | "
|
155
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
156
156
|
joinValues: boolean;
|
157
157
|
extractValue: boolean;
|
158
158
|
delimiter: string;
|
@@ -165,7 +165,7 @@ declare const ThemedCity: {
|
|
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" | "
|
168
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
169
169
|
joinValues: boolean;
|
170
170
|
extractValue: boolean;
|
171
171
|
delimiter: string;
|
@@ -176,7 +176,7 @@ declare const ThemedCity: {
|
|
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" | "
|
179
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
180
180
|
joinValues: boolean;
|
181
181
|
extractValue: boolean;
|
182
182
|
delimiter: string;
|
@@ -189,7 +189,7 @@ declare const ThemedCity: {
|
|
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" | "
|
192
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
193
193
|
joinValues: boolean;
|
194
194
|
extractValue: boolean;
|
195
195
|
delimiter: string;
|
@@ -200,7 +200,7 @@ declare const ThemedCity: {
|
|
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" | "
|
203
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
204
204
|
joinValues: boolean;
|
205
205
|
extractValue: boolean;
|
206
206
|
delimiter: string;
|
@@ -211,7 +211,7 @@ declare const ThemedCity: {
|
|
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" | "
|
214
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
215
215
|
joinValues: boolean;
|
216
216
|
extractValue: boolean;
|
217
217
|
delimiter: string;
|
@@ -222,7 +222,7 @@ declare const ThemedCity: {
|
|
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" | "
|
225
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
226
226
|
joinValues: boolean;
|
227
227
|
extractValue: boolean;
|
228
228
|
delimiter: string;
|
@@ -234,7 +234,7 @@ declare const ThemedCity: {
|
|
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" | "
|
237
|
+
new (props: Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
238
238
|
joinValues: boolean;
|
239
239
|
extractValue: boolean;
|
240
240
|
delimiter: string;
|
@@ -247,7 +247,7 @@ declare const ThemedCity: {
|
|
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" | "
|
250
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
251
251
|
joinValues: boolean;
|
252
252
|
extractValue: boolean;
|
253
253
|
delimiter: string;
|
@@ -259,7 +259,7 @@ declare const ThemedCity: {
|
|
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" | "
|
262
|
+
readonly props: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
263
263
|
joinValues: boolean;
|
264
264
|
extractValue: boolean;
|
265
265
|
delimiter: string;
|
@@ -277,7 +277,7 @@ 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" | "
|
280
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
281
281
|
joinValues: boolean;
|
282
282
|
extractValue: boolean;
|
283
283
|
delimiter: string;
|
@@ -290,7 +290,7 @@ declare const ThemedCity: {
|
|
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" | "
|
293
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
294
294
|
joinValues: boolean;
|
295
295
|
extractValue: boolean;
|
296
296
|
delimiter: string;
|
@@ -301,7 +301,7 @@ declare const ThemedCity: {
|
|
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" | "
|
304
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
305
305
|
joinValues: boolean;
|
306
306
|
extractValue: boolean;
|
307
307
|
delimiter: string;
|
@@ -314,7 +314,7 @@ declare const ThemedCity: {
|
|
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" | "
|
317
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
318
318
|
joinValues: boolean;
|
319
319
|
extractValue: boolean;
|
320
320
|
delimiter: string;
|
@@ -325,7 +325,7 @@ declare const ThemedCity: {
|
|
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" | "
|
328
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
329
329
|
joinValues: boolean;
|
330
330
|
extractValue: boolean;
|
331
331
|
delimiter: string;
|
@@ -336,7 +336,7 @@ declare const ThemedCity: {
|
|
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" | "
|
339
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
340
340
|
joinValues: boolean;
|
341
341
|
extractValue: boolean;
|
342
342
|
delimiter: string;
|
@@ -347,7 +347,7 @@ declare const ThemedCity: {
|
|
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" | "
|
350
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
351
351
|
joinValues: boolean;
|
352
352
|
extractValue: boolean;
|
353
353
|
delimiter: string;
|
@@ -362,7 +362,7 @@ 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" | "
|
365
|
+
new (props: (Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
366
366
|
joinValues: boolean;
|
367
367
|
extractValue: boolean;
|
368
368
|
delimiter: string;
|
@@ -372,7 +372,7 @@ declare const ThemedCity: {
|
|
372
372
|
}, never>> & {
|
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" | "
|
375
|
+
}) | Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
376
376
|
joinValues: boolean;
|
377
377
|
extractValue: boolean;
|
378
378
|
delimiter: string;
|
@@ -385,7 +385,7 @@ declare const ThemedCity: {
|
|
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" | "
|
388
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
389
389
|
joinValues: boolean;
|
390
390
|
extractValue: boolean;
|
391
391
|
delimiter: string;
|
@@ -397,7 +397,7 @@ declare const ThemedCity: {
|
|
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" | "
|
400
|
+
readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
401
401
|
joinValues: boolean;
|
402
402
|
extractValue: boolean;
|
403
403
|
delimiter: string;
|
@@ -415,7 +415,7 @@ 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" | "
|
418
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
419
419
|
joinValues: boolean;
|
420
420
|
extractValue: boolean;
|
421
421
|
delimiter: string;
|
@@ -428,7 +428,7 @@ declare const ThemedCity: {
|
|
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" | "
|
431
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
432
432
|
joinValues: boolean;
|
433
433
|
extractValue: boolean;
|
434
434
|
delimiter: string;
|
@@ -439,7 +439,7 @@ declare const ThemedCity: {
|
|
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" | "
|
442
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
443
443
|
joinValues: boolean;
|
444
444
|
extractValue: boolean;
|
445
445
|
delimiter: string;
|
@@ -452,7 +452,7 @@ declare const ThemedCity: {
|
|
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" | "
|
455
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
456
456
|
joinValues: boolean;
|
457
457
|
extractValue: boolean;
|
458
458
|
delimiter: string;
|
@@ -463,7 +463,7 @@ declare const ThemedCity: {
|
|
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" | "
|
466
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
467
467
|
joinValues: boolean;
|
468
468
|
extractValue: boolean;
|
469
469
|
delimiter: string;
|
@@ -474,7 +474,7 @@ declare const ThemedCity: {
|
|
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" | "
|
477
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
478
478
|
joinValues: boolean;
|
479
479
|
extractValue: boolean;
|
480
480
|
delimiter: string;
|
@@ -485,7 +485,7 @@ declare const ThemedCity: {
|
|
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" | "
|
488
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
489
489
|
joinValues: boolean;
|
490
490
|
extractValue: boolean;
|
491
491
|
delimiter: string;
|
@@ -497,7 +497,7 @@ declare const ThemedCity: {
|
|
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" | "
|
500
|
+
new (props: Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
501
501
|
joinValues: boolean;
|
502
502
|
extractValue: boolean;
|
503
503
|
delimiter: string;
|
@@ -510,7 +510,7 @@ declare const ThemedCity: {
|
|
510
510
|
}, context: any): {
|
511
511
|
render(): JSX.Element;
|
512
512
|
context: any;
|
513
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "
|
513
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
514
514
|
joinValues: boolean;
|
515
515
|
extractValue: boolean;
|
516
516
|
delimiter: string;
|
@@ -522,7 +522,7 @@ declare const ThemedCity: {
|
|
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" | "
|
525
|
+
readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
526
526
|
joinValues: boolean;
|
527
527
|
extractValue: boolean;
|
528
528
|
delimiter: string;
|
@@ -540,7 +540,7 @@ 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" | "
|
543
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
544
544
|
joinValues: boolean;
|
545
545
|
extractValue: boolean;
|
546
546
|
delimiter: string;
|
@@ -553,7 +553,7 @@ declare const ThemedCity: {
|
|
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" | "
|
556
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
557
557
|
joinValues: boolean;
|
558
558
|
extractValue: boolean;
|
559
559
|
delimiter: string;
|
@@ -564,7 +564,7 @@ declare const ThemedCity: {
|
|
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" | "
|
567
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
568
568
|
joinValues: boolean;
|
569
569
|
extractValue: boolean;
|
570
570
|
delimiter: string;
|
@@ -577,7 +577,7 @@ declare const ThemedCity: {
|
|
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" | "
|
580
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
581
581
|
joinValues: boolean;
|
582
582
|
extractValue: boolean;
|
583
583
|
delimiter: string;
|
@@ -588,7 +588,7 @@ declare const ThemedCity: {
|
|
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" | "
|
591
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
592
592
|
joinValues: boolean;
|
593
593
|
extractValue: boolean;
|
594
594
|
delimiter: string;
|
@@ -599,7 +599,7 @@ declare const ThemedCity: {
|
|
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" | "
|
602
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
603
603
|
joinValues: boolean;
|
604
604
|
extractValue: boolean;
|
605
605
|
delimiter: string;
|
@@ -610,7 +610,7 @@ declare const ThemedCity: {
|
|
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" | "
|
613
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
614
614
|
joinValues: boolean;
|
615
615
|
extractValue: boolean;
|
616
616
|
delimiter: string;
|
@@ -629,7 +629,7 @@ 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" | "
|
632
|
+
new (props: (Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
633
633
|
joinValues: boolean;
|
634
634
|
extractValue: boolean;
|
635
635
|
delimiter: string;
|
@@ -639,7 +639,7 @@ declare const ThemedCity: {
|
|
639
639
|
}, never>> & {
|
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" | "
|
642
|
+
}) | Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
643
643
|
joinValues: boolean;
|
644
644
|
extractValue: boolean;
|
645
645
|
delimiter: string;
|
@@ -652,7 +652,7 @@ declare const ThemedCity: {
|
|
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" | "
|
655
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
656
656
|
joinValues: boolean;
|
657
657
|
extractValue: boolean;
|
658
658
|
delimiter: string;
|
@@ -664,7 +664,7 @@ declare const ThemedCity: {
|
|
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" | "
|
667
|
+
readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
668
668
|
joinValues: boolean;
|
669
669
|
extractValue: boolean;
|
670
670
|
delimiter: string;
|
@@ -682,7 +682,7 @@ 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" | "
|
685
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
686
686
|
joinValues: boolean;
|
687
687
|
extractValue: boolean;
|
688
688
|
delimiter: string;
|
@@ -695,7 +695,7 @@ declare const ThemedCity: {
|
|
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" | "
|
698
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
699
699
|
joinValues: boolean;
|
700
700
|
extractValue: boolean;
|
701
701
|
delimiter: string;
|
@@ -706,7 +706,7 @@ declare const ThemedCity: {
|
|
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" | "
|
709
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
710
710
|
joinValues: boolean;
|
711
711
|
extractValue: boolean;
|
712
712
|
delimiter: string;
|
@@ -719,7 +719,7 @@ declare const ThemedCity: {
|
|
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" | "
|
722
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
723
723
|
joinValues: boolean;
|
724
724
|
extractValue: boolean;
|
725
725
|
delimiter: string;
|
@@ -730,7 +730,7 @@ declare const ThemedCity: {
|
|
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" | "
|
733
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
734
734
|
joinValues: boolean;
|
735
735
|
extractValue: boolean;
|
736
736
|
delimiter: string;
|
@@ -741,7 +741,7 @@ declare const ThemedCity: {
|
|
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" | "
|
744
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
745
745
|
joinValues: boolean;
|
746
746
|
extractValue: boolean;
|
747
747
|
delimiter: string;
|
@@ -752,7 +752,7 @@ declare const ThemedCity: {
|
|
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" | "
|
755
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
756
756
|
joinValues: boolean;
|
757
757
|
extractValue: boolean;
|
758
758
|
delimiter: string;
|
@@ -764,7 +764,7 @@ declare const ThemedCity: {
|
|
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" | "
|
767
|
+
new (props: Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
768
768
|
joinValues: boolean;
|
769
769
|
extractValue: boolean;
|
770
770
|
delimiter: string;
|
@@ -777,7 +777,7 @@ declare const ThemedCity: {
|
|
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" | "
|
780
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
781
781
|
joinValues: boolean;
|
782
782
|
extractValue: boolean;
|
783
783
|
delimiter: string;
|
@@ -789,7 +789,7 @@ declare const ThemedCity: {
|
|
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" | "
|
792
|
+
readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
793
793
|
joinValues: boolean;
|
794
794
|
extractValue: boolean;
|
795
795
|
delimiter: string;
|
@@ -807,7 +807,7 @@ 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" | "
|
810
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
811
811
|
joinValues: boolean;
|
812
812
|
extractValue: boolean;
|
813
813
|
delimiter: string;
|
@@ -820,7 +820,7 @@ declare const ThemedCity: {
|
|
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" | "
|
823
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
824
824
|
joinValues: boolean;
|
825
825
|
extractValue: boolean;
|
826
826
|
delimiter: string;
|
@@ -831,7 +831,7 @@ declare const ThemedCity: {
|
|
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" | "
|
834
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
835
835
|
joinValues: boolean;
|
836
836
|
extractValue: boolean;
|
837
837
|
delimiter: string;
|
@@ -844,7 +844,7 @@ declare const ThemedCity: {
|
|
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" | "
|
847
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
848
848
|
joinValues: boolean;
|
849
849
|
extractValue: boolean;
|
850
850
|
delimiter: string;
|
@@ -855,7 +855,7 @@ declare const ThemedCity: {
|
|
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" | "
|
858
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
859
859
|
joinValues: boolean;
|
860
860
|
extractValue: boolean;
|
861
861
|
delimiter: string;
|
@@ -866,7 +866,7 @@ declare const ThemedCity: {
|
|
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" | "
|
869
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
870
870
|
joinValues: boolean;
|
871
871
|
extractValue: boolean;
|
872
872
|
delimiter: string;
|
@@ -877,7 +877,7 @@ declare const ThemedCity: {
|
|
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" | "
|
880
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
881
881
|
joinValues: boolean;
|
882
882
|
extractValue: boolean;
|
883
883
|
delimiter: string;
|
@@ -896,7 +896,7 @@ 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" | "
|
899
|
+
new (props: (Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
900
900
|
joinValues: boolean;
|
901
901
|
extractValue: boolean;
|
902
902
|
delimiter: string;
|
@@ -906,7 +906,7 @@ declare const ThemedCity: {
|
|
906
906
|
}, never>> & {
|
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" | "
|
909
|
+
}) | Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
910
910
|
joinValues: boolean;
|
911
911
|
extractValue: boolean;
|
912
912
|
delimiter: string;
|
@@ -919,7 +919,7 @@ declare const ThemedCity: {
|
|
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" | "
|
922
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
923
923
|
joinValues: boolean;
|
924
924
|
extractValue: boolean;
|
925
925
|
delimiter: string;
|
@@ -931,7 +931,7 @@ declare const ThemedCity: {
|
|
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" | "
|
934
|
+
readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
935
935
|
joinValues: boolean;
|
936
936
|
extractValue: boolean;
|
937
937
|
delimiter: string;
|
@@ -949,7 +949,7 @@ 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" | "
|
952
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
953
953
|
joinValues: boolean;
|
954
954
|
extractValue: boolean;
|
955
955
|
delimiter: string;
|
@@ -962,7 +962,7 @@ declare const ThemedCity: {
|
|
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" | "
|
965
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
966
966
|
joinValues: boolean;
|
967
967
|
extractValue: boolean;
|
968
968
|
delimiter: string;
|
@@ -973,7 +973,7 @@ declare const ThemedCity: {
|
|
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" | "
|
976
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
977
977
|
joinValues: boolean;
|
978
978
|
extractValue: boolean;
|
979
979
|
delimiter: string;
|
@@ -986,7 +986,7 @@ declare const ThemedCity: {
|
|
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" | "
|
989
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
990
990
|
joinValues: boolean;
|
991
991
|
extractValue: boolean;
|
992
992
|
delimiter: string;
|
@@ -997,7 +997,7 @@ declare const ThemedCity: {
|
|
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" | "
|
1000
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1001
1001
|
joinValues: boolean;
|
1002
1002
|
extractValue: boolean;
|
1003
1003
|
delimiter: string;
|
@@ -1008,7 +1008,7 @@ declare const ThemedCity: {
|
|
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" | "
|
1011
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1012
1012
|
joinValues: boolean;
|
1013
1013
|
extractValue: boolean;
|
1014
1014
|
delimiter: string;
|
@@ -1019,7 +1019,7 @@ declare const ThemedCity: {
|
|
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" | "
|
1022
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1023
1023
|
joinValues: boolean;
|
1024
1024
|
extractValue: boolean;
|
1025
1025
|
delimiter: string;
|
@@ -1031,7 +1031,7 @@ declare const ThemedCity: {
|
|
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" | "
|
1034
|
+
new (props: Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1035
1035
|
joinValues: boolean;
|
1036
1036
|
extractValue: boolean;
|
1037
1037
|
delimiter: string;
|
@@ -1044,7 +1044,7 @@ declare const ThemedCity: {
|
|
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" | "
|
1047
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1048
1048
|
joinValues: boolean;
|
1049
1049
|
extractValue: boolean;
|
1050
1050
|
delimiter: string;
|
@@ -1056,7 +1056,7 @@ declare const ThemedCity: {
|
|
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" | "
|
1059
|
+
readonly props: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1060
1060
|
joinValues: boolean;
|
1061
1061
|
extractValue: boolean;
|
1062
1062
|
delimiter: string;
|
@@ -1074,7 +1074,7 @@ 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" | "
|
1077
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1078
1078
|
joinValues: boolean;
|
1079
1079
|
extractValue: boolean;
|
1080
1080
|
delimiter: string;
|
@@ -1087,7 +1087,7 @@ declare const ThemedCity: {
|
|
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" | "
|
1090
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1091
1091
|
joinValues: boolean;
|
1092
1092
|
extractValue: boolean;
|
1093
1093
|
delimiter: string;
|
@@ -1098,7 +1098,7 @@ declare const ThemedCity: {
|
|
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" | "
|
1101
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1102
1102
|
joinValues: boolean;
|
1103
1103
|
extractValue: boolean;
|
1104
1104
|
delimiter: string;
|
@@ -1111,7 +1111,7 @@ declare const ThemedCity: {
|
|
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" | "
|
1114
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1115
1115
|
joinValues: boolean;
|
1116
1116
|
extractValue: boolean;
|
1117
1117
|
delimiter: string;
|
@@ -1122,7 +1122,7 @@ declare const ThemedCity: {
|
|
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" | "
|
1125
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1126
1126
|
joinValues: boolean;
|
1127
1127
|
extractValue: boolean;
|
1128
1128
|
delimiter: string;
|
@@ -1133,7 +1133,7 @@ declare const ThemedCity: {
|
|
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" | "
|
1136
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1137
1137
|
joinValues: boolean;
|
1138
1138
|
extractValue: boolean;
|
1139
1139
|
delimiter: string;
|
@@ -1144,7 +1144,7 @@ declare const ThemedCity: {
|
|
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" | "
|
1147
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CityPickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "label" | "desc" | "className" | "theme" | "value" | "description" | "hidden" | "disabled" | "name" | "required" | "clearValueOnHidden" | "validateApi" | "validateOnChange" | "visible" | "size" | "inline" | "horizontal" | "mode" | "placeholder" | "onChange" | "remark" | "readOnly" | "labelClassName" | "$ref" | "disabledOn" | "hiddenOn" | "visibleOn" | "useMobileUI" | "labelRemark" | "hint" | "submitOnChange" | "descriptionClassName" | "inputClassName" | "validationErrors" | "validations" | "searchable"> & Partial<Pick<Omit<CityPickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "extractValue" | "allowCity" | "allowDistrict" | "allowStreet">> & Partial<Pick<{
|
1148
1148
|
joinValues: boolean;
|
1149
1149
|
extractValue: boolean;
|
1150
1150
|
delimiter: string;
|