amis 1.6.5-beta.3 → 1.8.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Schema.d.ts +3 -2
- package/lib/Schema.js +0 -1
- package/lib/Schema.js.map +2 -2
- package/lib/components/Alert2.js +4 -2
- package/lib/components/Alert2.js.map +2 -2
- package/lib/components/AssociatedSelection.d.ts +84 -84
- package/lib/components/Avatar.d.ts +20 -20
- package/lib/components/Breadcrumb.d.ts +130 -0
- package/lib/components/Breadcrumb.js +161 -0
- package/lib/components/Breadcrumb.js.map +13 -0
- package/lib/components/Card.d.ts +20 -20
- package/lib/components/ChainedSelection.d.ts +84 -84
- package/lib/components/CityArea.js +3 -0
- package/lib/components/CityArea.js.map +2 -2
- package/lib/components/Collapse.d.ts +20 -20
- package/lib/components/CollapseGroup.d.ts +20 -20
- package/lib/components/DatePicker.d.ts +84 -84
- package/lib/components/DateRangePicker.d.ts +2 -2
- package/lib/components/DateRangePicker.js +36 -45
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/GroupedSelection.d.ts +84 -84
- package/lib/components/Layout.d.ts +21 -21
- package/lib/components/ListGroup.d.ts +21 -21
- package/lib/components/PopUp.js +2 -1
- package/lib/components/PopUp.js.map +2 -2
- package/lib/components/Radios.d.ts +21 -21
- package/lib/components/Range.js.map +2 -2
- package/lib/components/Selection.d.ts +84 -84
- package/lib/components/TableSelection.d.ts +84 -84
- package/lib/components/Tabs.d.ts +52 -23
- package/lib/components/Tabs.js +198 -46
- package/lib/components/Tabs.js.map +2 -2
- package/lib/components/TooltipWrapper.d.ts +21 -20
- package/lib/components/TooltipWrapper.js +2 -2
- 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 +84 -84
- package/lib/components/TreeSelection.d.ts +84 -84
- package/lib/components/calendar/Calendar.js +5 -0
- package/lib/components/calendar/Calendar.js.map +2 -2
- package/lib/components/calendar/DaysView.js.map +1 -1
- package/lib/components/icons.js +8 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/components/index.d.ts +2 -1
- package/lib/components/index.js +4 -2
- package/lib/components/index.js.map +2 -2
- package/lib/icons/cloud-upload.js +17 -0
- package/lib/icons/image.js +7 -0
- package/lib/icons/refresh.js +9 -0
- package/lib/icons/trash.js +10 -0
- package/lib/icons/upload.js +3 -8
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -1
- package/lib/index.js.map +2 -2
- package/lib/locale/en-US.js +3 -1
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +4 -2
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +1 -1
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/Breadcrumb.d.ts +41 -6
- package/lib/renderers/Breadcrumb.js +23 -19
- package/lib/renderers/Breadcrumb.js.map +2 -2
- package/lib/renderers/ButtonGroup.d.ts +2 -2
- package/lib/renderers/ButtonGroup.js.map +1 -1
- package/lib/renderers/Form/ChainedSelect.d.ts +4 -1
- package/lib/renderers/Form/ChainedSelect.js +83 -34
- package/lib/renderers/Form/ChainedSelect.js.map +2 -2
- package/lib/renderers/Form/Checkbox.d.ts +3 -0
- package/lib/renderers/Form/Checkbox.js +38 -1
- package/lib/renderers/Form/Checkbox.js.map +2 -2
- package/lib/renderers/Form/Combo.d.ts +4 -3
- package/lib/renderers/Form/Combo.js +81 -32
- package/lib/renderers/Form/Combo.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +1 -1
- package/lib/renderers/Form/InputCity.d.ts +84 -84
- package/lib/renderers/Form/InputCity.js +4 -1
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputColor.js +3 -1
- package/lib/renderers/Form/InputColor.js.map +2 -2
- package/lib/renderers/Form/InputDate.js +3 -1
- package/lib/renderers/Form/InputDate.js.map +2 -2
- package/lib/renderers/Form/InputDateRange.js +3 -1
- package/lib/renderers/Form/InputDateRange.js.map +2 -2
- package/lib/renderers/Form/InputExcel.d.ts +4 -0
- package/lib/renderers/Form/InputExcel.js +33 -6
- package/lib/renderers/Form/InputExcel.js.map +2 -2
- package/lib/renderers/Form/InputFile.d.ts +8 -1
- package/lib/renderers/Form/InputFile.js +71 -42
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputImage.d.ts +4 -1
- package/lib/renderers/Form/InputImage.js +21 -9
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputRange.d.ts +27 -9
- package/lib/renderers/Form/InputRange.js +88 -23
- package/lib/renderers/Form/InputRange.js.map +2 -2
- package/lib/renderers/Form/InputSubForm.js +2 -1
- package/lib/renderers/Form/InputSubForm.js.map +2 -2
- package/lib/renderers/Form/InputTag.js +2 -1
- package/lib/renderers/Form/InputTag.js.map +2 -2
- package/lib/renderers/Form/MatrixCheckboxes.js +2 -1
- package/lib/renderers/Form/MatrixCheckboxes.js.map +2 -2
- package/lib/renderers/Form/NestedSelect.d.ts +9 -6
- package/lib/renderers/Form/NestedSelect.js +247 -130
- package/lib/renderers/Form/NestedSelect.js.map +2 -2
- package/lib/renderers/Form/Options.js +2 -1
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Radios.js +2 -1
- package/lib/renderers/Form/Radios.js.map +2 -2
- package/lib/renderers/Form/Select.js +6 -3
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/Switch.d.ts +7 -6
- package/lib/renderers/Form/Switch.js +4 -1
- package/lib/renderers/Form/Switch.js.map +2 -2
- package/lib/renderers/Log.js +2 -1
- package/lib/renderers/Log.js.map +2 -2
- package/lib/renderers/PopOver.js +1 -1
- package/lib/renderers/PopOver.js.map +2 -2
- package/lib/renderers/Tabs.d.ts +58 -5
- package/lib/renderers/Tabs.js +170 -58
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/TooltipWrapper.d.ts +104 -0
- package/lib/renderers/TooltipWrapper.js +59 -0
- package/lib/renderers/TooltipWrapper.js.map +13 -0
- package/lib/renderers/Video.d.ts +6 -0
- package/lib/renderers/Video.js +13 -6
- package/lib/renderers/Video.js.map +2 -2
- package/lib/store/form.js +4 -13
- package/lib/store/form.js.map +2 -2
- package/lib/store/table.js +1 -1
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +742 -160
- package/lib/themes/ang.css +793 -163
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +757 -175
- package/lib/themes/antd.css +793 -163
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +1249 -667
- package/lib/themes/cxd.css +970 -321
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +742 -160
- package/lib/themes/dark.css +793 -163
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +1249 -667
- package/lib/themes/default.css +970 -321
- package/lib/themes/default.css.map +1 -1
- package/package.json +1 -1
- package/schema.json +16012 -736
- package/scss/_properties.scss +56 -2
- package/scss/components/_alert.scss +1 -1
- package/scss/components/_breadcrumb.scss +90 -1
- package/scss/components/_button-group.scss +15 -0
- package/scss/components/_city-area.scss +2 -0
- package/scss/components/_popup.scss +13 -3
- package/scss/components/_tabs.scss +629 -132
- package/scss/components/_tooltip.scss +72 -0
- package/scss/components/form/_file.scss +82 -24
- package/scss/components/form/_image.scss +30 -25
- package/scss/components/form/_number.scss +2 -0
- package/scss/components/form/_switch.scss +1 -3
- package/scss/themes/_cxd-colors.scss +47 -47
- package/scss/themes/_cxd-variables.scss +20 -0
- package/sdk/ang-ie11.css +879 -196
- package/sdk/ang.css +931 -200
- package/sdk/antd-ie11.css +951 -268
- package/sdk/antd.css +931 -200
- 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 +1386 -703
- package/sdk/cxd.css +1107 -357
- package/sdk/dark-ie11.css +879 -196
- package/sdk/dark.css +931 -200
- package/sdk/exceljs.js +1 -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 +1386 -703
- package/sdk/sdk.css +1107 -357
- package/sdk/sdk.js +1260 -1248
- 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 +5 -2
- package/src/components/Alert2.tsx +9 -3
- package/src/components/Breadcrumb.tsx +294 -0
- package/src/components/CityArea.tsx +3 -0
- package/src/components/DateRangePicker.tsx +40 -68
- package/src/components/PopUp.tsx +6 -5
- package/src/components/Range.tsx +7 -1
- package/src/components/Tabs.tsx +300 -54
- package/src/components/TooltipWrapper.tsx +4 -1
- package/src/components/calendar/Calendar.tsx +5 -0
- package/src/components/calendar/DaysView.tsx +2 -2
- package/src/components/icons.tsx +8 -0
- package/src/components/index.tsx +2 -0
- package/src/icons/cloud-upload.svg +22 -0
- package/src/icons/image.svg +1 -0
- package/src/icons/refresh.svg +7 -0
- package/src/icons/trash.svg +8 -0
- package/src/icons/upload.svg +4 -9
- package/src/index.tsx +1 -0
- package/src/locale/en-US.ts +3 -1
- package/src/locale/zh-CN.ts +4 -2
- package/src/renderers/Action.tsx +2 -1
- package/src/renderers/Breadcrumb.tsx +89 -45
- package/src/renderers/ButtonGroup.tsx +2 -2
- package/src/renderers/Form/ChainedSelect.tsx +56 -12
- package/src/renderers/Form/Checkbox.tsx +30 -1
- package/src/renderers/Form/Combo.tsx +84 -26
- package/src/renderers/Form/InputCity.tsx +13 -1
- package/src/renderers/Form/InputColor.tsx +2 -0
- package/src/renderers/Form/InputDate.tsx +2 -0
- package/src/renderers/Form/InputDateRange.tsx +2 -0
- package/src/renderers/Form/InputExcel.tsx +27 -5
- package/src/renderers/Form/InputFile.tsx +167 -115
- package/src/renderers/Form/InputImage.tsx +61 -35
- package/src/renderers/Form/InputRange.tsx +95 -40
- package/src/renderers/Form/InputSubForm.tsx +2 -1
- package/src/renderers/Form/InputTag.tsx +3 -1
- package/src/renderers/Form/MatrixCheckboxes.tsx +3 -1
- package/src/renderers/Form/NestedSelect.tsx +75 -26
- package/src/renderers/Form/Options.tsx +3 -1
- package/src/renderers/Form/Radios.tsx +3 -1
- package/src/renderers/Form/Select.tsx +6 -2
- package/src/renderers/Form/Switch.tsx +16 -9
- package/src/renderers/Log.tsx +2 -1
- package/src/renderers/PopOver.tsx +1 -1
- package/src/renderers/Tabs.tsx +254 -93
- package/src/renderers/TooltipWrapper.tsx +219 -0
- package/src/renderers/Video.tsx +21 -6
- package/src/store/form.ts +0 -9
- package/src/store/table.ts +1 -1
@@ -113,7 +113,7 @@ export declare class DatePicker extends React.Component<DateProps, DatePickerSta
|
|
113
113
|
render(): JSX.Element;
|
114
114
|
}
|
115
115
|
declare const _default: {
|
116
|
-
new (props: (Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
116
|
+
new (props: (Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
117
117
|
viewMode: "time" | "years" | "months" | "days";
|
118
118
|
shortcuts: string;
|
119
119
|
closeOnSelect: boolean;
|
@@ -122,7 +122,7 @@ declare const _default: {
|
|
122
122
|
}, never>> & {
|
123
123
|
locale?: string | undefined;
|
124
124
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
125
|
-
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
125
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
126
126
|
viewMode: "time" | "years" | "months" | "days";
|
127
127
|
shortcuts: string;
|
128
128
|
closeOnSelect: boolean;
|
@@ -134,7 +134,7 @@ declare const _default: {
|
|
134
134
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
135
135
|
render(): JSX.Element;
|
136
136
|
context: any;
|
137
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
137
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
138
138
|
viewMode: "time" | "years" | "months" | "days";
|
139
139
|
shortcuts: string;
|
140
140
|
closeOnSelect: boolean;
|
@@ -145,7 +145,7 @@ declare const _default: {
|
|
145
145
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
146
146
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
147
147
|
forceUpdate(callback?: (() => void) | undefined): void;
|
148
|
-
readonly props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
148
|
+
readonly props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
149
149
|
viewMode: "time" | "years" | "months" | "days";
|
150
150
|
shortcuts: string;
|
151
151
|
closeOnSelect: boolean;
|
@@ -162,7 +162,7 @@ declare const _default: {
|
|
162
162
|
[key: string]: React.ReactInstance;
|
163
163
|
};
|
164
164
|
componentDidMount?(): void;
|
165
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
165
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
166
166
|
viewMode: "time" | "years" | "months" | "days";
|
167
167
|
shortcuts: string;
|
168
168
|
closeOnSelect: boolean;
|
@@ -174,7 +174,7 @@ declare const _default: {
|
|
174
174
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
175
175
|
componentWillUnmount?(): void;
|
176
176
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
177
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
177
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
178
178
|
viewMode: "time" | "years" | "months" | "days";
|
179
179
|
shortcuts: string;
|
180
180
|
closeOnSelect: boolean;
|
@@ -184,7 +184,7 @@ declare const _default: {
|
|
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<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
187
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
188
188
|
viewMode: "time" | "years" | "months" | "days";
|
189
189
|
shortcuts: string;
|
190
190
|
closeOnSelect: boolean;
|
@@ -196,7 +196,7 @@ declare const _default: {
|
|
196
196
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
197
197
|
componentWillMount?(): void;
|
198
198
|
UNSAFE_componentWillMount?(): void;
|
199
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
199
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
200
200
|
viewMode: "time" | "years" | "months" | "days";
|
201
201
|
shortcuts: string;
|
202
202
|
closeOnSelect: boolean;
|
@@ -206,7 +206,7 @@ declare const _default: {
|
|
206
206
|
locale?: string | undefined;
|
207
207
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
208
208
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
209
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
209
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
210
210
|
viewMode: "time" | "years" | "months" | "days";
|
211
211
|
shortcuts: string;
|
212
212
|
closeOnSelect: boolean;
|
@@ -216,7 +216,7 @@ declare const _default: {
|
|
216
216
|
locale?: string | undefined;
|
217
217
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
218
218
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
219
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
219
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
220
220
|
viewMode: "time" | "years" | "months" | "days";
|
221
221
|
shortcuts: string;
|
222
222
|
closeOnSelect: boolean;
|
@@ -226,7 +226,7 @@ declare const _default: {
|
|
226
226
|
locale?: string | undefined;
|
227
227
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
228
228
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
229
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
229
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
230
230
|
viewMode: "time" | "years" | "months" | "days";
|
231
231
|
shortcuts: string;
|
232
232
|
closeOnSelect: boolean;
|
@@ -237,7 +237,7 @@ declare const _default: {
|
|
237
237
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
238
238
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
239
239
|
};
|
240
|
-
new (props: Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
240
|
+
new (props: Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
241
241
|
viewMode: "time" | "years" | "months" | "days";
|
242
242
|
shortcuts: string;
|
243
243
|
closeOnSelect: boolean;
|
@@ -249,7 +249,7 @@ declare const _default: {
|
|
249
249
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
250
250
|
render(): JSX.Element;
|
251
251
|
context: any;
|
252
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
252
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
253
253
|
viewMode: "time" | "years" | "months" | "days";
|
254
254
|
shortcuts: string;
|
255
255
|
closeOnSelect: boolean;
|
@@ -260,7 +260,7 @@ declare const _default: {
|
|
260
260
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
261
261
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
262
262
|
forceUpdate(callback?: (() => void) | undefined): void;
|
263
|
-
readonly props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
263
|
+
readonly props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
264
264
|
viewMode: "time" | "years" | "months" | "days";
|
265
265
|
shortcuts: string;
|
266
266
|
closeOnSelect: boolean;
|
@@ -277,7 +277,7 @@ declare const _default: {
|
|
277
277
|
[key: string]: React.ReactInstance;
|
278
278
|
};
|
279
279
|
componentDidMount?(): void;
|
280
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
280
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
281
281
|
viewMode: "time" | "years" | "months" | "days";
|
282
282
|
shortcuts: string;
|
283
283
|
closeOnSelect: boolean;
|
@@ -289,7 +289,7 @@ declare const _default: {
|
|
289
289
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
290
290
|
componentWillUnmount?(): void;
|
291
291
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
292
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
292
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
293
293
|
viewMode: "time" | "years" | "months" | "days";
|
294
294
|
shortcuts: string;
|
295
295
|
closeOnSelect: boolean;
|
@@ -299,7 +299,7 @@ declare const _default: {
|
|
299
299
|
locale?: string | undefined;
|
300
300
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
301
301
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
302
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
302
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
303
303
|
viewMode: "time" | "years" | "months" | "days";
|
304
304
|
shortcuts: string;
|
305
305
|
closeOnSelect: boolean;
|
@@ -311,7 +311,7 @@ declare const _default: {
|
|
311
311
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
312
312
|
componentWillMount?(): void;
|
313
313
|
UNSAFE_componentWillMount?(): void;
|
314
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
314
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
315
315
|
viewMode: "time" | "years" | "months" | "days";
|
316
316
|
shortcuts: string;
|
317
317
|
closeOnSelect: boolean;
|
@@ -321,7 +321,7 @@ declare const _default: {
|
|
321
321
|
locale?: string | undefined;
|
322
322
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
323
323
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
324
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
324
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
325
325
|
viewMode: "time" | "years" | "months" | "days";
|
326
326
|
shortcuts: string;
|
327
327
|
closeOnSelect: boolean;
|
@@ -331,7 +331,7 @@ declare const _default: {
|
|
331
331
|
locale?: string | undefined;
|
332
332
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
333
333
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
334
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
334
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
335
335
|
viewMode: "time" | "years" | "months" | "days";
|
336
336
|
shortcuts: string;
|
337
337
|
closeOnSelect: boolean;
|
@@ -341,7 +341,7 @@ declare const _default: {
|
|
341
341
|
locale?: string | undefined;
|
342
342
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
343
343
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
344
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
344
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
345
345
|
viewMode: "time" | "years" | "months" | "days";
|
346
346
|
shortcuts: string;
|
347
347
|
closeOnSelect: boolean;
|
@@ -355,7 +355,7 @@ declare const _default: {
|
|
355
355
|
displayName: string;
|
356
356
|
contextType: React.Context<string>;
|
357
357
|
ComposedComponent: React.ComponentType<{
|
358
|
-
new (props: (Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
358
|
+
new (props: (Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
359
359
|
viewMode: "time" | "years" | "months" | "days";
|
360
360
|
shortcuts: string;
|
361
361
|
closeOnSelect: boolean;
|
@@ -364,7 +364,7 @@ declare const _default: {
|
|
364
364
|
}, never>> & {
|
365
365
|
locale?: string | undefined;
|
366
366
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
367
|
-
}) | Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
367
|
+
}) | Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
368
368
|
viewMode: "time" | "years" | "months" | "days";
|
369
369
|
shortcuts: string;
|
370
370
|
closeOnSelect: boolean;
|
@@ -376,7 +376,7 @@ declare const _default: {
|
|
376
376
|
}>): {
|
377
377
|
render(): JSX.Element;
|
378
378
|
context: any;
|
379
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
379
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
380
380
|
viewMode: "time" | "years" | "months" | "days";
|
381
381
|
shortcuts: string;
|
382
382
|
closeOnSelect: boolean;
|
@@ -387,7 +387,7 @@ declare const _default: {
|
|
387
387
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
388
388
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
389
389
|
forceUpdate(callback?: (() => void) | undefined): void;
|
390
|
-
readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
390
|
+
readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
391
391
|
viewMode: "time" | "years" | "months" | "days";
|
392
392
|
shortcuts: string;
|
393
393
|
closeOnSelect: boolean;
|
@@ -404,7 +404,7 @@ declare const _default: {
|
|
404
404
|
[key: string]: React.ReactInstance;
|
405
405
|
};
|
406
406
|
componentDidMount?(): void;
|
407
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
407
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
408
408
|
viewMode: "time" | "years" | "months" | "days";
|
409
409
|
shortcuts: string;
|
410
410
|
closeOnSelect: boolean;
|
@@ -416,7 +416,7 @@ declare const _default: {
|
|
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<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
419
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
420
420
|
viewMode: "time" | "years" | "months" | "days";
|
421
421
|
shortcuts: string;
|
422
422
|
closeOnSelect: boolean;
|
@@ -426,7 +426,7 @@ declare const _default: {
|
|
426
426
|
locale?: string | undefined;
|
427
427
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
428
428
|
}>, prevState: Readonly<{}>): any;
|
429
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
429
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
430
430
|
viewMode: "time" | "years" | "months" | "days";
|
431
431
|
shortcuts: string;
|
432
432
|
closeOnSelect: boolean;
|
@@ -438,7 +438,7 @@ declare const _default: {
|
|
438
438
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
439
439
|
componentWillMount?(): void;
|
440
440
|
UNSAFE_componentWillMount?(): void;
|
441
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
441
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
442
442
|
viewMode: "time" | "years" | "months" | "days";
|
443
443
|
shortcuts: string;
|
444
444
|
closeOnSelect: boolean;
|
@@ -448,7 +448,7 @@ declare const _default: {
|
|
448
448
|
locale?: string | undefined;
|
449
449
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
450
450
|
}>, nextContext: any): void;
|
451
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
451
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
452
452
|
viewMode: "time" | "years" | "months" | "days";
|
453
453
|
shortcuts: string;
|
454
454
|
closeOnSelect: boolean;
|
@@ -458,7 +458,7 @@ declare const _default: {
|
|
458
458
|
locale?: string | undefined;
|
459
459
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
460
460
|
}>, nextContext: any): void;
|
461
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
461
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
462
462
|
viewMode: "time" | "years" | "months" | "days";
|
463
463
|
shortcuts: string;
|
464
464
|
closeOnSelect: boolean;
|
@@ -468,7 +468,7 @@ declare const _default: {
|
|
468
468
|
locale?: string | undefined;
|
469
469
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
470
470
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
471
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
471
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
472
472
|
viewMode: "time" | "years" | "months" | "days";
|
473
473
|
shortcuts: string;
|
474
474
|
closeOnSelect: boolean;
|
@@ -479,7 +479,7 @@ declare const _default: {
|
|
479
479
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
480
480
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
481
481
|
};
|
482
|
-
new (props: Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
482
|
+
new (props: Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
483
483
|
viewMode: "time" | "years" | "months" | "days";
|
484
484
|
shortcuts: string;
|
485
485
|
closeOnSelect: boolean;
|
@@ -491,7 +491,7 @@ declare const _default: {
|
|
491
491
|
}, context: any): {
|
492
492
|
render(): JSX.Element;
|
493
493
|
context: any;
|
494
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
494
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
495
495
|
viewMode: "time" | "years" | "months" | "days";
|
496
496
|
shortcuts: string;
|
497
497
|
closeOnSelect: boolean;
|
@@ -502,7 +502,7 @@ declare const _default: {
|
|
502
502
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
503
503
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
504
504
|
forceUpdate(callback?: (() => void) | undefined): void;
|
505
|
-
readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
505
|
+
readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
506
506
|
viewMode: "time" | "years" | "months" | "days";
|
507
507
|
shortcuts: string;
|
508
508
|
closeOnSelect: boolean;
|
@@ -519,7 +519,7 @@ declare const _default: {
|
|
519
519
|
[key: string]: React.ReactInstance;
|
520
520
|
};
|
521
521
|
componentDidMount?(): void;
|
522
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
522
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
523
523
|
viewMode: "time" | "years" | "months" | "days";
|
524
524
|
shortcuts: string;
|
525
525
|
closeOnSelect: boolean;
|
@@ -531,7 +531,7 @@ declare const _default: {
|
|
531
531
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
532
532
|
componentWillUnmount?(): void;
|
533
533
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
534
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
534
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
535
535
|
viewMode: "time" | "years" | "months" | "days";
|
536
536
|
shortcuts: string;
|
537
537
|
closeOnSelect: boolean;
|
@@ -541,7 +541,7 @@ declare const _default: {
|
|
541
541
|
locale?: string | undefined;
|
542
542
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
543
543
|
}>, prevState: Readonly<{}>): any;
|
544
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
544
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
545
545
|
viewMode: "time" | "years" | "months" | "days";
|
546
546
|
shortcuts: string;
|
547
547
|
closeOnSelect: boolean;
|
@@ -553,7 +553,7 @@ declare const _default: {
|
|
553
553
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
554
554
|
componentWillMount?(): void;
|
555
555
|
UNSAFE_componentWillMount?(): void;
|
556
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
556
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
557
557
|
viewMode: "time" | "years" | "months" | "days";
|
558
558
|
shortcuts: string;
|
559
559
|
closeOnSelect: boolean;
|
@@ -563,7 +563,7 @@ declare const _default: {
|
|
563
563
|
locale?: string | undefined;
|
564
564
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
565
565
|
}>, nextContext: any): void;
|
566
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
566
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
567
567
|
viewMode: "time" | "years" | "months" | "days";
|
568
568
|
shortcuts: string;
|
569
569
|
closeOnSelect: boolean;
|
@@ -573,7 +573,7 @@ declare const _default: {
|
|
573
573
|
locale?: string | undefined;
|
574
574
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
575
575
|
}>, nextContext: any): void;
|
576
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
576
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
577
577
|
viewMode: "time" | "years" | "months" | "days";
|
578
578
|
shortcuts: string;
|
579
579
|
closeOnSelect: boolean;
|
@@ -583,7 +583,7 @@ declare const _default: {
|
|
583
583
|
locale?: string | undefined;
|
584
584
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
585
585
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
586
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
586
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
587
587
|
viewMode: "time" | "years" | "months" | "days";
|
588
588
|
shortcuts: string;
|
589
589
|
closeOnSelect: boolean;
|
@@ -601,7 +601,7 @@ declare const _default: {
|
|
601
601
|
ComposedComponent: typeof DatePicker;
|
602
602
|
}>;
|
603
603
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
604
|
-
new (props: (Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
604
|
+
new (props: (Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
605
605
|
viewMode: "time" | "years" | "months" | "days";
|
606
606
|
shortcuts: string;
|
607
607
|
closeOnSelect: boolean;
|
@@ -610,7 +610,7 @@ declare const _default: {
|
|
610
610
|
}, never>> & {
|
611
611
|
locale?: string | undefined;
|
612
612
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
613
|
-
}) | Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
613
|
+
}) | Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
614
614
|
viewMode: "time" | "years" | "months" | "days";
|
615
615
|
shortcuts: string;
|
616
616
|
closeOnSelect: boolean;
|
@@ -622,7 +622,7 @@ declare const _default: {
|
|
622
622
|
}>): {
|
623
623
|
render(): JSX.Element;
|
624
624
|
context: any;
|
625
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
625
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
626
626
|
viewMode: "time" | "years" | "months" | "days";
|
627
627
|
shortcuts: string;
|
628
628
|
closeOnSelect: boolean;
|
@@ -633,7 +633,7 @@ declare const _default: {
|
|
633
633
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
634
634
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
635
635
|
forceUpdate(callback?: (() => void) | undefined): void;
|
636
|
-
readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
636
|
+
readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
637
637
|
viewMode: "time" | "years" | "months" | "days";
|
638
638
|
shortcuts: string;
|
639
639
|
closeOnSelect: boolean;
|
@@ -650,7 +650,7 @@ declare const _default: {
|
|
650
650
|
[key: string]: React.ReactInstance;
|
651
651
|
};
|
652
652
|
componentDidMount?(): void;
|
653
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
653
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
654
654
|
viewMode: "time" | "years" | "months" | "days";
|
655
655
|
shortcuts: string;
|
656
656
|
closeOnSelect: boolean;
|
@@ -662,7 +662,7 @@ declare const _default: {
|
|
662
662
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
663
663
|
componentWillUnmount?(): void;
|
664
664
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
665
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
665
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
666
666
|
viewMode: "time" | "years" | "months" | "days";
|
667
667
|
shortcuts: string;
|
668
668
|
closeOnSelect: boolean;
|
@@ -672,7 +672,7 @@ declare const _default: {
|
|
672
672
|
locale?: string | undefined;
|
673
673
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
674
674
|
}>, prevState: Readonly<{}>): any;
|
675
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
675
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
676
676
|
viewMode: "time" | "years" | "months" | "days";
|
677
677
|
shortcuts: string;
|
678
678
|
closeOnSelect: boolean;
|
@@ -684,7 +684,7 @@ declare const _default: {
|
|
684
684
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
685
685
|
componentWillMount?(): void;
|
686
686
|
UNSAFE_componentWillMount?(): void;
|
687
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
687
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
688
688
|
viewMode: "time" | "years" | "months" | "days";
|
689
689
|
shortcuts: string;
|
690
690
|
closeOnSelect: boolean;
|
@@ -694,7 +694,7 @@ declare const _default: {
|
|
694
694
|
locale?: string | undefined;
|
695
695
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
696
696
|
}>, nextContext: any): void;
|
697
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
697
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
698
698
|
viewMode: "time" | "years" | "months" | "days";
|
699
699
|
shortcuts: string;
|
700
700
|
closeOnSelect: boolean;
|
@@ -704,7 +704,7 @@ declare const _default: {
|
|
704
704
|
locale?: string | undefined;
|
705
705
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
706
706
|
}>, nextContext: any): void;
|
707
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
707
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
708
708
|
viewMode: "time" | "years" | "months" | "days";
|
709
709
|
shortcuts: string;
|
710
710
|
closeOnSelect: boolean;
|
@@ -714,7 +714,7 @@ declare const _default: {
|
|
714
714
|
locale?: string | undefined;
|
715
715
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
716
716
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
717
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
717
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
718
718
|
viewMode: "time" | "years" | "months" | "days";
|
719
719
|
shortcuts: string;
|
720
720
|
closeOnSelect: boolean;
|
@@ -725,7 +725,7 @@ declare const _default: {
|
|
725
725
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
726
726
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
727
727
|
};
|
728
|
-
new (props: Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
728
|
+
new (props: Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
729
729
|
viewMode: "time" | "years" | "months" | "days";
|
730
730
|
shortcuts: string;
|
731
731
|
closeOnSelect: boolean;
|
@@ -737,7 +737,7 @@ declare const _default: {
|
|
737
737
|
}, context: any): {
|
738
738
|
render(): JSX.Element;
|
739
739
|
context: any;
|
740
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
740
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
741
741
|
viewMode: "time" | "years" | "months" | "days";
|
742
742
|
shortcuts: string;
|
743
743
|
closeOnSelect: boolean;
|
@@ -748,7 +748,7 @@ declare const _default: {
|
|
748
748
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
749
749
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
750
750
|
forceUpdate(callback?: (() => void) | undefined): void;
|
751
|
-
readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
751
|
+
readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
752
752
|
viewMode: "time" | "years" | "months" | "days";
|
753
753
|
shortcuts: string;
|
754
754
|
closeOnSelect: boolean;
|
@@ -765,7 +765,7 @@ declare const _default: {
|
|
765
765
|
[key: string]: React.ReactInstance;
|
766
766
|
};
|
767
767
|
componentDidMount?(): void;
|
768
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
768
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
769
769
|
viewMode: "time" | "years" | "months" | "days";
|
770
770
|
shortcuts: string;
|
771
771
|
closeOnSelect: boolean;
|
@@ -777,7 +777,7 @@ declare const _default: {
|
|
777
777
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
778
778
|
componentWillUnmount?(): void;
|
779
779
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
780
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
780
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
781
781
|
viewMode: "time" | "years" | "months" | "days";
|
782
782
|
shortcuts: string;
|
783
783
|
closeOnSelect: boolean;
|
@@ -787,7 +787,7 @@ declare const _default: {
|
|
787
787
|
locale?: string | undefined;
|
788
788
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
789
789
|
}>, prevState: Readonly<{}>): any;
|
790
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
790
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
791
791
|
viewMode: "time" | "years" | "months" | "days";
|
792
792
|
shortcuts: string;
|
793
793
|
closeOnSelect: boolean;
|
@@ -799,7 +799,7 @@ declare const _default: {
|
|
799
799
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
800
800
|
componentWillMount?(): void;
|
801
801
|
UNSAFE_componentWillMount?(): void;
|
802
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
802
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
803
803
|
viewMode: "time" | "years" | "months" | "days";
|
804
804
|
shortcuts: string;
|
805
805
|
closeOnSelect: boolean;
|
@@ -809,7 +809,7 @@ declare const _default: {
|
|
809
809
|
locale?: string | undefined;
|
810
810
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
811
811
|
}>, nextContext: any): void;
|
812
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
812
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
813
813
|
viewMode: "time" | "years" | "months" | "days";
|
814
814
|
shortcuts: string;
|
815
815
|
closeOnSelect: boolean;
|
@@ -819,7 +819,7 @@ declare const _default: {
|
|
819
819
|
locale?: string | undefined;
|
820
820
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
821
821
|
}>, nextContext: any): void;
|
822
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
822
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
823
823
|
viewMode: "time" | "years" | "months" | "days";
|
824
824
|
shortcuts: string;
|
825
825
|
closeOnSelect: boolean;
|
@@ -829,7 +829,7 @@ declare const _default: {
|
|
829
829
|
locale?: string | undefined;
|
830
830
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
831
831
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
832
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
832
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
833
833
|
viewMode: "time" | "years" | "months" | "days";
|
834
834
|
shortcuts: string;
|
835
835
|
closeOnSelect: boolean;
|
@@ -847,7 +847,7 @@ declare const _default: {
|
|
847
847
|
ComposedComponent: typeof DatePicker;
|
848
848
|
}, {}> & {
|
849
849
|
ComposedComponent: {
|
850
|
-
new (props: (Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
850
|
+
new (props: (Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
851
851
|
viewMode: "time" | "years" | "months" | "days";
|
852
852
|
shortcuts: string;
|
853
853
|
closeOnSelect: boolean;
|
@@ -856,7 +856,7 @@ declare const _default: {
|
|
856
856
|
}, never>> & {
|
857
857
|
locale?: string | undefined;
|
858
858
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
859
|
-
}) | Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
859
|
+
}) | Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
860
860
|
viewMode: "time" | "years" | "months" | "days";
|
861
861
|
shortcuts: string;
|
862
862
|
closeOnSelect: boolean;
|
@@ -868,7 +868,7 @@ declare const _default: {
|
|
868
868
|
}>): {
|
869
869
|
render(): JSX.Element;
|
870
870
|
context: any;
|
871
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
871
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
872
872
|
viewMode: "time" | "years" | "months" | "days";
|
873
873
|
shortcuts: string;
|
874
874
|
closeOnSelect: boolean;
|
@@ -879,7 +879,7 @@ declare const _default: {
|
|
879
879
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
880
880
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
881
881
|
forceUpdate(callback?: (() => void) | undefined): void;
|
882
|
-
readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
882
|
+
readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
883
883
|
viewMode: "time" | "years" | "months" | "days";
|
884
884
|
shortcuts: string;
|
885
885
|
closeOnSelect: boolean;
|
@@ -896,7 +896,7 @@ declare const _default: {
|
|
896
896
|
[key: string]: React.ReactInstance;
|
897
897
|
};
|
898
898
|
componentDidMount?(): void;
|
899
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
899
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
900
900
|
viewMode: "time" | "years" | "months" | "days";
|
901
901
|
shortcuts: string;
|
902
902
|
closeOnSelect: boolean;
|
@@ -908,7 +908,7 @@ declare const _default: {
|
|
908
908
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
909
909
|
componentWillUnmount?(): void;
|
910
910
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
911
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
911
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
912
912
|
viewMode: "time" | "years" | "months" | "days";
|
913
913
|
shortcuts: string;
|
914
914
|
closeOnSelect: boolean;
|
@@ -918,7 +918,7 @@ declare const _default: {
|
|
918
918
|
locale?: string | undefined;
|
919
919
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
920
920
|
}>, prevState: Readonly<{}>): any;
|
921
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
921
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
922
922
|
viewMode: "time" | "years" | "months" | "days";
|
923
923
|
shortcuts: string;
|
924
924
|
closeOnSelect: boolean;
|
@@ -930,7 +930,7 @@ declare const _default: {
|
|
930
930
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
931
931
|
componentWillMount?(): void;
|
932
932
|
UNSAFE_componentWillMount?(): void;
|
933
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
933
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
934
934
|
viewMode: "time" | "years" | "months" | "days";
|
935
935
|
shortcuts: string;
|
936
936
|
closeOnSelect: boolean;
|
@@ -940,7 +940,7 @@ declare const _default: {
|
|
940
940
|
locale?: string | undefined;
|
941
941
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
942
942
|
}>, nextContext: any): void;
|
943
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
943
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
944
944
|
viewMode: "time" | "years" | "months" | "days";
|
945
945
|
shortcuts: string;
|
946
946
|
closeOnSelect: boolean;
|
@@ -950,7 +950,7 @@ declare const _default: {
|
|
950
950
|
locale?: string | undefined;
|
951
951
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
952
952
|
}>, nextContext: any): void;
|
953
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
953
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
954
954
|
viewMode: "time" | "years" | "months" | "days";
|
955
955
|
shortcuts: string;
|
956
956
|
closeOnSelect: boolean;
|
@@ -960,7 +960,7 @@ declare const _default: {
|
|
960
960
|
locale?: string | undefined;
|
961
961
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
962
962
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
963
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
963
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
964
964
|
viewMode: "time" | "years" | "months" | "days";
|
965
965
|
shortcuts: string;
|
966
966
|
closeOnSelect: boolean;
|
@@ -971,7 +971,7 @@ declare const _default: {
|
|
971
971
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
972
972
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
973
973
|
};
|
974
|
-
new (props: Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
974
|
+
new (props: Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
975
975
|
viewMode: "time" | "years" | "months" | "days";
|
976
976
|
shortcuts: string;
|
977
977
|
closeOnSelect: boolean;
|
@@ -983,7 +983,7 @@ declare const _default: {
|
|
983
983
|
}, context: any): {
|
984
984
|
render(): JSX.Element;
|
985
985
|
context: any;
|
986
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
986
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
987
987
|
viewMode: "time" | "years" | "months" | "days";
|
988
988
|
shortcuts: string;
|
989
989
|
closeOnSelect: boolean;
|
@@ -994,7 +994,7 @@ declare const _default: {
|
|
994
994
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
995
995
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
996
996
|
forceUpdate(callback?: (() => void) | undefined): void;
|
997
|
-
readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
997
|
+
readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
998
998
|
viewMode: "time" | "years" | "months" | "days";
|
999
999
|
shortcuts: string;
|
1000
1000
|
closeOnSelect: boolean;
|
@@ -1011,7 +1011,7 @@ declare const _default: {
|
|
1011
1011
|
[key: string]: React.ReactInstance;
|
1012
1012
|
};
|
1013
1013
|
componentDidMount?(): void;
|
1014
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
1014
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
1015
1015
|
viewMode: "time" | "years" | "months" | "days";
|
1016
1016
|
shortcuts: string;
|
1017
1017
|
closeOnSelect: boolean;
|
@@ -1023,7 +1023,7 @@ declare const _default: {
|
|
1023
1023
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1024
1024
|
componentWillUnmount?(): void;
|
1025
1025
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
1026
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
1026
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
1027
1027
|
viewMode: "time" | "years" | "months" | "days";
|
1028
1028
|
shortcuts: string;
|
1029
1029
|
closeOnSelect: boolean;
|
@@ -1033,7 +1033,7 @@ declare const _default: {
|
|
1033
1033
|
locale?: string | undefined;
|
1034
1034
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1035
1035
|
}>, prevState: Readonly<{}>): any;
|
1036
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
1036
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
1037
1037
|
viewMode: "time" | "years" | "months" | "days";
|
1038
1038
|
shortcuts: string;
|
1039
1039
|
closeOnSelect: boolean;
|
@@ -1045,7 +1045,7 @@ declare const _default: {
|
|
1045
1045
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
1046
1046
|
componentWillMount?(): void;
|
1047
1047
|
UNSAFE_componentWillMount?(): void;
|
1048
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
1048
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
1049
1049
|
viewMode: "time" | "years" | "months" | "days";
|
1050
1050
|
shortcuts: string;
|
1051
1051
|
closeOnSelect: boolean;
|
@@ -1055,7 +1055,7 @@ declare const _default: {
|
|
1055
1055
|
locale?: string | undefined;
|
1056
1056
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1057
1057
|
}>, nextContext: any): void;
|
1058
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
1058
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
1059
1059
|
viewMode: "time" | "years" | "months" | "days";
|
1060
1060
|
shortcuts: string;
|
1061
1061
|
closeOnSelect: boolean;
|
@@ -1065,7 +1065,7 @@ declare const _default: {
|
|
1065
1065
|
locale?: string | undefined;
|
1066
1066
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1067
1067
|
}>, nextContext: any): void;
|
1068
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
1068
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
1069
1069
|
viewMode: "time" | "years" | "months" | "days";
|
1070
1070
|
shortcuts: string;
|
1071
1071
|
closeOnSelect: boolean;
|
@@ -1075,7 +1075,7 @@ declare const _default: {
|
|
1075
1075
|
locale?: string | undefined;
|
1076
1076
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1077
1077
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1078
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "
|
1078
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "schedules" | "largeMode" | "onScheduleClick" | "dateFormat" | "utc" | "timeConstraints" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
1079
1079
|
viewMode: "time" | "years" | "months" | "days";
|
1080
1080
|
shortcuts: string;
|
1081
1081
|
closeOnSelect: boolean;
|