rsuite 5.72.0 → 5.73.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 +17 -0
- package/Calendar/styles/index.css +28 -31
- package/Calendar/styles/index.less +21 -27
- package/CheckPicker/styles/index.css +0 -1
- package/DatePicker/styles/index.css +28 -34
- package/DatePicker/styles/index.less +0 -4
- package/DateRangePicker/styles/index.css +28 -37
- package/DateRangePicker/styles/index.less +0 -4
- package/InputPicker/styles/index.css +0 -1
- package/Pagination/styles/index.css +0 -1
- package/SelectPicker/styles/index.css +0 -1
- package/TagInput/styles/index.css +0 -1
- package/TagPicker/styles/index.css +0 -1
- package/TimePicker/styles/index.css +28 -34
- package/TimeRangePicker/styles/index.css +28 -37
- package/cjs/Calendar/CalendarHeader.js +4 -4
- package/cjs/Calendar/{MonthDropdown.d.ts → MonthDropdown/MonthDropdown.d.ts} +1 -2
- package/cjs/Calendar/{MonthDropdown.js → MonthDropdown/MonthDropdown.js} +14 -20
- package/cjs/Calendar/{MonthDropdownItem.d.ts → MonthDropdown/MonthDropdownItem.d.ts} +1 -1
- package/cjs/Calendar/{MonthDropdownItem.js → MonthDropdown/MonthDropdownItem.js} +6 -6
- package/cjs/Calendar/MonthDropdown/index.d.ts +2 -0
- package/cjs/Calendar/MonthDropdown/index.js +8 -0
- package/cjs/Calendar/utils/index.d.ts +1 -0
- package/cjs/Calendar/utils/index.js +4 -2
- package/cjs/Calendar/utils/isEveryDateInMonth.d.ts +1 -0
- package/cjs/Calendar/utils/isEveryDateInMonth.js +15 -0
- package/cjs/CascadeTree/TreeView.js +3 -3
- package/cjs/CustomProvider/CustomProvider.d.ts +31 -13
- package/cjs/CustomProvider/CustomProvider.js +20 -6
- package/cjs/DatePicker/DatePicker.js +12 -12
- package/cjs/DateRangePicker/DateRangePicker.js +1 -1
- package/cjs/Dropdown/Dropdown.d.ts +1 -1
- package/cjs/Dropdown/DropdownItem.d.ts +1 -1
- package/cjs/Dropdown/DropdownMenu.d.ts +1 -1
- package/cjs/Dropdown/DropdownMenu.js +3 -3
- package/cjs/Dropdown/DropdownToggle.d.ts +1 -1
- package/cjs/FormHelpText/FormHelpText.js +2 -2
- package/cjs/IconButton/IconButton.d.ts +1 -1
- package/cjs/MultiCascadeTree/TreeView.js +3 -3
- package/cjs/Nav/NavDropdownItem.d.ts +1 -1
- package/cjs/Nav/NavDropdownMenu.d.ts +1 -1
- package/cjs/Nav/NavDropdownMenu.js +3 -3
- package/cjs/Nav/NavItem.d.ts +1 -1
- package/cjs/Navbar/NavbarDropdown.d.ts +1 -1
- package/cjs/Navbar/NavbarDropdownItem.d.ts +1 -1
- package/cjs/Navbar/NavbarDropdownMenu.d.ts +1 -1
- package/cjs/Navbar/NavbarDropdownMenu.js +3 -3
- package/cjs/Navbar/NavbarItem.d.ts +1 -1
- package/cjs/Pagination/Pagination.js +5 -5
- package/cjs/Panel/AccordionButton.js +2 -2
- package/cjs/Sidenav/ExpandedSidenavDropdown.d.ts +1 -1
- package/cjs/Sidenav/ExpandedSidenavDropdownItem.d.ts +1 -1
- package/cjs/Sidenav/ExpandedSidenavDropdownMenu.d.ts +1 -1
- package/cjs/Sidenav/SidenavDropdown.d.ts +1 -1
- package/cjs/Sidenav/SidenavDropdownItem.d.ts +1 -1
- package/cjs/Sidenav/SidenavDropdownMenu.d.ts +1 -1
- package/cjs/Sidenav/SidenavItem.d.ts +1 -1
- package/cjs/Sidenav/SidenavToggle.js +3 -3
- package/cjs/Steps/StepItem.d.ts +1 -1
- package/cjs/internals/Picker/ListItemGroup.js +1 -1
- package/cjs/internals/Picker/PickerIndicator.js +2 -2
- package/cjs/internals/Picker/PickerToggle.d.ts +1 -1
- package/cjs/internals/SearchBox/SearchBox.js +1 -1
- package/cjs/internals/constants/statusIcons.js +7 -7
- package/cjs/internals/hooks/useToggleCaret.d.ts +1 -1
- package/cjs/locales/hu_HU.d.ts +2 -0
- package/cjs/locales/hu_HU.js +3 -1
- package/dist/rsuite-no-reset-rtl.css +28 -39
- 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 +28 -39
- package/dist/rsuite-no-reset.min.css +1 -1
- package/dist/rsuite-no-reset.min.css.map +1 -1
- package/dist/rsuite-rtl.css +28 -39
- package/dist/rsuite-rtl.min.css +1 -1
- package/dist/rsuite-rtl.min.css.map +1 -1
- package/dist/rsuite.css +28 -39
- package/dist/rsuite.js +441 -5214
- 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/Calendar/CalendarContainer.js +1 -1
- package/esm/Calendar/CalendarHeader.js +4 -4
- package/esm/Calendar/{MonthDropdown.d.ts → MonthDropdown/MonthDropdown.d.ts} +1 -2
- package/esm/Calendar/{MonthDropdown.js → MonthDropdown/MonthDropdown.js} +13 -18
- package/esm/Calendar/{MonthDropdownItem.d.ts → MonthDropdown/MonthDropdownItem.d.ts} +1 -1
- package/esm/Calendar/{MonthDropdownItem.js → MonthDropdown/MonthDropdownItem.js} +6 -6
- package/esm/Calendar/MonthDropdown/index.d.ts +2 -0
- package/esm/Calendar/MonthDropdown/index.js +3 -0
- package/esm/Calendar/utils/index.d.ts +1 -0
- package/esm/Calendar/utils/index.js +2 -1
- package/esm/Calendar/utils/isEveryDateInMonth.d.ts +1 -0
- package/esm/Calendar/utils/isEveryDateInMonth.js +11 -0
- package/esm/CascadeTree/TreeView.js +3 -3
- package/esm/CustomProvider/CustomProvider.d.ts +31 -13
- package/esm/CustomProvider/CustomProvider.js +20 -6
- package/esm/DatePicker/DatePicker.js +3 -3
- package/esm/DateRangePicker/DateRangePicker.js +2 -2
- package/esm/Dropdown/Dropdown.d.ts +1 -1
- package/esm/Dropdown/DropdownItem.d.ts +1 -1
- package/esm/Dropdown/DropdownMenu.d.ts +1 -1
- package/esm/Dropdown/DropdownMenu.js +3 -3
- package/esm/Dropdown/DropdownToggle.d.ts +1 -1
- package/esm/FormHelpText/FormHelpText.js +2 -2
- package/esm/IconButton/IconButton.d.ts +1 -1
- package/esm/MultiCascadeTree/TreeView.js +3 -3
- package/esm/Nav/NavDropdownItem.d.ts +1 -1
- package/esm/Nav/NavDropdownMenu.d.ts +1 -1
- package/esm/Nav/NavDropdownMenu.js +3 -3
- package/esm/Nav/NavItem.d.ts +1 -1
- package/esm/Navbar/NavbarDropdown.d.ts +1 -1
- package/esm/Navbar/NavbarDropdownItem.d.ts +1 -1
- package/esm/Navbar/NavbarDropdownMenu.d.ts +1 -1
- package/esm/Navbar/NavbarDropdownMenu.js +3 -3
- package/esm/Navbar/NavbarItem.d.ts +1 -1
- package/esm/Pagination/Pagination.js +10 -10
- package/esm/Panel/AccordionButton.js +1 -1
- package/esm/Sidenav/ExpandedSidenavDropdown.d.ts +1 -1
- package/esm/Sidenav/ExpandedSidenavDropdownItem.d.ts +1 -1
- package/esm/Sidenav/ExpandedSidenavDropdownMenu.d.ts +1 -1
- package/esm/Sidenav/SidenavDropdown.d.ts +1 -1
- package/esm/Sidenav/SidenavDropdownItem.d.ts +1 -1
- package/esm/Sidenav/SidenavDropdownMenu.d.ts +1 -1
- package/esm/Sidenav/SidenavItem.d.ts +1 -1
- package/esm/Sidenav/SidenavToggle.js +3 -3
- package/esm/Steps/StepItem.d.ts +1 -1
- package/esm/internals/Picker/ListItemGroup.js +2 -2
- package/esm/internals/Picker/PickerIndicator.js +1 -1
- package/esm/internals/Picker/PickerToggle.d.ts +1 -1
- package/esm/internals/SearchBox/SearchBox.js +2 -2
- package/esm/internals/constants/statusIcons.js +7 -7
- package/esm/internals/hooks/useToggleCaret.d.ts +1 -1
- package/esm/locales/hu_HU.d.ts +2 -0
- package/esm/locales/hu_HU.js +3 -1
- package/internals/Picker/styles/mixin.less +0 -1
- package/package.json +2 -2
- package/styles/variables.less +1 -1
|
@@ -7,19 +7,19 @@ var _excluded = ["as", "className", "classPrefix", "disabled", "locale", "active
|
|
|
7
7
|
_excluded2 = ["eventKey", "disabled"];
|
|
8
8
|
import React from 'react';
|
|
9
9
|
import PropTypes from 'prop-types';
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
10
|
+
import MoreIcon from '@rsuite/icons/More';
|
|
11
|
+
import PagePreviousIcon from '@rsuite/icons/PagePrevious';
|
|
12
|
+
import PageTopIcon from '@rsuite/icons/PageTop';
|
|
13
|
+
import PageNextIcon from '@rsuite/icons/PageNext';
|
|
14
|
+
import PageEndIcon from '@rsuite/icons/PageEnd';
|
|
15
15
|
import PaginationButton from "./PaginationButton.js";
|
|
16
16
|
import { useClassNames, useCustom } from "../internals/hooks/index.js";
|
|
17
17
|
var PAGINATION_ICONS = {
|
|
18
|
-
more: /*#__PURE__*/React.createElement(
|
|
19
|
-
prev: /*#__PURE__*/React.createElement(
|
|
20
|
-
next: /*#__PURE__*/React.createElement(
|
|
21
|
-
first: /*#__PURE__*/React.createElement(
|
|
22
|
-
last: /*#__PURE__*/React.createElement(
|
|
18
|
+
more: /*#__PURE__*/React.createElement(MoreIcon, null),
|
|
19
|
+
prev: /*#__PURE__*/React.createElement(PagePreviousIcon, null),
|
|
20
|
+
next: /*#__PURE__*/React.createElement(PageNextIcon, null),
|
|
21
|
+
first: /*#__PURE__*/React.createElement(PageTopIcon, null),
|
|
22
|
+
last: /*#__PURE__*/React.createElement(PageEndIcon, null)
|
|
23
23
|
};
|
|
24
24
|
/**
|
|
25
25
|
* Pagination component for displaying page numbers.
|
|
@@ -5,7 +5,7 @@ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWith
|
|
|
5
5
|
var _templateObject;
|
|
6
6
|
var _excluded = ["classPrefix", "expanded", "id", "className", "controlId", "children", "disabled", "caretAs"];
|
|
7
7
|
import React from 'react';
|
|
8
|
-
import
|
|
8
|
+
import Icon from '@rsuite/icons/Icon';
|
|
9
9
|
import AngleDownIcon from '@rsuite/icons/legacy/AngleDown';
|
|
10
10
|
import { useClassNames } from "../internals/hooks/index.js";
|
|
11
11
|
var AccordionButton = function AccordionButton(props) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { TypeAttributes, WithAsProps, RsRefForwardingComponent } from '../internals/types';
|
|
3
|
-
import { IconProps } from '@rsuite/icons/
|
|
3
|
+
import { IconProps } from '@rsuite/icons/Icon';
|
|
4
4
|
export interface SidenavDropdownProps<T = any> extends WithAsProps, Omit<React.HTMLAttributes<HTMLElement>, 'title'> {
|
|
5
5
|
/** Define the title as a submenu */
|
|
6
6
|
title?: React.ReactNode;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { RsRefForwardingComponent, WithAsProps } from '../internals/types';
|
|
3
|
-
import { IconProps } from '@rsuite/icons/
|
|
3
|
+
import { IconProps } from '@rsuite/icons/Icon';
|
|
4
4
|
export interface SidenavDropdownItemProps<T = any> extends WithAsProps, Omit<React.HTMLAttributes<HTMLElement>, 'onSelect'> {
|
|
5
5
|
/** Active the current option */
|
|
6
6
|
active?: boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { RsRefForwardingComponent, WithAsProps } from '../internals/types';
|
|
3
|
-
import { IconProps } from '@rsuite/icons/
|
|
3
|
+
import { IconProps } from '@rsuite/icons/Icon';
|
|
4
4
|
export interface SidenavDropdownMenuProps<T = any> extends WithAsProps, Omit<React.HTMLAttributes<HTMLLIElement>, 'title' | 'onSelect'> {
|
|
5
5
|
/** Primary content */
|
|
6
6
|
children?: React.ReactNode;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { TypeAttributes, WithAsProps, RsRefForwardingComponent } from '../internals/types';
|
|
3
|
-
import { IconProps } from '@rsuite/icons/
|
|
3
|
+
import { IconProps } from '@rsuite/icons/Icon';
|
|
4
4
|
import Button from '../Button';
|
|
5
5
|
import NavDropdownItem from '../Nav/NavDropdownItem';
|
|
6
6
|
import NavDropdownMenu from '../Nav/NavDropdownMenu';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RsRefForwardingComponent, WithAsProps } from '../internals/types';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import { IconProps } from '@rsuite/icons/
|
|
3
|
+
import { IconProps } from '@rsuite/icons/Icon';
|
|
4
4
|
export interface SidenavDropdownItemProps<T = any> extends WithAsProps, Omit<React.HTMLAttributes<HTMLElement>, 'onSelect'> {
|
|
5
5
|
/** Active the current option */
|
|
6
6
|
active?: boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { StandardProps } from '../internals/types';
|
|
3
|
-
import { IconProps } from '@rsuite/icons/
|
|
3
|
+
import { IconProps } from '@rsuite/icons/Icon';
|
|
4
4
|
export interface SidenavDropdownMenuProps<T = any> extends StandardProps {
|
|
5
5
|
/** Define the title as a submenu */
|
|
6
6
|
title?: React.ReactNode;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { WithAsProps, RsRefForwardingComponent } from '../internals/types';
|
|
3
|
-
import { IconProps } from '@rsuite/icons/
|
|
3
|
+
import { IconProps } from '@rsuite/icons/Icon';
|
|
4
4
|
export interface SidenavItemProps<T = any> extends WithAsProps, Omit<React.HTMLAttributes<HTMLElement>, 'onSelect'> {
|
|
5
5
|
/** Activation status */
|
|
6
6
|
active?: boolean;
|
|
@@ -4,10 +4,10 @@ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWith
|
|
|
4
4
|
var _excluded = ["as", "expanded", "className", "classPrefix", "onToggle"];
|
|
5
5
|
import React, { useContext } from 'react';
|
|
6
6
|
import PropTypes from 'prop-types';
|
|
7
|
+
import PagePreviousIcon from '@rsuite/icons/PagePrevious';
|
|
8
|
+
import PageNextIcon from '@rsuite/icons/PageNext';
|
|
7
9
|
import IconButton from "../IconButton/index.js";
|
|
8
10
|
import { useClassNames } from "../internals/hooks/index.js";
|
|
9
|
-
import AngleLeft from '@rsuite/icons/legacy/AngleLeft';
|
|
10
|
-
import AngleRight from '@rsuite/icons/legacy/AngleRight';
|
|
11
11
|
import { deprecatePropType } from "../internals/propTypes/index.js";
|
|
12
12
|
import { SidenavContext } from "./Sidenav.js";
|
|
13
13
|
var SidenavToggle = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
@@ -33,7 +33,7 @@ var SidenavToggle = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
33
33
|
var classes = merge(className, withClassPrefix({
|
|
34
34
|
collapsed: !expanded
|
|
35
35
|
}));
|
|
36
|
-
var Icon = expanded ?
|
|
36
|
+
var Icon = expanded ? PagePreviousIcon : PageNextIcon;
|
|
37
37
|
var handleToggle = function handleToggle(event) {
|
|
38
38
|
onToggle === null || onToggle === void 0 ? void 0 : onToggle(!expanded, event);
|
|
39
39
|
};
|
package/esm/Steps/StepItem.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { IconProps } from '@rsuite/icons/
|
|
2
|
+
import { IconProps } from '@rsuite/icons/Icon';
|
|
3
3
|
import { WithAsProps, RsRefForwardingComponent } from '../internals/types';
|
|
4
4
|
export interface StepItemProps extends WithAsProps {
|
|
5
5
|
/** The width of each item. */
|
|
@@ -6,7 +6,7 @@ var _templateObject, _templateObject2;
|
|
|
6
6
|
var _excluded = ["as", "classPrefix", "children", "className"];
|
|
7
7
|
import React from 'react';
|
|
8
8
|
import { useClassNames } from "../hooks/index.js";
|
|
9
|
-
import
|
|
9
|
+
import ArrowDownIcon from '@rsuite/icons/ArrowDown';
|
|
10
10
|
var ListItemGroup = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
11
11
|
var _props$as = props.as,
|
|
12
12
|
Component = _props$as === void 0 ? 'div' : _props$as,
|
|
@@ -28,7 +28,7 @@ var ListItemGroup = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
28
28
|
}), /*#__PURE__*/React.createElement("div", {
|
|
29
29
|
className: prefix(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["title"]))),
|
|
30
30
|
tabIndex: -1
|
|
31
|
-
}, /*#__PURE__*/React.createElement("span", null, children), /*#__PURE__*/React.createElement(
|
|
31
|
+
}, /*#__PURE__*/React.createElement("span", null, children), /*#__PURE__*/React.createElement(ArrowDownIcon, {
|
|
32
32
|
"aria-hidden": true,
|
|
33
33
|
className: prefix(_templateObject2 || (_templateObject2 = _taggedTemplateLiteralLoose(["caret"])))
|
|
34
34
|
})));
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import
|
|
3
|
+
import Icon from '@rsuite/icons/Icon';
|
|
4
4
|
import { useCustom, useClassNames } from "../hooks/index.js";
|
|
5
5
|
import InputGroup from "../../InputGroup/index.js";
|
|
6
6
|
import CloseButton from "../CloseButton/index.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import ToggleButton, { ToggleButtonProps } from './ToggleButton';
|
|
3
3
|
import { RsRefForwardingComponent, TypeAttributes, DataItemValue } from '../types';
|
|
4
|
-
import { IconProps } from '@rsuite/icons/
|
|
4
|
+
import { IconProps } from '@rsuite/icons/Icon';
|
|
5
5
|
export interface PickerToggleProps<T = DataItemValue> extends ToggleButtonProps {
|
|
6
6
|
active?: boolean;
|
|
7
7
|
hasValue?: boolean;
|
|
@@ -5,7 +5,7 @@ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWith
|
|
|
5
5
|
var _templateObject, _templateObject2;
|
|
6
6
|
var _excluded = ["as", "classPrefix", "value", "className", "placeholder", "inputRef", "onChange"];
|
|
7
7
|
import React from 'react';
|
|
8
|
-
import
|
|
8
|
+
import SearchIcon from '@rsuite/icons/Search';
|
|
9
9
|
import { useClassNames } from "../hooks/index.js";
|
|
10
10
|
import Input from "../../Input/index.js";
|
|
11
11
|
import InputGroup from "../../InputGroup/index.js";
|
|
@@ -37,7 +37,7 @@ var SearchBox = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
37
37
|
onChange: onChange,
|
|
38
38
|
placeholder: placeholder,
|
|
39
39
|
ref: inputRef
|
|
40
|
-
}), /*#__PURE__*/React.createElement(InputGroup.Addon, null, /*#__PURE__*/React.createElement(
|
|
40
|
+
}), /*#__PURE__*/React.createElement(InputGroup.Addon, null, /*#__PURE__*/React.createElement(SearchIcon, {
|
|
41
41
|
className: prefix(_templateObject2 || (_templateObject2 = _taggedTemplateLiteralLoose(["icon"])))
|
|
42
42
|
}))));
|
|
43
43
|
});
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
3
|
+
import InfoRoundIcon from '@rsuite/icons/InfoRound';
|
|
4
|
+
import CheckRoundIcon from '@rsuite/icons/CheckRound';
|
|
5
|
+
import WarningRoundIcon from '@rsuite/icons/WarningRound';
|
|
6
|
+
import RemindRoundIcon from '@rsuite/icons/RemindRound';
|
|
6
7
|
import Check from '@rsuite/icons/Check';
|
|
7
8
|
import Close from '@rsuite/icons/Close';
|
|
8
|
-
import RemindRoundIcon from '@rsuite/icons/RemindRound';
|
|
9
9
|
export var MESSAGE_STATUS_ICONS = {
|
|
10
|
-
info: /*#__PURE__*/React.createElement(
|
|
11
|
-
success: /*#__PURE__*/React.createElement(
|
|
12
|
-
error: /*#__PURE__*/React.createElement(
|
|
10
|
+
info: /*#__PURE__*/React.createElement(InfoRoundIcon, null),
|
|
11
|
+
success: /*#__PURE__*/React.createElement(CheckRoundIcon, null),
|
|
12
|
+
error: /*#__PURE__*/React.createElement(WarningRoundIcon, null),
|
|
13
13
|
warning: /*#__PURE__*/React.createElement(RemindRoundIcon, null)
|
|
14
14
|
};
|
|
15
15
|
export var PROGRESS_STATUS_ICON = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { TypeAttributes } from '../types';
|
|
3
|
-
export declare function useToggleCaret(placement: TypeAttributes.Placement8 | TypeAttributes.Placement): import("react").
|
|
3
|
+
export declare function useToggleCaret(placement: TypeAttributes.Placement8 | TypeAttributes.Placement): import("react").ForwardRefExoticComponent<import("@rsuite/icons/esm/Icon").IconProps & import("react").RefAttributes<SVGElement>>;
|
|
4
4
|
export default useToggleCaret;
|
package/esm/locales/hu_HU.d.ts
CHANGED
package/esm/locales/hu_HU.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rsuite",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.73.0",
|
|
4
4
|
"description": "A suite of react components",
|
|
5
5
|
"main": "cjs/index.js",
|
|
6
6
|
"module": "esm/index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@babel/runtime": "^7.20.1",
|
|
28
28
|
"@juggle/resize-observer": "^3.4.0",
|
|
29
|
-
"@rsuite/icons": "^1.0
|
|
29
|
+
"@rsuite/icons": "^1.2.0",
|
|
30
30
|
"@types/lodash": "^4.14.184",
|
|
31
31
|
"@types/prop-types": "^15.7.5",
|
|
32
32
|
"@types/react-window": "^1.8.5",
|
package/styles/variables.less
CHANGED
|
@@ -760,7 +760,7 @@
|
|
|
760
760
|
@calendar-month-dropdown-border: @divider-border-color;
|
|
761
761
|
@calendar-in-menu-content-side-length: 30px;
|
|
762
762
|
@calendar-panel-cell-height: 100px;
|
|
763
|
-
@calendar-panel-compact-cell-height:
|
|
763
|
+
@calendar-panel-compact-cell-height: 38px;
|
|
764
764
|
@calendar-panel-border-radius: 6px;
|
|
765
765
|
@calendar-panel-today-active-side-length: @line-height-computed;
|
|
766
766
|
@calendar-toolbar-border-color: @divider-border-color;
|