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
@@ -112,45 +112,45 @@ export declare class DatePicker extends React.Component<DateProps, DatePickerSta
112
112
  render(): JSX.Element;
113
113
  }
114
114
  declare const _default: {
115
- new (props: (Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
116
- viewMode: "time" | "years" | "months" | "days";
117
- shortcuts: string;
118
- closeOnSelect: boolean;
119
- overlayPlacement: string;
120
- scheduleClassNames: string[];
121
- }, never>> & {
115
+ new (props: (Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
116
+ closeOnSelect?: boolean | undefined;
117
+ scheduleClassNames?: string[] | undefined;
118
+ overlayPlacement?: string | undefined;
119
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
120
+ shortcuts?: string | ShortCuts[] | undefined;
121
+ } & {} & {
122
122
  locale?: string | undefined;
123
123
  translate?: ((str: string, ...args: any[]) => string) | undefined;
124
- }, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
125
- viewMode: "time" | "years" | "months" | "days";
126
- shortcuts: string;
127
- closeOnSelect: boolean;
128
- overlayPlacement: string;
129
- scheduleClassNames: string[];
130
- }, never>> & {
124
+ }, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
125
+ closeOnSelect?: boolean | undefined;
126
+ scheduleClassNames?: string[] | undefined;
127
+ overlayPlacement?: string | undefined;
128
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
129
+ shortcuts?: string | ShortCuts[] | undefined;
130
+ } & {} & {
131
131
  locale?: string | undefined;
132
132
  translate?: ((str: string, ...args: any[]) => string) | undefined;
133
133
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
134
134
  render(): JSX.Element;
135
135
  context: any;
136
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
137
- viewMode: "time" | "years" | "months" | "days";
138
- shortcuts: string;
139
- closeOnSelect: boolean;
140
- overlayPlacement: string;
141
- scheduleClassNames: string[];
142
- }, never>> & {
136
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
137
+ closeOnSelect?: boolean | undefined;
138
+ scheduleClassNames?: string[] | undefined;
139
+ overlayPlacement?: string | undefined;
140
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
141
+ shortcuts?: string | ShortCuts[] | undefined;
142
+ } & {} & {
143
143
  locale?: string | undefined;
144
144
  translate?: ((str: string, ...args: any[]) => string) | undefined;
145
145
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
146
146
  forceUpdate(callback?: (() => void) | undefined): void;
147
- readonly props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
148
- viewMode: "time" | "years" | "months" | "days";
149
- shortcuts: string;
150
- closeOnSelect: boolean;
151
- overlayPlacement: string;
152
- scheduleClassNames: string[];
153
- }, never>> & {
147
+ readonly props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
148
+ closeOnSelect?: boolean | undefined;
149
+ scheduleClassNames?: string[] | undefined;
150
+ overlayPlacement?: string | undefined;
151
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
152
+ shortcuts?: string | ShortCuts[] | undefined;
153
+ } & {} & {
154
154
  locale?: string | undefined;
155
155
  translate?: ((str: string, ...args: any[]) => string) | undefined;
156
156
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps> & Readonly<{
@@ -161,111 +161,111 @@ declare const _default: {
161
161
  [key: string]: React.ReactInstance;
162
162
  };
163
163
  componentDidMount?(): void;
164
- shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
165
- viewMode: "time" | "years" | "months" | "days";
166
- shortcuts: string;
167
- closeOnSelect: boolean;
168
- overlayPlacement: string;
169
- scheduleClassNames: string[];
170
- }, never>> & {
164
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
165
+ closeOnSelect?: boolean | undefined;
166
+ scheduleClassNames?: string[] | undefined;
167
+ overlayPlacement?: string | undefined;
168
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
169
+ shortcuts?: string | ShortCuts[] | undefined;
170
+ } & {} & {
171
171
  locale?: string | undefined;
172
172
  translate?: ((str: string, ...args: any[]) => string) | undefined;
173
173
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
174
174
  componentWillUnmount?(): void;
175
175
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
176
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
177
- viewMode: "time" | "years" | "months" | "days";
178
- shortcuts: string;
179
- closeOnSelect: boolean;
180
- overlayPlacement: string;
181
- scheduleClassNames: string[];
182
- }, never>> & {
176
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
177
+ closeOnSelect?: boolean | undefined;
178
+ scheduleClassNames?: string[] | undefined;
179
+ overlayPlacement?: string | undefined;
180
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
181
+ shortcuts?: string | ShortCuts[] | undefined;
182
+ } & {} & {
183
183
  locale?: string | undefined;
184
184
  translate?: ((str: string, ...args: any[]) => string) | undefined;
185
185
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
186
- componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
187
- viewMode: "time" | "years" | "months" | "days";
188
- shortcuts: string;
189
- closeOnSelect: boolean;
190
- overlayPlacement: string;
191
- scheduleClassNames: string[];
192
- }, never>> & {
186
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
187
+ closeOnSelect?: boolean | undefined;
188
+ scheduleClassNames?: string[] | undefined;
189
+ overlayPlacement?: string | undefined;
190
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
191
+ shortcuts?: string | ShortCuts[] | undefined;
192
+ } & {} & {
193
193
  locale?: string | undefined;
194
194
  translate?: ((str: string, ...args: any[]) => string) | undefined;
195
195
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
196
196
  componentWillMount?(): void;
197
197
  UNSAFE_componentWillMount?(): void;
198
- componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
199
- viewMode: "time" | "years" | "months" | "days";
200
- shortcuts: string;
201
- closeOnSelect: boolean;
202
- overlayPlacement: string;
203
- scheduleClassNames: string[];
204
- }, never>> & {
198
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
199
+ closeOnSelect?: boolean | undefined;
200
+ scheduleClassNames?: string[] | undefined;
201
+ overlayPlacement?: string | undefined;
202
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
203
+ shortcuts?: string | ShortCuts[] | undefined;
204
+ } & {} & {
205
205
  locale?: string | undefined;
206
206
  translate?: ((str: string, ...args: any[]) => string) | undefined;
207
207
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
208
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
209
- viewMode: "time" | "years" | "months" | "days";
210
- shortcuts: string;
211
- closeOnSelect: boolean;
212
- overlayPlacement: string;
213
- scheduleClassNames: string[];
214
- }, never>> & {
208
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
209
+ closeOnSelect?: boolean | undefined;
210
+ scheduleClassNames?: string[] | undefined;
211
+ overlayPlacement?: string | undefined;
212
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
213
+ shortcuts?: string | ShortCuts[] | undefined;
214
+ } & {} & {
215
215
  locale?: string | undefined;
216
216
  translate?: ((str: string, ...args: any[]) => string) | undefined;
217
217
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
218
- componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
219
- viewMode: "time" | "years" | "months" | "days";
220
- shortcuts: string;
221
- closeOnSelect: boolean;
222
- overlayPlacement: string;
223
- scheduleClassNames: string[];
224
- }, never>> & {
218
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
219
+ closeOnSelect?: boolean | undefined;
220
+ scheduleClassNames?: string[] | undefined;
221
+ overlayPlacement?: string | undefined;
222
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
223
+ shortcuts?: string | ShortCuts[] | undefined;
224
+ } & {} & {
225
225
  locale?: string | undefined;
226
226
  translate?: ((str: string, ...args: any[]) => string) | undefined;
227
227
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
228
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
229
- viewMode: "time" | "years" | "months" | "days";
230
- shortcuts: string;
231
- closeOnSelect: boolean;
232
- overlayPlacement: string;
233
- scheduleClassNames: string[];
234
- }, never>> & {
228
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
229
+ closeOnSelect?: boolean | undefined;
230
+ scheduleClassNames?: string[] | undefined;
231
+ overlayPlacement?: string | undefined;
232
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
233
+ shortcuts?: string | ShortCuts[] | undefined;
234
+ } & {} & {
235
235
  locale?: string | undefined;
236
236
  translate?: ((str: string, ...args: any[]) => string) | undefined;
237
237
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
238
238
  };
239
- new (props: Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
240
- viewMode: "time" | "years" | "months" | "days";
241
- shortcuts: string;
242
- closeOnSelect: boolean;
243
- overlayPlacement: string;
244
- scheduleClassNames: string[];
245
- }, never>> & {
239
+ new (props: Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
240
+ closeOnSelect?: boolean | undefined;
241
+ scheduleClassNames?: string[] | undefined;
242
+ overlayPlacement?: string | undefined;
243
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
244
+ shortcuts?: string | ShortCuts[] | undefined;
245
+ } & {} & {
246
246
  locale?: string | undefined;
247
247
  translate?: ((str: string, ...args: any[]) => string) | undefined;
248
248
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
249
249
  render(): JSX.Element;
250
250
  context: any;
251
- setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
252
- viewMode: "time" | "years" | "months" | "days";
253
- shortcuts: string;
254
- closeOnSelect: boolean;
255
- overlayPlacement: string;
256
- scheduleClassNames: string[];
257
- }, never>> & {
251
+ setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
252
+ closeOnSelect?: boolean | undefined;
253
+ scheduleClassNames?: string[] | undefined;
254
+ overlayPlacement?: string | undefined;
255
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
256
+ shortcuts?: string | ShortCuts[] | undefined;
257
+ } & {} & {
258
258
  locale?: string | undefined;
259
259
  translate?: ((str: string, ...args: any[]) => string) | undefined;
260
260
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
261
261
  forceUpdate(callback?: (() => void) | undefined): void;
262
- readonly props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
263
- viewMode: "time" | "years" | "months" | "days";
264
- shortcuts: string;
265
- closeOnSelect: boolean;
266
- overlayPlacement: string;
267
- scheduleClassNames: string[];
268
- }, never>> & {
262
+ readonly props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
263
+ closeOnSelect?: boolean | undefined;
264
+ scheduleClassNames?: string[] | undefined;
265
+ overlayPlacement?: string | undefined;
266
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
267
+ shortcuts?: string | ShortCuts[] | undefined;
268
+ } & {} & {
269
269
  locale?: string | undefined;
270
270
  translate?: ((str: string, ...args: any[]) => string) | undefined;
271
271
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps> & Readonly<{
@@ -276,77 +276,77 @@ declare const _default: {
276
276
  [key: string]: React.ReactInstance;
277
277
  };
278
278
  componentDidMount?(): void;
279
- shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
280
- viewMode: "time" | "years" | "months" | "days";
281
- shortcuts: string;
282
- closeOnSelect: boolean;
283
- overlayPlacement: string;
284
- scheduleClassNames: string[];
285
- }, never>> & {
279
+ shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
280
+ closeOnSelect?: boolean | undefined;
281
+ scheduleClassNames?: string[] | undefined;
282
+ overlayPlacement?: string | undefined;
283
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
284
+ shortcuts?: string | ShortCuts[] | undefined;
285
+ } & {} & {
286
286
  locale?: string | undefined;
287
287
  translate?: ((str: string, ...args: any[]) => string) | undefined;
288
288
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
289
289
  componentWillUnmount?(): void;
290
290
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
291
- getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
292
- viewMode: "time" | "years" | "months" | "days";
293
- shortcuts: string;
294
- closeOnSelect: boolean;
295
- overlayPlacement: string;
296
- scheduleClassNames: string[];
297
- }, never>> & {
291
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
292
+ closeOnSelect?: boolean | undefined;
293
+ scheduleClassNames?: string[] | undefined;
294
+ overlayPlacement?: string | undefined;
295
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
296
+ shortcuts?: string | ShortCuts[] | undefined;
297
+ } & {} & {
298
298
  locale?: string | undefined;
299
299
  translate?: ((str: string, ...args: any[]) => string) | undefined;
300
300
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
301
- componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
302
- viewMode: "time" | "years" | "months" | "days";
303
- shortcuts: string;
304
- closeOnSelect: boolean;
305
- overlayPlacement: string;
306
- scheduleClassNames: string[];
307
- }, never>> & {
301
+ componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
302
+ closeOnSelect?: boolean | undefined;
303
+ scheduleClassNames?: string[] | undefined;
304
+ overlayPlacement?: string | undefined;
305
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
306
+ shortcuts?: string | ShortCuts[] | undefined;
307
+ } & {} & {
308
308
  locale?: string | undefined;
309
309
  translate?: ((str: string, ...args: any[]) => string) | undefined;
310
310
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
311
311
  componentWillMount?(): void;
312
312
  UNSAFE_componentWillMount?(): void;
313
- componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
314
- viewMode: "time" | "years" | "months" | "days";
315
- shortcuts: string;
316
- closeOnSelect: boolean;
317
- overlayPlacement: string;
318
- scheduleClassNames: string[];
319
- }, never>> & {
313
+ componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
314
+ closeOnSelect?: boolean | undefined;
315
+ scheduleClassNames?: string[] | undefined;
316
+ overlayPlacement?: string | undefined;
317
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
318
+ shortcuts?: string | ShortCuts[] | undefined;
319
+ } & {} & {
320
320
  locale?: string | undefined;
321
321
  translate?: ((str: string, ...args: any[]) => string) | undefined;
322
322
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
323
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
324
- viewMode: "time" | "years" | "months" | "days";
325
- shortcuts: string;
326
- closeOnSelect: boolean;
327
- overlayPlacement: string;
328
- scheduleClassNames: string[];
329
- }, never>> & {
323
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
324
+ closeOnSelect?: boolean | undefined;
325
+ scheduleClassNames?: string[] | undefined;
326
+ overlayPlacement?: string | undefined;
327
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
328
+ shortcuts?: string | ShortCuts[] | undefined;
329
+ } & {} & {
330
330
  locale?: string | undefined;
331
331
  translate?: ((str: string, ...args: any[]) => string) | undefined;
332
332
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
333
- componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
334
- viewMode: "time" | "years" | "months" | "days";
335
- shortcuts: string;
336
- closeOnSelect: boolean;
337
- overlayPlacement: string;
338
- scheduleClassNames: string[];
339
- }, never>> & {
333
+ componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
334
+ closeOnSelect?: boolean | undefined;
335
+ scheduleClassNames?: string[] | undefined;
336
+ overlayPlacement?: string | undefined;
337
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
338
+ shortcuts?: string | ShortCuts[] | undefined;
339
+ } & {} & {
340
340
  locale?: string | undefined;
341
341
  translate?: ((str: string, ...args: any[]) => string) | undefined;
342
342
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
343
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
344
- viewMode: "time" | "years" | "months" | "days";
345
- shortcuts: string;
346
- closeOnSelect: boolean;
347
- overlayPlacement: string;
348
- scheduleClassNames: string[];
349
- }, never>> & {
343
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
344
+ closeOnSelect?: boolean | undefined;
345
+ scheduleClassNames?: string[] | undefined;
346
+ overlayPlacement?: string | undefined;
347
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
348
+ shortcuts?: string | ShortCuts[] | undefined;
349
+ } & {} & {
350
350
  locale?: string | undefined;
351
351
  translate?: ((str: string, ...args: any[]) => string) | undefined;
352
352
  }, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
@@ -354,45 +354,45 @@ declare const _default: {
354
354
  displayName: string;
355
355
  contextType: React.Context<string>;
356
356
  ComposedComponent: React.ComponentType<{
357
- new (props: (Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
358
- viewMode: "time" | "years" | "months" | "days";
359
- shortcuts: string;
360
- closeOnSelect: boolean;
361
- overlayPlacement: string;
362
- scheduleClassNames: string[];
363
- }, never>> & {
357
+ new (props: (Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
358
+ closeOnSelect?: boolean | undefined;
359
+ scheduleClassNames?: string[] | undefined;
360
+ overlayPlacement?: string | undefined;
361
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
362
+ shortcuts?: string | ShortCuts[] | undefined;
363
+ } & {} & {
364
364
  locale?: string | undefined;
365
365
  translate?: ((str: string, ...args: any[]) => string) | undefined;
366
- }) | Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
367
- viewMode: "time" | "years" | "months" | "days";
368
- shortcuts: string;
369
- closeOnSelect: boolean;
370
- overlayPlacement: string;
371
- scheduleClassNames: string[];
372
- }, never>> & {
366
+ }) | Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
367
+ closeOnSelect?: boolean | undefined;
368
+ scheduleClassNames?: string[] | undefined;
369
+ overlayPlacement?: string | undefined;
370
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
371
+ shortcuts?: string | ShortCuts[] | undefined;
372
+ } & {} & {
373
373
  locale?: string | undefined;
374
374
  translate?: ((str: string, ...args: any[]) => string) | undefined;
375
375
  }>): {
376
376
  render(): JSX.Element;
377
377
  context: any;
378
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
379
- viewMode: "time" | "years" | "months" | "days";
380
- shortcuts: string;
381
- closeOnSelect: boolean;
382
- overlayPlacement: string;
383
- scheduleClassNames: string[];
384
- }, never>> & {
378
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
379
+ closeOnSelect?: boolean | undefined;
380
+ scheduleClassNames?: string[] | undefined;
381
+ overlayPlacement?: string | undefined;
382
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
383
+ shortcuts?: string | ShortCuts[] | undefined;
384
+ } & {} & {
385
385
  locale?: string | undefined;
386
386
  translate?: ((str: string, ...args: any[]) => string) | undefined;
387
387
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
388
388
  forceUpdate(callback?: (() => void) | undefined): void;
389
- readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
390
- viewMode: "time" | "years" | "months" | "days";
391
- shortcuts: string;
392
- closeOnSelect: boolean;
393
- overlayPlacement: string;
394
- scheduleClassNames: string[];
395
- }, never>> & {
389
+ readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
390
+ closeOnSelect?: boolean | undefined;
391
+ scheduleClassNames?: string[] | undefined;
392
+ overlayPlacement?: string | undefined;
393
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
394
+ shortcuts?: string | ShortCuts[] | undefined;
395
+ } & {} & {
396
396
  locale?: string | undefined;
397
397
  translate?: ((str: string, ...args: any[]) => string) | undefined;
398
398
  }> & Readonly<{
@@ -403,111 +403,111 @@ declare const _default: {
403
403
  [key: string]: React.ReactInstance;
404
404
  };
405
405
  componentDidMount?(): void;
406
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
407
- viewMode: "time" | "years" | "months" | "days";
408
- shortcuts: string;
409
- closeOnSelect: boolean;
410
- overlayPlacement: string;
411
- scheduleClassNames: string[];
412
- }, never>> & {
406
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
407
+ closeOnSelect?: boolean | undefined;
408
+ scheduleClassNames?: string[] | undefined;
409
+ overlayPlacement?: string | undefined;
410
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
411
+ shortcuts?: string | ShortCuts[] | undefined;
412
+ } & {} & {
413
413
  locale?: string | undefined;
414
414
  translate?: ((str: string, ...args: any[]) => string) | undefined;
415
415
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
416
416
  componentWillUnmount?(): void;
417
417
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
418
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
419
- viewMode: "time" | "years" | "months" | "days";
420
- shortcuts: string;
421
- closeOnSelect: boolean;
422
- overlayPlacement: string;
423
- scheduleClassNames: string[];
424
- }, never>> & {
418
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
419
+ closeOnSelect?: boolean | undefined;
420
+ scheduleClassNames?: string[] | undefined;
421
+ overlayPlacement?: string | undefined;
422
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
423
+ shortcuts?: string | ShortCuts[] | undefined;
424
+ } & {} & {
425
425
  locale?: string | undefined;
426
426
  translate?: ((str: string, ...args: any[]) => string) | undefined;
427
427
  }>, prevState: Readonly<{}>): any;
428
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
429
- viewMode: "time" | "years" | "months" | "days";
430
- shortcuts: string;
431
- closeOnSelect: boolean;
432
- overlayPlacement: string;
433
- scheduleClassNames: string[];
434
- }, never>> & {
428
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
429
+ closeOnSelect?: boolean | undefined;
430
+ scheduleClassNames?: string[] | undefined;
431
+ overlayPlacement?: string | undefined;
432
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
433
+ shortcuts?: string | ShortCuts[] | undefined;
434
+ } & {} & {
435
435
  locale?: string | undefined;
436
436
  translate?: ((str: string, ...args: any[]) => string) | undefined;
437
437
  }>, prevState: Readonly<{}>, snapshot?: any): void;
438
438
  componentWillMount?(): void;
439
439
  UNSAFE_componentWillMount?(): void;
440
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
441
- viewMode: "time" | "years" | "months" | "days";
442
- shortcuts: string;
443
- closeOnSelect: boolean;
444
- overlayPlacement: string;
445
- scheduleClassNames: string[];
446
- }, never>> & {
440
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
441
+ closeOnSelect?: boolean | undefined;
442
+ scheduleClassNames?: string[] | undefined;
443
+ overlayPlacement?: string | undefined;
444
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
445
+ shortcuts?: string | ShortCuts[] | undefined;
446
+ } & {} & {
447
447
  locale?: string | undefined;
448
448
  translate?: ((str: string, ...args: any[]) => string) | undefined;
449
449
  }>, nextContext: any): void;
