amis 1.5.4 → 1.5.6-beta.5
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/Root.js +1 -1
- package/lib/Root.js.map +2 -2
- package/lib/RootRenderer.d.ts +1 -1
- package/lib/RootRenderer.js +4 -3
- package/lib/RootRenderer.js.map +2 -2
- package/lib/Schema.d.ts +1 -1
- package/lib/Schema.js.map +1 -1
- package/lib/SchemaRenderer.js +4 -4
- package/lib/SchemaRenderer.js.map +2 -2
- package/lib/components/AsideNav.d.ts +1 -1
- package/lib/components/AsideNav.js.map +1 -1
- package/lib/components/Card.d.ts +20 -20
- package/lib/components/CodeMirror.d.ts +26 -0
- package/lib/components/CodeMirror.js +104 -0
- package/lib/components/CodeMirror.js.map +13 -0
- package/lib/components/Collapse.d.ts +22 -21
- package/lib/components/Collapse.js +4 -6
- package/lib/components/Collapse.js.map +2 -2
- package/lib/components/CollapseGroup.d.ts +20 -20
- package/lib/components/CollapseGroup.js +5 -3
- package/lib/components/CollapseGroup.js.map +2 -2
- package/lib/components/ColorPicker.d.ts +85 -84
- package/lib/components/ColorPicker.js +15 -3
- package/lib/components/ColorPicker.js.map +2 -2
- package/lib/components/DatePicker.d.ts +84 -84
- package/lib/components/DatePicker.js +7 -3
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +85 -84
- package/lib/components/DateRangePicker.js +5 -3
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/LocationPicker.d.ts +84 -84
- package/lib/components/MonthRangePicker.d.ts +85 -84
- package/lib/components/MonthRangePicker.js +5 -3
- package/lib/components/MonthRangePicker.js.map +2 -2
- package/lib/components/PickerContainer.d.ts +2 -1
- package/lib/components/PickerContainer.js +3 -3
- package/lib/components/PickerContainer.js.map +2 -2
- package/lib/components/PopUp.d.ts +93 -0
- package/lib/components/PopUp.js +58 -0
- package/lib/components/PopUp.js.map +13 -0
- package/lib/components/Progress.js +1 -1
- package/lib/components/Progress.js.map +2 -2
- package/lib/components/Select.d.ts +237 -237
- package/lib/components/Steps.d.ts +1 -0
- package/lib/components/Steps.js +5 -3
- package/lib/components/Steps.js.map +2 -2
- package/lib/components/Tabs.d.ts +20 -20
- package/lib/components/TabsTransferPicker.js +1 -1
- package/lib/components/TabsTransferPicker.js.map +2 -2
- package/lib/components/TransferPicker.d.ts +0 -1
- package/lib/components/TransferPicker.js +2 -15
- package/lib/components/TransferPicker.js.map +2 -2
- package/lib/components/formula/Editor.d.ts +560 -0
- package/lib/components/formula/Editor.js +186 -0
- package/lib/components/formula/Editor.js.map +13 -0
- package/lib/components/formula/FuncList.d.ts +67 -0
- package/lib/components/formula/FuncList.js +35 -0
- package/lib/components/formula/FuncList.js.map +13 -0
- package/lib/components/formula/Picker.d.ts +493 -0
- package/lib/components/formula/Picker.js +48 -0
- package/lib/components/formula/Picker.js.map +13 -0
- package/lib/components/formula/VariableList.d.ts +9 -0
- package/lib/components/formula/VariableList.js +15 -0
- package/lib/components/formula/VariableList.js.map +13 -0
- package/lib/components/formula/plugin.d.ts +18 -0
- package/lib/components/formula/plugin.js +136 -0
- package/lib/components/formula/plugin.js.map +13 -0
- 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/helper.css +57 -57
- package/lib/helper.css.map +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -1
- package/lib/index.js.map +2 -2
- package/lib/renderers/CRUD.d.ts +1 -1
- package/lib/renderers/CRUD.js +4 -3
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Collapse.js +8 -2
- package/lib/renderers/Collapse.js.map +2 -2
- package/lib/renderers/CollapseGroup.js.map +2 -2
- package/lib/renderers/Dialog.d.ts +2 -2
- package/lib/renderers/Dialog.js +7 -7
- package/lib/renderers/Dialog.js.map +2 -2
- package/lib/renderers/Drawer.js +2 -2
- package/lib/renderers/Drawer.js.map +2 -2
- package/lib/renderers/Form/InputCity.d.ts +84 -84
- package/lib/renderers/Form/InputColor.d.ts +84 -84
- package/lib/renderers/Form/InputColor.js +2 -2
- package/lib/renderers/Form/InputColor.js.map +2 -2
- package/lib/renderers/Form/InputDate.js +2 -2
- package/lib/renderers/Form/InputDate.js.map +2 -2
- package/lib/renderers/Form/InputDateRange.js +2 -2
- package/lib/renderers/Form/InputDateRange.js.map +2 -2
- package/lib/renderers/Form/InputFile.js +1 -1
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputFormula.d.ts +35 -0
- package/lib/renderers/Form/InputFormula.js +25 -0
- package/lib/renderers/Form/InputFormula.js.map +13 -0
- package/lib/renderers/Form/InputImage.js +1 -1
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputMonthRange.js +2 -2
- package/lib/renderers/Form/InputMonthRange.js.map +2 -2
- package/lib/renderers/Form/InputQuarterRange.js +2 -2
- package/lib/renderers/Form/InputQuarterRange.js.map +2 -2
- package/lib/renderers/Form/InputYearRange.js +2 -2
- package/lib/renderers/Form/InputYearRange.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +1 -1
- package/lib/renderers/Form/Item.js +4 -3
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/TreeSelect.d.ts +1 -0
- package/lib/renderers/Form/TreeSelect.js +11 -8
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/index.d.ts +1 -1
- package/lib/renderers/Form/index.js +3 -2
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Page.d.ts +3 -3
- package/lib/renderers/Page.js +4 -3
- package/lib/renderers/Page.js.map +2 -2
- package/lib/renderers/Steps.js +2 -2
- package/lib/renderers/Steps.js.map +2 -2
- package/lib/renderers/Wizard.d.ts +1 -1
- package/lib/renderers/Wizard.js +93 -36
- package/lib/renderers/Wizard.js.map +2 -2
- package/lib/store/formItem.js +11 -1
- package/lib/store/formItem.js.map +2 -2
- package/lib/themes/ang-ie11.css +261 -0
- package/lib/themes/ang.css +261 -0
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +261 -0
- package/lib/themes/antd.css +261 -0
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +261 -0
- package/lib/themes/cxd.css +261 -0
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +261 -0
- package/lib/themes/dark.css +261 -0
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +261 -0
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/api.js +2 -2
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/helper.js +2 -7
- package/lib/utils/helper.js.map +2 -2
- package/package.json +5 -3
- package/scss/_variables.scss +1 -1
- package/scss/components/_formula.scss +122 -0
- package/scss/components/_popup.scss +123 -0
- package/scss/components/_steps.scss +60 -0
- package/scss/components/form/_color.scss +4 -0
- package/scss/components/form/_date-range.scss +4 -0
- package/scss/components/form/_date.scss +3 -0
- package/scss/components/form/_tree-select.scss +4 -0
- package/scss/helper/background/_background-color.scss +1 -1
- package/scss/helper/border/_border-color.scss +1 -1
- package/scss/helper/typography/_text-color.scss +1 -1
- package/scss/themes/_common.scss +2 -0
- package/sdk/ang-ie11.css +875 -0
- package/sdk/ang.css +875 -0
- package/sdk/antd-ie11.css +875 -0
- package/sdk/antd.css +875 -0
- package/sdk/charts.js +18 -18
- package/sdk/codemirror.js +14 -0
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +3 -3
- package/sdk/cxd-ie11.css +875 -0
- package/sdk/cxd.css +875 -0
- package/sdk/dark-ie11.css +875 -0
- package/sdk/dark.css +875 -0
- package/sdk/exceljs.js +1 -1
- package/sdk/helper.css +57 -57
- package/sdk/helper.css.map +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 +18 -18
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +875 -0
- package/sdk/sdk.css +875 -0
- package/sdk/sdk.js +1315 -1207
- package/sdk/thirds/hls.js/hls.js +18 -18
- package/sdk/thirds/mpegts.js/mpegts.js +2 -2
- package/sdk/tinymce.js +57 -57
- package/src/Root.tsx +1 -0
- package/src/RootRenderer.tsx +3 -3
- package/src/Schema.ts +1 -0
- package/src/SchemaRenderer.tsx +4 -0
- package/src/components/AsideNav.tsx +1 -1
- package/src/components/CodeMirror.tsx +99 -0
- package/src/components/Collapse.tsx +21 -13
- package/src/components/CollapseGroup.tsx +9 -11
- package/src/components/ColorPicker.tsx +45 -3
- package/src/components/DatePicker.tsx +33 -3
- package/src/components/DateRangePicker.tsx +17 -3
- package/src/components/MonthRangePicker.tsx +18 -4
- package/src/components/PickerContainer.tsx +10 -6
- package/src/components/PopUp.tsx +133 -0
- package/src/components/Progress.tsx +1 -1
- package/src/components/Steps.tsx +8 -3
- package/src/components/TabsTransferPicker.tsx +1 -1
- package/src/components/TransferPicker.tsx +1 -11
- package/src/components/formula/Editor.tsx +261 -0
- package/src/components/formula/FuncList.tsx +82 -0
- package/src/components/formula/Picker.tsx +86 -0
- package/src/components/formula/VariableList.tsx +49 -0
- package/src/components/formula/plugin.ts +177 -0
- package/src/components/index.tsx +2 -0
- package/src/index.tsx +1 -0
- package/src/renderers/CRUD.tsx +3 -3
- package/src/renderers/Collapse.tsx +27 -27
- package/src/renderers/CollapseGroup.tsx +13 -12
- package/src/renderers/Dialog.tsx +8 -8
- package/src/renderers/Drawer.tsx +2 -2
- package/src/renderers/Form/InputColor.tsx +2 -3
- package/src/renderers/Form/InputDate.tsx +2 -0
- package/src/renderers/Form/InputDateRange.tsx +2 -0
- package/src/renderers/Form/InputFile.tsx +1 -1
- package/src/renderers/Form/InputFormula.tsx +75 -0
- package/src/renderers/Form/InputImage.tsx +1 -1
- package/src/renderers/Form/InputMonthRange.tsx +2 -0
- package/src/renderers/Form/InputQuarterRange.tsx +2 -0
- package/src/renderers/Form/InputYearRange.tsx +2 -0
- package/src/renderers/Form/Item.tsx +2 -2
- package/src/renderers/Form/TreeSelect.tsx +82 -63
- package/src/renderers/Form/index.tsx +2 -2
- package/src/renderers/Page.tsx +11 -10
- package/src/renderers/Steps.tsx +4 -2
- package/src/renderers/Wizard.tsx +52 -12
- package/src/store/formItem.ts +15 -0
- package/src/utils/api.ts +5 -2
- package/src/utils/helper.ts +5 -14
@@ -111,7 +111,7 @@ export declare class DatePicker extends React.Component<DateProps, DatePickerSta
|
|
111
111
|
render(): JSX.Element;
|
112
112
|
}
|
113
113
|
declare const _default: {
|
114
|
-
new (props: (Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
114
|
+
new (props: (Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
115
115
|
viewMode: "time" | "years" | "months" | "days";
|
116
116
|
shortcuts: string;
|
117
117
|
closeOnSelect: boolean;
|
@@ -120,7 +120,7 @@ declare const _default: {
|
|
120
120
|
}, never>> & {
|
121
121
|
locale?: string | undefined;
|
122
122
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
123
|
-
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
123
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
124
124
|
viewMode: "time" | "years" | "months" | "days";
|
125
125
|
shortcuts: string;
|
126
126
|
closeOnSelect: boolean;
|
@@ -132,7 +132,7 @@ declare const _default: {
|
|
132
132
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
133
133
|
render(): JSX.Element;
|
134
134
|
context: any;
|
135
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
135
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
136
136
|
viewMode: "time" | "years" | "months" | "days";
|
137
137
|
shortcuts: string;
|
138
138
|
closeOnSelect: boolean;
|
@@ -143,7 +143,7 @@ declare const _default: {
|
|
143
143
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
144
144
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
145
145
|
forceUpdate(callback?: (() => void) | undefined): void;
|
146
|
-
readonly props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
146
|
+
readonly props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
147
147
|
viewMode: "time" | "years" | "months" | "days";
|
148
148
|
shortcuts: string;
|
149
149
|
closeOnSelect: boolean;
|
@@ -160,7 +160,7 @@ declare const _default: {
|
|
160
160
|
[key: string]: React.ReactInstance;
|
161
161
|
};
|
162
162
|
componentDidMount?(): void;
|
163
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
163
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
164
164
|
viewMode: "time" | "years" | "months" | "days";
|
165
165
|
shortcuts: string;
|
166
166
|
closeOnSelect: boolean;
|
@@ -172,7 +172,7 @@ declare const _default: {
|
|
172
172
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
173
173
|
componentWillUnmount?(): void;
|
174
174
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
175
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
175
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
176
176
|
viewMode: "time" | "years" | "months" | "days";
|
177
177
|
shortcuts: string;
|
178
178
|
closeOnSelect: boolean;
|
@@ -182,7 +182,7 @@ declare const _default: {
|
|
182
182
|
locale?: string | undefined;
|
183
183
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
184
184
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
185
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
185
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
186
186
|
viewMode: "time" | "years" | "months" | "days";
|
187
187
|
shortcuts: string;
|
188
188
|
closeOnSelect: boolean;
|
@@ -194,7 +194,7 @@ declare const _default: {
|
|
194
194
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
195
195
|
componentWillMount?(): void;
|
196
196
|
UNSAFE_componentWillMount?(): void;
|
197
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
197
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
198
198
|
viewMode: "time" | "years" | "months" | "days";
|
199
199
|
shortcuts: string;
|
200
200
|
closeOnSelect: boolean;
|
@@ -204,7 +204,7 @@ declare const _default: {
|
|
204
204
|
locale?: string | undefined;
|
205
205
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
206
206
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
207
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
207
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
208
208
|
viewMode: "time" | "years" | "months" | "days";
|
209
209
|
shortcuts: string;
|
210
210
|
closeOnSelect: boolean;
|
@@ -214,7 +214,7 @@ declare const _default: {
|
|
214
214
|
locale?: string | undefined;
|
215
215
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
216
216
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
217
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
217
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
218
218
|
viewMode: "time" | "years" | "months" | "days";
|
219
219
|
shortcuts: string;
|
220
220
|
closeOnSelect: boolean;
|
@@ -224,7 +224,7 @@ declare const _default: {
|
|
224
224
|
locale?: string | undefined;
|
225
225
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
226
226
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
227
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
227
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
228
228
|
viewMode: "time" | "years" | "months" | "days";
|
229
229
|
shortcuts: string;
|
230
230
|
closeOnSelect: boolean;
|
@@ -235,7 +235,7 @@ declare const _default: {
|
|
235
235
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
236
236
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
237
237
|
};
|
238
|
-
new (props: Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
238
|
+
new (props: Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
239
239
|
viewMode: "time" | "years" | "months" | "days";
|
240
240
|
shortcuts: string;
|
241
241
|
closeOnSelect: boolean;
|
@@ -247,7 +247,7 @@ declare const _default: {
|
|
247
247
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
248
248
|
render(): JSX.Element;
|
249
249
|
context: any;
|
250
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
250
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
251
251
|
viewMode: "time" | "years" | "months" | "days";
|
252
252
|
shortcuts: string;
|
253
253
|
closeOnSelect: boolean;
|
@@ -258,7 +258,7 @@ declare const _default: {
|
|
258
258
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
259
259
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
260
260
|
forceUpdate(callback?: (() => void) | undefined): void;
|
261
|
-
readonly props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
261
|
+
readonly props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
262
262
|
viewMode: "time" | "years" | "months" | "days";
|
263
263
|
shortcuts: string;
|
264
264
|
closeOnSelect: boolean;
|
@@ -275,7 +275,7 @@ declare const _default: {
|
|
275
275
|
[key: string]: React.ReactInstance;
|
276
276
|
};
|
277
277
|
componentDidMount?(): void;
|
278
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
278
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
279
279
|
viewMode: "time" | "years" | "months" | "days";
|
280
280
|
shortcuts: string;
|
281
281
|
closeOnSelect: boolean;
|
@@ -287,7 +287,7 @@ declare const _default: {
|
|
287
287
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
288
288
|
componentWillUnmount?(): void;
|
289
289
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
290
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
290
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
291
291
|
viewMode: "time" | "years" | "months" | "days";
|
292
292
|
shortcuts: string;
|
293
293
|
closeOnSelect: boolean;
|
@@ -297,7 +297,7 @@ declare const _default: {
|
|
297
297
|
locale?: string | undefined;
|
298
298
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
299
299
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
300
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
300
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
301
301
|
viewMode: "time" | "years" | "months" | "days";
|
302
302
|
shortcuts: string;
|
303
303
|
closeOnSelect: boolean;
|
@@ -309,7 +309,7 @@ declare const _default: {
|
|
309
309
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
310
310
|
componentWillMount?(): void;
|
311
311
|
UNSAFE_componentWillMount?(): void;
|
312
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
312
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
313
313
|
viewMode: "time" | "years" | "months" | "days";
|
314
314
|
shortcuts: string;
|
315
315
|
closeOnSelect: boolean;
|
@@ -319,7 +319,7 @@ declare const _default: {
|
|
319
319
|
locale?: string | undefined;
|
320
320
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
321
321
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
322
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
322
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
323
323
|
viewMode: "time" | "years" | "months" | "days";
|
324
324
|
shortcuts: string;
|
325
325
|
closeOnSelect: boolean;
|
@@ -329,7 +329,7 @@ declare const _default: {
|
|
329
329
|
locale?: string | undefined;
|
330
330
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
331
331
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
332
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
332
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
333
333
|
viewMode: "time" | "years" | "months" | "days";
|
334
334
|
shortcuts: string;
|
335
335
|
closeOnSelect: boolean;
|
@@ -339,7 +339,7 @@ declare const _default: {
|
|
339
339
|
locale?: string | undefined;
|
340
340
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
341
341
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
342
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
342
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
343
343
|
viewMode: "time" | "years" | "months" | "days";
|
344
344
|
shortcuts: string;
|
345
345
|
closeOnSelect: boolean;
|
@@ -353,7 +353,7 @@ declare const _default: {
|
|
353
353
|
displayName: string;
|
354
354
|
contextType: React.Context<string>;
|
355
355
|
ComposedComponent: React.ComponentType<{
|
356
|
-
new (props: (Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
356
|
+
new (props: (Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
357
357
|
viewMode: "time" | "years" | "months" | "days";
|
358
358
|
shortcuts: string;
|
359
359
|
closeOnSelect: boolean;
|
@@ -362,7 +362,7 @@ declare const _default: {
|
|
362
362
|
}, never>> & {
|
363
363
|
locale?: string | undefined;
|
364
364
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
365
|
-
}) | Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
365
|
+
}) | Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
366
366
|
viewMode: "time" | "years" | "months" | "days";
|
367
367
|
shortcuts: string;
|
368
368
|
closeOnSelect: boolean;
|
@@ -374,7 +374,7 @@ declare const _default: {
|
|
374
374
|
}>): {
|
375
375
|
render(): JSX.Element;
|
376
376
|
context: any;
|
377
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
377
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
378
378
|
viewMode: "time" | "years" | "months" | "days";
|
379
379
|
shortcuts: string;
|
380
380
|
closeOnSelect: boolean;
|
@@ -385,7 +385,7 @@ declare const _default: {
|
|
385
385
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
386
386
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
387
387
|
forceUpdate(callback?: (() => void) | undefined): void;
|
388
|
-
readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
388
|
+
readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
389
389
|
viewMode: "time" | "years" | "months" | "days";
|
390
390
|
shortcuts: string;
|
391
391
|
closeOnSelect: boolean;
|
@@ -402,7 +402,7 @@ declare const _default: {
|
|
402
402
|
[key: string]: React.ReactInstance;
|
403
403
|
};
|
404
404
|
componentDidMount?(): void;
|
405
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
405
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
406
406
|
viewMode: "time" | "years" | "months" | "days";
|
407
407
|
shortcuts: string;
|
408
408
|
closeOnSelect: boolean;
|
@@ -414,7 +414,7 @@ declare const _default: {
|
|
414
414
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
415
415
|
componentWillUnmount?(): void;
|
416
416
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
417
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
417
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
418
418
|
viewMode: "time" | "years" | "months" | "days";
|
419
419
|
shortcuts: string;
|
420
420
|
closeOnSelect: boolean;
|
@@ -424,7 +424,7 @@ declare const _default: {
|
|
424
424
|
locale?: string | undefined;
|
425
425
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
426
426
|
}>, prevState: Readonly<{}>): any;
|
427
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
427
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
428
428
|
viewMode: "time" | "years" | "months" | "days";
|
429
429
|
shortcuts: string;
|
430
430
|
closeOnSelect: boolean;
|
@@ -436,7 +436,7 @@ declare const _default: {
|
|
436
436
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
437
437
|
componentWillMount?(): void;
|
438
438
|
UNSAFE_componentWillMount?(): void;
|
439
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
439
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
440
440
|
viewMode: "time" | "years" | "months" | "days";
|
441
441
|
shortcuts: string;
|
442
442
|
closeOnSelect: boolean;
|
@@ -446,7 +446,7 @@ declare const _default: {
|
|
446
446
|
locale?: string | undefined;
|
447
447
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
448
448
|
}>, nextContext: any): void;
|
449
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
449
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
450
450
|
viewMode: "time" | "years" | "months" | "days";
|
451
451
|
shortcuts: string;
|
452
452
|
closeOnSelect: boolean;
|
@@ -456,7 +456,7 @@ declare const _default: {
|
|
456
456
|
locale?: string | undefined;
|
457
457
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
458
458
|
}>, nextContext: any): void;
|
459
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
459
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
460
460
|
viewMode: "time" | "years" | "months" | "days";
|
461
461
|
shortcuts: string;
|
462
462
|
closeOnSelect: boolean;
|
@@ -466,7 +466,7 @@ declare const _default: {
|
|
466
466
|
locale?: string | undefined;
|
467
467
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
468
468
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
469
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
469
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
470
470
|
viewMode: "time" | "years" | "months" | "days";
|
471
471
|
shortcuts: string;
|
472
472
|
closeOnSelect: boolean;
|
@@ -477,7 +477,7 @@ declare const _default: {
|
|
477
477
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
478
478
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
479
479
|
};
|
480
|
-
new (props: Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
480
|
+
new (props: Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
481
481
|
viewMode: "time" | "years" | "months" | "days";
|
482
482
|
shortcuts: string;
|
483
483
|
closeOnSelect: boolean;
|
@@ -489,7 +489,7 @@ declare const _default: {
|
|
489
489
|
}, context: any): {
|
490
490
|
render(): JSX.Element;
|
491
491
|
context: any;
|
492
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
492
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
493
493
|
viewMode: "time" | "years" | "months" | "days";
|
494
494
|
shortcuts: string;
|
495
495
|
closeOnSelect: boolean;
|
@@ -500,7 +500,7 @@ declare const _default: {
|
|
500
500
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
501
501
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
502
502
|
forceUpdate(callback?: (() => void) | undefined): void;
|
503
|
-
readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
503
|
+
readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
504
504
|
viewMode: "time" | "years" | "months" | "days";
|
505
505
|
shortcuts: string;
|
506
506
|
closeOnSelect: boolean;
|
@@ -517,7 +517,7 @@ declare const _default: {
|
|
517
517
|
[key: string]: React.ReactInstance;
|
518
518
|
};
|
519
519
|
componentDidMount?(): void;
|
520
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
520
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
521
521
|
viewMode: "time" | "years" | "months" | "days";
|
522
522
|
shortcuts: string;
|
523
523
|
closeOnSelect: boolean;
|
@@ -529,7 +529,7 @@ declare const _default: {
|
|
529
529
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
530
530
|
componentWillUnmount?(): void;
|
531
531
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
532
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
532
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
533
533
|
viewMode: "time" | "years" | "months" | "days";
|
534
534
|
shortcuts: string;
|
535
535
|
closeOnSelect: boolean;
|
@@ -539,7 +539,7 @@ declare const _default: {
|
|
539
539
|
locale?: string | undefined;
|
540
540
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
541
541
|
}>, prevState: Readonly<{}>): any;
|
542
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
542
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
543
543
|
viewMode: "time" | "years" | "months" | "days";
|
544
544
|
shortcuts: string;
|
545
545
|
closeOnSelect: boolean;
|
@@ -551,7 +551,7 @@ declare const _default: {
|
|
551
551
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
552
552
|
componentWillMount?(): void;
|
553
553
|
UNSAFE_componentWillMount?(): void;
|
554
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
554
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
555
555
|
viewMode: "time" | "years" | "months" | "days";
|
556
556
|
shortcuts: string;
|
557
557
|
closeOnSelect: boolean;
|
@@ -561,7 +561,7 @@ declare const _default: {
|
|
561
561
|
locale?: string | undefined;
|
562
562
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
563
563
|
}>, nextContext: any): void;
|
564
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
564
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
565
565
|
viewMode: "time" | "years" | "months" | "days";
|
566
566
|
shortcuts: string;
|
567
567
|
closeOnSelect: boolean;
|
@@ -571,7 +571,7 @@ declare const _default: {
|
|
571
571
|
locale?: string | undefined;
|
572
572
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
573
573
|
}>, nextContext: any): void;
|
574
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
574
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
575
575
|
viewMode: "time" | "years" | "months" | "days";
|
576
576
|
shortcuts: string;
|
577
577
|
closeOnSelect: boolean;
|
@@ -581,7 +581,7 @@ declare const _default: {
|
|
581
581
|
locale?: string | undefined;
|
582
582
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
583
583
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
584
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
584
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
585
585
|
viewMode: "time" | "years" | "months" | "days";
|
586
586
|
shortcuts: string;
|
587
587
|
closeOnSelect: boolean;
|
@@ -599,7 +599,7 @@ declare const _default: {
|
|
599
599
|
ComposedComponent: typeof DatePicker;
|
600
600
|
}>;
|
601
601
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
602
|
-
new (props: (Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
602
|
+
new (props: (Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
603
603
|
viewMode: "time" | "years" | "months" | "days";
|
604
604
|
shortcuts: string;
|
605
605
|
closeOnSelect: boolean;
|
@@ -608,7 +608,7 @@ declare const _default: {
|
|
608
608
|
}, never>> & {
|
609
609
|
locale?: string | undefined;
|
610
610
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
611
|
-
}) | Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
611
|
+
}) | Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
612
612
|
viewMode: "time" | "years" | "months" | "days";
|
613
613
|
shortcuts: string;
|
614
614
|
closeOnSelect: boolean;
|
@@ -620,7 +620,7 @@ declare const _default: {
|
|
620
620
|
}>): {
|
621
621
|
render(): JSX.Element;
|
622
622
|
context: any;
|
623
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
623
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
624
624
|
viewMode: "time" | "years" | "months" | "days";
|
625
625
|
shortcuts: string;
|
626
626
|
closeOnSelect: boolean;
|
@@ -631,7 +631,7 @@ declare const _default: {
|
|
631
631
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
632
632
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
633
633
|
forceUpdate(callback?: (() => void) | undefined): void;
|
634
|
-
readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
634
|
+
readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
635
635
|
viewMode: "time" | "years" | "months" | "days";
|
636
636
|
shortcuts: string;
|
637
637
|
closeOnSelect: boolean;
|
@@ -648,7 +648,7 @@ declare const _default: {
|
|
648
648
|
[key: string]: React.ReactInstance;
|
649
649
|
};
|
650
650
|
componentDidMount?(): void;
|
651
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
651
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
652
652
|
viewMode: "time" | "years" | "months" | "days";
|
653
653
|
shortcuts: string;
|
654
654
|
closeOnSelect: boolean;
|
@@ -660,7 +660,7 @@ declare const _default: {
|
|
660
660
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
661
661
|
componentWillUnmount?(): void;
|
662
662
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
663
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
663
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
664
664
|
viewMode: "time" | "years" | "months" | "days";
|
665
665
|
shortcuts: string;
|
666
666
|
closeOnSelect: boolean;
|
@@ -670,7 +670,7 @@ declare const _default: {
|
|
670
670
|
locale?: string | undefined;
|
671
671
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
672
672
|
}>, prevState: Readonly<{}>): any;
|
673
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
673
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
674
674
|
viewMode: "time" | "years" | "months" | "days";
|
675
675
|
shortcuts: string;
|
676
676
|
closeOnSelect: boolean;
|
@@ -682,7 +682,7 @@ declare const _default: {
|
|
682
682
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
683
683
|
componentWillMount?(): void;
|
684
684
|
UNSAFE_componentWillMount?(): void;
|
685
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
685
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
686
686
|
viewMode: "time" | "years" | "months" | "days";
|
687
687
|
shortcuts: string;
|
688
688
|
closeOnSelect: boolean;
|
@@ -692,7 +692,7 @@ declare const _default: {
|
|
692
692
|
locale?: string | undefined;
|
693
693
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
694
694
|
}>, nextContext: any): void;
|
695
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
695
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
696
696
|
viewMode: "time" | "years" | "months" | "days";
|
697
697
|
shortcuts: string;
|
698
698
|
closeOnSelect: boolean;
|
@@ -702,7 +702,7 @@ declare const _default: {
|
|
702
702
|
locale?: string | undefined;
|
703
703
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
704
704
|
}>, nextContext: any): void;
|
705
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
705
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
706
706
|
viewMode: "time" | "years" | "months" | "days";
|
707
707
|
shortcuts: string;
|
708
708
|
closeOnSelect: boolean;
|
@@ -712,7 +712,7 @@ declare const _default: {
|
|
712
712
|
locale?: string | undefined;
|
713
713
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
714
714
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
715
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
715
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
716
716
|
viewMode: "time" | "years" | "months" | "days";
|
717
717
|
shortcuts: string;
|
718
718
|
closeOnSelect: boolean;
|
@@ -723,7 +723,7 @@ declare const _default: {
|
|
723
723
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
724
724
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
725
725
|
};
|
726
|
-
new (props: Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
726
|
+
new (props: Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
727
727
|
viewMode: "time" | "years" | "months" | "days";
|
728
728
|
shortcuts: string;
|
729
729
|
closeOnSelect: boolean;
|
@@ -735,7 +735,7 @@ declare const _default: {
|
|
735
735
|
}, context: any): {
|
736
736
|
render(): JSX.Element;
|
737
737
|
context: any;
|
738
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
738
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
739
739
|
viewMode: "time" | "years" | "months" | "days";
|
740
740
|
shortcuts: string;
|
741
741
|
closeOnSelect: boolean;
|
@@ -746,7 +746,7 @@ declare const _default: {
|
|
746
746
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
747
747
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
748
748
|
forceUpdate(callback?: (() => void) | undefined): void;
|
749
|
-
readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
749
|
+
readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
750
750
|
viewMode: "time" | "years" | "months" | "days";
|
751
751
|
shortcuts: string;
|
752
752
|
closeOnSelect: boolean;
|
@@ -763,7 +763,7 @@ declare const _default: {
|
|
763
763
|
[key: string]: React.ReactInstance;
|
764
764
|
};
|
765
765
|
componentDidMount?(): void;
|
766
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
766
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
767
767
|
viewMode: "time" | "years" | "months" | "days";
|
768
768
|
shortcuts: string;
|
769
769
|
closeOnSelect: boolean;
|
@@ -775,7 +775,7 @@ declare const _default: {
|
|
775
775
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
776
776
|
componentWillUnmount?(): void;
|
777
777
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
778
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
778
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
779
779
|
viewMode: "time" | "years" | "months" | "days";
|
780
780
|
shortcuts: string;
|
781
781
|
closeOnSelect: boolean;
|
@@ -785,7 +785,7 @@ declare const _default: {
|
|
785
785
|
locale?: string | undefined;
|
786
786
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
787
787
|
}>, prevState: Readonly<{}>): any;
|
788
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
788
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
789
789
|
viewMode: "time" | "years" | "months" | "days";
|
790
790
|
shortcuts: string;
|
791
791
|
closeOnSelect: boolean;
|
@@ -797,7 +797,7 @@ declare const _default: {
|
|
797
797
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
798
798
|
componentWillMount?(): void;
|
799
799
|
UNSAFE_componentWillMount?(): void;
|
800
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
800
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
801
801
|
viewMode: "time" | "years" | "months" | "days";
|
802
802
|
shortcuts: string;
|
803
803
|
closeOnSelect: boolean;
|
@@ -807,7 +807,7 @@ declare const _default: {
|
|
807
807
|
locale?: string | undefined;
|
808
808
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
809
809
|
}>, nextContext: any): void;
|
810
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
810
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
811
811
|
viewMode: "time" | "years" | "months" | "days";
|
812
812
|
shortcuts: string;
|
813
813
|
closeOnSelect: boolean;
|
@@ -817,7 +817,7 @@ declare const _default: {
|
|
817
817
|
locale?: string | undefined;
|
818
818
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
819
819
|
}>, nextContext: any): void;
|
820
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
820
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
821
821
|
viewMode: "time" | "years" | "months" | "days";
|
822
822
|
shortcuts: string;
|
823
823
|
closeOnSelect: boolean;
|
@@ -827,7 +827,7 @@ declare const _default: {
|
|
827
827
|
locale?: string | undefined;
|
828
828
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
829
829
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
830
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
830
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
831
831
|
viewMode: "time" | "years" | "months" | "days";
|
832
832
|
shortcuts: string;
|
833
833
|
closeOnSelect: boolean;
|
@@ -845,7 +845,7 @@ declare const _default: {
|
|
845
845
|
ComposedComponent: typeof DatePicker;
|
846
846
|
}, {}> & {
|
847
847
|
ComposedComponent: {
|
848
|
-
new (props: (Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
848
|
+
new (props: (Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
849
849
|
viewMode: "time" | "years" | "months" | "days";
|
850
850
|
shortcuts: string;
|
851
851
|
closeOnSelect: boolean;
|
@@ -854,7 +854,7 @@ declare const _default: {
|
|
854
854
|
}, never>> & {
|
855
855
|
locale?: string | undefined;
|
856
856
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
857
|
-
}) | Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
857
|
+
}) | Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
858
858
|
viewMode: "time" | "years" | "months" | "days";
|
859
859
|
shortcuts: string;
|
860
860
|
closeOnSelect: boolean;
|
@@ -866,7 +866,7 @@ declare const _default: {
|
|
866
866
|
}>): {
|
867
867
|
render(): JSX.Element;
|
868
868
|
context: any;
|
869
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
869
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
870
870
|
viewMode: "time" | "years" | "months" | "days";
|
871
871
|
shortcuts: string;
|
872
872
|
closeOnSelect: boolean;
|
@@ -877,7 +877,7 @@ declare const _default: {
|
|
877
877
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
878
878
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
879
879
|
forceUpdate(callback?: (() => void) | undefined): void;
|
880
|
-
readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
880
|
+
readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
881
881
|
viewMode: "time" | "years" | "months" | "days";
|
882
882
|
shortcuts: string;
|
883
883
|
closeOnSelect: boolean;
|
@@ -894,7 +894,7 @@ declare const _default: {
|
|
894
894
|
[key: string]: React.ReactInstance;
|
895
895
|
};
|
896
896
|
componentDidMount?(): void;
|
897
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
897
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
898
898
|
viewMode: "time" | "years" | "months" | "days";
|
899
899
|
shortcuts: string;
|
900
900
|
closeOnSelect: boolean;
|
@@ -906,7 +906,7 @@ declare const _default: {
|
|
906
906
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
907
907
|
componentWillUnmount?(): void;
|
908
908
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
909
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
909
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
910
910
|
viewMode: "time" | "years" | "months" | "days";
|
911
911
|
shortcuts: string;
|
912
912
|
closeOnSelect: boolean;
|
@@ -916,7 +916,7 @@ declare const _default: {
|
|
916
916
|
locale?: string | undefined;
|
917
917
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
918
918
|
}>, prevState: Readonly<{}>): any;
|
919
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
919
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
920
920
|
viewMode: "time" | "years" | "months" | "days";
|
921
921
|
shortcuts: string;
|
922
922
|
closeOnSelect: boolean;
|
@@ -928,7 +928,7 @@ declare const _default: {
|
|
928
928
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
929
929
|
componentWillMount?(): void;
|
930
930
|
UNSAFE_componentWillMount?(): void;
|
931
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
931
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
932
932
|
viewMode: "time" | "years" | "months" | "days";
|
933
933
|
shortcuts: string;
|
934
934
|
closeOnSelect: boolean;
|
@@ -938,7 +938,7 @@ declare const _default: {
|
|
938
938
|
locale?: string | undefined;
|
939
939
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
940
940
|
}>, nextContext: any): void;
|
941
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
941
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
942
942
|
viewMode: "time" | "years" | "months" | "days";
|
943
943
|
shortcuts: string;
|
944
944
|
closeOnSelect: boolean;
|
@@ -948,7 +948,7 @@ declare const _default: {
|
|
948
948
|
locale?: string | undefined;
|
949
949
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
950
950
|
}>, nextContext: any): void;
|
951
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
951
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
952
952
|
viewMode: "time" | "years" | "months" | "days";
|
953
953
|
shortcuts: string;
|
954
954
|
closeOnSelect: boolean;
|
@@ -958,7 +958,7 @@ declare const _default: {
|
|
958
958
|
locale?: string | undefined;
|
959
959
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
960
960
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
961
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
961
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
962
962
|
viewMode: "time" | "years" | "months" | "days";
|
963
963
|
shortcuts: string;
|
964
964
|
closeOnSelect: boolean;
|
@@ -969,7 +969,7 @@ declare const _default: {
|
|
969
969
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
970
970
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
971
971
|
};
|
972
|
-
new (props: Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
972
|
+
new (props: Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
973
973
|
viewMode: "time" | "years" | "months" | "days";
|
974
974
|
shortcuts: string;
|
975
975
|
closeOnSelect: boolean;
|
@@ -981,7 +981,7 @@ declare const _default: {
|
|
981
981
|
}, context: any): {
|
982
982
|
render(): JSX.Element;
|
983
983
|
context: any;
|
984
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
984
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
985
985
|
viewMode: "time" | "years" | "months" | "days";
|
986
986
|
shortcuts: string;
|
987
987
|
closeOnSelect: boolean;
|
@@ -992,7 +992,7 @@ declare const _default: {
|
|
992
992
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
993
993
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
994
994
|
forceUpdate(callback?: (() => void) | undefined): void;
|
995
|
-
readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
995
|
+
readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
996
996
|
viewMode: "time" | "years" | "months" | "days";
|
997
997
|
shortcuts: string;
|
998
998
|
closeOnSelect: boolean;
|
@@ -1009,7 +1009,7 @@ declare const _default: {
|
|
1009
1009
|
[key: string]: React.ReactInstance;
|
1010
1010
|
};
|
1011
1011
|
componentDidMount?(): void;
|
1012
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
1012
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
1013
1013
|
viewMode: "time" | "years" | "months" | "days";
|
1014
1014
|
shortcuts: string;
|
1015
1015
|
closeOnSelect: boolean;
|
@@ -1021,7 +1021,7 @@ declare const _default: {
|
|
1021
1021
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1022
1022
|
componentWillUnmount?(): void;
|
1023
1023
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
1024
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
1024
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
1025
1025
|
viewMode: "time" | "years" | "months" | "days";
|
1026
1026
|
shortcuts: string;
|
1027
1027
|
closeOnSelect: boolean;
|
@@ -1031,7 +1031,7 @@ declare const _default: {
|
|
1031
1031
|
locale?: string | undefined;
|
1032
1032
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1033
1033
|
}>, prevState: Readonly<{}>): any;
|
1034
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
1034
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
1035
1035
|
viewMode: "time" | "years" | "months" | "days";
|
1036
1036
|
shortcuts: string;
|
1037
1037
|
closeOnSelect: boolean;
|
@@ -1043,7 +1043,7 @@ declare const _default: {
|
|
1043
1043
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
1044
1044
|
componentWillMount?(): void;
|
1045
1045
|
UNSAFE_componentWillMount?(): void;
|
1046
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
1046
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
1047
1047
|
viewMode: "time" | "years" | "months" | "days";
|
1048
1048
|
shortcuts: string;
|
1049
1049
|
closeOnSelect: boolean;
|
@@ -1053,7 +1053,7 @@ declare const _default: {
|
|
1053
1053
|
locale?: string | undefined;
|
1054
1054
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1055
1055
|
}>, nextContext: any): void;
|
1056
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
1056
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
1057
1057
|
viewMode: "time" | "years" | "months" | "days";
|
1058
1058
|
shortcuts: string;
|
1059
1059
|
closeOnSelect: boolean;
|
@@ -1063,7 +1063,7 @@ declare const _default: {
|
|
1063
1063
|
locale?: string | undefined;
|
1064
1064
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1065
1065
|
}>, nextContext: any): void;
|
1066
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
1066
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
1067
1067
|
viewMode: "time" | "years" | "months" | "days";
|
1068
1068
|
shortcuts: string;
|
1069
1069
|
closeOnSelect: boolean;
|
@@ -1073,7 +1073,7 @@ declare const _default: {
|
|
1073
1073
|
locale?: string | undefined;
|
1074
1074
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1075
1075
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1076
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "
|
1076
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "timeConstraints" | "schedules" | "popoverClassName" | "useMobileUI" | "dateFormat" | "largeMode" | "onScheduleClick"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "closeOnSelect" | "scheduleClassNames" | "overlayPlacement" | "viewMode" | "shortcuts">> & Partial<Pick<{
|
1077
1077
|
viewMode: "time" | "years" | "months" | "days";
|
1078
1078
|
shortcuts: string;
|
1079
1079
|
closeOnSelect: boolean;
|