amis 1.8.0-beta.5 → 1.8.0-beta.9
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/Schema.d.ts +9 -2
- package/lib/Schema.js.map +1 -1
- package/lib/actions/PageAction.d.ts +32 -0
- package/lib/actions/PageAction.js +72 -0
- package/lib/actions/PageAction.js.map +13 -0
- package/lib/actions/index.d.ts +1 -0
- package/lib/actions/index.js +1 -0
- package/lib/actions/index.js.map +2 -2
- package/lib/components/CalendarMobile.d.ts +84 -84
- package/lib/components/Cascader.d.ts +2 -0
- package/lib/components/Cascader.js +28 -12
- package/lib/components/Cascader.js.map +2 -2
- package/lib/components/Checkbox.js +2 -2
- package/lib/components/Checkbox.js.map +2 -2
- package/lib/components/Collapse.d.ts +20 -20
- package/lib/components/DatePicker.d.ts +84 -84
- package/lib/components/DatePicker.js +5 -5
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/Drawer.js +1 -1
- package/lib/components/Drawer.js.map +2 -2
- package/lib/components/ListGroup.d.ts +21 -21
- package/lib/components/Modal.js +1 -1
- package/lib/components/Modal.js.map +2 -2
- package/lib/components/Overlay.d.ts +1 -0
- package/lib/components/Overlay.js +4 -3
- package/lib/components/Overlay.js.map +2 -2
- package/lib/components/PullRefresh.d.ts +86 -0
- package/lib/components/PullRefresh.js +135 -0
- package/lib/components/PullRefresh.js.map +13 -0
- package/lib/components/Spinner.d.ts +200 -107
- package/lib/components/Spinner.js +30 -26
- package/lib/components/Spinner.js.map +2 -2
- package/lib/components/Tooltip.d.ts +4 -0
- package/lib/components/Tooltip.js +6 -4
- package/lib/components/Tooltip.js.map +2 -2
- package/lib/components/TooltipWrapper.d.ts +60 -4
- package/lib/components/TooltipWrapper.js +27 -8
- package/lib/components/TooltipWrapper.js.map +2 -2
- package/lib/components/Transfer.d.ts +84 -84
- package/lib/components/TransferDropDown.d.ts +84 -84
- package/lib/components/Tree.d.ts +87 -85
- package/lib/components/Tree.js +13 -5
- package/lib/components/Tree.js.map +2 -2
- package/lib/components/TreeSelection.d.ts +84 -84
- package/lib/components/calendar/TimeView.d.ts +1 -0
- package/lib/components/calendar/TimeView.js +7 -0
- package/lib/components/calendar/TimeView.js.map +2 -2
- package/lib/components/condition-builder/Expression.d.ts +1 -0
- package/lib/components/condition-builder/Expression.js +4 -4
- package/lib/components/condition-builder/Expression.js.map +2 -2
- package/lib/components/condition-builder/Field.d.ts +1 -0
- package/lib/components/condition-builder/Field.js +3 -2
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Group.d.ts +1 -0
- package/lib/components/condition-builder/Group.js +2 -2
- package/lib/components/condition-builder/Group.js.map +2 -2
- package/lib/components/condition-builder/GroupOrItem.d.ts +1 -0
- package/lib/components/condition-builder/GroupOrItem.js +2 -2
- package/lib/components/condition-builder/GroupOrItem.js.map +2 -2
- package/lib/components/condition-builder/InputSwitch.d.ts +2 -1
- package/lib/components/condition-builder/InputSwitch.js +2 -2
- package/lib/components/condition-builder/InputSwitch.js.map +2 -2
- package/lib/components/condition-builder/Item.d.ts +1 -0
- package/lib/components/condition-builder/Item.js +9 -8
- package/lib/components/condition-builder/Item.js.map +2 -2
- package/lib/components/condition-builder/Value.d.ts +1 -0
- package/lib/components/condition-builder/Value.js +5 -5
- package/lib/components/condition-builder/Value.js.map +2 -2
- package/lib/components/condition-builder/index.d.ts +1 -0
- package/lib/components/condition-builder/index.js +2 -2
- package/lib/components/condition-builder/index.js.map +2 -2
- package/lib/components/formula/Editor.d.ts +87 -85
- package/lib/components/formula/Editor.js +10 -6
- package/lib/components/formula/Editor.js.map +2 -2
- package/lib/components/formula/Picker.js +3 -1
- package/lib/components/formula/Picker.js.map +2 -2
- package/lib/index.js +1 -1
- package/lib/locale/de-DE.js +5 -1
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +5 -1
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +5 -1
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/CRUD.js +1 -1
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Form/Combo.d.ts +2 -1
- package/lib/renderers/Form/Combo.js +51 -14
- package/lib/renderers/Form/Combo.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +1 -0
- package/lib/renderers/Form/InputCity.d.ts +84 -84
- package/lib/renderers/Form/InputDate.js +10 -3
- package/lib/renderers/Form/InputDate.js.map +2 -2
- package/lib/renderers/Form/InputDateRange.js +12 -3
- package/lib/renderers/Form/InputDateRange.js.map +2 -2
- package/lib/renderers/Form/InputFile.js +13 -5
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputImage.js +12 -4
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputMonthRange.js +5 -1
- package/lib/renderers/Form/InputMonthRange.js.map +2 -2
- package/lib/renderers/Form/InputText.js +8 -4
- package/lib/renderers/Form/InputText.js.map +2 -2
- package/lib/renderers/Form/InputTree.d.ts +5 -0
- package/lib/renderers/Form/InputTree.js +51 -2
- package/lib/renderers/Form/InputTree.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +68 -70
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/NestedSelect.d.ts +4 -0
- package/lib/renderers/Form/NestedSelect.js +14 -5
- package/lib/renderers/Form/NestedSelect.js.map +2 -2
- package/lib/renderers/Form/Options.js +61 -27
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Select.js +4 -2
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/TreeSelect.d.ts +11 -2
- package/lib/renderers/Form/TreeSelect.js +56 -10
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/wrapControl.js +3 -3
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/Nav.d.ts +82 -67
- package/lib/renderers/Nav.js +47 -11
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Page.d.ts +20 -0
- package/lib/renderers/Page.js +51 -14
- package/lib/renderers/Page.js.map +2 -2
- package/lib/renderers/Service.d.ts +2 -0
- package/lib/renderers/Service.js +52 -20
- package/lib/renderers/Service.js.map +2 -2
- package/lib/renderers/Spinner.d.ts +58 -2
- package/lib/renderers/Spinner.js +8 -1
- package/lib/renderers/Spinner.js.map +2 -2
- package/lib/renderers/Table/ColumnToggler.d.ts +4 -0
- package/lib/renderers/Table/ColumnToggler.js +11 -6
- package/lib/renderers/Table/ColumnToggler.js.map +2 -2
- package/lib/renderers/Table/TableCell.js +27 -1
- package/lib/renderers/Table/TableCell.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +1 -0
- package/lib/renderers/Table/index.js +19 -11
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/TooltipWrapper.d.ts +31 -6
- package/lib/renderers/TooltipWrapper.js +18 -8
- package/lib/renderers/TooltipWrapper.js.map +2 -2
- package/lib/renderers/Wizard.js +23 -14
- package/lib/renderers/Wizard.js.map +2 -2
- package/lib/store/crud.js +23 -13
- package/lib/store/crud.js.map +2 -2
- package/lib/themes/ang-ie11.css +313 -100
- package/lib/themes/ang.css +322 -103
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +429 -216
- package/lib/themes/antd.css +323 -104
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +424 -211
- package/lib/themes/cxd.css +324 -105
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +313 -100
- package/lib/themes/dark.css +322 -103
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +424 -211
- package/lib/themes/default.css +324 -105
- package/lib/themes/default.css.map +1 -1
- package/lib/types.d.ts +3 -1
- package/lib/types.js.map +1 -1
- package/lib/utils/ColorScale.d.ts +19 -0
- package/lib/utils/ColorScale.js +104 -0
- package/lib/utils/ColorScale.js.map +13 -0
- package/lib/utils/api.js +20 -4
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/dom.d.ts +1 -1
- package/lib/utils/dom.js +7 -5
- package/lib/utils/dom.js.map +2 -2
- package/package.json +3 -2
- package/schema.json +29645 -29137
- package/scss/_properties.scss +33 -15
- package/scss/components/_column-toggler.scss +21 -11
- package/scss/components/_formula.scss +1 -1
- package/scss/components/_nav.scss +51 -6
- package/scss/components/_pull-refresh.scss +25 -0
- package/scss/components/_spinner.scss +134 -56
- package/scss/components/_tooltip.scss +4 -9
- package/scss/components/form/_checks.scss +1 -0
- package/scss/components/form/_combo.scss +13 -1
- package/scss/components/form/_date-range.scss +11 -2
- package/scss/components/form/_date.scss +11 -0
- package/scss/components/form/_file.scss +4 -0
- package/scss/components/form/_form.scss +15 -8
- package/scss/components/form/_transfer.scss +3 -2
- package/scss/themes/_antd-variables.scss +1 -1
- package/scss/themes/_common.scss +1 -0
- package/scss/themes/_cxd-variables.scss +2 -2
- package/sdk/ang-ie11.css +286 -80
- package/sdk/ang.css +294 -82
- package/sdk/antd-ie11.css +402 -196
- package/sdk/antd.css +295 -83
- package/sdk/barcode.js +51 -51
- package/sdk/charts.js +14 -14
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +397 -191
- package/sdk/cxd.css +296 -84
- package/sdk/dark-ie11.css +286 -80
- package/sdk/dark.css +294 -82
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +5 -1
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +17 -17
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +397 -191
- package/sdk/sdk.css +296 -84
- package/sdk/sdk.js +1300 -1260
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +57 -57
- package/src/Schema.ts +10 -0
- package/src/actions/PageAction.ts +62 -0
- package/src/actions/index.ts +1 -0
- package/src/components/Cascader.tsx +37 -11
- package/src/components/Checkbox.tsx +1 -1
- package/src/components/DatePicker.tsx +7 -5
- package/src/components/Drawer.tsx +1 -0
- package/src/components/Modal.tsx +1 -0
- package/src/components/Overlay.tsx +6 -3
- package/src/components/PullRefresh.tsx +197 -0
- package/src/components/Spinner.tsx +77 -42
- package/src/components/Tooltip.tsx +12 -3
- package/src/components/TooltipWrapper.tsx +120 -33
- package/src/components/Tree.tsx +19 -5
- package/src/components/calendar/TimeView.tsx +12 -0
- package/src/components/condition-builder/Expression.tsx +6 -1
- package/src/components/condition-builder/Field.tsx +5 -1
- package/src/components/condition-builder/Group.tsx +4 -1
- package/src/components/condition-builder/GroupOrItem.tsx +4 -1
- package/src/components/condition-builder/InputSwitch.tsx +4 -1
- package/src/components/condition-builder/Item.tsx +28 -4
- package/src/components/condition-builder/Value.tsx +7 -1
- package/src/components/condition-builder/index.tsx +4 -2
- package/src/components/formula/Editor.tsx +20 -15
- package/src/components/formula/Picker.tsx +9 -5
- package/src/locale/de-DE.ts +5 -1
- package/src/locale/en-US.ts +5 -1
- package/src/locale/zh-CN.ts +5 -1
- package/src/renderers/CRUD.tsx +1 -1
- package/src/renderers/Form/Combo.tsx +102 -46
- package/src/renderers/Form/InputDate.tsx +18 -4
- package/src/renderers/Form/InputDateRange.tsx +19 -2
- package/src/renderers/Form/InputFile.tsx +16 -4
- package/src/renderers/Form/InputImage.tsx +15 -3
- package/src/renderers/Form/InputMonthRange.tsx +7 -1
- package/src/renderers/Form/InputText.tsx +14 -2
- package/src/renderers/Form/InputTree.tsx +40 -2
- package/src/renderers/Form/Item.tsx +6 -0
- package/src/renderers/Form/NestedSelect.tsx +23 -4
- package/src/renderers/Form/Options.tsx +26 -7
- package/src/renderers/Form/Select.tsx +5 -3
- package/src/renderers/Form/TreeSelect.tsx +47 -9
- package/src/renderers/Form/wrapControl.tsx +2 -2
- package/src/renderers/Nav.tsx +230 -32
- package/src/renderers/Page.tsx +89 -33
- package/src/renderers/Service.tsx +62 -27
- package/src/renderers/Spinner.tsx +85 -3
- package/src/renderers/Table/ColumnToggler.tsx +36 -11
- package/src/renderers/Table/TableCell.tsx +39 -1
- package/src/renderers/Table/index.tsx +34 -21
- package/src/renderers/TooltipWrapper.tsx +64 -28
- package/src/renderers/Wizard.tsx +36 -25
- package/src/store/crud.ts +10 -0
- package/src/types.ts +4 -0
- package/src/utils/ColorScale.ts +138 -0
- package/src/utils/api.ts +26 -4
- package/src/utils/dom.tsx +7 -6
@@ -94,21 +94,21 @@ export declare class CalendarMobile extends React.Component<CalendarMobileProps,
|
|
94
94
|
render(): JSX.Element;
|
95
95
|
}
|
96
96
|
declare const _default: {
|
97
|
-
new (props: (Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
97
|
+
new (props: (Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
98
98
|
locale?: string | undefined;
|
99
99
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
100
|
-
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
100
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
101
101
|
locale?: string | undefined;
|
102
102
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
103
103
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
104
104
|
render(): JSX.Element;
|
105
105
|
context: any;
|
106
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
106
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
107
107
|
locale?: string | undefined;
|
108
108
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
109
109
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
110
110
|
forceUpdate(callback?: (() => void) | undefined): void;
|
111
|
-
readonly props: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
111
|
+
readonly props: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
112
112
|
locale?: string | undefined;
|
113
113
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
114
114
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps> & Readonly<{
|
@@ -119,51 +119,51 @@ declare const _default: {
|
|
119
119
|
[key: string]: React.ReactInstance;
|
120
120
|
};
|
121
121
|
componentDidMount?(): void;
|
122
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
122
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
123
123
|
locale?: string | undefined;
|
124
124
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
125
125
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
126
126
|
componentWillUnmount?(): void;
|
127
127
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
128
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
128
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
129
129
|
locale?: string | undefined;
|
130
130
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
131
131
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
132
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
132
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
133
133
|
locale?: string | undefined;
|
134
134
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
135
135
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
136
136
|
componentWillMount?(): void;
|
137
137
|
UNSAFE_componentWillMount?(): void;
|
138
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
138
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
139
139
|
locale?: string | undefined;
|
140
140
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
141
141
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
142
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
142
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
143
143
|
locale?: string | undefined;
|
144
144
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
145
145
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
146
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
146
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
147
147
|
locale?: string | undefined;
|
148
148
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
149
149
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
150
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
150
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
151
151
|
locale?: string | undefined;
|
152
152
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
153
153
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
154
154
|
};
|
155
|
-
new (props: Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
155
|
+
new (props: Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
156
156
|
locale?: string | undefined;
|
157
157
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
158
158
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
159
159
|
render(): JSX.Element;
|
160
160
|
context: any;
|
161
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
161
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
162
162
|
locale?: string | undefined;
|
163
163
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
164
164
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
165
165
|
forceUpdate(callback?: (() => void) | undefined): void;
|
166
|
-
readonly props: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
166
|
+
readonly props: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
167
167
|
locale?: string | undefined;
|
168
168
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
169
169
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps> & Readonly<{
|
@@ -174,35 +174,35 @@ declare const _default: {
|
|
174
174
|
[key: string]: React.ReactInstance;
|
175
175
|
};
|
176
176
|
componentDidMount?(): void;
|
177
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
177
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
178
178
|
locale?: string | undefined;
|
179
179
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
180
180
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
181
181
|
componentWillUnmount?(): void;
|
182
182
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
183
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
183
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
184
184
|
locale?: string | undefined;
|
185
185
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
186
186
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
187
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
187
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
188
188
|
locale?: string | undefined;
|
189
189
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
190
190
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
191
191
|
componentWillMount?(): void;
|
192
192
|
UNSAFE_componentWillMount?(): void;
|
193
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
193
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
194
194
|
locale?: string | undefined;
|
195
195
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
196
196
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
197
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
197
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
198
198
|
locale?: string | undefined;
|
199
199
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
200
200
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
201
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
201
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
202
202
|
locale?: string | undefined;
|
203
203
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
204
204
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
205
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
205
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
206
206
|
locale?: string | undefined;
|
207
207
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
208
208
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
@@ -210,21 +210,21 @@ declare const _default: {
|
|
210
210
|
displayName: string;
|
211
211
|
contextType: React.Context<string>;
|
212
212
|
ComposedComponent: React.ComponentType<{
|
213
|
-
new (props: (Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
213
|
+
new (props: (Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
214
214
|
locale?: string | undefined;
|
215
215
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
216
|
-
}) | Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
216
|
+
}) | Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
217
217
|
locale?: string | undefined;
|
218
218
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
219
219
|
}>): {
|
220
220
|
render(): JSX.Element;
|
221
221
|
context: any;
|
222
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
222
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
223
223
|
locale?: string | undefined;
|
224
224
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
225
225
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
226
226
|
forceUpdate(callback?: (() => void) | undefined): void;
|
227
|
-
readonly props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
227
|
+
readonly props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
228
228
|
locale?: string | undefined;
|
229
229
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
230
230
|
}> & Readonly<{
|
@@ -235,51 +235,51 @@ declare const _default: {
|
|
235
235
|
[key: string]: React.ReactInstance;
|
236
236
|
};
|
237
237
|
componentDidMount?(): void;
|
238
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
238
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
239
239
|
locale?: string | undefined;
|
240
240
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
241
241
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
242
242
|
componentWillUnmount?(): void;
|
243
243
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
244
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
244
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
245
245
|
locale?: string | undefined;
|
246
246
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
247
247
|
}>, prevState: Readonly<{}>): any;
|
248
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
248
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
249
249
|
locale?: string | undefined;
|
250
250
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
251
251
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
252
252
|
componentWillMount?(): void;
|
253
253
|
UNSAFE_componentWillMount?(): void;
|
254
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
254
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
255
255
|
locale?: string | undefined;
|
256
256
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
257
257
|
}>, nextContext: any): void;
|
258
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
258
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
259
259
|
locale?: string | undefined;
|
260
260
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
261
261
|
}>, nextContext: any): void;
|
262
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
262
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
263
263
|
locale?: string | undefined;
|
264
264
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
265
265
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
266
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
266
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
267
267
|
locale?: string | undefined;
|
268
268
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
269
269
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
270
270
|
};
|
271
|
-
new (props: Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
271
|
+
new (props: Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
272
272
|
locale?: string | undefined;
|
273
273
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
274
274
|
}, context: any): {
|
275
275
|
render(): JSX.Element;
|
276
276
|
context: any;
|
277
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
277
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
278
278
|
locale?: string | undefined;
|
279
279
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
280
280
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
281
281
|
forceUpdate(callback?: (() => void) | undefined): void;
|
282
|
-
readonly props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
282
|
+
readonly props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
283
283
|
locale?: string | undefined;
|
284
284
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
285
285
|
}> & Readonly<{
|
@@ -290,35 +290,35 @@ declare const _default: {
|
|
290
290
|
[key: string]: React.ReactInstance;
|
291
291
|
};
|
292
292
|
componentDidMount?(): void;
|
293
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
293
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
294
294
|
locale?: string | undefined;
|
295
295
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
296
296
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
297
297
|
componentWillUnmount?(): void;
|
298
298
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
299
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
299
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
300
300
|
locale?: string | undefined;
|
301
301
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
302
302
|
}>, prevState: Readonly<{}>): any;
|
303
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
303
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
304
304
|
locale?: string | undefined;
|
305
305
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
306
306
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
307
307
|
componentWillMount?(): void;
|
308
308
|
UNSAFE_componentWillMount?(): void;
|
309
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
309
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
310
310
|
locale?: string | undefined;
|
311
311
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
312
312
|
}>, nextContext: any): void;
|
313
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
313
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
314
314
|
locale?: string | undefined;
|
315
315
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
316
316
|
}>, nextContext: any): void;
|
317
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
317
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
318
318
|
locale?: string | undefined;
|
319
319
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
320
320
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
321
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
321
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
322
322
|
locale?: string | undefined;
|
323
323
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
324
324
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
@@ -330,21 +330,21 @@ declare const _default: {
|
|
330
330
|
ComposedComponent: typeof CalendarMobile;
|
331
331
|
}>;
|
332
332
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
333
|
-
new (props: (Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
333
|
+
new (props: (Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
334
334
|
locale?: string | undefined;
|
335
335
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
336
|
-
}) | Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
336
|
+
}) | Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
337
337
|
locale?: string | undefined;
|
338
338
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
339
339
|
}>): {
|
340
340
|
render(): JSX.Element;
|
341
341
|
context: any;
|
342
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
342
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
343
343
|
locale?: string | undefined;
|
344
344
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
345
345
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
346
346
|
forceUpdate(callback?: (() => void) | undefined): void;
|
347
|
-
readonly props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
347
|
+
readonly props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
348
348
|
locale?: string | undefined;
|
349
349
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
350
350
|
}> & Readonly<{
|
@@ -355,51 +355,51 @@ declare const _default: {
|
|
355
355
|
[key: string]: React.ReactInstance;
|
356
356
|
};
|
357
357
|
componentDidMount?(): void;
|
358
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
358
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
359
359
|
locale?: string | undefined;
|
360
360
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
361
361
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
362
362
|
componentWillUnmount?(): void;
|
363
363
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
364
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
364
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
365
365
|
locale?: string | undefined;
|
366
366
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
367
367
|
}>, prevState: Readonly<{}>): any;
|
368
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
368
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
369
369
|
locale?: string | undefined;
|
370
370
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
371
371
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
372
372
|
componentWillMount?(): void;
|
373
373
|
UNSAFE_componentWillMount?(): void;
|
374
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
374
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
375
375
|
locale?: string | undefined;
|
376
376
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
377
377
|
}>, nextContext: any): void;
|
378
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
378
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
379
379
|
locale?: string | undefined;
|
380
380
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
381
381
|
}>, nextContext: any): void;
|
382
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
382
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
383
383
|
locale?: string | undefined;
|
384
384
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
385
385
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
386
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
386
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
387
387
|
locale?: string | undefined;
|
388
388
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
389
389
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
390
390
|
};
|
391
|
-
new (props: Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
391
|
+
new (props: Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
392
392
|
locale?: string | undefined;
|
393
393
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
394
394
|
}, context: any): {
|
395
395
|
render(): JSX.Element;
|
396
396
|
context: any;
|
397
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
397
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
398
398
|
locale?: string | undefined;
|
399
399
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
400
400
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
401
401
|
forceUpdate(callback?: (() => void) | undefined): void;
|
402
|
-
readonly props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
402
|
+
readonly props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
403
403
|
locale?: string | undefined;
|
404
404
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
405
405
|
}> & Readonly<{
|
@@ -410,35 +410,35 @@ declare const _default: {
|
|
410
410
|
[key: string]: React.ReactInstance;
|
411
411
|
};
|
412
412
|
componentDidMount?(): void;
|
413
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
413
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
414
414
|
locale?: string | undefined;
|
415
415
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
416
416
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
417
417
|
componentWillUnmount?(): void;
|
418
418
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
419
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
419
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
420
420
|
locale?: string | undefined;
|
421
421
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
422
422
|
}>, prevState: Readonly<{}>): any;
|
423
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
423
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
424
424
|
locale?: string | undefined;
|
425
425
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
426
426
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
427
427
|
componentWillMount?(): void;
|
428
428
|
UNSAFE_componentWillMount?(): void;
|
429
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
429
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
430
430
|
locale?: string | undefined;
|
431
431
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
432
432
|
}>, nextContext: any): void;
|
433
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
433
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
434
434
|
locale?: string | undefined;
|
435
435
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
436
436
|
}>, nextContext: any): void;
|
437
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
437
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
438
438
|
locale?: string | undefined;
|
439
439
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
440
440
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
441
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
441
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
442
442
|
locale?: string | undefined;
|
443
443
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
444
444
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
@@ -450,21 +450,21 @@ declare const _default: {
|
|
450
450
|
ComposedComponent: typeof CalendarMobile;
|
451
451
|
}, {}> & {
|
452
452
|
ComposedComponent: {
|
453
|
-
new (props: (Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
453
|
+
new (props: (Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
454
454
|
locale?: string | undefined;
|
455
455
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
456
|
-
}) | Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
456
|
+
}) | Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
457
457
|
locale?: string | undefined;
|
458
458
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
459
459
|
}>): {
|
460
460
|
render(): JSX.Element;
|
461
461
|
context: any;
|
462
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
462
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
463
463
|
locale?: string | undefined;
|
464
464
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
465
465
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
466
466
|
forceUpdate(callback?: (() => void) | undefined): void;
|
467
|
-
readonly props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
467
|
+
readonly props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
468
468
|
locale?: string | undefined;
|
469
469
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
470
470
|
}> & Readonly<{
|
@@ -475,51 +475,51 @@ declare const _default: {
|
|
475
475
|
[key: string]: React.ReactInstance;
|
476
476
|
};
|
477
477
|
componentDidMount?(): void;
|
478
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
478
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
479
479
|
locale?: string | undefined;
|
480
480
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
481
481
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
482
482
|
componentWillUnmount?(): void;
|
483
483
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
484
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
484
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
485
485
|
locale?: string | undefined;
|
486
486
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
487
487
|
}>, prevState: Readonly<{}>): any;
|
488
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
488
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
489
489
|
locale?: string | undefined;
|
490
490
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
491
491
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
492
492
|
componentWillMount?(): void;
|
493
493
|
UNSAFE_componentWillMount?(): void;
|
494
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
494
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
495
495
|
locale?: string | undefined;
|
496
496
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
497
497
|
}>, nextContext: any): void;
|
498
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
498
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
499
499
|
locale?: string | undefined;
|
500
500
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
501
501
|
}>, nextContext: any): void;
|
502
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
502
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
503
503
|
locale?: string | undefined;
|
504
504
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
505
505
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
506
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
506
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
507
507
|
locale?: string | undefined;
|
508
508
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
509
509
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
510
510
|
};
|
511
|
-
new (props: Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
511
|
+
new (props: Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
512
512
|
locale?: string | undefined;
|
513
513
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
514
514
|
}, context: any): {
|
515
515
|
render(): JSX.Element;
|
516
516
|
context: any;
|
517
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
517
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
518
518
|
locale?: string | undefined;
|
519
519
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
520
520
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
521
521
|
forceUpdate(callback?: (() => void) | undefined): void;
|
522
|
-
readonly props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
522
|
+
readonly props: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
523
523
|
locale?: string | undefined;
|
524
524
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
525
525
|
}> & Readonly<{
|
@@ -530,35 +530,35 @@ declare const _default: {
|
|
530
530
|
[key: string]: React.ReactInstance;
|
531
531
|
};
|
532
532
|
componentDidMount?(): void;
|
533
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
533
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
534
534
|
locale?: string | undefined;
|
535
535
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
536
536
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
537
537
|
componentWillUnmount?(): void;
|
538
538
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
539
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
539
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
540
540
|
locale?: string | undefined;
|
541
541
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
542
542
|
}>, prevState: Readonly<{}>): any;
|
543
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
543
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
544
544
|
locale?: string | undefined;
|
545
545
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
546
546
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
547
547
|
componentWillMount?(): void;
|
548
548
|
UNSAFE_componentWillMount?(): void;
|
549
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
549
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
550
550
|
locale?: string | undefined;
|
551
551
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
552
552
|
}>, nextContext: any): void;
|
553
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
553
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
554
554
|
locale?: string | undefined;
|
555
555
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
556
556
|
}>, nextContext: any): void;
|
557
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
557
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
558
558
|
locale?: string | undefined;
|
559
559
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
560
560
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
561
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "
|
561
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "close" | "confirm" | "onChange" | "inputFormat" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "timeFormat" | "dateFormat" | "timeConstraints" | "viewMode" | "startDate" | "endDate" | "footerExtra" | "isDatePicker" | "defaultDate"> & Partial<Pick<Omit<CalendarMobileProps, keyof LocaleProps>, "showViewMode">> & Partial<Pick<Pick<CalendarMobileProps, "showViewMode">, never>> & {
|
562
562
|
locale?: string | undefined;
|
563
563
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
564
564
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|