amis 1.8.0-beta.1 → 1.8.0-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/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/AssociatedSelection.js +9 -2
- package/lib/components/AssociatedSelection.js.map +2 -2
- package/lib/components/BarCode.js +1 -1
- package/lib/components/BarCode.js.map +2 -2
- package/lib/components/Checkbox.d.ts +24 -23
- package/lib/components/Checkbox.js +6 -2
- package/lib/components/Checkbox.js.map +2 -2
- package/lib/components/DatePicker.js +16 -5
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +94 -84
- package/lib/components/DateRangePicker.js +259 -7
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/MonthRangePicker.d.ts +84 -84
- package/lib/components/Radios.d.ts +22 -22
- 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 +2 -14
- 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/factory.d.ts +4 -0
- package/lib/factory.js +9 -0
- 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/CRUD.d.ts +8 -0
- package/lib/renderers/CRUD.js +11 -4
- package/lib/renderers/CRUD.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/Form/Checkbox.d.ts +5 -2
- package/lib/renderers/Form/Checkbox.js +2 -2
- package/lib/renderers/Form/Checkbox.js.map +2 -2
- package/lib/renderers/Form/Checkboxes.d.ts +7 -2
- package/lib/renderers/Form/Checkboxes.js +101 -12
- 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/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/Item.d.ts +11 -6
- package/lib/renderers/Form/Item.js +3 -1
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/index.d.ts +1 -0
- 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/Steps.d.ts +8 -0
- package/lib/renderers/Steps.js +2 -2
- package/lib/renderers/Steps.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +1 -0
- package/lib/renderers/Table/index.js +10 -5
- 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/crud.d.ts +1 -0
- package/lib/store/crud.js +33 -7
- package/lib/store/crud.js.map +2 -2
- package/lib/store/formItem.js +1 -1
- package/lib/store/formItem.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 +2 -2
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +278 -17
- package/lib/themes/ang.css +286 -17
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +278 -17
- package/lib/themes/antd.css +286 -17
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +278 -17
- package/lib/themes/cxd.css +286 -17
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +278 -17
- package/lib/themes/dark.css +286 -17
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +278 -17
- package/lib/themes/default.css +286 -17
- 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 +237 -29
- package/scss/_properties.scss +10 -1
- package/scss/components/_barcode.scss +1 -1
- package/scss/components/_carousel.scss +1 -0
- package/scss/components/_debug.scss +3 -3
- package/scss/components/_steps.scss +199 -8
- package/scss/components/form/_checks.scss +122 -1
- package/scss/components/form/_date.scss +2 -1
- package/scss/components/form/_editor.scss +2 -1
- package/scss/components/form/_form.scss +16 -0
- package/sdk/ang-ie11.css +335 -18
- package/sdk/ang.css +343 -18
- package/sdk/antd-ie11.css +335 -18
- package/sdk/antd.css +343 -18
- 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 +335 -18
- package/sdk/cxd.css +343 -18
- package/sdk/dark-ie11.css +335 -18
- package/sdk/dark.css +343 -18
- 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 +335 -18
- package/sdk/sdk.css +343 -18
- package/sdk/sdk.js +1289 -1287
- 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/AssociatedSelection.tsx +9 -3
- package/src/components/BarCode.tsx +2 -2
- package/src/components/Checkbox.tsx +11 -5
- package/src/components/DatePicker.tsx +21 -4
- package/src/components/DateRangePicker.tsx +295 -6
- 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 +2 -15
- package/src/components/calendar/YearsView.tsx +3 -4
- package/src/factory.tsx +16 -0
- 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/CRUD.tsx +22 -4
- package/src/renderers/Carousel.tsx +8 -0
- package/src/renderers/Form/Checkbox.tsx +11 -2
- package/src/renderers/Form/Checkboxes.tsx +106 -23
- 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/InputImage.tsx +7 -3
- package/src/renderers/Form/InputRange.tsx +18 -16
- package/src/renderers/Form/Item.tsx +1 -0
- package/src/renderers/Form/index.tsx +2 -1
- package/src/renderers/Form/wrapControl.tsx +1 -1
- package/src/renderers/Nav.tsx +1 -1
- package/src/renderers/Steps.tsx +14 -0
- package/src/renderers/Table/index.tsx +15 -4
- package/src/renderers/Tabs.tsx +75 -28
- package/src/renderers/Wizard.tsx +154 -93
- package/src/store/crud.ts +40 -5
- package/src/store/formItem.ts +1 -2
- package/src/store/index.ts +20 -0
- package/src/store/table.ts +2 -2
- 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;
|
@@ -90,6 +98,8 @@ export declare class DateRangePicker extends React.Component<DateRangePickerProp
|
|
90
98
|
confirm(): void;
|
91
99
|
filterDate(date: moment.Moment, originValue?: moment.Moment, timeFormat?: string, type?: 'start' | 'end'): moment.Moment;
|
92
100
|
handleSelectChange(newValue: moment.Moment): void;
|
101
|
+
handleTimeStartChange(newValue: moment.Moment): void;
|
102
|
+
handleTimeEndChange(newValue: moment.Moment): void;
|
93
103
|
handleMobileChange(data: any, callback?: () => void): void;
|
94
104
|
selectRannge(range: PlainObject): void;
|
95
105
|
renderRanges(ranges: string | Array<ShortCuts> | undefined): JSX.Element | null;
|
@@ -102,7 +112,7 @@ export declare class DateRangePicker extends React.Component<DateRangePickerProp
|
|
102
112
|
render(): JSX.Element;
|
103
113
|
}
|
104
114
|
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" | "
|
115
|
+
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
116
|
placeholder: string;
|
107
117
|
format: string;
|
108
118
|
inputFormat: string;
|
@@ -116,7 +126,7 @@ declare const _default: {
|
|
116
126
|
}, never>> & {
|
117
127
|
locale?: string | undefined;
|
118
128
|
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" | "
|
129
|
+
}, 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
130
|
placeholder: string;
|
121
131
|
format: string;
|
122
132
|
inputFormat: string;
|
@@ -133,7 +143,7 @@ declare const _default: {
|
|
133
143
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
134
144
|
render(): JSX.Element;
|
135
145
|
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" | "
|
146
|
+
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
147
|
placeholder: string;
|
138
148
|
format: string;
|
139
149
|
inputFormat: string;
|
@@ -149,7 +159,7 @@ declare const _default: {
|
|
149
159
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
150
160
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
151
161
|
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" | "
|
162
|
+
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
163
|
placeholder: string;
|
154
164
|
format: string;
|
155
165
|
inputFormat: string;
|
@@ -171,7 +181,7 @@ declare const _default: {
|
|
171
181
|
[key: string]: React.ReactInstance;
|
172
182
|
};
|
173
183
|
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" | "
|
184
|
+
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
185
|
placeholder: string;
|
176
186
|
format: string;
|
177
187
|
inputFormat: string;
|
@@ -188,7 +198,7 @@ declare const _default: {
|
|
188
198
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
189
199
|
componentWillUnmount?(): void;
|
190
200
|
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" | "
|
201
|
+
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
202
|
placeholder: string;
|
193
203
|
format: string;
|
194
204
|
inputFormat: string;
|
@@ -203,7 +213,7 @@ declare const _default: {
|
|
203
213
|
locale?: string | undefined;
|
204
214
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
205
215
|
}, 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" | "
|
216
|
+
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
217
|
placeholder: string;
|
208
218
|
format: string;
|
209
219
|
inputFormat: string;
|
@@ -220,7 +230,7 @@ declare const _default: {
|
|
220
230
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
221
231
|
componentWillMount?(): void;
|
222
232
|
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" | "
|
233
|
+
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
234
|
placeholder: string;
|
225
235
|
format: string;
|
226
236
|
inputFormat: string;
|
@@ -235,7 +245,7 @@ declare const _default: {
|
|
235
245
|
locale?: string | undefined;
|
236
246
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
237
247
|
}, 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" | "
|
248
|
+
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
249
|
placeholder: string;
|
240
250
|
format: string;
|
241
251
|
inputFormat: string;
|
@@ -250,7 +260,7 @@ declare const _default: {
|
|
250
260
|
locale?: string | undefined;
|
251
261
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
252
262
|
}, 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" | "
|
263
|
+
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
264
|
placeholder: string;
|
255
265
|
format: string;
|
256
266
|
inputFormat: string;
|
@@ -265,7 +275,7 @@ declare const _default: {
|
|
265
275
|
locale?: string | undefined;
|
266
276
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
267
277
|
}, 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" | "
|
278
|
+
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
279
|
placeholder: string;
|
270
280
|
format: string;
|
271
281
|
inputFormat: string;
|
@@ -281,7 +291,7 @@ declare const _default: {
|
|
281
291
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
282
292
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
283
293
|
};
|
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" | "
|
294
|
+
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
295
|
placeholder: string;
|
286
296
|
format: string;
|
287
297
|
inputFormat: string;
|
@@ -298,7 +308,7 @@ declare const _default: {
|
|
298
308
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
299
309
|
render(): JSX.Element;
|
300
310
|
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" | "
|
311
|
+
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
312
|
placeholder: string;
|
303
313
|
format: string;
|
304
314
|
inputFormat: string;
|
@@ -314,7 +324,7 @@ declare const _default: {
|
|
314
324
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
315
325
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
316
326
|
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" | "
|
327
|
+
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
328
|
placeholder: string;
|
319
329
|
format: string;
|
320
330
|
inputFormat: string;
|
@@ -336,7 +346,7 @@ declare const _default: {
|
|
336
346
|
[key: string]: React.ReactInstance;
|
337
347
|
};
|
338
348
|
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" | "
|
349
|
+
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
350
|
placeholder: string;
|
341
351
|
format: string;
|
342
352
|
inputFormat: string;
|
@@ -353,7 +363,7 @@ declare const _default: {
|
|
353
363
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
354
364
|
componentWillUnmount?(): void;
|
355
365
|
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" | "
|
366
|
+
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
367
|
placeholder: string;
|
358
368
|
format: string;
|
359
369
|
inputFormat: string;
|
@@ -368,7 +378,7 @@ declare const _default: {
|
|
368
378
|
locale?: string | undefined;
|
369
379
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
370
380
|
}, 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" | "
|
381
|
+
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
382
|
placeholder: string;
|
373
383
|
format: string;
|
374
384
|
inputFormat: string;
|
@@ -385,7 +395,7 @@ declare const _default: {
|
|
385
395
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
386
396
|
componentWillMount?(): void;
|
387
397
|
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" | "
|
398
|
+
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
399
|
placeholder: string;
|
390
400
|
format: string;
|
391
401
|
inputFormat: string;
|
@@ -400,7 +410,7 @@ declare const _default: {
|
|
400
410
|
locale?: string | undefined;
|
401
411
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
402
412
|
}, 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" | "
|
413
|
+
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
414
|
placeholder: string;
|
405
415
|
format: string;
|
406
416
|
inputFormat: string;
|
@@ -415,7 +425,7 @@ declare const _default: {
|
|
415
425
|
locale?: string | undefined;
|
416
426
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
417
427
|
}, 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" | "
|
428
|
+
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
429
|
placeholder: string;
|
420
430
|
format: string;
|
421
431
|
inputFormat: string;
|
@@ -430,7 +440,7 @@ declare const _default: {
|
|
430
440
|
locale?: string | undefined;
|
431
441
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
432
442
|
}, 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" | "
|
443
|
+
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
444
|
placeholder: string;
|
435
445
|
format: string;
|
436
446
|
inputFormat: string;
|
@@ -449,7 +459,7 @@ declare const _default: {
|
|
449
459
|
displayName: string;
|
450
460
|
contextType: React.Context<string>;
|
451
461
|
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" | "
|
462
|
+
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
463
|
placeholder: string;
|
454
464
|
format: string;
|
455
465
|
inputFormat: string;
|
@@ -463,7 +473,7 @@ declare const _default: {
|
|
463
473
|
}, never>> & {
|
464
474
|
locale?: string | undefined;
|
465
475
|
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" | "
|
476
|
+
}) | 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
477
|
placeholder: string;
|
468
478
|
format: string;
|
469
479
|
inputFormat: string;
|
@@ -480,7 +490,7 @@ declare const _default: {
|
|
480
490
|
}>): {
|
481
491
|
render(): JSX.Element;
|
482
492
|
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" | "
|
493
|
+
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
494
|
placeholder: string;
|
485
495
|
format: string;
|
486
496
|
inputFormat: string;
|
@@ -496,7 +506,7 @@ declare const _default: {
|
|
496
506
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
497
507
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
498
508
|
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" | "
|
509
|
+
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
510
|
placeholder: string;
|
501
511
|
format: string;
|
502
512
|
inputFormat: string;
|
@@ -518,7 +528,7 @@ declare const _default: {
|
|
518
528
|
[key: string]: React.ReactInstance;
|
519
529
|
};
|
520
530
|
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" | "
|
531
|
+
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
532
|
placeholder: string;
|
523
533
|
format: string;
|
524
534
|
inputFormat: string;
|
@@ -535,7 +545,7 @@ declare const _default: {
|
|
535
545
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
536
546
|
componentWillUnmount?(): void;
|
537
547
|
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" | "
|
548
|
+
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
549
|
placeholder: string;
|
540
550
|
format: string;
|
541
551
|
inputFormat: string;
|
@@ -550,7 +560,7 @@ declare const _default: {
|
|
550
560
|
locale?: string | undefined;
|
551
561
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
552
562
|
}>, 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" | "
|
563
|
+
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
564
|
placeholder: string;
|
555
565
|
format: string;
|
556
566
|
inputFormat: string;
|
@@ -567,7 +577,7 @@ declare const _default: {
|
|
567
577
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
568
578
|
componentWillMount?(): void;
|
569
579
|
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" | "
|
580
|
+
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
581
|
placeholder: string;
|
572
582
|
format: string;
|
573
583
|
inputFormat: string;
|
@@ -582,7 +592,7 @@ declare const _default: {
|
|
582
592
|
locale?: string | undefined;
|
583
593
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
584
594
|
}>, 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" | "
|
595
|
+
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
596
|
placeholder: string;
|
587
597
|
format: string;
|
588
598
|
inputFormat: string;
|
@@ -597,7 +607,7 @@ declare const _default: {
|
|
597
607
|
locale?: string | undefined;
|
598
608
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
599
609
|
}>, 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" | "
|
610
|
+
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
611
|
placeholder: string;
|
602
612
|
format: string;
|
603
613
|
inputFormat: string;
|
@@ -612,7 +622,7 @@ declare const _default: {
|
|
612
622
|
locale?: string | undefined;
|
613
623
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
614
624
|
}>, 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" | "
|
625
|
+
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
626
|
placeholder: string;
|
617
627
|
format: string;
|
618
628
|
inputFormat: string;
|
@@ -628,7 +638,7 @@ declare const _default: {
|
|
628
638
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
629
639
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
630
640
|
};
|
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" | "
|
641
|
+
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
642
|
placeholder: string;
|
633
643
|
format: string;
|
634
644
|
inputFormat: string;
|
@@ -645,7 +655,7 @@ declare const _default: {
|
|
645
655
|
}, context: any): {
|
646
656
|
render(): JSX.Element;
|
647
657
|
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" | "
|
658
|
+
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
659
|
placeholder: string;
|
650
660
|
format: string;
|
651
661
|
inputFormat: string;
|
@@ -661,7 +671,7 @@ declare const _default: {
|
|
661
671
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
662
672
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
663
673
|
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" | "
|
674
|
+
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
675
|
placeholder: string;
|
666
676
|
format: string;
|
667
677
|
inputFormat: string;
|
@@ -683,7 +693,7 @@ declare const _default: {
|
|
683
693
|
[key: string]: React.ReactInstance;
|
684
694
|
};
|
685
695
|
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" | "
|
696
|
+
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
697
|
placeholder: string;
|
688
698
|
format: string;
|
689
699
|
inputFormat: string;
|
@@ -700,7 +710,7 @@ declare const _default: {
|
|
700
710
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
701
711
|
componentWillUnmount?(): void;
|
702
712
|
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" | "
|
713
|
+
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
714
|
placeholder: string;
|
705
715
|
format: string;
|
706
716
|
inputFormat: string;
|
@@ -715,7 +725,7 @@ declare const _default: {
|
|
715
725
|
locale?: string | undefined;
|
716
726
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
717
727
|
}>, 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" | "
|
728
|
+
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
729
|
placeholder: string;
|
720
730
|
format: string;
|
721
731
|
inputFormat: string;
|
@@ -732,7 +742,7 @@ declare const _default: {
|
|
732
742
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
733
743
|
componentWillMount?(): void;
|
734
744
|
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" | "
|
745
|
+
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
746
|
placeholder: string;
|
737
747
|
format: string;
|
738
748
|
inputFormat: string;
|
@@ -747,7 +757,7 @@ declare const _default: {
|
|
747
757
|
locale?: string | undefined;
|
748
758
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
749
759
|
}>, 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" | "
|
760
|
+
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
761
|
placeholder: string;
|
752
762
|
format: string;
|
753
763
|
inputFormat: string;
|
@@ -762,7 +772,7 @@ declare const _default: {
|
|
762
772
|
locale?: string | undefined;
|
763
773
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
764
774
|
}>, 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" | "
|
775
|
+
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
776
|
placeholder: string;
|
767
777
|
format: string;
|
768
778
|
inputFormat: string;
|
@@ -777,7 +787,7 @@ declare const _default: {
|
|
777
787
|
locale?: string | undefined;
|
778
788
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
779
789
|
}>, 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" | "
|
790
|
+
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
791
|
placeholder: string;
|
782
792
|
format: string;
|
783
793
|
inputFormat: string;
|
@@ -800,7 +810,7 @@ declare const _default: {
|
|
800
810
|
ComposedComponent: typeof DateRangePicker;
|
801
811
|
}>;
|
802
812
|
} & 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" | "
|
813
|
+
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
814
|
placeholder: string;
|
805
815
|
format: string;
|
806
816
|
inputFormat: string;
|
@@ -814,7 +824,7 @@ declare const _default: {
|
|
814
824
|
}, never>> & {
|
815
825
|
locale?: string | undefined;
|
816
826
|
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" | "
|
827
|
+
}) | 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
828
|
placeholder: string;
|
819
829
|
format: string;
|
820
830
|
inputFormat: string;
|
@@ -831,7 +841,7 @@ declare const _default: {
|
|
831
841
|
}>): {
|
832
842
|
render(): JSX.Element;
|
833
843
|
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" | "
|
844
|
+
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
845
|
placeholder: string;
|
836
846
|
format: string;
|
837
847
|
inputFormat: string;
|
@@ -847,7 +857,7 @@ declare const _default: {
|
|
847
857
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
848
858
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
849
859
|
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" | "
|
860
|
+
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
861
|
placeholder: string;
|
852
862
|
format: string;
|
853
863
|
inputFormat: string;
|
@@ -869,7 +879,7 @@ declare const _default: {
|
|
869
879
|
[key: string]: React.ReactInstance;
|
870
880
|
};
|
871
881
|
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" | "
|
882
|
+
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
883
|
placeholder: string;
|
874
884
|
format: string;
|
875
885
|
inputFormat: string;
|
@@ -886,7 +896,7 @@ declare const _default: {
|
|
886
896
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
887
897
|
componentWillUnmount?(): void;
|
888
898
|
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" | "
|
899
|
+
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
900
|
placeholder: string;
|
891
901
|
format: string;
|
892
902
|
inputFormat: string;
|
@@ -901,7 +911,7 @@ declare const _default: {
|
|
901
911
|
locale?: string | undefined;
|
902
912
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
903
913
|
}>, 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" | "
|
914
|
+
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
915
|
placeholder: string;
|
906
916
|
format: string;
|
907
917
|
inputFormat: string;
|
@@ -918,7 +928,7 @@ declare const _default: {
|
|
918
928
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
919
929
|
componentWillMount?(): void;
|
920
930
|
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" | "
|
931
|
+
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
932
|
placeholder: string;
|
923
933
|
format: string;
|
924
934
|
inputFormat: string;
|
@@ -933,7 +943,7 @@ declare const _default: {
|
|
933
943
|
locale?: string | undefined;
|
934
944
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
935
945
|
}>, 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" | "
|
946
|
+
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
947
|
placeholder: string;
|
938
948
|
format: string;
|
939
949
|
inputFormat: string;
|
@@ -948,7 +958,7 @@ declare const _default: {
|
|
948
958
|
locale?: string | undefined;
|
949
959
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
950
960
|
}>, 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" | "
|
961
|
+
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
962
|
placeholder: string;
|
953
963
|
format: string;
|
954
964
|
inputFormat: string;
|
@@ -963,7 +973,7 @@ declare const _default: {
|
|
963
973
|
locale?: string | undefined;
|
964
974
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
965
975
|
}>, 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" | "
|
976
|
+
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
977
|
placeholder: string;
|
968
978
|
format: string;
|
969
979
|
inputFormat: string;
|
@@ -979,7 +989,7 @@ declare const _default: {
|
|
979
989
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
980
990
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
981
991
|
};
|
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" | "
|
992
|
+
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
993
|
placeholder: string;
|
984
994
|
format: string;
|
985
995
|
inputFormat: string;
|
@@ -996,7 +1006,7 @@ declare const _default: {
|
|
996
1006
|
}, context: any): {
|
997
1007
|
render(): JSX.Element;
|
998
1008
|
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" | "
|
1009
|
+
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
1010
|
placeholder: string;
|
1001
1011
|
format: string;
|
1002
1012
|
inputFormat: string;
|
@@ -1012,7 +1022,7 @@ declare const _default: {
|
|
1012
1022
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1013
1023
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
1014
1024
|
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" | "
|
1025
|
+
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
1026
|
placeholder: string;
|
1017
1027
|
format: string;
|
1018
1028
|
inputFormat: string;
|
@@ -1034,7 +1044,7 @@ declare const _default: {
|
|
1034
1044
|
[key: string]: React.ReactInstance;
|
1035
1045
|
};
|
1036
1046
|
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" | "
|
1047
|
+
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
1048
|
placeholder: string;
|
1039
1049
|
format: string;
|
1040
1050
|
inputFormat: string;
|
@@ -1051,7 +1061,7 @@ declare const _default: {
|
|
1051
1061
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1052
1062
|
componentWillUnmount?(): void;
|
1053
1063
|
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" | "
|
1064
|
+
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
1065
|
placeholder: string;
|
1056
1066
|
format: string;
|
1057
1067
|
inputFormat: string;
|
@@ -1066,7 +1076,7 @@ declare const _default: {
|
|
1066
1076
|
locale?: string | undefined;
|
1067
1077
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1068
1078
|
}>, 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" | "
|
1079
|
+
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
1080
|
placeholder: string;
|
1071
1081
|
format: string;
|
1072
1082
|
inputFormat: string;
|
@@ -1083,7 +1093,7 @@ declare const _default: {
|
|
1083
1093
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
1084
1094
|
componentWillMount?(): void;
|
1085
1095
|
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" | "
|
1096
|
+
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
1097
|
placeholder: string;
|
1088
1098
|
format: string;
|
1089
1099
|
inputFormat: string;
|
@@ -1098,7 +1108,7 @@ declare const _default: {
|
|
1098
1108
|
locale?: string | undefined;
|
1099
1109
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1100
1110
|
}>, 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" | "
|
1111
|
+
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
1112
|
placeholder: string;
|
1103
1113
|
format: string;
|
1104
1114
|
inputFormat: string;
|
@@ -1113,7 +1123,7 @@ declare const _default: {
|
|
1113
1123
|
locale?: string | undefined;
|
1114
1124
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1115
1125
|
}>, 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" | "
|
1126
|
+
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
1127
|
placeholder: string;
|
1118
1128
|
format: string;
|
1119
1129
|
inputFormat: string;
|
@@ -1128,7 +1138,7 @@ declare const _default: {
|
|
1128
1138
|
locale?: string | undefined;
|
1129
1139
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1130
1140
|
}>, 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" | "
|
1141
|
+
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
1142
|
placeholder: string;
|
1133
1143
|
format: string;
|
1134
1144
|
inputFormat: string;
|
@@ -1151,7 +1161,7 @@ declare const _default: {
|
|
1151
1161
|
ComposedComponent: typeof DateRangePicker;
|
1152
1162
|
}, {}> & {
|
1153
1163
|
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" | "
|
1164
|
+
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
1165
|
placeholder: string;
|
1156
1166
|
format: string;
|
1157
1167
|
inputFormat: string;
|
@@ -1165,7 +1175,7 @@ declare const _default: {
|
|
1165
1175
|
}, never>> & {
|
1166
1176
|
locale?: string | undefined;
|
1167
1177
|
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" | "
|
1178
|
+
}) | 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
1179
|
placeholder: string;
|
1170
1180
|
format: string;
|
1171
1181
|
inputFormat: string;
|
@@ -1182,7 +1192,7 @@ declare const _default: {
|
|
1182
1192
|
}>): {
|
1183
1193
|
render(): JSX.Element;
|
1184
1194
|
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" | "
|
1195
|
+
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
1196
|
placeholder: string;
|
1187
1197
|
format: string;
|
1188
1198
|
inputFormat: string;
|
@@ -1198,7 +1208,7 @@ declare const _default: {
|
|
1198
1208
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1199
1209
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
1200
1210
|
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" | "
|
1211
|
+
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
1212
|
placeholder: string;
|
1203
1213
|
format: string;
|
1204
1214
|
inputFormat: string;
|
@@ -1220,7 +1230,7 @@ declare const _default: {
|
|
1220
1230
|
[key: string]: React.ReactInstance;
|
1221
1231
|
};
|
1222
1232
|
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" | "
|
1233
|
+
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
1234
|
placeholder: string;
|
1225
1235
|
format: string;
|
1226
1236
|
inputFormat: string;
|
@@ -1237,7 +1247,7 @@ declare const _default: {
|
|
1237
1247
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1238
1248
|
componentWillUnmount?(): void;
|
1239
1249
|
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" | "
|
1250
|
+
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
1251
|
placeholder: string;
|
1242
1252
|
format: string;
|
1243
1253
|
inputFormat: string;
|
@@ -1252,7 +1262,7 @@ declare const _default: {
|
|
1252
1262
|
locale?: string | undefined;
|
1253
1263
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1254
1264
|
}>, 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" | "
|
1265
|
+
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
1266
|
placeholder: string;
|
1257
1267
|
format: string;
|
1258
1268
|
inputFormat: string;
|
@@ -1269,7 +1279,7 @@ declare const _default: {
|
|
1269
1279
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
1270
1280
|
componentWillMount?(): void;
|
1271
1281
|
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" | "
|
1282
|
+
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
1283
|
placeholder: string;
|
1274
1284
|
format: string;
|
1275
1285
|
inputFormat: string;
|
@@ -1284,7 +1294,7 @@ declare const _default: {
|
|
1284
1294
|
locale?: string | undefined;
|
1285
1295
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1286
1296
|
}>, 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" | "
|
1297
|
+
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
1298
|
placeholder: string;
|
1289
1299
|
format: string;
|
1290
1300
|
inputFormat: string;
|
@@ -1299,7 +1309,7 @@ declare const _default: {
|
|
1299
1309
|
locale?: string | undefined;
|
1300
1310
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1301
1311
|
}>, 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" | "
|
1312
|
+
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
1313
|
placeholder: string;
|
1304
1314
|
format: string;
|
1305
1315
|
inputFormat: string;
|
@@ -1314,7 +1324,7 @@ declare const _default: {
|
|
1314
1324
|
locale?: string | undefined;
|
1315
1325
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1316
1326
|
}>, 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" | "
|
1327
|
+
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
1328
|
placeholder: string;
|
1319
1329
|
format: string;
|
1320
1330
|
inputFormat: string;
|
@@ -1330,7 +1340,7 @@ declare const _default: {
|
|
1330
1340
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1331
1341
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1332
1342
|
};
|
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" | "
|
1343
|
+
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
1344
|
placeholder: string;
|
1335
1345
|
format: string;
|
1336
1346
|
inputFormat: string;
|
@@ -1347,7 +1357,7 @@ declare const _default: {
|
|
1347
1357
|
}, context: any): {
|
1348
1358
|
render(): JSX.Element;
|
1349
1359
|
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" | "
|
1360
|
+
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
1361
|
placeholder: string;
|
1352
1362
|
format: string;
|
1353
1363
|
inputFormat: string;
|
@@ -1363,7 +1373,7 @@ declare const _default: {
|
|
1363
1373
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1364
1374
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
1365
1375
|
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" | "
|
1376
|
+
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
1377
|
placeholder: string;
|
1368
1378
|
format: string;
|
1369
1379
|
inputFormat: string;
|
@@ -1385,7 +1395,7 @@ declare const _default: {
|
|
1385
1395
|
[key: string]: React.ReactInstance;
|
1386
1396
|
};
|
1387
1397
|
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" | "
|
1398
|
+
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
1399
|
placeholder: string;
|
1390
1400
|
format: string;
|
1391
1401
|
inputFormat: string;
|
@@ -1402,7 +1412,7 @@ declare const _default: {
|
|
1402
1412
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1403
1413
|
componentWillUnmount?(): void;
|
1404
1414
|
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" | "
|
1415
|
+
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
1416
|
placeholder: string;
|
1407
1417
|
format: string;
|
1408
1418
|
inputFormat: string;
|
@@ -1417,7 +1427,7 @@ declare const _default: {
|
|
1417
1427
|
locale?: string | undefined;
|
1418
1428
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1419
1429
|
}>, 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" | "
|
1430
|
+
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
1431
|
placeholder: string;
|
1422
1432
|
format: string;
|
1423
1433
|
inputFormat: string;
|
@@ -1434,7 +1444,7 @@ declare const _default: {
|
|
1434
1444
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
1435
1445
|
componentWillMount?(): void;
|
1436
1446
|
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" | "
|
1447
|
+
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
1448
|
placeholder: string;
|
1439
1449
|
format: string;
|
1440
1450
|
inputFormat: string;
|
@@ -1449,7 +1459,7 @@ declare const _default: {
|
|
1449
1459
|
locale?: string | undefined;
|
1450
1460
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1451
1461
|
}>, 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" | "
|
1462
|
+
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
1463
|
placeholder: string;
|
1454
1464
|
format: string;
|
1455
1465
|
inputFormat: string;
|
@@ -1464,7 +1474,7 @@ declare const _default: {
|
|
1464
1474
|
locale?: string | undefined;
|
1465
1475
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1466
1476
|
}>, 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" | "
|
1477
|
+
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
1478
|
placeholder: string;
|
1469
1479
|
format: string;
|
1470
1480
|
inputFormat: string;
|
@@ -1479,7 +1489,7 @@ declare const _default: {
|
|
1479
1489
|
locale?: string | undefined;
|
1480
1490
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1481
1491
|
}>, 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" | "
|
1492
|
+
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
1493
|
placeholder: string;
|
1484
1494
|
format: string;
|
1485
1495
|
inputFormat: string;
|