rsuite 5.18.0 → 5.18.1-beta.4
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/Animation/styles/animation.less +0 -0
- package/Animation/styles/index.less +0 -0
- package/Animation/styles/mixin.less +0 -0
- package/AutoComplete/styles/index.less +0 -0
- package/Avatar/styles/mixin.less +0 -0
- package/Badge/styles/index.less +0 -0
- package/Breadcrumb/styles/index.less +0 -0
- package/Button/styles/mixin.less +0 -0
- package/CHANGELOG.md +12 -0
- package/Calendar/styles/index.less +30 -11
- package/Cascader/styles/index.less +0 -0
- package/CheckPicker/styles/index.less +0 -0
- package/Checkbox/styles/index.less +0 -0
- package/Checkbox/styles/mixin.less +0 -0
- package/CheckboxGroup/styles/index.less +0 -0
- package/CloseButton/styles/index.less +0 -0
- package/Container/styles/index.less +0 -0
- package/Content/styles/index.less +0 -0
- package/DateRangePicker/styles/index.less +1 -1
- package/Divider/styles/index.less +0 -0
- package/Drawer/styles/mixin.less +0 -0
- package/FlexboxGrid/styles/index.less +0 -0
- package/Footer/styles/index.less +0 -0
- package/Form/styles/index.less +0 -0
- package/FormControlLabel/styles/index.less +0 -0
- package/FormErrorMessage/styles/animation.less +0 -0
- package/FormErrorMessage/styles/index.less +0 -0
- package/FormGroup/styles/index.less +0 -0
- package/FormHelpText/styles/index.less +0 -0
- package/Grid/styles/grid-framework.less +0 -0
- package/Grid/styles/mixin.less +0 -0
- package/Header/styles/index.less +0 -0
- package/Input/styles/index.less +0 -0
- package/InputNumber/styles/index.less +0 -0
- package/InputNumber/styles/mixin.less +0 -0
- package/InputPicker/styles/index.less +0 -0
- package/LICENSE +0 -0
- package/List/styles/index.less +0 -0
- package/Loader/styles/index.less +0 -0
- package/Loader/styles/mixin.less +0 -0
- package/Message/styles/index.less +0 -0
- package/Message/styles/mixin.less +0 -0
- package/Modal/styles/animation.less +0 -0
- package/Nav/styles/index.less +1 -0
- package/Notification/styles/index.less +0 -0
- package/Notification/styles/mixin.less +0 -0
- package/Pagination/styles/index.less +0 -0
- package/Pagination/styles/mixin.less +0 -0
- package/Pagination/styles/pagination-group.less +0 -0
- package/Panel/styles/index.less +0 -0
- package/Placeholder/styles/index.less +0 -0
- package/Popover/styles/index.less +0 -0
- package/Popover/styles/mixins.less +0 -0
- package/Progress/styles/animation.less +0 -0
- package/Progress/styles/index.less +0 -0
- package/Radio/styles/mixin.less +0 -0
- package/RadioGroup/styles/index.less +0 -0
- package/Rate/styles/index.less +0 -0
- package/Ripple/styles/index.less +0 -0
- package/Ripple/styles/mixins.less +0 -0
- package/Row/styles/index.less +0 -0
- package/SelectPicker/styles/index.less +0 -0
- package/Sidebar/styles/index.less +0 -0
- package/Sidenav/styles/mixin.less +0 -0
- package/Steps/styles/index.less +0 -0
- package/Table/styles/mixin.less +0 -0
- package/Tag/styles/index.less +0 -0
- package/TagInput/styles/index.less +0 -0
- package/TagPicker/styles/index.less +0 -0
- package/Timeline/styles/index.less +0 -0
- package/Timeline/styles/mixin.less +0 -0
- package/Tooltip/styles/mixins.less +0 -0
- package/TreePicker/styles/mixin.less +0 -0
- package/Uploader/styles/mixin.less +0 -0
- package/Windowing/package.json +7 -0
- package/cjs/@types/global.d.ts +0 -0
- package/cjs/Affix/index.js +0 -0
- package/cjs/Animation/Bounce.js +0 -0
- package/cjs/Animation/Fade.js +0 -0
- package/cjs/Animation/Slide.js +0 -0
- package/cjs/Animation/index.js +0 -0
- package/cjs/Animation/utils.js +0 -0
- package/cjs/AutoComplete/index.js +0 -0
- package/cjs/Avatar/index.js +0 -0
- package/cjs/Badge/index.js +0 -0
- package/cjs/Breadcrumb/index.js +0 -0
- package/cjs/Button/index.js +0 -0
- package/cjs/ButtonToolbar/ButtonToolbar.js +0 -0
- package/cjs/ButtonToolbar/index.js +0 -0
- package/cjs/Calendar/Calendar.d.ts +20 -55
- package/cjs/Calendar/Calendar.js +84 -163
- package/cjs/Calendar/CalendarBody.d.ts +4 -0
- package/cjs/Calendar/{View.js → CalendarBody.js} +5 -5
- package/cjs/Calendar/CalendarContainer.d.ts +61 -0
- package/cjs/Calendar/CalendarContainer.js +233 -0
- package/{esm/Calendar/Header.d.ts → cjs/Calendar/CalendarHeader.d.ts} +9 -7
- package/cjs/Calendar/{Header.js → CalendarHeader.js} +4 -4
- package/cjs/Calendar/MonthDropdown.d.ts +1 -0
- package/cjs/Calendar/MonthDropdown.js +27 -40
- package/cjs/Calendar/Table.js +1 -1
- package/cjs/Calendar/TableHeaderRow.js +1 -1
- package/cjs/Calendar/TableRow.js +1 -1
- package/cjs/Calendar/index.d.ts +6 -5
- package/cjs/Calendar/index.js +8 -7
- package/cjs/Calendar/useCalendarState.d.ts +11 -0
- package/cjs/Calendar/useCalendarState.js +39 -0
- package/cjs/Carousel/index.js +0 -0
- package/cjs/Cascader/Cascader.d.ts +2 -2
- package/cjs/Cascader/DropdownMenu.js +5 -2
- package/cjs/Cascader/index.js +0 -0
- package/cjs/CheckPicker/CheckPicker.d.ts +2 -2
- package/cjs/CheckPicker/CheckPicker.js +4 -1
- package/cjs/CheckPicker/index.js +0 -0
- package/cjs/CheckTreePicker/CheckTreePicker.js +31 -31
- package/cjs/CheckTreePicker/index.js +0 -0
- package/cjs/Checkbox/index.js +0 -0
- package/cjs/CloseButton/CloseButton.js +0 -0
- package/cjs/CloseButton/index.js +0 -0
- package/cjs/Col/index.js +0 -0
- package/cjs/Container/index.js +0 -0
- package/cjs/Content/Content.js +0 -0
- package/cjs/Content/index.js +0 -0
- package/cjs/CustomProvider/FormattedDate.js +0 -0
- package/cjs/CustomProvider/index.js +0 -0
- package/cjs/DatePicker/DatePicker.js +10 -47
- package/cjs/DatePicker/index.js +0 -0
- package/cjs/DatePicker/utils.d.ts +1 -8
- package/cjs/DatePicker/utils.js +24 -64
- package/cjs/DateRangePicker/Calendar.d.ts +1 -1
- package/cjs/DateRangePicker/Calendar.js +2 -17
- package/cjs/DateRangePicker/DateRangePicker.js +3 -3
- package/cjs/DateRangePicker/disabledDateUtils.js +0 -0
- package/cjs/DateRangePicker/utils.d.ts +1 -3
- package/cjs/DateRangePicker/utils.js +14 -42
- package/cjs/Disclosure/Disclosure.d.ts +2 -2
- package/cjs/Disclosure/Disclosure.js +6 -6
- package/cjs/Disclosure/index.js +0 -0
- package/cjs/Divider/index.js +0 -0
- package/cjs/Drawer/index.js +0 -0
- package/cjs/Dropdown/DropdownState.js +0 -0
- package/cjs/Dropdown/index.js +0 -0
- package/cjs/FlexboxGrid/index.js +0 -0
- package/cjs/Footer/Footer.js +0 -0
- package/cjs/Footer/index.js +0 -0
- package/cjs/FormControl/index.js +0 -0
- package/cjs/FormControlLabel/FormControlLabel.js +0 -0
- package/cjs/FormControlLabel/index.js +0 -0
- package/cjs/FormErrorMessage/FormErrorMessage.js +0 -0
- package/cjs/FormErrorMessage/index.js +0 -0
- package/cjs/FormGroup/index.js +0 -0
- package/cjs/FormHelpText/index.js +0 -0
- package/cjs/Grid/Grid.js +0 -0
- package/cjs/Grid/index.js +0 -0
- package/cjs/Header/Header.js +0 -0
- package/cjs/Header/index.js +0 -0
- package/cjs/IconButton/index.js +0 -0
- package/cjs/Input/index.js +0 -0
- package/cjs/InputGroup/InputGroupButton.js +0 -0
- package/cjs/InputGroup/index.js +0 -0
- package/cjs/InputNumber/index.js +0 -0
- package/cjs/InputPicker/InputPicker.js +4 -1
- package/cjs/InputPicker/index.js +0 -0
- package/cjs/List/ListItem.d.ts +1 -0
- package/cjs/List/ListItem.js +5 -2
- package/cjs/List/index.js +0 -0
- package/cjs/Loader/index.js +0 -0
- package/cjs/Menu/MenuContext.js +0 -0
- package/cjs/Menu/index.js +0 -0
- package/cjs/Message/index.js +0 -0
- package/cjs/Modal/ModalFooter.js +0 -0
- package/cjs/Modal/index.js +0 -0
- package/cjs/MultiCascader/DropdownMenu.js +5 -2
- package/cjs/MultiCascader/index.js +0 -0
- package/cjs/Nav/index.js +0 -0
- package/cjs/Navbar/NavbarBody.js +0 -0
- package/cjs/Navbar/NavbarBrand.js +0 -0
- package/cjs/Navbar/NavbarDropdownMenu.js +16 -10
- package/cjs/Navbar/NavbarHeader.js +0 -0
- package/cjs/Notification/index.js +0 -0
- package/cjs/Overlay/OverlayTrigger.d.ts +2 -2
- package/cjs/Overlay/index.js +0 -0
- package/cjs/Pagination/index.js +0 -0
- package/cjs/Panel/index.js +0 -0
- package/cjs/PanelGroup/index.js +0 -0
- package/cjs/Picker/DropdownMenu.d.ts +2 -1
- package/cjs/Picker/DropdownMenu.js +39 -33
- package/cjs/Picker/PickerOverlay.d.ts +2 -2
- package/cjs/Picker/PickerToggleTrigger.d.ts +2 -2
- package/cjs/Picker/index.d.ts +3 -3
- package/cjs/Picker/types.d.ts +7 -5
- package/cjs/Picker/utils.d.ts +11 -12
- package/cjs/Picker/utils.js +4 -0
- package/cjs/Placeholder/Placeholder.js +0 -0
- package/cjs/Placeholder/index.js +0 -0
- package/cjs/Plaintext/index.js +0 -0
- package/cjs/Popover/index.js +0 -0
- package/cjs/Progress/Progress.js +0 -0
- package/cjs/Progress/index.js +0 -0
- package/cjs/Radio/index.js +0 -0
- package/cjs/RadioGroup/index.js +0 -0
- package/cjs/RangeSlider/index.js +0 -0
- package/cjs/Rate/index.js +0 -0
- package/cjs/Ripple/index.js +0 -0
- package/cjs/Row/Row.js +0 -0
- package/cjs/Row/index.js +0 -0
- package/cjs/SafeAnchor/index.js +0 -0
- package/cjs/Schema/Schema.js +0 -0
- package/cjs/Schema/index.js +0 -0
- package/cjs/SelectPicker/SelectPicker.d.ts +4 -5
- package/cjs/SelectPicker/SelectPicker.js +4 -1
- package/cjs/Sidebar/index.js +0 -0
- package/cjs/Sidenav/SidenavBody.js +0 -0
- package/cjs/Sidenav/SidenavHeader.js +0 -0
- package/cjs/Sidenav/index.js +0 -0
- package/cjs/Slider/index.js +0 -0
- package/cjs/Stack/Stack.js +1 -1
- package/cjs/Steps/index.js +0 -0
- package/cjs/Table/index.js +0 -0
- package/cjs/Tag/Tag.js +0 -0
- package/cjs/Tag/index.js +0 -0
- package/cjs/TagGroup/TagGroup.js +0 -0
- package/cjs/TagGroup/index.js +0 -0
- package/cjs/Timeline/index.js +0 -0
- package/cjs/Toggle/index.js +0 -0
- package/cjs/Tooltip/index.js +0 -0
- package/cjs/Tree/Tree.d.ts +2 -5
- package/cjs/Tree/index.js +0 -0
- package/cjs/TreePicker/TreePicker.js +34 -34
- package/cjs/TreePicker/index.js +0 -0
- package/cjs/TreePicker/test/TreePicker.test.js +14 -0
- package/cjs/Whisper/Whisper.d.ts +3 -3
- package/cjs/Whisper/index.js +0 -0
- package/cjs/Windowing/AutoSizer.d.ts +25 -0
- package/cjs/Windowing/AutoSizer.js +107 -0
- package/cjs/Windowing/List.d.ts +45 -0
- package/cjs/Windowing/List.js +72 -0
- package/cjs/Windowing/index.d.ts +5 -0
- package/cjs/Windowing/index.js +19 -0
- package/cjs/index.d.ts +2 -1
- package/cjs/locales/ar_EG.js +0 -0
- package/cjs/locales/da_DK.js +0 -0
- package/cjs/locales/de_DE.js +0 -0
- package/cjs/locales/default.js +0 -0
- package/cjs/locales/en_GB.js +0 -0
- package/cjs/locales/en_US.js +0 -0
- package/cjs/locales/es_AR.js +0 -0
- package/cjs/locales/es_ES.js +0 -0
- package/cjs/locales/fi_FI.js +0 -0
- package/cjs/locales/it_IT.js +0 -0
- package/cjs/locales/ko_KR.js +0 -0
- package/cjs/locales/pt_BR.js +0 -0
- package/cjs/locales/ru_RU.js +0 -0
- package/cjs/locales/sv_SE.js +0 -0
- package/cjs/locales/zh_CN.js +0 -0
- package/cjs/locales/zh_TW.js +0 -0
- package/cjs/toaster/ToastContainer.d.ts +2 -1
- package/cjs/toaster/ToastContainer.js +27 -26
- package/cjs/toaster/toaster.d.ts +1 -1
- package/cjs/toaster/toaster.js +43 -13
- package/cjs/toaster/useToaster.d.ts +1 -1
- package/cjs/utils/BrowserDetection.d.ts +7 -0
- package/cjs/utils/BrowserDetection.js +52 -2
- package/cjs/utils/clone.js +0 -0
- package/cjs/utils/dateUtils.d.ts +4 -4
- package/cjs/utils/dateUtils.js +9 -9
- package/cjs/utils/events.js +0 -0
- package/cjs/utils/getDOMNode.js +0 -0
- package/cjs/utils/getSafeRegExpString.js +0 -0
- package/cjs/utils/guid.js +0 -0
- package/cjs/utils/htmlPropsUtils.js +0 -0
- package/cjs/utils/index.d.ts +1 -0
- package/cjs/utils/index.js +6 -1
- package/cjs/utils/isOneOf.js +0 -0
- package/cjs/utils/prefix.js +0 -0
- package/cjs/utils/render.d.ts +3 -0
- package/cjs/utils/render.js +49 -0
- package/cjs/utils/shallowEqual.js +0 -0
- package/cjs/utils/shallowEqualArray.js +0 -0
- package/cjs/utils/statusIcons.js +0 -0
- package/cjs/utils/stringToObject.js +0 -0
- package/cjs/utils/tplTransform.js +0 -0
- package/cjs/utils/treeUtils.d.ts +2 -2
- package/cjs/utils/useClassNames.js +0 -0
- package/cjs/utils/useEnsuredRef.js +0 -0
- package/cjs/utils/useEventCallback.js +0 -0
- package/cjs/utils/useToggleCaret.js +0 -0
- package/cjs/utils/useUniqueId.js +10 -2
- package/cjs/utils/useUpdateEffect.js +0 -0
- package/cjs/utils/useUpdatedRef.js +0 -0
- package/cjs/utils/useWillUnmount.js +0 -0
- package/dist/rsuite-rtl.css +43 -20
- package/dist/rsuite-rtl.min.css +1 -1
- package/dist/rsuite-rtl.min.css.map +1 -1
- package/dist/rsuite.css +43 -20
- package/dist/rsuite.js +313 -551
- package/dist/rsuite.js.map +1 -1
- package/dist/rsuite.min.css +1 -1
- package/dist/rsuite.min.css.map +1 -1
- package/dist/rsuite.min.js +1 -1
- package/dist/rsuite.min.js.LICENSE.txt +2 -0
- package/dist/rsuite.min.js.map +1 -1
- package/esm/@types/global.d.ts +0 -0
- package/esm/Affix/index.js +0 -0
- package/esm/Animation/Bounce.js +0 -0
- package/esm/Animation/Fade.js +0 -0
- package/esm/Animation/Slide.js +0 -0
- package/esm/Animation/index.js +0 -0
- package/esm/Animation/utils.js +0 -0
- package/esm/AutoComplete/index.js +0 -0
- package/esm/Avatar/index.js +0 -0
- package/esm/Badge/index.js +0 -0
- package/esm/Breadcrumb/index.js +0 -0
- package/esm/Button/index.js +0 -0
- package/esm/ButtonToolbar/ButtonToolbar.js +0 -0
- package/esm/ButtonToolbar/index.js +0 -0
- package/esm/Calendar/Calendar.d.ts +20 -55
- package/esm/Calendar/Calendar.js +82 -154
- package/esm/Calendar/CalendarBody.d.ts +4 -0
- package/esm/Calendar/{View.js → CalendarBody.js} +5 -5
- package/esm/Calendar/CalendarContainer.d.ts +61 -0
- package/esm/Calendar/CalendarContainer.js +208 -0
- package/{cjs/Calendar/Header.d.ts → esm/Calendar/CalendarHeader.d.ts} +9 -7
- package/esm/Calendar/{Header.js → CalendarHeader.js} +4 -4
- package/esm/Calendar/MonthDropdown.d.ts +1 -0
- package/esm/Calendar/MonthDropdown.js +26 -41
- package/esm/Calendar/Table.js +1 -1
- package/esm/Calendar/TableHeaderRow.js +1 -1
- package/esm/Calendar/TableRow.js +1 -1
- package/esm/Calendar/index.d.ts +6 -5
- package/esm/Calendar/index.js +5 -4
- package/esm/Calendar/useCalendarState.d.ts +11 -0
- package/esm/Calendar/useCalendarState.js +31 -0
- package/esm/Carousel/index.js +0 -0
- package/esm/Cascader/Cascader.d.ts +2 -2
- package/esm/Cascader/DropdownMenu.js +5 -2
- package/esm/Cascader/index.js +0 -0
- package/esm/CheckPicker/CheckPicker.d.ts +2 -2
- package/esm/CheckPicker/CheckPicker.js +4 -1
- package/esm/CheckPicker/index.js +0 -0
- package/esm/CheckTreePicker/CheckTreePicker.js +31 -30
- package/esm/CheckTreePicker/index.js +0 -0
- package/esm/Checkbox/index.js +0 -0
- package/esm/CloseButton/CloseButton.js +0 -0
- package/esm/CloseButton/index.js +0 -0
- package/esm/Col/index.js +0 -0
- package/esm/Container/index.js +0 -0
- package/esm/Content/Content.js +0 -0
- package/esm/Content/index.js +0 -0
- package/esm/CustomProvider/FormattedDate.js +0 -0
- package/esm/CustomProvider/index.js +0 -0
- package/esm/DatePicker/DatePicker.js +10 -46
- package/esm/DatePicker/index.js +0 -0
- package/esm/DatePicker/utils.d.ts +1 -8
- package/esm/DatePicker/utils.js +23 -57
- package/esm/DateRangePicker/Calendar.d.ts +1 -1
- package/esm/DateRangePicker/Calendar.js +2 -16
- package/esm/DateRangePicker/DateRangePicker.js +5 -5
- package/esm/DateRangePicker/disabledDateUtils.js +0 -0
- package/esm/DateRangePicker/utils.d.ts +1 -3
- package/esm/DateRangePicker/utils.js +13 -33
- package/esm/Disclosure/Disclosure.d.ts +2 -2
- package/esm/Disclosure/Disclosure.js +6 -6
- package/esm/Disclosure/index.js +0 -0
- package/esm/Divider/index.js +0 -0
- package/esm/Drawer/index.js +0 -0
- package/esm/Dropdown/DropdownState.js +0 -0
- package/esm/Dropdown/index.js +0 -0
- package/esm/FlexboxGrid/index.js +0 -0
- package/esm/Footer/Footer.js +0 -0
- package/esm/Footer/index.js +0 -0
- package/esm/FormControl/index.js +0 -0
- package/esm/FormControlLabel/FormControlLabel.js +0 -0
- package/esm/FormControlLabel/index.js +0 -0
- package/esm/FormErrorMessage/FormErrorMessage.js +0 -0
- package/esm/FormErrorMessage/index.js +0 -0
- package/esm/FormGroup/index.js +0 -0
- package/esm/FormHelpText/index.js +0 -0
- package/esm/Grid/Grid.js +0 -0
- package/esm/Grid/index.js +0 -0
- package/esm/Header/Header.js +0 -0
- package/esm/Header/index.js +0 -0
- package/esm/IconButton/index.js +0 -0
- package/esm/Input/index.js +0 -0
- package/esm/InputGroup/InputGroupButton.js +0 -0
- package/esm/InputGroup/index.js +0 -0
- package/esm/InputNumber/index.js +0 -0
- package/esm/InputPicker/InputPicker.js +4 -1
- package/esm/InputPicker/index.js +0 -0
- package/esm/List/ListItem.d.ts +1 -0
- package/esm/List/ListItem.js +5 -2
- package/esm/List/index.js +0 -0
- package/esm/Loader/index.js +0 -0
- package/esm/Menu/MenuContext.js +0 -0
- package/esm/Menu/index.js +0 -0
- package/esm/Message/index.js +0 -0
- package/esm/Modal/ModalFooter.js +0 -0
- package/esm/Modal/index.js +0 -0
- package/esm/MultiCascader/DropdownMenu.js +5 -2
- package/esm/MultiCascader/index.js +0 -0
- package/esm/Nav/index.js +0 -0
- package/esm/Navbar/NavbarBody.js +0 -0
- package/esm/Navbar/NavbarBrand.js +0 -0
- package/esm/Navbar/NavbarDropdownMenu.js +14 -8
- package/esm/Navbar/NavbarHeader.js +0 -0
- package/esm/Notification/index.js +0 -0
- package/esm/Overlay/OverlayTrigger.d.ts +2 -2
- package/esm/Overlay/index.js +0 -0
- package/esm/Pagination/index.js +0 -0
- package/esm/Panel/index.js +0 -0
- package/esm/PanelGroup/index.js +0 -0
- package/esm/Picker/DropdownMenu.d.ts +2 -1
- package/esm/Picker/DropdownMenu.js +39 -35
- package/esm/Picker/PickerOverlay.d.ts +2 -2
- package/esm/Picker/PickerToggleTrigger.d.ts +2 -2
- package/esm/Picker/index.d.ts +3 -3
- package/esm/Picker/types.d.ts +7 -5
- package/esm/Picker/utils.d.ts +11 -12
- package/esm/Picker/utils.js +4 -0
- package/esm/Placeholder/Placeholder.js +0 -0
- package/esm/Placeholder/index.js +0 -0
- package/esm/Plaintext/index.js +0 -0
- package/esm/Popover/index.js +0 -0
- package/esm/Progress/Progress.js +0 -0
- package/esm/Progress/index.js +0 -0
- package/esm/Radio/index.js +0 -0
- package/esm/RadioGroup/index.js +0 -0
- package/esm/RangeSlider/index.js +0 -0
- package/esm/Rate/index.js +0 -0
- package/esm/Ripple/index.js +0 -0
- package/esm/Row/Row.js +0 -0
- package/esm/Row/index.js +0 -0
- package/esm/SafeAnchor/index.js +0 -0
- package/esm/Schema/Schema.js +0 -0
- package/esm/Schema/index.js +0 -0
- package/esm/SelectPicker/SelectPicker.d.ts +4 -5
- package/esm/SelectPicker/SelectPicker.js +4 -1
- package/esm/Sidebar/index.js +0 -0
- package/esm/Sidenav/SidenavBody.js +0 -0
- package/esm/Sidenav/SidenavHeader.js +0 -0
- package/esm/Sidenav/index.js +0 -0
- package/esm/Slider/index.js +0 -0
- package/esm/Stack/Stack.js +2 -2
- package/esm/Steps/index.js +0 -0
- package/esm/Table/index.js +0 -0
- package/esm/Tag/Tag.js +0 -0
- package/esm/Tag/index.js +0 -0
- package/esm/TagGroup/TagGroup.js +0 -0
- package/esm/TagGroup/index.js +0 -0
- package/esm/Timeline/index.js +0 -0
- package/esm/Toggle/index.js +0 -0
- package/esm/Tooltip/index.js +0 -0
- package/esm/Tree/Tree.d.ts +2 -5
- package/esm/Tree/index.js +0 -0
- package/esm/TreePicker/TreePicker.js +33 -32
- package/esm/TreePicker/index.js +0 -0
- package/esm/TreePicker/test/TreePicker.test.js +14 -0
- package/esm/Whisper/Whisper.d.ts +3 -3
- package/esm/Whisper/index.js +0 -0
- package/esm/Windowing/AutoSizer.d.ts +25 -0
- package/esm/Windowing/AutoSizer.js +92 -0
- package/esm/Windowing/List.d.ts +45 -0
- package/esm/Windowing/List.js +58 -0
- package/esm/Windowing/index.d.ts +5 -0
- package/esm/Windowing/index.js +3 -0
- package/esm/index.d.ts +2 -1
- package/esm/locales/ar_EG.js +0 -0
- package/esm/locales/da_DK.js +0 -0
- package/esm/locales/de_DE.js +0 -0
- package/esm/locales/default.js +0 -0
- package/esm/locales/en_GB.js +0 -0
- package/esm/locales/en_US.js +0 -0
- package/esm/locales/es_AR.js +0 -0
- package/esm/locales/es_ES.js +0 -0
- package/esm/locales/fi_FI.js +0 -0
- package/esm/locales/it_IT.js +0 -0
- package/esm/locales/ko_KR.js +0 -0
- package/esm/locales/pt_BR.js +0 -0
- package/esm/locales/ru_RU.js +0 -0
- package/esm/locales/sv_SE.js +0 -0
- package/esm/locales/zh_CN.js +0 -0
- package/esm/locales/zh_TW.js +0 -0
- package/esm/toaster/ToastContainer.d.ts +2 -1
- package/esm/toaster/ToastContainer.js +28 -26
- package/esm/toaster/toaster.d.ts +1 -1
- package/esm/toaster/toaster.js +41 -13
- package/esm/toaster/useToaster.d.ts +1 -1
- package/esm/utils/BrowserDetection.d.ts +7 -0
- package/esm/utils/BrowserDetection.js +41 -0
- package/esm/utils/clone.js +0 -0
- package/esm/utils/dateUtils.d.ts +4 -4
- package/esm/utils/dateUtils.js +4 -4
- package/esm/utils/events.js +0 -0
- package/esm/utils/getDOMNode.js +0 -0
- package/esm/utils/getSafeRegExpString.js +0 -0
- package/esm/utils/guid.js +0 -0
- package/esm/utils/htmlPropsUtils.js +0 -0
- package/esm/utils/index.d.ts +1 -0
- package/esm/utils/index.js +1 -0
- package/esm/utils/isOneOf.js +0 -0
- package/esm/utils/prefix.js +0 -0
- package/esm/utils/render.d.ts +3 -0
- package/esm/utils/render.js +37 -0
- package/esm/utils/shallowEqual.js +0 -0
- package/esm/utils/shallowEqualArray.js +0 -0
- package/esm/utils/statusIcons.js +0 -0
- package/esm/utils/stringToObject.js +0 -0
- package/esm/utils/tplTransform.js +0 -0
- package/esm/utils/treeUtils.d.ts +2 -2
- package/esm/utils/useClassNames.js +0 -0
- package/esm/utils/useEnsuredRef.js +0 -0
- package/esm/utils/useEventCallback.js +0 -0
- package/esm/utils/useToggleCaret.js +0 -0
- package/esm/utils/useUniqueId.js +7 -2
- package/esm/utils/useUpdateEffect.js +0 -0
- package/esm/utils/useUpdatedRef.js +0 -0
- package/esm/utils/useWillUnmount.js +0 -0
- package/package.json +4 -4
- package/styles/color-modes.less +0 -0
- package/styles/colors/light.less +0 -0
- package/styles/common.less +0 -0
- package/styles/mixins/color-modes.less +0 -0
- package/styles/mixins/hacks.less +0 -0
- package/styles/mixins/listbox.less +0 -0
- package/styles/mixins/menu.less +0 -0
- package/styles/normalize.less +0 -0
- package/styles/scaffolding.less +0 -0
- package/styles/typography.less +0 -0
- package/toaster/styles/animation.less +0 -0
- package/toaster/styles/index.less +0 -0
- package/cjs/Calendar/CalendarPanel.d.ts +0 -26
- package/cjs/Calendar/CalendarPanel.js +0 -139
- package/cjs/Calendar/View.d.ts +0 -4
- package/cjs/Picker/VirtualizedList.d.ts +0 -37
- package/cjs/Picker/VirtualizedList.js +0 -15
- package/esm/Calendar/CalendarPanel.d.ts +0 -26
- package/esm/Calendar/CalendarPanel.js +0 -119
- package/esm/Calendar/View.d.ts +0 -4
- package/esm/Picker/VirtualizedList.d.ts +0 -37
- package/esm/Picker/VirtualizedList.js +0 -4
|
@@ -25,7 +25,7 @@ var _react = _interopRequireWildcard(require("react"));
|
|
|
25
25
|
|
|
26
26
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
27
27
|
|
|
28
|
-
var
|
|
28
|
+
var _Windowing = require("../Windowing");
|
|
29
29
|
|
|
30
30
|
var _TreeNode = _interopRequireDefault(require("./TreeNode"));
|
|
31
31
|
|
|
@@ -42,6 +42,10 @@ var maxTreeHeight = 320;
|
|
|
42
42
|
exports.maxTreeHeight = maxTreeHeight;
|
|
43
43
|
var emptyArray = [];
|
|
44
44
|
|
|
45
|
+
var itemSize = function itemSize() {
|
|
46
|
+
return 36;
|
|
47
|
+
};
|
|
48
|
+
|
|
45
49
|
var TreePicker = /*#__PURE__*/_react.default.forwardRef(function (props, ref) {
|
|
46
50
|
var _props$as = props.as,
|
|
47
51
|
Component = _props$as === void 0 ? 'div' : _props$as,
|
|
@@ -597,33 +601,30 @@ var TreePicker = /*#__PURE__*/_react.default.forwardRef(function (props, ref) {
|
|
|
597
601
|
}, nodeProps));
|
|
598
602
|
};
|
|
599
603
|
|
|
600
|
-
var renderVirtualListNode = function renderVirtualListNode(
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
var expand = (0, _treeUtils.getExpandWhenSearching)(searchKeywordState, expandItemValues.includes(node[valueKey]));
|
|
609
|
-
|
|
610
|
-
if (!node.visible) {
|
|
611
|
-
return null;
|
|
612
|
-
}
|
|
604
|
+
var renderVirtualListNode = function renderVirtualListNode(_ref3) {
|
|
605
|
+
var index = _ref3.index,
|
|
606
|
+
style = _ref3.style,
|
|
607
|
+
data = _ref3.data;
|
|
608
|
+
var node = data[index];
|
|
609
|
+
var layer = node.layer,
|
|
610
|
+
visible = node.visible;
|
|
611
|
+
var expand = (0, _treeUtils.getExpandWhenSearching)(searchKeywordState, expandItemValues.includes(node[valueKey]));
|
|
613
612
|
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
613
|
+
if (!node.visible) {
|
|
614
|
+
return null;
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
var nodeProps = (0, _extends2.default)({}, getTreeNodeProps((0, _extends2.default)({}, node, {
|
|
618
|
+
expand: expand
|
|
619
|
+
}), layer), {
|
|
620
|
+
style: style,
|
|
621
|
+
hasChildren: node.hasChildren
|
|
622
|
+
});
|
|
623
|
+
return visible && /*#__PURE__*/_react.default.createElement(_TreeNode.default, (0, _extends2.default)({
|
|
624
|
+
ref: function ref(_ref4) {
|
|
625
|
+
return saveTreeNodeRef(_ref4, node.refKey);
|
|
626
|
+
}
|
|
627
|
+
}, nodeProps));
|
|
627
628
|
};
|
|
628
629
|
|
|
629
630
|
var renderTree = function renderTree() {
|
|
@@ -643,7 +644,7 @@ var TreePicker = /*#__PURE__*/_react.default.forwardRef(function (props, ref) {
|
|
|
643
644
|
onKeyDown: inline ? handleTreeKeyDown : undefined
|
|
644
645
|
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
645
646
|
className: treePrefix('nodes')
|
|
646
|
-
}, virtualized ? /*#__PURE__*/_react.default.createElement(
|
|
647
|
+
}, virtualized ? /*#__PURE__*/_react.default.createElement(_Windowing.AutoSizer, {
|
|
647
648
|
defaultHeight: inline ? height : maxTreeHeight,
|
|
648
649
|
style: {
|
|
649
650
|
width: 'auto',
|
|
@@ -652,15 +653,14 @@ var TreePicker = /*#__PURE__*/_react.default.forwardRef(function (props, ref) {
|
|
|
652
653
|
}, function (_ref5) {
|
|
653
654
|
var height = _ref5.height,
|
|
654
655
|
width = _ref5.width;
|
|
655
|
-
return /*#__PURE__*/_react.default.createElement(
|
|
656
|
+
return /*#__PURE__*/_react.default.createElement(_Windowing.List, (0, _extends2.default)({
|
|
656
657
|
ref: listRef,
|
|
657
658
|
width: width,
|
|
658
659
|
height: height,
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
}, listProps));
|
|
660
|
+
itemSize: itemSize,
|
|
661
|
+
itemCount: formattedNodes.length,
|
|
662
|
+
itemData: formattedNodes
|
|
663
|
+
}, listProps), renderVirtualListNode);
|
|
664
664
|
}) : formattedNodes));
|
|
665
665
|
};
|
|
666
666
|
|
package/cjs/TreePicker/index.js
CHANGED
|
File without changes
|
|
@@ -12,4 +12,18 @@ _react.default.createElement(_TreePicker.default, {
|
|
|
12
12
|
return /*#__PURE__*/_react.default.createElement("div", null);
|
|
13
13
|
},
|
|
14
14
|
data: []
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
/*#__PURE__*/
|
|
18
|
+
_react.default.createElement(_TreePicker.default, {
|
|
19
|
+
data: [],
|
|
20
|
+
listProps: {
|
|
21
|
+
itemSize: 30,
|
|
22
|
+
onItemsRendered: function onItemsRendered() {
|
|
23
|
+
console.log('onItemsRendered');
|
|
24
|
+
},
|
|
25
|
+
onScroll: function onScroll() {
|
|
26
|
+
console.log('onScroll');
|
|
27
|
+
}
|
|
28
|
+
}
|
|
15
29
|
});
|
package/cjs/Whisper/Whisper.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { OverlayTriggerHandle } from '../Overlay/OverlayTrigger';
|
|
3
3
|
import { OverlayTriggerProps } from '../Overlay/OverlayTrigger';
|
|
4
4
|
export declare type WhisperProps = OverlayTriggerProps;
|
|
5
|
-
export declare type WhisperInstance =
|
|
6
|
-
declare const Whisper: React.ForwardRefExoticComponent<OverlayTriggerProps & React.RefAttributes<
|
|
5
|
+
export declare type WhisperInstance = OverlayTriggerHandle;
|
|
6
|
+
declare const Whisper: React.ForwardRefExoticComponent<OverlayTriggerProps & React.RefAttributes<OverlayTriggerHandle>>;
|
|
7
7
|
export default Whisper;
|
package/cjs/Whisper/index.js
CHANGED
|
File without changes
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface Size {
|
|
3
|
+
height: number;
|
|
4
|
+
width: number;
|
|
5
|
+
}
|
|
6
|
+
export interface AutoSizerProps {
|
|
7
|
+
/** Function responsible for rendering children. */
|
|
8
|
+
children: (size: Size) => React.ReactNode;
|
|
9
|
+
/** Optional custom CSS class name to attach to root AutoSizer element. */
|
|
10
|
+
className?: string | undefined;
|
|
11
|
+
/** Default height to use for initial render; useful for SSR */
|
|
12
|
+
defaultHeight?: number | undefined;
|
|
13
|
+
/** Default width to use for initial render; useful for SSR */
|
|
14
|
+
defaultWidth?: number | undefined;
|
|
15
|
+
/** Disable dynamic :height property */
|
|
16
|
+
disableHeight?: boolean | undefined;
|
|
17
|
+
/** Disable dynamic :width property */
|
|
18
|
+
disableWidth?: boolean | undefined;
|
|
19
|
+
/** Optional inline style */
|
|
20
|
+
style?: React.CSSProperties | undefined;
|
|
21
|
+
/** Callback to be invoked on-resize */
|
|
22
|
+
onResize?: ((size: Size) => void) | undefined;
|
|
23
|
+
}
|
|
24
|
+
declare const AutoSizer: React.ForwardRefExoticComponent<AutoSizerProps & React.RefAttributes<HTMLDivElement>>;
|
|
25
|
+
export default AutoSizer;
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard");
|
|
4
|
+
|
|
5
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
6
|
+
|
|
7
|
+
exports.__esModule = true;
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
|
|
10
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
|
+
|
|
12
|
+
var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose"));
|
|
13
|
+
|
|
14
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
15
|
+
|
|
16
|
+
var _getStyle = _interopRequireDefault(require("dom-lib/getStyle"));
|
|
17
|
+
|
|
18
|
+
var _utils = require("../utils");
|
|
19
|
+
|
|
20
|
+
var AutoSizer = /*#__PURE__*/_react.default.forwardRef(function (props, ref) {
|
|
21
|
+
var children = props.children,
|
|
22
|
+
className = props.className,
|
|
23
|
+
disableHeight = props.disableHeight,
|
|
24
|
+
disableWidth = props.disableWidth,
|
|
25
|
+
defaultHeight = props.defaultHeight,
|
|
26
|
+
defaultWidth = props.defaultWidth,
|
|
27
|
+
style = props.style,
|
|
28
|
+
onResize = props.onResize,
|
|
29
|
+
rest = (0, _objectWithoutPropertiesLoose2.default)(props, ["children", "className", "disableHeight", "disableWidth", "defaultHeight", "defaultWidth", "style", "onResize"]);
|
|
30
|
+
|
|
31
|
+
var _useState = (0, _react.useState)(defaultHeight || 0),
|
|
32
|
+
height = _useState[0],
|
|
33
|
+
setHeight = _useState[1];
|
|
34
|
+
|
|
35
|
+
var _useState2 = (0, _react.useState)(defaultWidth || 0),
|
|
36
|
+
width = _useState2[0],
|
|
37
|
+
setWidth = _useState2[1];
|
|
38
|
+
|
|
39
|
+
var rootRef = (0, _react.useRef)(null);
|
|
40
|
+
var getParentNode = (0, _react.useCallback)(function () {
|
|
41
|
+
var _rootRef$current;
|
|
42
|
+
|
|
43
|
+
if ((_rootRef$current = rootRef.current) !== null && _rootRef$current !== void 0 && _rootRef$current.parentNode && rootRef.current.parentNode.ownerDocument && rootRef.current.parentNode.ownerDocument.defaultView && rootRef.current.parentNode instanceof rootRef.current.parentNode.ownerDocument.defaultView.HTMLElement) {
|
|
44
|
+
return rootRef.current.parentNode;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
return null;
|
|
48
|
+
}, []);
|
|
49
|
+
var handleResize = (0, _react.useCallback)(function () {
|
|
50
|
+
var parentNode = getParentNode();
|
|
51
|
+
|
|
52
|
+
if (parentNode) {
|
|
53
|
+
var offsetHeight = parentNode.offsetHeight || 0;
|
|
54
|
+
var offsetWidth = parentNode.offsetWidth || 0;
|
|
55
|
+
|
|
56
|
+
var _style = (0, _getStyle.default)(parentNode);
|
|
57
|
+
|
|
58
|
+
var paddingLeft = parseInt(_style.paddingLeft, 10) || 0;
|
|
59
|
+
var paddingRight = parseInt(_style.paddingRight, 10) || 0;
|
|
60
|
+
var paddingTop = parseInt(_style.paddingTop, 10) || 0;
|
|
61
|
+
var paddingBottom = parseInt(_style.paddingBottom, 10) || 0;
|
|
62
|
+
var newHeight = offsetHeight - paddingTop - paddingBottom;
|
|
63
|
+
var newWidth = offsetWidth - paddingLeft - paddingRight;
|
|
64
|
+
|
|
65
|
+
if (!disableHeight && height !== newHeight || !disableWidth && width !== newWidth) {
|
|
66
|
+
setHeight(offsetHeight - paddingTop - paddingBottom);
|
|
67
|
+
setWidth(offsetWidth - paddingLeft - paddingRight);
|
|
68
|
+
onResize === null || onResize === void 0 ? void 0 : onResize({
|
|
69
|
+
height: offsetHeight,
|
|
70
|
+
width: offsetWidth
|
|
71
|
+
});
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}, [disableHeight, disableWidth, getParentNode, height, onResize, width]);
|
|
75
|
+
(0, _utils.useMount)(function () {
|
|
76
|
+
if (getParentNode()) {
|
|
77
|
+
handleResize();
|
|
78
|
+
}
|
|
79
|
+
});
|
|
80
|
+
(0, _utils.useElementResize)(getParentNode, handleResize);
|
|
81
|
+
var outerStyle = {
|
|
82
|
+
overflow: 'visible'
|
|
83
|
+
};
|
|
84
|
+
var childParams = {
|
|
85
|
+
width: 0,
|
|
86
|
+
height: 0
|
|
87
|
+
};
|
|
88
|
+
|
|
89
|
+
if (!disableHeight) {
|
|
90
|
+
outerStyle.height = 0;
|
|
91
|
+
childParams.height = height;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
if (!disableWidth) {
|
|
95
|
+
outerStyle.width = 0;
|
|
96
|
+
childParams.width = width;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
return /*#__PURE__*/_react.default.createElement("div", (0, _extends2.default)({
|
|
100
|
+
className: className,
|
|
101
|
+
ref: (0, _utils.mergeRefs)(rootRef, ref),
|
|
102
|
+
style: (0, _extends2.default)({}, outerStyle, style)
|
|
103
|
+
}, rest), children(childParams));
|
|
104
|
+
});
|
|
105
|
+
|
|
106
|
+
var _default = AutoSizer;
|
|
107
|
+
exports.default = _default;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { VariableSizeList, ListItemKeySelector, ListOnScrollProps, ListOnItemsRenderedProps } from 'react-window';
|
|
2
|
+
import { WithAsProps, RsRefForwardingComponent } from '../@types/common';
|
|
3
|
+
export interface ListProps<T = any> extends WithAsProps {
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated use itemSize instead
|
|
6
|
+
* Either a fixed row height (number) or a function that returns the height of a row given its index: ({ index: number }): number
|
|
7
|
+
*/
|
|
8
|
+
rowHeight?: number | (({ index: number }: {
|
|
9
|
+
index: any;
|
|
10
|
+
}) => number);
|
|
11
|
+
/**
|
|
12
|
+
* Size of a item in the direction being windowed.
|
|
13
|
+
*/
|
|
14
|
+
itemSize: number | ((index: number) => number);
|
|
15
|
+
/**
|
|
16
|
+
* Scroll offset for initial render.
|
|
17
|
+
*/
|
|
18
|
+
initialScrollOffset?: number;
|
|
19
|
+
/**
|
|
20
|
+
* By default, lists will use an item's index as its key. This is okay if:
|
|
21
|
+
*
|
|
22
|
+
* - Your collections of items is never sorted or modified
|
|
23
|
+
* - Your item renderer is not stateful and does not extend PureComponent
|
|
24
|
+
*
|
|
25
|
+
* If your list does not satisfy the above constraints, use the itemKey property to specify your own keys for items
|
|
26
|
+
*/
|
|
27
|
+
itemKey?: ListItemKeySelector<T>;
|
|
28
|
+
/**
|
|
29
|
+
* Called when the items rendered by the list change.
|
|
30
|
+
*/
|
|
31
|
+
onItemsRendered?: (props: ListOnItemsRenderedProps) => void;
|
|
32
|
+
/**
|
|
33
|
+
* Called when the list scroll positions changes, as a result of user scrolling or scroll-to method calls.
|
|
34
|
+
*/
|
|
35
|
+
onScroll?: (props: ListOnScrollProps) => void;
|
|
36
|
+
}
|
|
37
|
+
export interface ListHandle extends Partial<VariableSizeList> {
|
|
38
|
+
/**
|
|
39
|
+
* @deprecated use scrollToItem instead
|
|
40
|
+
* Ensure row is visible. This method can be used to safely scroll back to a cell that a user has scrolled away from even if it was previously scrolled to.
|
|
41
|
+
*/
|
|
42
|
+
scrollToRow?: (index: number) => void;
|
|
43
|
+
}
|
|
44
|
+
declare const List: RsRefForwardingComponent<'div', ListProps>;
|
|
45
|
+
export default List;
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard");
|
|
4
|
+
|
|
5
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
6
|
+
|
|
7
|
+
exports.__esModule = true;
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
|
|
10
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
|
+
|
|
12
|
+
var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose"));
|
|
13
|
+
|
|
14
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
15
|
+
|
|
16
|
+
var _reactWindow = require("react-window");
|
|
17
|
+
|
|
18
|
+
var _utils = require("../utils");
|
|
19
|
+
|
|
20
|
+
var List = /*#__PURE__*/_react.default.forwardRef(function (props, ref) {
|
|
21
|
+
var rowHeight = props.rowHeight,
|
|
22
|
+
_props$as = props.as,
|
|
23
|
+
Component = _props$as === void 0 ? _reactWindow.VariableSizeList : _props$as,
|
|
24
|
+
rest = (0, _objectWithoutPropertiesLoose2.default)(props, ["rowHeight", "as"]);
|
|
25
|
+
var listRef = (0, _react.useRef)(null);
|
|
26
|
+
|
|
27
|
+
var _useCustom = (0, _utils.useCustom)(),
|
|
28
|
+
rtl = _useCustom.rtl;
|
|
29
|
+
|
|
30
|
+
(0, _react.useImperativeHandle)(ref, function () {
|
|
31
|
+
return {
|
|
32
|
+
resetAfterIndex: function resetAfterIndex(index, shouldForceUpdate) {
|
|
33
|
+
var _listRef$current, _listRef$current$rese;
|
|
34
|
+
|
|
35
|
+
(_listRef$current = listRef.current) === null || _listRef$current === void 0 ? void 0 : (_listRef$current$rese = _listRef$current.resetAfterIndex) === null || _listRef$current$rese === void 0 ? void 0 : _listRef$current$rese.call(_listRef$current, index, shouldForceUpdate);
|
|
36
|
+
},
|
|
37
|
+
scrollTo: function scrollTo(scrollOffset) {
|
|
38
|
+
var _listRef$current2, _listRef$current2$scr;
|
|
39
|
+
|
|
40
|
+
(_listRef$current2 = listRef.current) === null || _listRef$current2 === void 0 ? void 0 : (_listRef$current2$scr = _listRef$current2.scrollTo) === null || _listRef$current2$scr === void 0 ? void 0 : _listRef$current2$scr.call(_listRef$current2, scrollOffset);
|
|
41
|
+
},
|
|
42
|
+
scrollToItem: function scrollToItem(index, align) {
|
|
43
|
+
var _listRef$current3, _listRef$current3$scr;
|
|
44
|
+
|
|
45
|
+
(_listRef$current3 = listRef.current) === null || _listRef$current3 === void 0 ? void 0 : (_listRef$current3$scr = _listRef$current3.scrollToItem) === null || _listRef$current3$scr === void 0 ? void 0 : _listRef$current3$scr.call(_listRef$current3, index, align);
|
|
46
|
+
},
|
|
47
|
+
scrollToRow: function scrollToRow(index) {
|
|
48
|
+
var _listRef$current4, _listRef$current4$scr;
|
|
49
|
+
|
|
50
|
+
(_listRef$current4 = listRef.current) === null || _listRef$current4 === void 0 ? void 0 : (_listRef$current4$scr = _listRef$current4.scrollToItem) === null || _listRef$current4$scr === void 0 ? void 0 : _listRef$current4$scr.call(_listRef$current4, index);
|
|
51
|
+
}
|
|
52
|
+
};
|
|
53
|
+
});
|
|
54
|
+
var setRowHeight = (0, _react.useCallback)(function (index) {
|
|
55
|
+
return typeof rowHeight === 'function' ? rowHeight({
|
|
56
|
+
index: index
|
|
57
|
+
}) : rowHeight || 0;
|
|
58
|
+
}, [rowHeight]);
|
|
59
|
+
var compatibleProps = (0, _extends2.default)({}, rest);
|
|
60
|
+
|
|
61
|
+
if (rowHeight) {
|
|
62
|
+
compatibleProps.itemSize = Component === _reactWindow.VariableSizeList ? setRowHeight : rowHeight;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
return /*#__PURE__*/_react.default.createElement(Component, (0, _extends2.default)({
|
|
66
|
+
ref: listRef,
|
|
67
|
+
direction: rtl ? 'rtl' : 'ltr'
|
|
68
|
+
}, compatibleProps));
|
|
69
|
+
});
|
|
70
|
+
|
|
71
|
+
var _default = List;
|
|
72
|
+
exports.default = _default;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { default as AutoSizer } from './AutoSizer';
|
|
2
|
+
export { default as List } from './List';
|
|
3
|
+
export { FixedSizeList, VariableSizeList } from 'react-window';
|
|
4
|
+
export type { ListChildComponentProps } from 'react-window';
|
|
5
|
+
export type { ListProps, ListHandle } from './List';
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
exports.__esModule = true;
|
|
6
|
+
exports.VariableSizeList = exports.FixedSizeList = exports.List = exports.AutoSizer = void 0;
|
|
7
|
+
|
|
8
|
+
var _AutoSizer = _interopRequireDefault(require("./AutoSizer"));
|
|
9
|
+
|
|
10
|
+
exports.AutoSizer = _AutoSizer.default;
|
|
11
|
+
|
|
12
|
+
var _List = _interopRequireDefault(require("./List"));
|
|
13
|
+
|
|
14
|
+
exports.List = _List.default;
|
|
15
|
+
|
|
16
|
+
var _reactWindow = require("react-window");
|
|
17
|
+
|
|
18
|
+
exports.FixedSizeList = _reactWindow.FixedSizeList;
|
|
19
|
+
exports.VariableSizeList = _reactWindow.VariableSizeList;
|
package/cjs/index.d.ts
CHANGED
|
@@ -121,7 +121,7 @@ export type { TagGroupProps } from './TagGroup';
|
|
|
121
121
|
export { default as List } from './List';
|
|
122
122
|
export type { ListProps, ListItemProps } from './List';
|
|
123
123
|
export { default as Calendar } from './Calendar';
|
|
124
|
-
export type {
|
|
124
|
+
export type { CalendarProps } from './Calendar';
|
|
125
125
|
export { default as Carousel } from './Carousel';
|
|
126
126
|
export type { CarouselProps } from './Carousel';
|
|
127
127
|
export { default as Grid } from './Grid';
|
|
@@ -155,3 +155,4 @@ export type { AffixProps } from './Affix';
|
|
|
155
155
|
export { default as CustomProvider } from './CustomProvider';
|
|
156
156
|
export type { CustomProviderProps } from './CustomProvider';
|
|
157
157
|
export type { Locale, CalendarLocale, PlaintextLocale, PaginationLocale, TableLocale, DatePickerLocale, DateRangePickerLocale, PickerLocale, InputPickerLocale, UploaderLocale, BreadcrumbLocale, ToggleLocale } from './locales';
|
|
158
|
+
export type { PickerHandle } from './Picker';
|
package/cjs/locales/ar_EG.js
CHANGED
|
File without changes
|
package/cjs/locales/da_DK.js
CHANGED
|
File without changes
|
package/cjs/locales/de_DE.js
CHANGED
|
File without changes
|
package/cjs/locales/default.js
CHANGED
|
File without changes
|
package/cjs/locales/en_GB.js
CHANGED
|
File without changes
|
package/cjs/locales/en_US.js
CHANGED
|
File without changes
|
package/cjs/locales/es_AR.js
CHANGED
|
File without changes
|
package/cjs/locales/es_ES.js
CHANGED
|
File without changes
|
package/cjs/locales/fi_FI.js
CHANGED
|
File without changes
|
package/cjs/locales/it_IT.js
CHANGED
|
File without changes
|
package/cjs/locales/ko_KR.js
CHANGED
|
File without changes
|
package/cjs/locales/pt_BR.js
CHANGED
|
File without changes
|
package/cjs/locales/ru_RU.js
CHANGED
|
File without changes
|
package/cjs/locales/sv_SE.js
CHANGED
|
File without changes
|
package/cjs/locales/zh_CN.js
CHANGED
|
File without changes
|
package/cjs/locales/zh_TW.js
CHANGED
|
File without changes
|
|
@@ -7,6 +7,7 @@ export interface ToastContainerProps extends WithAsProps {
|
|
|
7
7
|
placement?: PlacementType;
|
|
8
8
|
/** Set the message to appear in the specified container */
|
|
9
9
|
container?: HTMLElement | (() => HTMLElement);
|
|
10
|
+
callback?: (ref: React.RefObject<ToastContainerInstance>) => void;
|
|
10
11
|
}
|
|
11
12
|
export interface ToastContainerInstance {
|
|
12
13
|
root: HTMLElement;
|
|
@@ -19,7 +20,7 @@ export interface NodeProps extends WithAsProps {
|
|
|
19
20
|
onClose?: (event?: React.MouseEvent<HTMLDivElement>) => void;
|
|
20
21
|
}
|
|
21
22
|
interface ToastContainerComponent extends RsRefForwardingComponent<'div', ToastContainerProps> {
|
|
22
|
-
getInstance: (props: ToastContainerProps) => [React.RefObject<ToastContainerInstance>, () => void]
|
|
23
|
+
getInstance: (props: ToastContainerProps) => Promise<[React.RefObject<ToastContainerInstance>, () => void]>;
|
|
23
24
|
}
|
|
24
25
|
declare const ToastContainer: ToastContainerComponent;
|
|
25
26
|
export default ToastContainer;
|
|
@@ -13,8 +13,6 @@ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")
|
|
|
13
13
|
|
|
14
14
|
var _react = _interopRequireWildcard(require("react"));
|
|
15
15
|
|
|
16
|
-
var _reactDom = require("react-dom");
|
|
17
|
-
|
|
18
16
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
19
17
|
|
|
20
18
|
var _kebabCase = _interopRequireDefault(require("lodash/kebabCase"));
|
|
@@ -40,13 +38,15 @@ var useMessages = function useMessages() {
|
|
|
40
38
|
}, [messages]);
|
|
41
39
|
var push = (0, _react.useCallback)(function (message) {
|
|
42
40
|
var key = (0, _utils.guid)();
|
|
43
|
-
setMessages(
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
41
|
+
setMessages(function (prevMessages) {
|
|
42
|
+
return [].concat(prevMessages, [{
|
|
43
|
+
key: key,
|
|
44
|
+
visible: true,
|
|
45
|
+
node: message
|
|
46
|
+
}]);
|
|
47
|
+
});
|
|
48
48
|
return key;
|
|
49
|
-
}, [
|
|
49
|
+
}, []);
|
|
50
50
|
var clear = (0, _react.useCallback)(function () {
|
|
51
51
|
// Set all existing messages to be invisible.
|
|
52
52
|
setMessages(messages.map(function (msg) {
|
|
@@ -93,7 +93,8 @@ var ToastContainer = /*#__PURE__*/_react.default.forwardRef(function (props, ref
|
|
|
93
93
|
classPrefix = _props$classPrefix === void 0 ? 'toast-container' : _props$classPrefix,
|
|
94
94
|
_props$placement = props.placement,
|
|
95
95
|
placement = _props$placement === void 0 ? 'topCenter' : _props$placement,
|
|
96
|
-
|
|
96
|
+
callback = props.callback,
|
|
97
|
+
rest = (0, _objectWithoutPropertiesLoose2.default)(props, ["as", "className", "classPrefix", "placement", "callback"]);
|
|
97
98
|
|
|
98
99
|
var _useClassNames = (0, _utils.useClassNames)(classPrefix),
|
|
99
100
|
withClassPrefix = _useClassNames.withClassPrefix,
|
|
@@ -141,7 +142,10 @@ var ToastContainer = /*#__PURE__*/_react.default.forwardRef(function (props, ref
|
|
|
141
142
|
});
|
|
142
143
|
});
|
|
143
144
|
return /*#__PURE__*/_react.default.createElement(Component, (0, _extends2.default)({}, rest, {
|
|
144
|
-
ref:
|
|
145
|
+
ref: function ref(selfRef) {
|
|
146
|
+
rootRef.current = selfRef;
|
|
147
|
+
callback === null || callback === void 0 ? void 0 : callback(selfRef);
|
|
148
|
+
},
|
|
145
149
|
className: classes
|
|
146
150
|
}), elements);
|
|
147
151
|
});
|
|
@@ -152,22 +156,18 @@ ToastContainer.getInstance = function (props) {
|
|
|
152
156
|
|
|
153
157
|
var containerRef = /*#__PURE__*/_react.default.createRef();
|
|
154
158
|
|
|
155
|
-
var
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
parentElement.appendChild(mountElement);
|
|
161
|
-
|
|
162
|
-
function destroy() {
|
|
163
|
-
(0, _reactDom.unmountComponentAtNode)(mountElement);
|
|
164
|
-
parentElement.removeChild(mountElement);
|
|
165
|
-
}
|
|
159
|
+
var containerElement = (typeof container === 'function' ? container() : container) || document.body;
|
|
160
|
+
return new Promise(function (resolve) {
|
|
161
|
+
var renderCallback = function renderCallback() {
|
|
162
|
+
resolve([containerRef, unmount]);
|
|
163
|
+
};
|
|
166
164
|
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
165
|
+
var _render = (0, _utils.render)( /*#__PURE__*/_react.default.createElement(ToastContainer, (0, _extends2.default)({}, rest, {
|
|
166
|
+
ref: containerRef,
|
|
167
|
+
callback: renderCallback
|
|
168
|
+
})), containerElement),
|
|
169
|
+
unmount = _render.unmount;
|
|
170
|
+
});
|
|
171
171
|
};
|
|
172
172
|
|
|
173
173
|
ToastContainer.displayName = 'ToastContainer';
|
|
@@ -175,7 +175,8 @@ ToastContainer.propTypes = {
|
|
|
175
175
|
className: _propTypes.default.string,
|
|
176
176
|
classPrefix: _propTypes.default.string,
|
|
177
177
|
placement: _propTypes.default.elementType,
|
|
178
|
-
container: _propTypes.default.oneOfType([_propTypes.default.node, _propTypes.default.func])
|
|
178
|
+
container: _propTypes.default.oneOfType([_propTypes.default.node, _propTypes.default.func]),
|
|
179
|
+
callback: _propTypes.default.func
|
|
179
180
|
};
|
|
180
181
|
var _default = ToastContainer;
|
|
181
182
|
exports.default = _default;
|
package/cjs/toaster/toaster.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ export interface Toaster {
|
|
|
7
7
|
* @param message
|
|
8
8
|
* @param options
|
|
9
9
|
*/
|
|
10
|
-
push(message: React.ReactNode, options?: ToastContainerProps): string | undefined
|
|
10
|
+
push(message: React.ReactNode, options?: ToastContainerProps): string | undefined | Promise<string | undefined>;
|
|
11
11
|
/**
|
|
12
12
|
* Remove a message by key
|
|
13
13
|
* @param key
|