rsuite 5.46.1 → 5.48.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/CHANGELOG.md +23 -0
- package/CloseButton/styles/index.less +13 -7
- package/DateInput/package.json +7 -0
- package/Message/styles/mixin.less +8 -0
- package/Notification/styles/index.less +8 -0
- package/Picker/styles/index.less +0 -9
- package/Tag/styles/index.less +2 -5
- package/Uploader/styles/index.less +1 -2
- package/cjs/Affix/Affix.d.ts +6 -0
- package/cjs/Affix/Affix.js +7 -0
- package/cjs/Animation/Bounce.d.ts +4 -0
- package/cjs/Animation/Bounce.js +4 -0
- package/cjs/Animation/Collapse.d.ts +4 -0
- package/cjs/Animation/Collapse.js +5 -0
- package/cjs/Animation/Fade.d.ts +4 -0
- package/cjs/Animation/Fade.js +4 -0
- package/cjs/Animation/Slide.d.ts +4 -0
- package/cjs/Animation/Slide.js +4 -0
- package/cjs/Animation/Transition.d.ts +4 -0
- package/cjs/Animation/Transition.js +4 -0
- package/cjs/AutoComplete/AutoComplete.d.ts +3 -0
- package/cjs/AutoComplete/AutoComplete.js +3 -0
- package/cjs/Avatar/Avatar.d.ts +4 -0
- package/cjs/Avatar/Avatar.js +4 -0
- package/cjs/AvatarGroup/AvatarGroup.d.ts +4 -0
- package/cjs/AvatarGroup/AvatarGroup.js +5 -0
- package/cjs/Badge/Badge.d.ts +4 -0
- package/cjs/Badge/Badge.js +4 -0
- package/cjs/Breadcrumb/Breadcrumb.d.ts +4 -0
- package/cjs/Breadcrumb/Breadcrumb.js +4 -0
- package/cjs/Breadcrumb/BreadcrumbItem.d.ts +4 -0
- package/cjs/Breadcrumb/BreadcrumbItem.js +4 -0
- package/cjs/Button/Button.d.ts +4 -0
- package/cjs/Button/Button.js +4 -0
- package/cjs/ButtonGroup/ButtonGroup.d.ts +4 -0
- package/cjs/ButtonGroup/ButtonGroup.js +4 -0
- package/cjs/ButtonToolbar/ButtonToolbar.d.ts +4 -0
- package/cjs/ButtonToolbar/ButtonToolbar.js +4 -0
- package/cjs/Calendar/Calendar.d.ts +4 -0
- package/cjs/Calendar/Calendar.js +4 -0
- package/cjs/Carousel/Carousel.d.ts +4 -0
- package/cjs/Carousel/Carousel.js +4 -0
- package/cjs/Cascader/Cascader.d.ts +4 -0
- package/cjs/Cascader/Cascader.js +5 -0
- package/cjs/CheckPicker/CheckPicker.d.ts +4 -0
- package/cjs/CheckPicker/CheckPicker.js +4 -0
- package/cjs/CheckTree/index.d.ts +4 -0
- package/cjs/CheckTree/index.js +4 -0
- package/cjs/CheckTreePicker/CheckTreePicker.d.ts +5 -0
- package/cjs/CheckTreePicker/CheckTreePicker.js +6 -0
- package/cjs/Checkbox/Checkbox.d.ts +6 -0
- package/cjs/Checkbox/Checkbox.js +4 -0
- package/cjs/CheckboxGroup/CheckboxGroup.d.ts +4 -0
- package/cjs/CheckboxGroup/CheckboxGroup.js +4 -0
- package/cjs/CloseButton/CloseButton.js +3 -5
- package/cjs/Col/Col.d.ts +4 -0
- package/cjs/Col/Col.js +4 -0
- package/cjs/Container/Container.d.ts +4 -0
- package/cjs/Container/Container.js +4 -0
- package/cjs/Content/Content.d.ts +3 -0
- package/cjs/Content/Content.js +3 -0
- package/cjs/CustomProvider/CustomProvider.d.ts +8 -3
- package/cjs/CustomProvider/CustomProvider.js +6 -0
- package/cjs/DOMHelper/index.d.ts +4 -0
- package/cjs/DOMHelper/index.js +4 -0
- package/cjs/DateInput/DateField.d.ts +180 -0
- package/cjs/DateInput/DateField.js +151 -0
- package/cjs/DateInput/DateInput.d.ts +18 -0
- package/cjs/DateInput/DateInput.js +222 -0
- package/cjs/DateInput/index.d.ts +3 -0
- package/cjs/DateInput/index.js +9 -0
- package/cjs/DateInput/useDateInputState.d.ts +165 -0
- package/cjs/DateInput/useDateInputState.js +105 -0
- package/cjs/DateInput/utils.d.ts +41 -0
- package/cjs/DateInput/utils.js +159 -0
- package/cjs/DatePicker/DatePicker.d.ts +5 -0
- package/cjs/DatePicker/DatePicker.js +5 -0
- package/cjs/DateRangePicker/DateRangePicker.d.ts +5 -0
- package/cjs/DateRangePicker/DateRangePicker.js +5 -0
- package/cjs/Divider/Divider.d.ts +4 -0
- package/cjs/Divider/Divider.js +4 -0
- package/cjs/Drawer/Drawer.d.ts +4 -0
- package/cjs/Drawer/Drawer.js +4 -0
- package/cjs/Dropdown/Dropdown.d.ts +6 -3
- package/cjs/Dropdown/Dropdown.js +6 -3
- package/cjs/Dropdown/DropdownItem.d.ts +3 -3
- package/cjs/Dropdown/DropdownItem.js +3 -3
- package/cjs/Dropdown/DropdownMenu.d.ts +3 -3
- package/cjs/Dropdown/DropdownMenu.js +3 -3
- package/cjs/Dropdown/DropdownSeparator.d.ts +1 -1
- package/cjs/Dropdown/DropdownSeparator.js +1 -1
- package/cjs/FlexboxGrid/FlexboxGrid.d.ts +4 -0
- package/cjs/FlexboxGrid/FlexboxGrid.js +4 -0
- package/cjs/FlexboxGrid/FlexboxGridItem.d.ts +4 -0
- package/cjs/FlexboxGrid/FlexboxGridItem.js +4 -0
- package/cjs/Footer/Footer.d.ts +4 -0
- package/cjs/Footer/Footer.js +4 -0
- package/cjs/Form/Form.d.ts +4 -0
- package/cjs/Form/Form.js +4 -0
- package/cjs/FormControl/FormControl.d.ts +4 -0
- package/cjs/FormControl/FormControl.js +4 -0
- package/cjs/FormControlLabel/FormControlLabel.d.ts +4 -0
- package/cjs/FormControlLabel/FormControlLabel.js +4 -0
- package/cjs/FormErrorMessage/FormErrorMessage.d.ts +4 -0
- package/cjs/FormErrorMessage/FormErrorMessage.js +4 -0
- package/cjs/FormGroup/FormGroup.d.ts +4 -0
- package/cjs/FormGroup/FormGroup.js +5 -0
- package/cjs/FormHelpText/FormHelpText.d.ts +4 -0
- package/cjs/FormHelpText/FormHelpText.js +4 -0
- package/cjs/Grid/Grid.d.ts +4 -0
- package/cjs/Grid/Grid.js +4 -0
- package/cjs/Header/Header.d.ts +4 -0
- package/cjs/Header/Header.js +4 -0
- package/cjs/IconButton/IconButton.d.ts +4 -0
- package/cjs/IconButton/IconButton.js +4 -0
- package/cjs/Input/Input.d.ts +4 -0
- package/cjs/Input/Input.js +4 -0
- package/cjs/InputGroup/InputGroup.d.ts +4 -0
- package/cjs/InputGroup/InputGroup.js +4 -0
- package/cjs/InputGroup/InputGroupAddon.d.ts +4 -0
- package/cjs/InputGroup/InputGroupAddon.js +4 -0
- package/cjs/InputGroup/InputGroupButton.d.ts +4 -0
- package/cjs/InputGroup/InputGroupButton.js +4 -0
- package/cjs/InputNumber/InputNumber.d.ts +4 -0
- package/cjs/InputNumber/InputNumber.js +5 -0
- package/cjs/InputPicker/InputPicker.d.ts +8 -22
- package/cjs/InputPicker/InputPicker.js +13 -8
- package/cjs/InputPicker/InputPickerContext.d.ts +26 -0
- package/cjs/InputPicker/InputPickerContext.js +13 -0
- package/cjs/List/List.d.ts +4 -0
- package/cjs/List/List.js +4 -0
- package/cjs/List/ListItem.d.ts +4 -0
- package/cjs/List/ListItem.js +4 -0
- package/cjs/Loader/Loader.d.ts +4 -0
- package/cjs/Loader/Loader.js +4 -0
- package/cjs/MaskedInput/TextMask.d.ts +4 -0
- package/cjs/MaskedInput/TextMask.js +5 -0
- package/cjs/MaskedInput/createTextMaskInputElement.js +6 -16
- package/cjs/Message/Message.d.ts +4 -0
- package/cjs/Message/Message.js +4 -0
- package/cjs/Modal/Modal.d.ts +4 -0
- package/cjs/Modal/Modal.js +4 -0
- package/cjs/MultiCascader/MultiCascader.d.ts +4 -0
- package/cjs/MultiCascader/MultiCascader.js +5 -0
- package/cjs/Nav/Nav.d.ts +4 -0
- package/cjs/Nav/Nav.js +4 -0
- package/cjs/Nav/NavDropdown.d.ts +2 -1
- package/cjs/Nav/NavDropdown.js +2 -1
- package/cjs/Nav/NavItem.d.ts +6 -3
- package/cjs/Nav/NavItem.js +6 -3
- package/cjs/Nav/NavMenu.d.ts +6 -3
- package/cjs/Nav/NavMenu.js +6 -3
- package/cjs/Navbar/Navbar.d.ts +4 -0
- package/cjs/Navbar/Navbar.js +4 -0
- package/cjs/Notification/Notification.d.ts +5 -0
- package/cjs/Notification/Notification.js +5 -0
- package/cjs/Overlay/Overlay.d.ts +4 -0
- package/cjs/Overlay/Overlay.js +5 -0
- package/cjs/Overlay/OverlayTrigger.d.ts +4 -0
- package/cjs/Overlay/OverlayTrigger.js +16 -11
- package/cjs/Overlay/Position.d.ts +4 -0
- package/cjs/Overlay/Position.js +4 -0
- package/cjs/Pagination/Pagination.d.ts +5 -0
- package/cjs/Pagination/Pagination.js +5 -0
- package/cjs/Panel/Panel.d.ts +4 -0
- package/cjs/Panel/Panel.js +4 -0
- package/cjs/PanelGroup/PanelGroup.d.ts +4 -0
- package/cjs/PanelGroup/PanelGroup.js +5 -0
- package/cjs/Picker/DropdownMenu.d.ts +1 -0
- package/cjs/Picker/DropdownMenu.js +7 -3
- package/cjs/Picker/DropdownMenuCheckItem.d.ts +2 -0
- package/cjs/Picker/DropdownMenuCheckItem.js +18 -14
- package/cjs/Picker/PickerToggle.js +3 -1
- package/cjs/Placeholder/Placeholder.d.ts +4 -0
- package/cjs/Placeholder/Placeholder.js +4 -0
- package/cjs/Placeholder/PlaceholderGraph.d.ts +4 -0
- package/cjs/Placeholder/PlaceholderGraph.js +4 -0
- package/cjs/Placeholder/PlaceholderGrid.d.ts +4 -0
- package/cjs/Placeholder/PlaceholderGrid.js +4 -0
- package/cjs/Placeholder/PlaceholderParagraph.d.ts +4 -0
- package/cjs/Placeholder/PlaceholderParagraph.js +4 -0
- package/cjs/Plaintext/Plaintext.d.ts +2 -1
- package/cjs/Plaintext/Plaintext.js +5 -2
- package/cjs/Popover/Popover.d.ts +4 -0
- package/cjs/Popover/Popover.js +4 -0
- package/cjs/Progress/Progress.d.ts +4 -0
- package/cjs/Progress/Progress.js +4 -0
- package/cjs/Progress/ProgressCircle.d.ts +4 -0
- package/cjs/Progress/ProgressCircle.js +4 -0
- package/cjs/Progress/ProgressLine.d.ts +4 -0
- package/cjs/Progress/ProgressLine.js +4 -0
- package/cjs/Radio/Radio.d.ts +4 -0
- package/cjs/Radio/Radio.js +4 -0
- package/cjs/RadioGroup/RadioGroup.d.ts +4 -0
- package/cjs/RadioGroup/RadioGroup.js +5 -0
- package/cjs/RadioTile/RadioTile.d.ts +5 -0
- package/cjs/RadioTile/RadioTile.js +5 -0
- package/cjs/RadioTileGroup/RadioTileGroup.d.ts +5 -0
- package/cjs/RadioTileGroup/RadioTileGroup.js +6 -0
- package/cjs/RangeSlider/RangeSlider.d.ts +4 -0
- package/cjs/RangeSlider/RangeSlider.js +5 -0
- package/cjs/Rate/Rate.d.ts +4 -0
- package/cjs/Rate/Rate.js +4 -0
- package/cjs/Ripple/Ripple.d.ts +4 -0
- package/cjs/Ripple/Ripple.js +5 -0
- package/cjs/Row/Row.d.ts +4 -0
- package/cjs/Row/Row.js +4 -0
- package/cjs/SafeAnchor/SafeAnchor.d.ts +4 -0
- package/cjs/SafeAnchor/SafeAnchor.js +5 -0
- package/cjs/Schema/Schema.d.ts +6 -0
- package/cjs/Schema/Schema.js +6 -0
- package/cjs/SelectPicker/SelectPicker.d.ts +4 -0
- package/cjs/SelectPicker/SelectPicker.js +4 -0
- package/cjs/Sidebar/Sidebar.d.ts +4 -0
- package/cjs/Sidebar/Sidebar.js +4 -0
- package/cjs/Sidenav/Sidenav.d.ts +4 -0
- package/cjs/Sidenav/Sidenav.js +5 -0
- package/cjs/Sidenav/SidenavBody.d.ts +5 -0
- package/cjs/Sidenav/SidenavBody.js +5 -0
- package/cjs/Sidenav/SidenavHeader.d.ts +5 -0
- package/cjs/Sidenav/SidenavHeader.js +5 -0
- package/cjs/Slider/Slider.d.ts +5 -0
- package/cjs/Slider/Slider.js +6 -0
- package/cjs/Stack/Stack.d.ts +6 -0
- package/cjs/Stack/Stack.js +6 -0
- package/cjs/Stack/StackItem.d.ts +5 -0
- package/cjs/Stack/StackItem.js +5 -0
- package/cjs/Steps/StepItem.d.ts +5 -0
- package/cjs/Steps/StepItem.js +5 -0
- package/cjs/Steps/Steps.d.ts +5 -0
- package/cjs/Steps/Steps.js +5 -0
- package/cjs/Table/Table.d.ts +19 -2
- package/cjs/Table/Table.js +20 -1
- package/cjs/Tag/Tag.d.ts +6 -0
- package/cjs/Tag/Tag.js +13 -1
- package/cjs/TagGroup/TagGroup.d.ts +5 -0
- package/cjs/TagGroup/TagGroup.js +5 -0
- package/cjs/TagInput/index.d.ts +8 -15
- package/cjs/TagInput/index.js +8 -2
- package/cjs/TagPicker/index.d.ts +13 -10
- package/cjs/TagPicker/index.js +13 -5
- package/cjs/Timeline/Timeline.d.ts +5 -0
- package/cjs/Timeline/Timeline.js +5 -0
- package/cjs/Timeline/TimelineItem.d.ts +5 -0
- package/cjs/Timeline/TimelineItem.js +5 -0
- package/cjs/Toggle/Toggle.d.ts +5 -0
- package/cjs/Toggle/Toggle.js +5 -0
- package/cjs/Tooltip/Tooltip.d.ts +5 -0
- package/cjs/Tooltip/Tooltip.js +5 -0
- package/cjs/Tree/Tree.d.ts +5 -0
- package/cjs/Tree/Tree.js +5 -0
- package/cjs/TreePicker/TreePicker.d.ts +5 -0
- package/cjs/TreePicker/TreePicker.js +6 -0
- package/cjs/Uploader/UploadFileItem.js +19 -5
- package/cjs/Uploader/Uploader.d.ts +5 -0
- package/cjs/Uploader/Uploader.js +6 -0
- package/cjs/Whisper/Whisper.d.ts +6 -0
- package/cjs/Whisper/Whisper.js +6 -0
- package/cjs/Windowing/AutoSizer.d.ts +5 -0
- package/cjs/Windowing/AutoSizer.js +5 -0
- package/cjs/Windowing/List.d.ts +6 -1
- package/cjs/Windowing/List.js +5 -0
- package/cjs/index.d.ts +3 -0
- package/cjs/index.js +6 -2
- package/cjs/locales/ar_EG.d.ts +3 -0
- package/cjs/locales/ar_EG.js +5 -2
- package/cjs/locales/da_DK.d.ts +3 -0
- package/cjs/locales/da_DK.js +5 -2
- package/cjs/locales/de_DE.d.ts +3 -0
- package/cjs/locales/de_DE.js +5 -2
- package/cjs/locales/default.d.ts +3 -0
- package/cjs/locales/default.js +5 -2
- package/cjs/locales/en_US.d.ts +3 -0
- package/cjs/locales/en_US.js +5 -2
- package/cjs/locales/es_AR.d.ts +3 -0
- package/cjs/locales/es_AR.js +5 -2
- package/cjs/locales/es_ES.d.ts +3 -0
- package/cjs/locales/es_ES.js +5 -2
- package/cjs/locales/fa_IR.d.ts +3 -0
- package/cjs/locales/fa_IR.js +5 -2
- package/cjs/locales/fi_FI.d.ts +3 -0
- package/cjs/locales/fi_FI.js +5 -2
- package/cjs/locales/fr_FR.d.ts +3 -0
- package/cjs/locales/fr_FR.js +5 -2
- package/cjs/locales/hu_HU.d.ts +3 -0
- package/cjs/locales/hu_HU.js +5 -2
- package/cjs/locales/index.d.ts +1 -1
- package/cjs/locales/it_IT.d.ts +3 -0
- package/cjs/locales/it_IT.js +5 -2
- package/cjs/locales/ja_JP.d.ts +3 -0
- package/cjs/locales/ja_JP.js +5 -2
- package/cjs/locales/kk_KZ.d.ts +3 -0
- package/cjs/locales/kk_KZ.js +5 -2
- package/cjs/locales/ko_KR.d.ts +3 -0
- package/cjs/locales/ko_KR.js +5 -2
- package/cjs/locales/ne_NP.d.ts +3 -0
- package/cjs/locales/ne_NP.js +5 -2
- package/cjs/locales/nl_NL.d.ts +3 -0
- package/cjs/locales/nl_NL.js +5 -2
- package/cjs/locales/pt_BR.d.ts +3 -0
- package/cjs/locales/pt_BR.js +5 -2
- package/cjs/locales/ru_RU.d.ts +3 -0
- package/cjs/locales/ru_RU.js +6 -3
- package/cjs/locales/sv_SE.d.ts +3 -0
- package/cjs/locales/sv_SE.js +5 -2
- package/cjs/locales/tr_TR.d.ts +3 -0
- package/cjs/locales/tr_TR.js +5 -2
- package/cjs/locales/zh_CN.d.ts +3 -0
- package/cjs/locales/zh_CN.js +5 -2
- package/cjs/locales/zh_TW.d.ts +3 -0
- package/cjs/locales/zh_TW.js +5 -2
- package/cjs/toaster/toaster.d.ts +9 -7
- package/cjs/toaster/useToaster.d.ts +19 -1
- package/cjs/toaster/useToaster.js +19 -1
- package/cjs/useMediaQuery/index.d.ts +2 -0
- package/cjs/useMediaQuery/index.js +9 -0
- package/cjs/useMediaQuery/useMediaQuery.d.ts +23 -0
- package/cjs/useMediaQuery/useMediaQuery.js +123 -0
- package/cjs/utils/BrowserDetection.d.ts +1 -0
- package/cjs/utils/BrowserDetection.js +5 -1
- package/cjs/utils/dateUtils.d.ts +6 -0
- package/cjs/utils/dateUtils.js +13 -1
- package/cjs/utils/index.d.ts +1 -0
- package/cjs/utils/index.js +4 -1
- package/cjs/utils/safeSetSelection.d.ts +2 -0
- package/cjs/utils/safeSetSelection.js +21 -0
- package/cjs/utils/treeUtils.d.ts +2 -2
- package/dist/rsuite-no-reset-rtl.css +54 -25
- package/dist/rsuite-no-reset-rtl.min.css +1 -1
- package/dist/rsuite-no-reset-rtl.min.css.map +1 -1
- package/dist/rsuite-no-reset.css +54 -25
- package/dist/rsuite-no-reset.min.css +1 -1
- package/dist/rsuite-no-reset.min.css.map +1 -1
- package/dist/rsuite-rtl.css +54 -25
- package/dist/rsuite-rtl.min.css +1 -1
- package/dist/rsuite-rtl.min.css.map +1 -1
- package/dist/rsuite.css +54 -25
- package/dist/rsuite.js +354 -129
- 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.map +1 -1
- package/esm/Affix/Affix.d.ts +6 -0
- package/esm/Affix/Affix.js +7 -0
- package/esm/Animation/Bounce.d.ts +4 -0
- package/esm/Animation/Bounce.js +4 -0
- package/esm/Animation/Collapse.d.ts +4 -0
- package/esm/Animation/Collapse.js +5 -0
- package/esm/Animation/Fade.d.ts +4 -0
- package/esm/Animation/Fade.js +4 -0
- package/esm/Animation/Slide.d.ts +4 -0
- package/esm/Animation/Slide.js +4 -0
- package/esm/Animation/Transition.d.ts +4 -0
- package/esm/Animation/Transition.js +4 -0
- package/esm/AutoComplete/AutoComplete.d.ts +3 -0
- package/esm/AutoComplete/AutoComplete.js +3 -0
- package/esm/Avatar/Avatar.d.ts +4 -0
- package/esm/Avatar/Avatar.js +4 -0
- package/esm/AvatarGroup/AvatarGroup.d.ts +4 -0
- package/esm/AvatarGroup/AvatarGroup.js +5 -0
- package/esm/Badge/Badge.d.ts +4 -0
- package/esm/Badge/Badge.js +4 -0
- package/esm/Breadcrumb/Breadcrumb.d.ts +4 -0
- package/esm/Breadcrumb/Breadcrumb.js +4 -0
- package/esm/Breadcrumb/BreadcrumbItem.d.ts +4 -0
- package/esm/Breadcrumb/BreadcrumbItem.js +4 -0
- package/esm/Button/Button.d.ts +4 -0
- package/esm/Button/Button.js +4 -0
- package/esm/ButtonGroup/ButtonGroup.d.ts +4 -0
- package/esm/ButtonGroup/ButtonGroup.js +4 -0
- package/esm/ButtonToolbar/ButtonToolbar.d.ts +4 -0
- package/esm/ButtonToolbar/ButtonToolbar.js +4 -0
- package/esm/Calendar/Calendar.d.ts +4 -0
- package/esm/Calendar/Calendar.js +4 -0
- package/esm/Carousel/Carousel.d.ts +4 -0
- package/esm/Carousel/Carousel.js +4 -0
- package/esm/Cascader/Cascader.d.ts +4 -0
- package/esm/Cascader/Cascader.js +5 -0
- package/esm/CheckPicker/CheckPicker.d.ts +4 -0
- package/esm/CheckPicker/CheckPicker.js +4 -0
- package/esm/CheckTree/index.d.ts +4 -0
- package/esm/CheckTree/index.js +4 -0
- package/esm/CheckTreePicker/CheckTreePicker.d.ts +5 -0
- package/esm/CheckTreePicker/CheckTreePicker.js +6 -0
- package/esm/Checkbox/Checkbox.d.ts +6 -0
- package/esm/Checkbox/Checkbox.js +4 -0
- package/esm/CheckboxGroup/CheckboxGroup.d.ts +4 -0
- package/esm/CheckboxGroup/CheckboxGroup.js +4 -0
- package/esm/CloseButton/CloseButton.js +3 -5
- package/esm/Col/Col.d.ts +4 -0
- package/esm/Col/Col.js +4 -0
- package/esm/Container/Container.d.ts +4 -0
- package/esm/Container/Container.js +4 -0
- package/esm/Content/Content.d.ts +3 -0
- package/esm/Content/Content.js +3 -0
- package/esm/CustomProvider/CustomProvider.d.ts +8 -3
- package/esm/CustomProvider/CustomProvider.js +6 -0
- package/esm/DOMHelper/index.d.ts +4 -0
- package/esm/DOMHelper/index.js +5 -0
- package/esm/DateInput/DateField.d.ts +180 -0
- package/esm/DateInput/DateField.js +144 -0
- package/esm/DateInput/DateInput.d.ts +18 -0
- package/esm/DateInput/DateInput.js +215 -0
- package/esm/DateInput/index.d.ts +3 -0
- package/esm/DateInput/index.js +3 -0
- package/esm/DateInput/useDateInputState.d.ts +165 -0
- package/esm/DateInput/useDateInputState.js +99 -0
- package/esm/DateInput/utils.d.ts +41 -0
- package/esm/DateInput/utils.js +151 -0
- package/esm/DatePicker/DatePicker.d.ts +5 -0
- package/esm/DatePicker/DatePicker.js +5 -0
- package/esm/DateRangePicker/DateRangePicker.d.ts +5 -0
- package/esm/DateRangePicker/DateRangePicker.js +5 -0
- package/esm/Divider/Divider.d.ts +4 -0
- package/esm/Divider/Divider.js +4 -0
- package/esm/Drawer/Drawer.d.ts +4 -0
- package/esm/Drawer/Drawer.js +4 -0
- package/esm/Dropdown/Dropdown.d.ts +6 -3
- package/esm/Dropdown/Dropdown.js +6 -3
- package/esm/Dropdown/DropdownItem.d.ts +3 -3
- package/esm/Dropdown/DropdownItem.js +3 -3
- package/esm/Dropdown/DropdownMenu.d.ts +3 -3
- package/esm/Dropdown/DropdownMenu.js +3 -3
- package/esm/Dropdown/DropdownSeparator.d.ts +1 -1
- package/esm/Dropdown/DropdownSeparator.js +1 -1
- package/esm/FlexboxGrid/FlexboxGrid.d.ts +4 -0
- package/esm/FlexboxGrid/FlexboxGrid.js +4 -0
- package/esm/FlexboxGrid/FlexboxGridItem.d.ts +4 -0
- package/esm/FlexboxGrid/FlexboxGridItem.js +4 -0
- package/esm/Footer/Footer.d.ts +4 -0
- package/esm/Footer/Footer.js +4 -0
- package/esm/Form/Form.d.ts +4 -0
- package/esm/Form/Form.js +4 -0
- package/esm/FormControl/FormControl.d.ts +4 -0
- package/esm/FormControl/FormControl.js +4 -0
- package/esm/FormControlLabel/FormControlLabel.d.ts +4 -0
- package/esm/FormControlLabel/FormControlLabel.js +4 -0
- package/esm/FormErrorMessage/FormErrorMessage.d.ts +4 -0
- package/esm/FormErrorMessage/FormErrorMessage.js +4 -0
- package/esm/FormGroup/FormGroup.d.ts +4 -0
- package/esm/FormGroup/FormGroup.js +5 -0
- package/esm/FormHelpText/FormHelpText.d.ts +4 -0
- package/esm/FormHelpText/FormHelpText.js +4 -0
- package/esm/Grid/Grid.d.ts +4 -0
- package/esm/Grid/Grid.js +4 -0
- package/esm/Header/Header.d.ts +4 -0
- package/esm/Header/Header.js +4 -0
- package/esm/IconButton/IconButton.d.ts +4 -0
- package/esm/IconButton/IconButton.js +4 -0
- package/esm/Input/Input.d.ts +4 -0
- package/esm/Input/Input.js +4 -0
- package/esm/InputGroup/InputGroup.d.ts +4 -0
- package/esm/InputGroup/InputGroup.js +4 -0
- package/esm/InputGroup/InputGroupAddon.d.ts +4 -0
- package/esm/InputGroup/InputGroupAddon.js +4 -0
- package/esm/InputGroup/InputGroupButton.d.ts +4 -0
- package/esm/InputGroup/InputGroupButton.js +5 -0
- package/esm/InputNumber/InputNumber.d.ts +4 -0
- package/esm/InputNumber/InputNumber.js +5 -0
- package/esm/InputPicker/InputPicker.d.ts +8 -22
- package/esm/InputPicker/InputPicker.js +11 -5
- package/esm/InputPicker/InputPickerContext.d.ts +26 -0
- package/esm/InputPicker/InputPickerContext.js +7 -0
- package/esm/List/List.d.ts +4 -0
- package/esm/List/List.js +4 -0
- package/esm/List/ListItem.d.ts +4 -0
- package/esm/List/ListItem.js +4 -0
- package/esm/Loader/Loader.d.ts +4 -0
- package/esm/Loader/Loader.js +4 -0
- package/esm/MaskedInput/TextMask.d.ts +4 -0
- package/esm/MaskedInput/TextMask.js +5 -0
- package/esm/MaskedInput/createTextMaskInputElement.js +6 -16
- package/esm/Message/Message.d.ts +4 -0
- package/esm/Message/Message.js +4 -0
- package/esm/Modal/Modal.d.ts +4 -0
- package/esm/Modal/Modal.js +4 -0
- package/esm/MultiCascader/MultiCascader.d.ts +4 -0
- package/esm/MultiCascader/MultiCascader.js +5 -0
- package/esm/Nav/Nav.d.ts +4 -0
- package/esm/Nav/Nav.js +4 -0
- package/esm/Nav/NavDropdown.d.ts +2 -1
- package/esm/Nav/NavDropdown.js +2 -1
- package/esm/Nav/NavItem.d.ts +6 -3
- package/esm/Nav/NavItem.js +6 -3
- package/esm/Nav/NavMenu.d.ts +6 -3
- package/esm/Nav/NavMenu.js +6 -3
- package/esm/Navbar/Navbar.d.ts +4 -0
- package/esm/Navbar/Navbar.js +4 -0
- package/esm/Notification/Notification.d.ts +5 -0
- package/esm/Notification/Notification.js +5 -0
- package/esm/Overlay/Overlay.d.ts +4 -0
- package/esm/Overlay/Overlay.js +5 -0
- package/esm/Overlay/OverlayTrigger.d.ts +4 -0
- package/esm/Overlay/OverlayTrigger.js +16 -11
- package/esm/Overlay/Position.d.ts +4 -0
- package/esm/Overlay/Position.js +4 -0
- package/esm/Pagination/Pagination.d.ts +5 -0
- package/esm/Pagination/Pagination.js +5 -0
- package/esm/Panel/Panel.d.ts +4 -0
- package/esm/Panel/Panel.js +4 -0
- package/esm/PanelGroup/PanelGroup.d.ts +4 -0
- package/esm/PanelGroup/PanelGroup.js +5 -0
- package/esm/Picker/DropdownMenu.d.ts +1 -0
- package/esm/Picker/DropdownMenu.js +7 -3
- package/esm/Picker/DropdownMenuCheckItem.d.ts +2 -0
- package/esm/Picker/DropdownMenuCheckItem.js +18 -14
- package/esm/Picker/PickerToggle.js +4 -2
- package/esm/Placeholder/Placeholder.d.ts +4 -0
- package/esm/Placeholder/Placeholder.js +4 -0
- package/esm/Placeholder/PlaceholderGraph.d.ts +4 -0
- package/esm/Placeholder/PlaceholderGraph.js +4 -0
- package/esm/Placeholder/PlaceholderGrid.d.ts +4 -0
- package/esm/Placeholder/PlaceholderGrid.js +4 -0
- package/esm/Placeholder/PlaceholderParagraph.d.ts +4 -0
- package/esm/Placeholder/PlaceholderParagraph.js +4 -0
- package/esm/Plaintext/Plaintext.d.ts +2 -1
- package/esm/Plaintext/Plaintext.js +5 -2
- package/esm/Popover/Popover.d.ts +4 -0
- package/esm/Popover/Popover.js +4 -0
- package/esm/Progress/Progress.d.ts +4 -0
- package/esm/Progress/Progress.js +4 -0
- package/esm/Progress/ProgressCircle.d.ts +4 -0
- package/esm/Progress/ProgressCircle.js +4 -0
- package/esm/Progress/ProgressLine.d.ts +4 -0
- package/esm/Progress/ProgressLine.js +4 -0
- package/esm/Radio/Radio.d.ts +4 -0
- package/esm/Radio/Radio.js +4 -0
- package/esm/RadioGroup/RadioGroup.d.ts +4 -0
- package/esm/RadioGroup/RadioGroup.js +5 -0
- package/esm/RadioTile/RadioTile.d.ts +5 -0
- package/esm/RadioTile/RadioTile.js +5 -0
- package/esm/RadioTileGroup/RadioTileGroup.d.ts +5 -0
- package/esm/RadioTileGroup/RadioTileGroup.js +6 -0
- package/esm/RangeSlider/RangeSlider.d.ts +4 -0
- package/esm/RangeSlider/RangeSlider.js +5 -0
- package/esm/Rate/Rate.d.ts +4 -0
- package/esm/Rate/Rate.js +4 -0
- package/esm/Ripple/Ripple.d.ts +4 -0
- package/esm/Ripple/Ripple.js +5 -0
- package/esm/Row/Row.d.ts +4 -0
- package/esm/Row/Row.js +4 -0
- package/esm/SafeAnchor/SafeAnchor.d.ts +4 -0
- package/esm/SafeAnchor/SafeAnchor.js +5 -0
- package/esm/Schema/Schema.d.ts +6 -0
- package/esm/Schema/Schema.js +7 -0
- package/esm/SelectPicker/SelectPicker.d.ts +4 -0
- package/esm/SelectPicker/SelectPicker.js +4 -0
- package/esm/Sidebar/Sidebar.d.ts +4 -0
- package/esm/Sidebar/Sidebar.js +4 -0
- package/esm/Sidenav/Sidenav.d.ts +4 -0
- package/esm/Sidenav/Sidenav.js +5 -0
- package/esm/Sidenav/SidenavBody.d.ts +5 -0
- package/esm/Sidenav/SidenavBody.js +5 -0
- package/esm/Sidenav/SidenavHeader.d.ts +5 -0
- package/esm/Sidenav/SidenavHeader.js +5 -0
- package/esm/Slider/Slider.d.ts +5 -0
- package/esm/Slider/Slider.js +6 -0
- package/esm/Stack/Stack.d.ts +6 -0
- package/esm/Stack/Stack.js +6 -0
- package/esm/Stack/StackItem.d.ts +5 -0
- package/esm/Stack/StackItem.js +5 -0
- package/esm/Steps/StepItem.d.ts +5 -0
- package/esm/Steps/StepItem.js +5 -0
- package/esm/Steps/Steps.d.ts +5 -0
- package/esm/Steps/Steps.js +5 -0
- package/esm/Table/Table.d.ts +19 -2
- package/esm/Table/Table.js +23 -4
- package/esm/Tag/Tag.d.ts +6 -0
- package/esm/Tag/Tag.js +14 -2
- package/esm/TagGroup/TagGroup.d.ts +5 -0
- package/esm/TagGroup/TagGroup.js +5 -0
- package/esm/TagInput/index.d.ts +8 -15
- package/esm/TagInput/index.js +7 -1
- package/esm/TagPicker/index.d.ts +13 -10
- package/esm/TagPicker/index.js +12 -4
- package/esm/Timeline/Timeline.d.ts +5 -0
- package/esm/Timeline/Timeline.js +5 -0
- package/esm/Timeline/TimelineItem.d.ts +5 -0
- package/esm/Timeline/TimelineItem.js +5 -0
- package/esm/Toggle/Toggle.d.ts +5 -0
- package/esm/Toggle/Toggle.js +5 -0
- package/esm/Tooltip/Tooltip.d.ts +5 -0
- package/esm/Tooltip/Tooltip.js +5 -0
- package/esm/Tree/Tree.d.ts +5 -0
- package/esm/Tree/Tree.js +5 -0
- package/esm/TreePicker/TreePicker.d.ts +5 -0
- package/esm/TreePicker/TreePicker.js +6 -0
- package/esm/Uploader/UploadFileItem.js +19 -5
- package/esm/Uploader/Uploader.d.ts +5 -0
- package/esm/Uploader/Uploader.js +6 -0
- package/esm/Whisper/Whisper.d.ts +6 -0
- package/esm/Whisper/Whisper.js +6 -0
- package/esm/Windowing/AutoSizer.d.ts +5 -0
- package/esm/Windowing/AutoSizer.js +5 -0
- package/esm/Windowing/List.d.ts +6 -1
- package/esm/Windowing/List.js +5 -0
- package/esm/index.d.ts +3 -0
- package/esm/index.js +3 -1
- package/esm/locales/ar_EG.d.ts +3 -0
- package/esm/locales/ar_EG.js +5 -2
- package/esm/locales/da_DK.d.ts +3 -0
- package/esm/locales/da_DK.js +5 -2
- package/esm/locales/de_DE.d.ts +3 -0
- package/esm/locales/de_DE.js +5 -2
- package/esm/locales/default.d.ts +3 -0
- package/esm/locales/default.js +5 -2
- package/esm/locales/en_US.d.ts +3 -0
- package/esm/locales/en_US.js +5 -2
- package/esm/locales/es_AR.d.ts +3 -0
- package/esm/locales/es_AR.js +5 -2
- package/esm/locales/es_ES.d.ts +3 -0
- package/esm/locales/es_ES.js +5 -2
- package/esm/locales/fa_IR.d.ts +3 -0
- package/esm/locales/fa_IR.js +5 -2
- package/esm/locales/fi_FI.d.ts +3 -0
- package/esm/locales/fi_FI.js +5 -2
- package/esm/locales/fr_FR.d.ts +3 -0
- package/esm/locales/fr_FR.js +5 -2
- package/esm/locales/hu_HU.d.ts +3 -0
- package/esm/locales/hu_HU.js +5 -2
- package/esm/locales/index.d.ts +1 -1
- package/esm/locales/it_IT.d.ts +3 -0
- package/esm/locales/it_IT.js +5 -2
- package/esm/locales/ja_JP.d.ts +3 -0
- package/esm/locales/ja_JP.js +5 -2
- package/esm/locales/kk_KZ.d.ts +3 -0
- package/esm/locales/kk_KZ.js +5 -2
- package/esm/locales/ko_KR.d.ts +3 -0
- package/esm/locales/ko_KR.js +5 -2
- package/esm/locales/ne_NP.d.ts +3 -0
- package/esm/locales/ne_NP.js +5 -2
- package/esm/locales/nl_NL.d.ts +3 -0
- package/esm/locales/nl_NL.js +5 -2
- package/esm/locales/pt_BR.d.ts +3 -0
- package/esm/locales/pt_BR.js +5 -2
- package/esm/locales/ru_RU.d.ts +3 -0
- package/esm/locales/ru_RU.js +6 -3
- package/esm/locales/sv_SE.d.ts +3 -0
- package/esm/locales/sv_SE.js +5 -2
- package/esm/locales/tr_TR.d.ts +3 -0
- package/esm/locales/tr_TR.js +5 -2
- package/esm/locales/zh_CN.d.ts +3 -0
- package/esm/locales/zh_CN.js +5 -2
- package/esm/locales/zh_TW.d.ts +3 -0
- package/esm/locales/zh_TW.js +5 -2
- package/esm/toaster/toaster.d.ts +9 -7
- package/esm/toaster/useToaster.d.ts +19 -1
- package/esm/toaster/useToaster.js +19 -1
- package/esm/useMediaQuery/index.d.ts +2 -0
- package/esm/useMediaQuery/index.js +3 -0
- package/esm/useMediaQuery/useMediaQuery.d.ts +23 -0
- package/esm/useMediaQuery/useMediaQuery.js +113 -0
- package/esm/utils/BrowserDetection.d.ts +1 -0
- package/esm/utils/BrowserDetection.js +3 -0
- package/esm/utils/dateUtils.d.ts +6 -0
- package/esm/utils/dateUtils.js +6 -0
- package/esm/utils/index.d.ts +1 -0
- package/esm/utils/index.js +1 -0
- package/esm/utils/safeSetSelection.d.ts +2 -0
- package/esm/utils/safeSetSelection.js +16 -0
- package/esm/utils/treeUtils.d.ts +2 -2
- package/package.json +1 -1
- package/styles/color-modes/dark.less +3 -1
- package/styles/color-modes/high-contrast.less +3 -1
- package/styles/color-modes/light.less +3 -1
- package/useMediaQuery/package.json +7 -0
package/cjs/locales/es_ES.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ declare const _default: {
|
|
|
2
2
|
common: {
|
|
3
3
|
loading: string;
|
|
4
4
|
emptyMessage: string;
|
|
5
|
+
remove: string;
|
|
6
|
+
clear: string;
|
|
5
7
|
};
|
|
6
8
|
Plaintext: {
|
|
7
9
|
unfilled: string;
|
|
@@ -102,6 +104,7 @@ declare const _default: {
|
|
|
102
104
|
complete: string;
|
|
103
105
|
emptyFile: string;
|
|
104
106
|
upload: string;
|
|
107
|
+
removeFile: string;
|
|
105
108
|
};
|
|
106
109
|
CloseButton: {
|
|
107
110
|
closeLabel: string;
|
package/cjs/locales/es_ES.js
CHANGED
|
@@ -31,7 +31,9 @@ var Calendar = {
|
|
|
31
31
|
var _default = {
|
|
32
32
|
common: {
|
|
33
33
|
loading: 'Cargando...',
|
|
34
|
-
emptyMessage: 'Sin datos'
|
|
34
|
+
emptyMessage: 'Sin datos',
|
|
35
|
+
remove: 'Eliminar',
|
|
36
|
+
clear: 'Claro'
|
|
35
37
|
},
|
|
36
38
|
Plaintext: {
|
|
37
39
|
unfilled: 'Sin llenar',
|
|
@@ -69,7 +71,8 @@ var _default = {
|
|
|
69
71
|
error: 'Error',
|
|
70
72
|
complete: 'Terminado',
|
|
71
73
|
emptyFile: 'Vacío',
|
|
72
|
-
upload: 'Subir'
|
|
74
|
+
upload: 'Subir',
|
|
75
|
+
removeFile: 'Eliminar archivo'
|
|
73
76
|
},
|
|
74
77
|
CloseButton: {
|
|
75
78
|
closeLabel: 'Apagar'
|
package/cjs/locales/fa_IR.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ declare const _default: {
|
|
|
2
2
|
common: {
|
|
3
3
|
loading: string;
|
|
4
4
|
emptyMessage: string;
|
|
5
|
+
remove: string;
|
|
6
|
+
clear: string;
|
|
5
7
|
};
|
|
6
8
|
Plaintext: {
|
|
7
9
|
unfilled: string;
|
|
@@ -90,6 +92,7 @@ declare const _default: {
|
|
|
90
92
|
complete: string;
|
|
91
93
|
emptyFile: string;
|
|
92
94
|
upload: string;
|
|
95
|
+
removeFile: string;
|
|
93
96
|
};
|
|
94
97
|
CloseButton: {
|
|
95
98
|
closeLabel: string;
|
package/cjs/locales/fa_IR.js
CHANGED
|
@@ -27,7 +27,9 @@ var Calendar = {
|
|
|
27
27
|
var _default = {
|
|
28
28
|
common: {
|
|
29
29
|
loading: 'در حال بارگذاری...',
|
|
30
|
-
emptyMessage: 'داده ایی پیدا نشد'
|
|
30
|
+
emptyMessage: 'داده ایی پیدا نشد',
|
|
31
|
+
remove: 'برداشتن',
|
|
32
|
+
clear: 'پاک کردن'
|
|
31
33
|
},
|
|
32
34
|
Plaintext: {
|
|
33
35
|
unfilled: 'خالی',
|
|
@@ -65,7 +67,8 @@ var _default = {
|
|
|
65
67
|
error: 'مشکل',
|
|
66
68
|
complete: 'تمام شد',
|
|
67
69
|
emptyFile: 'خالی',
|
|
68
|
-
upload: 'اپلود'
|
|
70
|
+
upload: 'اپلود',
|
|
71
|
+
removeFile: 'حذف فایل'
|
|
69
72
|
},
|
|
70
73
|
CloseButton: {
|
|
71
74
|
closeLabel: 'بستن'
|
package/cjs/locales/fi_FI.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ declare const _default: {
|
|
|
2
2
|
common: {
|
|
3
3
|
loading: string;
|
|
4
4
|
emptyMessage: string;
|
|
5
|
+
remove: string;
|
|
6
|
+
clear: string;
|
|
5
7
|
};
|
|
6
8
|
Plaintext: {
|
|
7
9
|
unfilled: string;
|
|
@@ -106,6 +108,7 @@ declare const _default: {
|
|
|
106
108
|
complete: string;
|
|
107
109
|
emptyFile: string;
|
|
108
110
|
upload: string;
|
|
111
|
+
removeFile: string;
|
|
109
112
|
};
|
|
110
113
|
CloseButton: {
|
|
111
114
|
closeLabel: string;
|
package/cjs/locales/fi_FI.js
CHANGED
|
@@ -31,7 +31,9 @@ var Calendar = {
|
|
|
31
31
|
var _default = {
|
|
32
32
|
common: {
|
|
33
33
|
loading: 'Hetkinen...',
|
|
34
|
-
emptyMessage: 'Dataa ei löytynyt'
|
|
34
|
+
emptyMessage: 'Dataa ei löytynyt',
|
|
35
|
+
remove: 'Poista',
|
|
36
|
+
clear: 'Asia selvä'
|
|
35
37
|
},
|
|
36
38
|
Plaintext: {
|
|
37
39
|
unfilled: 'täyttämättömät',
|
|
@@ -73,7 +75,8 @@ var _default = {
|
|
|
73
75
|
error: 'Virhe',
|
|
74
76
|
complete: 'Valmis',
|
|
75
77
|
emptyFile: 'Tyhjä',
|
|
76
|
-
upload: 'Lataa'
|
|
78
|
+
upload: 'Lataa',
|
|
79
|
+
removeFile: 'Poista tiedosto'
|
|
77
80
|
},
|
|
78
81
|
CloseButton: {
|
|
79
82
|
closeLabel: 'Sammuttaa'
|
package/cjs/locales/fr_FR.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ declare const _default: {
|
|
|
2
2
|
common: {
|
|
3
3
|
loading: string;
|
|
4
4
|
emptyMessage: string;
|
|
5
|
+
remove: string;
|
|
6
|
+
clear: string;
|
|
5
7
|
};
|
|
6
8
|
Plaintext: {
|
|
7
9
|
unfilled: string;
|
|
@@ -90,6 +92,7 @@ declare const _default: {
|
|
|
90
92
|
complete: string;
|
|
91
93
|
emptyFile: string;
|
|
92
94
|
upload: string;
|
|
95
|
+
removeFile: string;
|
|
93
96
|
};
|
|
94
97
|
CloseButton: {
|
|
95
98
|
closeLabel: string;
|
package/cjs/locales/fr_FR.js
CHANGED
|
@@ -27,7 +27,9 @@ var Calendar = {
|
|
|
27
27
|
var _default = {
|
|
28
28
|
common: {
|
|
29
29
|
loading: 'Chargement...',
|
|
30
|
-
emptyMessage: 'Aucune donnée trouvée'
|
|
30
|
+
emptyMessage: 'Aucune donnée trouvée',
|
|
31
|
+
remove: 'Retirer',
|
|
32
|
+
clear: 'Clair'
|
|
31
33
|
},
|
|
32
34
|
Plaintext: {
|
|
33
35
|
unfilled: 'Non rempli',
|
|
@@ -65,7 +67,8 @@ var _default = {
|
|
|
65
67
|
error: 'Erreur',
|
|
66
68
|
complete: 'Terminé',
|
|
67
69
|
emptyFile: 'Vide',
|
|
68
|
-
upload: 'Uploader'
|
|
70
|
+
upload: 'Uploader',
|
|
71
|
+
removeFile: 'Supprimer le fichier'
|
|
69
72
|
},
|
|
70
73
|
CloseButton: {
|
|
71
74
|
closeLabel: 'Fermer'
|
package/cjs/locales/hu_HU.d.ts
CHANGED
|
@@ -7,6 +7,8 @@ declare const _default: {
|
|
|
7
7
|
unfilled: string;
|
|
8
8
|
notSelected: string;
|
|
9
9
|
notUploaded: string;
|
|
10
|
+
remove: string;
|
|
11
|
+
clear: string;
|
|
10
12
|
};
|
|
11
13
|
Pagination: {
|
|
12
14
|
more: string;
|
|
@@ -102,6 +104,7 @@ declare const _default: {
|
|
|
102
104
|
complete: string;
|
|
103
105
|
emptyFile: string;
|
|
104
106
|
upload: string;
|
|
107
|
+
removeFile: string;
|
|
105
108
|
};
|
|
106
109
|
CloseButton: {
|
|
107
110
|
closeLabel: string;
|
package/cjs/locales/hu_HU.js
CHANGED
|
@@ -36,7 +36,9 @@ var _default = {
|
|
|
36
36
|
Plaintext: {
|
|
37
37
|
unfilled: 'Kitöltetlen',
|
|
38
38
|
notSelected: 'Nincs kiválasztva',
|
|
39
|
-
notUploaded: 'Nincs feltöltve'
|
|
39
|
+
notUploaded: 'Nincs feltöltve',
|
|
40
|
+
remove: 'Távolítsa el',
|
|
41
|
+
clear: 'Egyértelmű'
|
|
40
42
|
},
|
|
41
43
|
Pagination: {
|
|
42
44
|
more: 'Több',
|
|
@@ -69,7 +71,8 @@ var _default = {
|
|
|
69
71
|
error: 'Hiba',
|
|
70
72
|
complete: 'Befejezett',
|
|
71
73
|
emptyFile: 'Üres',
|
|
72
|
-
upload: 'Feltöltés'
|
|
74
|
+
upload: 'Feltöltés',
|
|
75
|
+
removeFile: 'Fájl törlése'
|
|
73
76
|
},
|
|
74
77
|
CloseButton: {
|
|
75
78
|
closeLabel: 'Bezárás'
|
package/cjs/locales/index.d.ts
CHANGED
|
@@ -35,7 +35,7 @@ export declare type DatePickerLocale = PickKeys<typeof defaultLocale.DatePicker>
|
|
|
35
35
|
export declare type DateRangePickerLocale = PickKeys<typeof defaultLocale.DateRangePicker>;
|
|
36
36
|
export declare type PickerLocale = typeof defaultLocale.Picker & CommonLocale;
|
|
37
37
|
export declare type InputPickerLocale = PickerLocale & typeof defaultLocale.InputPicker;
|
|
38
|
-
export declare type UploaderLocale = PickKeys<typeof defaultLocale.Uploader
|
|
38
|
+
export declare type UploaderLocale = PickKeys<typeof defaultLocale.Uploader> & CommonLocale;
|
|
39
39
|
export declare type CloseButtonLocale = PickKeys<typeof defaultLocale.CloseButton>;
|
|
40
40
|
export declare type BreadcrumbLocale = PickKeys<typeof defaultLocale.Breadcrumb>;
|
|
41
41
|
export declare type ToggleLocale = PickKeys<typeof defaultLocale.Toggle>;
|
package/cjs/locales/it_IT.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ declare const _default: {
|
|
|
2
2
|
common: {
|
|
3
3
|
loading: string;
|
|
4
4
|
emptyMessage: string;
|
|
5
|
+
remove: string;
|
|
6
|
+
clear: string;
|
|
5
7
|
};
|
|
6
8
|
Plaintext: {
|
|
7
9
|
unfilled: string;
|
|
@@ -102,6 +104,7 @@ declare const _default: {
|
|
|
102
104
|
complete: string;
|
|
103
105
|
emptyFile: string;
|
|
104
106
|
upload: string;
|
|
107
|
+
removeFile: string;
|
|
105
108
|
};
|
|
106
109
|
CloseButton: {
|
|
107
110
|
closeLabel: string;
|
package/cjs/locales/it_IT.js
CHANGED
|
@@ -31,7 +31,9 @@ var Calendar = {
|
|
|
31
31
|
var _default = {
|
|
32
32
|
common: {
|
|
33
33
|
loading: 'Caricamento in corso...',
|
|
34
|
-
emptyMessage: 'Nessun elemento trovato'
|
|
34
|
+
emptyMessage: 'Nessun elemento trovato',
|
|
35
|
+
remove: 'Rimuovi',
|
|
36
|
+
clear: 'Chiaro'
|
|
35
37
|
},
|
|
36
38
|
Plaintext: {
|
|
37
39
|
unfilled: 'Vacanti',
|
|
@@ -69,7 +71,8 @@ var _default = {
|
|
|
69
71
|
error: 'Errore',
|
|
70
72
|
complete: 'Completato',
|
|
71
73
|
emptyFile: 'Vuoto',
|
|
72
|
-
upload: 'Carica'
|
|
74
|
+
upload: 'Carica',
|
|
75
|
+
removeFile: 'Rimuovi file'
|
|
73
76
|
},
|
|
74
77
|
CloseButton: {
|
|
75
78
|
closeLabel: 'spegnimento'
|
package/cjs/locales/ja_JP.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ declare const _default: {
|
|
|
2
2
|
common: {
|
|
3
3
|
loading: string;
|
|
4
4
|
emptyMessage: string;
|
|
5
|
+
remove: string;
|
|
6
|
+
clear: string;
|
|
5
7
|
};
|
|
6
8
|
Plaintext: {
|
|
7
9
|
unfilled: string;
|
|
@@ -102,6 +104,7 @@ declare const _default: {
|
|
|
102
104
|
complete: string;
|
|
103
105
|
emptyFile: string;
|
|
104
106
|
upload: string;
|
|
107
|
+
removeFile: string;
|
|
105
108
|
};
|
|
106
109
|
CloseButton: {
|
|
107
110
|
closeLabel: string;
|
package/cjs/locales/ja_JP.js
CHANGED
|
@@ -31,7 +31,9 @@ var Calendar = {
|
|
|
31
31
|
var _default = {
|
|
32
32
|
common: {
|
|
33
33
|
loading: '読み込み中...',
|
|
34
|
-
emptyMessage: 'データはありません。'
|
|
34
|
+
emptyMessage: 'データはありません。',
|
|
35
|
+
remove: '取り除く',
|
|
36
|
+
clear: 'クリア'
|
|
35
37
|
},
|
|
36
38
|
Plaintext: {
|
|
37
39
|
unfilled: '未記入',
|
|
@@ -69,7 +71,8 @@ var _default = {
|
|
|
69
71
|
error: 'エラー',
|
|
70
72
|
complete: '終了',
|
|
71
73
|
emptyFile: '空',
|
|
72
|
-
upload: 'アップロード'
|
|
74
|
+
upload: 'アップロード',
|
|
75
|
+
removeFile: 'ファイル削除'
|
|
73
76
|
},
|
|
74
77
|
CloseButton: {
|
|
75
78
|
closeLabel: '終了'
|
package/cjs/locales/kk_KZ.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ declare const _default: {
|
|
|
2
2
|
common: {
|
|
3
3
|
loading: string;
|
|
4
4
|
emptyMessage: string;
|
|
5
|
+
remove: string;
|
|
6
|
+
clear: string;
|
|
5
7
|
};
|
|
6
8
|
Plaintext: {
|
|
7
9
|
unfilled: string;
|
|
@@ -90,6 +92,7 @@ declare const _default: {
|
|
|
90
92
|
complete: string;
|
|
91
93
|
emptyFile: string;
|
|
92
94
|
upload: string;
|
|
95
|
+
removeFile: string;
|
|
93
96
|
};
|
|
94
97
|
CloseButton: {
|
|
95
98
|
closeLabel: string;
|
package/cjs/locales/kk_KZ.js
CHANGED
|
@@ -27,7 +27,9 @@ var Calendar = {
|
|
|
27
27
|
var _default = {
|
|
28
28
|
common: {
|
|
29
29
|
loading: 'Жүктелуде...',
|
|
30
|
-
emptyMessage: 'Мәліметтер жоқ'
|
|
30
|
+
emptyMessage: 'Мәліметтер жоқ',
|
|
31
|
+
remove: 'Жою',
|
|
32
|
+
clear: 'Таза'
|
|
31
33
|
},
|
|
32
34
|
Plaintext: {
|
|
33
35
|
unfilled: 'Мәліметтер жоқ',
|
|
@@ -65,7 +67,8 @@ var _default = {
|
|
|
65
67
|
error: 'Қате',
|
|
66
68
|
complete: 'Жүктелді',
|
|
67
69
|
emptyFile: 'Бос',
|
|
68
|
-
upload: 'Жүктеу'
|
|
70
|
+
upload: 'Жүктеу',
|
|
71
|
+
removeFile: 'Файлды жою'
|
|
69
72
|
},
|
|
70
73
|
CloseButton: {
|
|
71
74
|
closeLabel: 'Жабу'
|
package/cjs/locales/ko_KR.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ declare const _default: {
|
|
|
2
2
|
common: {
|
|
3
3
|
loading: string;
|
|
4
4
|
emptyMessage: string;
|
|
5
|
+
remove: string;
|
|
6
|
+
clear: string;
|
|
5
7
|
};
|
|
6
8
|
Plaintext: {
|
|
7
9
|
unfilled: string;
|
|
@@ -102,6 +104,7 @@ declare const _default: {
|
|
|
102
104
|
complete: string;
|
|
103
105
|
emptyFile: string;
|
|
104
106
|
upload: string;
|
|
107
|
+
removeFile: string;
|
|
105
108
|
};
|
|
106
109
|
CloseButton: {
|
|
107
110
|
closeLabel: string;
|
package/cjs/locales/ko_KR.js
CHANGED
|
@@ -31,7 +31,9 @@ var Calendar = {
|
|
|
31
31
|
var _default = {
|
|
32
32
|
common: {
|
|
33
33
|
loading: '로딩...',
|
|
34
|
-
emptyMessage: '데이터가 없습니다'
|
|
34
|
+
emptyMessage: '데이터가 없습니다',
|
|
35
|
+
remove: '제거하다',
|
|
36
|
+
clear: '분명한'
|
|
35
37
|
},
|
|
36
38
|
Plaintext: {
|
|
37
39
|
unfilled: '채워지지 않은',
|
|
@@ -69,7 +71,8 @@ var _default = {
|
|
|
69
71
|
error: '오류',
|
|
70
72
|
complete: '끝마친',
|
|
71
73
|
emptyFile: '빈',
|
|
72
|
-
upload: '업로드'
|
|
74
|
+
upload: '업로드',
|
|
75
|
+
removeFile: '파일 삭제'
|
|
73
76
|
},
|
|
74
77
|
CloseButton: {
|
|
75
78
|
closeLabel: '종료'
|
package/cjs/locales/ne_NP.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ declare const _default: {
|
|
|
2
2
|
common: {
|
|
3
3
|
loading: string;
|
|
4
4
|
emptyMessage: string;
|
|
5
|
+
remove: string;
|
|
6
|
+
clear: string;
|
|
5
7
|
};
|
|
6
8
|
Plaintext: {
|
|
7
9
|
unfilled: string;
|
|
@@ -102,6 +104,7 @@ declare const _default: {
|
|
|
102
104
|
complete: string;
|
|
103
105
|
emptyFile: string;
|
|
104
106
|
upload: string;
|
|
107
|
+
removeFile: string;
|
|
105
108
|
};
|
|
106
109
|
CloseButton: {
|
|
107
110
|
closeLabel: string;
|
package/cjs/locales/ne_NP.js
CHANGED
|
@@ -31,7 +31,9 @@ var Calendar = {
|
|
|
31
31
|
var _default = {
|
|
32
32
|
common: {
|
|
33
33
|
loading: 'लोड हुँदैछ...',
|
|
34
|
-
emptyMessage: 'कुनै डाटा छैन'
|
|
34
|
+
emptyMessage: 'कुनै डाटा छैन',
|
|
35
|
+
remove: 'हटाउनुहोस्',
|
|
36
|
+
clear: 'खाली गर्नुहोस्'
|
|
35
37
|
},
|
|
36
38
|
Plaintext: {
|
|
37
39
|
unfilled: 'भरिएको छैन',
|
|
@@ -69,7 +71,8 @@ var _default = {
|
|
|
69
71
|
error: 'त्रुटि भयो',
|
|
70
72
|
complete: 'समाप्त',
|
|
71
73
|
emptyFile: 'खाली',
|
|
72
|
-
upload: 'अपलोड गर्नुहोस्'
|
|
74
|
+
upload: 'अपलोड गर्नुहोस्',
|
|
75
|
+
removeFile: 'फाइल हटाउनुहोस्'
|
|
73
76
|
},
|
|
74
77
|
CloseButton: {
|
|
75
78
|
closeLabel: 'बन्द गर्नुहोस्'
|
package/cjs/locales/nl_NL.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ declare const _default: {
|
|
|
2
2
|
common: {
|
|
3
3
|
loading: string;
|
|
4
4
|
emptyMessage: string;
|
|
5
|
+
remove: string;
|
|
6
|
+
clear: string;
|
|
5
7
|
};
|
|
6
8
|
Plaintext: {
|
|
7
9
|
unfilled: string;
|
|
@@ -90,6 +92,7 @@ declare const _default: {
|
|
|
90
92
|
complete: string;
|
|
91
93
|
emptyFile: string;
|
|
92
94
|
upload: string;
|
|
95
|
+
removeFile: string;
|
|
93
96
|
};
|
|
94
97
|
CloseButton: {
|
|
95
98
|
closeLabel: string;
|
package/cjs/locales/nl_NL.js
CHANGED
|
@@ -27,7 +27,9 @@ var Calendar = {
|
|
|
27
27
|
var _default = {
|
|
28
28
|
common: {
|
|
29
29
|
loading: 'Laden...',
|
|
30
|
-
emptyMessage: 'Geen data gevonden'
|
|
30
|
+
emptyMessage: 'Geen data gevonden',
|
|
31
|
+
remove: 'Verwijderen',
|
|
32
|
+
clear: 'Duidelijk'
|
|
31
33
|
},
|
|
32
34
|
Plaintext: {
|
|
33
35
|
unfilled: 'Ongevuld',
|
|
@@ -65,7 +67,8 @@ var _default = {
|
|
|
65
67
|
error: 'Error',
|
|
66
68
|
complete: 'Voltooid',
|
|
67
69
|
emptyFile: 'Leeg',
|
|
68
|
-
upload: 'Upload'
|
|
70
|
+
upload: 'Upload',
|
|
71
|
+
removeFile: 'Verwijder bestand'
|
|
69
72
|
},
|
|
70
73
|
CloseButton: {
|
|
71
74
|
closeLabel: 'Sluiten'
|
package/cjs/locales/pt_BR.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ declare const _default: {
|
|
|
2
2
|
common: {
|
|
3
3
|
loading: string;
|
|
4
4
|
emptyMessage: string;
|
|
5
|
+
remove: string;
|
|
6
|
+
clear: string;
|
|
5
7
|
};
|
|
6
8
|
Plaintext: {
|
|
7
9
|
unfilled: string;
|
|
@@ -90,6 +92,7 @@ declare const _default: {
|
|
|
90
92
|
complete: string;
|
|
91
93
|
emptyFile: string;
|
|
92
94
|
upload: string;
|
|
95
|
+
removeFile: string;
|
|
93
96
|
};
|
|
94
97
|
CloseButton: {
|
|
95
98
|
closeLabel: string;
|
package/cjs/locales/pt_BR.js
CHANGED
|
@@ -27,7 +27,9 @@ var Calendar = {
|
|
|
27
27
|
var _default = {
|
|
28
28
|
common: {
|
|
29
29
|
loading: 'Carregando...',
|
|
30
|
-
emptyMessage: 'Nenhum dado encontrado'
|
|
30
|
+
emptyMessage: 'Nenhum dado encontrado',
|
|
31
|
+
remove: 'Remover',
|
|
32
|
+
clear: 'Claro'
|
|
31
33
|
},
|
|
32
34
|
Plaintext: {
|
|
33
35
|
unfilled: 'sin llenar',
|
|
@@ -65,7 +67,8 @@ var _default = {
|
|
|
65
67
|
error: 'Erro',
|
|
66
68
|
complete: 'Finalizado',
|
|
67
69
|
emptyFile: 'Em branco',
|
|
68
|
-
upload: 'Upload'
|
|
70
|
+
upload: 'Upload',
|
|
71
|
+
removeFile: 'Remover arquivo'
|
|
69
72
|
},
|
|
70
73
|
CloseButton: {
|
|
71
74
|
closeLabel: 'Apagar'
|
package/cjs/locales/ru_RU.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ declare const _default: {
|
|
|
2
2
|
common: {
|
|
3
3
|
loading: string;
|
|
4
4
|
emptyMessage: string;
|
|
5
|
+
remove: string;
|
|
6
|
+
clear: string;
|
|
5
7
|
};
|
|
6
8
|
Plaintext: {
|
|
7
9
|
unfilled: string;
|
|
@@ -90,6 +92,7 @@ declare const _default: {
|
|
|
90
92
|
complete: string;
|
|
91
93
|
emptyFile: string;
|
|
92
94
|
upload: string;
|
|
95
|
+
removeFile: string;
|
|
93
96
|
};
|
|
94
97
|
CloseButton: {
|
|
95
98
|
closeLabel: string;
|
package/cjs/locales/ru_RU.js
CHANGED
|
@@ -27,7 +27,9 @@ var Calendar = {
|
|
|
27
27
|
var _default = {
|
|
28
28
|
common: {
|
|
29
29
|
loading: 'Загрузка...',
|
|
30
|
-
emptyMessage: 'Данные не найдены'
|
|
30
|
+
emptyMessage: 'Данные не найдены',
|
|
31
|
+
remove: 'Удалять',
|
|
32
|
+
clear: 'Прозрачный'
|
|
31
33
|
},
|
|
32
34
|
Plaintext: {
|
|
33
35
|
unfilled: 'незаполненной',
|
|
@@ -65,10 +67,11 @@ var _default = {
|
|
|
65
67
|
error: 'Ошибка',
|
|
66
68
|
complete: 'Завершено',
|
|
67
69
|
emptyFile: 'Пусто',
|
|
68
|
-
upload: 'Загрузить'
|
|
70
|
+
upload: 'Загрузить',
|
|
71
|
+
removeFile: 'Удалить файл'
|
|
69
72
|
},
|
|
70
73
|
CloseButton: {
|
|
71
|
-
closeLabel: '
|
|
74
|
+
closeLabel: 'Закрыть'
|
|
72
75
|
},
|
|
73
76
|
Breadcrumb: {
|
|
74
77
|
expandText: 'Показать путь'
|
package/cjs/locales/sv_SE.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ declare const _default: {
|
|
|
2
2
|
common: {
|
|
3
3
|
loading: string;
|
|
4
4
|
emptyMessage: string;
|
|
5
|
+
remove: string;
|
|
6
|
+
clear: string;
|
|
5
7
|
};
|
|
6
8
|
Plaintext: {
|
|
7
9
|
unfilled: string;
|
|
@@ -102,6 +104,7 @@ declare const _default: {
|
|
|
102
104
|
complete: string;
|
|
103
105
|
emptyFile: string;
|
|
104
106
|
upload: string;
|
|
107
|
+
removeFile: string;
|
|
105
108
|
};
|
|
106
109
|
CloseButton: {
|
|
107
110
|
closeLabel: string;
|
package/cjs/locales/sv_SE.js
CHANGED
|
@@ -31,7 +31,9 @@ var Calendar = {
|
|
|
31
31
|
var _default = {
|
|
32
32
|
common: {
|
|
33
33
|
loading: 'Laddar...',
|
|
34
|
-
emptyMessage: 'Kunde inte hitta data'
|
|
34
|
+
emptyMessage: 'Kunde inte hitta data',
|
|
35
|
+
remove: 'Ta bort',
|
|
36
|
+
clear: 'Rensa'
|
|
35
37
|
},
|
|
36
38
|
Plaintext: {
|
|
37
39
|
unfilled: 'Ofylld',
|
|
@@ -69,7 +71,8 @@ var _default = {
|
|
|
69
71
|
error: 'Fel',
|
|
70
72
|
complete: 'Färdig',
|
|
71
73
|
emptyFile: 'Tom',
|
|
72
|
-
upload: 'Ladda upp'
|
|
74
|
+
upload: 'Ladda upp',
|
|
75
|
+
removeFile: 'Radera filer'
|
|
73
76
|
},
|
|
74
77
|
CloseButton: {
|
|
75
78
|
closeLabel: 'Stänga av'
|
package/cjs/locales/tr_TR.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ declare const _default: {
|
|
|
2
2
|
common: {
|
|
3
3
|
loading: string;
|
|
4
4
|
emptyMessage: string;
|
|
5
|
+
remove: string;
|
|
6
|
+
clear: string;
|
|
5
7
|
};
|
|
6
8
|
Plaintext: {
|
|
7
9
|
unfilled: string;
|
|
@@ -90,6 +92,7 @@ declare const _default: {
|
|
|
90
92
|
complete: string;
|
|
91
93
|
emptyFile: string;
|
|
92
94
|
upload: string;
|
|
95
|
+
removeFile: string;
|
|
93
96
|
};
|
|
94
97
|
CloseButton: {
|
|
95
98
|
closeLabel: string;
|
package/cjs/locales/tr_TR.js
CHANGED
|
@@ -27,7 +27,9 @@ var Calendar = {
|
|
|
27
27
|
var _default = {
|
|
28
28
|
common: {
|
|
29
29
|
loading: 'Yükleniyor...',
|
|
30
|
-
emptyMessage: 'Veri bulunamadı'
|
|
30
|
+
emptyMessage: 'Veri bulunamadı',
|
|
31
|
+
remove: 'Kaldır',
|
|
32
|
+
clear: 'Temizlemek'
|
|
31
33
|
},
|
|
32
34
|
Plaintext: {
|
|
33
35
|
unfilled: 'Doldurulmadı',
|
|
@@ -65,7 +67,8 @@ var _default = {
|
|
|
65
67
|
error: 'Hata',
|
|
66
68
|
complete: 'Tamamlandı',
|
|
67
69
|
emptyFile: 'Boş',
|
|
68
|
-
upload: 'Yükle'
|
|
70
|
+
upload: 'Yükle',
|
|
71
|
+
removeFile: 'Dosyayı kaldır'
|
|
69
72
|
},
|
|
70
73
|
CloseButton: {
|
|
71
74
|
closeLabel: 'Kapat'
|
package/cjs/locales/zh_CN.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ declare const _default: {
|
|
|
2
2
|
common: {
|
|
3
3
|
loading: string;
|
|
4
4
|
emptyMessage: string;
|
|
5
|
+
remove: string;
|
|
6
|
+
clear: string;
|
|
5
7
|
};
|
|
6
8
|
Plaintext: {
|
|
7
9
|
unfilled: string;
|
|
@@ -90,6 +92,7 @@ declare const _default: {
|
|
|
90
92
|
complete: string;
|
|
91
93
|
emptyFile: string;
|
|
92
94
|
upload: string;
|
|
95
|
+
removeFile: string;
|
|
93
96
|
};
|
|
94
97
|
CloseButton: {
|
|
95
98
|
closeLabel: string;
|
package/cjs/locales/zh_CN.js
CHANGED
|
@@ -27,7 +27,9 @@ var Calendar = {
|
|
|
27
27
|
var _default = {
|
|
28
28
|
common: {
|
|
29
29
|
loading: '加载中...',
|
|
30
|
-
emptyMessage: '数据为空'
|
|
30
|
+
emptyMessage: '数据为空',
|
|
31
|
+
remove: '移除',
|
|
32
|
+
clear: '清除'
|
|
31
33
|
},
|
|
32
34
|
Plaintext: {
|
|
33
35
|
unfilled: '未填写',
|
|
@@ -65,7 +67,8 @@ var _default = {
|
|
|
65
67
|
error: '上传出错',
|
|
66
68
|
complete: '上传完成',
|
|
67
69
|
emptyFile: '无文件',
|
|
68
|
-
upload: '上传'
|
|
70
|
+
upload: '上传',
|
|
71
|
+
removeFile: '删除文件'
|
|
69
72
|
},
|
|
70
73
|
CloseButton: {
|
|
71
74
|
closeLabel: '关闭'
|
package/cjs/locales/zh_TW.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ declare const _default: {
|
|
|
2
2
|
common: {
|
|
3
3
|
loading: string;
|
|
4
4
|
emptyMessage: string;
|
|
5
|
+
remove: string;
|
|
6
|
+
clear: string;
|
|
5
7
|
};
|
|
6
8
|
Plaintext: {
|
|
7
9
|
unfilled: string;
|
|
@@ -90,6 +92,7 @@ declare const _default: {
|
|
|
90
92
|
complete: string;
|
|
91
93
|
emptyFile: string;
|
|
92
94
|
upload: string;
|
|
95
|
+
removeFile: string;
|
|
93
96
|
};
|
|
94
97
|
CloseButton: {
|
|
95
98
|
closeLabel: string;
|
package/cjs/locales/zh_TW.js
CHANGED
|
@@ -27,7 +27,9 @@ var Calendar = {
|
|
|
27
27
|
var _default = {
|
|
28
28
|
common: {
|
|
29
29
|
loading: '讀取中...',
|
|
30
|
-
emptyMessage: '沒有資料'
|
|
30
|
+
emptyMessage: '沒有資料',
|
|
31
|
+
remove: '移除',
|
|
32
|
+
clear: '清除'
|
|
31
33
|
},
|
|
32
34
|
Plaintext: {
|
|
33
35
|
unfilled: '未填寫',
|
|
@@ -65,7 +67,8 @@ var _default = {
|
|
|
65
67
|
error: '上傳出錯',
|
|
66
68
|
complete: '上傳完成',
|
|
67
69
|
emptyFile: '無文件',
|
|
68
|
-
upload: '上傳'
|
|
70
|
+
upload: '上傳',
|
|
71
|
+
removeFile: '刪除文件'
|
|
69
72
|
},
|
|
70
73
|
CloseButton: {
|
|
71
74
|
closeLabel: '關閉'
|