amis 1.8.0-beta.0 → 1.8.0-beta.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/SchemaRenderer.js +19 -3
- package/lib/SchemaRenderer.js.map +2 -2
- package/lib/WithRootStore.d.ts +18 -0
- package/lib/WithStore.js +2 -1
- package/lib/WithStore.js.map +2 -2
- package/lib/actions/CmptAction.js +14 -3
- package/lib/actions/CmptAction.js.map +2 -2
- package/lib/components/BarCode.js +1 -1
- package/lib/components/BarCode.js.map +2 -2
- package/lib/components/DatePicker.d.ts +3 -0
- package/lib/components/DatePicker.js +56 -11
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +92 -84
- package/lib/components/DateRangePicker.js +198 -5
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/MonthRangePicker.d.ts +84 -84
- package/lib/components/Progress.js +12 -9
- package/lib/components/Progress.js.map +2 -2
- package/lib/components/Radios.d.ts +1 -1
- package/lib/components/Radios.js +3 -5
- package/lib/components/Radios.js.map +2 -2
- package/lib/components/Range.d.ts +2 -2
- package/lib/components/Range.js +24 -11
- package/lib/components/Range.js.map +2 -2
- package/lib/components/Steps.d.ts +6 -0
- package/lib/components/Steps.js +13 -9
- package/lib/components/Steps.js.map +2 -2
- package/lib/components/calendar/Calendar.js +16 -12
- package/lib/components/calendar/Calendar.js.map +2 -2
- package/lib/components/calendar/YearsView.js +3 -3
- package/lib/components/calendar/YearsView.js.map +2 -2
- package/lib/components/formula/Editor.d.ts +3 -1
- package/lib/components/formula/Editor.js +20 -2
- package/lib/components/formula/Editor.js.map +2 -2
- package/lib/components/formula/Picker.d.ts +5 -0
- package/lib/components/formula/Picker.js +19 -4
- package/lib/components/formula/Picker.js.map +2 -2
- package/lib/factory.d.ts +4 -0
- package/lib/factory.js +8 -2
- package/lib/factory.js.map +2 -2
- package/lib/index.js +1 -1
- package/lib/locale/de-DE.js +13 -0
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +13 -0
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +13 -0
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +2 -0
- package/lib/renderers/Action.js +23 -5
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/Carousel.d.ts +1 -0
- package/lib/renderers/Carousel.js +13 -1
- package/lib/renderers/Carousel.js.map +2 -2
- package/lib/renderers/Dialog.d.ts +4 -0
- package/lib/renderers/Dialog.js +4 -3
- package/lib/renderers/Dialog.js.map +2 -2
- package/lib/renderers/DropDownButton.d.ts +2 -0
- package/lib/renderers/DropDownButton.js +13 -4
- package/lib/renderers/DropDownButton.js.map +2 -2
- package/lib/renderers/Form/Checkboxes.d.ts +2 -2
- package/lib/renderers/Form/Checkboxes.js +2 -6
- package/lib/renderers/Form/Checkboxes.js.map +2 -2
- package/lib/renderers/Form/Combo.js +3 -2
- package/lib/renderers/Form/Combo.js.map +2 -2
- package/lib/renderers/Form/InputCity.d.ts +3 -0
- package/lib/renderers/Form/InputCity.js +44 -2
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputDateRange.d.ts +5 -0
- package/lib/renderers/Form/InputDateRange.js.map +2 -2
- package/lib/renderers/Form/InputFile.js +6 -3
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputFormula.d.ts +4 -0
- package/lib/renderers/Form/InputFormula.js +2 -2
- package/lib/renderers/Form/InputFormula.js.map +2 -2
- package/lib/renderers/Form/InputImage.js +6 -3
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputRange.js +13 -14
- package/lib/renderers/Form/InputRange.js.map +2 -2
- package/lib/renderers/Form/InputTable.js +4 -2
- package/lib/renderers/Form/InputTable.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +11 -6
- package/lib/renderers/Form/index.js +1 -1
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Form/wrapControl.d.ts +9 -0
- package/lib/renderers/Form/wrapControl.js +1 -1
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/Nav.js +2 -2
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Page.js +2 -3
- package/lib/renderers/Page.js.map +2 -2
- package/lib/renderers/Progress.d.ts +1 -1
- package/lib/renderers/Progress.js +1 -1
- package/lib/renderers/Progress.js.map +2 -2
- package/lib/renderers/Steps.d.ts +8 -0
- package/lib/renderers/Steps.js +2 -2
- package/lib/renderers/Steps.js.map +2 -2
- package/lib/renderers/Table/TableRow.js +1 -1
- package/lib/renderers/Table/TableRow.js.map +2 -2
- package/lib/renderers/Table/index.js +7 -3
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Tabs.d.ts +4 -0
- package/lib/renderers/Tabs.js +22 -6
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/Wizard.d.ts +6 -3
- package/lib/renderers/Wizard.js +257 -152
- package/lib/renderers/Wizard.js.map +2 -2
- package/lib/store/index.d.ts +5 -0
- package/lib/store/index.js +14 -0
- package/lib/store/index.js.map +2 -2
- package/lib/store/table.js +4 -4
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +194 -23
- package/lib/themes/ang.css +193 -22
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +194 -23
- package/lib/themes/antd.css +193 -22
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +194 -23
- package/lib/themes/cxd.css +193 -22
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +194 -23
- package/lib/themes/dark.css +193 -22
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +194 -23
- package/lib/themes/default.css +193 -22
- package/lib/themes/default.css.map +1 -1
- package/lib/types.d.ts +1 -1
- package/lib/types.js.map +1 -1
- package/lib/utils/columnsSplit.d.ts +1 -0
- package/lib/utils/columnsSplit.js +40 -0
- package/lib/utils/columnsSplit.js.map +13 -0
- package/lib/utils/debug.d.ts +1 -1
- package/lib/utils/debug.js +16 -22
- package/lib/utils/debug.js.map +2 -2
- package/package.json +1 -1
- package/schema.json +181 -30
- package/scss/_properties.scss +2 -2
- package/scss/components/_barcode.scss +1 -1
- package/scss/components/_carousel.scss +1 -0
- package/scss/components/_debug.scss +3 -3
- package/scss/components/_formula.scss +18 -0
- package/scss/components/_progress.scss +3 -8
- package/scss/components/_steps.scss +199 -8
- package/scss/components/form/_date.scss +14 -0
- package/scss/components/form/_editor.scss +2 -1
- package/sdk/ang-ie11.css +234 -25
- package/sdk/ang.css +233 -24
- package/sdk/antd-ie11.css +234 -25
- package/sdk/antd.css +233 -24
- package/sdk/barcode.js +51 -51
- package/sdk/charts.js +14 -14
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +234 -25
- package/sdk/cxd.css +233 -24
- package/sdk/dark-ie11.css +234 -25
- package/sdk/dark.css +233 -24
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +13 -0
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +17 -17
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +234 -25
- package/sdk/sdk.css +233 -24
- package/sdk/sdk.js +1290 -1288
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +57 -57
- package/src/SchemaRenderer.tsx +32 -14
- package/src/WithStore.tsx +3 -1
- package/src/actions/CmptAction.ts +18 -0
- package/src/components/BarCode.tsx +2 -2
- package/src/components/DatePicker.tsx +77 -22
- package/src/components/DateRangePicker.tsx +198 -4
- package/src/components/Progress.tsx +8 -12
- package/src/components/Radios.tsx +6 -17
- package/src/components/Range.tsx +26 -12
- package/src/components/Steps.tsx +28 -27
- package/src/components/calendar/Calendar.tsx +17 -12
- package/src/components/calendar/YearsView.tsx +3 -4
- package/src/components/formula/Editor.tsx +34 -3
- package/src/components/formula/Picker.tsx +28 -1
- package/src/factory.tsx +15 -2
- package/src/locale/de-DE.ts +13 -0
- package/src/locale/en-US.ts +13 -0
- package/src/locale/zh-CN.ts +13 -0
- package/src/renderers/Action.tsx +22 -1
- package/src/renderers/Carousel.tsx +8 -0
- package/src/renderers/Dialog.tsx +17 -3
- package/src/renderers/DropDownButton.tsx +14 -3
- package/src/renderers/Form/Checkboxes.tsx +5 -18
- package/src/renderers/Form/Combo.tsx +2 -3
- package/src/renderers/Form/InputCity.tsx +33 -4
- package/src/renderers/Form/InputDateRange.tsx +8 -1
- package/src/renderers/Form/InputFile.tsx +7 -3
- package/src/renderers/Form/InputFormula.tsx +7 -0
- package/src/renderers/Form/InputImage.tsx +7 -3
- package/src/renderers/Form/InputRange.tsx +18 -16
- package/src/renderers/Form/InputTable.tsx +6 -2
- package/src/renderers/Form/index.tsx +1 -1
- package/src/renderers/Form/wrapControl.tsx +1 -1
- package/src/renderers/Nav.tsx +1 -1
- package/src/renderers/Page.tsx +1 -2
- package/src/renderers/Progress.tsx +2 -2
- package/src/renderers/Steps.tsx +14 -0
- package/src/renderers/Table/TableRow.tsx +1 -1
- package/src/renderers/Table/index.tsx +11 -2
- package/src/renderers/Tabs.tsx +75 -28
- package/src/renderers/Wizard.tsx +154 -93
- package/src/store/index.ts +20 -0
- package/src/store/table.ts +4 -4
- package/src/types.ts +3 -1
- package/src/utils/columnsSplit.tsx +57 -0
- package/src/utils/debug.tsx +17 -24
@@ -52,6 +52,14 @@ export interface DateRangePickerState {
|
|
52
52
|
export declare const availableRanges: {
|
53
53
|
[propName: string]: any;
|
54
54
|
};
|
55
|
+
export declare const advancedRanges: {
|
56
|
+
regexp: RegExp;
|
57
|
+
resolve: (__: any, _: string, hours: string) => {
|
58
|
+
label: any;
|
59
|
+
startDate: (now: moment.Moment) => moment.Moment;
|
60
|
+
endDate: (now: moment.Moment) => moment.Moment;
|
61
|
+
};
|
62
|
+
}[];
|
55
63
|
export declare class DateRangePicker extends React.Component<DateRangePickerProps, DateRangePickerState> {
|
56
64
|
static defaultProps: {
|
57
65
|
placeholder: string;
|
@@ -102,7 +110,7 @@ export declare class DateRangePicker extends React.Component<DateRangePickerProp
|
|
102
110
|
render(): JSX.Element;
|
103
111
|
}
|
104
112
|
declare const _default: {
|
105
|
-
new (props: (Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
113
|
+
new (props: (Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
106
114
|
placeholder: string;
|
107
115
|
format: string;
|
108
116
|
inputFormat: string;
|
@@ -116,7 +124,7 @@ declare const _default: {
|
|
116
124
|
}, never>> & {
|
117
125
|
locale?: string | undefined;
|
118
126
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
119
|
-
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
127
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
120
128
|
placeholder: string;
|
121
129
|
format: string;
|
122
130
|
inputFormat: string;
|
@@ -133,7 +141,7 @@ declare const _default: {
|
|
133
141
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
134
142
|
render(): JSX.Element;
|
135
143
|
context: any;
|
136
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
144
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
137
145
|
placeholder: string;
|
138
146
|
format: string;
|
139
147
|
inputFormat: string;
|
@@ -149,7 +157,7 @@ declare const _default: {
|
|
149
157
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
150
158
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
151
159
|
forceUpdate(callback?: (() => void) | undefined): void;
|
152
|
-
readonly props: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
160
|
+
readonly props: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
153
161
|
placeholder: string;
|
154
162
|
format: string;
|
155
163
|
inputFormat: string;
|
@@ -171,7 +179,7 @@ declare const _default: {
|
|
171
179
|
[key: string]: React.ReactInstance;
|
172
180
|
};
|
173
181
|
componentDidMount?(): void;
|
174
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
182
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
175
183
|
placeholder: string;
|
176
184
|
format: string;
|
177
185
|
inputFormat: string;
|
@@ -188,7 +196,7 @@ declare const _default: {
|
|
188
196
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
189
197
|
componentWillUnmount?(): void;
|
190
198
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
191
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
199
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
192
200
|
placeholder: string;
|
193
201
|
format: string;
|
194
202
|
inputFormat: string;
|
@@ -203,7 +211,7 @@ declare const _default: {
|
|
203
211
|
locale?: string | undefined;
|
204
212
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
205
213
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
206
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
214
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
207
215
|
placeholder: string;
|
208
216
|
format: string;
|
209
217
|
inputFormat: string;
|
@@ -220,7 +228,7 @@ declare const _default: {
|
|
220
228
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
221
229
|
componentWillMount?(): void;
|
222
230
|
UNSAFE_componentWillMount?(): void;
|
223
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
231
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
224
232
|
placeholder: string;
|
225
233
|
format: string;
|
226
234
|
inputFormat: string;
|
@@ -235,7 +243,7 @@ declare const _default: {
|
|
235
243
|
locale?: string | undefined;
|
236
244
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
237
245
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
238
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
246
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
239
247
|
placeholder: string;
|
240
248
|
format: string;
|
241
249
|
inputFormat: string;
|
@@ -250,7 +258,7 @@ declare const _default: {
|
|
250
258
|
locale?: string | undefined;
|
251
259
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
252
260
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
253
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
261
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
254
262
|
placeholder: string;
|
255
263
|
format: string;
|
256
264
|
inputFormat: string;
|
@@ -265,7 +273,7 @@ declare const _default: {
|
|
265
273
|
locale?: string | undefined;
|
266
274
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
267
275
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
268
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
276
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
269
277
|
placeholder: string;
|
270
278
|
format: string;
|
271
279
|
inputFormat: string;
|
@@ -281,7 +289,7 @@ declare const _default: {
|
|
281
289
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
282
290
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
283
291
|
};
|
284
|
-
new (props: Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
292
|
+
new (props: Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
285
293
|
placeholder: string;
|
286
294
|
format: string;
|
287
295
|
inputFormat: string;
|
@@ -298,7 +306,7 @@ declare const _default: {
|
|
298
306
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
299
307
|
render(): JSX.Element;
|
300
308
|
context: any;
|
301
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
309
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
302
310
|
placeholder: string;
|
303
311
|
format: string;
|
304
312
|
inputFormat: string;
|
@@ -314,7 +322,7 @@ declare const _default: {
|
|
314
322
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
315
323
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
316
324
|
forceUpdate(callback?: (() => void) | undefined): void;
|
317
|
-
readonly props: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
325
|
+
readonly props: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
318
326
|
placeholder: string;
|
319
327
|
format: string;
|
320
328
|
inputFormat: string;
|
@@ -336,7 +344,7 @@ declare const _default: {
|
|
336
344
|
[key: string]: React.ReactInstance;
|
337
345
|
};
|
338
346
|
componentDidMount?(): void;
|
339
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
347
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
340
348
|
placeholder: string;
|
341
349
|
format: string;
|
342
350
|
inputFormat: string;
|
@@ -353,7 +361,7 @@ declare const _default: {
|
|
353
361
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
354
362
|
componentWillUnmount?(): void;
|
355
363
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
356
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
364
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
357
365
|
placeholder: string;
|
358
366
|
format: string;
|
359
367
|
inputFormat: string;
|
@@ -368,7 +376,7 @@ declare const _default: {
|
|
368
376
|
locale?: string | undefined;
|
369
377
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
370
378
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
371
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
379
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
372
380
|
placeholder: string;
|
373
381
|
format: string;
|
374
382
|
inputFormat: string;
|
@@ -385,7 +393,7 @@ declare const _default: {
|
|
385
393
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
386
394
|
componentWillMount?(): void;
|
387
395
|
UNSAFE_componentWillMount?(): void;
|
388
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
396
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
389
397
|
placeholder: string;
|
390
398
|
format: string;
|
391
399
|
inputFormat: string;
|
@@ -400,7 +408,7 @@ declare const _default: {
|
|
400
408
|
locale?: string | undefined;
|
401
409
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
402
410
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
403
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
411
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
404
412
|
placeholder: string;
|
405
413
|
format: string;
|
406
414
|
inputFormat: string;
|
@@ -415,7 +423,7 @@ declare const _default: {
|
|
415
423
|
locale?: string | undefined;
|
416
424
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
417
425
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
418
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
426
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
419
427
|
placeholder: string;
|
420
428
|
format: string;
|
421
429
|
inputFormat: string;
|
@@ -430,7 +438,7 @@ declare const _default: {
|
|
430
438
|
locale?: string | undefined;
|
431
439
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
432
440
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
433
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
441
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
434
442
|
placeholder: string;
|
435
443
|
format: string;
|
436
444
|
inputFormat: string;
|
@@ -449,7 +457,7 @@ declare const _default: {
|
|
449
457
|
displayName: string;
|
450
458
|
contextType: React.Context<string>;
|
451
459
|
ComposedComponent: React.ComponentType<{
|
452
|
-
new (props: (Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
460
|
+
new (props: (Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
453
461
|
placeholder: string;
|
454
462
|
format: string;
|
455
463
|
inputFormat: string;
|
@@ -463,7 +471,7 @@ declare const _default: {
|
|
463
471
|
}, never>> & {
|
464
472
|
locale?: string | undefined;
|
465
473
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
466
|
-
}) | Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
474
|
+
}) | Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
467
475
|
placeholder: string;
|
468
476
|
format: string;
|
469
477
|
inputFormat: string;
|
@@ -480,7 +488,7 @@ declare const _default: {
|
|
480
488
|
}>): {
|
481
489
|
render(): JSX.Element;
|
482
490
|
context: any;
|
483
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
491
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
484
492
|
placeholder: string;
|
485
493
|
format: string;
|
486
494
|
inputFormat: string;
|
@@ -496,7 +504,7 @@ declare const _default: {
|
|
496
504
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
497
505
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
498
506
|
forceUpdate(callback?: (() => void) | undefined): void;
|
499
|
-
readonly props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
507
|
+
readonly props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
500
508
|
placeholder: string;
|
501
509
|
format: string;
|
502
510
|
inputFormat: string;
|
@@ -518,7 +526,7 @@ declare const _default: {
|
|
518
526
|
[key: string]: React.ReactInstance;
|
519
527
|
};
|
520
528
|
componentDidMount?(): void;
|
521
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
529
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
522
530
|
placeholder: string;
|
523
531
|
format: string;
|
524
532
|
inputFormat: string;
|
@@ -535,7 +543,7 @@ declare const _default: {
|
|
535
543
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
536
544
|
componentWillUnmount?(): void;
|
537
545
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
538
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
546
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
539
547
|
placeholder: string;
|
540
548
|
format: string;
|
541
549
|
inputFormat: string;
|
@@ -550,7 +558,7 @@ declare const _default: {
|
|
550
558
|
locale?: string | undefined;
|
551
559
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
552
560
|
}>, prevState: Readonly<{}>): any;
|
553
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
561
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
554
562
|
placeholder: string;
|
555
563
|
format: string;
|
556
564
|
inputFormat: string;
|
@@ -567,7 +575,7 @@ declare const _default: {
|
|
567
575
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
568
576
|
componentWillMount?(): void;
|
569
577
|
UNSAFE_componentWillMount?(): void;
|
570
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
578
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
571
579
|
placeholder: string;
|
572
580
|
format: string;
|
573
581
|
inputFormat: string;
|
@@ -582,7 +590,7 @@ declare const _default: {
|
|
582
590
|
locale?: string | undefined;
|
583
591
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
584
592
|
}>, nextContext: any): void;
|
585
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
593
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
586
594
|
placeholder: string;
|
587
595
|
format: string;
|
588
596
|
inputFormat: string;
|
@@ -597,7 +605,7 @@ declare const _default: {
|
|
597
605
|
locale?: string | undefined;
|
598
606
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
599
607
|
}>, nextContext: any): void;
|
600
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
608
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
601
609
|
placeholder: string;
|
602
610
|
format: string;
|
603
611
|
inputFormat: string;
|
@@ -612,7 +620,7 @@ declare const _default: {
|
|
612
620
|
locale?: string | undefined;
|
613
621
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
614
622
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
615
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
623
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
616
624
|
placeholder: string;
|
617
625
|
format: string;
|
618
626
|
inputFormat: string;
|
@@ -628,7 +636,7 @@ declare const _default: {
|
|
628
636
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
629
637
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
630
638
|
};
|
631
|
-
new (props: Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
639
|
+
new (props: Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
632
640
|
placeholder: string;
|
633
641
|
format: string;
|
634
642
|
inputFormat: string;
|
@@ -645,7 +653,7 @@ declare const _default: {
|
|
645
653
|
}, context: any): {
|
646
654
|
render(): JSX.Element;
|
647
655
|
context: any;
|
648
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
656
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
649
657
|
placeholder: string;
|
650
658
|
format: string;
|
651
659
|
inputFormat: string;
|
@@ -661,7 +669,7 @@ declare const _default: {
|
|
661
669
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
662
670
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
663
671
|
forceUpdate(callback?: (() => void) | undefined): void;
|
664
|
-
readonly props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
672
|
+
readonly props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
665
673
|
placeholder: string;
|
666
674
|
format: string;
|
667
675
|
inputFormat: string;
|
@@ -683,7 +691,7 @@ declare const _default: {
|
|
683
691
|
[key: string]: React.ReactInstance;
|
684
692
|
};
|
685
693
|
componentDidMount?(): void;
|
686
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
694
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
687
695
|
placeholder: string;
|
688
696
|
format: string;
|
689
697
|
inputFormat: string;
|
@@ -700,7 +708,7 @@ declare const _default: {
|
|
700
708
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
701
709
|
componentWillUnmount?(): void;
|
702
710
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
703
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
711
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
704
712
|
placeholder: string;
|
705
713
|
format: string;
|
706
714
|
inputFormat: string;
|
@@ -715,7 +723,7 @@ declare const _default: {
|
|
715
723
|
locale?: string | undefined;
|
716
724
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
717
725
|
}>, prevState: Readonly<{}>): any;
|
718
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
726
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
719
727
|
placeholder: string;
|
720
728
|
format: string;
|
721
729
|
inputFormat: string;
|
@@ -732,7 +740,7 @@ declare const _default: {
|
|
732
740
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
733
741
|
componentWillMount?(): void;
|
734
742
|
UNSAFE_componentWillMount?(): void;
|
735
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
743
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
736
744
|
placeholder: string;
|
737
745
|
format: string;
|
738
746
|
inputFormat: string;
|
@@ -747,7 +755,7 @@ declare const _default: {
|
|
747
755
|
locale?: string | undefined;
|
748
756
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
749
757
|
}>, nextContext: any): void;
|
750
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
758
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
751
759
|
placeholder: string;
|
752
760
|
format: string;
|
753
761
|
inputFormat: string;
|
@@ -762,7 +770,7 @@ declare const _default: {
|
|
762
770
|
locale?: string | undefined;
|
763
771
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
764
772
|
}>, nextContext: any): void;
|
765
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
773
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
766
774
|
placeholder: string;
|
767
775
|
format: string;
|
768
776
|
inputFormat: string;
|
@@ -777,7 +785,7 @@ declare const _default: {
|
|
777
785
|
locale?: string | undefined;
|
778
786
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
779
787
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
780
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
788
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
781
789
|
placeholder: string;
|
782
790
|
format: string;
|
783
791
|
inputFormat: string;
|
@@ -800,7 +808,7 @@ declare const _default: {
|
|
800
808
|
ComposedComponent: typeof DateRangePicker;
|
801
809
|
}>;
|
802
810
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
803
|
-
new (props: (Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
811
|
+
new (props: (Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
804
812
|
placeholder: string;
|
805
813
|
format: string;
|
806
814
|
inputFormat: string;
|
@@ -814,7 +822,7 @@ declare const _default: {
|
|
814
822
|
}, never>> & {
|
815
823
|
locale?: string | undefined;
|
816
824
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
817
|
-
}) | Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
825
|
+
}) | Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
818
826
|
placeholder: string;
|
819
827
|
format: string;
|
820
828
|
inputFormat: string;
|
@@ -831,7 +839,7 @@ declare const _default: {
|
|
831
839
|
}>): {
|
832
840
|
render(): JSX.Element;
|
833
841
|
context: any;
|
834
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
842
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
835
843
|
placeholder: string;
|
836
844
|
format: string;
|
837
845
|
inputFormat: string;
|
@@ -847,7 +855,7 @@ declare const _default: {
|
|
847
855
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
848
856
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
849
857
|
forceUpdate(callback?: (() => void) | undefined): void;
|
850
|
-
readonly props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
858
|
+
readonly props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
851
859
|
placeholder: string;
|
852
860
|
format: string;
|
853
861
|
inputFormat: string;
|
@@ -869,7 +877,7 @@ declare const _default: {
|
|
869
877
|
[key: string]: React.ReactInstance;
|
870
878
|
};
|
871
879
|
componentDidMount?(): void;
|
872
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
880
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
873
881
|
placeholder: string;
|
874
882
|
format: string;
|
875
883
|
inputFormat: string;
|
@@ -886,7 +894,7 @@ declare const _default: {
|
|
886
894
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
887
895
|
componentWillUnmount?(): void;
|
888
896
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
889
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
897
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
890
898
|
placeholder: string;
|
891
899
|
format: string;
|
892
900
|
inputFormat: string;
|
@@ -901,7 +909,7 @@ declare const _default: {
|
|
901
909
|
locale?: string | undefined;
|
902
910
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
903
911
|
}>, prevState: Readonly<{}>): any;
|
904
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
912
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
905
913
|
placeholder: string;
|
906
914
|
format: string;
|
907
915
|
inputFormat: string;
|
@@ -918,7 +926,7 @@ declare const _default: {
|
|
918
926
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
919
927
|
componentWillMount?(): void;
|
920
928
|
UNSAFE_componentWillMount?(): void;
|
921
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
929
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
922
930
|
placeholder: string;
|
923
931
|
format: string;
|
924
932
|
inputFormat: string;
|
@@ -933,7 +941,7 @@ declare const _default: {
|
|
933
941
|
locale?: string | undefined;
|
934
942
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
935
943
|
}>, nextContext: any): void;
|
936
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
944
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
937
945
|
placeholder: string;
|
938
946
|
format: string;
|
939
947
|
inputFormat: string;
|
@@ -948,7 +956,7 @@ declare const _default: {
|
|
948
956
|
locale?: string | undefined;
|
949
957
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
950
958
|
}>, nextContext: any): void;
|
951
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
959
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
952
960
|
placeholder: string;
|
953
961
|
format: string;
|
954
962
|
inputFormat: string;
|
@@ -963,7 +971,7 @@ declare const _default: {
|
|
963
971
|
locale?: string | undefined;
|
964
972
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
965
973
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
966
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
974
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
967
975
|
placeholder: string;
|
968
976
|
format: string;
|
969
977
|
inputFormat: string;
|
@@ -979,7 +987,7 @@ declare const _default: {
|
|
979
987
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
980
988
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
981
989
|
};
|
982
|
-
new (props: Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
990
|
+
new (props: Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
983
991
|
placeholder: string;
|
984
992
|
format: string;
|
985
993
|
inputFormat: string;
|
@@ -996,7 +1004,7 @@ declare const _default: {
|
|
996
1004
|
}, context: any): {
|
997
1005
|
render(): JSX.Element;
|
998
1006
|
context: any;
|
999
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
1007
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
1000
1008
|
placeholder: string;
|
1001
1009
|
format: string;
|
1002
1010
|
inputFormat: string;
|
@@ -1012,7 +1020,7 @@ declare const _default: {
|
|
1012
1020
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1013
1021
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
1014
1022
|
forceUpdate(callback?: (() => void) | undefined): void;
|
1015
|
-
readonly props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
1023
|
+
readonly props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
1016
1024
|
placeholder: string;
|
1017
1025
|
format: string;
|
1018
1026
|
inputFormat: string;
|
@@ -1034,7 +1042,7 @@ declare const _default: {
|
|
1034
1042
|
[key: string]: React.ReactInstance;
|
1035
1043
|
};
|
1036
1044
|
componentDidMount?(): void;
|
1037
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
1045
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
1038
1046
|
placeholder: string;
|
1039
1047
|
format: string;
|
1040
1048
|
inputFormat: string;
|
@@ -1051,7 +1059,7 @@ declare const _default: {
|
|
1051
1059
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1052
1060
|
componentWillUnmount?(): void;
|
1053
1061
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
1054
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
1062
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
1055
1063
|
placeholder: string;
|
1056
1064
|
format: string;
|
1057
1065
|
inputFormat: string;
|
@@ -1066,7 +1074,7 @@ declare const _default: {
|
|
1066
1074
|
locale?: string | undefined;
|
1067
1075
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1068
1076
|
}>, prevState: Readonly<{}>): any;
|
1069
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
1077
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
1070
1078
|
placeholder: string;
|
1071
1079
|
format: string;
|
1072
1080
|
inputFormat: string;
|
@@ -1083,7 +1091,7 @@ declare const _default: {
|
|
1083
1091
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
1084
1092
|
componentWillMount?(): void;
|
1085
1093
|
UNSAFE_componentWillMount?(): void;
|
1086
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
1094
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
1087
1095
|
placeholder: string;
|
1088
1096
|
format: string;
|
1089
1097
|
inputFormat: string;
|
@@ -1098,7 +1106,7 @@ declare const _default: {
|
|
1098
1106
|
locale?: string | undefined;
|
1099
1107
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1100
1108
|
}>, nextContext: any): void;
|
1101
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
1109
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
1102
1110
|
placeholder: string;
|
1103
1111
|
format: string;
|
1104
1112
|
inputFormat: string;
|
@@ -1113,7 +1121,7 @@ declare const _default: {
|
|
1113
1121
|
locale?: string | undefined;
|
1114
1122
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1115
1123
|
}>, nextContext: any): void;
|
1116
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
1124
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
1117
1125
|
placeholder: string;
|
1118
1126
|
format: string;
|
1119
1127
|
inputFormat: string;
|
@@ -1128,7 +1136,7 @@ declare const _default: {
|
|
1128
1136
|
locale?: string | undefined;
|
1129
1137
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1130
1138
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1131
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
1139
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
1132
1140
|
placeholder: string;
|
1133
1141
|
format: string;
|
1134
1142
|
inputFormat: string;
|
@@ -1151,7 +1159,7 @@ declare const _default: {
|
|
1151
1159
|
ComposedComponent: typeof DateRangePicker;
|
1152
1160
|
}, {}> & {
|
1153
1161
|
ComposedComponent: {
|
1154
|
-
new (props: (Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
1162
|
+
new (props: (Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
1155
1163
|
placeholder: string;
|
1156
1164
|
format: string;
|
1157
1165
|
inputFormat: string;
|
@@ -1165,7 +1173,7 @@ declare const _default: {
|
|
1165
1173
|
}, never>> & {
|
1166
1174
|
locale?: string | undefined;
|
1167
1175
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1168
|
-
}) | Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
1176
|
+
}) | Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
1169
1177
|
placeholder: string;
|
1170
1178
|
format: string;
|
1171
1179
|
inputFormat: string;
|
@@ -1182,7 +1190,7 @@ declare const _default: {
|
|
1182
1190
|
}>): {
|
1183
1191
|
render(): JSX.Element;
|
1184
1192
|
context: any;
|
1185
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
1193
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
1186
1194
|
placeholder: string;
|
1187
1195
|
format: string;
|
1188
1196
|
inputFormat: string;
|
@@ -1198,7 +1206,7 @@ declare const _default: {
|
|
1198
1206
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1199
1207
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
1200
1208
|
forceUpdate(callback?: (() => void) | undefined): void;
|
1201
|
-
readonly props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
1209
|
+
readonly props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
1202
1210
|
placeholder: string;
|
1203
1211
|
format: string;
|
1204
1212
|
inputFormat: string;
|
@@ -1220,7 +1228,7 @@ declare const _default: {
|
|
1220
1228
|
[key: string]: React.ReactInstance;
|
1221
1229
|
};
|
1222
1230
|
componentDidMount?(): void;
|
1223
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
1231
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
1224
1232
|
placeholder: string;
|
1225
1233
|
format: string;
|
1226
1234
|
inputFormat: string;
|
@@ -1237,7 +1245,7 @@ declare const _default: {
|
|
1237
1245
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1238
1246
|
componentWillUnmount?(): void;
|
1239
1247
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
1240
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
1248
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
1241
1249
|
placeholder: string;
|
1242
1250
|
format: string;
|
1243
1251
|
inputFormat: string;
|
@@ -1252,7 +1260,7 @@ declare const _default: {
|
|
1252
1260
|
locale?: string | undefined;
|
1253
1261
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1254
1262
|
}>, prevState: Readonly<{}>): any;
|
1255
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
1263
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
1256
1264
|
placeholder: string;
|
1257
1265
|
format: string;
|
1258
1266
|
inputFormat: string;
|
@@ -1269,7 +1277,7 @@ declare const _default: {
|
|
1269
1277
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
1270
1278
|
componentWillMount?(): void;
|
1271
1279
|
UNSAFE_componentWillMount?(): void;
|
1272
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
1280
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
1273
1281
|
placeholder: string;
|
1274
1282
|
format: string;
|
1275
1283
|
inputFormat: string;
|
@@ -1284,7 +1292,7 @@ declare const _default: {
|
|
1284
1292
|
locale?: string | undefined;
|
1285
1293
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1286
1294
|
}>, nextContext: any): void;
|
1287
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
1295
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
1288
1296
|
placeholder: string;
|
1289
1297
|
format: string;
|
1290
1298
|
inputFormat: string;
|
@@ -1299,7 +1307,7 @@ declare const _default: {
|
|
1299
1307
|
locale?: string | undefined;
|
1300
1308
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1301
1309
|
}>, nextContext: any): void;
|
1302
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
1310
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
1303
1311
|
placeholder: string;
|
1304
1312
|
format: string;
|
1305
1313
|
inputFormat: string;
|
@@ -1314,7 +1322,7 @@ declare const _default: {
|
|
1314
1322
|
locale?: string | undefined;
|
1315
1323
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1316
1324
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1317
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
1325
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
1318
1326
|
placeholder: string;
|
1319
1327
|
format: string;
|
1320
1328
|
inputFormat: string;
|
@@ -1330,7 +1338,7 @@ declare const _default: {
|
|
1330
1338
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1331
1339
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1332
1340
|
};
|
1333
|
-
new (props: Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
1341
|
+
new (props: Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
1334
1342
|
placeholder: string;
|
1335
1343
|
format: string;
|
1336
1344
|
inputFormat: string;
|
@@ -1347,7 +1355,7 @@ declare const _default: {
|
|
1347
1355
|
}, context: any): {
|
1348
1356
|
render(): JSX.Element;
|
1349
1357
|
context: any;
|
1350
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
1358
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
1351
1359
|
placeholder: string;
|
1352
1360
|
format: string;
|
1353
1361
|
inputFormat: string;
|
@@ -1363,7 +1371,7 @@ declare const _default: {
|
|
1363
1371
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1364
1372
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
1365
1373
|
forceUpdate(callback?: (() => void) | undefined): void;
|
1366
|
-
readonly props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
1374
|
+
readonly props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
1367
1375
|
placeholder: string;
|
1368
1376
|
format: string;
|
1369
1377
|
inputFormat: string;
|
@@ -1385,7 +1393,7 @@ declare const _default: {
|
|
1385
1393
|
[key: string]: React.ReactInstance;
|
1386
1394
|
};
|
1387
1395
|
componentDidMount?(): void;
|
1388
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
1396
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
1389
1397
|
placeholder: string;
|
1390
1398
|
format: string;
|
1391
1399
|
inputFormat: string;
|
@@ -1402,7 +1410,7 @@ declare const _default: {
|
|
1402
1410
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1403
1411
|
componentWillUnmount?(): void;
|
1404
1412
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
1405
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
1413
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
1406
1414
|
placeholder: string;
|
1407
1415
|
format: string;
|
1408
1416
|
inputFormat: string;
|
@@ -1417,7 +1425,7 @@ declare const _default: {
|
|
1417
1425
|
locale?: string | undefined;
|
1418
1426
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1419
1427
|
}>, prevState: Readonly<{}>): any;
|
1420
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
1428
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
1421
1429
|
placeholder: string;
|
1422
1430
|
format: string;
|
1423
1431
|
inputFormat: string;
|
@@ -1434,7 +1442,7 @@ declare const _default: {
|
|
1434
1442
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
1435
1443
|
componentWillMount?(): void;
|
1436
1444
|
UNSAFE_componentWillMount?(): void;
|
1437
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
1445
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
1438
1446
|
placeholder: string;
|
1439
1447
|
format: string;
|
1440
1448
|
inputFormat: string;
|
@@ -1449,7 +1457,7 @@ declare const _default: {
|
|
1449
1457
|
locale?: string | undefined;
|
1450
1458
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1451
1459
|
}>, nextContext: any): void;
|
1452
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
1460
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
1453
1461
|
placeholder: string;
|
1454
1462
|
format: string;
|
1455
1463
|
inputFormat: string;
|
@@ -1464,7 +1472,7 @@ declare const _default: {
|
|
1464
1472
|
locale?: string | undefined;
|
1465
1473
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1466
1474
|
}>, nextContext: any): void;
|
1467
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
1475
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
1468
1476
|
placeholder: string;
|
1469
1477
|
format: string;
|
1470
1478
|
inputFormat: string;
|
@@ -1479,7 +1487,7 @@ declare const _default: {
|
|
1479
1487
|
locale?: string | undefined;
|
1480
1488
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1481
1489
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1482
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "
|
1490
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onFocus" | "onBlur" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "timeFormat" | "dateFormat" | "viewMode" | "utc" | "popoverClassName"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "ranges" | "closeOnSelect" | "overlayPlacement">> & Partial<Pick<{
|
1483
1491
|
placeholder: string;
|
1484
1492
|
format: string;
|
1485
1493
|
inputFormat: string;
|