amis 1.6.0 → 1.6.1-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (81) hide show
  1. package/lib/components/Alert.d.ts +588 -588
  2. package/lib/components/Alert2.d.ts +125 -20
  3. package/lib/components/AnchorNav.d.ts +104 -20
  4. package/lib/components/ArrayInput.d.ts +420 -420
  5. package/lib/components/AsideNav.d.ts +125 -125
  6. package/lib/components/AssociatedSelection.d.ts +504 -504
  7. package/lib/components/Avatar.d.ts +461 -20
  8. package/lib/components/Button.d.ts +167 -20
  9. package/lib/components/CalendarMobile.d.ts +420 -84
  10. package/lib/components/Card.d.ts +671 -20
  11. package/lib/components/ChainedSelection.d.ts +504 -504
  12. package/lib/components/Checkbox.d.ts +104 -20
  13. package/lib/components/Collapse.d.ts +587 -20
  14. package/lib/components/CollapseGroup.d.ts +230 -20
  15. package/lib/components/ColorPicker.d.ts +504 -504
  16. package/lib/components/DatePicker.d.ts +588 -588
  17. package/lib/components/DateRangePicker.d.ts +1008 -1008
  18. package/lib/components/Drawer.d.ts +125 -20
  19. package/lib/components/Editor.d.ts +840 -672
  20. package/lib/components/GroupedSelection.d.ts +504 -504
  21. package/lib/components/Html.d.ts +62 -62
  22. package/lib/components/InputBox.d.ts +83 -83
  23. package/lib/components/Layout.d.ts +146 -146
  24. package/lib/components/ListGroup.d.ts +62 -62
  25. package/lib/components/ListMenu.d.ts +504 -504
  26. package/lib/components/LocationPicker.d.ts +336 -336
  27. package/lib/components/Modal.d.ts +420 -420
  28. package/lib/components/MonthRangePicker.d.ts +924 -924
  29. package/lib/components/NumberInput.d.ts +104 -20
  30. package/lib/components/PopUp.d.ts +672 -672
  31. package/lib/components/Progress.d.ts +440 -20
  32. package/lib/components/Radios.d.ts +167 -167
  33. package/lib/components/Rating.d.ts +272 -314
  34. package/lib/components/ResultBox.d.ts +504 -84
  35. package/lib/components/ResultList.d.ts +336 -84
  36. package/lib/components/SearchBox.d.ts +336 -336
  37. package/lib/components/Select.d.ts +4977 -4977
  38. package/lib/components/Selection.d.ts +504 -504
  39. package/lib/components/SparkLine.d.ts +336 -336
  40. package/lib/components/Spinner.d.ts +146 -146
  41. package/lib/components/Switch.d.ts +83 -83
  42. package/lib/components/TableSelection.d.ts +672 -672
  43. package/lib/components/Tabs.d.ts +83 -20
  44. package/lib/components/TitleBar.d.ts +146 -125
  45. package/lib/components/Toast.d.ts +504 -84
  46. package/lib/components/TooltipWrapper.d.ts +125 -20
  47. package/lib/components/Transfer.d.ts +252 -84
  48. package/lib/components/TransferDropDown.d.ts +252 -84
  49. package/lib/components/Tree.d.ts +2688 -2688
  50. package/lib/components/TreeSelection.d.ts +588 -588
  51. package/lib/components/formula/Editor.d.ts +420 -84
  52. package/lib/index.js +1 -1
  53. package/lib/renderers/Dialog.d.ts +420 -420
  54. package/lib/renderers/Form/InputCity.d.ts +672 -672
  55. package/lib/renderers/Form/InputColor.d.ts +504 -504
  56. package/lib/renderers/Nav.d.ts +62 -62
  57. package/package.json +1 -1
  58. package/sdk/ang-ie11.css +1 -0
  59. package/sdk/ang.css +1 -0
  60. package/sdk/antd-ie11.css +1 -0
  61. package/sdk/antd.css +1 -0
  62. package/sdk/charts.js +14 -14
  63. package/sdk/codemirror.js +7 -7
  64. package/sdk/color-picker.js +65 -65
  65. package/sdk/cropperjs.js +2 -2
  66. package/sdk/cxd-ie11.css +1 -0
  67. package/sdk/cxd.css +1 -0
  68. package/sdk/dark-ie11.css +1 -0
  69. package/sdk/dark.css +1 -0
  70. package/sdk/exceljs.js +1 -1
  71. package/sdk/markdown.js +69 -69
  72. package/sdk/papaparse.js +3 -3
  73. package/sdk/renderers/Form/CityDB.js +1 -1
  74. package/sdk/rest.js +18 -18
  75. package/sdk/rich-text.js +62 -62
  76. package/sdk/sdk-ie11.css +1 -0
  77. package/sdk/sdk.css +1 -0
  78. package/sdk/sdk.js +1318 -1253
  79. package/sdk/thirds/hls.js/hls.js +1 -1
  80. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  81. package/sdk/tinymce.js +57 -57
