amis 1.4.2-beta.1 → 1.4.2-beta.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Schema.d.ts +9 -2
- package/lib/Schema.js.map +1 -1
- package/lib/components/AnchorNav.d.ts +22 -21
- package/lib/components/AnchorNav.js +7 -3
- package/lib/components/AnchorNav.js.map +2 -2
- package/lib/components/ArrayInput.d.ts +84 -84
- package/lib/components/AssociatedSelection.d.ts +930 -0
- package/lib/components/AssociatedSelection.js +89 -0
- package/lib/components/AssociatedSelection.js.map +13 -0
- package/lib/components/Badge.js +2 -2
- package/lib/components/Badge.js.map +2 -2
- package/lib/components/{ChainedCheckboxes.d.ts → ChainedSelection.d.ts} +267 -98
- package/lib/components/{ChainedCheckboxes.js → ChainedSelection.js} +30 -24
- package/lib/components/ChainedSelection.js.map +13 -0
- package/lib/components/ColorPicker.d.ts +84 -84
- package/lib/components/DatePicker.d.ts +84 -84
- package/lib/components/DateRangePicker.d.ts +84 -84
- package/lib/components/Editor.d.ts +84 -84
- package/lib/components/GroupedSelection.d.ts +907 -0
- package/lib/components/GroupedSelection.js +48 -0
- package/lib/components/GroupedSelection.js.map +13 -0
- package/lib/components/Link.d.ts +29 -36
- package/lib/components/Link.js +14 -15
- package/lib/components/Link.js.map +2 -2
- package/lib/components/ListGroup.d.ts +21 -21
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/ModalManager.js.map +2 -2
- package/lib/components/MonthRangePicker.d.ts +84 -84
- package/lib/components/NumberInput.d.ts +20 -20
- package/lib/components/PickerColumn.d.ts +514 -0
- package/lib/components/PickerColumn.js +279 -0
- package/lib/components/PickerColumn.js.map +13 -0
- package/lib/components/PickerContainer.d.ts +513 -0
- package/lib/components/PickerContainer.js +96 -0
- package/lib/components/PickerContainer.js.map +13 -0
- package/lib/components/Radios.d.ts +22 -21
- package/lib/components/Radios.js +1 -0
- package/lib/components/Radios.js.map +2 -2
- package/lib/components/Rating.d.ts +21 -21
- package/lib/components/ResultBox.d.ts +84 -84
- package/lib/components/SearchBox.d.ts +84 -84
- package/lib/components/SearchBox.js +4 -4
- package/lib/components/SearchBox.js.map +2 -2
- package/lib/components/Select.d.ts +245 -237
- package/lib/components/Select.js +25 -4
- package/lib/components/Select.js.map +2 -2
- package/lib/components/{Checkboxes.d.ts → Selection.d.ts} +273 -98
- package/lib/components/Selection.js +134 -0
- package/lib/components/Selection.js.map +13 -0
- package/lib/components/{TableCheckboxes.d.ts → TableSelection.d.ts} +266 -96
- package/lib/components/{TableCheckboxes.js → TableSelection.js} +30 -30
- package/lib/components/TableSelection.js.map +13 -0
- package/lib/components/Tabs.d.ts +20 -20
- package/lib/components/TabsTransfer.d.ts +84 -84
- package/lib/components/TabsTransfer.js +9 -9
- package/lib/components/TabsTransfer.js.map +2 -2
- package/lib/components/TabsTransferPicker.d.ts +489 -0
- package/lib/components/TabsTransferPicker.js +60 -0
- package/lib/components/TabsTransferPicker.js.map +13 -0
- package/lib/components/Transfer.d.ts +908 -274
- package/lib/components/Transfer.js +31 -24
- package/lib/components/Transfer.js.map +2 -2
- package/lib/components/TransferDropDown.d.ts +487 -0
- package/lib/components/TransferDropDown.js +59 -0
- package/lib/components/TransferDropDown.js.map +13 -0
- package/lib/components/TransferPicker.d.ts +489 -0
- package/lib/components/TransferPicker.js +60 -0
- package/lib/components/TransferPicker.js.map +13 -0
- package/lib/components/Tree.d.ts +84 -84
- package/lib/components/{TreeCheckboxes.d.ts → TreeSelection.d.ts} +269 -99
- package/lib/components/{TreeCheckboxes.js → TreeSelection.js} +36 -32
- package/lib/components/TreeSelection.js.map +13 -0
- package/lib/components/WithRemoteConfig.js +1 -1
- package/lib/components/WithRemoteConfig.js.map +2 -2
- package/lib/components/condition-builder/Field.js +5 -2
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Func.js +2 -2
- package/lib/components/condition-builder/Func.js.map +2 -2
- package/lib/components/condition-builder/InputSwitch.js +2 -2
- package/lib/components/condition-builder/InputSwitch.js.map +2 -2
- package/lib/components/condition-builder/Item.js +3 -3
- package/lib/components/condition-builder/Item.js.map +2 -2
- package/lib/components/index.d.ts +8 -8
- package/lib/components/index.js +16 -16
- package/lib/components/index.js.map +2 -2
- package/lib/envOverwrite.js.map +2 -2
- package/lib/factory.d.ts +4 -0
- package/lib/factory.js +4 -2
- package/lib/factory.js.map +2 -2
- package/lib/helper.css.map +1 -1
- package/lib/hooks/index.d.ts +5 -0
- package/lib/hooks/index.js +14 -0
- package/lib/hooks/index.js.map +13 -0
- package/lib/hooks/use-set-state.d.ts +2 -0
- package/lib/hooks/use-set-state.js +15 -0
- package/lib/hooks/use-set-state.js.map +13 -0
- package/lib/hooks/use-touch.d.ts +16 -0
- package/lib/hooks/use-touch.js +73 -0
- package/lib/hooks/use-touch.js.map +13 -0
- package/lib/hooks/use-update-effect.d.ts +3 -0
- package/lib/hooks/use-update-effect.js +17 -0
- package/lib/hooks/use-update-effect.js.map +13 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +4 -1
- package/lib/index.js.map +2 -2
- package/lib/locale/de-DE.js +2 -0
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +2 -0
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +4 -2
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +4 -3
- package/lib/renderers/Action.js +17 -4
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/AnchorNav.d.ts +1 -0
- package/lib/renderers/AnchorNav.js +2 -2
- package/lib/renderers/AnchorNav.js.map +2 -2
- package/lib/renderers/Avatar.js +3 -3
- package/lib/renderers/Avatar.js.map +2 -2
- package/lib/renderers/Breadcrumb.js +1 -1
- package/lib/renderers/Breadcrumb.js.map +2 -2
- package/lib/renderers/CRUD.d.ts +9 -0
- package/lib/renderers/CRUD.js +24 -4
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Card.d.ts +4 -0
- package/lib/renderers/Card.js +29 -23
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Chart.js +1 -1
- package/lib/renderers/Chart.js.map +2 -2
- package/lib/renderers/Collapse.js +3 -2
- package/lib/renderers/Collapse.js.map +2 -2
- package/lib/renderers/DropDownButton.js +1 -1
- package/lib/renderers/DropDownButton.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +4 -3
- package/lib/renderers/Form/Editor.d.ts +3 -2
- package/lib/renderers/Form/InputCity.d.ts +84 -84
- package/lib/renderers/Form/InputCity.js +7 -6
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputColor.d.ts +84 -84
- package/lib/renderers/Form/InputFile.js +10 -4
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputImage.js +11 -4
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +1 -1
- package/lib/renderers/Form/Item.js.map +1 -1
- package/lib/renderers/Form/Options.js +13 -3
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Select.d.ts +41 -4
- package/lib/renderers/Form/Select.js +23 -3
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/TabsTransferPicker.d.ts +48 -0
- package/lib/renderers/Form/TabsTransferPicker.js +29 -0
- package/lib/renderers/Form/TabsTransferPicker.js.map +13 -0
- package/lib/renderers/Form/Transfer.js +3 -2
- package/lib/renderers/Form/Transfer.js.map +2 -2
- package/lib/renderers/Form/TransferPicker.d.ts +48 -0
- package/lib/renderers/Form/TransferPicker.js +29 -0
- package/lib/renderers/Form/TransferPicker.js.map +13 -0
- package/lib/renderers/Form/TreeSelect.js +2 -2
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/index.js +1 -1
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Form/wrapControl.js +13 -1
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/IFrame.js +1 -3
- package/lib/renderers/IFrame.js.map +2 -2
- package/lib/renderers/Json.d.ts +4 -0
- package/lib/renderers/Json.js +4 -13
- package/lib/renderers/Json.js.map +2 -2
- package/lib/renderers/Link.d.ts +4 -2
- package/lib/renderers/Link.js +15 -6
- package/lib/renderers/Link.js.map +2 -2
- package/lib/renderers/List.js +1 -1
- package/lib/renderers/List.js.map +2 -2
- package/lib/renderers/Mapping.d.ts +9 -2
- package/lib/renderers/Mapping.js +18 -6
- package/lib/renderers/Mapping.js.map +2 -2
- package/lib/renderers/Nav.d.ts +21 -21
- package/lib/renderers/Nav.js +39 -21
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Portlet.d.ts +125 -0
- package/lib/renderers/Portlet.js +156 -0
- package/lib/renderers/Portlet.js.map +13 -0
- package/lib/renderers/Property.js +2 -1
- package/lib/renderers/Property.js.map +2 -2
- package/lib/renderers/SearchBox.d.ts +6 -1
- package/lib/renderers/SearchBox.js +19 -5
- package/lib/renderers/SearchBox.js.map +2 -2
- package/lib/renderers/Table/TableContent.d.ts +4 -1
- package/lib/renderers/Table/TableContent.js +21 -1
- package/lib/renderers/Table/TableContent.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +5 -1
- package/lib/renderers/Table/index.js +64 -29
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Tabs.js +9 -1
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/WebComponent.js +1 -1
- package/lib/renderers/WebComponent.js.map +2 -2
- package/lib/store/combo.d.ts +2 -16
- package/lib/store/crud.js +3 -7
- package/lib/store/crud.js.map +2 -2
- package/lib/store/form.d.ts +1 -1
- package/lib/store/form.js +5 -6
- package/lib/store/form.js.map +2 -2
- package/lib/store/service.js +5 -4
- package/lib/store/service.js.map +2 -2
- package/lib/store/table.d.ts +2 -2
- package/lib/themes/ang-ie11.css +422 -149
- package/lib/themes/ang.css +422 -149
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +422 -149
- package/lib/themes/antd.css +422 -149
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +456 -182
- package/lib/themes/cxd.css +456 -182
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +422 -149
- package/lib/themes/dark.css +422 -149
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +456 -182
- package/lib/themes/default.css.map +1 -1
- package/lib/types.d.ts +37 -0
- package/lib/types.js +0 -5
- package/lib/types.js.map +2 -2
- package/lib/utils/api.d.ts +3 -2
- package/lib/utils/api.js +28 -12
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/dom.d.ts +4 -0
- package/lib/utils/dom.js +11 -1
- package/lib/utils/dom.js.map +2 -2
- package/lib/utils/helper.d.ts +2 -0
- package/lib/utils/helper.js +11 -2
- package/lib/utils/helper.js.map +2 -2
- package/lib/utils/icon.js +3 -0
- package/lib/utils/icon.js.map +2 -2
- package/package.json +1 -1
- package/schema.json +3038 -790
- package/scss/_mixins.scss +1 -3
- package/scss/_properties.scss +25 -1
- package/scss/base/_normalize.scss +2 -0
- package/scss/components/_anchor-nav.scss +88 -29
- package/scss/components/_card.scss +8 -14
- package/scss/components/_collapse.scss +16 -1
- package/scss/components/_mapping.scss +6 -0
- package/scss/components/_nav.scss +1 -1
- package/scss/components/_picker-columns.scss +123 -0
- package/scss/components/_popover.scss +17 -0
- package/scss/components/_portlet.scss +51 -0
- package/scss/components/_status.scss +1 -1
- package/scss/components/_table.scss +26 -0
- package/scss/components/form/_checks.scss +0 -351
- package/scss/components/form/_fieldset.scss +5 -1
- package/scss/components/form/_selection.scss +354 -0
- package/scss/components/form/_transfer.scss +75 -18
- package/scss/themes/_common.scss +4 -0
- package/scss/themes/_cxd-variables.scss +4 -1
- package/scss/themes/cxd.scss +16 -12
- package/sdk/ang-ie11.css +457 -152
- package/sdk/ang.css +480 -154
- package/sdk/antd-ie11.css +456 -151
- package/sdk/antd.css +480 -154
- package/sdk/charts.js +13 -13
- package/sdk/color-picker.js +65 -69
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +496 -194
- package/sdk/cxd.css +517 -190
- package/sdk/dark-ie11.css +457 -152
- package/sdk/dark.css +480 -154
- package/sdk/exceljs.js +1 -1
- package/sdk/helper.css.map +1 -1
- package/sdk/locale/de-DE.js +2 -0
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +20 -28
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +496 -194
- package/sdk/sdk.css +517 -190
- package/sdk/sdk.js +1268 -1236
- 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 +14 -0
- package/src/components/AnchorNav.tsx +15 -4
- package/src/components/{AssociatedCheckboxes.tsx → AssociatedSelection.tsx} +41 -37
- package/src/components/Badge.tsx +3 -3
- package/src/components/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
- package/src/components/{ListCheckboxes.tsx → GroupedSelection.tsx} +26 -21
- package/src/components/Link.tsx +28 -37
- package/src/components/ModalManager.ts +1 -1
- package/src/components/PickerColumn.tsx +429 -0
- package/src/components/PickerContainer.tsx +128 -0
- package/src/components/Radios.tsx +3 -8
- package/src/components/SearchBox.tsx +4 -5
- package/src/components/Select.tsx +57 -5
- package/src/components/{Checkboxes.tsx → Selection.tsx} +75 -21
- package/src/components/{TableCheckboxes.tsx → TableSelection.tsx} +46 -25
- package/src/components/TabsTransfer.tsx +13 -7
- package/src/components/TabsTransferPicker.tsx +85 -0
- package/src/components/Transfer.tsx +71 -50
- package/src/components/TransferDropDown.tsx +117 -0
- package/src/components/TransferPicker.tsx +84 -0
- package/src/components/{TreeCheckboxes.tsx → TreeSelection.tsx} +33 -26
- package/src/components/WithRemoteConfig.tsx +7 -2
- package/src/components/condition-builder/Field.tsx +5 -5
- package/src/components/condition-builder/Func.tsx +3 -3
- package/src/components/condition-builder/InputSwitch.tsx +3 -3
- package/src/components/condition-builder/Item.tsx +5 -12
- package/src/components/index.tsx +13 -13
- package/src/envOverwrite.ts +0 -1
- package/src/factory.tsx +18 -3
- package/src/hooks/index.ts +5 -0
- package/src/hooks/use-set-state.ts +19 -0
- package/src/hooks/use-touch.ts +100 -0
- package/src/hooks/use-update-effect.ts +16 -0
- package/src/index.tsx +3 -0
- package/src/locale/de-DE.ts +2 -0
- package/src/locale/en-US.ts +2 -0
- package/src/locale/zh-CN.ts +4 -2
- package/src/renderers/Action.tsx +28 -2
- package/src/renderers/AnchorNav.tsx +4 -0
- package/src/renderers/Avatar.tsx +8 -4
- package/src/renderers/Breadcrumb.tsx +5 -1
- package/src/renderers/CRUD.tsx +33 -3
- package/src/renderers/Card.tsx +63 -34
- package/src/renderers/Chart.tsx +6 -2
- package/src/renderers/Collapse.tsx +4 -2
- package/src/renderers/DropDownButton.tsx +1 -1
- package/src/renderers/Form/InputCity.tsx +4 -8
- package/src/renderers/Form/InputFile.tsx +29 -20
- package/src/renderers/Form/InputImage.tsx +11 -3
- package/src/renderers/Form/Item.tsx +1 -1
- package/src/renderers/Form/Options.tsx +16 -2
- package/src/renderers/Form/Select.tsx +144 -21
- package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
- package/src/renderers/Form/Transfer.tsx +3 -2
- package/src/renderers/Form/TransferPicker.tsx +123 -0
- package/src/renderers/Form/TreeSelect.tsx +25 -0
- package/src/renderers/Form/index.tsx +1 -1
- package/src/renderers/Form/wrapControl.tsx +26 -1
- package/src/renderers/IFrame.tsx +2 -4
- package/src/renderers/Json.tsx +9 -9
- package/src/renderers/Link.tsx +27 -13
- package/src/renderers/List.tsx +1 -1
- package/src/renderers/Mapping.tsx +27 -11
- package/src/renderers/Nav.tsx +108 -60
- package/src/renderers/Portlet.tsx +423 -0
- package/src/renderers/Property.tsx +3 -2
- package/src/renderers/SearchBox.tsx +23 -4
- package/src/renderers/Table/TableContent.tsx +40 -2
- package/src/renderers/Table/index.tsx +87 -41
- package/src/renderers/Tabs.tsx +9 -1
- package/src/renderers/WebComponent.tsx +2 -2
- package/src/store/crud.ts +3 -8
- package/src/store/form.ts +5 -10
- package/src/store/service.ts +5 -4
- package/src/types.ts +57 -0
- package/src/utils/api.ts +40 -20
- package/src/utils/dom.tsx +12 -0
- package/src/utils/helper.ts +8 -0
- package/src/utils/icon.tsx +4 -0
- package/dump.rdb +0 -0
- package/lib/components/AssociatedCheckboxes.d.ts +0 -762
- package/lib/components/AssociatedCheckboxes.js +0 -90
- package/lib/components/AssociatedCheckboxes.js.map +0 -13
- package/lib/components/ChainedCheckboxes.js.map +0 -13
- package/lib/components/Checkboxes.js +0 -101
- package/lib/components/Checkboxes.js.map +0 -13
- package/lib/components/ListCheckboxes.d.ts +0 -739
- package/lib/components/ListCheckboxes.js +0 -48
- package/lib/components/ListCheckboxes.js.map +0 -13
- package/lib/components/ListRadios.d.ts +0 -763
- package/lib/components/ListRadios.js +0 -86
- package/lib/components/ListRadios.js.map +0 -13
- package/lib/components/TableCheckboxes.js.map +0 -13
- package/lib/components/TreeCheckboxes.js.map +0 -13
- package/lib/components/TreeRadios.d.ts +0 -838
- package/lib/components/TreeRadios.js +0 -116
- package/lib/components/TreeRadios.js.map +0 -13
- package/src/components/ListRadios.tsx +0 -159
- package/src/components/TreeRadios.tsx +0 -202
@@ -85,7 +85,7 @@ export declare class MonthRangePicker extends React.Component<MonthRangePickerPr
|
|
85
85
|
render(): JSX.Element;
|
86
86
|
}
|
87
87
|
declare const _default: {
|
88
|
-
new (props: (Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
88
|
+
new (props: (Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
89
89
|
placeholder: string;
|
90
90
|
format: string;
|
91
91
|
inputFormat: string;
|
@@ -98,7 +98,7 @@ declare const _default: {
|
|
98
98
|
}, never>> & {
|
99
99
|
locale?: string | undefined;
|
100
100
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
101
|
-
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
101
|
+
}, keyof ThemeProps> & import("../theme").ThemeOutterProps) | Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
102
102
|
placeholder: string;
|
103
103
|
format: string;
|
104
104
|
inputFormat: string;
|
@@ -114,7 +114,7 @@ declare const _default: {
|
|
114
114
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>): {
|
115
115
|
render(): JSX.Element;
|
116
116
|
context: any;
|
117
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
117
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
118
118
|
placeholder: string;
|
119
119
|
format: string;
|
120
120
|
inputFormat: string;
|
@@ -129,7 +129,7 @@ declare const _default: {
|
|
129
129
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
130
130
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
131
131
|
forceUpdate(callback?: (() => void) | undefined): void;
|
132
|
-
readonly props: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
132
|
+
readonly props: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
133
133
|
placeholder: string;
|
134
134
|
format: string;
|
135
135
|
inputFormat: string;
|
@@ -150,7 +150,7 @@ declare const _default: {
|
|
150
150
|
[key: string]: React.ReactInstance;
|
151
151
|
};
|
152
152
|
componentDidMount?(): void;
|
153
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
153
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
154
154
|
placeholder: string;
|
155
155
|
format: string;
|
156
156
|
inputFormat: string;
|
@@ -166,7 +166,7 @@ declare const _default: {
|
|
166
166
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
167
167
|
componentWillUnmount?(): void;
|
168
168
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
169
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
169
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
170
170
|
placeholder: string;
|
171
171
|
format: string;
|
172
172
|
inputFormat: string;
|
@@ -180,7 +180,7 @@ declare const _default: {
|
|
180
180
|
locale?: string | undefined;
|
181
181
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
182
182
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
183
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
183
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
184
184
|
placeholder: string;
|
185
185
|
format: string;
|
186
186
|
inputFormat: string;
|
@@ -196,7 +196,7 @@ declare const _default: {
|
|
196
196
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
197
197
|
componentWillMount?(): void;
|
198
198
|
UNSAFE_componentWillMount?(): void;
|
199
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
199
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
200
200
|
placeholder: string;
|
201
201
|
format: string;
|
202
202
|
inputFormat: string;
|
@@ -210,7 +210,7 @@ declare const _default: {
|
|
210
210
|
locale?: string | undefined;
|
211
211
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
212
212
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
213
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
213
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
214
214
|
placeholder: string;
|
215
215
|
format: string;
|
216
216
|
inputFormat: string;
|
@@ -224,7 +224,7 @@ declare const _default: {
|
|
224
224
|
locale?: string | undefined;
|
225
225
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
226
226
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
227
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
227
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
228
228
|
placeholder: string;
|
229
229
|
format: string;
|
230
230
|
inputFormat: string;
|
@@ -238,7 +238,7 @@ declare const _default: {
|
|
238
238
|
locale?: string | undefined;
|
239
239
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
240
240
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
241
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
241
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
242
242
|
placeholder: string;
|
243
243
|
format: string;
|
244
244
|
inputFormat: string;
|
@@ -253,7 +253,7 @@ declare const _default: {
|
|
253
253
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
254
254
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
255
255
|
};
|
256
|
-
new (props: Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
256
|
+
new (props: Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
257
257
|
placeholder: string;
|
258
258
|
format: string;
|
259
259
|
inputFormat: string;
|
@@ -269,7 +269,7 @@ declare const _default: {
|
|
269
269
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps, context: any): {
|
270
270
|
render(): JSX.Element;
|
271
271
|
context: any;
|
272
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
272
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
273
273
|
placeholder: string;
|
274
274
|
format: string;
|
275
275
|
inputFormat: string;
|
@@ -284,7 +284,7 @@ declare const _default: {
|
|
284
284
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
285
285
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
286
286
|
forceUpdate(callback?: (() => void) | undefined): void;
|
287
|
-
readonly props: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
287
|
+
readonly props: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
288
288
|
placeholder: string;
|
289
289
|
format: string;
|
290
290
|
inputFormat: string;
|
@@ -305,7 +305,7 @@ declare const _default: {
|
|
305
305
|
[key: string]: React.ReactInstance;
|
306
306
|
};
|
307
307
|
componentDidMount?(): void;
|
308
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
308
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
309
309
|
placeholder: string;
|
310
310
|
format: string;
|
311
311
|
inputFormat: string;
|
@@ -321,7 +321,7 @@ declare const _default: {
|
|
321
321
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
322
322
|
componentWillUnmount?(): void;
|
323
323
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
324
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
324
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
325
325
|
placeholder: string;
|
326
326
|
format: string;
|
327
327
|
inputFormat: string;
|
@@ -335,7 +335,7 @@ declare const _default: {
|
|
335
335
|
locale?: string | undefined;
|
336
336
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
337
337
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any;
|
338
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
338
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
339
339
|
placeholder: string;
|
340
340
|
format: string;
|
341
341
|
inputFormat: string;
|
@@ -351,7 +351,7 @@ declare const _default: {
|
|
351
351
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
352
352
|
componentWillMount?(): void;
|
353
353
|
UNSAFE_componentWillMount?(): void;
|
354
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
354
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
355
355
|
placeholder: string;
|
356
356
|
format: string;
|
357
357
|
inputFormat: string;
|
@@ -365,7 +365,7 @@ declare const _default: {
|
|
365
365
|
locale?: string | undefined;
|
366
366
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
367
367
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
368
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
368
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
369
369
|
placeholder: string;
|
370
370
|
format: string;
|
371
371
|
inputFormat: string;
|
@@ -379,7 +379,7 @@ declare const _default: {
|
|
379
379
|
locale?: string | undefined;
|
380
380
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
381
381
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextContext: any): void;
|
382
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
382
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
383
383
|
placeholder: string;
|
384
384
|
format: string;
|
385
385
|
inputFormat: string;
|
@@ -393,7 +393,7 @@ declare const _default: {
|
|
393
393
|
locale?: string | undefined;
|
394
394
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
395
395
|
}, keyof ThemeProps> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
396
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
396
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
397
397
|
placeholder: string;
|
398
398
|
format: string;
|
399
399
|
inputFormat: string;
|
@@ -411,7 +411,7 @@ declare const _default: {
|
|
411
411
|
displayName: string;
|
412
412
|
contextType: React.Context<string>;
|
413
413
|
ComposedComponent: React.ComponentType<{
|
414
|
-
new (props: (Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
414
|
+
new (props: (Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
415
415
|
placeholder: string;
|
416
416
|
format: string;
|
417
417
|
inputFormat: string;
|
@@ -424,7 +424,7 @@ declare const _default: {
|
|
424
424
|
}, never>> & {
|
425
425
|
locale?: string | undefined;
|
426
426
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
427
|
-
}) | Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
427
|
+
}) | Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
428
428
|
placeholder: string;
|
429
429
|
format: string;
|
430
430
|
inputFormat: string;
|
@@ -440,7 +440,7 @@ declare const _default: {
|
|
440
440
|
}>): {
|
441
441
|
render(): JSX.Element;
|
442
442
|
context: any;
|
443
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
443
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
444
444
|
placeholder: string;
|
445
445
|
format: string;
|
446
446
|
inputFormat: string;
|
@@ -455,7 +455,7 @@ declare const _default: {
|
|
455
455
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
456
456
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
457
457
|
forceUpdate(callback?: (() => void) | undefined): void;
|
458
|
-
readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
458
|
+
readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
459
459
|
placeholder: string;
|
460
460
|
format: string;
|
461
461
|
inputFormat: string;
|
@@ -476,7 +476,7 @@ declare const _default: {
|
|
476
476
|
[key: string]: React.ReactInstance;
|
477
477
|
};
|
478
478
|
componentDidMount?(): void;
|
479
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
479
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
480
480
|
placeholder: string;
|
481
481
|
format: string;
|
482
482
|
inputFormat: string;
|
@@ -492,7 +492,7 @@ declare const _default: {
|
|
492
492
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
493
493
|
componentWillUnmount?(): void;
|
494
494
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
495
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
495
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
496
496
|
placeholder: string;
|
497
497
|
format: string;
|
498
498
|
inputFormat: string;
|
@@ -506,7 +506,7 @@ declare const _default: {
|
|
506
506
|
locale?: string | undefined;
|
507
507
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
508
508
|
}>, prevState: Readonly<{}>): any;
|
509
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
509
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
510
510
|
placeholder: string;
|
511
511
|
format: string;
|
512
512
|
inputFormat: string;
|
@@ -522,7 +522,7 @@ declare const _default: {
|
|
522
522
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
523
523
|
componentWillMount?(): void;
|
524
524
|
UNSAFE_componentWillMount?(): void;
|
525
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
525
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
526
526
|
placeholder: string;
|
527
527
|
format: string;
|
528
528
|
inputFormat: string;
|
@@ -536,7 +536,7 @@ declare const _default: {
|
|
536
536
|
locale?: string | undefined;
|
537
537
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
538
538
|
}>, nextContext: any): void;
|
539
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
539
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
540
540
|
placeholder: string;
|
541
541
|
format: string;
|
542
542
|
inputFormat: string;
|
@@ -550,7 +550,7 @@ declare const _default: {
|
|
550
550
|
locale?: string | undefined;
|
551
551
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
552
552
|
}>, nextContext: any): void;
|
553
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
553
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
554
554
|
placeholder: string;
|
555
555
|
format: string;
|
556
556
|
inputFormat: string;
|
@@ -564,7 +564,7 @@ declare const _default: {
|
|
564
564
|
locale?: string | undefined;
|
565
565
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
566
566
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
567
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
567
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
568
568
|
placeholder: string;
|
569
569
|
format: string;
|
570
570
|
inputFormat: string;
|
@@ -579,7 +579,7 @@ declare const _default: {
|
|
579
579
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
580
580
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
581
581
|
};
|
582
|
-
new (props: Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
582
|
+
new (props: Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
583
583
|
placeholder: string;
|
584
584
|
format: string;
|
585
585
|
inputFormat: string;
|
@@ -595,7 +595,7 @@ declare const _default: {
|
|
595
595
|
}, context: any): {
|
596
596
|
render(): JSX.Element;
|
597
597
|
context: any;
|
598
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
598
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
599
599
|
placeholder: string;
|
600
600
|
format: string;
|
601
601
|
inputFormat: string;
|
@@ -610,7 +610,7 @@ declare const _default: {
|
|
610
610
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
611
611
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
612
612
|
forceUpdate(callback?: (() => void) | undefined): void;
|
613
|
-
readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
613
|
+
readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
614
614
|
placeholder: string;
|
615
615
|
format: string;
|
616
616
|
inputFormat: string;
|
@@ -631,7 +631,7 @@ declare const _default: {
|
|
631
631
|
[key: string]: React.ReactInstance;
|
632
632
|
};
|
633
633
|
componentDidMount?(): void;
|
634
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
634
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
635
635
|
placeholder: string;
|
636
636
|
format: string;
|
637
637
|
inputFormat: string;
|
@@ -647,7 +647,7 @@ declare const _default: {
|
|
647
647
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
648
648
|
componentWillUnmount?(): void;
|
649
649
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
650
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
650
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
651
651
|
placeholder: string;
|
652
652
|
format: string;
|
653
653
|
inputFormat: string;
|
@@ -661,7 +661,7 @@ declare const _default: {
|
|
661
661
|
locale?: string | undefined;
|
662
662
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
663
663
|
}>, prevState: Readonly<{}>): any;
|
664
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
664
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
665
665
|
placeholder: string;
|
666
666
|
format: string;
|
667
667
|
inputFormat: string;
|
@@ -677,7 +677,7 @@ declare const _default: {
|
|
677
677
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
678
678
|
componentWillMount?(): void;
|
679
679
|
UNSAFE_componentWillMount?(): void;
|
680
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
680
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
681
681
|
placeholder: string;
|
682
682
|
format: string;
|
683
683
|
inputFormat: string;
|
@@ -691,7 +691,7 @@ declare const _default: {
|
|
691
691
|
locale?: string | undefined;
|
692
692
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
693
693
|
}>, nextContext: any): void;
|
694
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
694
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
695
695
|
placeholder: string;
|
696
696
|
format: string;
|
697
697
|
inputFormat: string;
|
@@ -705,7 +705,7 @@ declare const _default: {
|
|
705
705
|
locale?: string | undefined;
|
706
706
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
707
707
|
}>, nextContext: any): void;
|
708
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
708
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
709
709
|
placeholder: string;
|
710
710
|
format: string;
|
711
711
|
inputFormat: string;
|
@@ -719,7 +719,7 @@ declare const _default: {
|
|
719
719
|
locale?: string | undefined;
|
720
720
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
721
721
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
722
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
722
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
723
723
|
placeholder: string;
|
724
724
|
format: string;
|
725
725
|
inputFormat: string;
|
@@ -741,7 +741,7 @@ declare const _default: {
|
|
741
741
|
ComposedComponent: typeof MonthRangePicker;
|
742
742
|
}>;
|
743
743
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
744
|
-
new (props: (Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
744
|
+
new (props: (Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
745
745
|
placeholder: string;
|
746
746
|
format: string;
|
747
747
|
inputFormat: string;
|
@@ -754,7 +754,7 @@ declare const _default: {
|
|
754
754
|
}, never>> & {
|
755
755
|
locale?: string | undefined;
|
756
756
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
757
|
-
}) | Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
757
|
+
}) | Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
758
758
|
placeholder: string;
|
759
759
|
format: string;
|
760
760
|
inputFormat: string;
|
@@ -770,7 +770,7 @@ declare const _default: {
|
|
770
770
|
}>): {
|
771
771
|
render(): JSX.Element;
|
772
772
|
context: any;
|
773
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
773
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
774
774
|
placeholder: string;
|
775
775
|
format: string;
|
776
776
|
inputFormat: string;
|
@@ -785,7 +785,7 @@ declare const _default: {
|
|
785
785
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
786
786
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
787
787
|
forceUpdate(callback?: (() => void) | undefined): void;
|
788
|
-
readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
788
|
+
readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
789
789
|
placeholder: string;
|
790
790
|
format: string;
|
791
791
|
inputFormat: string;
|
@@ -806,7 +806,7 @@ declare const _default: {
|
|
806
806
|
[key: string]: React.ReactInstance;
|
807
807
|
};
|
808
808
|
componentDidMount?(): void;
|
809
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
809
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
810
810
|
placeholder: string;
|
811
811
|
format: string;
|
812
812
|
inputFormat: string;
|
@@ -822,7 +822,7 @@ declare const _default: {
|
|
822
822
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
823
823
|
componentWillUnmount?(): void;
|
824
824
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
825
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
825
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
826
826
|
placeholder: string;
|
827
827
|
format: string;
|
828
828
|
inputFormat: string;
|
@@ -836,7 +836,7 @@ declare const _default: {
|
|
836
836
|
locale?: string | undefined;
|
837
837
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
838
838
|
}>, prevState: Readonly<{}>): any;
|
839
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
839
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
840
840
|
placeholder: string;
|
841
841
|
format: string;
|
842
842
|
inputFormat: string;
|
@@ -852,7 +852,7 @@ declare const _default: {
|
|
852
852
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
853
853
|
componentWillMount?(): void;
|
854
854
|
UNSAFE_componentWillMount?(): void;
|
855
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
855
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
856
856
|
placeholder: string;
|
857
857
|
format: string;
|
858
858
|
inputFormat: string;
|
@@ -866,7 +866,7 @@ declare const _default: {
|
|
866
866
|
locale?: string | undefined;
|
867
867
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
868
868
|
}>, nextContext: any): void;
|
869
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
869
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
870
870
|
placeholder: string;
|
871
871
|
format: string;
|
872
872
|
inputFormat: string;
|
@@ -880,7 +880,7 @@ declare const _default: {
|
|
880
880
|
locale?: string | undefined;
|
881
881
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
882
882
|
}>, nextContext: any): void;
|
883
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
883
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
884
884
|
placeholder: string;
|
885
885
|
format: string;
|
886
886
|
inputFormat: string;
|
@@ -894,7 +894,7 @@ declare const _default: {
|
|
894
894
|
locale?: string | undefined;
|
895
895
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
896
896
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
897
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
897
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
898
898
|
placeholder: string;
|
899
899
|
format: string;
|
900
900
|
inputFormat: string;
|
@@ -909,7 +909,7 @@ declare const _default: {
|
|
909
909
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
910
910
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
911
911
|
};
|
912
|
-
new (props: Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
912
|
+
new (props: Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
913
913
|
placeholder: string;
|
914
914
|
format: string;
|
915
915
|
inputFormat: string;
|
@@ -925,7 +925,7 @@ declare const _default: {
|
|
925
925
|
}, context: any): {
|
926
926
|
render(): JSX.Element;
|
927
927
|
context: any;
|
928
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
928
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
929
929
|
placeholder: string;
|
930
930
|
format: string;
|
931
931
|
inputFormat: string;
|
@@ -940,7 +940,7 @@ declare const _default: {
|
|
940
940
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
941
941
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
942
942
|
forceUpdate(callback?: (() => void) | undefined): void;
|
943
|
-
readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
943
|
+
readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
944
944
|
placeholder: string;
|
945
945
|
format: string;
|
946
946
|
inputFormat: string;
|
@@ -961,7 +961,7 @@ declare const _default: {
|
|
961
961
|
[key: string]: React.ReactInstance;
|
962
962
|
};
|
963
963
|
componentDidMount?(): void;
|
964
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
964
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
965
965
|
placeholder: string;
|
966
966
|
format: string;
|
967
967
|
inputFormat: string;
|
@@ -977,7 +977,7 @@ declare const _default: {
|
|
977
977
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
978
978
|
componentWillUnmount?(): void;
|
979
979
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
980
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
980
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
981
981
|
placeholder: string;
|
982
982
|
format: string;
|
983
983
|
inputFormat: string;
|
@@ -991,7 +991,7 @@ declare const _default: {
|
|
991
991
|
locale?: string | undefined;
|
992
992
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
993
993
|
}>, prevState: Readonly<{}>): any;
|
994
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
994
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
995
995
|
placeholder: string;
|
996
996
|
format: string;
|
997
997
|
inputFormat: string;
|
@@ -1007,7 +1007,7 @@ declare const _default: {
|
|
1007
1007
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
1008
1008
|
componentWillMount?(): void;
|
1009
1009
|
UNSAFE_componentWillMount?(): void;
|
1010
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
1010
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
1011
1011
|
placeholder: string;
|
1012
1012
|
format: string;
|
1013
1013
|
inputFormat: string;
|
@@ -1021,7 +1021,7 @@ declare const _default: {
|
|
1021
1021
|
locale?: string | undefined;
|
1022
1022
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1023
1023
|
}>, nextContext: any): void;
|
1024
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
1024
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
1025
1025
|
placeholder: string;
|
1026
1026
|
format: string;
|
1027
1027
|
inputFormat: string;
|
@@ -1035,7 +1035,7 @@ declare const _default: {
|
|
1035
1035
|
locale?: string | undefined;
|
1036
1036
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1037
1037
|
}>, nextContext: any): void;
|
1038
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
1038
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
1039
1039
|
placeholder: string;
|
1040
1040
|
format: string;
|
1041
1041
|
inputFormat: string;
|
@@ -1049,7 +1049,7 @@ declare const _default: {
|
|
1049
1049
|
locale?: string | undefined;
|
1050
1050
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1051
1051
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1052
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
1052
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
1053
1053
|
placeholder: string;
|
1054
1054
|
format: string;
|
1055
1055
|
inputFormat: string;
|
@@ -1071,7 +1071,7 @@ declare const _default: {
|
|
1071
1071
|
ComposedComponent: typeof MonthRangePicker;
|
1072
1072
|
}, {}> & {
|
1073
1073
|
ComposedComponent: {
|
1074
|
-
new (props: (Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
1074
|
+
new (props: (Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
1075
1075
|
placeholder: string;
|
1076
1076
|
format: string;
|
1077
1077
|
inputFormat: string;
|
@@ -1084,7 +1084,7 @@ declare const _default: {
|
|
1084
1084
|
}, never>> & {
|
1085
1085
|
locale?: string | undefined;
|
1086
1086
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1087
|
-
}) | Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
1087
|
+
}) | Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
1088
1088
|
placeholder: string;
|
1089
1089
|
format: string;
|
1090
1090
|
inputFormat: string;
|
@@ -1100,7 +1100,7 @@ declare const _default: {
|
|
1100
1100
|
}>): {
|
1101
1101
|
render(): JSX.Element;
|
1102
1102
|
context: any;
|
1103
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
1103
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
1104
1104
|
placeholder: string;
|
1105
1105
|
format: string;
|
1106
1106
|
inputFormat: string;
|
@@ -1115,7 +1115,7 @@ declare const _default: {
|
|
1115
1115
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1116
1116
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
1117
1117
|
forceUpdate(callback?: (() => void) | undefined): void;
|
1118
|
-
readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
1118
|
+
readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
1119
1119
|
placeholder: string;
|
1120
1120
|
format: string;
|
1121
1121
|
inputFormat: string;
|
@@ -1136,7 +1136,7 @@ declare const _default: {
|
|
1136
1136
|
[key: string]: React.ReactInstance;
|
1137
1137
|
};
|
1138
1138
|
componentDidMount?(): void;
|
1139
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
1139
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
1140
1140
|
placeholder: string;
|
1141
1141
|
format: string;
|
1142
1142
|
inputFormat: string;
|
@@ -1152,7 +1152,7 @@ declare const _default: {
|
|
1152
1152
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1153
1153
|
componentWillUnmount?(): void;
|
1154
1154
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
1155
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
1155
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
1156
1156
|
placeholder: string;
|
1157
1157
|
format: string;
|
1158
1158
|
inputFormat: string;
|
@@ -1166,7 +1166,7 @@ declare const _default: {
|
|
1166
1166
|
locale?: string | undefined;
|
1167
1167
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1168
1168
|
}>, prevState: Readonly<{}>): any;
|
1169
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
1169
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
1170
1170
|
placeholder: string;
|
1171
1171
|
format: string;
|
1172
1172
|
inputFormat: string;
|
@@ -1182,7 +1182,7 @@ declare const _default: {
|
|
1182
1182
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
1183
1183
|
componentWillMount?(): void;
|
1184
1184
|
UNSAFE_componentWillMount?(): void;
|
1185
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
1185
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
1186
1186
|
placeholder: string;
|
1187
1187
|
format: string;
|
1188
1188
|
inputFormat: string;
|
@@ -1196,7 +1196,7 @@ declare const _default: {
|
|
1196
1196
|
locale?: string | undefined;
|
1197
1197
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1198
1198
|
}>, nextContext: any): void;
|
1199
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
1199
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
1200
1200
|
placeholder: string;
|
1201
1201
|
format: string;
|
1202
1202
|
inputFormat: string;
|
@@ -1210,7 +1210,7 @@ declare const _default: {
|
|
1210
1210
|
locale?: string | undefined;
|
1211
1211
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1212
1212
|
}>, nextContext: any): void;
|
1213
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
1213
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
1214
1214
|
placeholder: string;
|
1215
1215
|
format: string;
|
1216
1216
|
inputFormat: string;
|
@@ -1224,7 +1224,7 @@ declare const _default: {
|
|
1224
1224
|
locale?: string | undefined;
|
1225
1225
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1226
1226
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1227
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
1227
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
1228
1228
|
placeholder: string;
|
1229
1229
|
format: string;
|
1230
1230
|
inputFormat: string;
|
@@ -1239,7 +1239,7 @@ declare const _default: {
|
|
1239
1239
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1240
1240
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1241
1241
|
};
|
1242
|
-
new (props: Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
1242
|
+
new (props: Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
1243
1243
|
placeholder: string;
|
1244
1244
|
format: string;
|
1245
1245
|
inputFormat: string;
|
@@ -1255,7 +1255,7 @@ declare const _default: {
|
|
1255
1255
|
}, context: any): {
|
1256
1256
|
render(): JSX.Element;
|
1257
1257
|
context: any;
|
1258
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
1258
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
1259
1259
|
placeholder: string;
|
1260
1260
|
format: string;
|
1261
1261
|
inputFormat: string;
|
@@ -1270,7 +1270,7 @@ declare const _default: {
|
|
1270
1270
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1271
1271
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
1272
1272
|
forceUpdate(callback?: (() => void) | undefined): void;
|
1273
|
-
readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
1273
|
+
readonly props: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
1274
1274
|
placeholder: string;
|
1275
1275
|
format: string;
|
1276
1276
|
inputFormat: string;
|
@@ -1291,7 +1291,7 @@ declare const _default: {
|
|
1291
1291
|
[key: string]: React.ReactInstance;
|
1292
1292
|
};
|
1293
1293
|
componentDidMount?(): void;
|
1294
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
1294
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
1295
1295
|
placeholder: string;
|
1296
1296
|
format: string;
|
1297
1297
|
inputFormat: string;
|
@@ -1307,7 +1307,7 @@ declare const _default: {
|
|
1307
1307
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
1308
1308
|
componentWillUnmount?(): void;
|
1309
1309
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
1310
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
1310
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
1311
1311
|
placeholder: string;
|
1312
1312
|
format: string;
|
1313
1313
|
inputFormat: string;
|
@@ -1321,7 +1321,7 @@ declare const _default: {
|
|
1321
1321
|
locale?: string | undefined;
|
1322
1322
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1323
1323
|
}>, prevState: Readonly<{}>): any;
|
1324
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
1324
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
1325
1325
|
placeholder: string;
|
1326
1326
|
format: string;
|
1327
1327
|
inputFormat: string;
|
@@ -1337,7 +1337,7 @@ declare const _default: {
|
|
1337
1337
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
1338
1338
|
componentWillMount?(): void;
|
1339
1339
|
UNSAFE_componentWillMount?(): void;
|
1340
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
1340
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
1341
1341
|
placeholder: string;
|
1342
1342
|
format: string;
|
1343
1343
|
inputFormat: string;
|
@@ -1351,7 +1351,7 @@ declare const _default: {
|
|
1351
1351
|
locale?: string | undefined;
|
1352
1352
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1353
1353
|
}>, nextContext: any): void;
|
1354
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
1354
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
1355
1355
|
placeholder: string;
|
1356
1356
|
format: string;
|
1357
1357
|
inputFormat: string;
|
@@ -1365,7 +1365,7 @@ declare const _default: {
|
|
1365
1365
|
locale?: string | undefined;
|
1366
1366
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1367
1367
|
}>, nextContext: any): void;
|
1368
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
1368
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
1369
1369
|
placeholder: string;
|
1370
1370
|
format: string;
|
1371
1371
|
inputFormat: string;
|
@@ -1379,7 +1379,7 @@ declare const _default: {
|
|
1379
1379
|
locale?: string | undefined;
|
1380
1380
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
1381
1381
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
1382
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "
|
1382
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "data" | "embed" | "className" | "theme" | "value" | "disabled" | "onChange" | "timeFormat" | "utc" | "minDate" | "popoverClassName" | "maxDate" | "popOverContainer" | "ranges" | "minDuration" | "maxDuration"> & Partial<Pick<Omit<MonthRangePickerProps, keyof LocaleProps>, "delimiter" | "joinValues" | "resetValue" | "placeholder" | "clearable" | "inputFormat" | "closeOnSelect" | "format" | "overlayPlacement">> & Partial<Pick<{
|
1383
1383
|
placeholder: string;
|
1384
1384
|
format: string;
|
1385
1385
|
inputFormat: string;
|