amis 1.5.6-beta.5 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.husky/pre-commit +1 -1
- package/lib/Schema.d.ts +3 -2
- package/lib/Schema.js.map +1 -1
- package/lib/components/AssociatedSelection.d.ts +84 -84
- package/lib/components/AssociatedSelection.js +2 -2
- package/lib/components/AssociatedSelection.js.map +2 -2
- package/lib/components/Avatar.d.ts +135 -0
- package/lib/components/Avatar.js +120 -0
- package/lib/components/Avatar.js.map +13 -0
- package/lib/components/BaiduMapPicker.js.map +2 -2
- package/lib/components/CalendarMobile.d.ts +547 -0
- package/lib/components/CalendarMobile.js +432 -0
- package/lib/components/CalendarMobile.js.map +13 -0
- package/lib/components/Card.js +1 -1
- package/lib/components/Card.js.map +2 -2
- package/lib/components/Cascader.d.ts +123 -0
- package/lib/components/Cascader.js +487 -0
- package/lib/components/Cascader.js.map +13 -0
- package/lib/components/ChainedSelection.d.ts +84 -84
- package/lib/components/ChainedSelection.js +15 -3
- package/lib/components/ChainedSelection.js.map +2 -2
- package/lib/components/CityArea.d.ts +527 -0
- package/lib/components/CityArea.js +177 -0
- package/lib/components/CityArea.js.map +13 -0
- package/lib/components/Collapse.js +1 -1
- package/lib/components/Collapse.js.map +2 -2
- package/lib/components/ColorPicker.d.ts +84 -84
- package/lib/components/ColorPicker.js +4 -3
- package/lib/components/ColorPicker.js.map +2 -2
- package/lib/components/DatePicker.d.ts +85 -84
- package/lib/components/DatePicker.js +15 -8
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +85 -84
- package/lib/components/DateRangePicker.js +18 -6
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/GroupedSelection.d.ts +84 -84
- package/lib/components/GroupedSelection.js +14 -2
- package/lib/components/GroupedSelection.js.map +2 -2
- package/lib/components/MonthRangePicker.d.ts +85 -84
- package/lib/components/MonthRangePicker.js +16 -6
- package/lib/components/MonthRangePicker.js.map +2 -2
- package/lib/components/Overlay.d.ts +1 -1
- package/lib/components/Overlay.js.map +1 -1
- package/lib/components/Picker.d.ts +1 -0
- package/lib/components/Picker.js +16 -7
- package/lib/components/Picker.js.map +2 -2
- package/lib/components/PickerColumn.d.ts +1 -0
- package/lib/components/PickerColumn.js +21 -18
- package/lib/components/PickerColumn.js.map +2 -2
- package/lib/components/PickerContainer.d.ts +3 -0
- package/lib/components/PickerContainer.js +12 -5
- package/lib/components/PickerContainer.js.map +2 -2
- package/lib/components/PopOverContainer.d.ts +1 -0
- package/lib/components/PopOverContainer.js +5 -3
- package/lib/components/PopOverContainer.js.map +2 -2
- package/lib/components/PopUp.d.ts +1041 -28
- package/lib/components/PopUp.js +32 -8
- package/lib/components/PopUp.js.map +2 -2
- package/lib/components/Rating.d.ts +203 -73
- package/lib/components/Rating.js +147 -31
- package/lib/components/Rating.js.map +2 -2
- package/lib/components/ResultBox.d.ts +85 -84
- package/lib/components/ResultBox.js +9 -4
- package/lib/components/ResultBox.js.map +2 -2
- package/lib/components/ResultList.d.ts +9 -2
- package/lib/components/ResultList.js +22 -2
- package/lib/components/ResultList.js.map +2 -2
- package/lib/components/Select.d.ts +237 -237
- package/lib/components/Select.js +9 -6
- package/lib/components/Select.js.map +2 -2
- package/lib/components/Selection.d.ts +94 -86
- package/lib/components/Selection.js +11 -2
- package/lib/components/Selection.js.map +2 -2
- package/lib/components/Steps.js.map +2 -2
- package/lib/components/TableSelection.d.ts +85 -85
- package/lib/components/TableSelection.js +1 -9
- package/lib/components/TableSelection.js.map +2 -2
- package/lib/components/Tabs.js +31 -33
- package/lib/components/Tabs.js.map +2 -2
- package/lib/components/TabsTransfer.d.ts +87 -256
- package/lib/components/TabsTransfer.js +52 -9
- package/lib/components/TabsTransfer.js.map +2 -2
- package/lib/components/TabsTransferPicker.d.ts +1 -1
- package/lib/components/TabsTransferPicker.js +20 -18
- package/lib/components/TabsTransferPicker.js.map +2 -2
- package/lib/components/Timeline.d.ts +69 -0
- package/lib/components/Timeline.js +16 -0
- package/lib/components/Timeline.js.map +13 -0
- package/lib/components/TimelineItem.d.ts +516 -0
- package/lib/components/TimelineItem.js +41 -0
- package/lib/components/TimelineItem.js.map +13 -0
- package/lib/components/Transfer.d.ts +100 -98
- package/lib/components/Transfer.js +2 -3
- package/lib/components/Transfer.js.map +2 -2
- package/lib/components/TransferDropDown.d.ts +85 -84
- package/lib/components/TransferDropDown.js +9 -10
- package/lib/components/TransferDropDown.js.map +2 -2
- package/lib/components/TransferPicker.d.ts +1 -0
- package/lib/components/TransferPicker.js +19 -4
- package/lib/components/TransferPicker.js.map +2 -2
- package/lib/components/TreeSelection.d.ts +85 -85
- package/lib/components/TreeSelection.js +7 -1
- package/lib/components/TreeSelection.js.map +2 -2
- package/lib/components/calendar/Calendar.d.ts +19 -0
- package/lib/components/calendar/Calendar.js +71 -1
- package/lib/components/calendar/Calendar.js.map +2 -2
- package/lib/components/calendar/DaysView.d.ts +21 -0
- package/lib/components/calendar/DaysView.js +76 -17
- package/lib/components/calendar/DaysView.js.map +2 -2
- package/lib/components/calendar/MonthsView.d.ts +34 -0
- package/lib/components/calendar/MonthsView.js +68 -3
- package/lib/components/calendar/MonthsView.js.map +2 -2
- package/lib/components/calendar/QuartersView.d.ts +1 -0
- package/lib/components/calendar/QuartersView.js +2 -2
- package/lib/components/calendar/QuartersView.js.map +2 -2
- package/lib/components/calendar/TimeView.d.ts +30 -18
- package/lib/components/calendar/TimeView.js +47 -8
- package/lib/components/calendar/TimeView.js.map +2 -2
- package/lib/components/calendar/YearsView.d.ts +6 -0
- package/lib/components/calendar/YearsView.js +21 -10
- package/lib/components/calendar/YearsView.js.map +2 -2
- package/lib/components/condition-builder/Field.js +1 -4
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Func.js +1 -1
- package/lib/components/condition-builder/Func.js.map +2 -2
- package/lib/components/formula/Editor.d.ts +3 -0
- package/lib/components/formula/Editor.js +3 -2
- package/lib/components/formula/Editor.js.map +2 -2
- package/lib/components/formula/FuncList.js +2 -1
- package/lib/components/formula/FuncList.js.map +2 -2
- package/lib/components/formula/Picker.js +1 -1
- package/lib/components/formula/Picker.js.map +2 -2
- package/lib/components/icons.js +4 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/components/index.d.ts +2 -1
- package/lib/components/index.js +4 -2
- package/lib/components/index.js.map +2 -2
- package/lib/components/virtual-list/SizeAndPositionManager.js.map +2 -2
- package/lib/components/virtual-list/index.js +1 -2
- package/lib/components/virtual-list/index.js.map +2 -2
- package/lib/factory.js +5 -0
- package/lib/factory.js.map +2 -2
- package/lib/icons/star.js +12 -0
- package/lib/icons/tree-down.js +7 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -1
- package/lib/index.js.map +2 -2
- package/lib/locale/de-DE.js +17 -2
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +17 -2
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +16 -1
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Avatar.d.ts +35 -26
- package/lib/renderers/Avatar.js +14 -19
- package/lib/renderers/Avatar.js.map +2 -2
- package/lib/renderers/CRUD.js +1 -2
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Card.js +6 -5
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Custom.js.map +2 -2
- package/lib/renderers/DropDownButton.d.ts +11 -2
- package/lib/renderers/DropDownButton.js +30 -12
- package/lib/renderers/DropDownButton.js.map +2 -2
- package/lib/renderers/Each.js +5 -2
- package/lib/renderers/Each.js.map +2 -2
- package/lib/renderers/Flex.js +1 -5
- package/lib/renderers/Flex.js.map +2 -2
- package/lib/renderers/Form/ChartRadios.js.map +2 -2
- package/lib/renderers/Form/Checkboxes.js.map +2 -2
- package/lib/renderers/Form/CityDB.js +526 -2
- package/lib/renderers/Form/CityDB.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.js +2 -1
- package/lib/renderers/Form/DiffEditor.js.map +2 -2
- package/lib/renderers/Form/InputCity.d.ts +85 -84
- package/lib/renderers/Form/InputCity.js +4 -2
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputColor.d.ts +84 -84
- package/lib/renderers/Form/InputColor.js +6 -2
- package/lib/renderers/Form/InputColor.js.map +2 -2
- package/lib/renderers/Form/InputDate.js +10 -5
- package/lib/renderers/Form/InputDate.js.map +2 -2
- package/lib/renderers/Form/InputDateRange.js +6 -2
- package/lib/renderers/Form/InputDateRange.js.map +2 -2
- package/lib/renderers/Form/InputFormula.d.ts +4 -1
- package/lib/renderers/Form/InputFormula.js +2 -2
- package/lib/renderers/Form/InputFormula.js.map +2 -2
- package/lib/renderers/Form/InputImage.d.ts +1 -0
- package/lib/renderers/Form/InputImage.js +8 -4
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputMonthRange.js +1 -1
- package/lib/renderers/Form/InputMonthRange.js.map +2 -2
- package/lib/renderers/Form/InputQuarterRange.js +1 -1
- package/lib/renderers/Form/InputQuarterRange.js.map +2 -2
- package/lib/renderers/Form/InputRating.d.ts +37 -0
- package/lib/renderers/Form/InputRating.js +6 -2
- package/lib/renderers/Form/InputRating.js.map +2 -2
- package/lib/renderers/Form/InputYearRange.js +1 -1
- package/lib/renderers/Form/InputYearRange.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +10 -14
- package/lib/renderers/Form/Item.js +18 -9
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/NestedSelect.d.ts +1 -0
- package/lib/renderers/Form/NestedSelect.js +8 -4
- package/lib/renderers/Form/NestedSelect.js.map +2 -2
- package/lib/renderers/Form/Select.d.ts +2 -0
- package/lib/renderers/Form/Select.js +7 -4
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/TabsTransfer.d.ts +5 -32
- package/lib/renderers/Form/TabsTransfer.js +20 -1
- package/lib/renderers/Form/TabsTransfer.js.map +2 -2
- package/lib/renderers/Form/TabsTransferPicker.d.ts +5 -35
- package/lib/renderers/Form/TabsTransferPicker.js +21 -2
- package/lib/renderers/Form/TabsTransferPicker.js.map +2 -2
- package/lib/renderers/Form/Transfer.d.ts +15 -4
- package/lib/renderers/Form/Transfer.js +55 -18
- package/lib/renderers/Form/Transfer.js.map +2 -2
- package/lib/renderers/Form/TransferPicker.d.ts +3 -32
- package/lib/renderers/Form/TransferPicker.js +1 -1
- package/lib/renderers/Form/TransferPicker.js.map +2 -2
- package/lib/renderers/Form/TreeSelect.js +4 -4
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/index.js +2 -1
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/IFrame.js +0 -2
- package/lib/renderers/IFrame.js.map +2 -2
- package/lib/renderers/Json.js +7 -0
- package/lib/renderers/Json.js.map +2 -2
- package/lib/renderers/Nav.js +4 -1
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Remark.d.ts +4 -0
- package/lib/renderers/Remark.js +39 -7
- package/lib/renderers/Remark.js.map +2 -2
- package/lib/renderers/Steps.js +5 -5
- package/lib/renderers/Steps.js.map +2 -2
- package/lib/renderers/Table/TableRow.js +4 -1
- package/lib/renderers/Table/TableRow.js.map +2 -2
- package/lib/renderers/Table/index.js +4 -1
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Tabs.js +1 -1
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/Timeline.d.ts +65 -0
- package/lib/renderers/Timeline.js +54 -0
- package/lib/renderers/Timeline.js.map +13 -0
- package/lib/renderers/Video.js.map +2 -2
- package/lib/schemaExtend.js +23 -9
- package/lib/schemaExtend.js.map +2 -2
- package/lib/store/combo.js.map +2 -2
- package/lib/store/formItem.js +6 -6
- package/lib/store/formItem.js.map +2 -2
- package/lib/store/table.js +1 -1
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +1018 -67
- package/lib/themes/ang.css +1018 -67
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +1053 -67
- package/lib/themes/antd.css +1053 -67
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +1058 -78
- package/lib/themes/cxd.css +1058 -78
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +1019 -67
- package/lib/themes/dark.css +1019 -67
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +1058 -78
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/RootClose.js +3 -1
- package/lib/utils/RootClose.js.map +2 -2
- package/lib/utils/helper.d.ts +1 -6
- package/lib/utils/helper.js +6 -17
- package/lib/utils/helper.js.map +2 -2
- package/package.json +12 -6
- package/schema.json +3696 -971
- package/scss/_properties.scss +21 -7
- package/scss/components/_avatar.scss +27 -9
- package/scss/components/_calendar.scss +287 -0
- package/scss/components/_card.scss +1 -1
- package/scss/components/_cascader.scss +102 -0
- package/scss/components/_city-area.scss +27 -0
- package/scss/components/_collapse-group.scss +1 -3
- package/scss/components/_dropdown.scss +39 -9
- package/scss/components/_formula.scss +30 -6
- package/scss/components/_modal.scss +18 -0
- package/scss/components/_panel.scss +45 -0
- package/scss/components/_picker-columns.scss +15 -5
- package/scss/components/_popup.scss +42 -15
- package/scss/components/_result-box.scss +31 -0
- package/scss/components/_timeline.scss +198 -0
- package/scss/components/form/_checks.scss +2 -0
- package/scss/components/form/_color.scss +2 -2
- package/scss/components/form/_date-range.scss +1 -1
- package/scss/components/form/_date.scss +46 -1
- package/scss/components/form/_form.scss +168 -0
- package/scss/components/form/_nested-select.scss +3 -0
- package/scss/components/form/_rating.scss +60 -21
- package/scss/components/form/_result-list.scss +2 -0
- package/scss/components/form/_select.scss +32 -3
- package/scss/components/form/_selection.scss +5 -4
- package/scss/components/form/_transfer.scss +3 -0
- package/scss/components/form/_tree-select.scss +1 -1
- package/scss/themes/_antd-variables.scss +42 -0
- package/scss/themes/_common.scss +3 -0
- package/scss/themes/_cxd-variables.scss +51 -2
- package/scss/themes/_dark-variables.scss +1 -0
- package/scss/themes/cxd.scss +0 -12
- package/sdk/ang-ie11.css +1278 -141
- package/sdk/ang.css +1296 -153
- package/sdk/antd-ie11.css +1278 -141
- package/sdk/antd.css +1331 -153
- 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 +1258 -132
- package/sdk/cxd.css +1338 -168
- package/sdk/dark-ie11.css +1278 -141
- package/sdk/dark.css +1297 -153
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +17 -2
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +18 -18
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +1258 -132
- package/sdk/sdk.css +1338 -168
- package/sdk/sdk.js +1242 -1218
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +57 -57
- package/src/Schema.ts +3 -0
- package/src/components/AssociatedSelection.tsx +5 -1
- package/src/components/Avatar.tsx +253 -0
- package/src/components/BaiduMapPicker.tsx +19 -14
- package/src/components/CalendarMobile.tsx +563 -0
- package/src/components/Card.tsx +2 -2
- package/src/components/Cascader.tsx +564 -0
- package/src/components/ChainedSelection.tsx +16 -3
- package/src/components/CityArea.tsx +315 -0
- package/src/components/Collapse.tsx +1 -1
- package/src/components/ColorPicker.tsx +41 -40
- package/src/components/DatePicker.tsx +54 -38
- package/src/components/DateRangePicker.tsx +83 -29
- package/src/components/GroupedSelection.tsx +14 -2
- package/src/components/MonthRangePicker.tsx +76 -30
- package/src/components/Overlay.tsx +1 -1
- package/src/components/Picker.tsx +55 -35
- package/src/components/PickerColumn.tsx +43 -36
- package/src/components/PickerContainer.tsx +13 -1
- package/src/components/PopOverContainer.tsx +31 -17
- package/src/components/PopUp.tsx +84 -57
- package/src/components/Rating.tsx +235 -47
- package/src/components/ResultBox.tsx +14 -2
- package/src/components/ResultList.tsx +36 -6
- package/src/components/Select.tsx +20 -23
- package/src/components/Selection.tsx +21 -3
- package/src/components/Steps.tsx +23 -10
- package/src/components/TableSelection.tsx +1 -44
- package/src/components/Tabs.tsx +65 -54
- package/src/components/TabsTransfer.tsx +78 -9
- package/src/components/TabsTransferPicker.tsx +25 -13
- package/src/components/Timeline.tsx +31 -0
- package/src/components/TimelineItem.tsx +107 -0
- package/src/components/Transfer.tsx +11 -8
- package/src/components/TransferDropDown.tsx +20 -12
- package/src/components/TransferPicker.tsx +25 -4
- package/src/components/TreeSelection.tsx +7 -1
- package/src/components/calendar/Calendar.tsx +101 -4
- package/src/components/calendar/DaysView.tsx +165 -33
- package/src/components/calendar/MonthsView.tsx +108 -1
- package/src/components/calendar/QuartersView.tsx +3 -2
- package/src/components/calendar/TimeView.tsx +104 -41
- package/src/components/calendar/YearsView.tsx +34 -17
- package/src/components/condition-builder/Field.tsx +1 -3
- package/src/components/condition-builder/Func.tsx +1 -1
- package/src/components/formula/Editor.tsx +16 -11
- package/src/components/formula/FuncList.tsx +3 -1
- package/src/components/formula/Picker.tsx +2 -1
- package/src/components/icons.tsx +4 -0
- package/src/components/index.tsx +2 -0
- package/src/components/virtual-list/SizeAndPositionManager.ts +6 -3
- package/src/components/virtual-list/index.tsx +4 -6
- package/src/factory.tsx +6 -0
- package/src/icons/star.svg +12 -0
- package/src/icons/tree-down.svg +5 -0
- package/src/index.tsx +1 -0
- package/src/locale/de-DE.ts +17 -2
- package/src/locale/en-US.ts +17 -2
- package/src/locale/zh-CN.ts +16 -1
- package/src/renderers/Avatar.tsx +83 -74
- package/src/renderers/CRUD.tsx +1 -3
- package/src/renderers/Card.tsx +10 -6
- package/src/renderers/Custom.tsx +6 -3
- package/src/renderers/DropDownButton.tsx +69 -35
- package/src/renderers/Each.tsx +4 -4
- package/src/renderers/Flex.tsx +3 -7
- package/src/renderers/Form/ChartRadios.tsx +2 -7
- package/src/renderers/Form/Checkboxes.tsx +1 -1
- package/src/renderers/Form/CityDB.ts +526 -2
- package/src/renderers/Form/DiffEditor.tsx +2 -3
- package/src/renderers/Form/InputCity.tsx +23 -3
- package/src/renderers/Form/InputColor.tsx +21 -2
- package/src/renderers/Form/InputDate.tsx +48 -20
- package/src/renderers/Form/InputDateRange.tsx +9 -2
- package/src/renderers/Form/InputFormula.tsx +9 -4
- package/src/renderers/Form/InputImage.tsx +9 -4
- package/src/renderers/Form/InputMonthRange.tsx +0 -1
- package/src/renderers/Form/InputQuarterRange.tsx +0 -1
- package/src/renderers/Form/InputRating.tsx +66 -3
- package/src/renderers/Form/InputYearRange.tsx +0 -1
- package/src/renderers/Form/Item.tsx +29 -8
- package/src/renderers/Form/NestedSelect.tsx +32 -4
- package/src/renderers/Form/Select.tsx +15 -3
- package/src/renderers/Form/TabsTransfer.tsx +28 -38
- package/src/renderers/Form/TabsTransferPicker.tsx +28 -46
- package/src/renderers/Form/Transfer.tsx +75 -24
- package/src/renderers/Form/TransferPicker.tsx +6 -38
- package/src/renderers/Form/TreeSelect.tsx +18 -16
- package/src/renderers/Form/index.tsx +2 -1
- package/src/renderers/IFrame.tsx +0 -2
- package/src/renderers/Json.tsx +5 -0
- package/src/renderers/Nav.tsx +4 -1
- package/src/renderers/Remark.tsx +68 -18
- package/src/renderers/Steps.tsx +11 -13
- package/src/renderers/Table/TableRow.tsx +3 -1
- package/src/renderers/Table/index.tsx +7 -1
- package/src/renderers/Tabs.tsx +6 -2
- package/src/renderers/Timeline.tsx +141 -0
- package/src/renderers/Video.tsx +4 -20
- package/src/schemaExtend.ts +22 -10
- package/src/store/combo.ts +1 -3
- package/src/store/formItem.ts +2 -2
- package/src/store/table.ts +2 -1
- package/src/utils/RootClose.ts +5 -1
- package/src/utils/helper.ts +6 -16
@@ -88,6 +88,7 @@ export declare class DateRangePicker extends React.Component<DateRangePickerProp
|
|
88
88
|
filterDate(date: moment.Moment, originValue?: moment.Moment, timeFormat?: string, type?: 'start' | 'end'): moment.Moment;
|
89
89
|
handleStartChange(newValue: moment.Moment): void;
|
90
90
|
handleEndChange(newValue: moment.Moment): void;
|
91
|
+
handleMobileChange(data: any, callback?: () => void): void;
|
91
92
|
selectRannge(range: PlainObject): void;
|
92
93
|
renderRanges(ranges: string | Array<ShortCuts> | undefined): JSX.Element | null;
|
93
94
|
clearValue(e: React.MouseEvent<any>): void;
|
@@ -99,7 +100,7 @@ export declare class DateRangePicker extends React.Component<DateRangePickerProp
|
|
99
100
|
render(): JSX.Element;
|
100
101
|
}
|
101
102
|
declare const _default: {
|
102
|
-
new (props: (Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
103
|
+
new (props: (Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
103
104
|
placeholder: string;
|
104
105
|
format: string;
|
105
106
|
inputFormat: string;
|
@@ -113,7 +114,7 @@ declare const _default: {
|
|
113
114
|
}, never>> & {
|
114
115
|
locale?: string | undefined;
|
115
116
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
116
|
-
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
117
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
117
118
|
placeholder: string;
|
118
119
|
format: string;
|
119
120
|
inputFormat: string;
|
@@ -130,7 +131,7 @@ declare const _default: {
|
|
130
131
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
131
132
|
render(): JSX.Element;
|
132
133
|
context: any;
|
133
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
134
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
134
135
|
placeholder: string;
|
135
136
|
format: string;
|
136
137
|
inputFormat: string;
|
@@ -146,7 +147,7 @@ declare const _default: {
|
|
146
147
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
147
148
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
148
149
|
forceUpdate(callback?: (() => void) | undefined): void;
|
149
|
-
readonly props: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
150
|
+
readonly props: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
150
151
|
placeholder: string;
|
151
152
|
format: string;
|
152
153
|
inputFormat: string;
|
@@ -168,7 +169,7 @@ declare const _default: {
|
|
168
169
|
[key: string]: React.ReactInstance;
|
169
170
|
};
|
170
171
|
componentDidMount?(): void;
|
171
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
172
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
172
173
|
placeholder: string;
|
173
174
|
format: string;
|
174
175
|
inputFormat: string;
|
@@ -185,7 +186,7 @@ declare const _default: {
|
|
185
186
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
186
187
|
componentWillUnmount?(): void;
|
187
188
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
188
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
189
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
189
190
|
placeholder: string;
|
190
191
|
format: string;
|
191
192
|
inputFormat: string;
|
@@ -200,7 +201,7 @@ declare const _default: {
|
|
200
201
|
locale?: string | undefined;
|
201
202
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
202
203
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
203
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
204
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
204
205
|
placeholder: string;
|
205
206
|
format: string;
|
206
207
|
inputFormat: string;
|
@@ -217,7 +218,7 @@ declare const _default: {
|
|
217
218
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
218
219
|
componentWillMount?(): void;
|
219
220
|
UNSAFE_componentWillMount?(): void;
|
220
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
221
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
221
222
|
placeholder: string;
|
222
223
|
format: string;
|
223
224
|
inputFormat: string;
|
@@ -232,7 +233,7 @@ declare const _default: {
|
|
232
233
|
locale?: string | undefined;
|
233
234
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
234
235
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
235
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
236
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
236
237
|
placeholder: string;
|
237
238
|
format: string;
|
238
239
|
inputFormat: string;
|
@@ -247,7 +248,7 @@ declare const _default: {
|
|
247
248
|
locale?: string | undefined;
|
248
249
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
249
250
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
250
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
251
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
251
252
|
placeholder: string;
|
252
253
|
format: string;
|
253
254
|
inputFormat: string;
|
@@ -262,7 +263,7 @@ declare const _default: {
|
|
262
263
|
locale?: string | undefined;
|
263
264
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
264
265
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
265
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
266
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
266
267
|
placeholder: string;
|
267
268
|
format: string;
|
268
269
|
inputFormat: string;
|
@@ -278,7 +279,7 @@ declare const _default: {
|
|
278
279
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
279
280
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
280
281
|
};
|
281
|
-
new (props: Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
282
|
+
new (props: Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
282
283
|
placeholder: string;
|
283
284
|
format: string;
|
284
285
|
inputFormat: string;
|
@@ -295,7 +296,7 @@ declare const _default: {
|
|
295
296
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
296
297
|
render(): JSX.Element;
|
297
298
|
context: any;
|
298
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
299
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
299
300
|
placeholder: string;
|
300
301
|
format: string;
|
301
302
|
inputFormat: string;
|
@@ -311,7 +312,7 @@ declare const _default: {
|
|
311
312
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
312
313
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
313
314
|
forceUpdate(callback?: (() => void) | undefined): void;
|
314
|
-
readonly props: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
315
|
+
readonly props: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
315
316
|
placeholder: string;
|
316
317
|
format: string;
|
317
318
|
inputFormat: string;
|
@@ -333,7 +334,7 @@ declare const _default: {
|
|
333
334
|
[key: string]: React.ReactInstance;
|
334
335
|
};
|
335
336
|
componentDidMount?(): void;
|
336
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
337
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
337
338
|
placeholder: string;
|
338
339
|
format: string;
|
339
340
|
inputFormat: string;
|
@@ -350,7 +351,7 @@ declare const _default: {
|
|
350
351
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
351
352
|
componentWillUnmount?(): void;
|
352
353
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
353
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
354
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
354
355
|
placeholder: string;
|
355
356
|
format: string;
|
356
357
|
inputFormat: string;
|
@@ -365,7 +366,7 @@ declare const _default: {
|
|
365
366
|
locale?: string | undefined;
|
366
367
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
367
368
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
368
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
369
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
369
370
|
placeholder: string;
|
370
371
|
format: string;
|
371
372
|
inputFormat: string;
|
@@ -382,7 +383,7 @@ declare const _default: {
|
|
382
383
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
383
384
|
componentWillMount?(): void;
|
384
385
|
UNSAFE_componentWillMount?(): void;
|
385
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
386
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
386
387
|
placeholder: string;
|
387
388
|
format: string;
|
388
389
|
inputFormat: string;
|
@@ -397,7 +398,7 @@ declare const _default: {
|
|
397
398
|
locale?: string | undefined;
|
398
399
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
399
400
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
400
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
401
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
401
402
|
placeholder: string;
|
402
403
|
format: string;
|
403
404
|
inputFormat: string;
|
@@ -412,7 +413,7 @@ declare const _default: {
|
|
412
413
|
locale?: string | undefined;
|
413
414
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
414
415
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
415
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
416
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
416
417
|
placeholder: string;
|
417
418
|
format: string;
|
418
419
|
inputFormat: string;
|
@@ -427,7 +428,7 @@ declare const _default: {
|
|
427
428
|
locale?: string | undefined;
|
428
429
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
429
430
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
430
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
431
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
431
432
|
placeholder: string;
|
432
433
|
format: string;
|
433
434
|
inputFormat: string;
|
@@ -446,7 +447,7 @@ declare const _default: {
|
|
446
447
|
displayName: string;
|
447
448
|
contextType: React.Context<string>;
|
448
449
|
ComposedComponent: React.ComponentType<{
|
449
|
-
new (props: (Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
450
|
+
new (props: (Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
450
451
|
placeholder: string;
|
451
452
|
format: string;
|
452
453
|
inputFormat: string;
|
@@ -460,7 +461,7 @@ declare const _default: {
|
|
460
461
|
}, never>> & {
|
461
462
|
locale?: string | undefined;
|
462
463
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
463
|
-
}) | Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
464
|
+
}) | Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
464
465
|
placeholder: string;
|
465
466
|
format: string;
|
466
467
|
inputFormat: string;
|
@@ -477,7 +478,7 @@ declare const _default: {
|
|
477
478
|
}>): {
|
478
479
|
render(): JSX.Element;
|
479
480
|
context: any;
|
480
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
481
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
481
482
|
placeholder: string;
|
482
483
|
format: string;
|
483
484
|
inputFormat: string;
|
@@ -493,7 +494,7 @@ declare const _default: {
|
|
493
494
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
494
495
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
495
496
|
forceUpdate(callback?: (() => void) | undefined): void;
|
496
|
-
readonly props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
497
|
+
readonly props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
497
498
|
placeholder: string;
|
498
499
|
format: string;
|
499
500
|
inputFormat: string;
|
@@ -515,7 +516,7 @@ declare const _default: {
|
|
515
516
|
[key: string]: React.ReactInstance;
|
516
517
|
};
|
517
518
|
componentDidMount?(): void;
|
518
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
519
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
519
520
|
placeholder: string;
|
520
521
|
format: string;
|
521
522
|
inputFormat: string;
|
@@ -532,7 +533,7 @@ declare const _default: {
|
|
532
533
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
533
534
|
componentWillUnmount?(): void;
|
534
535
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
535
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
536
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
536
537
|
placeholder: string;
|
537
538
|
format: string;
|
538
539
|
inputFormat: string;
|
@@ -547,7 +548,7 @@ declare const _default: {
|
|
547
548
|
locale?: string | undefined;
|
548
549
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
549
550
|
}>, prevState: Readonly<{}>): any;
|
550
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
551
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
551
552
|
placeholder: string;
|
552
553
|
format: string;
|
553
554
|
inputFormat: string;
|
@@ -564,7 +565,7 @@ declare const _default: {
|
|
564
565
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
565
566
|
componentWillMount?(): void;
|
566
567
|
UNSAFE_componentWillMount?(): void;
|
567
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
568
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
568
569
|
placeholder: string;
|
569
570
|
format: string;
|
570
571
|
inputFormat: string;
|
@@ -579,7 +580,7 @@ declare const _default: {
|
|
579
580
|
locale?: string | undefined;
|
580
581
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
581
582
|
}>, nextContext: any): void;
|
582
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
583
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
583
584
|
placeholder: string;
|
584
585
|
format: string;
|
585
586
|
inputFormat: string;
|
@@ -594,7 +595,7 @@ declare const _default: {
|
|
594
595
|
locale?: string | undefined;
|
595
596
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
596
597
|
}>, nextContext: any): void;
|
597
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
598
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
598
599
|
placeholder: string;
|
599
600
|
format: string;
|
600
601
|
inputFormat: string;
|
@@ -609,7 +610,7 @@ declare const _default: {
|
|
609
610
|
locale?: string | undefined;
|
610
611
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
611
612
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
612
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
613
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
613
614
|
placeholder: string;
|
614
615
|
format: string;
|
615
616
|
inputFormat: string;
|
@@ -625,7 +626,7 @@ declare const _default: {
|
|
625
626
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
626
627
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
627
628
|
};
|
628
|
-
new (props: Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
629
|
+
new (props: Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
629
630
|
placeholder: string;
|
630
631
|
format: string;
|
631
632
|
inputFormat: string;
|
@@ -642,7 +643,7 @@ declare const _default: {
|
|
642
643
|
}, context: any): {
|
643
644
|
render(): JSX.Element;
|
644
645
|
context: any;
|
645
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
646
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
646
647
|
placeholder: string;
|
647
648
|
format: string;
|
648
649
|
inputFormat: string;
|
@@ -658,7 +659,7 @@ declare const _default: {
|
|
658
659
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
659
660
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
660
661
|
forceUpdate(callback?: (() => void) | undefined): void;
|
661
|
-
readonly props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
662
|
+
readonly props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
662
663
|
placeholder: string;
|
663
664
|
format: string;
|
664
665
|
inputFormat: string;
|
@@ -680,7 +681,7 @@ declare const _default: {
|
|
680
681
|
[key: string]: React.ReactInstance;
|
681
682
|
};
|
682
683
|
componentDidMount?(): void;
|
683
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
684
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
684
685
|
placeholder: string;
|
685
686
|
format: string;
|
686
687
|
inputFormat: string;
|
@@ -697,7 +698,7 @@ declare const _default: {
|
|
697
698
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
698
699
|
componentWillUnmount?(): void;
|
699
700
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
700
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
701
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
701
702
|
placeholder: string;
|
702
703
|
format: string;
|
703
704
|
inputFormat: string;
|
@@ -712,7 +713,7 @@ declare const _default: {
|
|
712
713
|
locale?: string | undefined;
|
713
714
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
714
715
|
}>, prevState: Readonly<{}>): any;
|
715
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
716
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
716
717
|
placeholder: string;
|
717
718
|
format: string;
|
718
719
|
inputFormat: string;
|
@@ -729,7 +730,7 @@ declare const _default: {
|
|
729
730
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
730
731
|
componentWillMount?(): void;
|
731
732
|
UNSAFE_componentWillMount?(): void;
|
732
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
733
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
733
734
|
placeholder: string;
|
734
735
|
format: string;
|
735
736
|
inputFormat: string;
|
@@ -744,7 +745,7 @@ declare const _default: {
|
|
744
745
|
locale?: string | undefined;
|
745
746
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
746
747
|
}>, nextContext: any): void;
|
747
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
748
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
748
749
|
placeholder: string;
|
749
750
|
format: string;
|
750
751
|
inputFormat: string;
|
@@ -759,7 +760,7 @@ declare const _default: {
|
|
759
760
|
locale?: string | undefined;
|
760
761
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
761
762
|
}>, nextContext: any): void;
|
762
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
763
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
763
764
|
placeholder: string;
|
764
765
|
format: string;
|
765
766
|
inputFormat: string;
|
@@ -774,7 +775,7 @@ declare const _default: {
|
|
774
775
|
locale?: string | undefined;
|
775
776
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
776
777
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
777
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
778
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
778
779
|
placeholder: string;
|
779
780
|
format: string;
|
780
781
|
inputFormat: string;
|
@@ -797,7 +798,7 @@ declare const _default: {
|
|
797
798
|
ComposedComponent: typeof DateRangePicker;
|
798
799
|
}>;
|
799
800
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
800
|
-
new (props: (Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
801
|
+
new (props: (Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
801
802
|
placeholder: string;
|
802
803
|
format: string;
|
803
804
|
inputFormat: string;
|
@@ -811,7 +812,7 @@ declare const _default: {
|
|
811
812
|
}, never>> & {
|
812
813
|
locale?: string | undefined;
|
813
814
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
814
|
-
}) | Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
815
|
+
}) | Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
815
816
|
placeholder: string;
|
816
817
|
format: string;
|
817
818
|
inputFormat: string;
|
@@ -828,7 +829,7 @@ declare const _default: {
|
|
828
829
|
}>): {
|
829
830
|
render(): JSX.Element;
|
830
831
|
context: any;
|
831
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
832
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
832
833
|
placeholder: string;
|
833
834
|
format: string;
|
834
835
|
inputFormat: string;
|
@@ -844,7 +845,7 @@ declare const _default: {
|
|
844
845
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
845
846
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
846
847
|
forceUpdate(callback?: (() => void) | undefined): void;
|
847
|
-
readonly props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
848
|
+
readonly props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
848
849
|
placeholder: string;
|
849
850
|
format: string;
|
850
851
|
inputFormat: string;
|
@@ -866,7 +867,7 @@ declare const _default: {
|
|
866
867
|
[key: string]: React.ReactInstance;
|
867
868
|
};
|
868
869
|
componentDidMount?(): void;
|
869
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
870
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
870
871
|
placeholder: string;
|
871
872
|
format: string;
|
872
873
|
inputFormat: string;
|
@@ -883,7 +884,7 @@ declare const _default: {
|
|
883
884
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
884
885
|
componentWillUnmount?(): void;
|
885
886
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
886
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
887
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
887
888
|
placeholder: string;
|
888
889
|
format: string;
|
889
890
|
inputFormat: string;
|
@@ -898,7 +899,7 @@ declare const _default: {
|
|
898
899
|
locale?: string | undefined;
|
899
900
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
900
901
|
}>, prevState: Readonly<{}>): any;
|
901
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
902
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
902
903
|
placeholder: string;
|
903
904
|
format: string;
|
904
905
|
inputFormat: string;
|
@@ -915,7 +916,7 @@ declare const _default: {
|
|
915
916
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
916
917
|
componentWillMount?(): void;
|
917
918
|
UNSAFE_componentWillMount?(): void;
|
918
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
919
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
919
920
|
placeholder: string;
|
920
921
|
format: string;
|
921
922
|
inputFormat: string;
|
@@ -930,7 +931,7 @@ declare const _default: {
|
|
930
931
|
locale?: string | undefined;
|
931
932
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
932
933
|
}>, nextContext: any): void;
|
933
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
934
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
934
935
|
placeholder: string;
|
935
936
|
format: string;
|
936
937
|
inputFormat: string;
|
@@ -945,7 +946,7 @@ declare const _default: {
|
|
945
946
|
locale?: string | undefined;
|
946
947
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
947
948
|
}>, nextContext: any): void;
|
948
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
949
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
949
950
|
placeholder: string;
|
950
951
|
format: string;
|
951
952
|
inputFormat: string;
|
@@ -960,7 +961,7 @@ declare const _default: {
|
|
960
961
|
locale?: string | undefined;
|
961
962
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
962
963
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
963
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
964
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
964
965
|
placeholder: string;
|
965
966
|
format: string;
|
966
967
|
inputFormat: string;
|
@@ -976,7 +977,7 @@ declare const _default: {
|
|
976
977
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
977
978
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
978
979
|
};
|
979
|
-
new (props: Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
980
|
+
new (props: Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
980
981
|
placeholder: string;
|
981
982
|
format: string;
|
982
983
|
inputFormat: string;
|
@@ -993,7 +994,7 @@ declare const _default: {
|
|
993
994
|
}, context: any): {
|
994
995
|
render(): JSX.Element;
|
995
996
|
context: any;
|
996
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
997
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
997
998
|
placeholder: string;
|
998
999
|
format: string;
|
999
1000
|
inputFormat: string;
|
@@ -1009,7 +1010,7 @@ declare const _default: {
|
|
1009
1010
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1010
1011
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
1011
1012
|
forceUpdate(callback?: (() => void) | undefined): void;
|
1012
|
-
readonly props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
1013
|
+
readonly props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
1013
1014
|
placeholder: string;
|
1014
1015
|
format: string;
|
1015
1016
|
inputFormat: string;
|
@@ -1031,7 +1032,7 @@ declare const _default: {
|
|
1031
1032
|
[key: string]: React.ReactInstance;
|
1032
1033
|
};
|
1033
1034
|
componentDidMount?(): void;
|
1034
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
1035
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
1035
1036
|
placeholder: string;
|
1036
1037
|
format: string;
|
1037
1038
|
inputFormat: string;
|
@@ -1048,7 +1049,7 @@ declare const _default: {
|
|
1048
1049
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1049
1050
|
componentWillUnmount?(): void;
|
1050
1051
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
1051
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
1052
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
1052
1053
|
placeholder: string;
|
1053
1054
|
format: string;
|
1054
1055
|
inputFormat: string;
|
@@ -1063,7 +1064,7 @@ declare const _default: {
|
|
1063
1064
|
locale?: string | undefined;
|
1064
1065
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1065
1066
|
}>, prevState: Readonly<{}>): any;
|
1066
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
1067
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
1067
1068
|
placeholder: string;
|
1068
1069
|
format: string;
|
1069
1070
|
inputFormat: string;
|
@@ -1080,7 +1081,7 @@ declare const _default: {
|
|
1080
1081
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
1081
1082
|
componentWillMount?(): void;
|
1082
1083
|
UNSAFE_componentWillMount?(): void;
|
1083
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
1084
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
1084
1085
|
placeholder: string;
|
1085
1086
|
format: string;
|
1086
1087
|
inputFormat: string;
|
@@ -1095,7 +1096,7 @@ declare const _default: {
|
|
1095
1096
|
locale?: string | undefined;
|
1096
1097
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1097
1098
|
}>, nextContext: any): void;
|
1098
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
1099
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
1099
1100
|
placeholder: string;
|
1100
1101
|
format: string;
|
1101
1102
|
inputFormat: string;
|
@@ -1110,7 +1111,7 @@ declare const _default: {
|
|
1110
1111
|
locale?: string | undefined;
|
1111
1112
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1112
1113
|
}>, nextContext: any): void;
|
1113
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
1114
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
1114
1115
|
placeholder: string;
|
1115
1116
|
format: string;
|
1116
1117
|
inputFormat: string;
|
@@ -1125,7 +1126,7 @@ declare const _default: {
|
|
1125
1126
|
locale?: string | undefined;
|
1126
1127
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1127
1128
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1128
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
1129
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
1129
1130
|
placeholder: string;
|
1130
1131
|
format: string;
|
1131
1132
|
inputFormat: string;
|
@@ -1148,7 +1149,7 @@ declare const _default: {
|
|
1148
1149
|
ComposedComponent: typeof DateRangePicker;
|
1149
1150
|
}, {}> & {
|
1150
1151
|
ComposedComponent: {
|
1151
|
-
new (props: (Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
1152
|
+
new (props: (Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
1152
1153
|
placeholder: string;
|
1153
1154
|
format: string;
|
1154
1155
|
inputFormat: string;
|
@@ -1162,7 +1163,7 @@ declare const _default: {
|
|
1162
1163
|
}, never>> & {
|
1163
1164
|
locale?: string | undefined;
|
1164
1165
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1165
|
-
}) | Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
1166
|
+
}) | Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
1166
1167
|
placeholder: string;
|
1167
1168
|
format: string;
|
1168
1169
|
inputFormat: string;
|
@@ -1179,7 +1180,7 @@ declare const _default: {
|
|
1179
1180
|
}>): {
|
1180
1181
|
render(): JSX.Element;
|
1181
1182
|
context: any;
|
1182
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
1183
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
1183
1184
|
placeholder: string;
|
1184
1185
|
format: string;
|
1185
1186
|
inputFormat: string;
|
@@ -1195,7 +1196,7 @@ declare const _default: {
|
|
1195
1196
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1196
1197
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
1197
1198
|
forceUpdate(callback?: (() => void) | undefined): void;
|
1198
|
-
readonly props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
1199
|
+
readonly props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
1199
1200
|
placeholder: string;
|
1200
1201
|
format: string;
|
1201
1202
|
inputFormat: string;
|
@@ -1217,7 +1218,7 @@ declare const _default: {
|
|
1217
1218
|
[key: string]: React.ReactInstance;
|
1218
1219
|
};
|
1219
1220
|
componentDidMount?(): void;
|
1220
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
1221
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
1221
1222
|
placeholder: string;
|
1222
1223
|
format: string;
|
1223
1224
|
inputFormat: string;
|
@@ -1234,7 +1235,7 @@ declare const _default: {
|
|
1234
1235
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1235
1236
|
componentWillUnmount?(): void;
|
1236
1237
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
1237
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
1238
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
1238
1239
|
placeholder: string;
|
1239
1240
|
format: string;
|
1240
1241
|
inputFormat: string;
|
@@ -1249,7 +1250,7 @@ declare const _default: {
|
|
1249
1250
|
locale?: string | undefined;
|
1250
1251
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1251
1252
|
}>, prevState: Readonly<{}>): any;
|
1252
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
1253
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
1253
1254
|
placeholder: string;
|
1254
1255
|
format: string;
|
1255
1256
|
inputFormat: string;
|
@@ -1266,7 +1267,7 @@ declare const _default: {
|
|
1266
1267
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
1267
1268
|
componentWillMount?(): void;
|
1268
1269
|
UNSAFE_componentWillMount?(): void;
|
1269
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
1270
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
1270
1271
|
placeholder: string;
|
1271
1272
|
format: string;
|
1272
1273
|
inputFormat: string;
|
@@ -1281,7 +1282,7 @@ declare const _default: {
|
|
1281
1282
|
locale?: string | undefined;
|
1282
1283
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1283
1284
|
}>, nextContext: any): void;
|
1284
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
1285
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
1285
1286
|
placeholder: string;
|
1286
1287
|
format: string;
|
1287
1288
|
inputFormat: string;
|
@@ -1296,7 +1297,7 @@ declare const _default: {
|
|
1296
1297
|
locale?: string | undefined;
|
1297
1298
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1298
1299
|
}>, nextContext: any): void;
|
1299
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
1300
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
1300
1301
|
placeholder: string;
|
1301
1302
|
format: string;
|
1302
1303
|
inputFormat: string;
|
@@ -1311,7 +1312,7 @@ declare const _default: {
|
|
1311
1312
|
locale?: string | undefined;
|
1312
1313
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1313
1314
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1314
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
1315
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
1315
1316
|
placeholder: string;
|
1316
1317
|
format: string;
|
1317
1318
|
inputFormat: string;
|
@@ -1327,7 +1328,7 @@ declare const _default: {
|
|
1327
1328
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1328
1329
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1329
1330
|
};
|
1330
|
-
new (props: Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
1331
|
+
new (props: Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
1331
1332
|
placeholder: string;
|
1332
1333
|
format: string;
|
1333
1334
|
inputFormat: string;
|
@@ -1344,7 +1345,7 @@ declare const _default: {
|
|
1344
1345
|
}, context: any): {
|
1345
1346
|
render(): JSX.Element;
|
1346
1347
|
context: any;
|
1347
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
1348
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
1348
1349
|
placeholder: string;
|
1349
1350
|
format: string;
|
1350
1351
|
inputFormat: string;
|
@@ -1360,7 +1361,7 @@ declare const _default: {
|
|
1360
1361
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1361
1362
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
1362
1363
|
forceUpdate(callback?: (() => void) | undefined): void;
|
1363
|
-
readonly props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
1364
|
+
readonly props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
1364
1365
|
placeholder: string;
|
1365
1366
|
format: string;
|
1366
1367
|
inputFormat: string;
|
@@ -1382,7 +1383,7 @@ declare const _default: {
|
|
1382
1383
|
[key: string]: React.ReactInstance;
|
1383
1384
|
};
|
1384
1385
|
componentDidMount?(): void;
|
1385
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
1386
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
1386
1387
|
placeholder: string;
|
1387
1388
|
format: string;
|
1388
1389
|
inputFormat: string;
|
@@ -1399,7 +1400,7 @@ declare const _default: {
|
|
1399
1400
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1400
1401
|
componentWillUnmount?(): void;
|
1401
1402
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
1402
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
1403
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
1403
1404
|
placeholder: string;
|
1404
1405
|
format: string;
|
1405
1406
|
inputFormat: string;
|
@@ -1414,7 +1415,7 @@ declare const _default: {
|
|
1414
1415
|
locale?: string | undefined;
|
1415
1416
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1416
1417
|
}>, prevState: Readonly<{}>): any;
|
1417
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
1418
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
1418
1419
|
placeholder: string;
|
1419
1420
|
format: string;
|
1420
1421
|
inputFormat: string;
|
@@ -1431,7 +1432,7 @@ declare const _default: {
|
|
1431
1432
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
1432
1433
|
componentWillMount?(): void;
|
1433
1434
|
UNSAFE_componentWillMount?(): void;
|
1434
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
1435
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
1435
1436
|
placeholder: string;
|
1436
1437
|
format: string;
|
1437
1438
|
inputFormat: string;
|
@@ -1446,7 +1447,7 @@ declare const _default: {
|
|
1446
1447
|
locale?: string | undefined;
|
1447
1448
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1448
1449
|
}>, nextContext: any): void;
|
1449
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
1450
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
1450
1451
|
placeholder: string;
|
1451
1452
|
format: string;
|
1452
1453
|
inputFormat: string;
|
@@ -1461,7 +1462,7 @@ declare const _default: {
|
|
1461
1462
|
locale?: string | undefined;
|
1462
1463
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1463
1464
|
}>, nextContext: any): void;
|
1464
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
1465
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
1465
1466
|
placeholder: string;
|
1466
1467
|
format: string;
|
1467
1468
|
inputFormat: string;
|
@@ -1476,7 +1477,7 @@ declare const _default: {
|
|
1476
1477
|
locale?: string | undefined;
|
1477
1478
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1478
1479
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1479
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "
|
1480
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "useMobileUI" | "maxDate" | "minDate" | "maxDuration" | "minDuration" | "borderMode" | "popOverContainer" | "utc" | "timeFormat" | "popoverClassName" | "viewMode" | "dateFormat"> & Partial<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "format" | "inputFormat" | "closeOnSelect" | "overlayPlacement" | "ranges">> & Partial<Pick<{
|
1480
1481
|
placeholder: string;
|
1481
1482
|
format: string;
|
1482
1483
|
inputFormat: string;
|