amis 1.5.7 → 1.5.8-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.husky/pre-commit +1 -1
- package/lib/Schema.d.ts +3 -2
- package/lib/Schema.js.map +1 -1
- package/lib/components/AssociatedSelection.d.ts +84 -84
- package/lib/components/AssociatedSelection.js +2 -2
- package/lib/components/AssociatedSelection.js.map +2 -2
- package/lib/components/Avatar.d.ts +135 -0
- package/lib/components/Avatar.js +120 -0
- package/lib/components/Avatar.js.map +13 -0
- package/lib/components/BaiduMapPicker.js.map +2 -2
- package/lib/components/CalendarMobile.d.ts +547 -0
- package/lib/components/CalendarMobile.js +432 -0
- package/lib/components/CalendarMobile.js.map +13 -0
- package/lib/components/Card.d.ts +20 -20
- package/lib/components/ChainedSelection.d.ts +84 -84
- package/lib/components/ChainedSelection.js +15 -3
- package/lib/components/ChainedSelection.js.map +2 -2
- package/lib/components/ColorPicker.d.ts +84 -84
- package/lib/components/ColorPicker.js.map +2 -2
- package/lib/components/DatePicker.d.ts +84 -84
- package/lib/components/DatePicker.js +10 -4
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +85 -84
- package/lib/components/DateRangePicker.js +21 -6
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/GroupedSelection.d.ts +84 -84
- package/lib/components/GroupedSelection.js +14 -2
- package/lib/components/GroupedSelection.js.map +2 -2
- package/lib/components/MonthRangePicker.d.ts +85 -84
- package/lib/components/MonthRangePicker.js +19 -6
- package/lib/components/MonthRangePicker.js.map +2 -2
- package/lib/components/Overlay.d.ts +1 -1
- package/lib/components/Overlay.js.map +1 -1
- package/lib/components/Picker.js +9 -4
- package/lib/components/Picker.js.map +2 -2
- package/lib/components/PickerColumn.js +0 -1
- package/lib/components/PickerColumn.js.map +2 -2
- package/lib/components/PickerContainer.d.ts +3 -0
- package/lib/components/PickerContainer.js +12 -5
- package/lib/components/PickerContainer.js.map +2 -2
- package/lib/components/PopUp.d.ts +1 -0
- package/lib/components/PopUp.js +5 -5
- package/lib/components/PopUp.js.map +2 -2
- package/lib/components/ResultBox.js +2 -1
- package/lib/components/ResultBox.js.map +2 -2
- package/lib/components/ResultList.d.ts +9 -2
- package/lib/components/ResultList.js +22 -2
- package/lib/components/ResultList.js.map +2 -2
- package/lib/components/Select.d.ts +237 -237
- package/lib/components/Select.js +1 -1
- package/lib/components/Select.js.map +1 -1
- package/lib/components/Selection.d.ts +94 -86
- package/lib/components/Selection.js +11 -2
- package/lib/components/Selection.js.map +2 -2
- package/lib/components/Steps.js.map +2 -2
- package/lib/components/TableSelection.d.ts +85 -85
- package/lib/components/TableSelection.js +1 -9
- package/lib/components/TableSelection.js.map +2 -2
- package/lib/components/Tabs.js +31 -33
- package/lib/components/Tabs.js.map +2 -2
- package/lib/components/TabsTransfer.d.ts +87 -256
- package/lib/components/TabsTransfer.js +52 -9
- package/lib/components/TabsTransfer.js.map +2 -2
- package/lib/components/TabsTransferPicker.d.ts +1 -1
- package/lib/components/TabsTransferPicker.js +20 -18
- package/lib/components/TabsTransferPicker.js.map +2 -2
- package/lib/components/Timeline.d.ts +69 -0
- package/lib/components/Timeline.js +16 -0
- package/lib/components/Timeline.js.map +13 -0
- package/lib/components/TimelineItem.d.ts +516 -0
- package/lib/components/TimelineItem.js +41 -0
- package/lib/components/TimelineItem.js.map +13 -0
- package/lib/components/Transfer.d.ts +100 -98
- package/lib/components/Transfer.js +2 -3
- package/lib/components/Transfer.js.map +2 -2
- package/lib/components/TransferDropDown.d.ts +84 -84
- package/lib/components/TransferDropDown.js +1 -5
- package/lib/components/TransferDropDown.js.map +2 -2
- package/lib/components/TransferPicker.d.ts +1 -0
- package/lib/components/TransferPicker.js +19 -4
- package/lib/components/TransferPicker.js.map +2 -2
- package/lib/components/TreeSelection.d.ts +85 -85
- package/lib/components/TreeSelection.js +7 -1
- package/lib/components/TreeSelection.js.map +2 -2
- package/lib/components/calendar/Calendar.d.ts +5 -0
- package/lib/components/calendar/Calendar.js +15 -2
- package/lib/components/calendar/Calendar.js.map +2 -2
- package/lib/components/calendar/DaysView.d.ts +1 -0
- package/lib/components/calendar/DaysView.js +25 -13
- package/lib/components/calendar/DaysView.js.map +2 -2
- package/lib/components/calendar/MonthsView.d.ts +28 -0
- package/lib/components/calendar/MonthsView.js +79 -3
- package/lib/components/calendar/MonthsView.js.map +2 -2
- package/lib/components/calendar/QuartersView.d.ts +1 -0
- package/lib/components/calendar/QuartersView.js +2 -2
- package/lib/components/calendar/QuartersView.js.map +2 -2
- package/lib/components/calendar/TimeView.d.ts +5 -0
- package/lib/components/calendar/TimeView.js +8 -5
- package/lib/components/calendar/TimeView.js.map +2 -2
- package/lib/components/calendar/YearsView.js +6 -4
- package/lib/components/calendar/YearsView.js.map +2 -2
- package/lib/components/condition-builder/Field.js +1 -4
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Func.js +1 -1
- package/lib/components/condition-builder/Func.js.map +2 -2
- package/lib/components/formula/Editor.d.ts +3 -0
- package/lib/components/formula/Editor.js +3 -2
- package/lib/components/formula/Editor.js.map +2 -2
- package/lib/components/formula/FuncList.js +2 -1
- package/lib/components/formula/FuncList.js.map +2 -2
- package/lib/components/formula/Picker.js +1 -1
- package/lib/components/formula/Picker.js.map +2 -2
- package/lib/components/icons.js +2 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/components/index.d.ts +2 -1
- package/lib/components/index.js +4 -2
- package/lib/components/index.js.map +2 -2
- package/lib/components/virtual-list/SizeAndPositionManager.js.map +2 -2
- package/lib/components/virtual-list/index.js +1 -2
- package/lib/components/virtual-list/index.js.map +2 -2
- package/lib/factory.js +5 -0
- package/lib/factory.js.map +2 -2
- package/lib/icons/tree-down.js +7 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -1
- package/lib/index.js.map +2 -2
- package/lib/locale/de-DE.js +13 -2
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +13 -2
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +12 -1
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Avatar.d.ts +35 -26
- package/lib/renderers/Avatar.js +14 -19
- package/lib/renderers/Avatar.js.map +2 -2
- package/lib/renderers/Card.js +6 -5
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Custom.js.map +2 -2
- package/lib/renderers/Each.js +5 -2
- package/lib/renderers/Each.js.map +2 -2
- package/lib/renderers/Flex.js +1 -5
- package/lib/renderers/Flex.js.map +2 -2
- package/lib/renderers/Form/ChartRadios.js.map +2 -2
- package/lib/renderers/Form/Checkboxes.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.js +2 -1
- package/lib/renderers/Form/DiffEditor.js.map +2 -2
- package/lib/renderers/Form/InputCity.d.ts +84 -84
- package/lib/renderers/Form/InputColor.d.ts +84 -84
- package/lib/renderers/Form/InputColor.js +1 -1
- package/lib/renderers/Form/InputColor.js.map +2 -2
- package/lib/renderers/Form/InputDate.js +6 -4
- package/lib/renderers/Form/InputDate.js.map +2 -2
- package/lib/renderers/Form/InputDateRange.js +1 -1
- package/lib/renderers/Form/InputDateRange.js.map +2 -2
- package/lib/renderers/Form/InputFormula.d.ts +4 -1
- package/lib/renderers/Form/InputFormula.js +2 -2
- package/lib/renderers/Form/InputFormula.js.map +2 -2
- package/lib/renderers/Form/InputImage.d.ts +1 -0
- package/lib/renderers/Form/InputImage.js +8 -4
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputMonthRange.js +1 -1
- package/lib/renderers/Form/InputMonthRange.js.map +2 -2
- package/lib/renderers/Form/InputQuarterRange.js +1 -1
- package/lib/renderers/Form/InputQuarterRange.js.map +2 -2
- package/lib/renderers/Form/InputYearRange.js +1 -1
- package/lib/renderers/Form/InputYearRange.js.map +2 -2
- package/lib/renderers/Form/Item.js +11 -4
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/NestedSelect.js +1 -1
- package/lib/renderers/Form/NestedSelect.js.map +2 -2
- package/lib/renderers/Form/Select.js +1 -1
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/TabsTransfer.d.ts +5 -32
- package/lib/renderers/Form/TabsTransfer.js +20 -1
- package/lib/renderers/Form/TabsTransfer.js.map +2 -2
- package/lib/renderers/Form/TabsTransferPicker.d.ts +5 -35
- package/lib/renderers/Form/TabsTransferPicker.js +21 -2
- package/lib/renderers/Form/TabsTransferPicker.js.map +2 -2
- package/lib/renderers/Form/Transfer.d.ts +15 -4
- package/lib/renderers/Form/Transfer.js +55 -18
- package/lib/renderers/Form/Transfer.js.map +2 -2
- package/lib/renderers/Form/TransferPicker.d.ts +3 -32
- package/lib/renderers/Form/TransferPicker.js +1 -1
- package/lib/renderers/Form/TransferPicker.js.map +2 -2
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/IFrame.js +0 -2
- package/lib/renderers/IFrame.js.map +2 -2
- package/lib/renderers/Remark.d.ts +4 -0
- package/lib/renderers/Remark.js +38 -7
- package/lib/renderers/Remark.js.map +2 -2
- package/lib/renderers/Steps.js +5 -5
- package/lib/renderers/Steps.js.map +2 -2
- package/lib/renderers/Table/index.js +4 -1
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Tabs.js +1 -1
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/Timeline.d.ts +65 -0
- package/lib/renderers/Timeline.js +54 -0
- package/lib/renderers/Timeline.js.map +13 -0
- package/lib/renderers/Video.js.map +2 -2
- package/lib/store/combo.js.map +2 -2
- package/lib/themes/ang-ie11.css +659 -25
- package/lib/themes/ang.css +659 -25
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +694 -25
- package/lib/themes/antd.css +694 -25
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +696 -25
- package/lib/themes/cxd.css +696 -25
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +660 -25
- package/lib/themes/dark.css +660 -25
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +696 -25
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/RootClose.js +3 -1
- package/lib/utils/RootClose.js.map +2 -2
- package/lib/utils/helper.d.ts +1 -1
- package/lib/utils/helper.js +1 -1
- package/lib/utils/helper.js.map +2 -2
- package/package.json +13 -6
- package/schema.json +1042 -541
- package/scss/_properties.scss +8 -0
- package/scss/components/_avatar.scss +27 -9
- package/scss/components/_calendar.scss +280 -0
- package/scss/components/_card.scss +1 -1
- package/scss/components/_collapse-group.scss +1 -3
- package/scss/components/_formula.scss +30 -6
- package/scss/components/_modal.scss +18 -0
- package/scss/components/_panel.scss +45 -0
- package/scss/components/_popup.scss +10 -6
- package/scss/components/_timeline.scss +198 -0
- package/scss/components/form/_form.scss +168 -0
- package/scss/components/form/_result-list.scss +2 -0
- package/scss/components/form/_selection.scss +5 -4
- package/scss/themes/_antd-variables.scss +42 -0
- package/scss/themes/_common.scss +1 -0
- package/scss/themes/_cxd-variables.scss +47 -0
- package/scss/themes/_dark-variables.scss +1 -0
- package/sdk/ang-ie11.css +782 -23
- package/sdk/ang.css +791 -26
- package/sdk/antd-ie11.css +782 -23
- package/sdk/antd.css +826 -26
- package/sdk/charts.js +17 -17
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +3 -3
- package/sdk/cxd-ie11.css +782 -23
- package/sdk/cxd.css +828 -26
- package/sdk/dark-ie11.css +783 -24
- package/sdk/dark.css +792 -26
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +13 -2
- 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 +782 -23
- package/sdk/sdk.css +828 -26
- package/sdk/sdk.js +1225 -1285
- 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/Schema.ts +3 -0
- package/src/components/AssociatedSelection.tsx +5 -1
- package/src/components/Avatar.tsx +253 -0
- package/src/components/BaiduMapPicker.tsx +19 -14
- package/src/components/CalendarMobile.tsx +563 -0
- package/src/components/ChainedSelection.tsx +16 -3
- package/src/components/ColorPicker.tsx +37 -39
- package/src/components/DatePicker.tsx +41 -35
- package/src/components/DateRangePicker.tsx +61 -16
- package/src/components/GroupedSelection.tsx +14 -2
- package/src/components/MonthRangePicker.tsx +57 -17
- package/src/components/Overlay.tsx +1 -1
- package/src/components/Picker.tsx +41 -36
- package/src/components/PickerColumn.tsx +22 -25
- package/src/components/PickerContainer.tsx +13 -1
- package/src/components/PopUp.tsx +34 -49
- package/src/components/ResultBox.tsx +4 -1
- package/src/components/ResultList.tsx +36 -6
- package/src/components/Select.tsx +1 -1
- package/src/components/Selection.tsx +21 -3
- package/src/components/Steps.tsx +23 -10
- package/src/components/TableSelection.tsx +1 -44
- package/src/components/Tabs.tsx +65 -54
- package/src/components/TabsTransfer.tsx +78 -9
- package/src/components/TabsTransferPicker.tsx +25 -13
- package/src/components/Timeline.tsx +31 -0
- package/src/components/TimelineItem.tsx +107 -0
- package/src/components/Transfer.tsx +11 -8
- package/src/components/TransferDropDown.tsx +1 -7
- package/src/components/TransferPicker.tsx +25 -4
- package/src/components/TreeSelection.tsx +7 -1
- package/src/components/calendar/Calendar.tsx +26 -6
- package/src/components/calendar/DaysView.tsx +79 -31
- package/src/components/calendar/MonthsView.tsx +116 -2
- package/src/components/calendar/QuartersView.tsx +3 -2
- package/src/components/calendar/TimeView.tsx +26 -16
- package/src/components/calendar/YearsView.tsx +14 -16
- package/src/components/condition-builder/Field.tsx +1 -3
- package/src/components/condition-builder/Func.tsx +1 -1
- package/src/components/formula/Editor.tsx +16 -11
- package/src/components/formula/FuncList.tsx +3 -1
- package/src/components/formula/Picker.tsx +2 -1
- package/src/components/icons.tsx +2 -0
- package/src/components/index.tsx +2 -0
- package/src/components/virtual-list/SizeAndPositionManager.ts +6 -3
- package/src/components/virtual-list/index.tsx +4 -6
- package/src/factory.tsx +6 -0
- package/src/icons/tree-down.svg +5 -0
- package/src/index.tsx +1 -0
- package/src/locale/de-DE.ts +13 -2
- package/src/locale/en-US.ts +13 -2
- package/src/locale/zh-CN.ts +12 -1
- package/src/renderers/Avatar.tsx +83 -74
- package/src/renderers/Card.tsx +10 -6
- package/src/renderers/Custom.tsx +6 -3
- package/src/renderers/Each.tsx +4 -4
- package/src/renderers/Flex.tsx +3 -7
- package/src/renderers/Form/ChartRadios.tsx +2 -7
- package/src/renderers/Form/Checkboxes.tsx +1 -1
- package/src/renderers/Form/DiffEditor.tsx +2 -3
- package/src/renderers/Form/InputColor.tsx +1 -1
- package/src/renderers/Form/InputDate.tsx +38 -19
- package/src/renderers/Form/InputDateRange.tsx +0 -1
- package/src/renderers/Form/InputFormula.tsx +9 -4
- package/src/renderers/Form/InputImage.tsx +9 -4
- package/src/renderers/Form/InputMonthRange.tsx +0 -1
- package/src/renderers/Form/InputQuarterRange.tsx +0 -1
- package/src/renderers/Form/InputYearRange.tsx +0 -1
- package/src/renderers/Form/Item.tsx +15 -4
- package/src/renderers/Form/NestedSelect.tsx +1 -1
- package/src/renderers/Form/Select.tsx +0 -1
- package/src/renderers/Form/TabsTransfer.tsx +28 -38
- package/src/renderers/Form/TabsTransferPicker.tsx +28 -46
- package/src/renderers/Form/Transfer.tsx +75 -24
- package/src/renderers/Form/TransferPicker.tsx +6 -38
- package/src/renderers/Form/TreeSelect.tsx +12 -14
- package/src/renderers/IFrame.tsx +0 -2
- package/src/renderers/Remark.tsx +67 -18
- package/src/renderers/Steps.tsx +11 -13
- package/src/renderers/Table/index.tsx +7 -1
- package/src/renderers/Tabs.tsx +6 -2
- package/src/renderers/Timeline.tsx +141 -0
- package/src/renderers/Video.tsx +4 -20
- package/src/store/combo.ts +1 -3
- package/src/utils/RootClose.ts +5 -1
- package/src/utils/helper.ts +1 -1
@@ -0,0 +1,547 @@
|
|
1
|
+
/**
|
2
|
+
* @file CalendarMobile
|
3
|
+
* @description 移动端日历组件
|
4
|
+
* @author hongyang03
|
5
|
+
*/
|
6
|
+
/// <reference types="hoist-non-react-statics" />
|
7
|
+
import React from 'react';
|
8
|
+
import moment from 'moment';
|
9
|
+
import { ThemeProps } from '../theme';
|
10
|
+
import { LocaleProps } from '../locale';
|
11
|
+
export interface CalendarMobileProps extends ThemeProps, LocaleProps {
|
12
|
+
className?: string;
|
13
|
+
timeFormat?: string;
|
14
|
+
inputFormat?: string;
|
15
|
+
startDate?: moment.Moment;
|
16
|
+
endDate?: moment.Moment;
|
17
|
+
minDate?: moment.Moment;
|
18
|
+
maxDate?: moment.Moment;
|
19
|
+
minDuration?: moment.Duration;
|
20
|
+
maxDuration?: moment.Duration;
|
21
|
+
dateFormat?: string;
|
22
|
+
embed?: boolean;
|
23
|
+
viewMode?: 'days' | 'months' | 'years' | 'time' | 'quarters';
|
24
|
+
close?: () => void;
|
25
|
+
confirm?: () => void;
|
26
|
+
onChange?: (data: any, callback?: () => void) => void;
|
27
|
+
footerExtra?: JSX.Element | null;
|
28
|
+
showViewMode?: 'years' | 'months';
|
29
|
+
}
|
30
|
+
export interface CalendarMobileState {
|
31
|
+
startDate?: moment.Moment;
|
32
|
+
endDate?: moment.Moment;
|
33
|
+
monthHeights?: number[];
|
34
|
+
currentDate: moment.Moment;
|
35
|
+
showToast: boolean;
|
36
|
+
isScrollToBottom: boolean;
|
37
|
+
dateTime: any;
|
38
|
+
}
|
39
|
+
export declare class CalendarMobile extends React.Component<CalendarMobileProps, CalendarMobileState> {
|
40
|
+
mobileBody: any;
|
41
|
+
mobileHeader: any;
|
42
|
+
timer: any;
|
43
|
+
static defaultProps: Pick<CalendarMobileProps, 'showViewMode' | 'minDate' | 'maxDate'>;
|
44
|
+
constructor(props: CalendarMobileProps);
|
45
|
+
componentDidMount(): void;
|
46
|
+
componentDidUpdate(prevProps: CalendarMobileProps): void;
|
47
|
+
componentWillUnmount(): void;
|
48
|
+
initMonths(): void;
|
49
|
+
scollToDate(date: moment.Moment): void;
|
50
|
+
onMobileBodyScroll(e: any): void;
|
51
|
+
scrollPreYear(): void;
|
52
|
+
scrollAfterYear(): void;
|
53
|
+
getDaysOfWeek(): string[];
|
54
|
+
handleCalendarClick(isDisabled: boolean): void;
|
55
|
+
getRenderProps(props: any, currentDate: moment.Moment): {
|
56
|
+
props: any;
|
57
|
+
footerText: string;
|
58
|
+
rdtDisabled: boolean;
|
59
|
+
};
|
60
|
+
handleTimeChange(newTime: any): void;
|
61
|
+
checkIsValidDate(currentDate: moment.Moment): boolean;
|
62
|
+
renderMobileDay(props: any, currentDate: moment.Moment): JSX.Element;
|
63
|
+
renderMonth(props: any, month: number, year: number): JSX.Element;
|
64
|
+
renderQuarter(props: any, quarter: number, year: number): JSX.Element;
|
65
|
+
handleMobileChange(newValue: moment.Moment): void;
|
66
|
+
renderMobileCalendarBody(): JSX.Element | undefined;
|
67
|
+
renderMobileTimePicker(): JSX.Element;
|
68
|
+
render(): JSX.Element;
|
69
|
+
}
|
70
|
+
declare const _default: {
|
71
|
+
new (props: (Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
72
|
+
locale?: string | undefined;
|
73
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
74
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
75
|
+
locale?: string | undefined;
|
76
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
77
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
78
|
+
render(): JSX.Element;
|
79
|
+
context: any;
|
80
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
81
|
+
locale?: string | undefined;
|
82
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
83
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
84
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
85
|
+
readonly props: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
86
|
+
locale?: string | undefined;
|
87
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
88
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps> & Readonly<{
|
89
|
+
children?: React.ReactNode;
|
90
|
+
}>;
|
91
|
+
state: Readonly<{}>;
|
92
|
+
refs: {
|
93
|
+
[key: string]: React.ReactInstance;
|
94
|
+
};
|
95
|
+
componentDidMount?(): void;
|
96
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
97
|
+
locale?: string | undefined;
|
98
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
99
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
100
|
+
componentWillUnmount?(): void;
|
101
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
102
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
103
|
+
locale?: string | undefined;
|
104
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
105
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
106
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
107
|
+
locale?: string | undefined;
|
108
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
109
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
110
|
+
componentWillMount?(): void;
|
111
|
+
UNSAFE_componentWillMount?(): void;
|
112
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
113
|
+
locale?: string | undefined;
|
114
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
115
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
116
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
117
|
+
locale?: string | undefined;
|
118
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
119
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
120
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
121
|
+
locale?: string | undefined;
|
122
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
123
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
124
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
125
|
+
locale?: string | undefined;
|
126
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
127
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
128
|
+
};
|
129
|
+
new (props: Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
130
|
+
locale?: string | undefined;
|
131
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
132
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
133
|
+
render(): JSX.Element;
|
134
|
+
context: any;
|
135
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
136
|
+
locale?: string | undefined;
|
137
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
138
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
139
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
140
|
+
readonly props: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
141
|
+
locale?: string | undefined;
|
142
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
143
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps> & Readonly<{
|
144
|
+
children?: React.ReactNode;
|
145
|
+
}>;
|
146
|
+
state: Readonly<{}>;
|
147
|
+
refs: {
|
148
|
+
[key: string]: React.ReactInstance;
|
149
|
+
};
|
150
|
+
componentDidMount?(): void;
|
151
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
152
|
+
locale?: string | undefined;
|
153
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
154
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
155
|
+
componentWillUnmount?(): void;
|
156
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
157
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
158
|
+
locale?: string | undefined;
|
159
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
160
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
161
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
162
|
+
locale?: string | undefined;
|
163
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
164
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
165
|
+
componentWillMount?(): void;
|
166
|
+
UNSAFE_componentWillMount?(): void;
|
167
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
168
|
+
locale?: string | undefined;
|
169
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
170
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
171
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
172
|
+
locale?: string | undefined;
|
173
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
174
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
175
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
176
|
+
locale?: string | undefined;
|
177
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
178
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
179
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
180
|
+
locale?: string | undefined;
|
181
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
182
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
183
|
+
};
|
184
|
+
displayName: string;
|
185
|
+
contextType: React.Context<string>;
|
186
|
+
ComposedComponent: React.ComponentType<{
|
187
|
+
new (props: (Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
188
|
+
locale?: string | undefined;
|
189
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
190
|
+
}) | Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
191
|
+
locale?: string | undefined;
|
192
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
193
|
+
}>): {
|
194
|
+
render(): JSX.Element;
|
195
|
+
context: any;
|
196
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
197
|
+
locale?: string | undefined;
|
198
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
199
|
+
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
200
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
201
|
+
readonly props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
202
|
+
locale?: string | undefined;
|
203
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
204
|
+
}> & Readonly<{
|
205
|
+
children?: React.ReactNode;
|
206
|
+
}>;
|
207
|
+
state: Readonly<{}>;
|
208
|
+
refs: {
|
209
|
+
[key: string]: React.ReactInstance;
|
210
|
+
};
|
211
|
+
componentDidMount?(): void;
|
212
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
213
|
+
locale?: string | undefined;
|
214
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
215
|
+
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
216
|
+
componentWillUnmount?(): void;
|
217
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
218
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
219
|
+
locale?: string | undefined;
|
220
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
221
|
+
}>, prevState: Readonly<{}>): any;
|
222
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
223
|
+
locale?: string | undefined;
|
224
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
225
|
+
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
226
|
+
componentWillMount?(): void;
|
227
|
+
UNSAFE_componentWillMount?(): void;
|
228
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
229
|
+
locale?: string | undefined;
|
230
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
231
|
+
}>, nextContext: any): void;
|
232
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
233
|
+
locale?: string | undefined;
|
234
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
235
|
+
}>, nextContext: any): void;
|
236
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
237
|
+
locale?: string | undefined;
|
238
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
239
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
240
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
241
|
+
locale?: string | undefined;
|
242
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
243
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
244
|
+
};
|
245
|
+
new (props: Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
246
|
+
locale?: string | undefined;
|
247
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
248
|
+
}, context: any): {
|
249
|
+
render(): JSX.Element;
|
250
|
+
context: any;
|
251
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
252
|
+
locale?: string | undefined;
|
253
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
254
|
+
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
255
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
256
|
+
readonly props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
257
|
+
locale?: string | undefined;
|
258
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
259
|
+
}> & Readonly<{
|
260
|
+
children?: React.ReactNode;
|
261
|
+
}>;
|
262
|
+
state: Readonly<{}>;
|
263
|
+
refs: {
|
264
|
+
[key: string]: React.ReactInstance;
|
265
|
+
};
|
266
|
+
componentDidMount?(): void;
|
267
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
268
|
+
locale?: string | undefined;
|
269
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
270
|
+
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
271
|
+
componentWillUnmount?(): void;
|
272
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
273
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
274
|
+
locale?: string | undefined;
|
275
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
276
|
+
}>, prevState: Readonly<{}>): any;
|
277
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
278
|
+
locale?: string | undefined;
|
279
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
280
|
+
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
281
|
+
componentWillMount?(): void;
|
282
|
+
UNSAFE_componentWillMount?(): void;
|
283
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
284
|
+
locale?: string | undefined;
|
285
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
286
|
+
}>, nextContext: any): void;
|
287
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
288
|
+
locale?: string | undefined;
|
289
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
290
|
+
}>, nextContext: any): void;
|
291
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
292
|
+
locale?: string | undefined;
|
293
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
294
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
295
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
296
|
+
locale?: string | undefined;
|
297
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
298
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
299
|
+
};
|
300
|
+
displayName: string;
|
301
|
+
contextType: React.Context<string>;
|
302
|
+
ComposedComponent: React.ComponentType<typeof CalendarMobile>;
|
303
|
+
} & import("hoist-non-react-statics").NonReactStatics<typeof CalendarMobile, {}> & {
|
304
|
+
ComposedComponent: typeof CalendarMobile;
|
305
|
+
}>;
|
306
|
+
} & import("hoist-non-react-statics").NonReactStatics<{
|
307
|
+
new (props: (Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
308
|
+
locale?: string | undefined;
|
309
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
310
|
+
}) | Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
311
|
+
locale?: string | undefined;
|
312
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
313
|
+
}>): {
|
314
|
+
render(): JSX.Element;
|
315
|
+
context: any;
|
316
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
317
|
+
locale?: string | undefined;
|
318
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
319
|
+
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
320
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
321
|
+
readonly props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
322
|
+
locale?: string | undefined;
|
323
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
324
|
+
}> & Readonly<{
|
325
|
+
children?: React.ReactNode;
|
326
|
+
}>;
|
327
|
+
state: Readonly<{}>;
|
328
|
+
refs: {
|
329
|
+
[key: string]: React.ReactInstance;
|
330
|
+
};
|
331
|
+
componentDidMount?(): void;
|
332
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
333
|
+
locale?: string | undefined;
|
334
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
335
|
+
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
336
|
+
componentWillUnmount?(): void;
|
337
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
338
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
339
|
+
locale?: string | undefined;
|
340
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
341
|
+
}>, prevState: Readonly<{}>): any;
|
342
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
343
|
+
locale?: string | undefined;
|
344
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
345
|
+
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
346
|
+
componentWillMount?(): void;
|
347
|
+
UNSAFE_componentWillMount?(): void;
|
348
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
349
|
+
locale?: string | undefined;
|
350
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
351
|
+
}>, nextContext: any): void;
|
352
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
353
|
+
locale?: string | undefined;
|
354
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
355
|
+
}>, nextContext: any): void;
|
356
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
357
|
+
locale?: string | undefined;
|
358
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
359
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
360
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
361
|
+
locale?: string | undefined;
|
362
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
363
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
364
|
+
};
|
365
|
+
new (props: Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
366
|
+
locale?: string | undefined;
|
367
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
368
|
+
}, context: any): {
|
369
|
+
render(): JSX.Element;
|
370
|
+
context: any;
|
371
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
372
|
+
locale?: string | undefined;
|
373
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
374
|
+
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
375
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
376
|
+
readonly props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
377
|
+
locale?: string | undefined;
|
378
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
379
|
+
}> & Readonly<{
|
380
|
+
children?: React.ReactNode;
|
381
|
+
}>;
|
382
|
+
state: Readonly<{}>;
|
383
|
+
refs: {
|
384
|
+
[key: string]: React.ReactInstance;
|
385
|
+
};
|
386
|
+
componentDidMount?(): void;
|
387
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
388
|
+
locale?: string | undefined;
|
389
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
390
|
+
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
391
|
+
componentWillUnmount?(): void;
|
392
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
393
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
394
|
+
locale?: string | undefined;
|
395
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
396
|
+
}>, prevState: Readonly<{}>): any;
|
397
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
398
|
+
locale?: string | undefined;
|
399
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
400
|
+
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
401
|
+
componentWillMount?(): void;
|
402
|
+
UNSAFE_componentWillMount?(): void;
|
403
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
404
|
+
locale?: string | undefined;
|
405
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
406
|
+
}>, nextContext: any): void;
|
407
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
408
|
+
locale?: string | undefined;
|
409
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
410
|
+
}>, nextContext: any): void;
|
411
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
412
|
+
locale?: string | undefined;
|
413
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
414
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
415
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
416
|
+
locale?: string | undefined;
|
417
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
418
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
419
|
+
};
|
420
|
+
displayName: string;
|
421
|
+
contextType: React.Context<string>;
|
422
|
+
ComposedComponent: React.ComponentType<typeof CalendarMobile>;
|
423
|
+
} & import("hoist-non-react-statics").NonReactStatics<typeof CalendarMobile, {}> & {
|
424
|
+
ComposedComponent: typeof CalendarMobile;
|
425
|
+
}, {}> & {
|
426
|
+
ComposedComponent: {
|
427
|
+
new (props: (Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
428
|
+
locale?: string | undefined;
|
429
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
430
|
+
}) | Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
431
|
+
locale?: string | undefined;
|
432
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
433
|
+
}>): {
|
434
|
+
render(): JSX.Element;
|
435
|
+
context: any;
|
436
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
437
|
+
locale?: string | undefined;
|
438
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
439
|
+
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
440
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
441
|
+
readonly props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
442
|
+
locale?: string | undefined;
|
443
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
444
|
+
}> & Readonly<{
|
445
|
+
children?: React.ReactNode;
|
446
|
+
}>;
|
447
|
+
state: Readonly<{}>;
|
448
|
+
refs: {
|
449
|
+
[key: string]: React.ReactInstance;
|
450
|
+
};
|
451
|
+
componentDidMount?(): void;
|
452
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
453
|
+
locale?: string | undefined;
|
454
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
455
|
+
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
456
|
+
componentWillUnmount?(): void;
|
457
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
458
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
459
|
+
locale?: string | undefined;
|
460
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
461
|
+
}>, prevState: Readonly<{}>): any;
|
462
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
463
|
+
locale?: string | undefined;
|
464
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
465
|
+
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
466
|
+
componentWillMount?(): void;
|
467
|
+
UNSAFE_componentWillMount?(): void;
|
468
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
469
|
+
locale?: string | undefined;
|
470
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
471
|
+
}>, nextContext: any): void;
|
472
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
473
|
+
locale?: string | undefined;
|
474
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
475
|
+
}>, nextContext: any): void;
|
476
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
477
|
+
locale?: string | undefined;
|
478
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
479
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
480
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
481
|
+
locale?: string | undefined;
|
482
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
483
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
484
|
+
};
|
485
|
+
new (props: Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
486
|
+
locale?: string | undefined;
|
487
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
488
|
+
}, context: any): {
|
489
|
+
render(): JSX.Element;
|
490
|
+
context: any;
|
491
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
492
|
+
locale?: string | undefined;
|
493
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
494
|
+
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
495
|
+
forceUpdate(callback?: (() => void) | undefined): void;
|
496
|
+
readonly props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
497
|
+
locale?: string | undefined;
|
498
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
499
|
+
}> & Readonly<{
|
500
|
+
children?: React.ReactNode;
|
501
|
+
}>;
|
502
|
+
state: Readonly<{}>;
|
503
|
+
refs: {
|
504
|
+
[key: string]: React.ReactInstance;
|
505
|
+
};
|
506
|
+
componentDidMount?(): void;
|
507
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
508
|
+
locale?: string | undefined;
|
509
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
510
|
+
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
511
|
+
componentWillUnmount?(): void;
|
512
|
+
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
513
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
514
|
+
locale?: string | undefined;
|
515
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
516
|
+
}>, prevState: Readonly<{}>): any;
|
517
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
518
|
+
locale?: string | undefined;
|
519
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
520
|
+
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
521
|
+
componentWillMount?(): void;
|
522
|
+
UNSAFE_componentWillMount?(): void;
|
523
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
524
|
+
locale?: string | undefined;
|
525
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
526
|
+
}>, nextContext: any): void;
|
527
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
528
|
+
locale?: string | undefined;
|
529
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
530
|
+
}>, nextContext: any): void;
|
531
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
532
|
+
locale?: string | undefined;
|
533
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
534
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
535
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDuration" | "minDuration" | "timeFormat" | "viewMode" | "dateFormat" | "startDate" | "endDate" | "footerExtra"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "maxDate" | "minDate" | "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "maxDate" | "minDate" | "showViewMode">, never>> & {
|
536
|
+
locale?: string | undefined;
|
537
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
538
|
+
}>, nextState: Readonly<{}>, nextContext: any): void;
|
539
|
+
};
|
540
|
+
displayName: string;
|
541
|
+
contextType: React.Context<string>;
|
542
|
+
ComposedComponent: React.ComponentType<typeof CalendarMobile>;
|
543
|
+
} & import("hoist-non-react-statics").NonReactStatics<typeof CalendarMobile, {}> & {
|
544
|
+
ComposedComponent: typeof CalendarMobile;
|
545
|
+
};
|
546
|
+
};
|
547
|
+
export default _default;
|