@@ -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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
91
- placeholder: string;
92
- format: string;
93
- inputFormat: string;
94
- joinValues: boolean;
95
- clearable: boolean;
96
- delimiter: string;
97
- resetValue: string;
98
- closeOnSelect: boolean;
99
- overlayPlacement: string;
100
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
104
- placeholder: string;
105
- format: string;
106
- inputFormat: string;
107
- joinValues: boolean;
108
- clearable: boolean;
109
- delimiter: string;
110
- resetValue: string;
111
- closeOnSelect: boolean;
112
- overlayPlacement: string;
113
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
120
- placeholder: string;
121
- format: string;
122
- inputFormat: string;
123
- joinValues: boolean;
124
- clearable: boolean;
125
- delimiter: string;
126
- resetValue: string;
127
- closeOnSelect: boolean;
128
- overlayPlacement: string;
129
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
135
- placeholder: string;
136
- format: string;
137
- inputFormat: string;
138
- joinValues: boolean;
139
- clearable: boolean;
140
- delimiter: string;
141
- resetValue: string;
142
- closeOnSelect: boolean;
143
- overlayPlacement: string;
144
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
156
- placeholder: string;
157
- format: string;
158
- inputFormat: string;
159
- joinValues: boolean;
160
- clearable: boolean;
161
- delimiter: string;
162
- resetValue: string;
163
- closeOnSelect: boolean;
164
- overlayPlacement: string;
165
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
172
- placeholder: string;
173
- format: string;
174
- inputFormat: string;
175
- joinValues: boolean;
176
- clearable: boolean;
177
- delimiter: string;
178
- resetValue: string;
179
- closeOnSelect: boolean;
180
- overlayPlacement: string;
181
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
186
- placeholder: string;
187
- format: string;
188
- inputFormat: string;
189
- joinValues: boolean;
190
- clearable: boolean;
191
- delimiter: string;
192
- resetValue: string;
193
- closeOnSelect: boolean;
194
- overlayPlacement: string;
195
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
202
- placeholder: string;
203
- format: string;
204
- inputFormat: string;
205
- joinValues: boolean;
206
- clearable: boolean;
207
- delimiter: string;
208
- resetValue: string;
209
- closeOnSelect: boolean;
210
- overlayPlacement: string;
211
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
216
- placeholder: string;
217
- format: string;
218
- inputFormat: string;
219
- joinValues: boolean;
220
- clearable: boolean;
221
- delimiter: string;
222
- resetValue: string;
223
- closeOnSelect: boolean;
224
- overlayPlacement: string;
225
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
230
- placeholder: string;
231
- format: string;
232
- inputFormat: string;
233
- joinValues: boolean;
234
- clearable: boolean;
235
- delimiter: string;
236
- resetValue: string;
237
- closeOnSelect: boolean;
238
- overlayPlacement: string;
239
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
244
- placeholder: string;
245
- format: string;
246
- inputFormat: string;
247
- joinValues: boolean;
248
- clearable: boolean;
249
- delimiter: string;
250
- resetValue: string;
251
- closeOnSelect: boolean;
252
- overlayPlacement: string;
253
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
259
- placeholder: string;
260
- format: string;
261
- inputFormat: string;
262
- joinValues: boolean;
263
- clearable: boolean;
264
- delimiter: string;
265
- resetValue: string;
266
- closeOnSelect: boolean;
267
- overlayPlacement: string;
268
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
275
- placeholder: string;
276
- format: string;
277
- inputFormat: string;
278
- joinValues: boolean;
279
- clearable: boolean;
280
- delimiter: string;
281
- resetValue: string;
282
- closeOnSelect: boolean;
283
- overlayPlacement: string;
284
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
290
- placeholder: string;
291
- format: string;
292
- inputFormat: string;
293
- joinValues: boolean;
294
- clearable: boolean;
295
- delimiter: string;
296
- resetValue: string;
297
- closeOnSelect: boolean;
298
- overlayPlacement: string;
299
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
311
- placeholder: string;
312
- format: string;
313
- inputFormat: string;
314
- joinValues: boolean;
315
- clearable: boolean;
316
- delimiter: string;
317
- resetValue: string;
318
- closeOnSelect: boolean;
319
- overlayPlacement: string;
320
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
327
- placeholder: string;
328
- format: string;
329
- inputFormat: string;
330
- joinValues: boolean;
331
- clearable: boolean;
332
- delimiter: string;
333
- resetValue: string;
334
- closeOnSelect: boolean;
335
- overlayPlacement: string;
336
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
341
- placeholder: string;
342
- format: string;
343
- inputFormat: string;
344
- joinValues: boolean;
345
- clearable: boolean;
346
- delimiter: string;
347
- resetValue: string;
348
- closeOnSelect: boolean;
349
- overlayPlacement: string;
350
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
357
- placeholder: string;
358
- format: string;
359
- inputFormat: string;
360
- joinValues: boolean;
361
- clearable: boolean;
362
- delimiter: string;
363
- resetValue: string;
364
- closeOnSelect: boolean;
365
- overlayPlacement: string;
366
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
371
- placeholder: string;
372
- format: string;
373
- inputFormat: string;
374
- joinValues: boolean;
375
- clearable: boolean;
376
- delimiter: string;
377
- resetValue: string;
378
- closeOnSelect: boolean;
379
- overlayPlacement: string;
380
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
385
- placeholder: string;
386
- format: string;
387
- inputFormat: string;
388
- joinValues: boolean;
389
- clearable: boolean;
390
- delimiter: string;
391
- resetValue: string;
392
- closeOnSelect: boolean;
393
- overlayPlacement: string;
394
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
399
- placeholder: string;
400
- format: string;
401
- inputFormat: string;
402
- joinValues: boolean;
403
- clearable: boolean;
404
- delimiter: string;
405
- resetValue: string;
406
- closeOnSelect: boolean;
407
- overlayPlacement: string;
408
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
417
- placeholder: string;
418
- format: string;
419
- inputFormat: string;
420
- joinValues: boolean;
421
- clearable: boolean;
422
- delimiter: string;
423
- resetValue: string;
424
- closeOnSelect: boolean;
425
- overlayPlacement: string;
426
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
430
- placeholder: string;
431
- format: string;
432
- inputFormat: string;
433
- joinValues: boolean;
434
- clearable: boolean;
435
- delimiter: string;
436
- resetValue: string;
437
- closeOnSelect: boolean;
438
- overlayPlacement: string;
439
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
446
- placeholder: string;
447
- format: string;
448
- inputFormat: string;
449
- joinValues: boolean;
450
- clearable: boolean;
451
- delimiter: string;
452
- resetValue: string;
453
- closeOnSelect: boolean;
454
- overlayPlacement: string;
455
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
461
- placeholder: string;
462
- format: string;
463
- inputFormat: string;
464
- joinValues: boolean;
465
- clearable: boolean;
466
- delimiter: string;
467
- resetValue: string;
468
- closeOnSelect: boolean;
469
- overlayPlacement: string;
470
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
482
- placeholder: string;
483
- format: string;
484
- inputFormat: string;
485
- joinValues: boolean;
486
- clearable: boolean;
487
- delimiter: string;
488
- resetValue: string;
489
- closeOnSelect: boolean;
490
- overlayPlacement: string;
491
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
498
- placeholder: string;
499
- format: string;
500
- inputFormat: string;
501
- joinValues: boolean;
502
- clearable: boolean;
503
- delimiter: string;
504
- resetValue: string;
505
- closeOnSelect: boolean;
506
- overlayPlacement: string;
507
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
512
- placeholder: string;
513
- format: string;
514
- inputFormat: string;
515
- joinValues: boolean;
516
- clearable: boolean;
517
- delimiter: string;
518
- resetValue: string;
519
- closeOnSelect: boolean;
520
- overlayPlacement: string;
521
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
528
- placeholder: string;
529
- format: string;
530
- inputFormat: string;
531
- joinValues: boolean;
532
- clearable: boolean;
533
- delimiter: string;
534
- resetValue: string;
535
- closeOnSelect: boolean;
536
- overlayPlacement: string;
537
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
542
- placeholder: string;
543
- format: string;
544
- inputFormat: string;
545
- joinValues: boolean;
546
- clearable: boolean;
547
- delimiter: string;
548
- resetValue: string;
549
- closeOnSelect: boolean;
550
- overlayPlacement: string;
551
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
556
- placeholder: string;
557
- format: string;
558
- inputFormat: string;
559
- joinValues: boolean;
560
- clearable: boolean;
561
- delimiter: string;
562
- resetValue: string;
563
- closeOnSelect: boolean;
564
- overlayPlacement: string;
565
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
570
- placeholder: string;
571
- format: string;
572
- inputFormat: string;
573
- joinValues: boolean;
574
- clearable: boolean;
575
- delimiter: string;
576
- resetValue: string;
577
- closeOnSelect: boolean;
578
- overlayPlacement: string;
579
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
585
- placeholder: string;
586
- format: string;
587
- inputFormat: string;
588
- joinValues: boolean;
589
- clearable: boolean;
590
- delimiter: string;
591
- resetValue: string;
592
- closeOnSelect: boolean;
593
- overlayPlacement: string;
594
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
601
- placeholder: string;
602
- format: string;
603
- inputFormat: string;
604
- joinValues: boolean;
605
- clearable: boolean;
606
- delimiter: string;
607
- resetValue: string;
608
- closeOnSelect: boolean;
609
- overlayPlacement: string;
610
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
616
- placeholder: string;
617
- format: string;
618
- inputFormat: string;
619
- joinValues: boolean;
620
- clearable: boolean;
621
- delimiter: string;
622
- resetValue: string;
623
- closeOnSelect: boolean;
624
- overlayPlacement: string;
625
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
637
- placeholder: string;
638
- format: string;
639
- inputFormat: string;
640
- joinValues: boolean;
641
- clearable: boolean;
642
- delimiter: string;
643
- resetValue: string;
644
- closeOnSelect: boolean;
645
- overlayPlacement: string;
646
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
653
- placeholder: string;
654
- format: string;
655
- inputFormat: string;
656
- joinValues: boolean;
657
- clearable: boolean;
658
- delimiter: string;
659
- resetValue: string;
660
- closeOnSelect: boolean;
661
- overlayPlacement: string;
662
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
667
- placeholder: string;
668
- format: string;
669
- inputFormat: string;
670
- joinValues: boolean;
671
- clearable: boolean;
672
- delimiter: string;
673
- resetValue: string;
674
- closeOnSelect: boolean;
675
- overlayPlacement: string;
676
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
683
- placeholder: string;
684
- format: string;
685
- inputFormat: string;
686
- joinValues: boolean;
687
- clearable: boolean;
688
- delimiter: string;
689
- resetValue: string;
690
- closeOnSelect: boolean;
691
- overlayPlacement: string;
692
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
697
- placeholder: string;
698
- format: string;
699
- inputFormat: string;
700
- joinValues: boolean;
701
- clearable: boolean;
702
- delimiter: string;
703
- resetValue: string;
704
- closeOnSelect: boolean;
705
- overlayPlacement: string;
706
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
711
- placeholder: string;
712
- format: string;
713
- inputFormat: string;
714
- joinValues: boolean;
715
- clearable: boolean;
716
- delimiter: string;
717
- resetValue: string;
718
- closeOnSelect: boolean;
719
- overlayPlacement: string;
720
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
725
- placeholder: string;
726
- format: string;
727
- inputFormat: string;
728
- joinValues: boolean;
729
- clearable: boolean;
730
- delimiter: string;
731
- resetValue: string;
732
- closeOnSelect: boolean;
733
- overlayPlacement: string;
734
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
747
- placeholder: string;
748
- format: string;
749
- inputFormat: string;
750
- joinValues: boolean;
751
- clearable: boolean;
752
- delimiter: string;
753
- resetValue: string;
754
- closeOnSelect: boolean;
755
- overlayPlacement: string;
756
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
760
- placeholder: string;
761
- format: string;
762
- inputFormat: string;
763
- joinValues: boolean;
764
- clearable: boolean;
765
- delimiter: string;
766
- resetValue: string;
767
- closeOnSelect: boolean;
768
- overlayPlacement: string;
769
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
776
- placeholder: string;
777
- format: string;
778
- inputFormat: string;
779
- joinValues: boolean;
780
- clearable: boolean;
781
- delimiter: string;
782
- resetValue: string;
783
- closeOnSelect: boolean;
784
- overlayPlacement: string;
785
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
791
- placeholder: string;
792
- format: string;
793
- inputFormat: string;
794
- joinValues: boolean;
795
- clearable: boolean;
796
- delimiter: string;
797
- resetValue: string;
798
- closeOnSelect: boolean;
799
- overlayPlacement: string;
800
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
812
- placeholder: string;
813
- format: string;
814
- inputFormat: string;
815
- joinValues: boolean;
816
- clearable: boolean;
817
- delimiter: string;
818
- resetValue: string;
819
- closeOnSelect: boolean;
820
- overlayPlacement: string;
821
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
828
- placeholder: string;
829
- format: string;
830
- inputFormat: string;
831
- joinValues: boolean;
832
- clearable: boolean;
833
- delimiter: string;
834
- resetValue: string;
835
- closeOnSelect: boolean;
836
- overlayPlacement: string;
837
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
842
- placeholder: string;
843
- format: string;
844
- inputFormat: string;
845
- joinValues: boolean;
846
- clearable: boolean;
847
- delimiter: string;
848
- resetValue: string;
849
- closeOnSelect: boolean;
850
- overlayPlacement: string;
851
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
858
- placeholder: string;
859
- format: string;
860
- inputFormat: string;
861
- joinValues: boolean;
862
- clearable: boolean;
863
- delimiter: string;
864
- resetValue: string;
865
- closeOnSelect: boolean;
866
- overlayPlacement: string;
867
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
872
- placeholder: string;
873
- format: string;
874
- inputFormat: string;
875
- joinValues: boolean;
876
- clearable: boolean;
877
- delimiter: string;
878
- resetValue: string;
879
- closeOnSelect: boolean;
880
- overlayPlacement: string;
881
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
886
- placeholder: string;
887
- format: string;
888
- inputFormat: string;
889
- joinValues: boolean;
890
- clearable: boolean;
891
- delimiter: string;
892
- resetValue: string;
893
- closeOnSelect: boolean;
894
- overlayPlacement: string;
895
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
900
- placeholder: string;
901
- format: string;
902
- inputFormat: string;
903
- joinValues: boolean;
904
- clearable: boolean;
905
- delimiter: string;
906
- resetValue: string;
907
- closeOnSelect: boolean;
908
- overlayPlacement: string;
909
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
915
- placeholder: string;
916
- format: string;
917
- inputFormat: string;
918
- joinValues: boolean;
919
- clearable: boolean;
920
- delimiter: string;
921
- resetValue: string;
922
- closeOnSelect: boolean;
923
- overlayPlacement: string;
924
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
931
- placeholder: string;
932
- format: string;
933
- inputFormat: string;
934
- joinValues: boolean;
935
- clearable: boolean;
936
- delimiter: string;
937
- resetValue: string;
938
- closeOnSelect: boolean;
939
- overlayPlacement: string;
940
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
946
- placeholder: string;
947
- format: string;
948
- inputFormat: string;
949
- joinValues: boolean;
950
- clearable: boolean;
951
- delimiter: string;
952
- resetValue: string;
953
- closeOnSelect: boolean;
954
- overlayPlacement: string;
955
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
967
- placeholder: string;
968
- format: string;
969
- inputFormat: string;
970
- joinValues: boolean;
971
- clearable: boolean;
972
- delimiter: string;
973
- resetValue: string;
974
- closeOnSelect: boolean;
975
- overlayPlacement: string;
976
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
983
- placeholder: string;
984
- format: string;
985
- inputFormat: string;
986
- joinValues: boolean;
987
- clearable: boolean;
988
- delimiter: string;
989
- resetValue: string;
990
- closeOnSelect: boolean;
991
- overlayPlacement: string;
992
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
997
- placeholder: string;
998
- format: string;
999
- inputFormat: string;
1000
- joinValues: boolean;
1001
- clearable: boolean;
1002
- delimiter: string;
1003
- resetValue: string;
1004
- closeOnSelect: boolean;
1005
- overlayPlacement: string;
1006
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1013
- placeholder: string;
1014
- format: string;
1015
- inputFormat: string;
1016
- joinValues: boolean;
1017
- clearable: boolean;
1018
- delimiter: string;
1019
- resetValue: string;
1020
- closeOnSelect: boolean;
1021
- overlayPlacement: string;
1022
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1027
- placeholder: string;
1028
- format: string;
1029
- inputFormat: string;
1030
- joinValues: boolean;
1031
- clearable: boolean;
1032
- delimiter: string;
1033
- resetValue: string;
1034
- closeOnSelect: boolean;
1035
- overlayPlacement: string;
1036
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1041
- placeholder: string;
1042
- format: string;
1043
- inputFormat: string;
1044
- joinValues: boolean;
1045
- clearable: boolean;
1046
- delimiter: string;
1047
- resetValue: string;
1048
- closeOnSelect: boolean;
1049
- overlayPlacement: string;
1050
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1055
- placeholder: string;
1056
- format: string;
1057
- inputFormat: string;
1058
- joinValues: boolean;
1059
- clearable: boolean;
1060
- delimiter: string;
1061
- resetValue: string;
1062
- closeOnSelect: boolean;
1063
- overlayPlacement: string;
1064
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1077
- placeholder: string;
1078
- format: string;
1079
- inputFormat: string;
1080
- joinValues: boolean;
1081
- clearable: boolean;
1082
- delimiter: string;
1083
- resetValue: string;
1084
- closeOnSelect: boolean;
1085
- overlayPlacement: string;
1086
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1090
- placeholder: string;
1091
- format: string;
1092
- inputFormat: string;
1093
- joinValues: boolean;
1094
- clearable: boolean;
1095
- delimiter: string;
1096
- resetValue: string;
1097
- closeOnSelect: boolean;
1098
- overlayPlacement: string;
1099
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1106
- placeholder: string;
1107
- format: string;
1108
- inputFormat: string;
1109
- joinValues: boolean;
1110
- clearable: boolean;
1111
- delimiter: string;
1112
- resetValue: string;
1113
- closeOnSelect: boolean;
1114
- overlayPlacement: string;
1115
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1121
- placeholder: string;
1122
- format: string;
1123
- inputFormat: string;
1124
- joinValues: boolean;
1125
- clearable: boolean;
1126
- delimiter: string;
1127
- resetValue: string;
1128
- closeOnSelect: boolean;
1129
- overlayPlacement: string;
1130
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1142
- placeholder: string;
1143
- format: string;
1144
- inputFormat: string;
1145
- joinValues: boolean;
1146
- clearable: boolean;
1147
- delimiter: string;
1148
- resetValue: string;
1149
- closeOnSelect: boolean;
1150
- overlayPlacement: string;
1151
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1158
- placeholder: string;
1159
- format: string;
1160
- inputFormat: string;
1161
- joinValues: boolean;
1162
- clearable: boolean;
1163
- delimiter: string;
1164
- resetValue: string;
1165
- closeOnSelect: boolean;
1166
- overlayPlacement: string;
1167
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1172
- placeholder: string;
1173
- format: string;
1174
- inputFormat: string;
1175
- joinValues: boolean;
1176
- clearable: boolean;
1177
- delimiter: string;
1178
- resetValue: string;
1179
- closeOnSelect: boolean;
1180
- overlayPlacement: string;
1181
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1188
- placeholder: string;
1189
- format: string;
1190
- inputFormat: string;
1191
- joinValues: boolean;
1192
- clearable: boolean;
1193
- delimiter: string;
1194
- resetValue: string;
1195
- closeOnSelect: boolean;
1196
- overlayPlacement: string;
1197
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1202
- placeholder: string;
1203
- format: string;
1204
- inputFormat: string;
1205
- joinValues: boolean;
1206
- clearable: boolean;
1207
- delimiter: string;
1208
- resetValue: string;
1209
- closeOnSelect: boolean;
1210
- overlayPlacement: string;
1211
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1216
- placeholder: string;
1217
- format: string;
1218
- inputFormat: string;
1219
- joinValues: boolean;
1220
- clearable: boolean;
1221
- delimiter: string;
1222
- resetValue: string;
1223
- closeOnSelect: boolean;
1224
- overlayPlacement: string;
1225
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1230
- placeholder: string;
1231
- format: string;
1232
- inputFormat: string;
1233
- joinValues: boolean;
1234
- clearable: boolean;
1235
- delimiter: string;
1236
- resetValue: string;
1237
- closeOnSelect: boolean;
1238
- overlayPlacement: string;
1239
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1245
- placeholder: string;
1246
- format: string;
1247
- inputFormat: string;
1248
- joinValues: boolean;
1249
- clearable: boolean;
1250
- delimiter: string;
1251
- resetValue: string;
1252
- closeOnSelect: boolean;
1253
- overlayPlacement: string;
1254
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1261
- placeholder: string;
1262
- format: string;
1263
- inputFormat: string;
1264
- joinValues: boolean;
1265
- clearable: boolean;
1266
- delimiter: string;
1267
- resetValue: string;
1268
- closeOnSelect: boolean;
1269
- overlayPlacement: string;
1270
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1276
- placeholder: string;
1277
- format: string;
1278
- inputFormat: string;
1279
- joinValues: boolean;
1280
- clearable: boolean;
1281
- delimiter: string;
1282
- resetValue: string;
1283
- closeOnSelect: boolean;
1284
- overlayPlacement: string;
1285
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1297
- placeholder: string;
1298
- format: string;
1299
- inputFormat: string;
1300
- joinValues: boolean;
1301
- clearable: boolean;
1302
- delimiter: string;
1303
- resetValue: string;
1304
- closeOnSelect: boolean;
1305
- overlayPlacement: string;
1306
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1313
- placeholder: string;
1314
- format: string;
1315
- inputFormat: string;
1316
- joinValues: boolean;
1317
- clearable: boolean;
1318
- delimiter: string;
1319
- resetValue: string;
1320
- closeOnSelect: boolean;
1321
- overlayPlacement: string;
1322
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1327
- placeholder: string;
1328
- format: string;
1329
- inputFormat: string;
1330
- joinValues: boolean;
1331
- clearable: boolean;
1332
- delimiter: string;
1333
- resetValue: string;
1334
- closeOnSelect: boolean;
1335
- overlayPlacement: string;
1336
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1343
- placeholder: string;
1344
- format: string;
1345
- inputFormat: string;
1346
- joinValues: boolean;
1347
- clearable: boolean;
1348
- delimiter: string;
1349
- resetValue: string;
1350
- closeOnSelect: boolean;
1351
- overlayPlacement: string;
1352
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1357
- placeholder: string;
1358
- format: string;
1359
- inputFormat: string;
1360
- joinValues: boolean;
1361
- clearable: boolean;
1362
- delimiter: string;
1363
- resetValue: string;
1364
- closeOnSelect: boolean;
1365
- overlayPlacement: string;
1366
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1371
- placeholder: string;
1372
- format: string;
1373
- inputFormat: string;
1374
- joinValues: boolean;
1375
- clearable: boolean;
1376
- delimiter: string;
1377
- resetValue: string;
1378
- closeOnSelect: boolean;
1379
- overlayPlacement: string;
1380
- }, never>> & {
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"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
1385
- placeholder: string;
1386
- format: string;
1387
- inputFormat: string;
1388
- joinValues: boolean;
1389
- clearable: boolean;
1390
- delimiter: string;
1391
- resetValue: string;
1392
- closeOnSelect: boolean;
1393
- overlayPlacement: string;
1394
- }, never>> & {
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;