450
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
451
- viewMode: "time" | "years" | "months" | "days";
452
- shortcuts: string;
453
- closeOnSelect: boolean;
454
- overlayPlacement: string;
455
- scheduleClassNames: string[];
456
- }, never>> & {
450
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
451
+ closeOnSelect?: boolean | undefined;
452
+ scheduleClassNames?: string[] | undefined;
453
+ overlayPlacement?: string | undefined;
454
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
455
+ shortcuts?: string | ShortCuts[] | undefined;
456
+ } & {} & {
457
457
  locale?: string | undefined;
458
458
  translate?: ((str: string, ...args: any[]) => string) | undefined;
459
459
  }>, nextContext: any): void;
460
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
461
- viewMode: "time" | "years" | "months" | "days";
462
- shortcuts: string;
463
- closeOnSelect: boolean;
464
- overlayPlacement: string;
465
- scheduleClassNames: string[];
466
- }, never>> & {
460
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
461
+ closeOnSelect?: boolean | undefined;
462
+ scheduleClassNames?: string[] | undefined;
463
+ overlayPlacement?: string | undefined;
464
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
465
+ shortcuts?: string | ShortCuts[] | undefined;
466
+ } & {} & {
467
467
  locale?: string | undefined;
468
468
  translate?: ((str: string, ...args: any[]) => string) | undefined;
469
469
  }>, nextState: Readonly<{}>, nextContext: any): void;
