@astral/ui 4.91.2 → 4.92.1
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/components/Alert/Alert.js +2 -2
- package/components/Autocomplete/Autocomplete.js +2 -2
- package/components/Autocomplete/useLogic/useLogic.js +2 -2
- package/components/Badge/Badge.js +2 -2
- package/components/BulletList/BulletList.js +2 -2
- package/components/BulletListItem/BulletListItem.js +2 -2
- package/components/Button/useLogic/useLogic.js +2 -2
- package/components/Checkbox/Icon/Icon.js +2 -2
- package/components/Checkbox/useLogic/useLogic.js +2 -2
- package/components/Chip/ChipStatusIcon/ChipStatusIcon.js +2 -2
- package/components/Chip/useLogic/useLogic.js +2 -2
- package/components/ConfirmDialog/ConfirmDialog.js +2 -2
- package/components/CopyTypography/CopyTypography.js +3 -3
- package/components/DashboardAlert/DashboardAlert.js +2 -2
- package/components/DashboardLayout/DashboardSidebar/useLogic/useLogic.js +2 -2
- package/components/DashboardLayout/Header/styles.js +8 -0
- package/components/DashboardLayout/Main/styles.js +8 -0
- package/components/DashboardSidebarSkeleton/DashboardSidebarSkeleton.js +2 -2
- package/components/DataGrid/Body/Body.js +2 -2
- package/components/DataGrid/Cell/Cell.js +2 -2
- package/components/DataGrid/DataGrid.js +2 -2
- package/components/DataGrid/HeadCell/HeadCell.js +2 -2
- package/components/DataGrid/PinnedSections/Section/useLogic/useLogic.js +2 -2
- package/components/DataGrid/Row/Row.js +3 -3
- package/components/DataGrid/RowBase/RowBase.js +2 -2
- package/components/DataGridInfinite/DataGridInfinite.js +2 -2
- package/components/DataGridPaginationContainer/DataGridPaginationContainer.js +2 -2
- package/components/DescriptionCell/useLogic/useLogic.js +2 -2
- package/components/Dialog/Dialog.js +2 -2
- package/components/Dialog/useLogic/useLogic.js +2 -2
- package/components/DialogActions/DialogActions.js +2 -2
- package/components/DialogContent/DialogContent.js +2 -2
- package/components/DonutChart/DonutChart.js +2 -2
- package/components/EmailField/EmailField.js +2 -2
- package/components/EmailOrPhoneField/EmailOrPhoneField.js +2 -2
- package/components/Filename/Filename.js +2 -2
- package/components/GuidTypography/GuidTypography.js +5 -5
- package/components/HintPopover/HintPopover.js +2 -2
- package/components/IconButton/IconButton.js +2 -2
- package/components/Loader/Loader.js +2 -2
- package/components/MenuItem/MenuItem.js +2 -2
- package/components/MinimalisticPagination/MinimalisticPagination.js +2 -2
- package/components/NewPopover/NewPopover.js +2 -2
- package/components/NewStepper/NewStepper.js +2 -2
- package/components/NewStepper/Step/Step.js +3 -3
- package/components/Notification/NotificationStackContainer/NotificationStackContainer.js +3 -3
- package/components/PageAside/PageAside.js +2 -2
- package/components/PageAsideNavigation/PageAsideNavigation.js +2 -2
- package/components/PageContent/PageContent.js +2 -2
- package/components/PageContent/styles.js +1 -1
- package/components/PageHeader/HeaderContent/HeaderContent.js +2 -2
- package/components/PageHeader/HeaderContent/styles.js +12 -0
- package/components/PageHeader/PageActions/useLogic/useLogic.js +3 -3
- package/components/PageHeader/PageHeader.js +3 -3
- package/components/PageHeader/styles.js +16 -4
- package/components/PageLayout/PageLayout.js +2 -2
- package/components/PageLayout/styles.js +14 -2
- package/components/PageLayoutContainer/PageLayoutContainer.js +2 -2
- package/components/PageLayoutSection/PageLayoutSection.js +2 -2
- package/components/PageLayoutSection/PageLayoutSectionContainer/PageLayoutSectionContainer.js +2 -2
- package/components/PagePinnableAside/PagePinnableAside.js +2 -2
- package/components/PasswordField/PasswordField.js +2 -2
- package/components/PdfViewer/PdfDocument/PdfDocument.js +2 -2
- package/components/PinButton/PinButton.js +2 -2
- package/components/Radio/useLogic/useLogic.js +2 -2
- package/components/RadioCard/RadioCard.js +2 -2
- package/components/SearchField/SearchField.js +2 -2
- package/components/StaticCalendar/StaticDaysCalendar/StaticDaysCalendar.js +2 -2
- package/components/SvgIcon/SvgIcon.js +2 -2
- package/components/Tabs/Tabs.js +2 -2
- package/components/Tag/useLogic/useLogic.js +2 -2
- package/components/TagBadge/TagBadge.js +2 -2
- package/components/TextField/TextField.js +2 -2
- package/components/Tooltip/Tooltip.js +2 -2
- package/components/Tooltip/useLogic/useLogic.js +2 -2
- package/components/Tree/TreeList/TreeList.js +2 -2
- package/components/TreeLikeList/TreeLikeList.js +2 -2
- package/components/Typography/Typography.js +2 -2
- package/components/placeholders/LoadingPlaceholder/LoadingPlaceholder.js +4 -4
- package/components/utils/classNames/classNames.d.ts +1 -1
- package/components/utils/classNames/classNames.js +1 -1
- package/components/utils/cn/cn.d.ts +1 -0
- package/components/utils/cn/cn.js +1 -0
- package/components/utils/cn/index.d.ts +1 -0
- package/components/utils/cn/index.js +1 -0
- package/components/utils/cn/public.d.ts +1 -0
- package/components/utils/cn/public.js +1 -0
- package/hook-form/EditableText/EditableText.js +2 -2
- package/hook-form/FormFilters/AllFiltersButton/useLogic/useLogic.js +2 -2
- package/hook-form/FormMobilePhoneField/FormMobilePhoneField.js +2 -2
- package/hook-form/FormPageLayout/FormPageLayout.js +2 -2
- package/hook-form/FormPageLayoutBase/FormPageLayoutBase.js +2 -2
- package/hook-form/FormWizardPageLayout/FormWizardPageLayout.js +2 -2
- package/node/components/Alert/Alert.js +2 -2
- package/node/components/Autocomplete/Autocomplete.js +2 -2
- package/node/components/Autocomplete/useLogic/useLogic.js +2 -2
- package/node/components/Badge/Badge.js +2 -2
- package/node/components/BulletList/BulletList.js +2 -2
- package/node/components/BulletListItem/BulletListItem.js +2 -2
- package/node/components/Button/useLogic/useLogic.js +2 -2
- package/node/components/Checkbox/Icon/Icon.js +2 -2
- package/node/components/Checkbox/useLogic/useLogic.js +2 -2
- package/node/components/Chip/ChipStatusIcon/ChipStatusIcon.js +2 -2
- package/node/components/Chip/useLogic/useLogic.js +2 -2
- package/node/components/ConfirmDialog/ConfirmDialog.js +2 -2
- package/node/components/CopyTypography/CopyTypography.js +3 -3
- package/node/components/DashboardAlert/DashboardAlert.js +2 -2
- package/node/components/DashboardLayout/DashboardSidebar/useLogic/useLogic.js +2 -2
- package/node/components/DashboardLayout/Header/styles.js +8 -0
- package/node/components/DashboardLayout/Main/styles.js +8 -0
- package/node/components/DashboardSidebarSkeleton/DashboardSidebarSkeleton.js +2 -2
- package/node/components/DataGrid/Body/Body.js +2 -2
- package/node/components/DataGrid/Cell/Cell.js +2 -2
- package/node/components/DataGrid/DataGrid.js +2 -2
- package/node/components/DataGrid/HeadCell/HeadCell.js +2 -2
- package/node/components/DataGrid/PinnedSections/Section/useLogic/useLogic.js +2 -2
- package/node/components/DataGrid/Row/Row.js +3 -3
- package/node/components/DataGrid/RowBase/RowBase.js +2 -2
- package/node/components/DataGridInfinite/DataGridInfinite.js +2 -2
- package/node/components/DataGridPaginationContainer/DataGridPaginationContainer.js +2 -2
- package/node/components/DescriptionCell/useLogic/useLogic.js +2 -2
- package/node/components/Dialog/Dialog.js +2 -2
- package/node/components/Dialog/useLogic/useLogic.js +2 -2
- package/node/components/DialogActions/DialogActions.js +2 -2
- package/node/components/DialogContent/DialogContent.js +2 -2
- package/node/components/DonutChart/DonutChart.js +2 -2
- package/node/components/EmailField/EmailField.js +2 -2
- package/node/components/EmailOrPhoneField/EmailOrPhoneField.js +2 -2
- package/node/components/Filename/Filename.js +2 -2
- package/node/components/GuidTypography/GuidTypography.js +5 -5
- package/node/components/HintPopover/HintPopover.js +2 -2
- package/node/components/IconButton/IconButton.js +2 -2
- package/node/components/Loader/Loader.js +2 -2
- package/node/components/MenuItem/MenuItem.js +2 -2
- package/node/components/MinimalisticPagination/MinimalisticPagination.js +2 -2
- package/node/components/NewPopover/NewPopover.js +2 -2
- package/node/components/NewStepper/NewStepper.js +2 -2
- package/node/components/NewStepper/Step/Step.js +3 -3
- package/node/components/Notification/NotificationStackContainer/NotificationStackContainer.js +3 -3
- package/node/components/PageAside/PageAside.js +2 -2
- package/node/components/PageAsideNavigation/PageAsideNavigation.js +2 -2
- package/node/components/PageContent/PageContent.js +2 -2
- package/node/components/PageContent/styles.js +11 -11
- package/node/components/PageHeader/HeaderContent/HeaderContent.js +2 -2
- package/node/components/PageHeader/HeaderContent/styles.js +12 -0
- package/node/components/PageHeader/PageActions/useLogic/useLogic.js +3 -3
- package/node/components/PageHeader/PageHeader.js +3 -3
- package/node/components/PageHeader/styles.js +16 -4
- package/node/components/PageLayout/PageLayout.js +2 -2
- package/node/components/PageLayout/styles.js +14 -2
- package/node/components/PageLayoutContainer/PageLayoutContainer.js +2 -2
- package/node/components/PageLayoutSection/PageLayoutSection.js +2 -2
- package/node/components/PageLayoutSection/PageLayoutSectionContainer/PageLayoutSectionContainer.js +2 -2
- package/node/components/PagePinnableAside/PagePinnableAside.js +2 -2
- package/node/components/PasswordField/PasswordField.js +2 -2
- package/node/components/PdfViewer/PdfDocument/PdfDocument.js +2 -2
- package/node/components/PinButton/PinButton.js +2 -2
- package/node/components/Radio/useLogic/useLogic.js +2 -2
- package/node/components/RadioCard/RadioCard.js +2 -2
- package/node/components/SearchField/SearchField.js +2 -2
- package/node/components/StaticCalendar/StaticDaysCalendar/StaticDaysCalendar.js +2 -2
- package/node/components/SvgIcon/SvgIcon.js +2 -2
- package/node/components/Tabs/Tabs.js +2 -2
- package/node/components/Tag/useLogic/useLogic.js +2 -2
- package/node/components/TagBadge/TagBadge.js +2 -2
- package/node/components/TextField/TextField.js +2 -2
- package/node/components/Tooltip/Tooltip.js +2 -2
- package/node/components/Tooltip/useLogic/useLogic.js +2 -2
- package/node/components/Tree/TreeList/TreeList.js +2 -2
- package/node/components/TreeLikeList/TreeLikeList.js +2 -2
- package/node/components/Typography/Typography.js +2 -2
- package/node/components/placeholders/LoadingPlaceholder/LoadingPlaceholder.js +4 -4
- package/node/components/utils/classNames/classNames.d.ts +1 -1
- package/node/components/utils/classNames/classNames.js +2 -2
- package/node/components/utils/cn/cn.d.ts +1 -0
- package/node/components/utils/cn/cn.js +8 -0
- package/node/components/utils/cn/index.d.ts +1 -0
- package/node/components/utils/cn/index.js +17 -0
- package/node/components/utils/cn/public.d.ts +1 -0
- package/node/components/utils/cn/public.js +17 -0
- package/node/hook-form/EditableText/EditableText.js +2 -2
- package/node/hook-form/FormFilters/AllFiltersButton/useLogic/useLogic.js +2 -2
- package/node/hook-form/FormMobilePhoneField/FormMobilePhoneField.js +2 -2
- package/node/hook-form/FormPageLayout/FormPageLayout.js +2 -2
- package/node/hook-form/FormPageLayoutBase/FormPageLayoutBase.js +2 -2
- package/node/hook-form/FormWizardPageLayout/FormWizardPageLayout.js +2 -2
- package/package.json +2 -2
|
@@ -2,14 +2,14 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
import { CrossOutlineMd } from '../../icons/CrossOutlineMd';
|
|
4
4
|
import { TextField } from '../TextField';
|
|
5
|
-
import {
|
|
5
|
+
import { cn } from '../utils/cn';
|
|
6
6
|
import { searchFieldClassnames } from './constants';
|
|
7
7
|
import { EndAdornmentWrapper, LoaderWrapper, SearchIcon, StyledIconButton, StyledLoader, TextFieldRoot, } from './styles';
|
|
8
8
|
import { useLogic } from './useLogic';
|
|
9
9
|
export const SearchField = forwardRef((props, ref) => {
|
|
10
10
|
const { onChange, onClearValue, restProps, isLoading, inputRef, value, disabled, isClearButtonDisabled, onBlur, fullWidth, inputComponent, placeholder, hideHelperText, } = useLogic(props);
|
|
11
11
|
const RenderComponent = inputComponent || TextField;
|
|
12
|
-
return (_jsx(TextFieldRoot, { "$isFullWidth": fullWidth, children: _jsx(RenderComponent, { type: "search", placeholder: placeholder, startAdornment: _jsx(SearchIcon, {}), disabled: disabled, hideHelperText: hideHelperText, endAdornment: _jsx(EndAdornmentWrapper, { className:
|
|
12
|
+
return (_jsx(TextFieldRoot, { "$isFullWidth": fullWidth, children: _jsx(RenderComponent, { type: "search", placeholder: placeholder, startAdornment: _jsx(SearchIcon, {}), disabled: disabled, hideHelperText: hideHelperText, endAdornment: _jsx(EndAdornmentWrapper, { className: cn({
|
|
13
13
|
[searchFieldClassnames.endAdornmentVisible]: !isClearButtonDisabled,
|
|
14
14
|
}), children: isLoading ? (_jsx(LoaderWrapper, { children: _jsx(StyledLoader, {}) })) : (_jsx(StyledIconButton, { variant: "text", onClick: onClearValue, disabled: isClearButtonDisabled, "$isActive": !isClearButtonDisabled, children: _jsx(CrossOutlineMd, {}) })) }), onChange: onChange, value: value, ref: ref, inputRef: inputRef, trimmed: false, onBlur: onBlur, fullWidth: fullWidth, ...restProps }) }));
|
|
15
15
|
});
|
|
@@ -2,7 +2,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
2
2
|
import { memo, useCallback, useMemo } from 'react';
|
|
3
3
|
import { useId } from '../../useId';
|
|
4
4
|
import { checkIsDeepEqual } from '../../utils/checkIsDeepEqual';
|
|
5
|
-
import {
|
|
5
|
+
import { cn } from '../../utils/cn';
|
|
6
6
|
import { buildDaysCalendarGrid, } from '../../utils/date';
|
|
7
7
|
import { staticDaysCalendarClassnames } from './constants';
|
|
8
8
|
import { DayButton } from './DayButton';
|
|
@@ -30,7 +30,7 @@ const StaticDaysCalendarInner = memo(({ minDate, maxDate, selectedDate, baseDate
|
|
|
30
30
|
productionCalendarStorage,
|
|
31
31
|
]);
|
|
32
32
|
const checkRenderRequirements = useCallback((item) => hideOutOfAvailableRangeElements ? !item.isOutOfAvailableRange : true, [hideOutOfAvailableRangeElements]);
|
|
33
|
-
return (_jsxs("article", { className:
|
|
33
|
+
return (_jsxs("article", { className: cn(className, staticDaysCalendarClassnames.container), children: [_jsx(Head, { className: staticDaysCalendarClassnames.head, isMondayFirst: isMondayFirst, hasHolidays: Boolean(productionCalendarStorage) }), _jsx(Body, { role: "grid", className: staticDaysCalendarClassnames.grid, children: grid.map((item, index) => checkRenderRequirements(item) ? (_jsx(DayButton, { className: staticDaysCalendarClassnames.button, isPreviousItemInSelectedRange: grid[index - 1]?.isInSelectedRange, isNextItemInSelectedRange: grid[index + 1]?.isInSelectedRange, isPreviousItemInHoveredRange: grid[index - 1]?.isInHoveredRange, isNextItemInHoveredRange: grid[index + 1]?.isInHoveredRange, ...item, onClick: onChange, onDayHover: onDayHover, renderDayTooltipTitle: renderDayTooltipTitle, disableTooltipInteractive: checkDisableTooltipInteractive?.(item), renderDayContent: renderDayContent, dragAndDropProps: dragAndDropProps, checkTooltipActive: checkTooltipActive }, item.date.toString())) : (
|
|
34
34
|
// biome-ignore lint/suspicious/noArrayIndexKey: Используется вместе с keyId
|
|
35
35
|
_jsx("div", {}, `${id}_${index}`))) })] }));
|
|
36
36
|
}, (prev, next) => checkIsDeepEqual({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { cn } from '../utils/cn';
|
|
3
3
|
import { cva } from '../utils/cva';
|
|
4
4
|
import { SIZES, svgIconClassnames } from './constants';
|
|
5
5
|
import { StyledSvg } from './styles';
|
|
@@ -14,5 +14,5 @@ const svgCva = cva(svgIconClassnames.root, {
|
|
|
14
14
|
});
|
|
15
15
|
export const SvgIcon = (props) => {
|
|
16
16
|
const { children, color = 'inherit', titleAccess, size, width, height, viewBox = '0 0 24 24', xmlns = 'http://www.w3.org/2000/svg', className, ...restProps } = props;
|
|
17
|
-
return (_jsxs(StyledSvg, { className:
|
|
17
|
+
return (_jsxs(StyledSvg, { className: cn(className, svgCva({ size })), viewBox: viewBox, "aria-hidden": titleAccess ? undefined : true, role: titleAccess ? 'img' : undefined, xmlns: xmlns, color: color, width: SIZES[size] || width || '1em', height: SIZES[size] || height || '1em', ...restProps, children: [children, titleAccess ? _jsx("title", { children: titleAccess }) : null] }));
|
|
18
18
|
};
|
package/components/Tabs/Tabs.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useScrollToActiveElement } from '../useScrollToActiveElement';
|
|
3
|
-
import {
|
|
3
|
+
import { cn } from '../utils/cn';
|
|
4
4
|
import { tabsClassnames } from './constants';
|
|
5
5
|
import { Container, Divider, StyledTabs, Wrapper } from './styles';
|
|
6
6
|
export const Tabs = ({ className, ...tabsProps }) => {
|
|
7
7
|
const { containerRef } = useScrollToActiveElement();
|
|
8
|
-
return (_jsx(Container, { children: _jsxs(Wrapper, { children: [_jsx(StyledTabs, { ...tabsProps, ref: containerRef, className:
|
|
8
|
+
return (_jsx(Container, { children: _jsxs(Wrapper, { children: [_jsx(StyledTabs, { ...tabsProps, ref: containerRef, className: cn(className, tabsClassnames.root) }), _jsx(Divider, {})] }) }));
|
|
9
9
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { useMemo } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { cn } from '../../utils/cn';
|
|
3
3
|
import { tagClassnames } from '../constants';
|
|
4
4
|
export const useLogic = ({ onDelete, variant, disabled, size, className, }) => {
|
|
5
5
|
const handleDelete = (event) => {
|
|
6
6
|
event.stopPropagation();
|
|
7
7
|
onDelete?.(event);
|
|
8
8
|
};
|
|
9
|
-
const classnames = useMemo(() =>
|
|
9
|
+
const classnames = useMemo(() => cn(tagClassnames.root, {
|
|
10
10
|
[tagClassnames.variantText]: variant === 'text',
|
|
11
11
|
[tagClassnames.variantContained]: variant === 'contained',
|
|
12
12
|
[tagClassnames.variantLight]: variant === 'light',
|
|
@@ -2,12 +2,12 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { useContext } from 'react';
|
|
3
3
|
import { tagClassnames } from '../Tag';
|
|
4
4
|
import { TagContext } from '../Tag/TagContext';
|
|
5
|
-
import {
|
|
5
|
+
import { cn } from '../utils/cn';
|
|
6
6
|
import { StyledBadge } from './styles';
|
|
7
7
|
/**
|
|
8
8
|
* Badge для использования внутри компонента Tag
|
|
9
9
|
*/
|
|
10
10
|
export const TagBadge = ({ color = 'primary', checked, disabled, checkedColor, className, ...props }) => {
|
|
11
11
|
const { variant } = useContext(TagContext);
|
|
12
|
-
return (_jsx(StyledBadge, { withBorder: false, color: "white", "$color": color, "$variant": variant, "$isChecked": checked, "$isDisabled": disabled, className:
|
|
12
|
+
return (_jsx(StyledBadge, { withBorder: false, color: "white", "$color": color, "$variant": variant, "$isChecked": checked, "$isDisabled": disabled, className: cn(className, tagClassnames.badge), ...props }));
|
|
13
13
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef, useMemo } from 'react';
|
|
3
3
|
import { FormHelperTextContent } from '../FormHelperText';
|
|
4
|
-
import {
|
|
4
|
+
import { cn } from '../utils/cn';
|
|
5
5
|
import { textFieldClassnames } from './constants';
|
|
6
6
|
import { StyledTextField } from './styles';
|
|
7
7
|
export const TextField = forwardRef(({ success, error, helperText: helperTextProp, fullWidth = false, startAdornment, endAdornment, inputProps, InputProps, maxLength, trimmed = true, onBlur, hideHelperText = false, className, disabled, ...props }, ref) => {
|
|
@@ -37,7 +37,7 @@ export const TextField = forwardRef(({ success, error, helperText: helperTextPro
|
|
|
37
37
|
}
|
|
38
38
|
onBlur?.(event);
|
|
39
39
|
};
|
|
40
|
-
const classnames = useMemo(() =>
|
|
40
|
+
const classnames = useMemo(() => cn(className, {
|
|
41
41
|
[textFieldClassnames.hideHelperText]: hideHelperText,
|
|
42
42
|
[textFieldClassnames.disabled]: disabled,
|
|
43
43
|
}), [className, hideHelperText, disabled]);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
|
-
import {
|
|
3
|
+
import { cn } from '../utils/cn';
|
|
4
4
|
import { cva } from '../utils/cva';
|
|
5
5
|
import { tooltipClassnames } from './constants';
|
|
6
6
|
import { ContentWrapper, StyledTooltip } from './styles';
|
|
@@ -14,5 +14,5 @@ const tooltipCva = cva(tooltipClassnames.root, {
|
|
|
14
14
|
});
|
|
15
15
|
export const Tooltip = forwardRef((props, ref) => {
|
|
16
16
|
const { title, placement = 'top', size = 'medium', withoutContainer = true, children, className, tooltipStyle, width, ...restProps } = useLogic(props);
|
|
17
|
-
return (_jsx(StyledTooltip, { ref: ref, title: title, size: size, placement: placement, arrow: true, className:
|
|
17
|
+
return (_jsx(StyledTooltip, { ref: ref, title: title, size: size, placement: placement, arrow: true, className: cn(className, tooltipCva({ withoutMaxWidth: Boolean(width) })), style: tooltipStyle, ...restProps, children: withoutContainer ? (children) : (_jsx(ContentWrapper, { className: tooltipClassnames.contentWrapper, children: children })) }));
|
|
18
18
|
});
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { useHidePersonalData } from '../../personalDataSecurity';
|
|
2
|
-
import {
|
|
2
|
+
import { cn } from '../../utils/cn';
|
|
3
3
|
export const useLogic = (props) => {
|
|
4
4
|
const { children, className: propClassName, width, style, ...restProps } = props;
|
|
5
5
|
const hidePersonalDataClassName = useHidePersonalData({
|
|
6
6
|
type: 'container',
|
|
7
7
|
});
|
|
8
|
-
const className =
|
|
8
|
+
const className = cn(propClassName, {
|
|
9
9
|
[hidePersonalDataClassName]: children.props.className?.includes(hidePersonalDataClassName),
|
|
10
10
|
});
|
|
11
11
|
const tooltipStyle = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { cn } from '../../utils/cn';
|
|
3
3
|
import { treeListClassnames } from './constants';
|
|
4
4
|
import { List } from './styles';
|
|
5
5
|
import { TreeItem } from './TreeItem';
|
|
@@ -8,5 +8,5 @@ const INITIAL_LEVEL = 0;
|
|
|
8
8
|
export const TreeList = (props) => {
|
|
9
9
|
const { listProps, itemProps } = useLogic(props);
|
|
10
10
|
const { data, className, expandedLevel = 10, disabledItems, ...restProps } = props;
|
|
11
|
-
return (_jsx(List, { className:
|
|
11
|
+
return (_jsx(List, { className: cn(className, treeListClassnames.list), ...listProps, children: data.map((item) => (_jsx(TreeItem, { item: item, level: INITIAL_LEVEL, expandedLevel: expandedLevel, ...itemProps, ...restProps }, item.id))) }));
|
|
12
12
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { treeListClassnames } from '../Tree';
|
|
3
|
-
import {
|
|
3
|
+
import { cn } from '../utils/cn';
|
|
4
4
|
import { List } from './styles';
|
|
5
5
|
import { TreeItem } from './TreeItem';
|
|
6
6
|
import { useLogic } from './useLogic';
|
|
@@ -8,5 +8,5 @@ const INITIAL_LEVEL = 0;
|
|
|
8
8
|
export const TreeLikeList = (props) => {
|
|
9
9
|
const { listProps, itemProps } = useLogic(props);
|
|
10
10
|
const { data, className, expandedLevel = 10, disabledItems, ...restProps } = props;
|
|
11
|
-
return (_jsx(List, { className:
|
|
11
|
+
return (_jsx(List, { className: cn(className, treeListClassnames.list), ...listProps, children: data.map((item) => (_jsx(TreeItem, { item: item, level: INITIAL_LEVEL, expandedLevel: expandedLevel, ...itemProps, ...restProps }, item.id))) }));
|
|
12
12
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
|
-
import {
|
|
3
|
+
import { cn } from '../utils/cn';
|
|
4
4
|
import { cva } from '../utils/cva';
|
|
5
5
|
import { typographyClassnames } from './constants';
|
|
6
6
|
import { useTypographyColor } from './hooks';
|
|
@@ -17,5 +17,5 @@ const typographyCva = cva(typographyClassnames.root, {
|
|
|
17
17
|
});
|
|
18
18
|
export const Typography = forwardRef(({ children, color, colorIntensity = '800', component, withoutCalt, className, isTabularNums, ...props }, ref) => {
|
|
19
19
|
const typographyColor = useTypographyColor({ color, colorIntensity });
|
|
20
|
-
return (_jsx(TypographyWrapper, { ref: ref, ...props, component: component, color: typographyColor, className:
|
|
20
|
+
return (_jsx(TypographyWrapper, { ref: ref, ...props, component: component, color: typographyColor, className: cn(typographyCva({ isTabularNums, withoutCalt }), className), children: children }));
|
|
21
21
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { Loader } from '../../Loader';
|
|
3
3
|
import { Typography } from '../../Typography';
|
|
4
|
-
import {
|
|
4
|
+
import { cn } from '../../utils/cn';
|
|
5
5
|
import { loadingPlaceholderClassnames } from './constants';
|
|
6
6
|
import { LoadingContainer } from './styles';
|
|
7
7
|
/**
|
|
@@ -9,10 +9,10 @@ import { LoadingContainer } from './styles';
|
|
|
9
9
|
*/
|
|
10
10
|
export const LoadingPlaceholder = ({ title, content, isShowLoader = true, className, }) => {
|
|
11
11
|
if (!isShowLoader) {
|
|
12
|
-
return (_jsx(LoadingContainer, { className:
|
|
12
|
+
return (_jsx(LoadingContainer, { className: cn(loadingPlaceholderClassnames.root, className) }));
|
|
13
13
|
}
|
|
14
14
|
if (content) {
|
|
15
|
-
return (_jsx(LoadingContainer, { className:
|
|
15
|
+
return (_jsx(LoadingContainer, { className: cn(loadingPlaceholderClassnames.root, className), children: content }));
|
|
16
16
|
}
|
|
17
|
-
return (_jsxs(LoadingContainer, { className:
|
|
17
|
+
return (_jsxs(LoadingContainer, { className: cn(loadingPlaceholderClassnames.root, className), children: [_jsx(Loader, {}), title && _jsx(Typography, { variant: "h4", children: title })] }));
|
|
18
18
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default as classNames } from '
|
|
1
|
+
export { default as classNames } from 'clsx';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default as classNames } from '
|
|
1
|
+
export { default as classNames } from 'clsx';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as cn } from 'clsx';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as cn } from 'clsx';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './cn';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './cn';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './cn';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './cn';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
2
|
import { Tooltip } from '../../components/Tooltip';
|
|
3
|
-
import {
|
|
3
|
+
import { cn } from '../../components/utils/cn';
|
|
4
4
|
import { editableTextClassnames } from './constants';
|
|
5
5
|
import { EditingForm } from './EditingForm';
|
|
6
6
|
import { DisplayValue, StyledEditIcon, StyledLoader, StyledPopover, } from './styles';
|
|
@@ -23,7 +23,7 @@ export const EditableText = (props) => {
|
|
|
23
23
|
if (showEditIconMode === 'none') {
|
|
24
24
|
return null;
|
|
25
25
|
}
|
|
26
|
-
return (_jsx(StyledEditIcon, { "$iconPosition": iconPosition, className:
|
|
26
|
+
return (_jsx(StyledEditIcon, { "$iconPosition": iconPosition, className: cn({
|
|
27
27
|
[editableTextClassnames.showIconOnHover]: showEditIconMode === 'onHover',
|
|
28
28
|
}) }));
|
|
29
29
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useEffect, useMemo, useState } from 'react';
|
|
2
2
|
import { useWatch } from 'react-hook-form';
|
|
3
3
|
import { useViewportType } from '../../../../components/useViewportType';
|
|
4
|
-
import {
|
|
4
|
+
import { cn } from '../../../../components/utils/cn';
|
|
5
5
|
import { FORM_FILTERS_SEARCH_FIELD_ID } from '../../../FormFiltersSearchField/constants';
|
|
6
6
|
import { FORM_FILTERS_QUICK_FILTERS_ID } from '../../../FormQuickFilters/constants';
|
|
7
7
|
import { formFiltersClassnames } from '../../constants';
|
|
@@ -34,7 +34,7 @@ export const useLogic = ({ form, onOpenModal, hasMainFilters, hasSecondaryFilter
|
|
|
34
34
|
return (filledValuesCount - (searchValue ? 1 : 0) - (quickFiltersValue ? 1 : 0));
|
|
35
35
|
};
|
|
36
36
|
const allFiltersButtonClassName = useMemo(() => {
|
|
37
|
-
return
|
|
37
|
+
return cn({
|
|
38
38
|
[formFiltersClassnames.showAllFiltersButtonOnDesktop]: hasSecondaryFilters,
|
|
39
39
|
[formFiltersClassnames.showAllFiltersButtonOnLaptop]: hasMainFilters || hasSecondaryFilters,
|
|
40
40
|
[formFiltersClassnames.showAllFiltersButtonOnMobile]: hasMainFilters || hasSecondaryFilters,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { MaskField } from '../../components/MaskField';
|
|
3
3
|
import { useHidePersonalData } from '../../components/personalDataSecurity';
|
|
4
|
-
import {
|
|
4
|
+
import { cn } from '../../components/utils/cn';
|
|
5
5
|
import { useFormFieldProps } from '../useFormFieldProps';
|
|
6
6
|
const MOBILE_PHONE_MASK = '+{7} (000) 000-00-00';
|
|
7
7
|
/**
|
|
@@ -18,6 +18,6 @@ export const FormMobilePhoneField = ({ isHidePersonalData, inputProps, ...props
|
|
|
18
18
|
});
|
|
19
19
|
return (_jsx(MaskField, { inputProps: {
|
|
20
20
|
...inputProps,
|
|
21
|
-
className:
|
|
21
|
+
className: cn(inputProps?.className, hidePersonalDataClassname),
|
|
22
22
|
}, placeholder: "+7 (9**) ***-**-**", ...fieldProps, mask: MOBILE_PHONE_MASK, autoComplete: "tel" }));
|
|
23
23
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { cn } from '../../components/utils/cn';
|
|
3
3
|
import { Form } from '../Form';
|
|
4
4
|
import { FormPageLayoutBase, formPageContentClassnames, } from '../FormPageLayoutBase';
|
|
5
5
|
import { FormPageFooter } from './FormPageFooter';
|
|
@@ -10,7 +10,7 @@ import { FormContent } from './styles';
|
|
|
10
10
|
export const FormPageLayout = (props) => {
|
|
11
11
|
const { form, children, ...restProps } = props;
|
|
12
12
|
const { secondaryActions, submitButtonText, ...restFormProps } = form;
|
|
13
|
-
return (_jsx(FormPageLayoutBase, { ...restProps, formProps: { ...form, secondaryActions }, contentClassname:
|
|
13
|
+
return (_jsx(FormPageLayoutBase, { ...restProps, formProps: { ...form, secondaryActions }, contentClassname: cn({
|
|
14
14
|
[formPageContentClassnames.formPageContentSecondaryActions]: Boolean(secondaryActions),
|
|
15
15
|
}), children: ({ isDisabled }) => (_jsxs(Form, { ...restFormProps, isDisabled: isDisabled, children: [_jsx(FormContent, { children: children }), _jsx(FormPageFooter, { isDisabled: isDisabled, submitButtonText: submitButtonText, secondaryActions: secondaryActions })] })) }));
|
|
16
16
|
};
|
|
@@ -3,7 +3,7 @@ import { isValidElement } from 'react';
|
|
|
3
3
|
import { PageAside } from '../../components/PageAside';
|
|
4
4
|
import { PageContextProvider } from '../../components/PageContext';
|
|
5
5
|
import { PageLayoutContainer } from '../../components/PageLayoutContainer';
|
|
6
|
-
import {
|
|
6
|
+
import { cn } from '../../components/utils/cn';
|
|
7
7
|
import { FormMobileActions } from './FormMobileActions';
|
|
8
8
|
import { DesktopAlertWrapper, MobileAlertWrapper, StyledPageContent, StyledPageHeader, } from './styles';
|
|
9
9
|
import { useLogic } from './useLogic';
|
|
@@ -13,5 +13,5 @@ import { useLogic } from './useLogic';
|
|
|
13
13
|
export const FormPageLayoutBase = (props) => {
|
|
14
14
|
const { pageContentProps, headerProps, renderChildrenProps, headerActions } = useLogic(props);
|
|
15
15
|
const { className, aside, children, alert, contentClassname, header } = props;
|
|
16
|
-
return (_jsxs(PageContextProvider, { hasAside: Boolean(aside), mobileTitleActions: _jsx(FormMobileActions, { actions: headerActions }), children: [alert && _jsx(DesktopAlertWrapper, { children: alert }), _jsxs(PageLayoutContainer, { className: className, children: [alert && _jsx(MobileAlertWrapper, { children: alert }), isValidElement(header) ? (header) : (_jsx(StyledPageHeader, { ...headerProps })), _jsx(StyledPageContent, { className:
|
|
16
|
+
return (_jsxs(PageContextProvider, { hasAside: Boolean(aside), mobileTitleActions: _jsx(FormMobileActions, { actions: headerActions }), children: [alert && _jsx(DesktopAlertWrapper, { children: alert }), _jsxs(PageLayoutContainer, { className: className, children: [alert && _jsx(MobileAlertWrapper, { children: alert }), isValidElement(header) ? (header) : (_jsx(StyledPageHeader, { ...headerProps })), _jsx(StyledPageContent, { className: cn(contentClassname), isFormPaddingDisable: true, ...pageContentProps, children: children(renderChildrenProps) }), aside && !isValidElement(aside) && (_jsx(PageAside, { ...aside })), isValidElement(aside) && aside] })] }));
|
|
17
17
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { cn } from '../../components/utils/cn';
|
|
3
3
|
import { FormPageLayoutBase, formPageContentClassnames, } from '../FormPageLayoutBase';
|
|
4
4
|
import { FormWizard } from '../FormWizard';
|
|
5
5
|
import { FormWizardFooter } from './FormWizardFooter';
|
|
@@ -11,7 +11,7 @@ export const FormWizardPageLayout = (props) => {
|
|
|
11
11
|
const { header, aside, formWizard, alert } = props;
|
|
12
12
|
const { form, isDisabled: externalDisabled, secondaryActions } = formWizard;
|
|
13
13
|
const { isShowFullActions, isShowNavigateButtons } = useLogic(props);
|
|
14
|
-
return (_jsx(FormPageLayoutBase, { header: header, aside: aside, formProps: { isDisabled: externalDisabled, form, secondaryActions }, contentClassname:
|
|
14
|
+
return (_jsx(FormPageLayoutBase, { header: header, aside: aside, formProps: { isDisabled: externalDisabled, form, secondaryActions }, contentClassname: cn({
|
|
15
15
|
[formPageContentClassnames.formPageContentSecondaryActions]: isShowNavigateButtons,
|
|
16
16
|
[formPageContentClassnames.formWizardPageContentActions]: isShowFullActions,
|
|
17
17
|
}), alert: alert, children: ({ isDisabled }) => (_jsx(FormWizard, { isDisabled: isDisabled, ...formWizard, customFooter: (footerProps) => (_jsx(FormWizardFooter, { ...footerProps, secondaryActions: secondaryActions })) })) }));
|
|
@@ -9,7 +9,7 @@ const InfoFillMd_1 = require("../../icons/InfoFillMd");
|
|
|
9
9
|
const SuccessFillMd_1 = require("../../icons/SuccessFillMd");
|
|
10
10
|
const WarningFillMd_1 = require("../../icons/WarningFillMd");
|
|
11
11
|
const Collapse_1 = require("../Collapse");
|
|
12
|
-
const
|
|
12
|
+
const cn_1 = require("../utils/cn");
|
|
13
13
|
const cva_1 = require("../utils/cva");
|
|
14
14
|
const constants_1 = require("./constants");
|
|
15
15
|
const styles_1 = require("./styles");
|
|
@@ -51,7 +51,7 @@ exports.Alert = (0, react_1.forwardRef)(({ children, title, closeText = 'Скр
|
|
|
51
51
|
};
|
|
52
52
|
return ((0, jsx_runtime_1.jsx)(styles_1.IconWrapper, { className: constants_1.alertClassnames.iconWrapper, children: icon ?? iconMapping[severity] }));
|
|
53
53
|
};
|
|
54
|
-
return ((0, jsx_runtime_1.jsx)(Collapse_1.Collapse, { in: isVisible, unmountOnExit: unmountOnExit, children: (0, jsx_runtime_1.jsxs)(styles_1.Wrapper, { style: style, className: (0,
|
|
54
|
+
return ((0, jsx_runtime_1.jsx)(Collapse_1.Collapse, { in: isVisible, unmountOnExit: unmountOnExit, children: (0, jsx_runtime_1.jsxs)(styles_1.Wrapper, { style: style, className: (0, cn_1.cn)(constants_1.alertClassnames.contentWrapper, alertCva({
|
|
55
55
|
hasTitle: Boolean(title),
|
|
56
56
|
hasCloseButton: Boolean(onClose),
|
|
57
57
|
hasActions: Boolean(actions),
|
|
@@ -16,7 +16,7 @@ const Loader_1 = require("../Loader");
|
|
|
16
16
|
const OverflowTypography_1 = require("../OverflowTypography");
|
|
17
17
|
const TagsList_1 = require("../TagsList");
|
|
18
18
|
const TextField_1 = require("../TextField");
|
|
19
|
-
const
|
|
19
|
+
const cn_1 = require("../utils/cn");
|
|
20
20
|
const constants_1 = require("./constants");
|
|
21
21
|
const styles_1 = require("./styles");
|
|
22
22
|
const useLogic_1 = require("./useLogic");
|
|
@@ -48,7 +48,7 @@ const AutocompleteInner = (props, ref) => {
|
|
|
48
48
|
...inputParams,
|
|
49
49
|
inputProps: {
|
|
50
50
|
...inputParams.inputProps,
|
|
51
|
-
className: (0,
|
|
51
|
+
className: (0, cn_1.cn)(inputParams?.inputProps?.className, inputProps?.className),
|
|
52
52
|
},
|
|
53
53
|
InputProps: {
|
|
54
54
|
...inputParams.InputProps,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.useLogic = void 0;
|
|
4
4
|
const react_1 = require("react");
|
|
5
|
-
const
|
|
5
|
+
const cn_1 = require("../../utils/cn");
|
|
6
6
|
const constants_1 = require("../constants");
|
|
7
7
|
const utils_1 = require("./utils");
|
|
8
8
|
const useLogic = ({ value, isOptionEqualToValue: externalOptionEqualToValue, autoHighlight = true, freeSolo, options, multiple, className, loading, isLoadedDataError, loadedDataError = 'Ошибка загрузки данных', noOptionsText = 'Нет данных', onInputChange, }) => {
|
|
@@ -27,7 +27,7 @@ const useLogic = ({ value, isOptionEqualToValue: externalOptionEqualToValue, aut
|
|
|
27
27
|
}
|
|
28
28
|
};
|
|
29
29
|
const classnames = (0, react_1.useMemo)(() => {
|
|
30
|
-
return (0,
|
|
30
|
+
return (0, cn_1.cn)(className, constants_1.autocompleteClassnames.root, {
|
|
31
31
|
[constants_1.autocompleteClassnames.multiple]: multiple,
|
|
32
32
|
[constants_1.autocompleteClassnames.emptyValue]: isValueEmpty,
|
|
33
33
|
});
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Badge = void 0;
|
|
4
4
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
const
|
|
5
|
+
const cn_1 = require("../utils/cn");
|
|
6
6
|
const constants_1 = require("./constants");
|
|
7
7
|
const styles_1 = require("./styles");
|
|
8
8
|
const useLogic_1 = require("./useLogic");
|
|
9
9
|
const Badge = ({ children, color, max = 99, withBorder = true, variantColor = 'contained', classes, className, ...props }) => {
|
|
10
10
|
const { badgeClasses } = (0, useLogic_1.useLogic)({ classes });
|
|
11
|
-
return ((0, jsx_runtime_1.jsx)(styles_1.StyledBadge, { "$customColor": color, max: max, "$withBorder": withBorder, "$variantColor": variantColor, classes: badgeClasses, className: (0,
|
|
11
|
+
return ((0, jsx_runtime_1.jsx)(styles_1.StyledBadge, { "$customColor": color, max: max, "$withBorder": withBorder, "$variantColor": variantColor, classes: badgeClasses, className: (0, cn_1.cn)(constants_1.badgeClassnames.root, className), ...props, children: children }));
|
|
12
12
|
};
|
|
13
13
|
exports.Badge = Badge;
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.BulletList = void 0;
|
|
4
4
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
const react_1 = require("react");
|
|
6
|
-
const
|
|
6
|
+
const cn_1 = require("../utils/cn");
|
|
7
7
|
const constants_1 = require("./constants");
|
|
8
8
|
const styles_1 = require("./styles");
|
|
9
9
|
/**
|
|
@@ -11,7 +11,7 @@ const styles_1 = require("./styles");
|
|
|
11
11
|
*/
|
|
12
12
|
const BulletList = (props) => {
|
|
13
13
|
const { children, hideFirstBullet, className } = props;
|
|
14
|
-
const classnames = (0, react_1.useMemo)(() => (0,
|
|
14
|
+
const classnames = (0, react_1.useMemo)(() => (0, cn_1.cn)(className, constants_1.bulletListClassnames.root, {
|
|
15
15
|
[constants_1.bulletListClassnames.hideFirstBullet]: hideFirstBullet,
|
|
16
16
|
}), [hideFirstBullet]);
|
|
17
17
|
return ((0, jsx_runtime_1.jsx)(styles_1.Wrapper, { children: (0, jsx_runtime_1.jsx)(styles_1.List, { className: classnames, children: children }) }));
|
|
@@ -4,12 +4,12 @@ exports.BulletListItem = void 0;
|
|
|
4
4
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
const react_1 = require("react");
|
|
6
6
|
const Typography_1 = require("../Typography");
|
|
7
|
-
const
|
|
7
|
+
const cn_1 = require("../utils/cn");
|
|
8
8
|
const styles_1 = require("./styles");
|
|
9
9
|
/**
|
|
10
10
|
* Элемент с маркерами
|
|
11
11
|
*/
|
|
12
12
|
exports.BulletListItem = (0, react_1.forwardRef)((props, ref) => {
|
|
13
13
|
const { children, className, ...restProps } = props;
|
|
14
|
-
return ((0, jsx_runtime_1.jsxs)(styles_1.Wrapper, { ref: ref, className: (0,
|
|
14
|
+
return ((0, jsx_runtime_1.jsxs)(styles_1.Wrapper, { ref: ref, className: (0, cn_1.cn)(className), children: [(0, jsx_runtime_1.jsx)(styles_1.Icon, {}), (0, jsx_runtime_1.jsx)(Typography_1.Typography, { component: "span", ...restProps, children: children })] }));
|
|
15
15
|
});
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.useLogic = void 0;
|
|
4
4
|
const react_1 = require("react");
|
|
5
|
-
const
|
|
5
|
+
const cn_1 = require("../../utils/cn");
|
|
6
6
|
const constants_1 = require("../constants");
|
|
7
7
|
const enums_1 = require("../enums");
|
|
8
8
|
const useLogic = ({ loading, selected, variant = enums_1.ButtonVariants.Contained, color = variant === enums_1.ButtonVariants.Text
|
|
@@ -14,7 +14,7 @@ const useLogic = ({ loading, selected, variant = enums_1.ButtonVariants.Containe
|
|
|
14
14
|
}
|
|
15
15
|
return 'inverted';
|
|
16
16
|
}, [variant]);
|
|
17
|
-
const classnames = (0, react_1.useMemo)(() => (0,
|
|
17
|
+
const classnames = (0, react_1.useMemo)(() => (0, cn_1.cn)(constants_1.buttonClassnames.root, constants_1.buttonColorClassnames[color], className, {
|
|
18
18
|
[constants_1.buttonClassnames.loading]: loading,
|
|
19
19
|
[constants_1.buttonClassnames.disabled]: disabled,
|
|
20
20
|
[constants_1.buttonClassnames.selected]: selected,
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.Icon = void 0;
|
|
4
4
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
const SvgIcon_1 = require("../../SvgIcon");
|
|
6
|
-
const
|
|
6
|
+
const cn_1 = require("../../utils/cn");
|
|
7
7
|
const constants_1 = require("../constants");
|
|
8
|
-
const Icon = ({ ...props }) => ((0, jsx_runtime_1.jsxs)(SvgIcon_1.SvgIcon, { size: "sm", viewBox: "0 0 16 16", ...props, children: [(0, jsx_runtime_1.jsx)("rect", { className: constants_1.checkboxClassnames.outline, x: "0.5", y: "0.5", width: "15", height: "15", rx: "3.5" }), (0, jsx_runtime_1.jsx)("path", { className: (0,
|
|
8
|
+
const Icon = ({ ...props }) => ((0, jsx_runtime_1.jsxs)(SvgIcon_1.SvgIcon, { size: "sm", viewBox: "0 0 16 16", ...props, children: [(0, jsx_runtime_1.jsx)("rect", { className: constants_1.checkboxClassnames.outline, x: "0.5", y: "0.5", width: "15", height: "15", rx: "3.5" }), (0, jsx_runtime_1.jsx)("path", { className: (0, cn_1.cn)(constants_1.checkboxClassnames.symbol, constants_1.checkboxClassnames.iconChecked), d: "M3.892 8.64a.75.75 0 0 1 1.003-1.112l.058.052 1.97 1.97 4.469-4.47.056-.052a.75.75 0 0 1 1.056 1.056l-.051.056-5 5a.75.75 0 0 1-1.061 0l-2.5-2.5Z" }), (0, jsx_runtime_1.jsx)("path", { className: (0, cn_1.cn)(constants_1.checkboxClassnames.symbol, constants_1.checkboxClassnames.iconIndeterminate), d: "M12 7.25a.75.75 0 0 1 0 1.5H4a.75.75 0 0 1 0-1.5h8Z" })] }));
|
|
9
9
|
exports.Icon = Icon;
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.useLogic = void 0;
|
|
4
4
|
const react_1 = require("react");
|
|
5
5
|
const useUpdateEffect_1 = require("../../useUpdateEffect");
|
|
6
|
-
const
|
|
6
|
+
const cn_1 = require("../../utils/cn");
|
|
7
7
|
const constants_1 = require("../constants");
|
|
8
8
|
const useLogic = ({ checked = false, indeterminate = false, disabled = false, isError = false, defaultChecked = false, onChange: propsOnChange, className: propClassNames, role, style, name, inputRef, value, id, ...restProps }) => {
|
|
9
9
|
const [isChecked, setIsChecked] = (0, react_1.useState)(defaultChecked || checked);
|
|
@@ -26,7 +26,7 @@ const useLogic = ({ checked = false, indeterminate = false, disabled = false, is
|
|
|
26
26
|
}
|
|
27
27
|
return 'inherit';
|
|
28
28
|
}, [disabled, isError, isChecked, indeterminate]);
|
|
29
|
-
const className = (0, react_1.useMemo)(() => (0,
|
|
29
|
+
const className = (0, react_1.useMemo)(() => (0, cn_1.cn)(constants_1.checkboxClassnames.root, isChecked ? constants_1.checkboxClassnames.checked : '', disabled ? constants_1.checkboxClassnames.disabled : '', indeterminate ? constants_1.checkboxClassnames.indeterminate : '', propClassNames), [isChecked, indeterminate, disabled, propClassNames]);
|
|
30
30
|
return {
|
|
31
31
|
onChange,
|
|
32
32
|
color,
|
|
@@ -3,12 +3,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.ChipStatusIcon = void 0;
|
|
4
4
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
const react_1 = require("react");
|
|
6
|
-
const
|
|
6
|
+
const cn_1 = require("../../utils/cn");
|
|
7
7
|
const constants_1 = require("./constants");
|
|
8
8
|
const styled_1 = require("./styled");
|
|
9
9
|
const ChipStatusIcon = ({ status }) => {
|
|
10
10
|
const classnames = (0, react_1.useMemo)(() => {
|
|
11
|
-
return (0,
|
|
11
|
+
return (0, cn_1.cn)(constants_1.chipStatusIconClassnames.root, {
|
|
12
12
|
[constants_1.chipStatusIconClassnames.success]: status === 'success',
|
|
13
13
|
[constants_1.chipStatusIconClassnames.warning]: status === 'warning',
|
|
14
14
|
[constants_1.chipStatusIconClassnames.error]: status === 'error',
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.useLogic = void 0;
|
|
4
4
|
const react_1 = require("react");
|
|
5
|
-
const
|
|
5
|
+
const cn_1 = require("../../utils/cn");
|
|
6
6
|
const ChipProvider_1 = require("../ChipProvider");
|
|
7
7
|
const constants_1 = require("../constants");
|
|
8
8
|
const useLogic = ({ className, isDisabled, isSelected, onChange, size = 'medium', label, status, icon, counter, endAdornment, maxCount, name: nameProp, value: valueProp, }) => {
|
|
9
9
|
const { mode, name: contextName } = (0, react_1.useContext)(ChipProvider_1.ChipContext);
|
|
10
10
|
const isMultiple = mode === 'multiple';
|
|
11
11
|
const inputName = nameProp ?? contextName;
|
|
12
|
-
const classnames = (0, react_1.useMemo)(() => (0,
|
|
12
|
+
const classnames = (0, react_1.useMemo)(() => (0, cn_1.cn)(className, constants_1.chipClassnames.root, {
|
|
13
13
|
[constants_1.chipClassnames.disabled]: isDisabled,
|
|
14
14
|
[constants_1.chipClassnames.selected]: isSelected,
|
|
15
15
|
[constants_1.chipClassnames.sizeSmall]: size === 'small',
|
|
@@ -7,7 +7,7 @@ const Dialog_1 = require("../Dialog");
|
|
|
7
7
|
const DialogActions_1 = require("../DialogActions");
|
|
8
8
|
const DialogContent_1 = require("../DialogContent");
|
|
9
9
|
const DialogContentText_1 = require("../DialogContentText");
|
|
10
|
-
const
|
|
10
|
+
const cn_1 = require("../utils/cn");
|
|
11
11
|
const constants_1 = require("./constants");
|
|
12
12
|
const styles_1 = require("./styles");
|
|
13
13
|
const useLogic_1 = require("./useLogic");
|
|
@@ -16,6 +16,6 @@ const ConfirmDialog = (props) => {
|
|
|
16
16
|
const { open, title, description, actions, onClose, size = 'sm', ...restProps } = props;
|
|
17
17
|
const { text: confirmText, ...confirmButtonProps } = actions.confirm;
|
|
18
18
|
const { text: cancelText, variant, onClick, ...restCancelProps } = actions.cancel || {};
|
|
19
|
-
return ((0, jsx_runtime_1.jsxs)(Dialog_1.Dialog, { size: size, title: title, open: open, onClose: onClose, ...restProps, children: [description && ((0, jsx_runtime_1.jsx)(DialogContent_1.DialogContent, { children: typeof description === 'string' ? ((0, jsx_runtime_1.jsx)(DialogContentText_1.DialogContentText, { children: description })) : (description) })), (0, jsx_runtime_1.jsxs)(DialogActions_1.DialogActions, { children: [isShowCancelButton && ((0, jsx_runtime_1.jsx)(styles_1.CancelButton, { ...restCancelProps, ...cancelButtonProps, className: (0,
|
|
19
|
+
return ((0, jsx_runtime_1.jsxs)(Dialog_1.Dialog, { size: size, title: title, open: open, onClose: onClose, ...restProps, children: [description && ((0, jsx_runtime_1.jsx)(DialogContent_1.DialogContent, { children: typeof description === 'string' ? ((0, jsx_runtime_1.jsx)(DialogContentText_1.DialogContentText, { children: description })) : (description) })), (0, jsx_runtime_1.jsxs)(DialogActions_1.DialogActions, { children: [isShowCancelButton && ((0, jsx_runtime_1.jsx)(styles_1.CancelButton, { ...restCancelProps, ...cancelButtonProps, className: (0, cn_1.cn)(actions.cancel?.className, constants_1.confirmDialogClassnames.cancelButton), children: cancelText })), (0, jsx_runtime_1.jsx)(Button_1.Button, { ...confirmButtonProps, className: (0, cn_1.cn)(confirmButtonProps.className, constants_1.confirmDialogClassnames.confirmButton), children: confirmText })] })] }));
|
|
20
20
|
};
|
|
21
21
|
exports.ConfirmDialog = ConfirmDialog;
|
|
@@ -3,16 +3,16 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.CopyTypography = void 0;
|
|
4
4
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
const Tooltip_1 = require("../Tooltip");
|
|
6
|
-
const
|
|
6
|
+
const cn_1 = require("../utils/cn");
|
|
7
7
|
const constants_1 = require("./constants");
|
|
8
8
|
const styles_1 = require("./styles");
|
|
9
9
|
const useLogic_1 = require("./useLogic");
|
|
10
10
|
const CopyTypography = (props) => {
|
|
11
11
|
const { handleMouseLeave, handleClick, tooltipTitle, isIconOnLeft, isIconOnRight, restProps, copyPosition, color, showCopyIcon, isOverflow, children, tooltipProps, } = (0, useLogic_1.useLogic)(props);
|
|
12
|
-
const renderIcon = () => ((0, jsx_runtime_1.jsx)(styles_1.StyledCopyIcon, { size: "sm", "$copyPosition": copyPosition, color: color, className: (0,
|
|
12
|
+
const renderIcon = () => ((0, jsx_runtime_1.jsx)(styles_1.StyledCopyIcon, { size: "sm", "$copyPosition": copyPosition, color: color, className: (0, cn_1.cn)({
|
|
13
13
|
[constants_1.copyTypographyClassnames.showIconOnHover]: showCopyIcon === 'onHover',
|
|
14
14
|
}) }));
|
|
15
|
-
return ((0, jsx_runtime_1.jsx)(Tooltip_1.Tooltip, { title: tooltipTitle, disableInteractive: true, placement: "bottom", ...tooltipProps, children: (0, jsx_runtime_1.jsxs)(styles_1.Wrapper, { onMouseLeave: handleMouseLeave, onClick: handleClick, component: "div", color: color, ...restProps, children: [isIconOnLeft && renderIcon(), (0, jsx_runtime_1.jsx)(styles_1.TypographyWrapper, { className: (0,
|
|
15
|
+
return ((0, jsx_runtime_1.jsx)(Tooltip_1.Tooltip, { title: tooltipTitle, disableInteractive: true, placement: "bottom", ...tooltipProps, children: (0, jsx_runtime_1.jsxs)(styles_1.Wrapper, { onMouseLeave: handleMouseLeave, onClick: handleClick, component: "div", color: color, ...restProps, children: [isIconOnLeft && renderIcon(), (0, jsx_runtime_1.jsx)(styles_1.TypographyWrapper, { className: (0, cn_1.cn)({
|
|
16
16
|
[constants_1.copyTypographyClassnames.overflow]: isOverflow,
|
|
17
17
|
}), children: children }), isIconOnRight && renderIcon()] }) }));
|
|
18
18
|
};
|