amis 1.6.0 → 1.6.1-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/Alert.d.ts +588 -588
- package/lib/components/Alert2.d.ts +125 -20
- package/lib/components/AnchorNav.d.ts +104 -20
- package/lib/components/ArrayInput.d.ts +420 -420
- package/lib/components/AsideNav.d.ts +125 -125
- package/lib/components/AssociatedSelection.d.ts +504 -504
- package/lib/components/Avatar.d.ts +461 -20
- package/lib/components/Button.d.ts +167 -20
- package/lib/components/CalendarMobile.d.ts +420 -84
- package/lib/components/Card.d.ts +671 -20
- package/lib/components/ChainedSelection.d.ts +504 -504
- package/lib/components/Checkbox.d.ts +104 -20
- package/lib/components/Collapse.d.ts +587 -20
- package/lib/components/CollapseGroup.d.ts +230 -20
- package/lib/components/ColorPicker.d.ts +504 -504
- package/lib/components/DatePicker.d.ts +588 -588
- package/lib/components/DateRangePicker.d.ts +1008 -1008
- package/lib/components/Drawer.d.ts +125 -20
- package/lib/components/Editor.d.ts +840 -672
- package/lib/components/GroupedSelection.d.ts +504 -504
- package/lib/components/Html.d.ts +62 -62
- package/lib/components/InputBox.d.ts +83 -83
- package/lib/components/Layout.d.ts +146 -146
- package/lib/components/ListGroup.d.ts +62 -62
- package/lib/components/ListMenu.d.ts +504 -504
- package/lib/components/LocationPicker.d.ts +336 -336
- package/lib/components/Modal.d.ts +420 -420
- package/lib/components/MonthRangePicker.d.ts +924 -924
- package/lib/components/NumberInput.d.ts +104 -20
- package/lib/components/PopUp.d.ts +672 -672
- package/lib/components/Progress.d.ts +440 -20
- package/lib/components/Radios.d.ts +167 -167
- package/lib/components/Rating.d.ts +272 -314
- package/lib/components/ResultBox.d.ts +504 -84
- package/lib/components/ResultList.d.ts +336 -84
- package/lib/components/SearchBox.d.ts +336 -336
- package/lib/components/Select.d.ts +4977 -4977
- package/lib/components/Selection.d.ts +504 -504
- package/lib/components/SparkLine.d.ts +336 -336
- package/lib/components/Spinner.d.ts +146 -146
- package/lib/components/Switch.d.ts +83 -83
- package/lib/components/TableSelection.d.ts +672 -672
- package/lib/components/Tabs.d.ts +83 -20
- package/lib/components/TitleBar.d.ts +146 -125
- package/lib/components/Toast.d.ts +504 -84
- package/lib/components/TooltipWrapper.d.ts +125 -20
- package/lib/components/Transfer.d.ts +252 -84
- package/lib/components/TransferDropDown.d.ts +252 -84
- package/lib/components/Tree.d.ts +2688 -2688
- package/lib/components/TreeSelection.d.ts +588 -588
- package/lib/components/formula/Editor.d.ts +420 -84
- package/lib/index.js +1 -1
- package/lib/renderers/Dialog.d.ts +420 -420
- package/lib/renderers/Form/InputCity.d.ts +672 -672
- package/lib/renderers/Form/InputColor.d.ts +504 -504
- package/lib/renderers/Nav.d.ts +62 -62
- package/package.json +1 -1
- package/sdk/ang-ie11.css +1 -0
- package/sdk/ang.css +1 -0
- package/sdk/antd-ie11.css +1 -0
- package/sdk/antd.css +1 -0
- package/sdk/charts.js +14 -14
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +1 -0
- package/sdk/cxd.css +1 -0
- package/sdk/dark-ie11.css +1 -0
- package/sdk/dark.css +1 -0
- package/sdk/exceljs.js +1 -1
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +3 -3
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +18 -18
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +1 -0
- package/sdk/sdk.css +1 -0
- package/sdk/sdk.js +1318 -1253
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +57 -57
@@ -48,33 +48,33 @@ export declare class LocationPicker extends React.Component<LocationProps, Locat
|
|
48
48
|
render(): JSX.Element;
|
49
49
|
}
|
50
50
|
declare const ThemedCity: {
|
51
|
-
new (props: (Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
52
|
-
placeholder
|
53
|
-
clearable
|
54
|
-
}
|
51
|
+
new (props: (Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
52
|
+
placeholder?: string | undefined;
|
53
|
+
clearable?: boolean | undefined;
|
54
|
+
} & {} & {
|
55
55
|
locale?: string | undefined;
|
56
56
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
57
|
-
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
58
|
-
placeholder
|
59
|
-
clearable
|
60
|
-
}
|
57
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
58
|
+
placeholder?: string | undefined;
|
59
|
+
clearable?: boolean | undefined;
|
60
|
+
} & {} & {
|
61
61
|
locale?: string | undefined;
|
62
62
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
63
63
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
64
64
|
render(): JSX.Element;
|
65
65
|
context: any;
|
66
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
67
|
-
placeholder
|
68
|
-
clearable
|
69
|
-
}
|
66
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
67
|
+
placeholder?: string | undefined;
|
68
|
+
clearable?: boolean | undefined;
|
69
|
+
} & {} & {
|
70
70
|
locale?: string | undefined;
|
71
71
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
72
72
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
73
73
|
forceUpdate(callback?: (() => void) | undefined): void;
|
74
|
-
readonly props: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
75
|
-
placeholder
|
76
|
-
clearable
|
77
|
-
}
|
74
|
+
readonly props: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
75
|
+
placeholder?: string | undefined;
|
76
|
+
clearable?: boolean | undefined;
|
77
|
+
} & {} & {
|
78
78
|
locale?: string | undefined;
|
79
79
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
80
80
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps> & Readonly<{
|
@@ -85,81 +85,81 @@ declare const ThemedCity: {
|
|
85
85
|
[key: string]: React.ReactInstance;
|
86
86
|
};
|
87
87
|
componentDidMount?(): void;
|
88
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
89
|
-
placeholder
|
90
|
-
clearable
|
91
|
-
}
|
88
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
89
|
+
placeholder?: string | undefined;
|
90
|
+
clearable?: boolean | undefined;
|
91
|
+
} & {} & {
|
92
92
|
locale?: string | undefined;
|
93
93
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
94
94
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
95
95
|
componentWillUnmount?(): void;
|
96
96
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
97
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
98
|
-
placeholder
|
99
|
-
clearable
|
100
|
-
}
|
97
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
98
|
+
placeholder?: string | undefined;
|
99
|
+
clearable?: boolean | undefined;
|
100
|
+
} & {} & {
|
101
101
|
locale?: string | undefined;
|
102
102
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
103
103
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
104
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
105
|
-
placeholder
|
106
|
-
clearable
|
107
|
-
}
|
104
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
105
|
+
placeholder?: string | undefined;
|
106
|
+
clearable?: boolean | undefined;
|
107
|
+
} & {} & {
|
108
108
|
locale?: string | undefined;
|
109
109
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
110
110
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
111
111
|
componentWillMount?(): void;
|
112
112
|
UNSAFE_componentWillMount?(): void;
|
113
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
114
|
-
placeholder
|
115
|
-
clearable
|
116
|
-
}
|
113
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
114
|
+
placeholder?: string | undefined;
|
115
|
+
clearable?: boolean | undefined;
|
116
|
+
} & {} & {
|
117
117
|
locale?: string | undefined;
|
118
118
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
119
119
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
120
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
121
|
-
placeholder
|
122
|
-
clearable
|
123
|
-
}
|
120
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
121
|
+
placeholder?: string | undefined;
|
122
|
+
clearable?: boolean | undefined;
|
123
|
+
} & {} & {
|
124
124
|
locale?: string | undefined;
|
125
125
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
126
126
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
127
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
128
|
-
placeholder
|
129
|
-
clearable
|
130
|
-
}
|
127
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
128
|
+
placeholder?: string | undefined;
|
129
|
+
clearable?: boolean | undefined;
|
130
|
+
} & {} & {
|
131
131
|
locale?: string | undefined;
|
132
132
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
133
133
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
134
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
135
|
-
placeholder
|
136
|
-
clearable
|
137
|
-
}
|
134
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
135
|
+
placeholder?: string | undefined;
|
136
|
+
clearable?: boolean | undefined;
|
137
|
+
} & {} & {
|
138
138
|
locale?: string | undefined;
|
139
139
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
140
140
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
141
141
|
};
|
142
|
-
new (props: Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
143
|
-
placeholder
|
144
|
-
clearable
|
145
|
-
}
|
142
|
+
new (props: Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
143
|
+
placeholder?: string | undefined;
|
144
|
+
clearable?: boolean | undefined;
|
145
|
+
} & {} & {
|
146
146
|
locale?: string | undefined;
|
147
147
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
148
148
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
149
149
|
render(): JSX.Element;
|
150
150
|
context: any;
|
151
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
152
|
-
placeholder
|
153
|
-
clearable
|
154
|
-
}
|
151
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
152
|
+
placeholder?: string | undefined;
|
153
|
+
clearable?: boolean | undefined;
|
154
|
+
} & {} & {
|
155
155
|
locale?: string | undefined;
|
156
156
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
157
157
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
158
158
|
forceUpdate(callback?: (() => void) | undefined): void;
|
159
|
-
readonly props: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
160
|
-
placeholder
|
161
|
-
clearable
|
162
|
-
}
|
159
|
+
readonly props: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
160
|
+
placeholder?: string | undefined;
|
161
|
+
clearable?: boolean | undefined;
|
162
|
+
} & {} & {
|
163
163
|
locale?: string | undefined;
|
164
164
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
165
165
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps> & Readonly<{
|
@@ -170,56 +170,56 @@ declare const ThemedCity: {
|
|
170
170
|
[key: string]: React.ReactInstance;
|
171
171
|
};
|
172
172
|
componentDidMount?(): void;
|
173
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
174
|
-
placeholder
|
175
|
-
clearable
|
176
|
-
}
|
173
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
174
|
+
placeholder?: string | undefined;
|
175
|
+
clearable?: boolean | undefined;
|
176
|
+
} & {} & {
|
177
177
|
locale?: string | undefined;
|
178
178
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
179
179
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
180
180
|
componentWillUnmount?(): void;
|
181
181
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
182
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
183
|
-
placeholder
|
184
|
-
clearable
|
185
|
-
}
|
182
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
183
|
+
placeholder?: string | undefined;
|
184
|
+
clearable?: boolean | undefined;
|
185
|
+
} & {} & {
|
186
186
|
locale?: string | undefined;
|
187
187
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
188
188
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
189
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
190
|
-
placeholder
|
191
|
-
clearable
|
192
|
-
}
|
189
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
190
|
+
placeholder?: string | undefined;
|
191
|
+
clearable?: boolean | undefined;
|
192
|
+
} & {} & {
|
193
193
|
locale?: string | undefined;
|
194
194
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
195
195
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
196
196
|
componentWillMount?(): void;
|
197
197
|
UNSAFE_componentWillMount?(): void;
|
198
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
199
|
-
placeholder
|
200
|
-
clearable
|
201
|
-
}
|
198
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
199
|
+
placeholder?: string | undefined;
|
200
|
+
clearable?: boolean | undefined;
|
201
|
+
} & {} & {
|
202
202
|
locale?: string | undefined;
|
203
203
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
204
204
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
205
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
206
|
-
placeholder
|
207
|
-
clearable
|
208
|
-
}
|
205
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
206
|
+
placeholder?: string | undefined;
|
207
|
+
clearable?: boolean | undefined;
|
208
|
+
} & {} & {
|
209
209
|
locale?: string | undefined;
|
210
210
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
211
211
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
212
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
213
|
-
placeholder
|
214
|
-
clearable
|
215
|
-
}
|
212
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
213
|
+
placeholder?: string | undefined;
|
214
|
+
clearable?: boolean | undefined;
|
215
|
+
} & {} & {
|
216
216
|
locale?: string | undefined;
|
217
217
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
218
218
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
219
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
220
|
-
placeholder
|
221
|
-
clearable
|
222
|
-
}
|
219
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
220
|
+
placeholder?: string | undefined;
|
221
|
+
clearable?: boolean | undefined;
|
222
|
+
} & {} & {
|
223
223
|
locale?: string | undefined;
|
224
224
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
225
225
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
@@ -227,33 +227,33 @@ declare const ThemedCity: {
|
|
227
227
|
displayName: string;
|
228
228
|
contextType: React.Context<string>;
|
229
229
|
ComposedComponent: React.ComponentType<{
|
230
|
-
new (props: (Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
231
|
-
placeholder
|
232
|
-
clearable
|
233
|
-
}
|
230
|
+
new (props: (Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
231
|
+
placeholder?: string | undefined;
|
232
|
+
clearable?: boolean | undefined;
|
233
|
+
} & {} & {
|
234
234
|
locale?: string | undefined;
|
235
235
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
236
|
-
}) | Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
237
|
-
placeholder
|
238
|
-
clearable
|
239
|
-
}
|
236
|
+
}) | Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
237
|
+
placeholder?: string | undefined;
|
238
|
+
clearable?: boolean | undefined;
|
239
|
+
} & {} & {
|
240
240
|
locale?: string | undefined;
|
241
241
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
242
242
|
}>): {
|
243
243
|
render(): JSX.Element;
|
244
244
|
context: any;
|
245
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
246
|
-
placeholder
|
247
|
-
clearable
|
248
|
-
}
|
245
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
246
|
+
placeholder?: string | undefined;
|
247
|
+
clearable?: boolean | undefined;
|
248
|
+
} & {} & {
|
249
249
|
locale?: string | undefined;
|
250
250
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
251
251
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
252
252
|
forceUpdate(callback?: (() => void) | undefined): void;
|
253
|
-
readonly props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
254
|
-
placeholder
|
255
|
-
clearable
|
256
|
-
}
|
253
|
+
readonly props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
254
|
+
placeholder?: string | undefined;
|
255
|
+
clearable?: boolean | undefined;
|
256
|
+
} & {} & {
|
257
257
|
locale?: string | undefined;
|
258
258
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
259
259
|
}> & Readonly<{
|
@@ -264,81 +264,81 @@ declare const ThemedCity: {
|
|
264
264
|
[key: string]: React.ReactInstance;
|
265
265
|
};
|
266
266
|
componentDidMount?(): void;
|
267
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
268
|
-
placeholder
|
269
|
-
clearable
|
270
|
-
}
|
267
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
268
|
+
placeholder?: string | undefined;
|
269
|
+
clearable?: boolean | undefined;
|
270
|
+
} & {} & {
|
271
271
|
locale?: string | undefined;
|
272
272
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
273
273
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
274
274
|
componentWillUnmount?(): void;
|
275
275
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
276
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
277
|
-
placeholder
|
278
|
-
clearable
|
279
|
-
}
|
276
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
277
|
+
placeholder?: string | undefined;
|
278
|
+
clearable?: boolean | undefined;
|
279
|
+
} & {} & {
|
280
280
|
locale?: string | undefined;
|
281
281
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
282
282
|
}>, prevState: Readonly<{}>): any;
|
283
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
284
|
-
placeholder
|
285
|
-
clearable
|
286
|
-
}
|
283
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
284
|
+
placeholder?: string | undefined;
|
285
|
+
clearable?: boolean | undefined;
|
286
|
+
} & {} & {
|
287
287
|
locale?: string | undefined;
|
288
288
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
289
289
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
290
290
|
componentWillMount?(): void;
|
291
291
|
UNSAFE_componentWillMount?(): void;
|
292
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
293
|
-
placeholder
|
294
|
-
clearable
|
295
|
-
}
|
292
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
293
|
+
placeholder?: string | undefined;
|
294
|
+
clearable?: boolean | undefined;
|
295
|
+
} & {} & {
|
296
296
|
locale?: string | undefined;
|
297
297
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
298
298
|
}>, nextContext: any): void;
|
299
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
300
|
-
placeholder
|
301
|
-
clearable
|
302
|
-
}
|
299
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
300
|
+
placeholder?: string | undefined;
|
301
|
+
clearable?: boolean | undefined;
|
302
|
+
} & {} & {
|
303
303
|
locale?: string | undefined;
|
304
304
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
305
305
|
}>, nextContext: any): void;
|
306
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
307
|
-
placeholder
|
308
|
-
clearable
|
309
|
-
}
|
306
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
307
|
+
placeholder?: string | undefined;
|
308
|
+
clearable?: boolean | undefined;
|
309
|
+
} & {} & {
|
310
310
|
locale?: string | undefined;
|
311
311
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
312
312
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
313
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
314
|
-
placeholder
|
315
|
-
clearable
|
316
|
-
}
|
313
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
314
|
+
placeholder?: string | undefined;
|
315
|
+
clearable?: boolean | undefined;
|
316
|
+
} & {} & {
|
317
317
|
locale?: string | undefined;
|
318
318
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
319
319
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
320
320
|
};
|
321
|
-
new (props: Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
322
|
-
placeholder
|
323
|
-
clearable
|
324
|
-
}
|
321
|
+
new (props: Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
322
|
+
placeholder?: string | undefined;
|
323
|
+
clearable?: boolean | undefined;
|
324
|
+
} & {} & {
|
325
325
|
locale?: string | undefined;
|
326
326
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
327
327
|
}, context: any): {
|
328
328
|
render(): JSX.Element;
|
329
329
|
context: any;
|
330
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
331
|
-
placeholder
|
332
|
-
clearable
|
333
|
-
}
|
330
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
331
|
+
placeholder?: string | undefined;
|
332
|
+
clearable?: boolean | undefined;
|
333
|
+
} & {} & {
|
334
334
|
locale?: string | undefined;
|
335
335
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
336
336
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
337
337
|
forceUpdate(callback?: (() => void) | undefined): void;
|
338
|
-
readonly props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
339
|
-
placeholder
|
340
|
-
clearable
|
341
|
-
}
|
338
|
+
readonly props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
339
|
+
placeholder?: string | undefined;
|
340
|
+
clearable?: boolean | undefined;
|
341
|
+
} & {} & {
|
342
342
|
locale?: string | undefined;
|
343
343
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
344
344
|
}> & Readonly<{
|
@@ -349,56 +349,56 @@ declare const ThemedCity: {
|
|
349
349
|
[key: string]: React.ReactInstance;
|
350
350
|
};
|
351
351
|
componentDidMount?(): void;
|
352
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
353
|
-
placeholder
|
354
|
-
clearable
|
355
|
-
}
|
352
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
353
|
+
placeholder?: string | undefined;
|
354
|
+
clearable?: boolean | undefined;
|
355
|
+
} & {} & {
|
356
356
|
locale?: string | undefined;
|
357
357
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
358
358
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
359
359
|
componentWillUnmount?(): void;
|
360
360
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
361
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
362
|
-
placeholder
|
363
|
-
clearable
|
364
|
-
}
|
361
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
362
|
+
placeholder?: string | undefined;
|
363
|
+
clearable?: boolean | undefined;
|
364
|
+
} & {} & {
|
365
365
|
locale?: string | undefined;
|
366
366
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
367
367
|
}>, prevState: Readonly<{}>): any;
|
368
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
369
|
-
placeholder
|
370
|
-
clearable
|
371
|
-
}
|
368
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
369
|
+
placeholder?: string | undefined;
|
370
|
+
clearable?: boolean | undefined;
|
371
|
+
} & {} & {
|
372
372
|
locale?: string | undefined;
|
373
373
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
374
374
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
375
375
|
componentWillMount?(): void;
|
376
376
|
UNSAFE_componentWillMount?(): void;
|
377
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
378
|
-
placeholder
|
379
|
-
clearable
|
380
|
-
}
|
377
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
378
|
+
placeholder?: string | undefined;
|
379
|
+
clearable?: boolean | undefined;
|
380
|
+
} & {} & {
|
381
381
|
locale?: string | undefined;
|
382
382
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
383
383
|
}>, nextContext: any): void;
|
384
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
385
|
-
placeholder
|
386
|
-
clearable
|
387
|
-
}
|
384
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
385
|
+
placeholder?: string | undefined;
|
386
|
+
clearable?: boolean | undefined;
|
387
|
+
} & {} & {
|
388
388
|
locale?: string | undefined;
|
389
389
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
390
390
|
}>, nextContext: any): void;
|
391
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
392
|
-
placeholder
|
393
|
-
clearable
|
394
|
-
}
|
391
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
392
|
+
placeholder?: string | undefined;
|
393
|
+
clearable?: boolean | undefined;
|
394
|
+
} & {} & {
|
395
395
|
locale?: string | undefined;
|
396
396
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
397
397
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
398
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
399
|
-
placeholder
|
400
|
-
clearable
|
401
|
-
}
|
398
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
399
|
+
placeholder?: string | undefined;
|
400
|
+
clearable?: boolean | undefined;
|
401
|
+
} & {} & {
|
402
402
|
locale?: string | undefined;
|
403
403
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
404
404
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
@@ -410,33 +410,33 @@ declare const ThemedCity: {
|
|
410
410
|
ComposedComponent: typeof LocationPicker;
|
411
411
|
}>;
|
412
412
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
413
|
-
new (props: (Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
414
|
-
placeholder
|
415
|
-
clearable
|
416
|
-
}
|
413
|
+
new (props: (Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
414
|
+
placeholder?: string | undefined;
|
415
|
+
clearable?: boolean | undefined;
|
416
|
+
} & {} & {
|
417
417
|
locale?: string | undefined;
|
418
418
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
419
|
-
}) | Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
420
|
-
placeholder
|
421
|
-
clearable
|
422
|
-
}
|
419
|
+
}) | Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
420
|
+
placeholder?: string | undefined;
|
421
|
+
clearable?: boolean | undefined;
|
422
|
+
} & {} & {
|
423
423
|
locale?: string | undefined;
|
424
424
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
425
425
|
}>): {
|
426
426
|
render(): JSX.Element;
|
427
427
|
context: any;
|
428
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
429
|
-
placeholder
|
430
|
-
clearable
|
431
|
-
}
|
428
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
429
|
+
placeholder?: string | undefined;
|
430
|
+
clearable?: boolean | undefined;
|
431
|
+
} & {} & {
|
432
432
|
locale?: string | undefined;
|
433
433
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
434
434
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
435
435
|
forceUpdate(callback?: (() => void) | undefined): void;
|
436
|
-
readonly props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
437
|
-
placeholder
|
438
|
-
clearable
|
439
|
-
}
|
436
|
+
readonly props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
437
|
+
placeholder?: string | undefined;
|
438
|
+
clearable?: boolean | undefined;
|
439
|
+
} & {} & {
|
440
440
|
locale?: string | undefined;
|
441
441
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
442
442
|
}> & Readonly<{
|
@@ -447,81 +447,81 @@ declare const ThemedCity: {
|
|
447
447
|
[key: string]: React.ReactInstance;
|
448
448
|
};
|
449
449
|
componentDidMount?(): void;
|
450
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
451
|
-
placeholder
|
452
|
-
clearable
|
453
|
-
}
|
450
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
451
|
+
placeholder?: string | undefined;
|
452
|
+
clearable?: boolean | undefined;
|
453
|
+
} & {} & {
|
454
454
|
locale?: string | undefined;
|
455
455
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
456
456
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
457
457
|
componentWillUnmount?(): void;
|
458
458
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
459
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
460
|
-
placeholder
|
461
|
-
clearable
|
462
|
-
}
|
459
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
460
|
+
placeholder?: string | undefined;
|
461
|
+
clearable?: boolean | undefined;
|
462
|
+
} & {} & {
|
463
463
|
locale?: string | undefined;
|
464
464
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
465
465
|
}>, prevState: Readonly<{}>): any;
|
466
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
467
|
-
placeholder
|
468
|
-
clearable
|
469
|
-
}
|
466
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
467
|
+
placeholder?: string | undefined;
|
468
|
+
clearable?: boolean | undefined;
|
469
|
+
} & {} & {
|
470
470
|
locale?: string | undefined;
|
471
471
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
472
472
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
473
473
|
componentWillMount?(): void;
|
474
474
|
UNSAFE_componentWillMount?(): void;
|
475
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
476
|
-
placeholder
|
477
|
-
clearable
|
478
|
-
}
|
475
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
476
|
+
placeholder?: string | undefined;
|
477
|
+
clearable?: boolean | undefined;
|
478
|
+
} & {} & {
|
479
479
|
locale?: string | undefined;
|
480
480
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
481
481
|
}>, nextContext: any): void;
|
482
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
483
|
-
placeholder
|
484
|
-
clearable
|
485
|
-
}
|
482
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
483
|
+
placeholder?: string | undefined;
|
484
|
+
clearable?: boolean | undefined;
|
485
|
+
} & {} & {
|
486
486
|
locale?: string | undefined;
|
487
487
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
488
488
|
}>, nextContext: any): void;
|
489
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
490
|
-
placeholder
|
491
|
-
clearable
|
492
|
-
}
|
489
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
490
|
+
placeholder?: string | undefined;
|
491
|
+
clearable?: boolean | undefined;
|
492
|
+
} & {} & {
|
493
493
|
locale?: string | undefined;
|
494
494
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
495
495
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
496
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
497
|
-
placeholder
|
498
|
-
clearable
|
499
|
-
}
|
496
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
497
|
+
placeholder?: string | undefined;
|
498
|
+
clearable?: boolean | undefined;
|
499
|
+
} & {} & {
|
500
500
|
locale?: string | undefined;
|
501
501
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
502
502
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
503
503
|
};
|
504
|
-
new (props: Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
505
|
-
placeholder
|
506
|
-
clearable
|
507
|
-
}
|
504
|
+
new (props: Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
505
|
+
placeholder?: string | undefined;
|
506
|
+
clearable?: boolean | undefined;
|
507
|
+
} & {} & {
|
508
508
|
locale?: string | undefined;
|
509
509
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
510
510
|
}, context: any): {
|
511
511
|
render(): JSX.Element;
|
512
512
|
context: any;
|
513
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
514
|
-
placeholder
|
515
|
-
clearable
|
516
|
-
}
|
513
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
514
|
+
placeholder?: string | undefined;
|
515
|
+
clearable?: boolean | undefined;
|
516
|
+
} & {} & {
|
517
517
|
locale?: string | undefined;
|
518
518
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
519
519
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
520
520
|
forceUpdate(callback?: (() => void) | undefined): void;
|
521
|
-
readonly props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
522
|
-
placeholder
|
523
|
-
clearable
|
524
|
-
}
|
521
|
+
readonly props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
522
|
+
placeholder?: string | undefined;
|
523
|
+
clearable?: boolean | undefined;
|
524
|
+
} & {} & {
|
525
525
|
locale?: string | undefined;
|
526
526
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
527
527
|
}> & Readonly<{
|
@@ -532,56 +532,56 @@ declare const ThemedCity: {
|
|
532
532
|
[key: string]: React.ReactInstance;
|
533
533
|
};
|
534
534
|
componentDidMount?(): void;
|
535
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
536
|
-
placeholder
|
537
|
-
clearable
|
538
|
-
}
|
535
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
536
|
+
placeholder?: string | undefined;
|
537
|
+
clearable?: boolean | undefined;
|
538
|
+
} & {} & {
|
539
539
|
locale?: string | undefined;
|
540
540
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
541
541
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
542
542
|
componentWillUnmount?(): void;
|
543
543
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
544
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
545
|
-
placeholder
|
546
|
-
clearable
|
547
|
-
}
|
544
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
545
|
+
placeholder?: string | undefined;
|
546
|
+
clearable?: boolean | undefined;
|
547
|
+
} & {} & {
|
548
548
|
locale?: string | undefined;
|
549
549
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
550
550
|
}>, prevState: Readonly<{}>): any;
|
551
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
552
|
-
placeholder
|
553
|
-
clearable
|
554
|
-
}
|
551
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
552
|
+
placeholder?: string | undefined;
|
553
|
+
clearable?: boolean | undefined;
|
554
|
+
} & {} & {
|
555
555
|
locale?: string | undefined;
|
556
556
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
557
557
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
558
558
|
componentWillMount?(): void;
|
559
559
|
UNSAFE_componentWillMount?(): void;
|
560
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
561
|
-
placeholder
|
562
|
-
clearable
|
563
|
-
}
|
560
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
561
|
+
placeholder?: string | undefined;
|
562
|
+
clearable?: boolean | undefined;
|
563
|
+
} & {} & {
|
564
564
|
locale?: string | undefined;
|
565
565
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
566
566
|
}>, nextContext: any): void;
|
567
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
568
|
-
placeholder
|
569
|
-
clearable
|
570
|
-
}
|
567
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
568
|
+
placeholder?: string | undefined;
|
569
|
+
clearable?: boolean | undefined;
|
570
|
+
} & {} & {
|
571
571
|
locale?: string | undefined;
|
572
572
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
573
573
|
}>, nextContext: any): void;
|
574
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
575
|
-
placeholder
|
576
|
-
clearable
|
577
|
-
}
|
574
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
575
|
+
placeholder?: string | undefined;
|
576
|
+
clearable?: boolean | undefined;
|
577
|
+
} & {} & {
|
578
578
|
locale?: string | undefined;
|
579
579
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
580
580
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
581
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
582
|
-
placeholder
|
583
|
-
clearable
|
584
|
-
}
|
581
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
582
|
+
placeholder?: string | undefined;
|
583
|
+
clearable?: boolean | undefined;
|
584
|
+
} & {} & {
|
585
585
|
locale?: string | undefined;
|
586
586
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
587
587
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
@@ -593,33 +593,33 @@ declare const ThemedCity: {
|
|
593
593
|
ComposedComponent: typeof LocationPicker;
|
594
594
|
}, {}> & {
|
595
595
|
ComposedComponent: {
|
596
|
-
new (props: (Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
597
|
-
placeholder
|
598
|
-
clearable
|
599
|
-
}
|
596
|
+
new (props: (Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
597
|
+
placeholder?: string | undefined;
|
598
|
+
clearable?: boolean | undefined;
|
599
|
+
} & {} & {
|
600
600
|
locale?: string | undefined;
|
601
601
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
602
|
-
}) | Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
603
|
-
placeholder
|
604
|
-
clearable
|
605
|
-
}
|
602
|
+
}) | Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
603
|
+
placeholder?: string | undefined;
|
604
|
+
clearable?: boolean | undefined;
|
605
|
+
} & {} & {
|
606
606
|
locale?: string | undefined;
|
607
607
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
608
608
|
}>): {
|
609
609
|
render(): JSX.Element;
|
610
610
|
context: any;
|
611
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
612
|
-
placeholder
|
613
|
-
clearable
|
614
|
-
}
|
611
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
612
|
+
placeholder?: string | undefined;
|
613
|
+
clearable?: boolean | undefined;
|
614
|
+
} & {} & {
|
615
615
|
locale?: string | undefined;
|
616
616
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
617
617
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
618
618
|
forceUpdate(callback?: (() => void) | undefined): void;
|
619
|
-
readonly props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
620
|
-
placeholder
|
621
|
-
clearable
|
622
|
-
}
|
619
|
+
readonly props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
620
|
+
placeholder?: string | undefined;
|
621
|
+
clearable?: boolean | undefined;
|
622
|
+
} & {} & {
|
623
623
|
locale?: string | undefined;
|
624
624
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
625
625
|
}> & Readonly<{
|
@@ -630,81 +630,81 @@ declare const ThemedCity: {
|
|
630
630
|
[key: string]: React.ReactInstance;
|
631
631
|
};
|
632
632
|
componentDidMount?(): void;
|
633
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
634
|
-
placeholder
|
635
|
-
clearable
|
636
|
-
}
|
633
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
634
|
+
placeholder?: string | undefined;
|
635
|
+
clearable?: boolean | undefined;
|
636
|
+
} & {} & {
|
637
637
|
locale?: string | undefined;
|
638
638
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
639
639
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
640
640
|
componentWillUnmount?(): void;
|
641
641
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
642
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
643
|
-
placeholder
|
644
|
-
clearable
|
645
|
-
}
|
642
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
643
|
+
placeholder?: string | undefined;
|
644
|
+
clearable?: boolean | undefined;
|
645
|
+
} & {} & {
|
646
646
|
locale?: string | undefined;
|
647
647
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
648
648
|
}>, prevState: Readonly<{}>): any;
|
649
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
650
|
-
placeholder
|
651
|
-
clearable
|
652
|
-
}
|
649
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
650
|
+
placeholder?: string | undefined;
|
651
|
+
clearable?: boolean | undefined;
|
652
|
+
} & {} & {
|
653
653
|
locale?: string | undefined;
|
654
654
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
655
655
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
656
656
|
componentWillMount?(): void;
|
657
657
|
UNSAFE_componentWillMount?(): void;
|
658
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
659
|
-
placeholder
|
660
|
-
clearable
|
661
|
-
}
|
658
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
659
|
+
placeholder?: string | undefined;
|
660
|
+
clearable?: boolean | undefined;
|
661
|
+
} & {} & {
|
662
662
|
locale?: string | undefined;
|
663
663
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
664
664
|
}>, nextContext: any): void;
|
665
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
666
|
-
placeholder
|
667
|
-
clearable
|
668
|
-
}
|
665
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
666
|
+
placeholder?: string | undefined;
|
667
|
+
clearable?: boolean | undefined;
|
668
|
+
} & {} & {
|
669
669
|
locale?: string | undefined;
|
670
670
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
671
671
|
}>, nextContext: any): void;
|
672
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
673
|
-
placeholder
|
674
|
-
clearable
|
675
|
-
}
|
672
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
673
|
+
placeholder?: string | undefined;
|
674
|
+
clearable?: boolean | undefined;
|
675
|
+
} & {} & {
|
676
676
|
locale?: string | undefined;
|
677
677
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
678
678
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
679
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
680
|
-
placeholder
|
681
|
-
clearable
|
682
|
-
}
|
679
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
680
|
+
placeholder?: string | undefined;
|
681
|
+
clearable?: boolean | undefined;
|
682
|
+
} & {} & {
|
683
683
|
locale?: string | undefined;
|
684
684
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
685
685
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
686
686
|
};
|
687
|
-
new (props: Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
688
|
-
placeholder
|
689
|
-
clearable
|
690
|
-
}
|
687
|
+
new (props: Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
688
|
+
placeholder?: string | undefined;
|
689
|
+
clearable?: boolean | undefined;
|
690
|
+
} & {} & {
|
691
691
|
locale?: string | undefined;
|
692
692
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
693
693
|
}, context: any): {
|
694
694
|
render(): JSX.Element;
|
695
695
|
context: any;
|
696
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
697
|
-
placeholder
|
698
|
-
clearable
|
699
|
-
}
|
696
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
697
|
+
placeholder?: string | undefined;
|
698
|
+
clearable?: boolean | undefined;
|
699
|
+
} & {} & {
|
700
700
|
locale?: string | undefined;
|
701
701
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
702
702
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
703
703
|
forceUpdate(callback?: (() => void) | undefined): void;
|
704
|
-
readonly props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
705
|
-
placeholder
|
706
|
-
clearable
|
707
|
-
}
|
704
|
+
readonly props: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
705
|
+
placeholder?: string | undefined;
|
706
|
+
clearable?: boolean | undefined;
|
707
|
+
} & {} & {
|
708
708
|
locale?: string | undefined;
|
709
709
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
710
710
|
}> & Readonly<{
|
@@ -715,56 +715,56 @@ declare const ThemedCity: {
|
|
715
715
|
[key: string]: React.ReactInstance;
|
716
716
|
};
|
717
717
|
componentDidMount?(): void;
|
718
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
719
|
-
placeholder
|
720
|
-
clearable
|
721
|
-
}
|
718
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
719
|
+
placeholder?: string | undefined;
|
720
|
+
clearable?: boolean | undefined;
|
721
|
+
} & {} & {
|
722
722
|
locale?: string | undefined;
|
723
723
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
724
724
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
725
725
|
componentWillUnmount?(): void;
|
726
726
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
727
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
728
|
-
placeholder
|
729
|
-
clearable
|
730
|
-
}
|
727
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
728
|
+
placeholder?: string | undefined;
|
729
|
+
clearable?: boolean | undefined;
|
730
|
+
} & {} & {
|
731
731
|
locale?: string | undefined;
|
732
732
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
733
733
|
}>, prevState: Readonly<{}>): any;
|
734
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
735
|
-
placeholder
|
736
|
-
clearable
|
737
|
-
}
|
734
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
735
|
+
placeholder?: string | undefined;
|
736
|
+
clearable?: boolean | undefined;
|
737
|
+
} & {} & {
|
738
738
|
locale?: string | undefined;
|
739
739
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
740
740
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
741
741
|
componentWillMount?(): void;
|
742
742
|
UNSAFE_componentWillMount?(): void;
|
743
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
744
|
-
placeholder
|
745
|
-
clearable
|
746
|
-
}
|
743
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
744
|
+
placeholder?: string | undefined;
|
745
|
+
clearable?: boolean | undefined;
|
746
|
+
} & {} & {
|
747
747
|
locale?: string | undefined;
|
748
748
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
749
749
|
}>, nextContext: any): void;
|
750
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
751
|
-
placeholder
|
752
|
-
clearable
|
753
|
-
}
|
750
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
751
|
+
placeholder?: string | undefined;
|
752
|
+
clearable?: boolean | undefined;
|
753
|
+
} & {} & {
|
754
754
|
locale?: string | undefined;
|
755
755
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
756
756
|
}>, nextContext: any): void;
|
757
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
758
|
-
placeholder
|
759
|
-
clearable
|
760
|
-
}
|
757
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
758
|
+
placeholder?: string | undefined;
|
759
|
+
clearable?: boolean | undefined;
|
760
|
+
} & {} & {
|
761
761
|
locale?: string | undefined;
|
762
762
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
763
763
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
764
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> &
|
765
|
-
placeholder
|
766
|
-
clearable
|
767
|
-
}
|
764
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<LocationProps, keyof LocaleProps>, "classPrefix" | "classnames" | "className" | "theme" | "value" | "disabled" | "onChange" | "popOverContainer" | "vendor" | "ak" | "popoverClassName" | "coordinatesType"> & {
|
765
|
+
placeholder?: string | undefined;
|
766
|
+
clearable?: boolean | undefined;
|
767
|
+
} & {} & {
|
768
768
|
locale?: string | undefined;
|
769
769
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
770
770
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|