470
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
471
- viewMode: "time" | "years" | "months" | "days";
472
- shortcuts: string;
473
- closeOnSelect: boolean;
474
- overlayPlacement: string;
475
- scheduleClassNames: string[];
476
- }, never>> & {
470
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
471
+ closeOnSelect?: boolean | undefined;
472
+ scheduleClassNames?: string[] | undefined;
473
+ overlayPlacement?: string | undefined;
474
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
475
+ shortcuts?: string | ShortCuts[] | undefined;
476
+ } & {} & {
477
477
  locale?: string | undefined;
478
478
  translate?: ((str: string, ...args: any[]) => string) | undefined;
479
479
  }>, nextState: Readonly<{}>, nextContext: any): void;
480
480
  };
481
- new (props: Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
482
- viewMode: "time" | "years" | "months" | "days";
483
- shortcuts: string;
484
- closeOnSelect: boolean;
485
- overlayPlacement: string;
486
- scheduleClassNames: string[];
487
- }, never>> & {
481
+ new (props: Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
482
+ closeOnSelect?: boolean | undefined;
483
+ scheduleClassNames?: string[] | undefined;
484
+ overlayPlacement?: string | undefined;
485
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
486
+ shortcuts?: string | ShortCuts[] | undefined;
487
+ } & {} & {
488
488
  locale?: string | undefined;
489
489
  translate?: ((str: string, ...args: any[]) => string) | undefined;
490
490
  }, context: any): {
491
491
  render(): JSX.Element;
492
492
  context: any;
493
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
494
- viewMode: "time" | "years" | "months" | "days";
495
- shortcuts: string;
496
- closeOnSelect: boolean;
497
- overlayPlacement: string;
498
- scheduleClassNames: string[];
499
- }, never>> & {
493
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
494
+ closeOnSelect?: boolean | undefined;
495
+ scheduleClassNames?: string[] | undefined;
496
+ overlayPlacement?: string | undefined;
497
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
498
+ shortcuts?: string | ShortCuts[] | undefined;
499
+ } & {} & {
500
500
  locale?: string | undefined;
501
501
  translate?: ((str: string, ...args: any[]) => string) | undefined;
502
502
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
503
503
  forceUpdate(callback?: (() => void) | undefined): void;
504
- readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
505
- viewMode: "time" | "years" | "months" | "days";
506
- shortcuts: string;
507
- closeOnSelect: boolean;
508
- overlayPlacement: string;
509
- scheduleClassNames: string[];
510
- }, never>> & {
504
+ readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
505
+ closeOnSelect?: boolean | undefined;
506
+ scheduleClassNames?: string[] | undefined;
507
+ overlayPlacement?: string | undefined;
508
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
509
+ shortcuts?: string | ShortCuts[] | undefined;
510
+ } & {} & {
511
511
  locale?: string | undefined;
512
512
  translate?: ((str: string, ...args: any[]) => string) | undefined;
513
513
  }> & Readonly<{
@@ -518,77 +518,77 @@ declare const _default: {
518
518
  [key: string]: React.ReactInstance;
519
519
  };
520
520
  componentDidMount?(): void;
521
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
522
- viewMode: "time" | "years" | "months" | "days";
523
- shortcuts: string;
524
- closeOnSelect: boolean;
525
- overlayPlacement: string;
526
- scheduleClassNames: string[];
527
- }, never>> & {
521
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
522
+ closeOnSelect?: boolean | undefined;
523
+ scheduleClassNames?: string[] | undefined;
524
+ overlayPlacement?: string | undefined;
525
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
526
+ shortcuts?: string | ShortCuts[] | undefined;
527
+ } & {} & {
528
528
  locale?: string | undefined;
529
529
  translate?: ((str: string, ...args: any[]) => string) | undefined;
530
530
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
531
531
  componentWillUnmount?(): void;
532
532
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
533
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
534
- viewMode: "time" | "years" | "months" | "days";
535
- shortcuts: string;
536
- closeOnSelect: boolean;
537
- overlayPlacement: string;
538
- scheduleClassNames: string[];
539
- }, never>> & {
533
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
534
+ closeOnSelect?: boolean | undefined;
535
+ scheduleClassNames?: string[] | undefined;
536
+ overlayPlacement?: string | undefined;
537
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
538
+ shortcuts?: string | ShortCuts[] | undefined;
539
+ } & {} & {
540
540
  locale?: string | undefined;
541
541
  translate?: ((str: string, ...args: any[]) => string) | undefined;
542
542
  }>, prevState: Readonly<{}>): any;
