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
@@ -87,61 +87,61 @@ export declare class MonthRangePicker extends React.Component<MonthRangePickerPr
|
|
87
87
|
render(): JSX.Element;
|
88
88
|
}
|
89
89
|
declare const _default: {
|
90
|
-
new (props: (Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
clearable
|
96
|
-
|
97
|
-
|
98
|
-
closeOnSelect
|
99
|
-
overlayPlacement
|
100
|
-
}
|
90
|
+
new (props: (Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
91
|
+
delimiter?: string | undefined;
|
92
|
+
joinValues?: boolean | undefined;
|
93
|
+
resetValue?: any;
|
94
|
+
placeholder?: string | undefined;
|
95
|
+
clearable?: boolean | undefined;
|
96
|
+
format?: string | undefined;
|
97
|
+
inputFormat?: string | undefined;
|
98
|
+
closeOnSelect?: boolean | undefined;
|
99
|
+
overlayPlacement?: string | undefined;
|
100
|
+
} & {} & {
|
101
101
|
locale?: string | undefined;
|
102
102
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
103
|
-
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
clearable
|
109
|
-
|
110
|
-
|
111
|
-
closeOnSelect
|
112
|
-
overlayPlacement
|
113
|
-
}
|
103
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
104
|
+
delimiter?: string | undefined;
|
105
|
+
joinValues?: boolean | undefined;
|
106
|
+
resetValue?: any;
|
107
|
+
placeholder?: string | undefined;
|
108
|
+
clearable?: boolean | undefined;
|
109
|
+
format?: string | undefined;
|
110
|
+
inputFormat?: string | undefined;
|
111
|
+
closeOnSelect?: boolean | undefined;
|
112
|
+
overlayPlacement?: string | undefined;
|
113
|
+
} & {} & {
|
114
114
|
locale?: string | undefined;
|
115
115
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
116
116
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
117
117
|
render(): JSX.Element;
|
118
118
|
context: any;
|
119
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
clearable
|
125
|
-
|
126
|
-
|
127
|
-
closeOnSelect
|
128
|
-
overlayPlacement
|
129
|
-
}
|
119
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
120
|
+
delimiter?: string | undefined;
|
121
|
+
joinValues?: boolean | undefined;
|
122
|
+
resetValue?: any;
|
123
|
+
placeholder?: string | undefined;
|
124
|
+
clearable?: boolean | undefined;
|
125
|
+
format?: string | undefined;
|
126
|
+
inputFormat?: string | undefined;
|
127
|
+
closeOnSelect?: boolean | undefined;
|
128
|
+
overlayPlacement?: string | undefined;
|
129
|
+
} & {} & {
|
130
130
|
locale?: string | undefined;
|
131
131
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
132
132
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
133
133
|
forceUpdate(callback?: (() => void) | undefined): void;
|
134
|
-
readonly props: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
clearable
|
140
|
-
|
141
|
-
|
142
|
-
closeOnSelect
|
143
|
-
overlayPlacement
|
144
|
-
}
|
134
|
+
readonly props: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
135
|
+
delimiter?: string | undefined;
|
136
|
+
joinValues?: boolean | undefined;
|
137
|
+
resetValue?: any;
|
138
|
+
placeholder?: string | undefined;
|
139
|
+
clearable?: boolean | undefined;
|
140
|
+
format?: string | undefined;
|
141
|
+
inputFormat?: string | undefined;
|
142
|
+
closeOnSelect?: boolean | undefined;
|
143
|
+
overlayPlacement?: string | undefined;
|
144
|
+
} & {} & {
|
145
145
|
locale?: string | undefined;
|
146
146
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
147
147
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps> & Readonly<{
|
@@ -152,151 +152,151 @@ declare const _default: {
|
|
152
152
|
[key: string]: React.ReactInstance;
|
153
153
|
};
|
154
154
|
componentDidMount?(): void;
|
155
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
clearable
|
161
|
-
|
162
|
-
|
163
|
-
closeOnSelect
|
164
|
-
overlayPlacement
|
165
|
-
}
|
155
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
156
|
+
delimiter?: string | undefined;
|
157
|
+
joinValues?: boolean | undefined;
|
158
|
+
resetValue?: any;
|
159
|
+
placeholder?: string | undefined;
|
160
|
+
clearable?: boolean | undefined;
|
161
|
+
format?: string | undefined;
|
162
|
+
inputFormat?: string | undefined;
|
163
|
+
closeOnSelect?: boolean | undefined;
|
164
|
+
overlayPlacement?: string | undefined;
|
165
|
+
} & {} & {
|
166
166
|
locale?: string | undefined;
|
167
167
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
168
168
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
169
169
|
componentWillUnmount?(): void;
|
170
170
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
171
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
clearable
|
177
|
-
|
178
|
-
|
179
|
-
closeOnSelect
|
180
|
-
overlayPlacement
|
181
|
-
}
|
171
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
172
|
+
delimiter?: string | undefined;
|
173
|
+
joinValues?: boolean | undefined;
|
174
|
+
resetValue?: any;
|
175
|
+
placeholder?: string | undefined;
|
176
|
+
clearable?: boolean | undefined;
|
177
|
+
format?: string | undefined;
|
178
|
+
inputFormat?: string | undefined;
|
179
|
+
closeOnSelect?: boolean | undefined;
|
180
|
+
overlayPlacement?: string | undefined;
|
181
|
+
} & {} & {
|
182
182
|
locale?: string | undefined;
|
183
183
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
184
184
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
185
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
clearable
|
191
|
-
|
192
|
-
|
193
|
-
closeOnSelect
|
194
|
-
overlayPlacement
|
195
|
-
}
|
185
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
186
|
+
delimiter?: string | undefined;
|
187
|
+
joinValues?: boolean | undefined;
|
188
|
+
resetValue?: any;
|
189
|
+
placeholder?: string | undefined;
|
190
|
+
clearable?: boolean | undefined;
|
191
|
+
format?: string | undefined;
|
192
|
+
inputFormat?: string | undefined;
|
193
|
+
closeOnSelect?: boolean | undefined;
|
194
|
+
overlayPlacement?: string | undefined;
|
195
|
+
} & {} & {
|
196
196
|
locale?: string | undefined;
|
197
197
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
198
198
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
199
199
|
componentWillMount?(): void;
|
200
200
|
UNSAFE_componentWillMount?(): void;
|
201
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
clearable
|
207
|
-
|
208
|
-
|
209
|
-
closeOnSelect
|
210
|
-
overlayPlacement
|
211
|
-
}
|
201
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
202
|
+
delimiter?: string | undefined;
|
203
|
+
joinValues?: boolean | undefined;
|
204
|
+
resetValue?: any;
|
205
|
+
placeholder?: string | undefined;
|
206
|
+
clearable?: boolean | undefined;
|
207
|
+
format?: string | undefined;
|
208
|
+
inputFormat?: string | undefined;
|
209
|
+
closeOnSelect?: boolean | undefined;
|
210
|
+
overlayPlacement?: string | undefined;
|
211
|
+
} & {} & {
|
212
212
|
locale?: string | undefined;
|
213
213
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
214
214
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
215
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
clearable
|
221
|
-
|
222
|
-
|
223
|
-
closeOnSelect
|
224
|
-
overlayPlacement
|
225
|
-
}
|
215
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
216
|
+
delimiter?: string | undefined;
|
217
|
+
joinValues?: boolean | undefined;
|
218
|
+
resetValue?: any;
|
219
|
+
placeholder?: string | undefined;
|
220
|
+
clearable?: boolean | undefined;
|
221
|
+
format?: string | undefined;
|
222
|
+
inputFormat?: string | undefined;
|
223
|
+
closeOnSelect?: boolean | undefined;
|
224
|
+
overlayPlacement?: string | undefined;
|
225
|
+
} & {} & {
|
226
226
|
locale?: string | undefined;
|
227
227
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
228
228
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
229
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
clearable
|
235
|
-
|
236
|
-
|
237
|
-
closeOnSelect
|
238
|
-
overlayPlacement
|
239
|
-
}
|
229
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
230
|
+
delimiter?: string | undefined;
|
231
|
+
joinValues?: boolean | undefined;
|
232
|
+
resetValue?: any;
|
233
|
+
placeholder?: string | undefined;
|
234
|
+
clearable?: boolean | undefined;
|
235
|
+
format?: string | undefined;
|
236
|
+
inputFormat?: string | undefined;
|
237
|
+
closeOnSelect?: boolean | undefined;
|
238
|
+
overlayPlacement?: string | undefined;
|
239
|
+
} & {} & {
|
240
240
|
locale?: string | undefined;
|
241
241
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
242
242
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
243
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
clearable
|
249
|
-
|
250
|
-
|
251
|
-
closeOnSelect
|
252
|
-
overlayPlacement
|
253
|
-
}
|
243
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
244
|
+
delimiter?: string | undefined;
|
245
|
+
joinValues?: boolean | undefined;
|
246
|
+
resetValue?: any;
|
247
|
+
placeholder?: string | undefined;
|
248
|
+
clearable?: boolean | undefined;
|
249
|
+
format?: string | undefined;
|
250
|
+
inputFormat?: string | undefined;
|
251
|
+
closeOnSelect?: boolean | undefined;
|
252
|
+
overlayPlacement?: string | undefined;
|
253
|
+
} & {} & {
|
254
254
|
locale?: string | undefined;
|
255
255
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
256
256
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
257
257
|
};
|
258
|
-
new (props: Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
clearable
|
264
|
-
|
265
|
-
|
266
|
-
closeOnSelect
|
267
|
-
overlayPlacement
|
268
|
-
}
|
258
|
+
new (props: Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
259
|
+
delimiter?: string | undefined;
|
260
|
+
joinValues?: boolean | undefined;
|
261
|
+
resetValue?: any;
|
262
|
+
placeholder?: string | undefined;
|
263
|
+
clearable?: boolean | undefined;
|
264
|
+
format?: string | undefined;
|
265
|
+
inputFormat?: string | undefined;
|
266
|
+
closeOnSelect?: boolean | undefined;
|
267
|
+
overlayPlacement?: string | undefined;
|
268
|
+
} & {} & {
|
269
269
|
locale?: string | undefined;
|
270
270
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
271
271
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
272
272
|
render(): JSX.Element;
|
273
273
|
context: any;
|
274
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
clearable
|
280
|
-
|
281
|
-
|
282
|
-
closeOnSelect
|
283
|
-
overlayPlacement
|
284
|
-
}
|
274
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
275
|
+
delimiter?: string | undefined;
|
276
|
+
joinValues?: boolean | undefined;
|
277
|
+
resetValue?: any;
|
278
|
+
placeholder?: string | undefined;
|
279
|
+
clearable?: boolean | undefined;
|
280
|
+
format?: string | undefined;
|
281
|
+
inputFormat?: string | undefined;
|
282
|
+
closeOnSelect?: boolean | undefined;
|
283
|
+
overlayPlacement?: string | undefined;
|
284
|
+
} & {} & {
|
285
285
|
locale?: string | undefined;
|
286
286
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
287
287
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
288
288
|
forceUpdate(callback?: (() => void) | undefined): void;
|
289
|
-
readonly props: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
clearable
|
295
|
-
|
296
|
-
|
297
|
-
closeOnSelect
|
298
|
-
overlayPlacement
|
299
|
-
}
|
289
|
+
readonly props: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
290
|
+
delimiter?: string | undefined;
|
291
|
+
joinValues?: boolean | undefined;
|
292
|
+
resetValue?: any;
|
293
|
+
placeholder?: string | undefined;
|
294
|
+
clearable?: boolean | undefined;
|
295
|
+
format?: string | undefined;
|
296
|
+
inputFormat?: string | undefined;
|
297
|
+
closeOnSelect?: boolean | undefined;
|
298
|
+
overlayPlacement?: string | undefined;
|
299
|
+
} & {} & {
|
300
300
|
locale?: string | undefined;
|
301
301
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
302
302
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps> & Readonly<{
|
@@ -307,105 +307,105 @@ declare const _default: {
|
|
307
307
|
[key: string]: React.ReactInstance;
|
308
308
|
};
|
309
309
|
componentDidMount?(): void;
|
310
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
clearable
|
316
|
-
|
317
|
-
|
318
|
-
closeOnSelect
|
319
|
-
overlayPlacement
|
320
|
-
}
|
310
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
311
|
+
delimiter?: string | undefined;
|
312
|
+
joinValues?: boolean | undefined;
|
313
|
+
resetValue?: any;
|
314
|
+
placeholder?: string | undefined;
|
315
|
+
clearable?: boolean | undefined;
|
316
|
+
format?: string | undefined;
|
317
|
+
inputFormat?: string | undefined;
|
318
|
+
closeOnSelect?: boolean | undefined;
|
319
|
+
overlayPlacement?: string | undefined;
|
320
|
+
} & {} & {
|
321
321
|
locale?: string | undefined;
|
322
322
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
323
323
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
324
324
|
componentWillUnmount?(): void;
|
325
325
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
326
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
clearable
|
332
|
-
|
333
|
-
|
334
|
-
closeOnSelect
|
335
|
-
overlayPlacement
|
336
|
-
}
|
326
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
327
|
+
delimiter?: string | undefined;
|
328
|
+
joinValues?: boolean | undefined;
|
329
|
+
resetValue?: any;
|
330
|
+
placeholder?: string | undefined;
|
331
|
+
clearable?: boolean | undefined;
|
332
|
+
format?: string | undefined;
|
333
|
+
inputFormat?: string | undefined;
|
334
|
+
closeOnSelect?: boolean | undefined;
|
335
|
+
overlayPlacement?: string | undefined;
|
336
|
+
} & {} & {
|
337
337
|
locale?: string | undefined;
|
338
338
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
339
339
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
340
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
clearable
|
346
|
-
|
347
|
-
|
348
|
-
closeOnSelect
|
349
|
-
overlayPlacement
|
350
|
-
}
|
340
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
341
|
+
delimiter?: string | undefined;
|
342
|
+
joinValues?: boolean | undefined;
|
343
|
+
resetValue?: any;
|
344
|
+
placeholder?: string | undefined;
|
345
|
+
clearable?: boolean | undefined;
|
346
|
+
format?: string | undefined;
|
347
|
+
inputFormat?: string | undefined;
|
348
|
+
closeOnSelect?: boolean | undefined;
|
349
|
+
overlayPlacement?: string | undefined;
|
350
|
+
} & {} & {
|
351
351
|
locale?: string | undefined;
|
352
352
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
353
353
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
354
354
|
componentWillMount?(): void;
|
355
355
|
UNSAFE_componentWillMount?(): void;
|
356
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
clearable
|
362
|
-
|
363
|
-
|
364
|
-
closeOnSelect
|
365
|
-
overlayPlacement
|
366
|
-
}
|
356
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
357
|
+
delimiter?: string | undefined;
|
358
|
+
joinValues?: boolean | undefined;
|
359
|
+
resetValue?: any;
|
360
|
+
placeholder?: string | undefined;
|
361
|
+
clearable?: boolean | undefined;
|
362
|
+
format?: string | undefined;
|
363
|
+
inputFormat?: string | undefined;
|
364
|
+
closeOnSelect?: boolean | undefined;
|
365
|
+
overlayPlacement?: string | undefined;
|
366
|
+
} & {} & {
|
367
367
|
locale?: string | undefined;
|
368
368
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
369
369
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
370
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
clearable
|
376
|
-
|
377
|
-
|
378
|
-
closeOnSelect
|
379
|
-
overlayPlacement
|
380
|
-
}
|
370
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
371
|
+
delimiter?: string | undefined;
|
372
|
+
joinValues?: boolean | undefined;
|
373
|
+
resetValue?: any;
|
374
|
+
placeholder?: string | undefined;
|
375
|
+
clearable?: boolean | undefined;
|
376
|
+
format?: string | undefined;
|
377
|
+
inputFormat?: string | undefined;
|
378
|
+
closeOnSelect?: boolean | undefined;
|
379
|
+
overlayPlacement?: string | undefined;
|
380
|
+
} & {} & {
|
381
381
|
locale?: string | undefined;
|
382
382
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
383
383
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
384
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
clearable
|
390
|
-
|
391
|
-
|
392
|
-
closeOnSelect
|
393
|
-
overlayPlacement
|
394
|
-
}
|
384
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
385
|
+
delimiter?: string | undefined;
|
386
|
+
joinValues?: boolean | undefined;
|
387
|
+
resetValue?: any;
|
388
|
+
placeholder?: string | undefined;
|
389
|
+
clearable?: boolean | undefined;
|
390
|
+
format?: string | undefined;
|
391
|
+
inputFormat?: string | undefined;
|
392
|
+
closeOnSelect?: boolean | undefined;
|
393
|
+
overlayPlacement?: string | undefined;
|
394
|
+
} & {} & {
|
395
395
|
locale?: string | undefined;
|
396
396
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
397
397
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
398
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
clearable
|
404
|
-
|
405
|
-
|
406
|
-
closeOnSelect
|
407
|
-
overlayPlacement
|
408
|
-
}
|
398
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
399
|
+
delimiter?: string | undefined;
|
400
|
+
joinValues?: boolean | undefined;
|
401
|
+
resetValue?: any;
|
402
|
+
placeholder?: string | undefined;
|
403
|
+
clearable?: boolean | undefined;
|
404
|
+
format?: string | undefined;
|
405
|
+
inputFormat?: string | undefined;
|
406
|
+
closeOnSelect?: boolean | undefined;
|
407
|
+
overlayPlacement?: string | undefined;
|
408
|
+
} & {} & {
|
409
409
|
locale?: string | undefined;
|
410
410
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
411
411
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
@@ -413,61 +413,61 @@ declare const _default: {
|
|
413
413
|
displayName: string;
|
414
414
|
contextType: React.Context<string>;
|
415
415
|
ComposedComponent: React.ComponentType<{
|
416
|
-
new (props: (Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
clearable
|
422
|
-
|
423
|
-
|
424
|
-
closeOnSelect
|
425
|
-
overlayPlacement
|
426
|
-
}
|
416
|
+
new (props: (Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
417
|
+
delimiter?: string | undefined;
|
418
|
+
joinValues?: boolean | undefined;
|
419
|
+
resetValue?: any;
|
420
|
+
placeholder?: string | undefined;
|
421
|
+
clearable?: boolean | undefined;
|
422
|
+
format?: string | undefined;
|
423
|
+
inputFormat?: string | undefined;
|
424
|
+
closeOnSelect?: boolean | undefined;
|
425
|
+
overlayPlacement?: string | undefined;
|
426
|
+
} & {} & {
|
427
427
|
locale?: string | undefined;
|
428
428
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
429
|
-
}) | Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
clearable
|
435
|
-
|
436
|
-
|
437
|
-
closeOnSelect
|
438
|
-
overlayPlacement
|
439
|
-
}
|
429
|
+
}) | Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
430
|
+
delimiter?: string | undefined;
|
431
|
+
joinValues?: boolean | undefined;
|
432
|
+
resetValue?: any;
|
433
|
+
placeholder?: string | undefined;
|
434
|
+
clearable?: boolean | undefined;
|
435
|
+
format?: string | undefined;
|
436
|
+
inputFormat?: string | undefined;
|
437
|
+
closeOnSelect?: boolean | undefined;
|
438
|
+
overlayPlacement?: string | undefined;
|
439
|
+
} & {} & {
|
440
440
|
locale?: string | undefined;
|
441
441
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
442
442
|
}>): {
|
443
443
|
render(): JSX.Element;
|
444
444
|
context: any;
|
445
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
clearable
|
451
|
-
|
452
|
-
|
453
|
-
closeOnSelect
|
454
|
-
overlayPlacement
|
455
|
-
}
|
445
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
446
|
+
delimiter?: string | undefined;
|
447
|
+
joinValues?: boolean | undefined;
|
448
|
+
resetValue?: any;
|
449
|
+
placeholder?: string | undefined;
|
450
|
+
clearable?: boolean | undefined;
|
451
|
+
format?: string | undefined;
|
452
|
+
inputFormat?: string | undefined;
|
453
|
+
closeOnSelect?: boolean | undefined;
|
454
|
+
overlayPlacement?: string | undefined;
|
455
|
+
} & {} & {
|
456
456
|
locale?: string | undefined;
|
457
457
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
458
458
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
459
459
|
forceUpdate(callback?: (() => void) | undefined): void;
|
460
|
-
readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
clearable
|
466
|
-
|
467
|
-
|
468
|
-
closeOnSelect
|
469
|
-
overlayPlacement
|
470
|
-
}
|
460
|
+
readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
461
|
+
delimiter?: string | undefined;
|
462
|
+
joinValues?: boolean | undefined;
|
463
|
+
resetValue?: any;
|
464
|
+
placeholder?: string | undefined;
|
465
|
+
clearable?: boolean | undefined;
|
466
|
+
format?: string | undefined;
|
467
|
+
inputFormat?: string | undefined;
|
468
|
+
closeOnSelect?: boolean | undefined;
|
469
|
+
overlayPlacement?: string | undefined;
|
470
|
+
} & {} & {
|
471
471
|
locale?: string | undefined;
|
472
472
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
473
473
|
}> & Readonly<{
|
@@ -478,151 +478,151 @@ declare const _default: {
|
|
478
478
|
[key: string]: React.ReactInstance;
|
479
479
|
};
|
480
480
|
componentDidMount?(): void;
|
481
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
clearable
|
487
|
-
|
488
|
-
|
489
|
-
closeOnSelect
|
490
|
-
overlayPlacement
|
491
|
-
}
|
481
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
482
|
+
delimiter?: string | undefined;
|
483
|
+
joinValues?: boolean | undefined;
|
484
|
+
resetValue?: any;
|
485
|
+
placeholder?: string | undefined;
|
486
|
+
clearable?: boolean | undefined;
|
487
|
+
format?: string | undefined;
|
488
|
+
inputFormat?: string | undefined;
|
489
|
+
closeOnSelect?: boolean | undefined;
|
490
|
+
overlayPlacement?: string | undefined;
|
491
|
+
} & {} & {
|
492
492
|
locale?: string | undefined;
|
493
493
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
494
494
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
495
495
|
componentWillUnmount?(): void;
|
496
496
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
497
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
clearable
|
503
|
-
|
504
|
-
|
505
|
-
closeOnSelect
|
506
|
-
overlayPlacement
|
507
|
-
}
|
497
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
498
|
+
delimiter?: string | undefined;
|
499
|
+
joinValues?: boolean | undefined;
|
500
|
+
resetValue?: any;
|
501
|
+
placeholder?: string | undefined;
|
502
|
+
clearable?: boolean | undefined;
|
503
|
+
format?: string | undefined;
|
504
|
+
inputFormat?: string | undefined;
|
505
|
+
closeOnSelect?: boolean | undefined;
|
506
|
+
overlayPlacement?: string | undefined;
|
507
|
+
} & {} & {
|
508
508
|
locale?: string | undefined;
|
509
509
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
510
510
|
}>, prevState: Readonly<{}>): any;
|
511
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
clearable
|
517
|
-
|
518
|
-
|
519
|
-
closeOnSelect
|
520
|
-
overlayPlacement
|
521
|
-
}
|
511
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
512
|
+
delimiter?: string | undefined;
|
513
|
+
joinValues?: boolean | undefined;
|
514
|
+
resetValue?: any;
|
515
|
+
placeholder?: string | undefined;
|
516
|
+
clearable?: boolean | undefined;
|
517
|
+
format?: string | undefined;
|
518
|
+
inputFormat?: string | undefined;
|
519
|
+
closeOnSelect?: boolean | undefined;
|
520
|
+
overlayPlacement?: string | undefined;
|
521
|
+
} & {} & {
|
522
522
|
locale?: string | undefined;
|
523
523
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
524
524
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
525
525
|
componentWillMount?(): void;
|
526
526
|
UNSAFE_componentWillMount?(): void;
|
527
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
clearable
|
533
|
-
|
534
|
-
|
535
|
-
closeOnSelect
|
536
|
-
overlayPlacement
|
537
|
-
}
|
527
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
528
|
+
delimiter?: string | undefined;
|
529
|
+
joinValues?: boolean | undefined;
|
530
|
+
resetValue?: any;
|
531
|
+
placeholder?: string | undefined;
|
532
|
+
clearable?: boolean | undefined;
|
533
|
+
format?: string | undefined;
|
534
|
+
inputFormat?: string | undefined;
|
535
|
+
closeOnSelect?: boolean | undefined;
|
536
|
+
overlayPlacement?: string | undefined;
|
537
|
+
} & {} & {
|
538
538
|
locale?: string | undefined;
|
539
539
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
540
540
|
}>, nextContext: any): void;
|
541
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
clearable
|
547
|
-
|
548
|
-
|
549
|
-
closeOnSelect
|
550
|
-
overlayPlacement
|
551
|
-
}
|
541
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
542
|
+
delimiter?: string | undefined;
|
543
|
+
joinValues?: boolean | undefined;
|
544
|
+
resetValue?: any;
|
545
|
+
placeholder?: string | undefined;
|
546
|
+
clearable?: boolean | undefined;
|
547
|
+
format?: string | undefined;
|
548
|
+
inputFormat?: string | undefined;
|
549
|
+
closeOnSelect?: boolean | undefined;
|
550
|
+
overlayPlacement?: string | undefined;
|
551
|
+
} & {} & {
|
552
552
|
locale?: string | undefined;
|
553
553
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
554
554
|
}>, nextContext: any): void;
|
555
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
clearable
|
561
|
-
|
562
|
-
|
563
|
-
closeOnSelect
|
564
|
-
overlayPlacement
|
565
|
-
}
|
555
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
556
|
+
delimiter?: string | undefined;
|
557
|
+
joinValues?: boolean | undefined;
|
558
|
+
resetValue?: any;
|
559
|
+
placeholder?: string | undefined;
|
560
|
+
clearable?: boolean | undefined;
|
561
|
+
format?: string | undefined;
|
562
|
+
inputFormat?: string | undefined;
|
563
|
+
closeOnSelect?: boolean | undefined;
|
564
|
+
overlayPlacement?: string | undefined;
|
565
|
+
} & {} & {
|
566
566
|
locale?: string | undefined;
|
567
567
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
568
568
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
569
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
clearable
|
575
|
-
|
576
|
-
|
577
|
-
closeOnSelect
|
578
|
-
overlayPlacement
|
579
|
-
}
|
569
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
570
|
+
delimiter?: string | undefined;
|
571
|
+
joinValues?: boolean | undefined;
|
572
|
+
resetValue?: any;
|
573
|
+
placeholder?: string | undefined;
|
574
|
+
clearable?: boolean | undefined;
|
575
|
+
format?: string | undefined;
|
576
|
+
inputFormat?: string | undefined;
|
577
|
+
closeOnSelect?: boolean | undefined;
|
578
|
+
overlayPlacement?: string | undefined;
|
579
|
+
} & {} & {
|
580
580
|
locale?: string | undefined;
|
581
581
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
582
582
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
583
583
|
};
|
584
|
-
new (props: Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
clearable
|
590
|
-
|
591
|
-
|
592
|
-
closeOnSelect
|
593
|
-
overlayPlacement
|
594
|
-
}
|
584
|
+
new (props: Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
585
|
+
delimiter?: string | undefined;
|
586
|
+
joinValues?: boolean | undefined;
|
587
|
+
resetValue?: any;
|
588
|
+
placeholder?: string | undefined;
|
589
|
+
clearable?: boolean | undefined;
|
590
|
+
format?: string | undefined;
|
591
|
+
inputFormat?: string | undefined;
|
592
|
+
closeOnSelect?: boolean | undefined;
|
593
|
+
overlayPlacement?: string | undefined;
|
594
|
+
} & {} & {
|
595
595
|
locale?: string | undefined;
|
596
596
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
597
597
|
}, context: any): {
|
598
598
|
render(): JSX.Element;
|
599
599
|
context: any;
|
600
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
clearable
|
606
|
-
|
607
|
-
|
608
|
-
closeOnSelect
|
609
|
-
overlayPlacement
|
610
|
-
}
|
600
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
601
|
+
delimiter?: string | undefined;
|
602
|
+
joinValues?: boolean | undefined;
|
603
|
+
resetValue?: any;
|
604
|
+
placeholder?: string | undefined;
|
605
|
+
clearable?: boolean | undefined;
|
606
|
+
format?: string | undefined;
|
607
|
+
inputFormat?: string | undefined;
|
608
|
+
closeOnSelect?: boolean | undefined;
|
609
|
+
overlayPlacement?: string | undefined;
|
610
|
+
} & {} & {
|
611
611
|
locale?: string | undefined;
|
612
612
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
613
613
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
614
614
|
forceUpdate(callback?: (() => void) | undefined): void;
|
615
|
-
readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
clearable
|
621
|
-
|
622
|
-
|
623
|
-
closeOnSelect
|
624
|
-
overlayPlacement
|
625
|
-
}
|
615
|
+
readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
616
|
+
delimiter?: string | undefined;
|
617
|
+
joinValues?: boolean | undefined;
|
618
|
+
resetValue?: any;
|
619
|
+
placeholder?: string | undefined;
|
620
|
+
clearable?: boolean | undefined;
|
621
|
+
format?: string | undefined;
|
622
|
+
inputFormat?: string | undefined;
|
623
|
+
closeOnSelect?: boolean | undefined;
|
624
|
+
overlayPlacement?: string | undefined;
|
625
|
+
} & {} & {
|
626
626
|
locale?: string | undefined;
|
627
627
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
628
628
|
}> & Readonly<{
|
@@ -633,105 +633,105 @@ declare const _default: {
|
|
633
633
|
[key: string]: React.ReactInstance;
|
634
634
|
};
|
635
635
|
componentDidMount?(): void;
|
636
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
clearable
|
642
|
-
|
643
|
-
|
644
|
-
closeOnSelect
|
645
|
-
overlayPlacement
|
646
|
-
}
|
636
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
637
|
+
delimiter?: string | undefined;
|
638
|
+
joinValues?: boolean | undefined;
|
639
|
+
resetValue?: any;
|
640
|
+
placeholder?: string | undefined;
|
641
|
+
clearable?: boolean | undefined;
|
642
|
+
format?: string | undefined;
|
643
|
+
inputFormat?: string | undefined;
|
644
|
+
closeOnSelect?: boolean | undefined;
|
645
|
+
overlayPlacement?: string | undefined;
|
646
|
+
} & {} & {
|
647
647
|
locale?: string | undefined;
|
648
648
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
649
649
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
650
650
|
componentWillUnmount?(): void;
|
651
651
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
652
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
clearable
|
658
|
-
|
659
|
-
|
660
|
-
closeOnSelect
|
661
|
-
overlayPlacement
|
662
|
-
}
|
652
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
653
|
+
delimiter?: string | undefined;
|
654
|
+
joinValues?: boolean | undefined;
|
655
|
+
resetValue?: any;
|
656
|
+
placeholder?: string | undefined;
|
657
|
+
clearable?: boolean | undefined;
|
658
|
+
format?: string | undefined;
|
659
|
+
inputFormat?: string | undefined;
|
660
|
+
closeOnSelect?: boolean | undefined;
|
661
|
+
overlayPlacement?: string | undefined;
|
662
|
+
} & {} & {
|
663
663
|
locale?: string | undefined;
|
664
664
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
665
665
|
}>, prevState: Readonly<{}>): any;
|
666
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
clearable
|
672
|
-
|
673
|
-
|
674
|
-
closeOnSelect
|
675
|
-
overlayPlacement
|
676
|
-
}
|
666
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
667
|
+
delimiter?: string | undefined;
|
668
|
+
joinValues?: boolean | undefined;
|
669
|
+
resetValue?: any;
|
670
|
+
placeholder?: string | undefined;
|
671
|
+
clearable?: boolean | undefined;
|
672
|
+
format?: string | undefined;
|
673
|
+
inputFormat?: string | undefined;
|
674
|
+
closeOnSelect?: boolean | undefined;
|
675
|
+
overlayPlacement?: string | undefined;
|
676
|
+
} & {} & {
|
677
677
|
locale?: string | undefined;
|
678
678
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
679
679
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
680
680
|
componentWillMount?(): void;
|
681
681
|
UNSAFE_componentWillMount?(): void;
|
682
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
clearable
|
688
|
-
|
689
|
-
|
690
|
-
closeOnSelect
|
691
|
-
overlayPlacement
|
692
|
-
}
|
682
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
683
|
+
delimiter?: string | undefined;
|
684
|
+
joinValues?: boolean | undefined;
|
685
|
+
resetValue?: any;
|
686
|
+
placeholder?: string | undefined;
|
687
|
+
clearable?: boolean | undefined;
|
688
|
+
format?: string | undefined;
|
689
|
+
inputFormat?: string | undefined;
|
690
|
+
closeOnSelect?: boolean | undefined;
|
691
|
+
overlayPlacement?: string | undefined;
|
692
|
+
} & {} & {
|
693
693
|
locale?: string | undefined;
|
694
694
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
695
695
|
}>, nextContext: any): void;
|
696
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
697
|
-
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
clearable
|
702
|
-
|
703
|
-
|
704
|
-
closeOnSelect
|
705
|
-
overlayPlacement
|
706
|
-
}
|
696
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
697
|
+
delimiter?: string | undefined;
|
698
|
+
joinValues?: boolean | undefined;
|
699
|
+
resetValue?: any;
|
700
|
+
placeholder?: string | undefined;
|
701
|
+
clearable?: boolean | undefined;
|
702
|
+
format?: string | undefined;
|
703
|
+
inputFormat?: string | undefined;
|
704
|
+
closeOnSelect?: boolean | undefined;
|
705
|
+
overlayPlacement?: string | undefined;
|
706
|
+
} & {} & {
|
707
707
|
locale?: string | undefined;
|
708
708
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
709
709
|
}>, nextContext: any): void;
|
710
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
711
|
-
|
712
|
-
|
713
|
-
|
714
|
-
|
715
|
-
clearable
|
716
|
-
|
717
|
-
|
718
|
-
closeOnSelect
|
719
|
-
overlayPlacement
|
720
|
-
}
|
710
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
711
|
+
delimiter?: string | undefined;
|
712
|
+
joinValues?: boolean | undefined;
|
713
|
+
resetValue?: any;
|
714
|
+
placeholder?: string | undefined;
|
715
|
+
clearable?: boolean | undefined;
|
716
|
+
format?: string | undefined;
|
717
|
+
inputFormat?: string | undefined;
|
718
|
+
closeOnSelect?: boolean | undefined;
|
719
|
+
overlayPlacement?: string | undefined;
|
720
|
+
} & {} & {
|
721
721
|
locale?: string | undefined;
|
722
722
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
723
723
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
724
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
clearable
|
730
|
-
|
731
|
-
|
732
|
-
closeOnSelect
|
733
|
-
overlayPlacement
|
734
|
-
}
|
724
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
725
|
+
delimiter?: string | undefined;
|
726
|
+
joinValues?: boolean | undefined;
|
727
|
+
resetValue?: any;
|
728
|
+
placeholder?: string | undefined;
|
729
|
+
clearable?: boolean | undefined;
|
730
|
+
format?: string | undefined;
|
731
|
+
inputFormat?: string | undefined;
|
732
|
+
closeOnSelect?: boolean | undefined;
|
733
|
+
overlayPlacement?: string | undefined;
|
734
|
+
} & {} & {
|
735
735
|
locale?: string | undefined;
|
736
736
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
737
737
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
@@ -743,61 +743,61 @@ declare const _default: {
|
|
743
743
|
ComposedComponent: typeof MonthRangePicker;
|
744
744
|
}>;
|
745
745
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
746
|
-
new (props: (Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
clearable
|
752
|
-
|
753
|
-
|
754
|
-
closeOnSelect
|
755
|
-
overlayPlacement
|
756
|
-
}
|
746
|
+
new (props: (Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
747
|
+
delimiter?: string | undefined;
|
748
|
+
joinValues?: boolean | undefined;
|
749
|
+
resetValue?: any;
|
750
|
+
placeholder?: string | undefined;
|
751
|
+
clearable?: boolean | undefined;
|
752
|
+
format?: string | undefined;
|
753
|
+
inputFormat?: string | undefined;
|
754
|
+
closeOnSelect?: boolean | undefined;
|
755
|
+
overlayPlacement?: string | undefined;
|
756
|
+
} & {} & {
|
757
757
|
locale?: string | undefined;
|
758
758
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
759
|
-
}) | Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
|
764
|
-
clearable
|
765
|
-
|
766
|
-
|
767
|
-
closeOnSelect
|
768
|
-
overlayPlacement
|
769
|
-
}
|
759
|
+
}) | Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
760
|
+
delimiter?: string | undefined;
|
761
|
+
joinValues?: boolean | undefined;
|
762
|
+
resetValue?: any;
|
763
|
+
placeholder?: string | undefined;
|
764
|
+
clearable?: boolean | undefined;
|
765
|
+
format?: string | undefined;
|
766
|
+
inputFormat?: string | undefined;
|
767
|
+
closeOnSelect?: boolean | undefined;
|
768
|
+
overlayPlacement?: string | undefined;
|
769
|
+
} & {} & {
|
770
770
|
locale?: string | undefined;
|
771
771
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
772
772
|
}>): {
|
773
773
|
render(): JSX.Element;
|
774
774
|
context: any;
|
775
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
clearable
|
781
|
-
|
782
|
-
|
783
|
-
closeOnSelect
|
784
|
-
overlayPlacement
|
785
|
-
}
|
775
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
776
|
+
delimiter?: string | undefined;
|
777
|
+
joinValues?: boolean | undefined;
|
778
|
+
resetValue?: any;
|
779
|
+
placeholder?: string | undefined;
|
780
|
+
clearable?: boolean | undefined;
|
781
|
+
format?: string | undefined;
|
782
|
+
inputFormat?: string | undefined;
|
783
|
+
closeOnSelect?: boolean | undefined;
|
784
|
+
overlayPlacement?: string | undefined;
|
785
|
+
} & {} & {
|
786
786
|
locale?: string | undefined;
|
787
787
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
788
788
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
789
789
|
forceUpdate(callback?: (() => void) | undefined): void;
|
790
|
-
readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
clearable
|
796
|
-
|
797
|
-
|
798
|
-
closeOnSelect
|
799
|
-
overlayPlacement
|
800
|
-
}
|
790
|
+
readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
791
|
+
delimiter?: string | undefined;
|
792
|
+
joinValues?: boolean | undefined;
|
793
|
+
resetValue?: any;
|
794
|
+
placeholder?: string | undefined;
|
795
|
+
clearable?: boolean | undefined;
|
796
|
+
format?: string | undefined;
|
797
|
+
inputFormat?: string | undefined;
|
798
|
+
closeOnSelect?: boolean | undefined;
|
799
|
+
overlayPlacement?: string | undefined;
|
800
|
+
} & {} & {
|
801
801
|
locale?: string | undefined;
|
802
802
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
803
803
|
}> & Readonly<{
|
@@ -808,151 +808,151 @@ declare const _default: {
|
|
808
808
|
[key: string]: React.ReactInstance;
|
809
809
|
};
|
810
810
|
componentDidMount?(): void;
|
811
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
clearable
|
817
|
-
|
818
|
-
|
819
|
-
closeOnSelect
|
820
|
-
overlayPlacement
|
821
|
-
}
|
811
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
812
|
+
delimiter?: string | undefined;
|
813
|
+
joinValues?: boolean | undefined;
|
814
|
+
resetValue?: any;
|
815
|
+
placeholder?: string | undefined;
|
816
|
+
clearable?: boolean | undefined;
|
817
|
+
format?: string | undefined;
|
818
|
+
inputFormat?: string | undefined;
|
819
|
+
closeOnSelect?: boolean | undefined;
|
820
|
+
overlayPlacement?: string | undefined;
|
821
|
+
} & {} & {
|
822
822
|
locale?: string | undefined;
|
823
823
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
824
824
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
825
825
|
componentWillUnmount?(): void;
|
826
826
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
827
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
clearable
|
833
|
-
|
834
|
-
|
835
|
-
closeOnSelect
|
836
|
-
overlayPlacement
|
837
|
-
}
|
827
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
828
|
+
delimiter?: string | undefined;
|
829
|
+
joinValues?: boolean | undefined;
|
830
|
+
resetValue?: any;
|
831
|
+
placeholder?: string | undefined;
|
832
|
+
clearable?: boolean | undefined;
|
833
|
+
format?: string | undefined;
|
834
|
+
inputFormat?: string | undefined;
|
835
|
+
closeOnSelect?: boolean | undefined;
|
836
|
+
overlayPlacement?: string | undefined;
|
837
|
+
} & {} & {
|
838
838
|
locale?: string | undefined;
|
839
839
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
840
840
|
}>, prevState: Readonly<{}>): any;
|
841
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
|
846
|
-
clearable
|
847
|
-
|
848
|
-
|
849
|
-
closeOnSelect
|
850
|
-
overlayPlacement
|
851
|
-
}
|
841
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
842
|
+
delimiter?: string | undefined;
|
843
|
+
joinValues?: boolean | undefined;
|
844
|
+
resetValue?: any;
|
845
|
+
placeholder?: string | undefined;
|
846
|
+
clearable?: boolean | undefined;
|
847
|
+
format?: string | undefined;
|
848
|
+
inputFormat?: string | undefined;
|
849
|
+
closeOnSelect?: boolean | undefined;
|
850
|
+
overlayPlacement?: string | undefined;
|
851
|
+
} & {} & {
|
852
852
|
locale?: string | undefined;
|
853
853
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
854
854
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
855
855
|
componentWillMount?(): void;
|
856
856
|
UNSAFE_componentWillMount?(): void;
|
857
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
858
|
-
|
859
|
-
|
860
|
-
|
861
|
-
|
862
|
-
clearable
|
863
|
-
|
864
|
-
|
865
|
-
closeOnSelect
|
866
|
-
overlayPlacement
|
867
|
-
}
|
857
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
858
|
+
delimiter?: string | undefined;
|
859
|
+
joinValues?: boolean | undefined;
|
860
|
+
resetValue?: any;
|
861
|
+
placeholder?: string | undefined;
|
862
|
+
clearable?: boolean | undefined;
|
863
|
+
format?: string | undefined;
|
864
|
+
inputFormat?: string | undefined;
|
865
|
+
closeOnSelect?: boolean | undefined;
|
866
|
+
overlayPlacement?: string | undefined;
|
867
|
+
} & {} & {
|
868
868
|
locale?: string | undefined;
|
869
869
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
870
870
|
}>, nextContext: any): void;
|
871
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
clearable
|
877
|
-
|
878
|
-
|
879
|
-
closeOnSelect
|
880
|
-
overlayPlacement
|
881
|
-
}
|
871
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
872
|
+
delimiter?: string | undefined;
|
873
|
+
joinValues?: boolean | undefined;
|
874
|
+
resetValue?: any;
|
875
|
+
placeholder?: string | undefined;
|
876
|
+
clearable?: boolean | undefined;
|
877
|
+
format?: string | undefined;
|
878
|
+
inputFormat?: string | undefined;
|
879
|
+
closeOnSelect?: boolean | undefined;
|
880
|
+
overlayPlacement?: string | undefined;
|
881
|
+
} & {} & {
|
882
882
|
locale?: string | undefined;
|
883
883
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
884
884
|
}>, nextContext: any): void;
|
885
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
clearable
|
891
|
-
|
892
|
-
|
893
|
-
closeOnSelect
|
894
|
-
overlayPlacement
|
895
|
-
}
|
885
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
886
|
+
delimiter?: string | undefined;
|
887
|
+
joinValues?: boolean | undefined;
|
888
|
+
resetValue?: any;
|
889
|
+
placeholder?: string | undefined;
|
890
|
+
clearable?: boolean | undefined;
|
891
|
+
format?: string | undefined;
|
892
|
+
inputFormat?: string | undefined;
|
893
|
+
closeOnSelect?: boolean | undefined;
|
894
|
+
overlayPlacement?: string | undefined;
|
895
|
+
} & {} & {
|
896
896
|
locale?: string | undefined;
|
897
897
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
898
898
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
899
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
clearable
|
905
|
-
|
906
|
-
|
907
|
-
closeOnSelect
|
908
|
-
overlayPlacement
|
909
|
-
}
|
899
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
900
|
+
delimiter?: string | undefined;
|
901
|
+
joinValues?: boolean | undefined;
|
902
|
+
resetValue?: any;
|
903
|
+
placeholder?: string | undefined;
|
904
|
+
clearable?: boolean | undefined;
|
905
|
+
format?: string | undefined;
|
906
|
+
inputFormat?: string | undefined;
|
907
|
+
closeOnSelect?: boolean | undefined;
|
908
|
+
overlayPlacement?: string | undefined;
|
909
|
+
} & {} & {
|
910
910
|
locale?: string | undefined;
|
911
911
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
912
912
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
913
913
|
};
|
914
|
-
new (props: Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
915
|
-
|
916
|
-
|
917
|
-
|
918
|
-
|
919
|
-
clearable
|
920
|
-
|
921
|
-
|
922
|
-
closeOnSelect
|
923
|
-
overlayPlacement
|
924
|
-
}
|
914
|
+
new (props: Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
915
|
+
delimiter?: string | undefined;
|
916
|
+
joinValues?: boolean | undefined;
|
917
|
+
resetValue?: any;
|
918
|
+
placeholder?: string | undefined;
|
919
|
+
clearable?: boolean | undefined;
|
920
|
+
format?: string | undefined;
|
921
|
+
inputFormat?: string | undefined;
|
922
|
+
closeOnSelect?: boolean | undefined;
|
923
|
+
overlayPlacement?: string | undefined;
|
924
|
+
} & {} & {
|
925
925
|
locale?: string | undefined;
|
926
926
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
927
927
|
}, context: any): {
|
928
928
|
render(): JSX.Element;
|
929
929
|
context: any;
|
930
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
clearable
|
936
|
-
|
937
|
-
|
938
|
-
closeOnSelect
|
939
|
-
overlayPlacement
|
940
|
-
}
|
930
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
931
|
+
delimiter?: string | undefined;
|
932
|
+
joinValues?: boolean | undefined;
|
933
|
+
resetValue?: any;
|
934
|
+
placeholder?: string | undefined;
|
935
|
+
clearable?: boolean | undefined;
|
936
|
+
format?: string | undefined;
|
937
|
+
inputFormat?: string | undefined;
|
938
|
+
closeOnSelect?: boolean | undefined;
|
939
|
+
overlayPlacement?: string | undefined;
|
940
|
+
} & {} & {
|
941
941
|
locale?: string | undefined;
|
942
942
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
943
943
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
944
944
|
forceUpdate(callback?: (() => void) | undefined): void;
|
945
|
-
readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
946
|
-
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
clearable
|
951
|
-
|
952
|
-
|
953
|
-
closeOnSelect
|
954
|
-
overlayPlacement
|
955
|
-
}
|
945
|
+
readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
946
|
+
delimiter?: string | undefined;
|
947
|
+
joinValues?: boolean | undefined;
|
948
|
+
resetValue?: any;
|
949
|
+
placeholder?: string | undefined;
|
950
|
+
clearable?: boolean | undefined;
|
951
|
+
format?: string | undefined;
|
952
|
+
inputFormat?: string | undefined;
|
953
|
+
closeOnSelect?: boolean | undefined;
|
954
|
+
overlayPlacement?: string | undefined;
|
955
|
+
} & {} & {
|
956
956
|
locale?: string | undefined;
|
957
957
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
958
958
|
}> & Readonly<{
|
@@ -963,105 +963,105 @@ declare const _default: {
|
|
963
963
|
[key: string]: React.ReactInstance;
|
964
964
|
};
|
965
965
|
componentDidMount?(): void;
|
966
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
967
|
-
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
clearable
|
972
|
-
|
973
|
-
|
974
|
-
closeOnSelect
|
975
|
-
overlayPlacement
|
976
|
-
}
|
966
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
967
|
+
delimiter?: string | undefined;
|
968
|
+
joinValues?: boolean | undefined;
|
969
|
+
resetValue?: any;
|
970
|
+
placeholder?: string | undefined;
|
971
|
+
clearable?: boolean | undefined;
|
972
|
+
format?: string | undefined;
|
973
|
+
inputFormat?: string | undefined;
|
974
|
+
closeOnSelect?: boolean | undefined;
|
975
|
+
overlayPlacement?: string | undefined;
|
976
|
+
} & {} & {
|
977
977
|
locale?: string | undefined;
|
978
978
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
979
979
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
980
980
|
componentWillUnmount?(): void;
|
981
981
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
982
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
983
|
-
|
984
|
-
|
985
|
-
|
986
|
-
|
987
|
-
clearable
|
988
|
-
|
989
|
-
|
990
|
-
closeOnSelect
|
991
|
-
overlayPlacement
|
992
|
-
}
|
982
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
983
|
+
delimiter?: string | undefined;
|
984
|
+
joinValues?: boolean | undefined;
|
985
|
+
resetValue?: any;
|
986
|
+
placeholder?: string | undefined;
|
987
|
+
clearable?: boolean | undefined;
|
988
|
+
format?: string | undefined;
|
989
|
+
inputFormat?: string | undefined;
|
990
|
+
closeOnSelect?: boolean | undefined;
|
991
|
+
overlayPlacement?: string | undefined;
|
992
|
+
} & {} & {
|
993
993
|
locale?: string | undefined;
|
994
994
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
995
995
|
}>, prevState: Readonly<{}>): any;
|
996
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
997
|
-
|
998
|
-
|
999
|
-
|
1000
|
-
|
1001
|
-
clearable
|
1002
|
-
|
1003
|
-
|
1004
|
-
closeOnSelect
|
1005
|
-
overlayPlacement
|
1006
|
-
}
|
996
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
997
|
+
delimiter?: string | undefined;
|
998
|
+
joinValues?: boolean | undefined;
|
999
|
+
resetValue?: any;
|
1000
|
+
placeholder?: string | undefined;
|
1001
|
+
clearable?: boolean | undefined;
|
1002
|
+
format?: string | undefined;
|
1003
|
+
inputFormat?: string | undefined;
|
1004
|
+
closeOnSelect?: boolean | undefined;
|
1005
|
+
overlayPlacement?: string | undefined;
|
1006
|
+
} & {} & {
|
1007
1007
|
locale?: string | undefined;
|
1008
1008
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1009
1009
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
1010
1010
|
componentWillMount?(): void;
|
1011
1011
|
UNSAFE_componentWillMount?(): void;
|
1012
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
1013
|
-
|
1014
|
-
|
1015
|
-
|
1016
|
-
|
1017
|
-
clearable
|
1018
|
-
|
1019
|
-
|
1020
|
-
closeOnSelect
|
1021
|
-
overlayPlacement
|
1022
|
-
}
|
1012
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
1013
|
+
delimiter?: string | undefined;
|
1014
|
+
joinValues?: boolean | undefined;
|
1015
|
+
resetValue?: any;
|
1016
|
+
placeholder?: string | undefined;
|
1017
|
+
clearable?: boolean | undefined;
|
1018
|
+
format?: string | undefined;
|
1019
|
+
inputFormat?: string | undefined;
|
1020
|
+
closeOnSelect?: boolean | undefined;
|
1021
|
+
overlayPlacement?: string | undefined;
|
1022
|
+
} & {} & {
|
1023
1023
|
locale?: string | undefined;
|
1024
1024
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1025
1025
|
}>, nextContext: any): void;
|
1026
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
1027
|
-
|
1028
|
-
|
1029
|
-
|
1030
|
-
|
1031
|
-
clearable
|
1032
|
-
|
1033
|
-
|
1034
|
-
closeOnSelect
|
1035
|
-
overlayPlacement
|
1036
|
-
}
|
1026
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
1027
|
+
delimiter?: string | undefined;
|
1028
|
+
joinValues?: boolean | undefined;
|
1029
|
+
resetValue?: any;
|
1030
|
+
placeholder?: string | undefined;
|
1031
|
+
clearable?: boolean | undefined;
|
1032
|
+
format?: string | undefined;
|
1033
|
+
inputFormat?: string | undefined;
|
1034
|
+
closeOnSelect?: boolean | undefined;
|
1035
|
+
overlayPlacement?: string | undefined;
|
1036
|
+
} & {} & {
|
1037
1037
|
locale?: string | undefined;
|
1038
1038
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1039
1039
|
}>, nextContext: any): void;
|
1040
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
1041
|
-
|
1042
|
-
|
1043
|
-
|
1044
|
-
|
1045
|
-
clearable
|
1046
|
-
|
1047
|
-
|
1048
|
-
closeOnSelect
|
1049
|
-
overlayPlacement
|
1050
|
-
}
|
1040
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
1041
|
+
delimiter?: string | undefined;
|
1042
|
+
joinValues?: boolean | undefined;
|
1043
|
+
resetValue?: any;
|
1044
|
+
placeholder?: string | undefined;
|
1045
|
+
clearable?: boolean | undefined;
|
1046
|
+
format?: string | undefined;
|
1047
|
+
inputFormat?: string | undefined;
|
1048
|
+
closeOnSelect?: boolean | undefined;
|
1049
|
+
overlayPlacement?: string | undefined;
|
1050
|
+
} & {} & {
|
1051
1051
|
locale?: string | undefined;
|
1052
1052
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1053
1053
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1054
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
1055
|
-
|
1056
|
-
|
1057
|
-
|
1058
|
-
|
1059
|
-
clearable
|
1060
|
-
|
1061
|
-
|
1062
|
-
closeOnSelect
|
1063
|
-
overlayPlacement
|
1064
|
-
}
|
1054
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
1055
|
+
delimiter?: string | undefined;
|
1056
|
+
joinValues?: boolean | undefined;
|
1057
|
+
resetValue?: any;
|
1058
|
+
placeholder?: string | undefined;
|
1059
|
+
clearable?: boolean | undefined;
|
1060
|
+
format?: string | undefined;
|
1061
|
+
inputFormat?: string | undefined;
|
1062
|
+
closeOnSelect?: boolean | undefined;
|
1063
|
+
overlayPlacement?: string | undefined;
|
1064
|
+
} & {} & {
|
1065
1065
|
locale?: string | undefined;
|
1066
1066
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1067
1067
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
@@ -1073,61 +1073,61 @@ declare const _default: {
|
|
1073
1073
|
ComposedComponent: typeof MonthRangePicker;
|
1074
1074
|
}, {}> & {
|
1075
1075
|
ComposedComponent: {
|
1076
|
-
new (props: (Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
1077
|
-
|
1078
|
-
|
1079
|
-
|
1080
|
-
|
1081
|
-
clearable
|
1082
|
-
|
1083
|
-
|
1084
|
-
closeOnSelect
|
1085
|
-
overlayPlacement
|
1086
|
-
}
|
1076
|
+
new (props: (Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
1077
|
+
delimiter?: string | undefined;
|
1078
|
+
joinValues?: boolean | undefined;
|
1079
|
+
resetValue?: any;
|
1080
|
+
placeholder?: string | undefined;
|
1081
|
+
clearable?: boolean | undefined;
|
1082
|
+
format?: string | undefined;
|
1083
|
+
inputFormat?: string | undefined;
|
1084
|
+
closeOnSelect?: boolean | undefined;
|
1085
|
+
overlayPlacement?: string | undefined;
|
1086
|
+
} & {} & {
|
1087
1087
|
locale?: string | undefined;
|
1088
1088
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1089
|
-
}) | Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
1090
|
-
|
1091
|
-
|
1092
|
-
|
1093
|
-
|
1094
|
-
clearable
|
1095
|
-
|
1096
|
-
|
1097
|
-
closeOnSelect
|
1098
|
-
overlayPlacement
|
1099
|
-
}
|
1089
|
+
}) | Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
1090
|
+
delimiter?: string | undefined;
|
1091
|
+
joinValues?: boolean | undefined;
|
1092
|
+
resetValue?: any;
|
1093
|
+
placeholder?: string | undefined;
|
1094
|
+
clearable?: boolean | undefined;
|
1095
|
+
format?: string | undefined;
|
1096
|
+
inputFormat?: string | undefined;
|
1097
|
+
closeOnSelect?: boolean | undefined;
|
1098
|
+
overlayPlacement?: string | undefined;
|
1099
|
+
} & {} & {
|
1100
1100
|
locale?: string | undefined;
|
1101
1101
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1102
1102
|
}>): {
|
1103
1103
|
render(): JSX.Element;
|
1104
1104
|
context: any;
|
1105
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
1106
|
-
|
1107
|
-
|
1108
|
-
|
1109
|
-
|
1110
|
-
clearable
|
1111
|
-
|
1112
|
-
|
1113
|
-
closeOnSelect
|
1114
|
-
overlayPlacement
|
1115
|
-
}
|
1105
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
1106
|
+
delimiter?: string | undefined;
|
1107
|
+
joinValues?: boolean | undefined;
|
1108
|
+
resetValue?: any;
|
1109
|
+
placeholder?: string | undefined;
|
1110
|
+
clearable?: boolean | undefined;
|
1111
|
+
format?: string | undefined;
|
1112
|
+
inputFormat?: string | undefined;
|
1113
|
+
closeOnSelect?: boolean | undefined;
|
1114
|
+
overlayPlacement?: string | undefined;
|
1115
|
+
} & {} & {
|
1116
1116
|
locale?: string | undefined;
|
1117
1117
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1118
1118
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
1119
1119
|
forceUpdate(callback?: (() => void) | undefined): void;
|
1120
|
-
readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
1121
|
-
|
1122
|
-
|
1123
|
-
|
1124
|
-
|
1125
|
-
clearable
|
1126
|
-
|
1127
|
-
|
1128
|
-
closeOnSelect
|
1129
|
-
overlayPlacement
|
1130
|
-
}
|
1120
|
+
readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
1121
|
+
delimiter?: string | undefined;
|
1122
|
+
joinValues?: boolean | undefined;
|
1123
|
+
resetValue?: any;
|
1124
|
+
placeholder?: string | undefined;
|
1125
|
+
clearable?: boolean | undefined;
|
1126
|
+
format?: string | undefined;
|
1127
|
+
inputFormat?: string | undefined;
|
1128
|
+
closeOnSelect?: boolean | undefined;
|
1129
|
+
overlayPlacement?: string | undefined;
|
1130
|
+
} & {} & {
|
1131
1131
|
locale?: string | undefined;
|
1132
1132
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1133
1133
|
}> & Readonly<{
|
@@ -1138,151 +1138,151 @@ declare const _default: {
|
|
1138
1138
|
[key: string]: React.ReactInstance;
|
1139
1139
|
};
|
1140
1140
|
componentDidMount?(): void;
|
1141
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
1142
|
-
|
1143
|
-
|
1144
|
-
|
1145
|
-
|
1146
|
-
clearable
|
1147
|
-
|
1148
|
-
|
1149
|
-
closeOnSelect
|
1150
|
-
overlayPlacement
|
1151
|
-
}
|
1141
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
1142
|
+
delimiter?: string | undefined;
|
1143
|
+
joinValues?: boolean | undefined;
|
1144
|
+
resetValue?: any;
|
1145
|
+
placeholder?: string | undefined;
|
1146
|
+
clearable?: boolean | undefined;
|
1147
|
+
format?: string | undefined;
|
1148
|
+
inputFormat?: string | undefined;
|
1149
|
+
closeOnSelect?: boolean | undefined;
|
1150
|
+
overlayPlacement?: string | undefined;
|
1151
|
+
} & {} & {
|
1152
1152
|
locale?: string | undefined;
|
1153
1153
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1154
1154
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1155
1155
|
componentWillUnmount?(): void;
|
1156
1156
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
1157
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
1158
|
-
|
1159
|
-
|
1160
|
-
|
1161
|
-
|
1162
|
-
clearable
|
1163
|
-
|
1164
|
-
|
1165
|
-
closeOnSelect
|
1166
|
-
overlayPlacement
|
1167
|
-
}
|
1157
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
1158
|
+
delimiter?: string | undefined;
|
1159
|
+
joinValues?: boolean | undefined;
|
1160
|
+
resetValue?: any;
|
1161
|
+
placeholder?: string | undefined;
|
1162
|
+
clearable?: boolean | undefined;
|
1163
|
+
format?: string | undefined;
|
1164
|
+
inputFormat?: string | undefined;
|
1165
|
+
closeOnSelect?: boolean | undefined;
|
1166
|
+
overlayPlacement?: string | undefined;
|
1167
|
+
} & {} & {
|
1168
1168
|
locale?: string | undefined;
|
1169
1169
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1170
1170
|
}>, prevState: Readonly<{}>): any;
|
1171
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
1172
|
-
|
1173
|
-
|
1174
|
-
|
1175
|
-
|
1176
|
-
clearable
|
1177
|
-
|
1178
|
-
|
1179
|
-
closeOnSelect
|
1180
|
-
overlayPlacement
|
1181
|
-
}
|
1171
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
1172
|
+
delimiter?: string | undefined;
|
1173
|
+
joinValues?: boolean | undefined;
|
1174
|
+
resetValue?: any;
|
1175
|
+
placeholder?: string | undefined;
|
1176
|
+
clearable?: boolean | undefined;
|
1177
|
+
format?: string | undefined;
|
1178
|
+
inputFormat?: string | undefined;
|
1179
|
+
closeOnSelect?: boolean | undefined;
|
1180
|
+
overlayPlacement?: string | undefined;
|
1181
|
+
} & {} & {
|
1182
1182
|
locale?: string | undefined;
|
1183
1183
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1184
1184
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
1185
1185
|
componentWillMount?(): void;
|
1186
1186
|
UNSAFE_componentWillMount?(): void;
|
1187
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
1188
|
-
|
1189
|
-
|
1190
|
-
|
1191
|
-
|
1192
|
-
clearable
|
1193
|
-
|
1194
|
-
|
1195
|
-
closeOnSelect
|
1196
|
-
overlayPlacement
|
1197
|
-
}
|
1187
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
1188
|
+
delimiter?: string | undefined;
|
1189
|
+
joinValues?: boolean | undefined;
|
1190
|
+
resetValue?: any;
|
1191
|
+
placeholder?: string | undefined;
|
1192
|
+
clearable?: boolean | undefined;
|
1193
|
+
format?: string | undefined;
|
1194
|
+
inputFormat?: string | undefined;
|
1195
|
+
closeOnSelect?: boolean | undefined;
|
1196
|
+
overlayPlacement?: string | undefined;
|
1197
|
+
} & {} & {
|
1198
1198
|
locale?: string | undefined;
|
1199
1199
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1200
1200
|
}>, nextContext: any): void;
|
1201
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
1202
|
-
|
1203
|
-
|
1204
|
-
|
1205
|
-
|
1206
|
-
clearable
|
1207
|
-
|
1208
|
-
|
1209
|
-
closeOnSelect
|
1210
|
-
overlayPlacement
|
1211
|
-
}
|
1201
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
1202
|
+
delimiter?: string | undefined;
|
1203
|
+
joinValues?: boolean | undefined;
|
1204
|
+
resetValue?: any;
|
1205
|
+
placeholder?: string | undefined;
|
1206
|
+
clearable?: boolean | undefined;
|
1207
|
+
format?: string | undefined;
|
1208
|
+
inputFormat?: string | undefined;
|
1209
|
+
closeOnSelect?: boolean | undefined;
|
1210
|
+
overlayPlacement?: string | undefined;
|
1211
|
+
} & {} & {
|
1212
1212
|
locale?: string | undefined;
|
1213
1213
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1214
1214
|
}>, nextContext: any): void;
|
1215
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
1216
|
-
|
1217
|
-
|
1218
|
-
|
1219
|
-
|
1220
|
-
clearable
|
1221
|
-
|
1222
|
-
|
1223
|
-
closeOnSelect
|
1224
|
-
overlayPlacement
|
1225
|
-
}
|
1215
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
1216
|
+
delimiter?: string | undefined;
|
1217
|
+
joinValues?: boolean | undefined;
|
1218
|
+
resetValue?: any;
|
1219
|
+
placeholder?: string | undefined;
|
1220
|
+
clearable?: boolean | undefined;
|
1221
|
+
format?: string | undefined;
|
1222
|
+
inputFormat?: string | undefined;
|
1223
|
+
closeOnSelect?: boolean | undefined;
|
1224
|
+
overlayPlacement?: string | undefined;
|
1225
|
+
} & {} & {
|
1226
1226
|
locale?: string | undefined;
|
1227
1227
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1228
1228
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1229
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
1230
|
-
|
1231
|
-
|
1232
|
-
|
1233
|
-
|
1234
|
-
clearable
|
1235
|
-
|
1236
|
-
|
1237
|
-
closeOnSelect
|
1238
|
-
overlayPlacement
|
1239
|
-
}
|
1229
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
1230
|
+
delimiter?: string | undefined;
|
1231
|
+
joinValues?: boolean | undefined;
|
1232
|
+
resetValue?: any;
|
1233
|
+
placeholder?: string | undefined;
|
1234
|
+
clearable?: boolean | undefined;
|
1235
|
+
format?: string | undefined;
|
1236
|
+
inputFormat?: string | undefined;
|
1237
|
+
closeOnSelect?: boolean | undefined;
|
1238
|
+
overlayPlacement?: string | undefined;
|
1239
|
+
} & {} & {
|
1240
1240
|
locale?: string | undefined;
|
1241
1241
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1242
1242
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1243
1243
|
};
|
1244
|
-
new (props: Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
1245
|
-
|
1246
|
-
|
1247
|
-
|
1248
|
-
|
1249
|
-
clearable
|
1250
|
-
|
1251
|
-
|
1252
|
-
closeOnSelect
|
1253
|
-
overlayPlacement
|
1254
|
-
}
|
1244
|
+
new (props: Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
1245
|
+
delimiter?: string | undefined;
|
1246
|
+
joinValues?: boolean | undefined;
|
1247
|
+
resetValue?: any;
|
1248
|
+
placeholder?: string | undefined;
|
1249
|
+
clearable?: boolean | undefined;
|
1250
|
+
format?: string | undefined;
|
1251
|
+
inputFormat?: string | undefined;
|
1252
|
+
closeOnSelect?: boolean | undefined;
|
1253
|
+
overlayPlacement?: string | undefined;
|
1254
|
+
} & {} & {
|
1255
1255
|
locale?: string | undefined;
|
1256
1256
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1257
1257
|
}, context: any): {
|
1258
1258
|
render(): JSX.Element;
|
1259
1259
|
context: any;
|
1260
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
1261
|
-
|
1262
|
-
|
1263
|
-
|
1264
|
-
|
1265
|
-
clearable
|
1266
|
-
|
1267
|
-
|
1268
|
-
closeOnSelect
|
1269
|
-
overlayPlacement
|
1270
|
-
}
|
1260
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
1261
|
+
delimiter?: string | undefined;
|
1262
|
+
joinValues?: boolean | undefined;
|
1263
|
+
resetValue?: any;
|
1264
|
+
placeholder?: string | undefined;
|
1265
|
+
clearable?: boolean | undefined;
|
1266
|
+
format?: string | undefined;
|
1267
|
+
inputFormat?: string | undefined;
|
1268
|
+
closeOnSelect?: boolean | undefined;
|
1269
|
+
overlayPlacement?: string | undefined;
|
1270
|
+
} & {} & {
|
1271
1271
|
locale?: string | undefined;
|
1272
1272
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1273
1273
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
1274
1274
|
forceUpdate(callback?: (() => void) | undefined): void;
|
1275
|
-
readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
1276
|
-
|
1277
|
-
|
1278
|
-
|
1279
|
-
|
1280
|
-
clearable
|
1281
|
-
|
1282
|
-
|
1283
|
-
closeOnSelect
|
1284
|
-
overlayPlacement
|
1285
|
-
}
|
1275
|
+
readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
1276
|
+
delimiter?: string | undefined;
|
1277
|
+
joinValues?: boolean | undefined;
|
1278
|
+
resetValue?: any;
|
1279
|
+
placeholder?: string | undefined;
|
1280
|
+
clearable?: boolean | undefined;
|
1281
|
+
format?: string | undefined;
|
1282
|
+
inputFormat?: string | undefined;
|
1283
|
+
closeOnSelect?: boolean | undefined;
|
1284
|
+
overlayPlacement?: string | undefined;
|
1285
|
+
} & {} & {
|
1286
1286
|
locale?: string | undefined;
|
1287
1287
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1288
1288
|
}> & Readonly<{
|
@@ -1293,105 +1293,105 @@ declare const _default: {
|
|
1293
1293
|
[key: string]: React.ReactInstance;
|
1294
1294
|
};
|
1295
1295
|
componentDidMount?(): void;
|
1296
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
1297
|
-
|
1298
|
-
|
1299
|
-
|
1300
|
-
|
1301
|
-
clearable
|
1302
|
-
|
1303
|
-
|
1304
|
-
closeOnSelect
|
1305
|
-
overlayPlacement
|
1306
|
-
}
|
1296
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
1297
|
+
delimiter?: string | undefined;
|
1298
|
+
joinValues?: boolean | undefined;
|
1299
|
+
resetValue?: any;
|
1300
|
+
placeholder?: string | undefined;
|
1301
|
+
clearable?: boolean | undefined;
|
1302
|
+
format?: string | undefined;
|
1303
|
+
inputFormat?: string | undefined;
|
1304
|
+
closeOnSelect?: boolean | undefined;
|
1305
|
+
overlayPlacement?: string | undefined;
|
1306
|
+
} & {} & {
|
1307
1307
|
locale?: string | undefined;
|
1308
1308
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1309
1309
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1310
1310
|
componentWillUnmount?(): void;
|
1311
1311
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
1312
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
1313
|
-
|
1314
|
-
|
1315
|
-
|
1316
|
-
|
1317
|
-
clearable
|
1318
|
-
|
1319
|
-
|
1320
|
-
closeOnSelect
|
1321
|
-
overlayPlacement
|
1322
|
-
}
|
1312
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
1313
|
+
delimiter?: string | undefined;
|
1314
|
+
joinValues?: boolean | undefined;
|
1315
|
+
resetValue?: any;
|
1316
|
+
placeholder?: string | undefined;
|
1317
|
+
clearable?: boolean | undefined;
|
1318
|
+
format?: string | undefined;
|
1319
|
+
inputFormat?: string | undefined;
|
1320
|
+
closeOnSelect?: boolean | undefined;
|
1321
|
+
overlayPlacement?: string | undefined;
|
1322
|
+
} & {} & {
|
1323
1323
|
locale?: string | undefined;
|
1324
1324
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1325
1325
|
}>, prevState: Readonly<{}>): any;
|
1326
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
1327
|
-
|
1328
|
-
|
1329
|
-
|
1330
|
-
|
1331
|
-
clearable
|
1332
|
-
|
1333
|
-
|
1334
|
-
closeOnSelect
|
1335
|
-
overlayPlacement
|
1336
|
-
}
|
1326
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
1327
|
+
delimiter?: string | undefined;
|
1328
|
+
joinValues?: boolean | undefined;
|
1329
|
+
resetValue?: any;
|
1330
|
+
placeholder?: string | undefined;
|
1331
|
+
clearable?: boolean | undefined;
|
1332
|
+
format?: string | undefined;
|
1333
|
+
inputFormat?: string | undefined;
|
1334
|
+
closeOnSelect?: boolean | undefined;
|
1335
|
+
overlayPlacement?: string | undefined;
|
1336
|
+
} & {} & {
|
1337
1337
|
locale?: string | undefined;
|
1338
1338
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1339
1339
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
1340
1340
|
componentWillMount?(): void;
|
1341
1341
|
UNSAFE_componentWillMount?(): void;
|
1342
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
1343
|
-
|
1344
|
-
|
1345
|
-
|
1346
|
-
|
1347
|
-
clearable
|
1348
|
-
|
1349
|
-
|
1350
|
-
closeOnSelect
|
1351
|
-
overlayPlacement
|
1352
|
-
}
|
1342
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
1343
|
+
delimiter?: string | undefined;
|
1344
|
+
joinValues?: boolean | undefined;
|
1345
|
+
resetValue?: any;
|
1346
|
+
placeholder?: string | undefined;
|
1347
|
+
clearable?: boolean | undefined;
|
1348
|
+
format?: string | undefined;
|
1349
|
+
inputFormat?: string | undefined;
|
1350
|
+
closeOnSelect?: boolean | undefined;
|
1351
|
+
overlayPlacement?: string | undefined;
|
1352
|
+
} & {} & {
|
1353
1353
|
locale?: string | undefined;
|
1354
1354
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1355
1355
|
}>, nextContext: any): void;
|
1356
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
1357
|
-
|
1358
|
-
|
1359
|
-
|
1360
|
-
|
1361
|
-
clearable
|
1362
|
-
|
1363
|
-
|
1364
|
-
closeOnSelect
|
1365
|
-
overlayPlacement
|
1366
|
-
}
|
1356
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
1357
|
+
delimiter?: string | undefined;
|
1358
|
+
joinValues?: boolean | undefined;
|
1359
|
+
resetValue?: any;
|
1360
|
+
placeholder?: string | undefined;
|
1361
|
+
clearable?: boolean | undefined;
|
1362
|
+
format?: string | undefined;
|
1363
|
+
inputFormat?: string | undefined;
|
1364
|
+
closeOnSelect?: boolean | undefined;
|
1365
|
+
overlayPlacement?: string | undefined;
|
1366
|
+
} & {} & {
|
1367
1367
|
locale?: string | undefined;
|
1368
1368
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1369
1369
|
}>, nextContext: any): void;
|
1370
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
1371
|
-
|
1372
|
-
|
1373
|
-
|
1374
|
-
|
1375
|
-
clearable
|
1376
|
-
|
1377
|
-
|
1378
|
-
closeOnSelect
|
1379
|
-
overlayPlacement
|
1380
|
-
}
|
1370
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
1371
|
+
delimiter?: string | undefined;
|
1372
|
+
joinValues?: boolean | undefined;
|
1373
|
+
resetValue?: any;
|
1374
|
+
placeholder?: string | undefined;
|
1375
|
+
clearable?: boolean | undefined;
|
1376
|
+
format?: string | undefined;
|
1377
|
+
inputFormat?: string | undefined;
|
1378
|
+
closeOnSelect?: boolean | undefined;
|
1379
|
+
overlayPlacement?: string | undefined;
|
1380
|
+
} & {} & {
|
1381
1381
|
locale?: string | undefined;
|
1382
1382
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1383
1383
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1384
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> &
|
1385
|
-
|
1386
|
-
|
1387
|
-
|
1388
|
-
|
1389
|
-
clearable
|
1390
|
-
|
1391
|
-
|
1392
|
-
closeOnSelect
|
1393
|
-
overlayPlacement
|
1394
|
-
}
|
1384
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "ranges"> & {
|
1385
|
+
delimiter?: string | undefined;
|
1386
|
+
joinValues?: boolean | undefined;
|
1387
|
+
resetValue?: any;
|
1388
|
+
placeholder?: string | undefined;
|
1389
|
+
clearable?: boolean | undefined;
|
1390
|
+
format?: string | undefined;
|
1391
|
+
inputFormat?: string | undefined;
|
1392
|
+
closeOnSelect?: boolean | undefined;
|
1393
|
+
overlayPlacement?: string | undefined;
|
1394
|
+
} & {} & {
|
1395
1395
|
locale?: string | undefined;
|
1396
1396
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1397
1397
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|