amis-ui 6.2.2 → 6.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/_virtual/_commonjsHelpers.js +10 -0
- package/esm/_virtual/pdf.worker.min.js +8 -0
- package/esm/components/404.js +1 -1
- package/esm/components/Alert.d.ts +124 -122
- package/esm/components/Alert.js +10 -6
- package/esm/components/Alert2.d.ts +20 -20
- package/esm/components/Alert2.js +1 -1
- package/esm/components/AnchorNav.d.ts +20 -20
- package/esm/components/AnchorNav.js +1 -1
- package/esm/components/ArrayInput.d.ts +40 -40
- package/esm/components/ArrayInput.js +1 -1
- package/esm/components/AsideNav.d.ts +2 -1
- package/esm/components/AsideNav.js +6 -3
- package/esm/components/AssociatedSelection.d.ts +120 -120
- package/esm/components/AssociatedSelection.js +4 -4
- package/esm/components/Avatar.d.ts +140 -140
- package/esm/components/Avatar.js +1 -1
- package/esm/components/Badge.js +1 -1
- package/esm/components/BaiduMapPicker.js +1 -1
- package/esm/components/BarCode.js +1 -1
- package/esm/components/Breadcrumb.d.ts +3 -0
- package/esm/components/Breadcrumb.js +7 -6
- package/esm/components/Button.d.ts +32 -31
- package/esm/components/Button.js +4 -4
- package/esm/components/CalendarMobile.d.ts +45 -40
- package/esm/components/CalendarMobile.js +41 -6
- package/esm/components/Card.d.ts +140 -140
- package/esm/components/Card.js +1 -1
- package/esm/components/Cascader.js +1 -1
- package/esm/components/ChainedDropdownSelection.d.ts +120 -120
- package/esm/components/ChainedDropdownSelection.js +1 -1
- package/esm/components/ChainedSelection.d.ts +120 -120
- package/esm/components/ChainedSelection.js +8 -6
- package/esm/components/Checkbox.d.ts +12 -11
- package/esm/components/Checkbox.js +7 -7
- package/esm/components/CityArea.js +1 -1
- package/esm/components/CityDB.d.ts +1 -1
- package/esm/components/CityDB.js +377 -889
- package/esm/components/CodeMirror.d.ts +1 -0
- package/esm/components/CodeMirror.js +16 -5
- package/esm/components/Collapse.d.ts +140 -140
- package/esm/components/Collapse.js +1 -1
- package/esm/components/CollapseGroup.d.ts +30 -30
- package/esm/components/CollapseGroup.js +1 -1
- package/esm/components/ColorPicker.d.ts +80 -80
- package/esm/components/ColorPicker.js +1 -1
- package/esm/components/Combo.js +1 -1
- package/esm/components/ConfirmBox.d.ts +81 -80
- package/esm/components/ConfirmBox.js +6 -3
- package/esm/components/ContextMenu.d.ts +17 -3
- package/esm/components/ContextMenu.js +72 -20
- package/esm/components/DatePicker.d.ts +84 -82
- package/esm/components/DatePicker.js +12 -12
- package/esm/components/DateRangePicker.d.ts +133 -129
- package/esm/components/DateRangePicker.js +40 -27
- package/esm/components/DndContainer.js +1 -1
- package/esm/components/Drawer.d.ts +30 -30
- package/esm/components/Drawer.js +1 -1
- package/esm/components/DropDownSelection.d.ts +120 -120
- package/esm/components/DropDownSelection.js +1 -1
- package/esm/components/Editor.d.ts +120 -120
- package/esm/components/Editor.js +3 -3
- package/esm/components/Form.js +1 -1
- package/esm/components/FormField.js +1 -1
- package/esm/components/GaodeMapPicker.js +1 -1
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GroupedSelection.d.ts +120 -120
- package/esm/components/GroupedSelection.js +5 -4
- package/esm/components/Html.js +1 -1
- package/esm/components/ImageGallery.d.ts +40 -40
- package/esm/components/ImageGallery.js +2 -1
- package/esm/components/Input.d.ts +3 -1
- package/esm/components/Input.js +3 -3
- package/esm/components/InputBox.d.ts +14 -13
- package/esm/components/InputBox.js +7 -7
- package/esm/components/InputBoxWithSuggestion.js +7 -7
- package/esm/components/InputTable.js +1 -1
- package/esm/components/Layout.d.ts +10 -10
- package/esm/components/Layout.js +1 -1
- package/esm/components/Link.js +1 -1
- package/esm/components/ListGroup.d.ts +10 -10
- package/esm/components/ListGroup.js +1 -1
- package/esm/components/ListMenu.d.ts +82 -80
- package/esm/components/ListMenu.js +3 -3
- package/esm/components/LocationPicker.d.ts +40 -40
- package/esm/components/LocationPicker.js +1 -1
- package/esm/components/Markdown.js +1 -1
- package/esm/components/Modal.d.ts +120 -120
- package/esm/components/Modal.js +1 -1
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MonthRangePicker.d.ts +120 -120
- package/esm/components/MultilineText.d.ts +40 -40
- package/esm/components/MultilineText.js +1 -1
- package/esm/components/NumberInput.d.ts +30 -21
- package/esm/components/NumberInput.js +36 -6
- package/esm/components/OverflowTpl.js +1 -1
- package/esm/components/Pagination.d.ts +200 -110
- package/esm/components/Pagination.js +21 -21
- package/esm/components/PdfViewer.d.ts +49 -0
- package/esm/components/PdfViewer.js +85 -0
- package/esm/components/Picker.d.ts +1 -0
- package/esm/components/Picker.js +4 -4
- package/esm/components/PickerColumn.d.ts +1 -0
- package/esm/components/PickerColumn.js +8 -6
- package/esm/components/PickerContainer.d.ts +1 -2
- package/esm/components/PickerContainer.js +26 -16
- package/esm/components/PopOverContainer.d.ts +1 -0
- package/esm/components/PopOverContainer.js +3 -3
- package/esm/components/PopUp.d.ts +120 -120
- package/esm/components/PopUp.js +1 -1
- package/esm/components/Progress.d.ts +60 -60
- package/esm/components/Progress.js +1 -1
- package/esm/components/PullRefresh.js +1 -1
- package/esm/components/Radios.d.ts +12 -10
- package/esm/components/Radios.js +4 -3
- package/esm/components/Range.js +1 -1
- package/esm/components/Rating.d.ts +20 -20
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.d.ts +82 -81
- package/esm/components/ResultBox.js +25 -21
- package/esm/components/ResultList.d.ts +42 -40
- package/esm/components/ResultList.js +5 -4
- package/esm/components/ResultTableList.d.ts +120 -120
- package/esm/components/ResultTableList.js +5 -4
- package/esm/components/ResultTreeList.d.ts +40 -40
- package/esm/components/ResultTreeList.js +3 -3
- package/esm/components/RichText.js +1 -1
- package/esm/components/SearchBox.d.ts +82 -81
- package/esm/components/SearchBox.js +8 -8
- package/esm/components/Select.d.ts +1363 -1354
- package/esm/components/Select.js +13 -12
- package/esm/components/SelectMobile.js +22 -19
- package/esm/components/Selection.d.ts +122 -120
- package/esm/components/Selection.js +1 -1
- package/esm/components/Signature.d.ts +280 -0
- package/esm/components/Signature.js +271 -0
- package/esm/components/SparkLine.d.ts +40 -40
- package/esm/components/SparkLine.js +1 -1
- package/esm/components/Spinner.d.ts +60 -60
- package/esm/components/Spinner.js +1 -1
- package/esm/components/Steps.js +1 -1
- package/esm/components/Switch.d.ts +12 -12
- package/esm/components/Switch.js +4 -4
- package/esm/components/TableSelection.d.ts +120 -120
- package/esm/components/TableSelection.js +6 -5
- package/esm/components/Tabs.d.ts +83 -81
- package/esm/components/Tabs.js +21 -22
- package/esm/components/TabsTransfer.d.ts +40 -40
- package/esm/components/TabsTransfer.js +16 -14
- package/esm/components/TabsTransferPicker.js +1 -1
- package/esm/components/Tag.d.ts +70 -70
- package/esm/components/Tag.js +1 -1
- package/esm/components/Textarea.d.ts +42 -42
- package/esm/components/Textarea.js +4 -4
- package/esm/components/Timeline.js +1 -1
- package/esm/components/TimelineItem.d.ts +1 -1
- package/esm/components/TimelineItem.js +1 -1
- package/esm/components/Tinymce.js +7 -4
- package/esm/components/TitleBar.d.ts +10 -10
- package/esm/components/TitleBar.js +1 -1
- package/esm/components/Toast.d.ts +120 -120
- package/esm/components/Toast.js +1 -1
- package/esm/components/Tooltip.js +1 -1
- package/esm/components/TooltipWrapper.d.ts +32 -32
- package/esm/components/TooltipWrapper.js +1 -1
- package/esm/components/Transfer.d.ts +174 -172
- package/esm/components/Transfer.js +16 -16
- package/esm/components/TransferDropDown.d.ts +160 -160
- package/esm/components/TransferDropDown.js +1 -1
- package/esm/components/TransferPicker.js +1 -1
- package/esm/components/TransferSearch.js +1 -1
- package/esm/components/Tree.d.ts +206 -210
- package/esm/components/Tree.js +32 -30
- package/esm/components/TreeSelection.d.ts +120 -120
- package/esm/components/TreeSelection.js +1 -1
- package/esm/components/UserSelect.d.ts +40 -40
- package/esm/components/UserSelect.js +1 -1
- package/esm/components/UserTabSelect.d.ts +40 -40
- package/esm/components/UserTabSelect.js +1 -1
- package/esm/components/WithRemoteConfig.d.ts +9 -0
- package/esm/components/WithRemoteConfig.js +19 -3
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.d.ts +2 -1
- package/esm/components/calendar/Calendar.js +7 -6
- package/esm/components/calendar/CalendarContainer.js +1 -1
- package/esm/components/calendar/DaysView.d.ts +2 -1
- package/esm/components/calendar/DaysView.js +17 -15
- package/esm/components/calendar/MonthsView.d.ts +2 -0
- package/esm/components/calendar/MonthsView.js +8 -6
- package/esm/components/calendar/QuartersView.d.ts +2 -0
- package/esm/components/calendar/QuartersView.js +7 -6
- package/esm/components/calendar/TimeView.d.ts +2 -0
- package/esm/components/calendar/TimeView.js +8 -7
- package/esm/components/calendar/YearsView.d.ts +2 -0
- package/esm/components/calendar/YearsView.js +6 -5
- package/esm/components/condition-builder/Expression.js +1 -1
- package/esm/components/condition-builder/Field.js +1 -1
- package/esm/components/condition-builder/Func.js +1 -1
- package/esm/components/condition-builder/Group.js +1 -1
- package/esm/components/condition-builder/GroupOrItem.js +1 -1
- package/esm/components/condition-builder/InputSwitch.js +1 -1
- package/esm/components/condition-builder/Item.js +1 -1
- package/esm/components/condition-builder/Value.d.ts +1 -0
- package/esm/components/condition-builder/Value.js +30 -14
- package/esm/components/condition-builder/config.js +1 -1
- package/esm/components/condition-builder/index.js +1 -1
- package/esm/components/formula/CodeEditor.d.ts +92 -0
- package/esm/components/formula/CodeEditor.js +99 -0
- package/esm/components/formula/Editor.d.ts +64 -69
- package/esm/components/formula/Editor.js +173 -81
- package/esm/components/formula/FuncList.d.ts +1 -1
- package/esm/components/formula/FuncList.js +10 -9
- package/esm/components/formula/Input.d.ts +68 -54
- package/esm/components/formula/Input.js +45 -102
- package/esm/components/formula/Picker.d.ts +74 -60
- package/esm/components/formula/Picker.js +129 -69
- package/esm/components/formula/VariableList.d.ts +1 -1
- package/esm/components/formula/VariableList.js +26 -12
- package/esm/components/formula/plugin.d.ts +28 -7
- package/esm/components/formula/plugin.js +217 -90
- package/esm/components/icons.d.ts +4 -2
- package/esm/components/icons.js +14 -5
- package/esm/components/index.d.ts +5 -3
- package/esm/components/json-schema/Array.js +2 -2
- package/esm/components/json-schema/Item.d.ts +3 -1
- package/esm/components/json-schema/Item.js +35 -9
- package/esm/components/json-schema/Object.d.ts +3 -1
- package/esm/components/json-schema/Object.js +112 -52
- package/esm/components/json-schema/index.d.ts +53 -50
- package/esm/components/json-schema/index.js +14 -5
- package/esm/components/menu/MenuContext.js +1 -1
- package/esm/components/menu/MenuItem.d.ts +2 -1
- package/esm/components/menu/MenuItem.js +4 -4
- package/esm/components/menu/SubMenu.d.ts +2 -1
- package/esm/components/menu/SubMenu.js +6 -6
- package/esm/components/menu/index.d.ts +66 -63
- package/esm/components/menu/index.js +10 -7
- package/esm/components/schema-editor/Array.js +23 -8
- package/esm/components/schema-editor/Common.d.ts +17 -1
- package/esm/components/schema-editor/Common.js +84 -37
- package/esm/components/schema-editor/Item.js +2 -2
- package/esm/components/schema-editor/Object.d.ts +7 -1
- package/esm/components/schema-editor/Object.js +106 -14
- package/esm/components/schema-editor/SchemaVariableList.d.ts +1 -1
- package/esm/components/schema-editor/SchemaVariableList.js +1 -1
- package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/esm/components/schema-editor/index.d.ts +48 -40
- package/esm/components/schema-editor/index.js +4 -4
- package/esm/components/table/Cell.d.ts +2 -0
- package/esm/components/table/Cell.js +4 -4
- package/esm/components/table/ColGroup.js +1 -1
- package/esm/components/table/Head.d.ts +2 -0
- package/esm/components/table/Head.js +12 -9
- package/esm/components/table/HeadCellDropDown.d.ts +2 -0
- package/esm/components/table/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.d.ts +42 -40
- package/esm/components/table/HeadCellFilter.js +8 -8
- package/esm/components/table/HeadCellSelect.d.ts +40 -40
- package/esm/components/table/HeadCellSelect.js +1 -1
- package/esm/components/table/HeadCellSort.d.ts +2 -0
- package/esm/components/table/HeadCellSort.js +8 -8
- package/esm/components/table/ItemActionsWrapper.js +1 -1
- package/esm/components/table/Row.d.ts +2 -0
- package/esm/components/table/Row.js +4 -3
- package/esm/components/table/SummaryRow.js +1 -1
- package/esm/components/table/index.d.ts +162 -160
- package/esm/components/table/index.js +7 -5
- package/esm/components/table/util.d.ts +7 -7
- package/esm/components/table/util.js +4 -2
- package/esm/components/virtual-list/AutoSizer.js +1 -1
- package/esm/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/esm/components/virtual-list/constants.js +1 -1
- package/esm/components/virtual-list/index.js +1 -1
- package/esm/hooks/use-set-state.js +1 -1
- package/esm/hooks/use-sub-form.js +1 -1
- package/esm/hooks/use-touch.js +1 -1
- package/esm/hooks/use-update-effect.js +1 -1
- package/esm/hooks/use-validation-resolver.js +1 -1
- package/esm/icons/alert-danger.svg.js +1 -1
- package/esm/icons/alert-info.svg.js +1 -1
- package/esm/icons/alert-success.svg.js +1 -1
- package/esm/icons/alert-warning.svg.js +1 -1
- package/esm/icons/arrow-double-left.svg.js +1 -1
- package/esm/icons/arrow-double-right.svg.js +1 -1
- package/esm/icons/back.svg.js +1 -1
- package/esm/icons/calendar.svg.js +1 -1
- package/esm/icons/caret.svg.js +1 -1
- package/esm/icons/check.svg.js +1 -1
- package/esm/icons/clock.svg.js +1 -1
- package/esm/icons/close-small.svg.js +1 -1
- package/esm/icons/close.svg.js +1 -1
- package/esm/icons/cloud-upload.svg.js +1 -1
- package/esm/icons/column-filter.svg.js +1 -1
- package/esm/icons/columns.svg.js +1 -1
- package/esm/icons/compress-alt.svg.js +1 -1
- package/esm/icons/copy.svg.js +1 -1
- package/esm/icons/date.svg.js +1 -1
- package/esm/icons/department.svg.js +1 -1
- package/esm/icons/desk-empty.svg.js +1 -1
- package/esm/icons/dot.svg.js +1 -1
- package/esm/icons/down-arrow-bold.svg.js +1 -1
- package/esm/icons/down.svg.js +1 -1
- package/esm/icons/download.svg.js +1 -1
- package/esm/icons/drag-bar.svg.js +1 -1
- package/esm/icons/drag.svg.js +1 -1
- package/esm/icons/edit.svg.js +1 -1
- package/esm/icons/ellipsis-v.svg.js +1 -1
- package/esm/icons/enter.svg.js +1 -1
- package/esm/icons/exchange.svg.js +1 -1
- package/esm/icons/expand-alt.svg.js +1 -1
- package/esm/icons/fail.svg.js +1 -1
- package/esm/icons/file.svg.js +1 -1
- package/esm/icons/filter.svg.js +1 -1
- package/esm/icons/folder.svg.js +1 -1
- package/esm/icons/fullscreen.svg.js +21 -0
- package/esm/icons/function.svg.js +1 -1
- package/esm/icons/home.svg.js +1 -1
- package/esm/icons/if.svg.js +1 -1
- package/esm/icons/image.svg.js +1 -1
- package/esm/icons/info-circle.svg.js +1 -1
- package/esm/icons/info.svg.js +1 -1
- package/esm/icons/input-clear.svg.js +1 -1
- package/esm/icons/invisible.svg.js +1 -1
- package/esm/icons/left-arrow.svg.js +1 -1
- package/esm/icons/loading-outline.svg.js +1 -1
- package/esm/icons/location.svg.js +1 -1
- package/esm/icons/menu.svg.js +1 -1
- package/esm/icons/minus.svg.js +1 -1
- package/esm/icons/move.svg.js +1 -1
- package/esm/icons/mute.svg.js +1 -1
- package/esm/icons/new-edit.svg.js +1 -1
- package/esm/icons/pause.svg.js +1 -1
- package/esm/icons/pencil.svg.js +1 -1
- package/esm/icons/play.svg.js +1 -1
- package/esm/icons/plus-cicle.svg.js +1 -1
- package/esm/icons/plus-fine.svg.js +1 -1
- package/esm/icons/plus.svg.js +1 -1
- package/esm/icons/post.svg.js +1 -1
- package/esm/icons/question-mark.svg.js +1 -1
- package/esm/icons/question.svg.js +1 -1
- package/esm/icons/redo.svg.js +1 -1
- package/esm/icons/refresh.svg.js +1 -1
- package/esm/icons/reload.svg.js +1 -1
- package/esm/icons/remove.svg.js +1 -1
- package/esm/icons/retry.svg.js +1 -1
- package/esm/icons/right-arrow-bold.svg.js +1 -1
- package/esm/icons/right-arrow.svg.js +1 -1
- package/esm/icons/right-double-arrow.svg.js +1 -1
- package/esm/icons/role.svg.js +1 -1
- package/esm/icons/rotate-left.svg.js +1 -1
- package/esm/icons/rotate-right.svg.js +1 -1
- package/esm/icons/scale-origin.svg.js +1 -1
- package/esm/icons/schedule.svg.js +1 -1
- package/esm/icons/search.svg.js +1 -1
- package/esm/icons/setting.svg.js +1 -1
- package/esm/icons/slider-handle-icon.svg.js +1 -1
- package/esm/icons/sort-asc.svg.js +1 -1
- package/esm/icons/sort-default.svg.js +1 -1
- package/esm/icons/sort-desc.svg.js +1 -1
- package/esm/icons/star.svg.js +1 -1
- package/esm/icons/status-close.svg.js +1 -1
- package/esm/icons/steps-finsh.svg.js +1 -1
- package/esm/icons/sub-plus.svg.js +20 -0
- package/esm/icons/success.svg.js +1 -1
- package/esm/icons/transparent.svg.js +1 -1
- package/esm/icons/trash.svg.js +1 -1
- package/esm/icons/tree-down.svg.js +1 -1
- package/esm/icons/undo-normal.svg.js +25 -0
- package/esm/icons/undo.svg.js +1 -1
- package/esm/icons/unfullscreen.svg.js +21 -0
- package/esm/icons/upload.svg.js +1 -1
- package/esm/icons/user-remove.svg.js +1 -1
- package/esm/icons/view.svg.js +1 -1
- package/esm/icons/volume.svg.js +1 -1
- package/esm/icons/warning-mark.svg.js +1 -1
- package/esm/icons/warning.svg.js +1 -1
- package/esm/icons/window-restore.svg.js +1 -1
- package/esm/icons/zoom-in.svg.js +1 -1
- package/esm/icons/zoom-out.svg.js +1 -1
- package/esm/index.js +4 -2
- package/esm/locale/de-DE.js +27 -11
- package/esm/locale/en-US.js +18 -2
- package/esm/locale/zh-CN.js +19 -3
- package/esm/node_modules/pdfjs-dist/build/pdf.worker.min.js +37 -0
- package/esm/node_modules/smooth-signature/es/index.js +506 -0
- package/esm/themes/ang.js +1 -1
- package/esm/themes/antd.js +1 -1
- package/esm/themes/cxd.js +1 -1
- package/esm/themes/dark.js +1 -1
- package/lib/_virtual/_commonjsHelpers.js +14 -0
- package/lib/_virtual/pdf.worker.min.js +12 -0
- package/lib/components/404.js +1 -1
- package/lib/components/Alert.d.ts +124 -122
- package/lib/components/Alert.js +10 -6
- package/lib/components/Alert2.d.ts +20 -20
- package/lib/components/Alert2.js +1 -1
- package/lib/components/AnchorNav.d.ts +20 -20
- package/lib/components/AnchorNav.js +1 -1
- package/lib/components/ArrayInput.d.ts +40 -40
- package/lib/components/ArrayInput.js +1 -1
- package/lib/components/AsideNav.d.ts +12 -11
- package/lib/components/AsideNav.js +5 -2
- package/lib/components/AssociatedSelection.d.ts +80 -80
- package/lib/components/AssociatedSelection.js +4 -4
- package/lib/components/Avatar.d.ts +70 -70
- package/lib/components/Avatar.js +1 -1
- package/lib/components/Badge.d.ts +1 -1
- package/lib/components/Badge.js +1 -1
- package/lib/components/BaiduMapPicker.js +1 -1
- package/lib/components/BarCode.js +1 -1
- package/lib/components/Breadcrumb.d.ts +3 -0
- package/lib/components/Breadcrumb.js +7 -6
- package/lib/components/Button.d.ts +42 -41
- package/lib/components/Button.js +3 -3
- package/lib/components/CalendarMobile.d.ts +85 -80
- package/lib/components/CalendarMobile.js +41 -6
- package/lib/components/Card.d.ts +110 -110
- package/lib/components/Card.js +1 -1
- package/lib/components/Cascader.js +1 -1
- package/lib/components/ChainedDropdownSelection.d.ts +80 -80
- package/lib/components/ChainedDropdownSelection.js +1 -1
- package/lib/components/ChainedSelection.d.ts +80 -80
- package/lib/components/ChainedSelection.js +8 -6
- package/lib/components/Checkbox.d.ts +12 -11
- package/lib/components/Checkbox.js +6 -6
- package/lib/components/CityArea.js +1 -1
- package/lib/components/CityDB.d.ts +1 -1
- package/lib/components/CityDB.js +377 -889
- package/lib/components/CodeMirror.d.ts +1 -0
- package/lib/components/CodeMirror.js +15 -4
- package/lib/components/Collapse.d.ts +140 -140
- package/lib/components/Collapse.js +1 -1
- package/lib/components/CollapseGroup.d.ts +20 -20
- package/lib/components/CollapseGroup.js +1 -1
- package/lib/components/ColorPicker.d.ts +40 -40
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/Combo.js +1 -1
- package/lib/components/ConfirmBox.d.ts +81 -80
- package/lib/components/ConfirmBox.js +6 -3
- package/lib/components/ContextMenu.d.ts +17 -3
- package/lib/components/ContextMenu.js +73 -20
- package/lib/components/DatePicker.d.ts +124 -122
- package/lib/components/DatePicker.js +12 -12
- package/lib/components/DateRangePicker.d.ts +293 -289
- package/lib/components/DateRangePicker.js +40 -27
- package/lib/components/DndContainer.js +1 -1
- package/lib/components/Drawer.d.ts +30 -30
- package/lib/components/Drawer.js +1 -1
- package/lib/components/DropDownSelection.d.ts +80 -80
- package/lib/components/DropDownSelection.js +1 -1
- package/lib/components/Editor.d.ts +120 -120
- package/lib/components/Editor.js +3 -3
- package/lib/components/Form.js +1 -1
- package/lib/components/FormField.js +1 -1
- package/lib/components/GaodeMapPicker.js +1 -1
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GroupedSelection.d.ts +80 -80
- package/lib/components/GroupedSelection.js +5 -4
- package/lib/components/Html.js +1 -1
- package/lib/components/ImageGallery.d.ts +40 -40
- package/lib/components/ImageGallery.js +2 -1
- package/lib/components/Input.d.ts +3 -1
- package/lib/components/Input.js +3 -3
- package/lib/components/InputBox.d.ts +14 -13
- package/lib/components/InputBox.js +6 -6
- package/lib/components/InputBoxWithSuggestion.js +7 -7
- package/lib/components/InputTable.js +1 -1
- package/lib/components/Layout.d.ts +10 -10
- package/lib/components/Layout.js +1 -1
- package/lib/components/Link.js +1 -1
- package/lib/components/ListGroup.d.ts +10 -10
- package/lib/components/ListGroup.js +1 -1
- package/lib/components/ListMenu.d.ts +82 -80
- package/lib/components/ListMenu.js +3 -3
- package/lib/components/LocationPicker.d.ts +40 -40
- package/lib/components/LocationPicker.js +1 -1
- package/lib/components/Markdown.js +1 -1
- package/lib/components/Modal.d.ts +80 -80
- package/lib/components/Modal.js +1 -1
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MonthRangePicker.d.ts +160 -160
- package/lib/components/MultilineText.d.ts +40 -40
- package/lib/components/MultilineText.js +1 -1
- package/lib/components/NumberInput.d.ts +30 -21
- package/lib/components/NumberInput.js +36 -6
- package/lib/components/OverflowTpl.js +1 -1
- package/lib/components/Pagination.d.ts +200 -110
- package/lib/components/Pagination.js +20 -20
- package/lib/components/PdfViewer.d.ts +49 -0
- package/lib/components/PdfViewer.js +91 -0
- package/lib/components/Picker.d.ts +1 -0
- package/lib/components/Picker.js +4 -4
- package/lib/components/PickerColumn.d.ts +1 -0
- package/lib/components/PickerColumn.js +7 -5
- package/lib/components/PickerContainer.d.ts +1 -2
- package/lib/components/PickerContainer.js +26 -16
- package/lib/components/PopOverContainer.d.ts +1 -0
- package/lib/components/PopOverContainer.js +3 -3
- package/lib/components/PopUp.d.ts +40 -40
- package/lib/components/PopUp.js +1 -1
- package/lib/components/Progress.d.ts +50 -50
- package/lib/components/Progress.js +1 -1
- package/lib/components/PullRefresh.js +1 -1
- package/lib/components/Radios.d.ts +12 -10
- package/lib/components/Radios.js +4 -3
- package/lib/components/Range.js +1 -1
- package/lib/components/Rating.d.ts +10 -10
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +82 -81
- package/lib/components/ResultBox.js +25 -21
- package/lib/components/ResultList.d.ts +42 -40
- package/lib/components/ResultList.js +5 -4
- package/lib/components/ResultTableList.d.ts +80 -80
- package/lib/components/ResultTableList.js +5 -4
- package/lib/components/ResultTreeList.d.ts +40 -40
- package/lib/components/ResultTreeList.js +3 -3
- package/lib/components/RichText.js +1 -1
- package/lib/components/SearchBox.d.ts +82 -81
- package/lib/components/SearchBox.js +7 -7
- package/lib/components/Select.d.ts +1366 -1357
- package/lib/components/Select.js +12 -11
- package/lib/components/SelectMobile.js +22 -19
- package/lib/components/Selection.d.ts +82 -80
- package/lib/components/Selection.js +1 -1
- package/lib/components/Signature.d.ts +280 -0
- package/lib/components/Signature.js +275 -0
- package/lib/components/SparkLine.d.ts +40 -40
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.d.ts +60 -60
- package/lib/components/Spinner.js +1 -1
- package/lib/components/Steps.js +1 -1
- package/lib/components/Switch.d.ts +12 -12
- package/lib/components/Switch.js +3 -3
- package/lib/components/TableSelection.d.ts +80 -80
- package/lib/components/TableSelection.js +6 -5
- package/lib/components/Tabs.d.ts +83 -81
- package/lib/components/Tabs.js +21 -22
- package/lib/components/TabsTransfer.d.ts +40 -40
- package/lib/components/TabsTransfer.js +16 -14
- package/lib/components/TabsTransferPicker.js +1 -1
- package/lib/components/Tag.d.ts +70 -70
- package/lib/components/Tag.js +1 -1
- package/lib/components/Textarea.d.ts +42 -42
- package/lib/components/Textarea.js +3 -3
- package/lib/components/Timeline.js +1 -1
- package/lib/components/TimelineItem.d.ts +1 -1
- package/lib/components/TimelineItem.js +1 -1
- package/lib/components/Tinymce.js +7 -4
- package/lib/components/TitleBar.d.ts +10 -10
- package/lib/components/TitleBar.js +1 -1
- package/lib/components/Toast.d.ts +80 -80
- package/lib/components/Toast.js +1 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.d.ts +42 -42
- package/lib/components/TooltipWrapper.js +1 -1
- package/lib/components/Transfer.d.ts +192 -190
- package/lib/components/Transfer.js +16 -16
- package/lib/components/TransferDropDown.d.ts +160 -160
- package/lib/components/TransferDropDown.js +1 -1
- package/lib/components/TransferPicker.js +1 -1
- package/lib/components/TransferSearch.js +1 -1
- package/lib/components/Tree.d.ts +286 -290
- package/lib/components/Tree.js +31 -29
- package/lib/components/TreeSelection.d.ts +120 -120
- package/lib/components/TreeSelection.js +1 -1
- package/lib/components/UserSelect.d.ts +40 -40
- package/lib/components/UserSelect.js +1 -1
- package/lib/components/UserTabSelect.d.ts +40 -40
- package/lib/components/UserTabSelect.js +1 -1
- package/lib/components/WithRemoteConfig.d.ts +9 -0
- package/lib/components/WithRemoteConfig.js +19 -3
- package/lib/components/WithStore.js +1 -1
- package/lib/components/calendar/Calendar.d.ts +2 -1
- package/lib/components/calendar/Calendar.js +6 -5
- package/lib/components/calendar/CalendarContainer.js +1 -1
- package/lib/components/calendar/DaysView.d.ts +2 -1
- package/lib/components/calendar/DaysView.js +17 -15
- package/lib/components/calendar/MonthsView.d.ts +2 -0
- package/lib/components/calendar/MonthsView.js +8 -6
- package/lib/components/calendar/QuartersView.d.ts +2 -0
- package/lib/components/calendar/QuartersView.js +7 -6
- package/lib/components/calendar/TimeView.d.ts +2 -0
- package/lib/components/calendar/TimeView.js +8 -7
- package/lib/components/calendar/YearsView.d.ts +2 -0
- package/lib/components/calendar/YearsView.js +6 -5
- package/lib/components/condition-builder/Expression.js +1 -1
- package/lib/components/condition-builder/Field.js +1 -1
- package/lib/components/condition-builder/Func.js +1 -1
- package/lib/components/condition-builder/Group.js +1 -1
- package/lib/components/condition-builder/GroupOrItem.js +1 -1
- package/lib/components/condition-builder/InputSwitch.js +1 -1
- package/lib/components/condition-builder/Item.js +1 -1
- package/lib/components/condition-builder/Value.d.ts +1 -0
- package/lib/components/condition-builder/Value.js +28 -12
- package/lib/components/condition-builder/config.js +1 -1
- package/lib/components/condition-builder/index.d.ts +1 -1
- package/lib/components/condition-builder/index.js +1 -1
- package/lib/components/formula/CodeEditor.d.ts +92 -0
- package/lib/components/formula/CodeEditor.js +110 -0
- package/lib/components/formula/Editor.d.ts +64 -69
- package/lib/components/formula/Editor.js +172 -78
- package/lib/components/formula/FuncList.d.ts +1 -1
- package/lib/components/formula/FuncList.js +10 -9
- package/lib/components/formula/Input.d.ts +68 -54
- package/lib/components/formula/Input.js +43 -101
- package/lib/components/formula/Picker.d.ts +74 -60
- package/lib/components/formula/Picker.js +128 -68
- package/lib/components/formula/VariableList.d.ts +1 -1
- package/lib/components/formula/VariableList.js +24 -10
- package/lib/components/formula/plugin.d.ts +28 -7
- package/lib/components/formula/plugin.js +220 -89
- package/lib/components/icons.d.ts +4 -2
- package/lib/components/icons.js +14 -5
- package/lib/components/index.d.ts +5 -3
- package/lib/components/json-schema/Array.js +3 -3
- package/lib/components/json-schema/Item.d.ts +3 -1
- package/lib/components/json-schema/Item.js +39 -8
- package/lib/components/json-schema/Object.d.ts +3 -1
- package/lib/components/json-schema/Object.js +113 -51
- package/lib/components/json-schema/index.d.ts +53 -50
- package/lib/components/json-schema/index.js +18 -5
- package/lib/components/menu/MenuContext.js +1 -1
- package/lib/components/menu/MenuItem.d.ts +2 -1
- package/lib/components/menu/MenuItem.js +3 -3
- package/lib/components/menu/SubMenu.d.ts +2 -1
- package/lib/components/menu/SubMenu.js +5 -5
- package/lib/components/menu/index.d.ts +86 -83
- package/lib/components/menu/index.js +10 -7
- package/lib/components/schema-editor/Array.js +23 -8
- package/lib/components/schema-editor/Common.d.ts +17 -1
- package/lib/components/schema-editor/Common.js +83 -36
- package/lib/components/schema-editor/Item.js +2 -2
- package/lib/components/schema-editor/Object.d.ts +7 -1
- package/lib/components/schema-editor/Object.js +105 -13
- package/lib/components/schema-editor/SchemaVariableList.d.ts +1 -1
- package/lib/components/schema-editor/SchemaVariableList.js +1 -1
- package/lib/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/lib/components/schema-editor/index.d.ts +48 -40
- package/lib/components/schema-editor/index.js +4 -4
- package/lib/components/table/Cell.d.ts +2 -0
- package/lib/components/table/Cell.js +4 -4
- package/lib/components/table/ColGroup.js +1 -1
- package/lib/components/table/Head.d.ts +2 -0
- package/lib/components/table/Head.js +12 -9
- package/lib/components/table/HeadCellDropDown.d.ts +2 -0
- package/lib/components/table/HeadCellDropDown.js +1 -1
- package/lib/components/table/HeadCellFilter.d.ts +82 -80
- package/lib/components/table/HeadCellFilter.js +8 -8
- package/lib/components/table/HeadCellSelect.d.ts +40 -40
- package/lib/components/table/HeadCellSelect.js +1 -1
- package/lib/components/table/HeadCellSort.d.ts +2 -0
- package/lib/components/table/HeadCellSort.js +7 -7
- package/lib/components/table/ItemActionsWrapper.js +1 -1
- package/lib/components/table/Row.d.ts +2 -0
- package/lib/components/table/Row.js +4 -3
- package/lib/components/table/SummaryRow.js +1 -1
- package/lib/components/table/index.d.ts +122 -120
- package/lib/components/table/index.js +7 -5
- package/lib/components/table/util.d.ts +7 -7
- package/lib/components/table/util.js +4 -2
- package/lib/components/virtual-list/AutoSizer.js +1 -1
- package/lib/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/lib/components/virtual-list/constants.js +1 -1
- package/lib/components/virtual-list/index.js +1 -1
- package/lib/hooks/use-set-state.js +1 -1
- package/lib/hooks/use-sub-form.js +1 -1
- package/lib/hooks/use-touch.js +1 -1
- package/lib/hooks/use-update-effect.js +1 -1
- package/lib/hooks/use-validation-resolver.js +1 -1
- package/lib/icons/alert-danger.svg.js +1 -1
- package/lib/icons/alert-info.svg.js +1 -1
- package/lib/icons/alert-success.svg.js +1 -1
- package/lib/icons/alert-warning.svg.js +1 -1
- package/lib/icons/arrow-double-left.svg.js +1 -1
- package/lib/icons/arrow-double-right.svg.js +1 -1
- package/lib/icons/back.svg.js +1 -1
- package/lib/icons/calendar.svg.js +1 -1
- package/lib/icons/caret.svg.js +1 -1
- package/lib/icons/check.svg.js +1 -1
- package/lib/icons/clock.svg.js +1 -1
- package/lib/icons/close-small.svg.js +1 -1
- package/lib/icons/close.svg.js +1 -1
- package/lib/icons/cloud-upload.svg.js +1 -1
- package/lib/icons/column-filter.svg.js +1 -1
- package/lib/icons/columns.svg.js +1 -1
- package/lib/icons/compress-alt.svg.js +1 -1
- package/lib/icons/copy.svg.js +1 -1
- package/lib/icons/date.svg.js +1 -1
- package/lib/icons/department.svg.js +1 -1
- package/lib/icons/desk-empty.svg.js +1 -1
- package/lib/icons/dot.svg.js +1 -1
- package/lib/icons/down-arrow-bold.svg.js +1 -1
- package/lib/icons/down.svg.js +1 -1
- package/lib/icons/download.svg.js +1 -1
- package/lib/icons/drag-bar.svg.js +1 -1
- package/lib/icons/drag.svg.js +1 -1
- package/lib/icons/edit.svg.js +1 -1
- package/lib/icons/ellipsis-v.svg.js +1 -1
- package/lib/icons/enter.svg.js +1 -1
- package/lib/icons/exchange.svg.js +1 -1
- package/lib/icons/expand-alt.svg.js +1 -1
- package/lib/icons/fail.svg.js +1 -1
- package/lib/icons/file.svg.js +1 -1
- package/lib/icons/filter.svg.js +1 -1
- package/lib/icons/folder.svg.js +1 -1
- package/lib/icons/fullscreen.svg.js +28 -0
- package/lib/icons/function.svg.js +1 -1
- package/lib/icons/home.svg.js +1 -1
- package/lib/icons/if.svg.js +1 -1
- package/lib/icons/image.svg.js +1 -1
- package/lib/icons/info-circle.svg.js +1 -1
- package/lib/icons/info.svg.js +1 -1
- package/lib/icons/input-clear.svg.js +1 -1
- package/lib/icons/invisible.svg.js +1 -1
- package/lib/icons/left-arrow.svg.js +1 -1
- package/lib/icons/loading-outline.svg.js +1 -1
- package/lib/icons/location.svg.js +1 -1
- package/lib/icons/menu.svg.js +1 -1
- package/lib/icons/minus.svg.js +1 -1
- package/lib/icons/move.svg.js +1 -1
- package/lib/icons/mute.svg.js +1 -1
- package/lib/icons/new-edit.svg.js +1 -1
- package/lib/icons/pause.svg.js +1 -1
- package/lib/icons/pencil.svg.js +1 -1
- package/lib/icons/play.svg.js +1 -1
- package/lib/icons/plus-cicle.svg.js +1 -1
- package/lib/icons/plus-fine.svg.js +1 -1
- package/lib/icons/plus.svg.js +1 -1
- package/lib/icons/post.svg.js +1 -1
- package/lib/icons/question-mark.svg.js +1 -1
- package/lib/icons/question.svg.js +1 -1
- package/lib/icons/redo.svg.js +1 -1
- package/lib/icons/refresh.svg.js +1 -1
- package/lib/icons/reload.svg.js +1 -1
- package/lib/icons/remove.svg.js +1 -1
- package/lib/icons/retry.svg.js +1 -1
- package/lib/icons/right-arrow-bold.svg.js +1 -1
- package/lib/icons/right-arrow.svg.js +1 -1
- package/lib/icons/right-double-arrow.svg.js +1 -1
- package/lib/icons/role.svg.js +1 -1
- package/lib/icons/rotate-left.svg.js +1 -1
- package/lib/icons/rotate-right.svg.js +1 -1
- package/lib/icons/scale-origin.svg.js +1 -1
- package/lib/icons/schedule.svg.js +1 -1
- package/lib/icons/search.svg.js +1 -1
- package/lib/icons/setting.svg.js +1 -1
- package/lib/icons/slider-handle-icon.svg.js +1 -1
- package/lib/icons/sort-asc.svg.js +1 -1
- package/lib/icons/sort-default.svg.js +1 -1
- package/lib/icons/sort-desc.svg.js +1 -1
- package/lib/icons/star.svg.js +1 -1
- package/lib/icons/status-close.svg.js +1 -1
- package/lib/icons/steps-finsh.svg.js +1 -1
- package/lib/icons/sub-plus.svg.js +27 -0
- package/lib/icons/success.svg.js +1 -1
- package/lib/icons/transparent.svg.js +1 -1
- package/lib/icons/trash.svg.js +1 -1
- package/lib/icons/tree-down.svg.js +1 -1
- package/lib/icons/undo-normal.svg.js +32 -0
- package/lib/icons/undo.svg.js +1 -1
- package/lib/icons/unfullscreen.svg.js +28 -0
- package/lib/icons/upload.svg.js +1 -1
- package/lib/icons/user-remove.svg.js +1 -1
- package/lib/icons/view.svg.js +1 -1
- package/lib/icons/volume.svg.js +1 -1
- package/lib/icons/warning-mark.svg.js +1 -1
- package/lib/icons/warning.svg.js +1 -1
- package/lib/icons/window-restore.svg.js +1 -1
- package/lib/icons/zoom-in.svg.js +1 -1
- package/lib/icons/zoom-out.svg.js +1 -1
- package/lib/index.js +6 -1
- package/lib/locale/de-DE.js +27 -11
- package/lib/locale/en-US.js +18 -2
- package/lib/locale/zh-CN.js +19 -3
- package/lib/node_modules/pdfjs-dist/build/pdf.worker.min.js +41 -0
- package/lib/node_modules/smooth-signature/es/index.js +510 -0
- package/lib/{scss → packages/amis-ui/scss}/helper.scss.js +1 -1
- package/lib/{scss → packages/amis-ui/scss}/themes/ang.scss.js +1 -1
- package/lib/{scss → packages/amis-ui/scss}/themes/antd.scss.js +1 -1
- package/lib/{scss → packages/amis-ui/scss}/themes/cxd.scss.js +1 -1
- package/lib/{scss → packages/amis-ui/scss}/themes/dark.scss.js +1 -1
- package/lib/{scss → packages/amis-ui/scss}/themes/default.scss.js +1 -1
- package/lib/themes/ang.css +1032 -38
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +1032 -38
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +1032 -38
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +1032 -38
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +1032 -38
- package/package.json +4 -3
- package/scss/_components.scss +7 -0
- package/scss/_mixins.scss +1 -0
- package/scss/_thirds.scss +3 -0
- package/scss/components/_collapse.scss +1 -1
- package/scss/components/_condition-builder.scss +18 -0
- package/scss/components/_crud2.scss +4 -0
- package/scss/components/_formula.scss +148 -26
- package/scss/components/_image-gallery.scss +7 -1
- package/scss/components/_input-box.scss +6 -0
- package/scss/components/_json-schema-editor.scss +24 -3
- package/scss/components/_json-schema.scss +5 -0
- package/scss/components/_menu.scss +3 -0
- package/scss/components/_pdf_viewer.scss +47 -0
- package/scss/components/_signature.scss +97 -0
- package/scss/components/_table.scss +6 -1
- package/scss/components/_tabs.scss +10 -4
- package/scss/components/form/_combo.scss +1 -0
- package/scss/components/form/_form.scss +10 -0
- package/scss/components/form/_icon-select.scss +3 -0
- package/scss/components/form/_picker.scss +2 -1
- package/scss/components/form/_tag.scss +2 -1
- package/scss/components/form/_text.scss +4 -4
- package/scss/themes/_common.scss +2 -0
|
@@ -10,6 +10,7 @@ import { ShortCuts } from './DatePicker';
|
|
|
10
10
|
import type { Moment } from 'moment';
|
|
11
11
|
import type { PlainObject, ThemeProps, LocaleProps } from 'amis-core';
|
|
12
12
|
import type { ViewMode, ChangeEventViewMode, ChangeEventViewStatus } from './calendar/Calendar';
|
|
13
|
+
import type { TestIdBuilder } from 'amis-core';
|
|
13
14
|
export interface DateRangePickerProps extends ThemeProps, LocaleProps {
|
|
14
15
|
className?: string;
|
|
15
16
|
popoverClassName?: string;
|
|
@@ -44,6 +45,7 @@ export interface DateRangePickerProps extends ThemeProps, LocaleProps {
|
|
|
44
45
|
timeFormat?: string;
|
|
45
46
|
resetValue?: any;
|
|
46
47
|
popOverContainer?: any;
|
|
48
|
+
popOverContainerSelector?: string;
|
|
47
49
|
dateFormat?: string;
|
|
48
50
|
embed?: boolean;
|
|
49
51
|
viewMode?: ViewMode;
|
|
@@ -57,6 +59,7 @@ export interface DateRangePickerProps extends ThemeProps, LocaleProps {
|
|
|
57
59
|
animation?: boolean;
|
|
58
60
|
/** 日期处理函数,通常用于自定义处理绑定日期的值 */
|
|
59
61
|
transform?: string;
|
|
62
|
+
testIdBuilder?: TestIdBuilder;
|
|
60
63
|
}
|
|
61
64
|
export interface DateRangePickerState {
|
|
62
65
|
isOpened: boolean;
|
|
@@ -169,7 +172,7 @@ export declare class DateRangePicker extends React.Component<DateRangePickerProp
|
|
|
169
172
|
renderShortcuts(shortcuts: string | Array<ShortCuts> | undefined): React.JSX.Element | null;
|
|
170
173
|
clearValue(e: React.MouseEvent<any>): void;
|
|
171
174
|
clear(): void;
|
|
172
|
-
reset(): void;
|
|
175
|
+
reset(resetValue?: any): void;
|
|
173
176
|
checkStartIsValidDate(currentDate: moment.Moment): boolean;
|
|
174
177
|
checkEndIsValidDate(currentDate: moment.Moment): boolean;
|
|
175
178
|
renderDay(props: any, currentDate: moment.Moment): React.JSX.Element;
|
|
@@ -187,14 +190,15 @@ export declare class DateRangePicker extends React.Component<DateRangePickerProp
|
|
|
187
190
|
/** 获取宽度类型变量的值 */
|
|
188
191
|
getValidWidthValue(element: HTMLElement, propsName: string): number;
|
|
189
192
|
renderActiveCursor(): React.JSX.Element;
|
|
193
|
+
getDefaultDate(): moment.Moment | undefined;
|
|
190
194
|
render(): React.JSX.Element;
|
|
191
195
|
}
|
|
192
196
|
declare const _default: {
|
|
193
|
-
new (props: Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
194
|
-
clearable?: boolean | undefined;
|
|
197
|
+
new (props: Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
195
198
|
inputFormat?: string | undefined;
|
|
196
|
-
format?: string | undefined;
|
|
197
199
|
closeOnSelect?: boolean | undefined;
|
|
200
|
+
format?: string | undefined;
|
|
201
|
+
clearable?: boolean | undefined;
|
|
198
202
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
199
203
|
overlayPlacement?: string | undefined;
|
|
200
204
|
startPlaceholder?: string | undefined;
|
|
@@ -214,11 +218,11 @@ declare const _default: {
|
|
|
214
218
|
getWrappedInstance(): any;
|
|
215
219
|
render(): React.JSX.Element;
|
|
216
220
|
context: unknown;
|
|
217
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
218
|
-
clearable?: boolean | undefined;
|
|
221
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
219
222
|
inputFormat?: string | undefined;
|
|
220
|
-
format?: string | undefined;
|
|
221
223
|
closeOnSelect?: boolean | undefined;
|
|
224
|
+
format?: string | undefined;
|
|
225
|
+
clearable?: boolean | undefined;
|
|
222
226
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
223
227
|
overlayPlacement?: string | undefined;
|
|
224
228
|
startPlaceholder?: string | undefined;
|
|
@@ -232,13 +236,13 @@ declare const _default: {
|
|
|
232
236
|
} & {
|
|
233
237
|
locale?: string | undefined;
|
|
234
238
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
235
|
-
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
239
|
+
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
236
240
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
237
|
-
readonly props: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
238
|
-
clearable?: boolean | undefined;
|
|
241
|
+
readonly props: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
239
242
|
inputFormat?: string | undefined;
|
|
240
|
-
format?: string | undefined;
|
|
241
243
|
closeOnSelect?: boolean | undefined;
|
|
244
|
+
format?: string | undefined;
|
|
245
|
+
clearable?: boolean | undefined;
|
|
242
246
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
243
247
|
overlayPlacement?: string | undefined;
|
|
244
248
|
startPlaceholder?: string | undefined;
|
|
@@ -252,17 +256,17 @@ declare const _default: {
|
|
|
252
256
|
} & {
|
|
253
257
|
locale?: string | undefined;
|
|
254
258
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
255
|
-
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>;
|
|
259
|
+
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>;
|
|
256
260
|
state: Readonly<{}>;
|
|
257
261
|
refs: {
|
|
258
262
|
[key: string]: React.ReactInstance;
|
|
259
263
|
};
|
|
260
264
|
componentDidMount?(): void;
|
|
261
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
262
|
-
clearable?: boolean | undefined;
|
|
265
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
263
266
|
inputFormat?: string | undefined;
|
|
264
|
-
format?: string | undefined;
|
|
265
267
|
closeOnSelect?: boolean | undefined;
|
|
268
|
+
format?: string | undefined;
|
|
269
|
+
clearable?: boolean | undefined;
|
|
266
270
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
267
271
|
overlayPlacement?: string | undefined;
|
|
268
272
|
startPlaceholder?: string | undefined;
|
|
@@ -279,11 +283,11 @@ declare const _default: {
|
|
|
279
283
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
280
284
|
componentWillUnmount?(): void;
|
|
281
285
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
282
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
283
|
-
clearable?: boolean | undefined;
|
|
286
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
284
287
|
inputFormat?: string | undefined;
|
|
285
|
-
format?: string | undefined;
|
|
286
288
|
closeOnSelect?: boolean | undefined;
|
|
289
|
+
format?: string | undefined;
|
|
290
|
+
clearable?: boolean | undefined;
|
|
287
291
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
288
292
|
overlayPlacement?: string | undefined;
|
|
289
293
|
startPlaceholder?: string | undefined;
|
|
@@ -298,11 +302,11 @@ declare const _default: {
|
|
|
298
302
|
locale?: string | undefined;
|
|
299
303
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
300
304
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
301
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
302
|
-
clearable?: boolean | undefined;
|
|
305
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
303
306
|
inputFormat?: string | undefined;
|
|
304
|
-
format?: string | undefined;
|
|
305
307
|
closeOnSelect?: boolean | undefined;
|
|
308
|
+
format?: string | undefined;
|
|
309
|
+
clearable?: boolean | undefined;
|
|
306
310
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
307
311
|
overlayPlacement?: string | undefined;
|
|
308
312
|
startPlaceholder?: string | undefined;
|
|
@@ -319,11 +323,11 @@ declare const _default: {
|
|
|
319
323
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
320
324
|
componentWillMount?(): void;
|
|
321
325
|
UNSAFE_componentWillMount?(): void;
|
|
322
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
323
|
-
clearable?: boolean | undefined;
|
|
326
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
324
327
|
inputFormat?: string | undefined;
|
|
325
|
-
format?: string | undefined;
|
|
326
328
|
closeOnSelect?: boolean | undefined;
|
|
329
|
+
format?: string | undefined;
|
|
330
|
+
clearable?: boolean | undefined;
|
|
327
331
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
328
332
|
overlayPlacement?: string | undefined;
|
|
329
333
|
startPlaceholder?: string | undefined;
|
|
@@ -338,11 +342,11 @@ declare const _default: {
|
|
|
338
342
|
locale?: string | undefined;
|
|
339
343
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
340
344
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
341
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
342
|
-
clearable?: boolean | undefined;
|
|
345
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
343
346
|
inputFormat?: string | undefined;
|
|
344
|
-
format?: string | undefined;
|
|
345
347
|
closeOnSelect?: boolean | undefined;
|
|
348
|
+
format?: string | undefined;
|
|
349
|
+
clearable?: boolean | undefined;
|
|
346
350
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
347
351
|
overlayPlacement?: string | undefined;
|
|
348
352
|
startPlaceholder?: string | undefined;
|
|
@@ -357,11 +361,11 @@ declare const _default: {
|
|
|
357
361
|
locale?: string | undefined;
|
|
358
362
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
359
363
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
360
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
361
|
-
clearable?: boolean | undefined;
|
|
364
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
362
365
|
inputFormat?: string | undefined;
|
|
363
|
-
format?: string | undefined;
|
|
364
366
|
closeOnSelect?: boolean | undefined;
|
|
367
|
+
format?: string | undefined;
|
|
368
|
+
clearable?: boolean | undefined;
|
|
365
369
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
366
370
|
overlayPlacement?: string | undefined;
|
|
367
371
|
startPlaceholder?: string | undefined;
|
|
@@ -376,11 +380,11 @@ declare const _default: {
|
|
|
376
380
|
locale?: string | undefined;
|
|
377
381
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
378
382
|
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
379
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
380
|
-
clearable?: boolean | undefined;
|
|
383
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
381
384
|
inputFormat?: string | undefined;
|
|
382
|
-
format?: string | undefined;
|
|
383
385
|
closeOnSelect?: boolean | undefined;
|
|
386
|
+
format?: string | undefined;
|
|
387
|
+
clearable?: boolean | undefined;
|
|
384
388
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
385
389
|
overlayPlacement?: string | undefined;
|
|
386
390
|
startPlaceholder?: string | undefined;
|
|
@@ -399,11 +403,11 @@ declare const _default: {
|
|
|
399
403
|
displayName: string;
|
|
400
404
|
contextType: React.Context<string>;
|
|
401
405
|
ComposedComponent: React.ComponentType<{
|
|
402
|
-
new (props: Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
403
|
-
clearable?: boolean | undefined;
|
|
406
|
+
new (props: Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
404
407
|
inputFormat?: string | undefined;
|
|
405
|
-
format?: string | undefined;
|
|
406
408
|
closeOnSelect?: boolean | undefined;
|
|
409
|
+
format?: string | undefined;
|
|
410
|
+
clearable?: boolean | undefined;
|
|
407
411
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
408
412
|
overlayPlacement?: string | undefined;
|
|
409
413
|
startPlaceholder?: string | undefined;
|
|
@@ -423,11 +427,11 @@ declare const _default: {
|
|
|
423
427
|
getWrappedInstance(): any;
|
|
424
428
|
render(): React.JSX.Element;
|
|
425
429
|
context: unknown;
|
|
426
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
427
|
-
clearable?: boolean | undefined;
|
|
430
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
428
431
|
inputFormat?: string | undefined;
|
|
429
|
-
format?: string | undefined;
|
|
430
432
|
closeOnSelect?: boolean | undefined;
|
|
433
|
+
format?: string | undefined;
|
|
434
|
+
clearable?: boolean | undefined;
|
|
431
435
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
432
436
|
overlayPlacement?: string | undefined;
|
|
433
437
|
startPlaceholder?: string | undefined;
|
|
@@ -443,11 +447,11 @@ declare const _default: {
|
|
|
443
447
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
444
448
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
445
449
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
446
|
-
readonly props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
447
|
-
clearable?: boolean | undefined;
|
|
450
|
+
readonly props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
448
451
|
inputFormat?: string | undefined;
|
|
449
|
-
format?: string | undefined;
|
|
450
452
|
closeOnSelect?: boolean | undefined;
|
|
453
|
+
format?: string | undefined;
|
|
454
|
+
clearable?: boolean | undefined;
|
|
451
455
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
452
456
|
overlayPlacement?: string | undefined;
|
|
453
457
|
startPlaceholder?: string | undefined;
|
|
@@ -460,18 +464,18 @@ declare const _default: {
|
|
|
460
464
|
endDateOpenedFirst?: boolean | undefined;
|
|
461
465
|
} & {
|
|
462
466
|
locale?: string | undefined;
|
|
463
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
467
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
464
468
|
}>;
|
|
465
|
-
state: Readonly<{}>;
|
|
469
|
+
state: Readonly<{}>;
|
|
466
470
|
refs: {
|
|
467
471
|
[key: string]: React.ReactInstance;
|
|
468
472
|
};
|
|
469
473
|
componentDidMount?(): void;
|
|
470
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
471
|
-
clearable?: boolean | undefined;
|
|
474
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
472
475
|
inputFormat?: string | undefined;
|
|
473
|
-
format?: string | undefined;
|
|
474
476
|
closeOnSelect?: boolean | undefined;
|
|
477
|
+
format?: string | undefined;
|
|
478
|
+
clearable?: boolean | undefined;
|
|
475
479
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
476
480
|
overlayPlacement?: string | undefined;
|
|
477
481
|
startPlaceholder?: string | undefined;
|
|
@@ -488,11 +492,11 @@ declare const _default: {
|
|
|
488
492
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
489
493
|
componentWillUnmount?(): void;
|
|
490
494
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
491
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
492
|
-
clearable?: boolean | undefined;
|
|
495
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
493
496
|
inputFormat?: string | undefined;
|
|
494
|
-
format?: string | undefined;
|
|
495
497
|
closeOnSelect?: boolean | undefined;
|
|
498
|
+
format?: string | undefined;
|
|
499
|
+
clearable?: boolean | undefined;
|
|
496
500
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
497
501
|
overlayPlacement?: string | undefined;
|
|
498
502
|
startPlaceholder?: string | undefined;
|
|
@@ -507,11 +511,11 @@ declare const _default: {
|
|
|
507
511
|
locale?: string | undefined;
|
|
508
512
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
509
513
|
}>, prevState: Readonly<{}>): any;
|
|
510
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
511
|
-
clearable?: boolean | undefined;
|
|
514
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
512
515
|
inputFormat?: string | undefined;
|
|
513
|
-
format?: string | undefined;
|
|
514
516
|
closeOnSelect?: boolean | undefined;
|
|
517
|
+
format?: string | undefined;
|
|
518
|
+
clearable?: boolean | undefined;
|
|
515
519
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
516
520
|
overlayPlacement?: string | undefined;
|
|
517
521
|
startPlaceholder?: string | undefined;
|
|
@@ -528,11 +532,11 @@ declare const _default: {
|
|
|
528
532
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
529
533
|
componentWillMount?(): void;
|
|
530
534
|
UNSAFE_componentWillMount?(): void;
|
|
531
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
532
|
-
clearable?: boolean | undefined;
|
|
535
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
533
536
|
inputFormat?: string | undefined;
|
|
534
|
-
format?: string | undefined;
|
|
535
537
|
closeOnSelect?: boolean | undefined;
|
|
538
|
+
format?: string | undefined;
|
|
539
|
+
clearable?: boolean | undefined;
|
|
536
540
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
537
541
|
overlayPlacement?: string | undefined;
|
|
538
542
|
startPlaceholder?: string | undefined;
|
|
@@ -547,11 +551,11 @@ declare const _default: {
|
|
|
547
551
|
locale?: string | undefined;
|
|
548
552
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
549
553
|
}>, nextContext: any): void;
|
|
550
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
551
|
-
clearable?: boolean | undefined;
|
|
554
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
552
555
|
inputFormat?: string | undefined;
|
|
553
|
-
format?: string | undefined;
|
|
554
556
|
closeOnSelect?: boolean | undefined;
|
|
557
|
+
format?: string | undefined;
|
|
558
|
+
clearable?: boolean | undefined;
|
|
555
559
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
556
560
|
overlayPlacement?: string | undefined;
|
|
557
561
|
startPlaceholder?: string | undefined;
|
|
@@ -566,11 +570,11 @@ declare const _default: {
|
|
|
566
570
|
locale?: string | undefined;
|
|
567
571
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
568
572
|
}>, nextContext: any): void;
|
|
569
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
570
|
-
clearable?: boolean | undefined;
|
|
573
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
571
574
|
inputFormat?: string | undefined;
|
|
572
|
-
format?: string | undefined;
|
|
573
575
|
closeOnSelect?: boolean | undefined;
|
|
576
|
+
format?: string | undefined;
|
|
577
|
+
clearable?: boolean | undefined;
|
|
574
578
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
575
579
|
overlayPlacement?: string | undefined;
|
|
576
580
|
startPlaceholder?: string | undefined;
|
|
@@ -585,11 +589,11 @@ declare const _default: {
|
|
|
585
589
|
locale?: string | undefined;
|
|
586
590
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
587
591
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
588
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
589
|
-
clearable?: boolean | undefined;
|
|
592
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
590
593
|
inputFormat?: string | undefined;
|
|
591
|
-
format?: string | undefined;
|
|
592
594
|
closeOnSelect?: boolean | undefined;
|
|
595
|
+
format?: string | undefined;
|
|
596
|
+
clearable?: boolean | undefined;
|
|
593
597
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
594
598
|
overlayPlacement?: string | undefined;
|
|
595
599
|
startPlaceholder?: string | undefined;
|
|
@@ -612,11 +616,11 @@ declare const _default: {
|
|
|
612
616
|
ComposedComponent: typeof DateRangePicker;
|
|
613
617
|
}>;
|
|
614
618
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
|
615
|
-
new (props: Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
616
|
-
clearable?: boolean | undefined;
|
|
619
|
+
new (props: Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
617
620
|
inputFormat?: string | undefined;
|
|
618
|
-
format?: string | undefined;
|
|
619
621
|
closeOnSelect?: boolean | undefined;
|
|
622
|
+
format?: string | undefined;
|
|
623
|
+
clearable?: boolean | undefined;
|
|
620
624
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
621
625
|
overlayPlacement?: string | undefined;
|
|
622
626
|
startPlaceholder?: string | undefined;
|
|
@@ -636,11 +640,11 @@ declare const _default: {
|
|
|
636
640
|
getWrappedInstance(): any;
|
|
637
641
|
render(): React.JSX.Element;
|
|
638
642
|
context: unknown;
|
|
639
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
640
|
-
clearable?: boolean | undefined;
|
|
643
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
641
644
|
inputFormat?: string | undefined;
|
|
642
|
-
format?: string | undefined;
|
|
643
645
|
closeOnSelect?: boolean | undefined;
|
|
646
|
+
format?: string | undefined;
|
|
647
|
+
clearable?: boolean | undefined;
|
|
644
648
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
645
649
|
overlayPlacement?: string | undefined;
|
|
646
650
|
startPlaceholder?: string | undefined;
|
|
@@ -656,11 +660,11 @@ declare const _default: {
|
|
|
656
660
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
657
661
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
658
662
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
659
|
-
readonly props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
660
|
-
clearable?: boolean | undefined;
|
|
663
|
+
readonly props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
661
664
|
inputFormat?: string | undefined;
|
|
662
|
-
format?: string | undefined;
|
|
663
665
|
closeOnSelect?: boolean | undefined;
|
|
666
|
+
format?: string | undefined;
|
|
667
|
+
clearable?: boolean | undefined;
|
|
664
668
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
665
669
|
overlayPlacement?: string | undefined;
|
|
666
670
|
startPlaceholder?: string | undefined;
|
|
@@ -673,18 +677,18 @@ declare const _default: {
|
|
|
673
677
|
endDateOpenedFirst?: boolean | undefined;
|
|
674
678
|
} & {
|
|
675
679
|
locale?: string | undefined;
|
|
676
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
680
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
677
681
|
}>;
|
|
678
|
-
state: Readonly<{}>;
|
|
682
|
+
state: Readonly<{}>;
|
|
679
683
|
refs: {
|
|
680
684
|
[key: string]: React.ReactInstance;
|
|
681
685
|
};
|
|
682
686
|
componentDidMount?(): void;
|
|
683
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
684
|
-
clearable?: boolean | undefined;
|
|
687
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
685
688
|
inputFormat?: string | undefined;
|
|
686
|
-
format?: string | undefined;
|
|
687
689
|
closeOnSelect?: boolean | undefined;
|
|
690
|
+
format?: string | undefined;
|
|
691
|
+
clearable?: boolean | undefined;
|
|
688
692
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
689
693
|
overlayPlacement?: string | undefined;
|
|
690
694
|
startPlaceholder?: string | undefined;
|
|
@@ -701,11 +705,11 @@ declare const _default: {
|
|
|
701
705
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
702
706
|
componentWillUnmount?(): void;
|
|
703
707
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
704
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
705
|
-
clearable?: boolean | undefined;
|
|
708
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
706
709
|
inputFormat?: string | undefined;
|
|
707
|
-
format?: string | undefined;
|
|
708
710
|
closeOnSelect?: boolean | undefined;
|
|
711
|
+
format?: string | undefined;
|
|
712
|
+
clearable?: boolean | undefined;
|
|
709
713
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
710
714
|
overlayPlacement?: string | undefined;
|
|
711
715
|
startPlaceholder?: string | undefined;
|
|
@@ -720,11 +724,11 @@ declare const _default: {
|
|
|
720
724
|
locale?: string | undefined;
|
|
721
725
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
722
726
|
}>, prevState: Readonly<{}>): any;
|
|
723
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
724
|
-
clearable?: boolean | undefined;
|
|
727
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
725
728
|
inputFormat?: string | undefined;
|
|
726
|
-
format?: string | undefined;
|
|
727
729
|
closeOnSelect?: boolean | undefined;
|
|
730
|
+
format?: string | undefined;
|
|
731
|
+
clearable?: boolean | undefined;
|
|
728
732
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
729
733
|
overlayPlacement?: string | undefined;
|
|
730
734
|
startPlaceholder?: string | undefined;
|
|
@@ -741,11 +745,11 @@ declare const _default: {
|
|
|
741
745
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
742
746
|
componentWillMount?(): void;
|
|
743
747
|
UNSAFE_componentWillMount?(): void;
|
|
744
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
745
|
-
clearable?: boolean | undefined;
|
|
748
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
746
749
|
inputFormat?: string | undefined;
|
|
747
|
-
format?: string | undefined;
|
|
748
750
|
closeOnSelect?: boolean | undefined;
|
|
751
|
+
format?: string | undefined;
|
|
752
|
+
clearable?: boolean | undefined;
|
|
749
753
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
750
754
|
overlayPlacement?: string | undefined;
|
|
751
755
|
startPlaceholder?: string | undefined;
|
|
@@ -760,11 +764,11 @@ declare const _default: {
|
|
|
760
764
|
locale?: string | undefined;
|
|
761
765
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
762
766
|
}>, nextContext: any): void;
|
|
763
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
764
|
-
clearable?: boolean | undefined;
|
|
767
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
765
768
|
inputFormat?: string | undefined;
|
|
766
|
-
format?: string | undefined;
|
|
767
769
|
closeOnSelect?: boolean | undefined;
|
|
770
|
+
format?: string | undefined;
|
|
771
|
+
clearable?: boolean | undefined;
|
|
768
772
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
769
773
|
overlayPlacement?: string | undefined;
|
|
770
774
|
startPlaceholder?: string | undefined;
|
|
@@ -779,11 +783,11 @@ declare const _default: {
|
|
|
779
783
|
locale?: string | undefined;
|
|
780
784
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
781
785
|
}>, nextContext: any): void;
|
|
782
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
783
|
-
clearable?: boolean | undefined;
|
|
786
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
784
787
|
inputFormat?: string | undefined;
|
|
785
|
-
format?: string | undefined;
|
|
786
788
|
closeOnSelect?: boolean | undefined;
|
|
789
|
+
format?: string | undefined;
|
|
790
|
+
clearable?: boolean | undefined;
|
|
787
791
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
788
792
|
overlayPlacement?: string | undefined;
|
|
789
793
|
startPlaceholder?: string | undefined;
|
|
@@ -798,11 +802,11 @@ declare const _default: {
|
|
|
798
802
|
locale?: string | undefined;
|
|
799
803
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
800
804
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
801
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
802
|
-
clearable?: boolean | undefined;
|
|
805
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
803
806
|
inputFormat?: string | undefined;
|
|
804
|
-
format?: string | undefined;
|
|
805
807
|
closeOnSelect?: boolean | undefined;
|
|
808
|
+
format?: string | undefined;
|
|
809
|
+
clearable?: boolean | undefined;
|
|
806
810
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
807
811
|
overlayPlacement?: string | undefined;
|
|
808
812
|
startPlaceholder?: string | undefined;
|
|
@@ -825,11 +829,11 @@ declare const _default: {
|
|
|
825
829
|
ComposedComponent: typeof DateRangePicker;
|
|
826
830
|
}, {}> & {
|
|
827
831
|
ComposedComponent: {
|
|
828
|
-
new (props: Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
829
|
-
clearable?: boolean | undefined;
|
|
832
|
+
new (props: Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
830
833
|
inputFormat?: string | undefined;
|
|
831
|
-
format?: string | undefined;
|
|
832
834
|
closeOnSelect?: boolean | undefined;
|
|
835
|
+
format?: string | undefined;
|
|
836
|
+
clearable?: boolean | undefined;
|
|
833
837
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
834
838
|
overlayPlacement?: string | undefined;
|
|
835
839
|
startPlaceholder?: string | undefined;
|
|
@@ -849,11 +853,11 @@ declare const _default: {
|
|
|
849
853
|
getWrappedInstance(): any;
|
|
850
854
|
render(): React.JSX.Element;
|
|
851
855
|
context: unknown;
|
|
852
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
853
|
-
clearable?: boolean | undefined;
|
|
856
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
854
857
|
inputFormat?: string | undefined;
|
|
855
|
-
format?: string | undefined;
|
|
856
858
|
closeOnSelect?: boolean | undefined;
|
|
859
|
+
format?: string | undefined;
|
|
860
|
+
clearable?: boolean | undefined;
|
|
857
861
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
858
862
|
overlayPlacement?: string | undefined;
|
|
859
863
|
startPlaceholder?: string | undefined;
|
|
@@ -869,11 +873,11 @@ declare const _default: {
|
|
|
869
873
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
870
874
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
871
875
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
872
|
-
readonly props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
873
|
-
clearable?: boolean | undefined;
|
|
876
|
+
readonly props: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
874
877
|
inputFormat?: string | undefined;
|
|
875
|
-
format?: string | undefined;
|
|
876
878
|
closeOnSelect?: boolean | undefined;
|
|
879
|
+
format?: string | undefined;
|
|
880
|
+
clearable?: boolean | undefined;
|
|
877
881
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
878
882
|
overlayPlacement?: string | undefined;
|
|
879
883
|
startPlaceholder?: string | undefined;
|
|
@@ -886,18 +890,18 @@ declare const _default: {
|
|
|
886
890
|
endDateOpenedFirst?: boolean | undefined;
|
|
887
891
|
} & {
|
|
888
892
|
locale?: string | undefined;
|
|
889
|
-
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
893
|
+
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
890
894
|
}>;
|
|
891
|
-
state: Readonly<{}>;
|
|
895
|
+
state: Readonly<{}>;
|
|
892
896
|
refs: {
|
|
893
897
|
[key: string]: React.ReactInstance;
|
|
894
898
|
};
|
|
895
899
|
componentDidMount?(): void;
|
|
896
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
897
|
-
clearable?: boolean | undefined;
|
|
900
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
898
901
|
inputFormat?: string | undefined;
|
|
899
|
-
format?: string | undefined;
|
|
900
902
|
closeOnSelect?: boolean | undefined;
|
|
903
|
+
format?: string | undefined;
|
|
904
|
+
clearable?: boolean | undefined;
|
|
901
905
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
902
906
|
overlayPlacement?: string | undefined;
|
|
903
907
|
startPlaceholder?: string | undefined;
|
|
@@ -914,11 +918,11 @@ declare const _default: {
|
|
|
914
918
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
915
919
|
componentWillUnmount?(): void;
|
|
916
920
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
917
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
918
|
-
clearable?: boolean | undefined;
|
|
921
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
919
922
|
inputFormat?: string | undefined;
|
|
920
|
-
format?: string | undefined;
|
|
921
923
|
closeOnSelect?: boolean | undefined;
|
|
924
|
+
format?: string | undefined;
|
|
925
|
+
clearable?: boolean | undefined;
|
|
922
926
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
923
927
|
overlayPlacement?: string | undefined;
|
|
924
928
|
startPlaceholder?: string | undefined;
|
|
@@ -933,11 +937,11 @@ declare const _default: {
|
|
|
933
937
|
locale?: string | undefined;
|
|
934
938
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
935
939
|
}>, prevState: Readonly<{}>): any;
|
|
936
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
937
|
-
clearable?: boolean | undefined;
|
|
940
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
938
941
|
inputFormat?: string | undefined;
|
|
939
|
-
format?: string | undefined;
|
|
940
942
|
closeOnSelect?: boolean | undefined;
|
|
943
|
+
format?: string | undefined;
|
|
944
|
+
clearable?: boolean | undefined;
|
|
941
945
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
942
946
|
overlayPlacement?: string | undefined;
|
|
943
947
|
startPlaceholder?: string | undefined;
|
|
@@ -954,11 +958,11 @@ declare const _default: {
|
|
|
954
958
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
955
959
|
componentWillMount?(): void;
|
|
956
960
|
UNSAFE_componentWillMount?(): void;
|
|
957
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
958
|
-
clearable?: boolean | undefined;
|
|
961
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
959
962
|
inputFormat?: string | undefined;
|
|
960
|
-
format?: string | undefined;
|
|
961
963
|
closeOnSelect?: boolean | undefined;
|
|
964
|
+
format?: string | undefined;
|
|
965
|
+
clearable?: boolean | undefined;
|
|
962
966
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
963
967
|
overlayPlacement?: string | undefined;
|
|
964
968
|
startPlaceholder?: string | undefined;
|
|
@@ -973,11 +977,11 @@ declare const _default: {
|
|
|
973
977
|
locale?: string | undefined;
|
|
974
978
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
975
979
|
}>, nextContext: any): void;
|
|
976
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
977
|
-
clearable?: boolean | undefined;
|
|
980
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
978
981
|
inputFormat?: string | undefined;
|
|
979
|
-
format?: string | undefined;
|
|
980
982
|
closeOnSelect?: boolean | undefined;
|
|
983
|
+
format?: string | undefined;
|
|
984
|
+
clearable?: boolean | undefined;
|
|
981
985
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
982
986
|
overlayPlacement?: string | undefined;
|
|
983
987
|
startPlaceholder?: string | undefined;
|
|
@@ -992,11 +996,11 @@ declare const _default: {
|
|
|
992
996
|
locale?: string | undefined;
|
|
993
997
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
994
998
|
}>, nextContext: any): void;
|
|
995
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
996
|
-
clearable?: boolean | undefined;
|
|
999
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
997
1000
|
inputFormat?: string | undefined;
|
|
998
|
-
format?: string | undefined;
|
|
999
1001
|
closeOnSelect?: boolean | undefined;
|
|
1002
|
+
format?: string | undefined;
|
|
1003
|
+
clearable?: boolean | undefined;
|
|
1000
1004
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
1001
1005
|
overlayPlacement?: string | undefined;
|
|
1002
1006
|
startPlaceholder?: string | undefined;
|
|
@@ -1011,11 +1015,11 @@ declare const _default: {
|
|
|
1011
1015
|
locale?: string | undefined;
|
|
1012
1016
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
1013
1017
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
1014
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "
|
|
1015
|
-
clearable?: boolean | undefined;
|
|
1018
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<DateRangePickerProps, keyof LocaleProps>, "classPrefix" | "classnames" | "type" | "className" | "theme" | "mobileUI" | "style" | "data" | "embed" | "label" | "disabled" | "onBlur" | "onFocus" | "testIdBuilder" | "value" | "onChange" | "dateFormat" | "minDate" | "maxDate" | "timeFormat" | "viewMode" | "utc" | "minDuration" | "maxDuration" | "popOverContainer" | "popoverClassName" | "displayFormat" | "valueFormat" | "minDateRaw" | "maxDateRaw" | "popOverContainerSelector" | "borderMode" | "onRef" | "animation" | "transform"> & {
|
|
1016
1019
|
inputFormat?: string | undefined;
|
|
1017
|
-
format?: string | undefined;
|
|
1018
1020
|
closeOnSelect?: boolean | undefined;
|
|
1021
|
+
format?: string | undefined;
|
|
1022
|
+
clearable?: boolean | undefined;
|
|
1019
1023
|
shortcuts?: string | ShortCuts[] | undefined;
|
|
1020
1024
|
overlayPlacement?: string | undefined;
|
|
1021
1025
|
startPlaceholder?: string | undefined;
|