543
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
544
- viewMode: "time" | "years" | "months" | "days";
545
- shortcuts: string;
546
- closeOnSelect: boolean;
547
- overlayPlacement: string;
548
- scheduleClassNames: string[];
549
- }, never>> & {
543
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
544
+ closeOnSelect?: boolean | undefined;
545
+ scheduleClassNames?: string[] | undefined;
546
+ overlayPlacement?: string | undefined;
547
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
548
+ shortcuts?: string | ShortCuts[] | undefined;
549
+ } & {} & {
550
550
  locale?: string | undefined;
551
551
  translate?: ((str: string, ...args: any[]) => string) | undefined;
552
552
  }>, prevState: Readonly<{}>, snapshot?: any): void;
553
553
  componentWillMount?(): void;
554
554
  UNSAFE_componentWillMount?(): void;
555
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
556
- viewMode: "time" | "years" | "months" | "days";
557
- shortcuts: string;
558
- closeOnSelect: boolean;
559
- overlayPlacement: string;
560
- scheduleClassNames: string[];
561
- }, never>> & {
555
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
556
+ closeOnSelect?: boolean | undefined;
557
+ scheduleClassNames?: string[] | undefined;
558
+ overlayPlacement?: string | undefined;
559
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
560
+ shortcuts?: string | ShortCuts[] | undefined;
561
+ } & {} & {
562
562
  locale?: string | undefined;
563
563
  translate?: ((str: string, ...args: any[]) => string) | undefined;
564
564
  }>, nextContext: any): void;
565
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
566
- viewMode: "time" | "years" | "months" | "days";
567
- shortcuts: string;
568
- closeOnSelect: boolean;
569
- overlayPlacement: string;
570
- scheduleClassNames: string[];
571
- }, never>> & {
565
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
566
+ closeOnSelect?: boolean | undefined;
567
+ scheduleClassNames?: string[] | undefined;
568
+ overlayPlacement?: string | undefined;
569
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
570
+ shortcuts?: string | ShortCuts[] | undefined;
571
+ } & {} & {
572
572
  locale?: string | undefined;
573
573
  translate?: ((str: string, ...args: any[]) => string) | undefined;
574
574
  }>, nextContext: any): void;
575
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
576
- viewMode: "time" | "years" | "months" | "days";
577
- shortcuts: string;
578
- closeOnSelect: boolean;
579
- overlayPlacement: string;
580
- scheduleClassNames: string[];
581
- }, never>> & {
575
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
576
+ closeOnSelect?: boolean | undefined;
577
+ scheduleClassNames?: string[] | undefined;
578
+ overlayPlacement?: string | undefined;
579
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
580
+ shortcuts?: string | ShortCuts[] | undefined;
581
+ } & {} & {
582
582
  locale?: string | undefined;
583
583
  translate?: ((str: string, ...args: any[]) => string) | undefined;
584
584
  }>, nextState: Readonly<{}>, nextContext: any): void;
585
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
586
- viewMode: "time" | "years" | "months" | "days";
587
- shortcuts: string;
588
- closeOnSelect: boolean;
589
- overlayPlacement: string;
590
- scheduleClassNames: string[];
591
- }, never>> & {
585
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
586
+ closeOnSelect?: boolean | undefined;
587
+ scheduleClassNames?: string[] | undefined;
588
+ overlayPlacement?: string | undefined;
589
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
590
+ shortcuts?: string | ShortCuts[] | undefined;
591
+ } & {} & {
592
592
  locale?: string | undefined;
593
593
  translate?: ((str: string, ...args: any[]) => string) | undefined;
594
594
  }>, nextState: Readonly<{}>, nextContext: any): void;
@@ -600,45 +600,45 @@ declare const _default: {
600
600
  ComposedComponent: typeof DatePicker;
601
601
  }>;
