amis 1.6.2 → 1.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Schema.d.ts +3 -2
- package/lib/Schema.js.map +1 -1
- package/lib/components/CalendarMobile.d.ts +84 -84
- package/lib/components/Card.d.ts +20 -20
- package/lib/components/Collapse.js +3 -2
- package/lib/components/Collapse.js.map +2 -2
- package/lib/components/ColorPicker.d.ts +84 -84
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/ColorPicker.js.map +2 -2
- package/lib/components/DatePicker.d.ts +84 -84
- package/lib/components/DatePicker.js +1 -1
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +84 -84
- package/lib/components/DateRangePicker.js +2 -2
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/Editor.d.ts +84 -84
- package/lib/components/ListGroup.d.ts +21 -21
- package/lib/components/LocationPicker.d.ts +84 -84
- package/lib/components/LocationPicker.js +1 -1
- package/lib/components/LocationPicker.js.map +2 -2
- package/lib/components/MonthRangePicker.d.ts +84 -84
- package/lib/components/PickerContainer.d.ts +1 -0
- package/lib/components/PickerContainer.js +2 -2
- package/lib/components/PickerContainer.js.map +2 -2
- package/lib/components/ResultBox.js +1 -1
- package/lib/components/ResultBox.js.map +2 -2
- package/lib/components/Select.d.ts +237 -237
- package/lib/components/Tabs.d.ts +3 -2
- package/lib/components/Tabs.js.map +2 -2
- package/lib/components/calendar/Calendar.js +1 -2
- package/lib/components/calendar/Calendar.js.map +2 -2
- package/lib/components/condition-builder/Expression.d.ts +2 -0
- package/lib/components/condition-builder/Expression.js +2 -2
- package/lib/components/condition-builder/Expression.js.map +2 -2
- package/lib/components/condition-builder/Group.d.ts +3 -0
- package/lib/components/condition-builder/Group.js +3 -3
- package/lib/components/condition-builder/Group.js.map +2 -2
- package/lib/components/condition-builder/GroupOrItem.d.ts +2 -0
- package/lib/components/condition-builder/GroupOrItem.js +2 -2
- package/lib/components/condition-builder/GroupOrItem.js.map +2 -2
- package/lib/components/condition-builder/Item.d.ts +2 -0
- package/lib/components/condition-builder/Item.js +4 -4
- package/lib/components/condition-builder/Item.js.map +2 -2
- package/lib/components/condition-builder/Value.d.ts +2 -0
- package/lib/components/condition-builder/Value.js +15 -2
- package/lib/components/condition-builder/Value.js.map +2 -2
- package/lib/components/condition-builder/index.d.ts +3 -0
- package/lib/components/condition-builder/index.js +2 -2
- package/lib/components/condition-builder/index.js.map +2 -2
- package/lib/components/formula/Editor.d.ts +88 -84
- package/lib/components/formula/Editor.js +22 -25
- package/lib/components/formula/Editor.js.map +2 -2
- package/lib/components/formula/FuncList.d.ts +3 -0
- package/lib/components/formula/FuncList.js +19 -9
- package/lib/components/formula/FuncList.js.map +2 -2
- package/lib/components/formula/Picker.d.ts +44 -0
- package/lib/components/formula/Picker.js +33 -8
- package/lib/components/formula/Picker.js.map +2 -2
- package/lib/components/formula/VariableList.d.ts +8 -1
- package/lib/components/formula/VariableList.js +13 -4
- package/lib/components/formula/VariableList.js.map +2 -2
- package/lib/components/icons.d.ts +3 -1
- package/lib/components/icons.js +7 -1
- package/lib/components/icons.js.map +2 -2
- package/lib/env.d.ts +4 -0
- package/lib/env.js.map +2 -2
- package/lib/factory.d.ts +4 -0
- package/lib/factory.js +5 -1
- package/lib/factory.js.map +2 -2
- package/lib/helper.css.map +1 -1
- package/lib/icons/function.js +7 -0
- package/lib/icons/input-clear.js +7 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -1
- package/lib/index.js.map +2 -2
- package/lib/locale/de-DE.js +8 -1
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +5 -1
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +8 -1
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Breadcrumb.js.map +2 -2
- package/lib/renderers/CRUD.js +4 -3
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Calendar.d.ts +45 -0
- package/lib/renderers/Calendar.js +21 -0
- package/lib/renderers/Calendar.js.map +13 -0
- package/lib/renderers/Card.js +2 -2
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Form/ConditionBuilder.d.ts +8 -0
- package/lib/renderers/Form/ConditionBuilder.js.map +2 -2
- package/lib/renderers/Form/IconPicker.d.ts +2 -0
- package/lib/renderers/Form/IconPicker.js +22 -2
- package/lib/renderers/Form/IconPicker.js.map +2 -2
- package/lib/renderers/Form/InputCity.d.ts +84 -84
- package/lib/renderers/Form/InputColor.d.ts +84 -84
- package/lib/renderers/Form/InputColor.js +1 -1
- package/lib/renderers/Form/InputColor.js.map +2 -2
- package/lib/renderers/Form/InputDate.d.ts +0 -18
- package/lib/renderers/Form/InputDate.js +1 -1
- package/lib/renderers/Form/InputDate.js.map +2 -2
- package/lib/renderers/Form/InputDateRange.js +1 -1
- package/lib/renderers/Form/InputDateRange.js.map +2 -2
- package/lib/renderers/Form/InputFormula.d.ts +42 -0
- package/lib/renderers/Form/InputFormula.js +6 -2
- package/lib/renderers/Form/InputFormula.js.map +2 -2
- package/lib/renderers/Form/InputText.d.ts +5 -0
- package/lib/renderers/Form/InputText.js +22 -4
- package/lib/renderers/Form/InputText.js.map +2 -2
- package/lib/renderers/Form/Picker.js +1 -1
- package/lib/renderers/Form/Picker.js.map +2 -2
- package/lib/renderers/Form/Textarea.d.ts +12 -0
- package/lib/renderers/Form/Textarea.js +31 -15
- package/lib/renderers/Form/Textarea.js.map +2 -2
- package/lib/renderers/Form/Transfer.d.ts +1 -1
- package/lib/renderers/Form/Transfer.js +7 -1
- package/lib/renderers/Form/Transfer.js.map +2 -2
- package/lib/renderers/Form/index.js +4 -0
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/IFrame.js +8 -3
- package/lib/renderers/IFrame.js.map +2 -2
- package/lib/renderers/Tpl.js +1 -1
- package/lib/renderers/Tpl.js.map +2 -2
- package/lib/schemaExtend.js +11 -8
- package/lib/schemaExtend.js.map +2 -2
- package/lib/themes/ang-ie11.css +427 -141
- package/lib/themes/ang.css +427 -141
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +427 -141
- package/lib/themes/antd.css +427 -141
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +432 -152
- package/lib/themes/cxd.css +432 -152
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +427 -141
- package/lib/themes/dark.css +427 -141
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +432 -152
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/api.js +22 -9
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/helper.d.ts +1 -0
- package/lib/utils/helper.js +10 -1
- package/lib/utils/helper.js.map +2 -2
- package/package.json +2 -2
- package/schema.json +201 -66
- package/scss/_mixins.scss +10 -5
- package/scss/_properties.scss +11 -0
- package/scss/components/_collapse-group.scss +4 -0
- package/scss/components/_condition-builder.scss +8 -1
- package/scss/components/_formula.scss +247 -74
- package/scss/components/_result-box.scss +0 -13
- package/scss/components/form/_color.scss +0 -2
- package/scss/components/form/_date-range.scss +14 -7
- package/scss/components/form/_date.scss +14 -7
- package/scss/components/form/_form.scss +1 -0
- package/scss/components/form/_icon-picker.scss +2 -0
- package/scss/components/form/_location.scss +0 -1
- package/scss/components/form/_picker.scss +0 -1
- package/scss/components/form/_text.scss +6 -7
- package/scss/components/form/_textarea.scss +16 -0
- package/scss/components/form/_transfer.scss +2 -1
- package/scss/themes/_cxd-variables.scss +5 -3
- package/scss/themes/cxd.scss +0 -13
- package/sdk/ang-ie11.css +467 -126
- package/sdk/ang.css +486 -141
- package/sdk/antd-ie11.css +467 -126
- package/sdk/antd.css +486 -141
- package/sdk/charts.js +17 -17
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -69
- package/sdk/cropperjs.js +3 -3
- package/sdk/cxd-ie11.css +474 -142
- package/sdk/cxd.css +491 -153
- package/sdk/dark-ie11.css +467 -126
- package/sdk/dark.css +486 -141
- package/sdk/exceljs.js +1 -1
- package/sdk/helper.css.map +1 -1
- package/sdk/locale/de-DE.js +8 -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 +20 -16
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +474 -142
- package/sdk/sdk.css +491 -153
- package/sdk/sdk.js +1351 -1273
- package/sdk/thirds/hls.js/hls.js +18 -18
- package/sdk/thirds/mpegts.js/mpegts.js +2 -2
- package/sdk/tinymce.js +57 -57
- package/src/Schema.ts +3 -0
- package/src/components/Collapse.tsx +4 -1
- package/src/components/ColorPicker.tsx +1 -1
- package/src/components/DatePicker.tsx +1 -1
- package/src/components/DateRangePicker.tsx +2 -2
- package/src/components/LocationPicker.tsx +1 -1
- package/src/components/PickerContainer.tsx +3 -1
- package/src/components/ResultBox.tsx +1 -1
- package/src/components/Tabs.tsx +4 -2
- package/src/components/calendar/Calendar.tsx +1 -2
- package/src/components/condition-builder/Expression.tsx +5 -2
- package/src/components/condition-builder/Group.tsx +8 -2
- package/src/components/condition-builder/GroupOrItem.tsx +5 -1
- package/src/components/condition-builder/Item.tsx +7 -1
- package/src/components/condition-builder/Value.tsx +17 -4
- package/src/components/condition-builder/index.tsx +8 -1
- package/src/components/formula/Editor.tsx +43 -23
- package/src/components/formula/FuncList.tsx +74 -44
- package/src/components/formula/Picker.tsx +161 -23
- package/src/components/formula/VariableList.tsx +54 -9
- package/src/components/icons.tsx +7 -1
- package/src/env.tsx +5 -0
- package/src/factory.tsx +9 -1
- package/src/icons/function.svg +4 -0
- package/src/icons/input-clear.svg +1 -0
- package/src/index.tsx +1 -0
- package/src/locale/de-DE.ts +8 -1
- package/src/locale/en-US.ts +5 -1
- package/src/locale/zh-CN.ts +8 -1
- package/src/renderers/Breadcrumb.tsx +0 -1
- package/src/renderers/CRUD.tsx +6 -3
- package/src/renderers/Calendar.tsx +43 -0
- package/src/renderers/Card.tsx +12 -2
- package/src/renderers/Form/ConditionBuilder.tsx +11 -0
- package/src/renderers/Form/IconPicker.tsx +29 -0
- package/src/renderers/Form/InputColor.tsx +1 -1
- package/src/renderers/Form/InputDate.tsx +1 -21
- package/src/renderers/Form/InputDateRange.tsx +1 -1
- package/src/renderers/Form/InputFormula.tsx +103 -3
- package/src/renderers/Form/InputText.tsx +30 -5
- package/src/renderers/Form/Picker.tsx +1 -1
- package/src/renderers/Form/Textarea.tsx +46 -22
- package/src/renderers/Form/Transfer.tsx +6 -1
- package/src/renderers/Form/index.tsx +16 -1
- package/src/renderers/IFrame.tsx +8 -10
- package/src/renderers/Tpl.tsx +3 -1
- package/src/schemaExtend.ts +11 -7
- package/src/utils/api.ts +25 -10
- package/src/utils/helper.ts +11 -1
@@ -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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
114
|
+
new (props: (Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
123
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
135
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
146
|
+
readonly props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
163
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
175
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
185
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
197
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
207
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
217
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
227
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
238
|
+
new (props: Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
250
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
261
|
+
readonly props: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
278
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
290
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
300
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
312
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
322
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
332
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
342
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
356
|
+
new (props: (Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
365
|
+
}) | Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
377
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
388
|
+
readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
405
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
417
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
427
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
439
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
449
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
459
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
469
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
480
|
+
new (props: Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
492
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
503
|
+
readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
520
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
532
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
542
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
554
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
564
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
574
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
584
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
602
|
+
new (props: (Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
611
|
+
}) | Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
623
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
634
|
+
readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
651
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
663
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
673
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
685
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
695
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
705
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
715
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
726
|
+
new (props: Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
738
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
749
|
+
readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
766
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
778
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
788
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
800
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
810
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
820
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
830
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
848
|
+
new (props: (Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
857
|
+
}) | Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
869
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
880
|
+
readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
897
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
909
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
919
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
931
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
941
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
951
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
961
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
972
|
+
new (props: Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
984
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
995
|
+
readonly props: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
1012
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
1024
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
1034
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
1046
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
1056
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
1066
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & 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" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "
|
1076
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateProps, keyof LocaleProps>, "classPrefix" | "classnames" | "embed" | "className" | "theme" | "value" | "defaultValue" | "disabled" | "placeholder" | "onChange" | "clearable" | "useMobileUI" | "format" | "inputFormat" | "maxDate" | "minDate" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "utc" | "timeConstraints" | "schedules" | "largeMode" | "onScheduleClick" | "popoverClassName" | "mobileCalendarMode"> & Partial<Pick<Omit<DateProps, keyof LocaleProps>, "viewMode" | "closeOnSelect" | "shortcuts" | "overlayPlacement" | "scheduleClassNames">> & Partial<Pick<{
|
1077
1077
|
viewMode: "time" | "years" | "months" | "days";
|
1078
1078
|
shortcuts: string;
|
1079
1079
|
closeOnSelect: boolean;
|