amis 1.5.8-beta.2 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/CalendarMobile.js +5 -5
- package/lib/components/CalendarMobile.js.map +2 -2
- package/lib/components/Card.d.ts +20 -20
- package/lib/components/Cascader.d.ts +123 -0
- package/lib/components/Cascader.js +487 -0
- package/lib/components/Cascader.js.map +13 -0
- package/lib/components/CityArea.d.ts +527 -0
- package/lib/components/CityArea.js +177 -0
- package/lib/components/CityArea.js.map +13 -0
- package/lib/components/ColorPicker.js +4 -3
- package/lib/components/ColorPicker.js.map +2 -2
- package/lib/components/DatePicker.d.ts +85 -84
- package/lib/components/DatePicker.js +7 -6
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.js +8 -11
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/MonthRangePicker.js +5 -8
- package/lib/components/MonthRangePicker.js.map +2 -2
- package/lib/components/Picker.d.ts +1 -0
- package/lib/components/Picker.js +10 -6
- package/lib/components/Picker.js.map +2 -2
- package/lib/components/PickerColumn.d.ts +1 -0
- package/lib/components/PickerColumn.js +21 -17
- package/lib/components/PickerColumn.js.map +2 -2
- package/lib/components/PopOverContainer.d.ts +1 -0
- package/lib/components/PopOverContainer.js +5 -3
- package/lib/components/PopOverContainer.js.map +2 -2
- package/lib/components/PopUp.d.ts +1040 -28
- package/lib/components/PopUp.js +32 -8
- package/lib/components/PopUp.js.map +2 -2
- package/lib/components/ResultBox.d.ts +85 -84
- package/lib/components/ResultBox.js +7 -3
- package/lib/components/ResultBox.js.map +2 -2
- package/lib/components/Select.js +9 -6
- package/lib/components/Select.js.map +2 -2
- package/lib/components/TransferDropDown.d.ts +85 -84
- package/lib/components/TransferDropDown.js +9 -6
- package/lib/components/TransferDropDown.js.map +2 -2
- package/lib/components/calendar/Calendar.d.ts +14 -0
- package/lib/components/calendar/Calendar.js +62 -5
- package/lib/components/calendar/Calendar.js.map +2 -2
- package/lib/components/calendar/DaysView.d.ts +20 -0
- package/lib/components/calendar/DaysView.js +51 -4
- package/lib/components/calendar/DaysView.js.map +2 -2
- package/lib/components/calendar/MonthsView.d.ts +7 -1
- package/lib/components/calendar/MonthsView.js +41 -52
- package/lib/components/calendar/MonthsView.js.map +2 -2
- package/lib/components/calendar/TimeView.d.ts +27 -20
- package/lib/components/calendar/TimeView.js +40 -4
- package/lib/components/calendar/TimeView.js.map +2 -2
- package/lib/components/calendar/YearsView.d.ts +6 -0
- package/lib/components/calendar/YearsView.js +15 -6
- package/lib/components/calendar/YearsView.js.map +2 -2
- package/lib/index.js +1 -1
- package/lib/locale/de-DE.js +4 -0
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +4 -0
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +4 -0
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/DropDownButton.d.ts +11 -2
- package/lib/renderers/DropDownButton.js +30 -12
- package/lib/renderers/DropDownButton.js.map +2 -2
- package/lib/renderers/Form/CityDB.js +526 -2
- package/lib/renderers/Form/CityDB.js.map +2 -2
- package/lib/renderers/Form/InputCity.d.ts +85 -84
- package/lib/renderers/Form/InputCity.js +4 -2
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputColor.js +6 -2
- package/lib/renderers/Form/InputColor.js.map +2 -2
- package/lib/renderers/Form/InputDate.js +5 -2
- package/lib/renderers/Form/InputDate.js.map +2 -2
- package/lib/renderers/Form/InputDateRange.js +6 -2
- package/lib/renderers/Form/InputDateRange.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +10 -14
- package/lib/renderers/Form/Item.js +7 -5
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/NestedSelect.d.ts +1 -0
- package/lib/renderers/Form/NestedSelect.js +7 -3
- package/lib/renderers/Form/NestedSelect.js.map +2 -2
- package/lib/renderers/Form/Select.d.ts +2 -0
- package/lib/renderers/Form/Select.js +7 -4
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/TreeSelect.js +4 -4
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Remark.js +2 -1
- package/lib/renderers/Remark.js.map +2 -2
- package/lib/schemaExtend.js +23 -9
- package/lib/schemaExtend.js.map +2 -2
- package/lib/themes/ang-ie11.css +312 -29
- package/lib/themes/ang.css +312 -29
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +312 -29
- package/lib/themes/antd.css +312 -29
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +315 -41
- package/lib/themes/cxd.css +315 -41
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +312 -29
- package/lib/themes/dark.css +312 -29
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +315 -41
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/helper.d.ts +1 -6
- package/lib/utils/helper.js +6 -17
- package/lib/utils/helper.js.map +2 -2
- package/package.json +1 -2
- package/schema.json +2192 -20
- package/scss/_properties.scss +10 -6
- package/scss/components/_calendar.scss +9 -2
- package/scss/components/_cascader.scss +102 -0
- package/scss/components/_city-area.scss +27 -0
- package/scss/components/_dropdown.scss +39 -9
- package/scss/components/_picker-columns.scss +15 -5
- package/scss/components/_popup.scss +35 -12
- package/scss/components/_result-box.scss +31 -0
- package/scss/components/form/_checks.scss +2 -0
- package/scss/components/form/_color.scss +2 -2
- package/scss/components/form/_date-range.scss +1 -1
- package/scss/components/form/_date.scss +46 -1
- package/scss/components/form/_nested-select.scss +3 -0
- package/scss/components/form/_select.scss +32 -3
- package/scss/components/form/_transfer.scss +3 -0
- package/scss/components/form/_tree-select.scss +1 -1
- package/scss/themes/_common.scss +2 -0
- package/scss/themes/_cxd-variables.scss +3 -3
- package/scss/themes/cxd.scss +0 -12
- package/sdk/ang-ie11.css +368 -29
- package/sdk/ang.css +367 -30
- package/sdk/antd-ie11.css +368 -29
- package/sdk/antd.css +367 -30
- package/sdk/charts.js +18 -18
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +3 -3
- package/sdk/cxd-ie11.css +370 -42
- package/sdk/cxd.css +370 -44
- package/sdk/dark-ie11.css +368 -29
- package/sdk/dark.css +367 -30
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +4 -0
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +18 -18
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +370 -42
- package/sdk/sdk.css +370 -44
- package/sdk/sdk.js +1309 -1227
- package/sdk/thirds/hls.js/hls.js +18 -18
- package/sdk/thirds/mpegts.js/mpegts.js +2 -2
- package/sdk/tinymce.js +57 -57
- package/src/components/CalendarMobile.tsx +5 -5
- package/src/components/Cascader.tsx +564 -0
- package/src/components/CityArea.tsx +315 -0
- package/src/components/ColorPicker.tsx +5 -2
- package/src/components/DatePicker.tsx +15 -5
- package/src/components/DateRangePicker.tsx +52 -43
- package/src/components/MonthRangePicker.tsx +44 -38
- package/src/components/Picker.tsx +27 -12
- package/src/components/PickerColumn.tsx +28 -18
- package/src/components/PopOverContainer.tsx +31 -17
- package/src/components/PopUp.tsx +55 -13
- package/src/components/ResultBox.tsx +10 -1
- package/src/components/Select.tsx +20 -23
- package/src/components/TransferDropDown.tsx +19 -5
- package/src/components/calendar/Calendar.tsx +86 -9
- package/src/components/calendar/DaysView.tsx +86 -2
- package/src/components/calendar/MonthsView.tsx +56 -63
- package/src/components/calendar/TimeView.tsx +82 -29
- package/src/components/calendar/YearsView.tsx +25 -6
- package/src/locale/de-DE.ts +4 -0
- package/src/locale/en-US.ts +4 -0
- package/src/locale/zh-CN.ts +4 -0
- package/src/renderers/DropDownButton.tsx +69 -35
- package/src/renderers/Form/CityDB.ts +526 -2
- package/src/renderers/Form/InputCity.tsx +23 -3
- package/src/renderers/Form/InputColor.tsx +21 -2
- package/src/renderers/Form/InputDate.tsx +10 -1
- package/src/renderers/Form/InputDateRange.tsx +9 -1
- package/src/renderers/Form/Item.tsx +14 -4
- package/src/renderers/Form/NestedSelect.tsx +31 -3
- package/src/renderers/Form/Select.tsx +15 -2
- package/src/renderers/Form/TreeSelect.tsx +10 -6
- package/src/renderers/Remark.tsx +2 -1
- package/src/schemaExtend.ts +22 -10
- package/src/utils/helper.ts +6 -16
@@ -73,6 +73,7 @@ export interface DateProps extends LocaleProps, ThemeProps {
|
|
73
73
|
largeMode?: boolean;
|
74
74
|
onScheduleClick?: (scheduleData: any) => void;
|
75
75
|
useMobileUI?: boolean;
|
76
|
+
mobileCalendarMode?: 'picker' | 'calendar';
|
76
77
|
}
|
77
78
|
export interface DatePickerState {
|
78
79
|
isOpened: boolean;
|
@@ -111,7 +112,7 @@ export declare class DatePicker extends React.Component<DateProps, DatePickerSta
|
|
111
112
|
render(): JSX.Element;
|
112
113
|
}
|
113
114
|
declare const _default: {
|
114
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
115
116
|
viewMode: "time" | "years" | "months" | "days";
|
116
117
|
shortcuts: string;
|
117
118
|
closeOnSelect: boolean;
|
@@ -120,7 +121,7 @@ declare const _default: {
|
|
120
121
|
}, never>> & {
|
121
122
|
locale?: string | undefined;
|
122
123
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
123
|
-
}, 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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
124
125
|
viewMode: "time" | "years" | "months" | "days";
|
125
126
|
shortcuts: string;
|
126
127
|
closeOnSelect: boolean;
|
@@ -132,7 +133,7 @@ declare const _default: {
|
|
132
133
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
133
134
|
render(): JSX.Element;
|
134
135
|
context: any;
|
135
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
136
137
|
viewMode: "time" | "years" | "months" | "days";
|
137
138
|
shortcuts: string;
|
138
139
|
closeOnSelect: boolean;
|
@@ -143,7 +144,7 @@ declare const _default: {
|
|
143
144
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
144
145
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
145
146
|
forceUpdate(callback?: (() => void) | undefined): void;
|
146
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
147
148
|
viewMode: "time" | "years" | "months" | "days";
|
148
149
|
shortcuts: string;
|
149
150
|
closeOnSelect: boolean;
|
@@ -160,7 +161,7 @@ declare const _default: {
|
|
160
161
|
[key: string]: React.ReactInstance;
|
161
162
|
};
|
162
163
|
componentDidMount?(): void;
|
163
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
164
165
|
viewMode: "time" | "years" | "months" | "days";
|
165
166
|
shortcuts: string;
|
166
167
|
closeOnSelect: boolean;
|
@@ -172,7 +173,7 @@ declare const _default: {
|
|
172
173
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
173
174
|
componentWillUnmount?(): void;
|
174
175
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
175
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
176
177
|
viewMode: "time" | "years" | "months" | "days";
|
177
178
|
shortcuts: string;
|
178
179
|
closeOnSelect: boolean;
|
@@ -182,7 +183,7 @@ declare const _default: {
|
|
182
183
|
locale?: string | undefined;
|
183
184
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
184
185
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
185
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
186
187
|
viewMode: "time" | "years" | "months" | "days";
|
187
188
|
shortcuts: string;
|
188
189
|
closeOnSelect: boolean;
|
@@ -194,7 +195,7 @@ declare const _default: {
|
|
194
195
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
195
196
|
componentWillMount?(): void;
|
196
197
|
UNSAFE_componentWillMount?(): void;
|
197
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
198
199
|
viewMode: "time" | "years" | "months" | "days";
|
199
200
|
shortcuts: string;
|
200
201
|
closeOnSelect: boolean;
|
@@ -204,7 +205,7 @@ declare const _default: {
|
|
204
205
|
locale?: string | undefined;
|
205
206
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
206
207
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
207
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
208
209
|
viewMode: "time" | "years" | "months" | "days";
|
209
210
|
shortcuts: string;
|
210
211
|
closeOnSelect: boolean;
|
@@ -214,7 +215,7 @@ declare const _default: {
|
|
214
215
|
locale?: string | undefined;
|
215
216
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
216
217
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
217
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
218
219
|
viewMode: "time" | "years" | "months" | "days";
|
219
220
|
shortcuts: string;
|
220
221
|
closeOnSelect: boolean;
|
@@ -224,7 +225,7 @@ declare const _default: {
|
|
224
225
|
locale?: string | undefined;
|
225
226
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
226
227
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
227
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
228
229
|
viewMode: "time" | "years" | "months" | "days";
|
229
230
|
shortcuts: string;
|
230
231
|
closeOnSelect: boolean;
|
@@ -235,7 +236,7 @@ declare const _default: {
|
|
235
236
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
236
237
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
237
238
|
};
|
238
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
239
240
|
viewMode: "time" | "years" | "months" | "days";
|
240
241
|
shortcuts: string;
|
241
242
|
closeOnSelect: boolean;
|
@@ -247,7 +248,7 @@ declare const _default: {
|
|
247
248
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
248
249
|
render(): JSX.Element;
|
249
250
|
context: any;
|
250
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
251
252
|
viewMode: "time" | "years" | "months" | "days";
|
252
253
|
shortcuts: string;
|
253
254
|
closeOnSelect: boolean;
|
@@ -258,7 +259,7 @@ declare const _default: {
|
|
258
259
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
259
260
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
260
261
|
forceUpdate(callback?: (() => void) | undefined): void;
|
261
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
262
263
|
viewMode: "time" | "years" | "months" | "days";
|
263
264
|
shortcuts: string;
|
264
265
|
closeOnSelect: boolean;
|
@@ -275,7 +276,7 @@ declare const _default: {
|
|
275
276
|
[key: string]: React.ReactInstance;
|
276
277
|
};
|
277
278
|
componentDidMount?(): void;
|
278
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
279
280
|
viewMode: "time" | "years" | "months" | "days";
|
280
281
|
shortcuts: string;
|
281
282
|
closeOnSelect: boolean;
|
@@ -287,7 +288,7 @@ declare const _default: {
|
|
287
288
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
288
289
|
componentWillUnmount?(): void;
|
289
290
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
290
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
291
292
|
viewMode: "time" | "years" | "months" | "days";
|
292
293
|
shortcuts: string;
|
293
294
|
closeOnSelect: boolean;
|
@@ -297,7 +298,7 @@ declare const _default: {
|
|
297
298
|
locale?: string | undefined;
|
298
299
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
299
300
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
300
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
301
302
|
viewMode: "time" | "years" | "months" | "days";
|
302
303
|
shortcuts: string;
|
303
304
|
closeOnSelect: boolean;
|
@@ -309,7 +310,7 @@ declare const _default: {
|
|
309
310
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
310
311
|
componentWillMount?(): void;
|
311
312
|
UNSAFE_componentWillMount?(): void;
|
312
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
313
314
|
viewMode: "time" | "years" | "months" | "days";
|
314
315
|
shortcuts: string;
|
315
316
|
closeOnSelect: boolean;
|
@@ -319,7 +320,7 @@ declare const _default: {
|
|
319
320
|
locale?: string | undefined;
|
320
321
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
321
322
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
322
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
323
324
|
viewMode: "time" | "years" | "months" | "days";
|
324
325
|
shortcuts: string;
|
325
326
|
closeOnSelect: boolean;
|
@@ -329,7 +330,7 @@ declare const _default: {
|
|
329
330
|
locale?: string | undefined;
|
330
331
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
331
332
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
332
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
333
334
|
viewMode: "time" | "years" | "months" | "days";
|
334
335
|
shortcuts: string;
|
335
336
|
closeOnSelect: boolean;
|
@@ -339,7 +340,7 @@ declare const _default: {
|
|
339
340
|
locale?: string | undefined;
|
340
341
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
341
342
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
342
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
343
344
|
viewMode: "time" | "years" | "months" | "days";
|
344
345
|
shortcuts: string;
|
345
346
|
closeOnSelect: boolean;
|
@@ -353,7 +354,7 @@ declare const _default: {
|
|
353
354
|
displayName: string;
|
354
355
|
contextType: React.Context<string>;
|
355
356
|
ComposedComponent: React.ComponentType<{
|
356
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
357
358
|
viewMode: "time" | "years" | "months" | "days";
|
358
359
|
shortcuts: string;
|
359
360
|
closeOnSelect: boolean;
|
@@ -362,7 +363,7 @@ declare const _default: {
|
|
362
363
|
}, never>> & {
|
363
364
|
locale?: string | undefined;
|
364
365
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
365
|
-
}) | 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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
366
367
|
viewMode: "time" | "years" | "months" | "days";
|
367
368
|
shortcuts: string;
|
368
369
|
closeOnSelect: boolean;
|
@@ -374,7 +375,7 @@ declare const _default: {
|
|
374
375
|
}>): {
|
375
376
|
render(): JSX.Element;
|
376
377
|
context: any;
|
377
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
378
379
|
viewMode: "time" | "years" | "months" | "days";
|
379
380
|
shortcuts: string;
|
380
381
|
closeOnSelect: boolean;
|
@@ -385,7 +386,7 @@ declare const _default: {
|
|
385
386
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
386
387
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
387
388
|
forceUpdate(callback?: (() => void) | undefined): void;
|
388
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
389
390
|
viewMode: "time" | "years" | "months" | "days";
|
390
391
|
shortcuts: string;
|
391
392
|
closeOnSelect: boolean;
|
@@ -402,7 +403,7 @@ declare const _default: {
|
|
402
403
|
[key: string]: React.ReactInstance;
|
403
404
|
};
|
404
405
|
componentDidMount?(): void;
|
405
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
406
407
|
viewMode: "time" | "years" | "months" | "days";
|
407
408
|
shortcuts: string;
|
408
409
|
closeOnSelect: boolean;
|
@@ -414,7 +415,7 @@ declare const _default: {
|
|
414
415
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
415
416
|
componentWillUnmount?(): void;
|
416
417
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
417
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
418
419
|
viewMode: "time" | "years" | "months" | "days";
|
419
420
|
shortcuts: string;
|
420
421
|
closeOnSelect: boolean;
|
@@ -424,7 +425,7 @@ declare const _default: {
|
|
424
425
|
locale?: string | undefined;
|
425
426
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
426
427
|
}>, prevState: Readonly<{}>): any;
|
427
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
428
429
|
viewMode: "time" | "years" | "months" | "days";
|
429
430
|
shortcuts: string;
|
430
431
|
closeOnSelect: boolean;
|
@@ -436,7 +437,7 @@ declare const _default: {
|
|
436
437
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
437
438
|
componentWillMount?(): void;
|
438
439
|
UNSAFE_componentWillMount?(): void;
|
439
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
440
441
|
viewMode: "time" | "years" | "months" | "days";
|
441
442
|
shortcuts: string;
|
442
443
|
closeOnSelect: boolean;
|
@@ -446,7 +447,7 @@ declare const _default: {
|
|
446
447
|
locale?: string | undefined;
|
447
448
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
448
449
|
}>, nextContext: any): void;
|
449
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
450
451
|
viewMode: "time" | "years" | "months" | "days";
|
451
452
|
shortcuts: string;
|
452
453
|
closeOnSelect: boolean;
|
@@ -456,7 +457,7 @@ declare const _default: {
|
|
456
457
|
locale?: string | undefined;
|
457
458
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
458
459
|
}>, nextContext: any): void;
|
459
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
460
461
|
viewMode: "time" | "years" | "months" | "days";
|
461
462
|
shortcuts: string;
|
462
463
|
closeOnSelect: boolean;
|
@@ -466,7 +467,7 @@ declare const _default: {
|
|
466
467
|
locale?: string | undefined;
|
467
468
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
468
469
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
469
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
470
471
|
viewMode: "time" | "years" | "months" | "days";
|
471
472
|
shortcuts: string;
|
472
473
|
closeOnSelect: boolean;
|
@@ -477,7 +478,7 @@ declare const _default: {
|
|
477
478
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
478
479
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
479
480
|
};
|
480
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
481
482
|
viewMode: "time" | "years" | "months" | "days";
|
482
483
|
shortcuts: string;
|
483
484
|
closeOnSelect: boolean;
|
@@ -489,7 +490,7 @@ declare const _default: {
|
|
489
490
|
}, context: any): {
|
490
491
|
render(): JSX.Element;
|
491
492
|
context: any;
|
492
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
493
494
|
viewMode: "time" | "years" | "months" | "days";
|
494
495
|
shortcuts: string;
|
495
496
|
closeOnSelect: boolean;
|
@@ -500,7 +501,7 @@ declare const _default: {
|
|
500
501
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
501
502
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
502
503
|
forceUpdate(callback?: (() => void) | undefined): void;
|
503
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
504
505
|
viewMode: "time" | "years" | "months" | "days";
|
505
506
|
shortcuts: string;
|
506
507
|
closeOnSelect: boolean;
|
@@ -517,7 +518,7 @@ declare const _default: {
|
|
517
518
|
[key: string]: React.ReactInstance;
|
518
519
|
};
|
519
520
|
componentDidMount?(): void;
|
520
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
521
522
|
viewMode: "time" | "years" | "months" | "days";
|
522
523
|
shortcuts: string;
|
523
524
|
closeOnSelect: boolean;
|
@@ -529,7 +530,7 @@ declare const _default: {
|
|
529
530
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
530
531
|
componentWillUnmount?(): void;
|
531
532
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
532
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
533
534
|
viewMode: "time" | "years" | "months" | "days";
|
534
535
|
shortcuts: string;
|
535
536
|
closeOnSelect: boolean;
|
@@ -539,7 +540,7 @@ declare const _default: {
|
|
539
540
|
locale?: string | undefined;
|
540
541
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
541
542
|
}>, prevState: Readonly<{}>): any;
|
542
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
543
544
|
viewMode: "time" | "years" | "months" | "days";
|
544
545
|
shortcuts: string;
|
545
546
|
closeOnSelect: boolean;
|
@@ -551,7 +552,7 @@ declare const _default: {
|
|
551
552
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
552
553
|
componentWillMount?(): void;
|
553
554
|
UNSAFE_componentWillMount?(): void;
|
554
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
555
556
|
viewMode: "time" | "years" | "months" | "days";
|
556
557
|
shortcuts: string;
|
557
558
|
closeOnSelect: boolean;
|
@@ -561,7 +562,7 @@ declare const _default: {
|
|
561
562
|
locale?: string | undefined;
|
562
563
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
563
564
|
}>, nextContext: any): void;
|
564
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
565
566
|
viewMode: "time" | "years" | "months" | "days";
|
566
567
|
shortcuts: string;
|
567
568
|
closeOnSelect: boolean;
|
@@ -571,7 +572,7 @@ declare const _default: {
|
|
571
572
|
locale?: string | undefined;
|
572
573
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
573
574
|
}>, nextContext: any): void;
|
574
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
575
576
|
viewMode: "time" | "years" | "months" | "days";
|
576
577
|
shortcuts: string;
|
577
578
|
closeOnSelect: boolean;
|
@@ -581,7 +582,7 @@ declare const _default: {
|
|
581
582
|
locale?: string | undefined;
|
582
583
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
583
584
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
584
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
585
586
|
viewMode: "time" | "years" | "months" | "days";
|
586
587
|
shortcuts: string;
|
587
588
|
closeOnSelect: boolean;
|
@@ -599,7 +600,7 @@ declare const _default: {
|
|
599
600
|
ComposedComponent: typeof DatePicker;
|
600
601
|
}>;
|
601
602
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
602
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
603
604
|
viewMode: "time" | "years" | "months" | "days";
|
604
605
|
shortcuts: string;
|
605
606
|
closeOnSelect: boolean;
|
@@ -608,7 +609,7 @@ declare const _default: {
|
|
608
609
|
}, never>> & {
|
609
610
|
locale?: string | undefined;
|
610
611
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
611
|
-
}) | 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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
612
613
|
viewMode: "time" | "years" | "months" | "days";
|
613
614
|
shortcuts: string;
|
614
615
|
closeOnSelect: boolean;
|
@@ -620,7 +621,7 @@ declare const _default: {
|
|
620
621
|
}>): {
|
621
622
|
render(): JSX.Element;
|
622
623
|
context: any;
|
623
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
624
625
|
viewMode: "time" | "years" | "months" | "days";
|
625
626
|
shortcuts: string;
|
626
627
|
closeOnSelect: boolean;
|
@@ -631,7 +632,7 @@ declare const _default: {
|
|
631
632
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
632
633
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
633
634
|
forceUpdate(callback?: (() => void) | undefined): void;
|
634
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
635
636
|
viewMode: "time" | "years" | "months" | "days";
|
636
637
|
shortcuts: string;
|
637
638
|
closeOnSelect: boolean;
|
@@ -648,7 +649,7 @@ declare const _default: {
|
|
648
649
|
[key: string]: React.ReactInstance;
|
649
650
|
};
|
650
651
|
componentDidMount?(): void;
|
651
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
652
653
|
viewMode: "time" | "years" | "months" | "days";
|
653
654
|
shortcuts: string;
|
654
655
|
closeOnSelect: boolean;
|
@@ -660,7 +661,7 @@ declare const _default: {
|
|
660
661
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
661
662
|
componentWillUnmount?(): void;
|
662
663
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
663
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
664
665
|
viewMode: "time" | "years" | "months" | "days";
|
665
666
|
shortcuts: string;
|
666
667
|
closeOnSelect: boolean;
|
@@ -670,7 +671,7 @@ declare const _default: {
|
|
670
671
|
locale?: string | undefined;
|
671
672
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
672
673
|
}>, prevState: Readonly<{}>): any;
|
673
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
674
675
|
viewMode: "time" | "years" | "months" | "days";
|
675
676
|
shortcuts: string;
|
676
677
|
closeOnSelect: boolean;
|
@@ -682,7 +683,7 @@ declare const _default: {
|
|
682
683
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
683
684
|
componentWillMount?(): void;
|
684
685
|
UNSAFE_componentWillMount?(): void;
|
685
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
686
687
|
viewMode: "time" | "years" | "months" | "days";
|
687
688
|
shortcuts: string;
|
688
689
|
closeOnSelect: boolean;
|
@@ -692,7 +693,7 @@ declare const _default: {
|
|
692
693
|
locale?: string | undefined;
|
693
694
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
694
695
|
}>, nextContext: any): void;
|
695
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
696
697
|
viewMode: "time" | "years" | "months" | "days";
|
697
698
|
shortcuts: string;
|
698
699
|
closeOnSelect: boolean;
|
@@ -702,7 +703,7 @@ declare const _default: {
|
|
702
703
|
locale?: string | undefined;
|
703
704
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
704
705
|
}>, nextContext: any): void;
|
705
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
706
707
|
viewMode: "time" | "years" | "months" | "days";
|
707
708
|
shortcuts: string;
|
708
709
|
closeOnSelect: boolean;
|
@@ -712,7 +713,7 @@ declare const _default: {
|
|
712
713
|
locale?: string | undefined;
|
713
714
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
714
715
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
715
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
716
717
|
viewMode: "time" | "years" | "months" | "days";
|
717
718
|
shortcuts: string;
|
718
719
|
closeOnSelect: boolean;
|
@@ -723,7 +724,7 @@ declare const _default: {
|
|
723
724
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
724
725
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
725
726
|
};
|
726
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
727
728
|
viewMode: "time" | "years" | "months" | "days";
|
728
729
|
shortcuts: string;
|
729
730
|
closeOnSelect: boolean;
|
@@ -735,7 +736,7 @@ declare const _default: {
|
|
735
736
|
}, context: any): {
|
736
737
|
render(): JSX.Element;
|
737
738
|
context: any;
|
738
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
739
740
|
viewMode: "time" | "years" | "months" | "days";
|
740
741
|
shortcuts: string;
|
741
742
|
closeOnSelect: boolean;
|
@@ -746,7 +747,7 @@ declare const _default: {
|
|
746
747
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
747
748
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
748
749
|
forceUpdate(callback?: (() => void) | undefined): void;
|
749
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
750
751
|
viewMode: "time" | "years" | "months" | "days";
|
751
752
|
shortcuts: string;
|
752
753
|
closeOnSelect: boolean;
|
@@ -763,7 +764,7 @@ declare const _default: {
|
|
763
764
|
[key: string]: React.ReactInstance;
|
764
765
|
};
|
765
766
|
componentDidMount?(): void;
|
766
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
767
768
|
viewMode: "time" | "years" | "months" | "days";
|
768
769
|
shortcuts: string;
|
769
770
|
closeOnSelect: boolean;
|
@@ -775,7 +776,7 @@ declare const _default: {
|
|
775
776
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
776
777
|
componentWillUnmount?(): void;
|
777
778
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
778
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
779
780
|
viewMode: "time" | "years" | "months" | "days";
|
780
781
|
shortcuts: string;
|
781
782
|
closeOnSelect: boolean;
|
@@ -785,7 +786,7 @@ declare const _default: {
|
|
785
786
|
locale?: string | undefined;
|
786
787
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
787
788
|
}>, prevState: Readonly<{}>): any;
|
788
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
789
790
|
viewMode: "time" | "years" | "months" | "days";
|
790
791
|
shortcuts: string;
|
791
792
|
closeOnSelect: boolean;
|
@@ -797,7 +798,7 @@ declare const _default: {
|
|
797
798
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
798
799
|
componentWillMount?(): void;
|
799
800
|
UNSAFE_componentWillMount?(): void;
|
800
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
801
802
|
viewMode: "time" | "years" | "months" | "days";
|
802
803
|
shortcuts: string;
|
803
804
|
closeOnSelect: boolean;
|
@@ -807,7 +808,7 @@ declare const _default: {
|
|
807
808
|
locale?: string | undefined;
|
808
809
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
809
810
|
}>, nextContext: any): void;
|
810
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
811
812
|
viewMode: "time" | "years" | "months" | "days";
|
812
813
|
shortcuts: string;
|
813
814
|
closeOnSelect: boolean;
|
@@ -817,7 +818,7 @@ declare const _default: {
|
|
817
818
|
locale?: string | undefined;
|
818
819
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
819
820
|
}>, nextContext: any): void;
|
820
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
821
822
|
viewMode: "time" | "years" | "months" | "days";
|
822
823
|
shortcuts: string;
|
823
824
|
closeOnSelect: boolean;
|
@@ -827,7 +828,7 @@ declare const _default: {
|
|
827
828
|
locale?: string | undefined;
|
828
829
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
829
830
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
830
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
831
832
|
viewMode: "time" | "years" | "months" | "days";
|
832
833
|
shortcuts: string;
|
833
834
|
closeOnSelect: boolean;
|
@@ -845,7 +846,7 @@ declare const _default: {
|
|
845
846
|
ComposedComponent: typeof DatePicker;
|
846
847
|
}, {}> & {
|
847
848
|
ComposedComponent: {
|
848
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
849
850
|
viewMode: "time" | "years" | "months" | "days";
|
850
851
|
shortcuts: string;
|
851
852
|
closeOnSelect: boolean;
|
@@ -854,7 +855,7 @@ declare const _default: {
|
|
854
855
|
}, never>> & {
|
855
856
|
locale?: string | undefined;
|
856
857
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
857
|
-
}) | 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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
858
859
|
viewMode: "time" | "years" | "months" | "days";
|
859
860
|
shortcuts: string;
|
860
861
|
closeOnSelect: boolean;
|
@@ -866,7 +867,7 @@ declare const _default: {
|
|
866
867
|
}>): {
|
867
868
|
render(): JSX.Element;
|
868
869
|
context: any;
|
869
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
870
871
|
viewMode: "time" | "years" | "months" | "days";
|
871
872
|
shortcuts: string;
|
872
873
|
closeOnSelect: boolean;
|
@@ -877,7 +878,7 @@ declare const _default: {
|
|
877
878
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
878
879
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
879
880
|
forceUpdate(callback?: (() => void) | undefined): void;
|
880
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
881
882
|
viewMode: "time" | "years" | "months" | "days";
|
882
883
|
shortcuts: string;
|
883
884
|
closeOnSelect: boolean;
|
@@ -894,7 +895,7 @@ declare const _default: {
|
|
894
895
|
[key: string]: React.ReactInstance;
|
895
896
|
};
|
896
897
|
componentDidMount?(): void;
|
897
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
898
899
|
viewMode: "time" | "years" | "months" | "days";
|
899
900
|
shortcuts: string;
|
900
901
|
closeOnSelect: boolean;
|
@@ -906,7 +907,7 @@ declare const _default: {
|
|
906
907
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
907
908
|
componentWillUnmount?(): void;
|
908
909
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
909
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
910
911
|
viewMode: "time" | "years" | "months" | "days";
|
911
912
|
shortcuts: string;
|
912
913
|
closeOnSelect: boolean;
|
@@ -916,7 +917,7 @@ declare const _default: {
|
|
916
917
|
locale?: string | undefined;
|
917
918
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
918
919
|
}>, prevState: Readonly<{}>): any;
|
919
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
920
921
|
viewMode: "time" | "years" | "months" | "days";
|
921
922
|
shortcuts: string;
|
922
923
|
closeOnSelect: boolean;
|
@@ -928,7 +929,7 @@ declare const _default: {
|
|
928
929
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
929
930
|
componentWillMount?(): void;
|
930
931
|
UNSAFE_componentWillMount?(): void;
|
931
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
932
933
|
viewMode: "time" | "years" | "months" | "days";
|
933
934
|
shortcuts: string;
|
934
935
|
closeOnSelect: boolean;
|
@@ -938,7 +939,7 @@ declare const _default: {
|
|
938
939
|
locale?: string | undefined;
|
939
940
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
940
941
|
}>, nextContext: any): void;
|
941
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
942
943
|
viewMode: "time" | "years" | "months" | "days";
|
943
944
|
shortcuts: string;
|
944
945
|
closeOnSelect: boolean;
|
@@ -948,7 +949,7 @@ declare const _default: {
|
|
948
949
|
locale?: string | undefined;
|
949
950
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
950
951
|
}>, nextContext: any): void;
|
951
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
952
953
|
viewMode: "time" | "years" | "months" | "days";
|
953
954
|
shortcuts: string;
|
954
955
|
closeOnSelect: boolean;
|
@@ -958,7 +959,7 @@ declare const _default: {
|
|
958
959
|
locale?: string | undefined;
|
959
960
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
960
961
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
961
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
962
963
|
viewMode: "time" | "years" | "months" | "days";
|
963
964
|
shortcuts: string;
|
964
965
|
closeOnSelect: boolean;
|
@@ -969,7 +970,7 @@ declare const _default: {
|
|
969
970
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
970
971
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
971
972
|
};
|
972
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
973
974
|
viewMode: "time" | "years" | "months" | "days";
|
974
975
|
shortcuts: string;
|
975
976
|
closeOnSelect: boolean;
|
@@ -981,7 +982,7 @@ declare const _default: {
|
|
981
982
|
}, context: any): {
|
982
983
|
render(): JSX.Element;
|
983
984
|
context: any;
|
984
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
985
986
|
viewMode: "time" | "years" | "months" | "days";
|
986
987
|
shortcuts: string;
|
987
988
|
closeOnSelect: boolean;
|
@@ -992,7 +993,7 @@ declare const _default: {
|
|
992
993
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
993
994
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
994
995
|
forceUpdate(callback?: (() => void) | undefined): void;
|
995
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
996
997
|
viewMode: "time" | "years" | "months" | "days";
|
997
998
|
shortcuts: string;
|
998
999
|
closeOnSelect: boolean;
|
@@ -1009,7 +1010,7 @@ declare const _default: {
|
|
1009
1010
|
[key: string]: React.ReactInstance;
|
1010
1011
|
};
|
1011
1012
|
componentDidMount?(): void;
|
1012
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
1013
1014
|
viewMode: "time" | "years" | "months" | "days";
|
1014
1015
|
shortcuts: string;
|
1015
1016
|
closeOnSelect: boolean;
|
@@ -1021,7 +1022,7 @@ declare const _default: {
|
|
1021
1022
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1022
1023
|
componentWillUnmount?(): void;
|
1023
1024
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
1024
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
1025
1026
|
viewMode: "time" | "years" | "months" | "days";
|
1026
1027
|
shortcuts: string;
|
1027
1028
|
closeOnSelect: boolean;
|
@@ -1031,7 +1032,7 @@ declare const _default: {
|
|
1031
1032
|
locale?: string | undefined;
|
1032
1033
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1033
1034
|
}>, prevState: Readonly<{}>): any;
|
1034
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
1035
1036
|
viewMode: "time" | "years" | "months" | "days";
|
1036
1037
|
shortcuts: string;
|
1037
1038
|
closeOnSelect: boolean;
|
@@ -1043,7 +1044,7 @@ declare const _default: {
|
|
1043
1044
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
1044
1045
|
componentWillMount?(): void;
|
1045
1046
|
UNSAFE_componentWillMount?(): void;
|
1046
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
1047
1048
|
viewMode: "time" | "years" | "months" | "days";
|
1048
1049
|
shortcuts: string;
|
1049
1050
|
closeOnSelect: boolean;
|
@@ -1053,7 +1054,7 @@ declare const _default: {
|
|
1053
1054
|
locale?: string | undefined;
|
1054
1055
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1055
1056
|
}>, nextContext: any): void;
|
1056
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
1057
1058
|
viewMode: "time" | "years" | "months" | "days";
|
1058
1059
|
shortcuts: string;
|
1059
1060
|
closeOnSelect: boolean;
|
@@ -1063,7 +1064,7 @@ declare const _default: {
|
|
1063
1064
|
locale?: string | undefined;
|
1064
1065
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1065
1066
|
}>, nextContext: any): void;
|
1066
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
1067
1068
|
viewMode: "time" | "years" | "months" | "days";
|
1068
1069
|
shortcuts: string;
|
1069
1070
|
closeOnSelect: boolean;
|
@@ -1073,7 +1074,7 @@ declare const _default: {
|
|
1073
1074
|
locale?: string | undefined;
|
1074
1075
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1075
1076
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1076
|
-
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"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
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<{
|
1077
1078
|
viewMode: "time" | "years" | "months" | "days";
|
1078
1079
|
shortcuts: string;
|
1079
1080
|
closeOnSelect: boolean;
|