602
602
  } & import("hoist-non-react-statics").NonReactStatics<{
603
- new (props: (Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
604
- viewMode: "time" | "years" | "months" | "days";
605
- shortcuts: string;
606
- closeOnSelect: boolean;
607
- overlayPlacement: string;
608
- scheduleClassNames: string[];
609
- }, never>> & {
603
+ new (props: (Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
604
+ closeOnSelect?: boolean | undefined;
605
+ scheduleClassNames?: string[] | undefined;
606
+ overlayPlacement?: string | undefined;
607
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
608
+ shortcuts?: string | ShortCuts[] | undefined;
609
+ } & {} & {
610
610
  locale?: string | undefined;
611
611
  translate?: ((str: string, ...args: any[]) => string) | undefined;
612
- }) | Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
613
- viewMode: "time" | "years" | "months" | "days";
614
- shortcuts: string;
615
- closeOnSelect: boolean;
616
- overlayPlacement: string;
617
- scheduleClassNames: string[];
618
- }, never>> & {
612
+ }) | Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
613
+ closeOnSelect?: boolean | undefined;
614
+ scheduleClassNames?: string[] | undefined;
615
+ overlayPlacement?: string | undefined;
616
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
617
+ shortcuts?: string | ShortCuts[] | undefined;
618
+ } & {} & {
619
619
  locale?: string | undefined;
620
620
  translate?: ((str: string, ...args: any[]) => string) | undefined;
621
621
  }>): {
622
622
  render(): JSX.Element;
623
623
  context: any;
624
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
625
- viewMode: "time" | "years" | "months" | "days";
626
- shortcuts: string;
627
- closeOnSelect: boolean;
628
- overlayPlacement: string;
629
- scheduleClassNames: string[];
630
- }, never>> & {
624
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
625
+ closeOnSelect?: boolean | undefined;
626
+ scheduleClassNames?: string[] | undefined;
627
+ overlayPlacement?: string | undefined;
628
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
629
+ shortcuts?: string | ShortCuts[] | undefined;
630
+ } & {} & {
631
631
  locale?: string | undefined;
632
632
  translate?: ((str: string, ...args: any[]) => string) | undefined;
633
633
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
634
634
  forceUpdate(callback?: (() => void) | undefined): void;
635
- readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
636
- viewMode: "time" | "years" | "months" | "days";
637
- shortcuts: string;
638
- closeOnSelect: boolean;
639
- overlayPlacement: string;
640
- scheduleClassNames: string[];
641
- }, never>> & {
635
+ readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
636
+ closeOnSelect?: boolean | undefined;
637
+ scheduleClassNames?: string[] | undefined;
638
+ overlayPlacement?: string | undefined;
639
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
640
+ shortcuts?: string | ShortCuts[] | undefined;
641
+ } & {} & {
642
642
  locale?: string | undefined;
643
643
  translate?: ((str: string, ...args: any[]) => string) | undefined;
644
644
  }> & Readonly<{
@@ -649,111 +649,111 @@ declare const _default: {
649
649
  [key: string]: React.ReactInstance;
650
650
  };
651
651
  componentDidMount?(): void;
652
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
653
- viewMode: "time" | "years" | "months" | "days";
654
- shortcuts: string;
655
- closeOnSelect: boolean;
656
- overlayPlacement: string;
657
- scheduleClassNames: string[];
658
- }, never>> & {
652
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
653
+ closeOnSelect?: boolean | undefined;
654
+ scheduleClassNames?: string[] | undefined;
655
+ overlayPlacement?: string | undefined;
656
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
657
+ shortcuts?: string | ShortCuts[] | undefined;
658
+ } & {} & {
659
659
  locale?: string | undefined;
660
660
  translate?: ((str: string, ...args: any[]) => string) | undefined;
661
661
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
662
662
  componentWillUnmount?(): void;
663
663
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
664
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
665
- viewMode: "time" | "years" | "months" | "days";
666
- shortcuts: string;
667
- closeOnSelect: boolean;
668
- overlayPlacement: string;
669
- scheduleClassNames: string[];
670
- }, never>> & {
664
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
665
+ closeOnSelect?: boolean | undefined;
666
+ scheduleClassNames?: string[] | undefined;
667
+ overlayPlacement?: string | undefined;
668
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
669
+ shortcuts?: string | ShortCuts[] | undefined;
670
+ } & {} & {
671
671
  locale?: string | undefined;
672
672
  translate?: ((str: string, ...args: any[]) => string) | undefined;
673
673
  }>, prevState: Readonly<{}>): any;
674
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
675
- viewMode: "time" | "years" | "months" | "days";
676
- shortcuts: string;
677
- closeOnSelect: boolean;
678
- overlayPlacement: string;
679
- scheduleClassNames: string[];
680
- }, never>> & {
674
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
675
+ closeOnSelect?: boolean | undefined;
676
+ scheduleClassNames?: string[] | undefined;
677
+ overlayPlacement?: string | undefined;
678
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
679
+ shortcuts?: string | ShortCuts[] | undefined;
680
+ } & {} & {
681
681
  locale?: string | undefined;
682
682
  translate?: ((str: string, ...args: any[]) => string) | undefined;
683
683
  }>, prevState: Readonly<{}>, snapshot?: any): void;
684
684
  componentWillMount?(): void;
685
685
  UNSAFE_componentWillMount?(): void;
686
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
687
- viewMode: "time" | "years" | "months" | "days";
688
- shortcuts: string;
689
- closeOnSelect: boolean;
690
- overlayPlacement: string;
691
- scheduleClassNames: string[];
692
- }, never>> & {
686
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
687
+ closeOnSelect?: boolean | undefined;
688
+ scheduleClassNames?: string[] | undefined;
689
+ overlayPlacement?: string | undefined;
690
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
691
+ shortcuts?: string | ShortCuts[] | 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<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
697
- viewMode: "time" | "years" | "months" | "days";
698
- shortcuts: string;
699
- closeOnSelect: boolean;
700
- overlayPlacement: string;
701
- scheduleClassNames: string[];
702
- }, never>> & {
696
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
697
+ closeOnSelect?: boolean | undefined;
698
+ scheduleClassNames?: string[] | undefined;
699
+ overlayPlacement?: string | undefined;
700
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
701
+ shortcuts?: string | ShortCuts[] | undefined;
702
+ } & {} & {
703
703
  locale?: string | undefined;
704
704
  translate?: ((str: string, ...args: any[]) => string) | undefined;
705
705
  }>, nextContext: any): void;
706
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
707
- viewMode: "time" | "years" | "months" | "days";
708
- shortcuts: string;
709
- closeOnSelect: boolean;
710
- overlayPlacement: string;
711
- scheduleClassNames: string[];
712
- }, never>> & {
706
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
707
+ closeOnSelect?: boolean | undefined;
708
+ scheduleClassNames?: string[] | undefined;
709
+ overlayPlacement?: string | undefined;
710
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
711
+ shortcuts?: string | ShortCuts[] | undefined;
712
+ } & {} & {
713
713
  locale?: string | undefined;
714
714
  translate?: ((str: string, ...args: any[]) => string) | undefined;
715
715
  }>, nextState: Readonly<{}>, nextContext: any): void;
716
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
717
- viewMode: "time" | "years" | "months" | "days";
718
- shortcuts: string;
719
- closeOnSelect: boolean;
720
- overlayPlacement: string;
721
- scheduleClassNames: string[];
722
- }, never>> & {
716
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
717
+ closeOnSelect?: boolean | undefined;
718
+ scheduleClassNames?: string[] | undefined;
719
+ overlayPlacement?: string | undefined;
720
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
721
+ shortcuts?: string | ShortCuts[] | undefined;
722
+ } & {} & {
723
723
  locale?: string | undefined;
724
724
  translate?: ((str: string, ...args: any[]) => string) | undefined;
725
725
  }>, nextState: Readonly<{}>, nextContext: any): void;
726
726
  };
727
- new (props: Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
728
- viewMode: "time" | "years" | "months" | "days";
729
- shortcuts: string;
730
- closeOnSelect: boolean;
731
- overlayPlacement: string;
732
- scheduleClassNames: string[];
733
- }, never>> & {
727
+ new (props: Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
728
+ closeOnSelect?: boolean | undefined;
729
+ scheduleClassNames?: string[] | undefined;
730
+ overlayPlacement?: string | undefined;
731
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
732
+ shortcuts?: string | ShortCuts[] | undefined;
733
+ } & {} & {
734
734
  locale?: string | undefined;
735
735
  translate?: ((str: string, ...args: any[]) => string) | undefined;
736
736
  }, context: any): {
737
737
  render(): JSX.Element;
738
738
  context: any;
739
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
740
- viewMode: "time" | "years" | "months" | "days";
741
- shortcuts: string;
742
- closeOnSelect: boolean;
743
- overlayPlacement: string;
744
- scheduleClassNames: string[];
745
- }, never>> & {
739
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
740
+ closeOnSelect?: boolean | undefined;
741
+ scheduleClassNames?: string[] | undefined;
742
+ overlayPlacement?: string | undefined;
743
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
744
+ shortcuts?: string | ShortCuts[] | undefined;
745
+ } & {} & {
746
746
  locale?: string | undefined;
747
747
  translate?: ((str: string, ...args: any[]) => string) | undefined;
748
748
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
749
749
  forceUpdate(callback?: (() => void) | undefined): void;
750
- readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
751
- viewMode: "time" | "years" | "months" | "days";
752
- shortcuts: string;
753
- closeOnSelect: boolean;
754
- overlayPlacement: string;
755
- scheduleClassNames: string[];
756
- }, never>> & {
750
+ readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
751
+ closeOnSelect?: boolean | undefined;
752
+ scheduleClassNames?: string[] | undefined;
753
+ overlayPlacement?: string | undefined;
754
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
755
+ shortcuts?: string | ShortCuts[] | undefined;
756
+ } & {} & {
757
757
  locale?: string | undefined;
758
758
  translate?: ((str: string, ...args: any[]) => string) | undefined;
759
759
  }> & Readonly<{
@@ -764,77 +764,77 @@ declare const _default: {
764
764
  [key: string]: React.ReactInstance;
765
765
  };
766
766
  componentDidMount?(): void;
767
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
768
- viewMode: "time" | "years" | "months" | "days";
769
- shortcuts: string;
770
- closeOnSelect: boolean;
771
- overlayPlacement: string;
772
- scheduleClassNames: string[];
773
- }, never>> & {
767
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
768
+ closeOnSelect?: boolean | undefined;
769
+ scheduleClassNames?: string[] | undefined;
770
+ overlayPlacement?: string | undefined;
771
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
772
+ shortcuts?: string | ShortCuts[] | undefined;
773
+ } & {} & {
774
774
  locale?: string | undefined;
775
775
  translate?: ((str: string, ...args: any[]) => string) | undefined;
776
776
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
777
777
  componentWillUnmount?(): void;
778
778
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
779
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
780
- viewMode: "time" | "years" | "months" | "days";
781
- shortcuts: string;
782
- closeOnSelect: boolean;
783
- overlayPlacement: string;
784
- scheduleClassNames: string[];
785
- }, never>> & {
779
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
780
+ closeOnSelect?: boolean | undefined;
781
+ scheduleClassNames?: string[] | undefined;
782
+ overlayPlacement?: string | undefined;
783
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
784
+ shortcuts?: string | ShortCuts[] | undefined;
785
+ } & {} & {
786
786
  locale?: string | undefined;
787
787
  translate?: ((str: string, ...args: any[]) => string) | undefined;
788
788
  }>, prevState: Readonly<{}>): any;
789
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
790
- viewMode: "time" | "years" | "months" | "days";
791
- shortcuts: string;
792
- closeOnSelect: boolean;
793
- overlayPlacement: string;
794
- scheduleClassNames: string[];
795
- }, never>> & {
789
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
790
+ closeOnSelect?: boolean | undefined;
791
+ scheduleClassNames?: string[] | undefined;
792
+ overlayPlacement?: string | undefined;
793
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
794
+ shortcuts?: string | ShortCuts[] | undefined;
795
+ } & {} & {
796
796
  locale?: string | undefined;
797
797
  translate?: ((str: string, ...args: any[]) => string) | undefined;
798
798
  }>, prevState: Readonly<{}>, snapshot?: any): void;
799
799
  componentWillMount?(): void;
800
800
  UNSAFE_componentWillMount?(): void;
801
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
802
- viewMode: "time" | "years" | "months" | "days";
803
- shortcuts: string;
804
- closeOnSelect: boolean;
805
- overlayPlacement: string;
806
- scheduleClassNames: string[];
807
- }, never>> & {
801
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
802
+ closeOnSelect?: boolean | undefined;
803
+ scheduleClassNames?: string[] | undefined;
804
+ overlayPlacement?: string | undefined;
805
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
806
+ shortcuts?: string | ShortCuts[] | undefined;
807
+ } & {} & {
808
808
  locale?: string | undefined;
809
809
  translate?: ((str: string, ...args: any[]) => string) | undefined;
810
810
  }>, nextContext: any): void;
811
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
812
- viewMode: "time" | "years" | "months" | "days";
813
- shortcuts: string;
814
- closeOnSelect: boolean;
815
- overlayPlacement: string;
816
- scheduleClassNames: string[];
817
- }, never>> & {
811
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
812
+ closeOnSelect?: boolean | undefined;
813
+ scheduleClassNames?: string[] | undefined;
814
+ overlayPlacement?: string | undefined;
815
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
816
+ shortcuts?: string | ShortCuts[] | undefined;
817
+ } & {} & {
818
818
  locale?: string | undefined;
819
819
  translate?: ((str: string, ...args: any[]) => string) | undefined;
820
820
  }>, nextContext: any): void;
821
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
822
- viewMode: "time" | "years" | "months" | "days";
823
- shortcuts: string;
824
- closeOnSelect: boolean;
825
- overlayPlacement: string;
826
- scheduleClassNames: string[];
827
- }, never>> & {
821
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
822
+ closeOnSelect?: boolean | undefined;
823
+ scheduleClassNames?: string[] | undefined;
824
+ overlayPlacement?: string | undefined;
825
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
826
+ shortcuts?: string | ShortCuts[] | undefined;
827
+ } & {} & {
828
828
  locale?: string | undefined;
829
829
  translate?: ((str: string, ...args: any[]) => string) | undefined;
830
830
  }>, nextState: Readonly<{}>, nextContext: any): void;
831
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
832
- viewMode: "time" | "years" | "months" | "days";
833
- shortcuts: string;
834
- closeOnSelect: boolean;
835
- overlayPlacement: string;
836
- scheduleClassNames: string[];
837
- }, never>> & {
831
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
832
+ closeOnSelect?: boolean | undefined;
833
+ scheduleClassNames?: string[] | undefined;
834
+ overlayPlacement?: string | undefined;
835
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
836
+ shortcuts?: string | ShortCuts[] | undefined;
837
+ } & {} & {
838
838
  locale?: string | undefined;
839
839
  translate?: ((str: string, ...args: any[]) => string) | undefined;
840
840
  }>, nextState: Readonly<{}>, nextContext: any): void;
@@ -846,45 +846,45 @@ declare const _default: {
846
846
  ComposedComponent: typeof DatePicker;
847
847
  }, {}> & {
848
848
  ComposedComponent: {
849
- new (props: (Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
850
- viewMode: "time" | "years" | "months" | "days";
851
- shortcuts: string;
852
- closeOnSelect: boolean;
853
- overlayPlacement: string;
854
- scheduleClassNames: string[];
855
- }, never>> & {
849
+ new (props: (Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
850
+ closeOnSelect?: boolean | undefined;
851
+ scheduleClassNames?: string[] | undefined;
852
+ overlayPlacement?: string | undefined;
853
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
854
+ shortcuts?: string | ShortCuts[] | undefined;
855
+ } & {} & {
856
856
  locale?: string | undefined;
857
857
  translate?: ((str: string, ...args: any[]) => string) | undefined;
858
- }) | Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
859
- viewMode: "time" | "years" | "months" | "days";
860
- shortcuts: string;
861
- closeOnSelect: boolean;
862
- overlayPlacement: string;
863
- scheduleClassNames: string[];
864
- }, never>> & {
858
+ }) | Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
859
+ closeOnSelect?: boolean | undefined;
860
+ scheduleClassNames?: string[] | undefined;
861
+ overlayPlacement?: string | undefined;
862
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
863
+ shortcuts?: string | ShortCuts[] | undefined;
864
+ } & {} & {
865
865
  locale?: string | undefined;
866
866
  translate?: ((str: string, ...args: any[]) => string) | undefined;
867
867
  }>): {
868
868
  render(): JSX.Element;
869
869
  context: any;
870
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
871
- viewMode: "time" | "years" | "months" | "days";
872
- shortcuts: string;
873
- closeOnSelect: boolean;
874
- overlayPlacement: string;
875
- scheduleClassNames: string[];
876
- }, never>> & {
870
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
871
+ closeOnSelect?: boolean | undefined;
872
+ scheduleClassNames?: string[] | undefined;
873
+ overlayPlacement?: string | undefined;
874
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
875
+ shortcuts?: string | ShortCuts[] | undefined;
876
+ } & {} & {
877
877
  locale?: string | undefined;
878
878
  translate?: ((str: string, ...args: any[]) => string) | undefined;
879
879
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
880
880
  forceUpdate(callback?: (() => void) | undefined): void;
881
- readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
882
- viewMode: "time" | "years" | "months" | "days";
883
- shortcuts: string;
884
- closeOnSelect: boolean;
885
- overlayPlacement: string;
886
- scheduleClassNames: string[];
887
- }, never>> & {
881
+ readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
882
+ closeOnSelect?: boolean | undefined;
883
+ scheduleClassNames?: string[] | undefined;
884
+ overlayPlacement?: string | undefined;
885
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
886
+ shortcuts?: string | ShortCuts[] | undefined;
887
+ } & {} & {
888
888
  locale?: string | undefined;
889
889
  translate?: ((str: string, ...args: any[]) => string) | undefined;
890
890
  }> & Readonly<{
@@ -895,111 +895,111 @@ declare const _default: {
895
895
  [key: string]: React.ReactInstance;
896
896
  };
897
897
  componentDidMount?(): void;
898
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
899
- viewMode: "time" | "years" | "months" | "days";
900
- shortcuts: string;
901
- closeOnSelect: boolean;
902
- overlayPlacement: string;
903
- scheduleClassNames: string[];
904
- }, never>> & {
898
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
899
+ closeOnSelect?: boolean | undefined;
900
+ scheduleClassNames?: string[] | undefined;
901
+ overlayPlacement?: string | undefined;
902
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
903
+ shortcuts?: string | ShortCuts[] | undefined;
904
+ } & {} & {
905
905
  locale?: string | undefined;
906
906
  translate?: ((str: string, ...args: any[]) => string) | undefined;
907
907
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
908
908
  componentWillUnmount?(): void;
909
909
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
910
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
911
- viewMode: "time" | "years" | "months" | "days";
912
- shortcuts: string;
913
- closeOnSelect: boolean;
914
- overlayPlacement: string;
915
- scheduleClassNames: string[];
916
- }, never>> & {
910
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
911
+ closeOnSelect?: boolean | undefined;
912
+ scheduleClassNames?: string[] | undefined;
913
+ overlayPlacement?: string | undefined;
914
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
915
+ shortcuts?: string | ShortCuts[] | undefined;
916
+ } & {} & {
917
917
  locale?: string | undefined;
918
918
  translate?: ((str: string, ...args: any[]) => string) | undefined;
919
919
  }>, prevState: Readonly<{}>): any;
920
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
921
- viewMode: "time" | "years" | "months" | "days";
922
- shortcuts: string;
923
- closeOnSelect: boolean;
924
- overlayPlacement: string;
925
- scheduleClassNames: string[];
926
- }, never>> & {
920
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
921
+ closeOnSelect?: boolean | undefined;
922
+ scheduleClassNames?: string[] | undefined;
923
+ overlayPlacement?: string | undefined;
924
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
925
+ shortcuts?: string | ShortCuts[] | undefined;
926
+ } & {} & {
927
927
  locale?: string | undefined;
928
928
  translate?: ((str: string, ...args: any[]) => string) | undefined;
929
929
  }>, prevState: Readonly<{}>, snapshot?: any): void;
930
930
  componentWillMount?(): void;
931
931
  UNSAFE_componentWillMount?(): void;
932
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
933
- viewMode: "time" | "years" | "months" | "days";
934
- shortcuts: string;
935
- closeOnSelect: boolean;
936
- overlayPlacement: string;
937
- scheduleClassNames: string[];
938
- }, never>> & {
932
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
933
+ closeOnSelect?: boolean | undefined;
934
+ scheduleClassNames?: string[] | undefined;
935
+ overlayPlacement?: string | undefined;
936
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
937
+ shortcuts?: string | ShortCuts[] | undefined;
938
+ } & {} & {
939
939
  locale?: string | undefined;
940
940
  translate?: ((str: string, ...args: any[]) => string) | undefined;
941
941
  }>, nextContext: any): void;
942
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
943
- viewMode: "time" | "years" | "months" | "days";
944
- shortcuts: string;
945
- closeOnSelect: boolean;
946
- overlayPlacement: string;
947
- scheduleClassNames: string[];
948
- }, never>> & {
942
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
943
+ closeOnSelect?: boolean | undefined;
944
+ scheduleClassNames?: string[] | undefined;
945
+ overlayPlacement?: string | undefined;
946
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
947
+ shortcuts?: string | ShortCuts[] | undefined;
948
+ } & {} & {
949
949
  locale?: string | undefined;
950
950
  translate?: ((str: string, ...args: any[]) => string) | undefined;
951
951
  }>, nextContext: any): void;
952
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
953
- viewMode: "time" | "years" | "months" | "days";
954
- shortcuts: string;
955
- closeOnSelect: boolean;
956
- overlayPlacement: string;
957
- scheduleClassNames: string[];
958
- }, never>> & {
952
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
953
+ closeOnSelect?: boolean | undefined;
954
+ scheduleClassNames?: string[] | undefined;
955
+ overlayPlacement?: string | undefined;
956
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
957
+ shortcuts?: string | ShortCuts[] | undefined;
958
+ } & {} & {
959
959
  locale?: string | undefined;
960
960
  translate?: ((str: string, ...args: any[]) => string) | undefined;
961
961
  }>, nextState: Readonly<{}>, nextContext: any): void;
962
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
963
- viewMode: "time" | "years" | "months" | "days";
964
- shortcuts: string;
965
- closeOnSelect: boolean;
966
- overlayPlacement: string;
967
- scheduleClassNames: string[];
968
- }, never>> & {
962
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
963
+ closeOnSelect?: boolean | undefined;
964
+ scheduleClassNames?: string[] | undefined;
965
+ overlayPlacement?: string | undefined;
966
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
967
+ shortcuts?: string | ShortCuts[] | undefined;
968
+ } & {} & {
969
969
  locale?: string | undefined;
970
970
  translate?: ((str: string, ...args: any[]) => string) | undefined;
971
971
  }>, nextState: Readonly<{}>, nextContext: any): void;
972
972
  };
973
- new (props: Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
974
- viewMode: "time" | "years" | "months" | "days";
975
- shortcuts: string;
976
- closeOnSelect: boolean;
977
- overlayPlacement: string;
978
- scheduleClassNames: string[];
979
- }, never>> & {
973
+ new (props: Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
974
+ closeOnSelect?: boolean | undefined;
975
+ scheduleClassNames?: string[] | undefined;
976
+ overlayPlacement?: string | undefined;
977
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
978
+ shortcuts?: string | ShortCuts[] | undefined;
979
+ } & {} & {
980
980
  locale?: string | undefined;
981
981
  translate?: ((str: string, ...args: any[]) => string) | undefined;
982
982
  }, context: any): {
983
983
  render(): JSX.Element;
984
984
  context: any;
985
- setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
986
- viewMode: "time" | "years" | "months" | "days";
987
- shortcuts: string;
988
- closeOnSelect: boolean;
989
- overlayPlacement: string;
990
- scheduleClassNames: string[];
991
- }, never>> & {
985
+ setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
986
+ closeOnSelect?: boolean | undefined;
987
+ scheduleClassNames?: string[] | undefined;
988
+ overlayPlacement?: string | undefined;
989
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
990
+ shortcuts?: string | ShortCuts[] | undefined;
991
+ } & {} & {
992
992
  locale?: string | undefined;
993
993
  translate?: ((str: string, ...args: any[]) => string) | undefined;
994
994
  }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
995
995
  forceUpdate(callback?: (() => void) | undefined): void;
996
- readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
997
- viewMode: "time" | "years" | "months" | "days";
998
- shortcuts: string;
999
- closeOnSelect: boolean;
1000
- overlayPlacement: string;
1001
- scheduleClassNames: string[];
1002
- }, never>> & {
996
+ readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
997
+ closeOnSelect?: boolean | undefined;
998
+ scheduleClassNames?: string[] | undefined;
999
+ overlayPlacement?: string | undefined;
1000
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
1001
+ shortcuts?: string | ShortCuts[] | undefined;
1002
+ } & {} & {
1003
1003
  locale?: string | undefined;
1004
1004
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1005
1005
  }> & Readonly<{
@@ -1010,77 +1010,77 @@ declare const _default: {
1010
1010
  [key: string]: React.ReactInstance;
1011
1011
  };
1012
1012
  componentDidMount?(): void;
1013
- shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
1014
- viewMode: "time" | "years" | "months" | "days";
1015
- shortcuts: string;
1016
- closeOnSelect: boolean;
1017
- overlayPlacement: string;
1018
- scheduleClassNames: string[];
1019
- }, never>> & {
1013
+ shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
1014
+ closeOnSelect?: boolean | undefined;
1015
+ scheduleClassNames?: string[] | undefined;
1016
+ overlayPlacement?: string | undefined;
1017
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
1018
+ shortcuts?: string | ShortCuts[] | undefined;
1019
+ } & {} & {
1020
1020
  locale?: string | undefined;
1021
1021
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1022
1022
  }>, nextState: Readonly<{}>, nextContext: any): boolean;
1023
1023
  componentWillUnmount?(): void;
1024
1024
  componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
1025
- getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
1026
- viewMode: "time" | "years" | "months" | "days";
1027
- shortcuts: string;
1028
- closeOnSelect: boolean;
1029
- overlayPlacement: string;
1030
- scheduleClassNames: string[];
1031
- }, never>> & {
1025
+ getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
1026
+ closeOnSelect?: boolean | undefined;
1027
+ scheduleClassNames?: string[] | undefined;
1028
+ overlayPlacement?: string | undefined;
1029
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
1030
+ shortcuts?: string | ShortCuts[] | undefined;
1031
+ } & {} & {
1032
1032
  locale?: string | undefined;
1033
1033
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1034
1034
  }>, prevState: Readonly<{}>): any;
1035
- componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
1036
- viewMode: "time" | "years" | "months" | "days";
1037
- shortcuts: string;
1038
- closeOnSelect: boolean;
1039
- overlayPlacement: string;
1040
- scheduleClassNames: string[];
1041
- }, never>> & {
1035
+ componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
1036
+ closeOnSelect?: boolean | undefined;
1037
+ scheduleClassNames?: string[] | undefined;
1038
+ overlayPlacement?: string | undefined;
1039
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
1040
+ shortcuts?: string | ShortCuts[] | undefined;
1041
+ } & {} & {
1042
1042
  locale?: string | undefined;
1043
1043
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1044
1044
  }>, prevState: Readonly<{}>, snapshot?: any): void;
1045
1045
  componentWillMount?(): void;
1046
1046
  UNSAFE_componentWillMount?(): void;
1047
- componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
1048
- viewMode: "time" | "years" | "months" | "days";
1049
- shortcuts: string;
1050
- closeOnSelect: boolean;
1051
- overlayPlacement: string;
1052
- scheduleClassNames: string[];
1053
- }, never>> & {
1047
+ componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
1048
+ closeOnSelect?: boolean | undefined;
1049
+ scheduleClassNames?: string[] | undefined;
1050
+ overlayPlacement?: string | undefined;
1051
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
1052
+ shortcuts?: string | ShortCuts[] | undefined;
1053
+ } & {} & {
1054
1054
  locale?: string | undefined;
1055
1055
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1056
1056
  }>, nextContext: any): void;
1057
- UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
1058
- viewMode: "time" | "years" | "months" | "days";
1059
- shortcuts: string;
1060
- closeOnSelect: boolean;
1061
- overlayPlacement: string;
1062
- scheduleClassNames: string[];
1063
- }, never>> & {
1057
+ UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
1058
+ closeOnSelect?: boolean | undefined;
1059
+ scheduleClassNames?: string[] | undefined;
1060
+ overlayPlacement?: string | undefined;
1061
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
1062
+ shortcuts?: string | ShortCuts[] | undefined;
1063
+ } & {} & {
1064
1064
  locale?: string | undefined;
1065
1065
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1066
1066
  }>, nextContext: any): void;
1067
- componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
1068
- viewMode: "time" | "years" | "months" | "days";
1069
- shortcuts: string;
1070
- closeOnSelect: boolean;
1071
- overlayPlacement: string;
1072
- scheduleClassNames: string[];
1073
- }, never>> & {
1067
+ componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
1068
+ closeOnSelect?: boolean | undefined;
1069
+ scheduleClassNames?: string[] | undefined;
1070
+ overlayPlacement?: string | undefined;
1071
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
1072
+ shortcuts?: string | ShortCuts[] | undefined;
1073
+ } & {} & {
1074
1074
  locale?: string | undefined;
1075
1075
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1076
1076
  }>, nextState: Readonly<{}>, nextContext: any): void;
1077
- UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
1078
- viewMode: "time" | "years" | "months" | "days";
1079
- shortcuts: string;
1080
- closeOnSelect: boolean;
1081
- overlayPlacement: string;
1082
- scheduleClassNames: string[];
1083
- }, never>> & {
1077
+ UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "dateFormat" | "largeMode" | "onScheduleClick" | "mobileCalendarMode"> & {
1078
+ closeOnSelect?: boolean | undefined;
1079
+ scheduleClassNames?: string[] | undefined;
1080
+ overlayPlacement?: string | undefined;
1081
+ viewMode?: "time" | "years" | "months" | "days" | "quarters" | undefined;
1082
+ shortcuts?: string | ShortCuts[] | undefined;
1083
+ } & {} & {
1084
1084
  locale?: string | undefined;
1085
1085
  translate?: ((str: string, ...args: any[]) => string) | undefined;
1086
1086
  }>, nextState: Readonly<{}>, nextContext: any): void;