@astral/ui 4.70.0 → 4.71.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/components/Accordion/styles.d.ts +1 -0
- package/components/Alert/styles.d.ts +2 -0
- package/components/AutoSaveIndicator/styles.d.ts +2 -0
- package/components/BottomDrawer/styles.d.ts +1 -0
- package/components/Chip/styles.d.ts +1 -0
- package/components/CodeField/styles.d.ts +1 -0
- package/components/CollapsibleTypography/CollapsibleTypography.d.ts +1 -0
- package/components/CollapsibleTypography/styles.d.ts +1 -0
- package/components/ConfirmAction/styles.d.ts +1 -0
- package/components/CopyTypography/styles.d.ts +1 -0
- package/components/CopyTypography/useLogic/useLogic.d.ts +1 -0
- package/components/DashboardSidebarPopover/styles.d.ts +1 -0
- package/components/DataGrid/Cell/Cell.js +5 -2
- package/components/DataGrid/Cell/constants.d.ts +1 -0
- package/components/DataGrid/Cell/constants.js +1 -0
- package/components/DataGrid/Cell/styles.d.ts +1 -0
- package/components/DataGrid/Cell/styles.js +4 -0
- package/components/DataGrid/Cell/useLogic/useLogic.d.ts +1 -0
- package/components/DataGrid/Cell/useLogic/useLogic.js +6 -2
- package/components/DataGrid/DataGrid.js +2 -2
- package/components/DataGrid/DataGridContext/DataGridContext.d.ts +1 -0
- package/components/DataGrid/DataGridContext/DataGridContext.js +1 -0
- package/components/DataGrid/DataGridContext/DataGridProvider/DataGridProvider.d.ts +2 -1
- package/components/DataGrid/DataGridContext/DataGridProvider/DataGridProvider.js +3 -1
- package/components/DataGrid/Row/styles.d.ts +1 -0
- package/components/DataGrid/types.d.ts +8 -0
- package/components/DataGridPagination/styles.d.ts +1 -0
- package/components/DataGridPaginationContainer/styles.d.ts +1 -0
- package/components/DatePicker/DateCalendar/DateCalendarHead/styles.d.ts +1 -0
- package/components/Description/Description.d.ts +4 -0
- package/components/Description/Description.js +5 -2
- package/components/Description/Value/Value.d.ts +1 -1
- package/components/Description/Value/styles.d.ts +2 -0
- package/components/Description/constants.d.ts +1 -0
- package/components/Description/constants.js +1 -0
- package/components/Description/styles.js +4 -0
- package/components/DescriptionList/DescriptionList.d.ts +1 -1
- package/components/DescriptionList/DescriptionList.js +4 -3
- package/components/DescriptionList/styles.d.ts +2 -1
- package/components/DescriptionList/types.d.ts +2 -2
- package/components/Fieldset/styles.d.ts +2 -0
- package/components/Filename/styles.d.ts +1 -0
- package/components/FlowButton/styles.d.ts +1 -0
- package/components/JsonViewer/NodeValue/styles.d.ts +3 -0
- package/components/LegacyNotification/NotificationTemplate/styles.d.ts +2 -0
- package/components/MenuGroup/styles.d.ts +1 -0
- package/components/MenuOrganization/OrganizationButton/styles.d.ts +1 -0
- package/components/MenuOrganization/OrganizationGroup/styles.d.ts +1 -0
- package/components/MenuOrganization/styles.d.ts +1 -0
- package/components/MinimalisticPagination/styles.d.ts +1 -0
- package/components/NavMenu/Item/ItemButton/styles.d.ts +1 -0
- package/components/NewStepper/Step/Description/styles.d.ts +1 -0
- package/components/NewStepper/Step/Label/styles.d.ts +2 -0
- package/components/NotFoundPage/styles.d.ts +2 -0
- package/components/Notification/NotificationTemplate/styles.d.ts +2 -0
- package/components/NotificationList/ListItem/styles.d.ts +1 -0
- package/components/OverflowTypography/OverflowTypography.d.ts +1 -0
- package/components/OverflowTypography/styles.d.ts +2 -0
- package/components/PageContent/PageContentHeader/Title/styles.d.ts +1 -0
- package/components/PageHeader/HeaderContent/Description/styles.d.ts +1 -0
- package/components/PageHeader/Title/styles.d.ts +1 -0
- package/components/Pagination/PaginationItem/styles.d.ts +1 -0
- package/components/PinButton/styles.d.ts +1 -0
- package/components/ProductSwitcher/Content/styles.d.ts +1 -0
- package/components/Tree/TreeItem/styles.d.ts +2 -0
- package/components/Typography/Typography.d.ts +1 -0
- package/components/Typography/Typography.js +13 -4
- package/components/Typography/constants.d.ts +1 -0
- package/components/Typography/constants.js +2 -1
- package/components/Typography/styles.js +4 -0
- package/components/Typography/types.d.ts +4 -0
- package/components/WelcomeScreen/styles.d.ts +2 -0
- package/components/fileUploading/FileInfo/styles.d.ts +1 -0
- package/components/placeholders/Placeholder/styles.d.ts +2 -0
- package/hook-form/EditableText/EditingForm/styles.d.ts +1 -0
- package/hook-form/EditableText/styles.d.ts +1 -0
- package/node/components/Accordion/styles.d.ts +1 -0
- package/node/components/Alert/styles.d.ts +2 -0
- package/node/components/AutoSaveIndicator/styles.d.ts +2 -0
- package/node/components/BottomDrawer/styles.d.ts +1 -0
- package/node/components/Chip/styles.d.ts +1 -0
- package/node/components/CodeField/styles.d.ts +1 -0
- package/node/components/CollapsibleTypography/CollapsibleTypography.d.ts +1 -0
- package/node/components/CollapsibleTypography/styles.d.ts +1 -0
- package/node/components/ConfirmAction/styles.d.ts +1 -0
- package/node/components/CopyTypography/styles.d.ts +1 -0
- package/node/components/CopyTypography/useLogic/useLogic.d.ts +1 -0
- package/node/components/DashboardSidebarPopover/styles.d.ts +1 -0
- package/node/components/DataGrid/Cell/Cell.js +5 -2
- package/node/components/DataGrid/Cell/constants.d.ts +1 -0
- package/node/components/DataGrid/Cell/constants.js +1 -0
- package/node/components/DataGrid/Cell/styles.d.ts +1 -0
- package/node/components/DataGrid/Cell/styles.js +4 -0
- package/node/components/DataGrid/Cell/useLogic/useLogic.d.ts +1 -0
- package/node/components/DataGrid/Cell/useLogic/useLogic.js +5 -1
- package/node/components/DataGrid/DataGrid.js +2 -2
- package/node/components/DataGrid/DataGridContext/DataGridContext.d.ts +1 -0
- package/node/components/DataGrid/DataGridContext/DataGridContext.js +1 -0
- package/node/components/DataGrid/DataGridContext/DataGridProvider/DataGridProvider.d.ts +2 -1
- package/node/components/DataGrid/DataGridContext/DataGridProvider/DataGridProvider.js +3 -1
- package/node/components/DataGrid/Row/styles.d.ts +1 -0
- package/node/components/DataGrid/types.d.ts +8 -0
- package/node/components/DataGridPagination/styles.d.ts +1 -0
- package/node/components/DataGridPaginationContainer/styles.d.ts +1 -0
- package/node/components/DatePicker/DateCalendar/DateCalendarHead/styles.d.ts +1 -0
- package/node/components/Description/Description.d.ts +4 -0
- package/node/components/Description/Description.js +5 -2
- package/node/components/Description/Value/Value.d.ts +1 -1
- package/node/components/Description/Value/styles.d.ts +2 -0
- package/node/components/Description/constants.d.ts +1 -0
- package/node/components/Description/constants.js +1 -0
- package/node/components/Description/styles.js +4 -0
- package/node/components/DescriptionList/DescriptionList.d.ts +1 -1
- package/node/components/DescriptionList/DescriptionList.js +4 -3
- package/node/components/DescriptionList/styles.d.ts +2 -1
- package/node/components/DescriptionList/types.d.ts +2 -2
- package/node/components/Fieldset/styles.d.ts +2 -0
- package/node/components/Filename/styles.d.ts +1 -0
- package/node/components/FlowButton/styles.d.ts +1 -0
- package/node/components/JsonViewer/NodeValue/styles.d.ts +3 -0
- package/node/components/LegacyNotification/NotificationTemplate/styles.d.ts +2 -0
- package/node/components/MenuGroup/styles.d.ts +1 -0
- package/node/components/MenuOrganization/OrganizationButton/styles.d.ts +1 -0
- package/node/components/MenuOrganization/OrganizationGroup/styles.d.ts +1 -0
- package/node/components/MenuOrganization/styles.d.ts +1 -0
- package/node/components/MinimalisticPagination/styles.d.ts +1 -0
- package/node/components/NavMenu/Item/ItemButton/styles.d.ts +1 -0
- package/node/components/NewStepper/Step/Description/styles.d.ts +1 -0
- package/node/components/NewStepper/Step/Label/styles.d.ts +2 -0
- package/node/components/NotFoundPage/styles.d.ts +2 -0
- package/node/components/Notification/NotificationTemplate/styles.d.ts +2 -0
- package/node/components/NotificationList/ListItem/styles.d.ts +1 -0
- package/node/components/OverflowTypography/OverflowTypography.d.ts +1 -0
- package/node/components/OverflowTypography/styles.d.ts +2 -0
- package/node/components/PageContent/PageContentHeader/Title/styles.d.ts +1 -0
- package/node/components/PageHeader/HeaderContent/Description/styles.d.ts +1 -0
- package/node/components/PageHeader/Title/styles.d.ts +1 -0
- package/node/components/Pagination/PaginationItem/styles.d.ts +1 -0
- package/node/components/PinButton/styles.d.ts +1 -0
- package/node/components/ProductSwitcher/Content/styles.d.ts +1 -0
- package/node/components/Tree/TreeItem/styles.d.ts +2 -0
- package/node/components/Typography/Typography.d.ts +1 -0
- package/node/components/Typography/Typography.js +13 -4
- package/node/components/Typography/constants.d.ts +1 -0
- package/node/components/Typography/constants.js +2 -1
- package/node/components/Typography/styles.js +4 -0
- package/node/components/Typography/types.d.ts +4 -0
- package/node/components/WelcomeScreen/styles.d.ts +2 -0
- package/node/components/fileUploading/FileInfo/styles.d.ts +1 -0
- package/node/components/placeholders/Placeholder/styles.d.ts +2 -0
- package/node/hook-form/EditableText/EditingForm/styles.d.ts +1 -0
- package/node/hook-form/EditableText/styles.d.ts +1 -0
- package/package.json +1 -1
|
@@ -6,6 +6,7 @@ export declare const PageItem: import("../styled").StyledComponent<import("../Ty
|
|
|
6
6
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
7
7
|
isUpperCase?: boolean | undefined;
|
|
8
8
|
withoutCalt?: boolean | undefined;
|
|
9
|
+
isTabularNums?: boolean | undefined;
|
|
9
10
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
10
11
|
theme?: import("@emotion/react").Theme | undefined;
|
|
11
12
|
}, {}, {}>;
|
|
@@ -632,6 +632,7 @@ export declare const NavMenuItemButtonText: import("../../../styled").StyledComp
|
|
|
632
632
|
component?: import("../../../Typography/types").ComponentProp | undefined;
|
|
633
633
|
isUpperCase?: boolean | undefined;
|
|
634
634
|
withoutCalt?: boolean | undefined;
|
|
635
|
+
isTabularNums?: boolean | undefined;
|
|
635
636
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & {
|
|
636
637
|
children?: import("react").ReactNode;
|
|
637
638
|
} & import("react").RefAttributes<HTMLElement> & {
|
|
@@ -6,6 +6,7 @@ export declare const StyledTypography: import("../../../styled").StyledComponent
|
|
|
6
6
|
component?: import("../../../Typography/types").ComponentProp | undefined;
|
|
7
7
|
isUpperCase?: boolean | undefined;
|
|
8
8
|
withoutCalt?: boolean | undefined;
|
|
9
|
+
isTabularNums?: boolean | undefined;
|
|
9
10
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
10
11
|
theme?: import("@emotion/react").Theme | undefined;
|
|
11
12
|
}, {}, {}>;
|
|
@@ -10,6 +10,7 @@ export declare const MobileCompactLabel: import("../../../styled").StyledCompone
|
|
|
10
10
|
component?: import("../../../Typography/types").ComponentProp | undefined;
|
|
11
11
|
isUpperCase?: boolean | undefined;
|
|
12
12
|
withoutCalt?: boolean | undefined;
|
|
13
|
+
isTabularNums?: boolean | undefined;
|
|
13
14
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
14
15
|
theme?: import("@emotion/react").Theme | undefined;
|
|
15
16
|
}, {}, {}>;
|
|
@@ -20,6 +21,7 @@ export declare const DesktopLabel: import("../../../styled").StyledComponent<imp
|
|
|
20
21
|
component?: import("../../../Typography/types").ComponentProp | undefined;
|
|
21
22
|
isUpperCase?: boolean | undefined;
|
|
22
23
|
withoutCalt?: boolean | undefined;
|
|
24
|
+
isTabularNums?: boolean | undefined;
|
|
23
25
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
24
26
|
theme?: import("@emotion/react").Theme | undefined;
|
|
25
27
|
}, {}, {}>;
|
|
@@ -10,6 +10,7 @@ export declare const Header: import("../styled").StyledComponent<import("../Typo
|
|
|
10
10
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
11
11
|
isUpperCase?: boolean | undefined;
|
|
12
12
|
withoutCalt?: boolean | undefined;
|
|
13
|
+
isTabularNums?: boolean | undefined;
|
|
13
14
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
14
15
|
theme?: import("@emotion/react").Theme | undefined;
|
|
15
16
|
}, {}, {}>;
|
|
@@ -20,6 +21,7 @@ export declare const Subheader: import("../styled").StyledComponent<import("../T
|
|
|
20
21
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
21
22
|
isUpperCase?: boolean | undefined;
|
|
22
23
|
withoutCalt?: boolean | undefined;
|
|
24
|
+
isTabularNums?: boolean | undefined;
|
|
23
25
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
24
26
|
theme?: import("@emotion/react").Theme | undefined;
|
|
25
27
|
}, {}, {}>;
|
|
@@ -21,6 +21,7 @@ export declare const Content: import("../../styled").StyledComponent<import("../
|
|
|
21
21
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
22
22
|
isUpperCase?: boolean | undefined;
|
|
23
23
|
withoutCalt?: boolean | undefined;
|
|
24
|
+
isTabularNums?: boolean | undefined;
|
|
24
25
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
25
26
|
theme?: import("@emotion/react").Theme | undefined;
|
|
26
27
|
}, {}, {}>;
|
|
@@ -49,6 +50,7 @@ export declare const Title: import("../../styled").StyledComponent<import("../..
|
|
|
49
50
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
50
51
|
isUpperCase?: boolean | undefined;
|
|
51
52
|
withoutCalt?: boolean | undefined;
|
|
53
|
+
isTabularNums?: boolean | undefined;
|
|
52
54
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
53
55
|
theme?: import("@emotion/react").Theme | undefined;
|
|
54
56
|
}, {}, {}>;
|
|
@@ -11,6 +11,7 @@ export declare const Title: import("../../styled").StyledComponent<import("../..
|
|
|
11
11
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
12
12
|
isUpperCase?: boolean | undefined;
|
|
13
13
|
withoutCalt?: boolean | undefined;
|
|
14
|
+
isTabularNums?: boolean | undefined;
|
|
14
15
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
15
16
|
theme?: import("@emotion/react").Theme | undefined;
|
|
16
17
|
}, {}, {}>;
|
|
@@ -344,6 +344,7 @@ export declare const OverflowTypography: import("react").ForwardRefExoticCompone
|
|
|
344
344
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
345
345
|
isUpperCase?: boolean | undefined;
|
|
346
346
|
withoutCalt?: boolean | undefined;
|
|
347
|
+
isTabularNums?: boolean | undefined;
|
|
347
348
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & {
|
|
348
349
|
children?: import("react").ReactNode;
|
|
349
350
|
} & import("react").RefAttributes<HTMLElement>>;
|
|
@@ -10,6 +10,7 @@ export declare const StyledTypography: import("../styled").StyledComponent<impor
|
|
|
10
10
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
11
11
|
isUpperCase?: boolean | undefined;
|
|
12
12
|
withoutCalt?: boolean | undefined;
|
|
13
|
+
isTabularNums?: boolean | undefined;
|
|
13
14
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
14
15
|
theme?: import("@emotion/react").Theme | undefined;
|
|
15
16
|
} & OverflowTypographyWrapperProps, {}, {}>;
|
|
@@ -20,6 +21,7 @@ export declare const Wrapper: import("../styled").StyledComponent<import("../Typ
|
|
|
20
21
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
21
22
|
isUpperCase?: boolean | undefined;
|
|
22
23
|
withoutCalt?: boolean | undefined;
|
|
24
|
+
isTabularNums?: boolean | undefined;
|
|
23
25
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
24
26
|
theme?: import("@emotion/react").Theme | undefined;
|
|
25
27
|
} & {
|
|
@@ -6,6 +6,7 @@ export declare const TitleWrapper: import("../../../styled").StyledComponent<imp
|
|
|
6
6
|
component?: import("../../../Typography/types").ComponentProp | undefined;
|
|
7
7
|
isUpperCase?: boolean | undefined;
|
|
8
8
|
withoutCalt?: boolean | undefined;
|
|
9
|
+
isTabularNums?: boolean | undefined;
|
|
9
10
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
10
11
|
theme?: import("@emotion/react").Theme | undefined;
|
|
11
12
|
}, {}, {}>;
|
|
@@ -6,6 +6,7 @@ export declare const StyledTypography: import("../../../styled").StyledComponent
|
|
|
6
6
|
component?: import("../../../Typography/types").ComponentProp | undefined;
|
|
7
7
|
isUpperCase?: boolean | undefined;
|
|
8
8
|
withoutCalt?: boolean | undefined;
|
|
9
|
+
isTabularNums?: boolean | undefined;
|
|
9
10
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
10
11
|
theme?: import("@emotion/react").Theme | undefined;
|
|
11
12
|
}, {}, {}>;
|
|
@@ -6,6 +6,7 @@ export declare const TitleWrapper: import("../../styled").StyledComponent<import
|
|
|
6
6
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
7
7
|
isUpperCase?: boolean | undefined;
|
|
8
8
|
withoutCalt?: boolean | undefined;
|
|
9
|
+
isTabularNums?: boolean | undefined;
|
|
9
10
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
10
11
|
theme?: import("@emotion/react").Theme | undefined;
|
|
11
12
|
} & {
|
|
@@ -6,6 +6,7 @@ export declare const Ellipsis: import("../../styled").StyledComponent<import("..
|
|
|
6
6
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
7
7
|
isUpperCase?: boolean | undefined;
|
|
8
8
|
withoutCalt?: boolean | undefined;
|
|
9
|
+
isTabularNums?: boolean | undefined;
|
|
9
10
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
10
11
|
theme?: import("@emotion/react").Theme | undefined;
|
|
11
12
|
}, {}, {}>;
|
|
@@ -16,6 +16,7 @@ export declare const Content: import("../styled").StyledComponent<import("../Typ
|
|
|
16
16
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
17
17
|
isUpperCase?: boolean | undefined;
|
|
18
18
|
withoutCalt?: boolean | undefined;
|
|
19
|
+
isTabularNums?: boolean | undefined;
|
|
19
20
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
20
21
|
theme?: import("@emotion/react").Theme | undefined;
|
|
21
22
|
}, {}, {}>;
|
|
@@ -20,6 +20,7 @@ export declare const ProductName: import("../../styled").StyledComponent<import(
|
|
|
20
20
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
21
21
|
isUpperCase?: boolean | undefined;
|
|
22
22
|
withoutCalt?: boolean | undefined;
|
|
23
|
+
isTabularNums?: boolean | undefined;
|
|
23
24
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
24
25
|
theme?: import("@emotion/react").Theme | undefined;
|
|
25
26
|
}, {}, {}>;
|
|
@@ -49,6 +49,7 @@ export declare const Label: import("../../styled").StyledComponent<import("../..
|
|
|
49
49
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
50
50
|
isUpperCase?: boolean | undefined;
|
|
51
51
|
withoutCalt?: boolean | undefined;
|
|
52
|
+
isTabularNums?: boolean | undefined;
|
|
52
53
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
53
54
|
theme?: import("@emotion/react").Theme | undefined;
|
|
54
55
|
}, {}, {}>;
|
|
@@ -395,6 +396,7 @@ export declare const Note: import("../../styled").StyledComponent<import("../../
|
|
|
395
396
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
396
397
|
isUpperCase?: boolean | undefined;
|
|
397
398
|
withoutCalt?: boolean | undefined;
|
|
399
|
+
isTabularNums?: boolean | undefined;
|
|
398
400
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & {
|
|
399
401
|
children?: import("react").ReactNode;
|
|
400
402
|
} & import("react").RefAttributes<HTMLElement> & {
|
|
@@ -13,4 +13,5 @@ export declare const Typography: import("react").ForwardRefExoticComponent<impor
|
|
|
13
13
|
component?: ComponentProp | undefined;
|
|
14
14
|
isUpperCase?: boolean | undefined;
|
|
15
15
|
withoutCalt?: boolean | undefined;
|
|
16
|
+
isTabularNums?: boolean | undefined;
|
|
16
17
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement>>;
|
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
import { classNames } from '../utils/classNames';
|
|
4
|
+
import { cva } from '../utils/cva';
|
|
4
5
|
import { typographyClassnames } from './constants';
|
|
5
6
|
import { useTypographyColor } from './hooks';
|
|
6
7
|
import { TypographyWrapper } from './styles';
|
|
7
|
-
|
|
8
|
+
const typographyCva = cva(typographyClassnames.root, {
|
|
9
|
+
variants: {
|
|
10
|
+
isTabularNums: {
|
|
11
|
+
true: typographyClassnames.tabularNums,
|
|
12
|
+
},
|
|
13
|
+
withoutCalt: {
|
|
14
|
+
true: typographyClassnames.withoutCalt,
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
});
|
|
18
|
+
export const Typography = forwardRef(({ children, color, colorIntensity = '800', component, withoutCalt, className, isTabularNums, ...props }, ref) => {
|
|
8
19
|
const typographyColor = useTypographyColor({ color, colorIntensity });
|
|
9
|
-
return (_jsx(TypographyWrapper, { ref: ref, ...props, component: component, color: typographyColor, className: classNames(
|
|
10
|
-
[typographyClassnames.withoutCalt]: withoutCalt,
|
|
11
|
-
}), children: children }));
|
|
20
|
+
return (_jsx(TypographyWrapper, { ref: ref, ...props, component: component, color: typographyColor, className: classNames(typographyCva({ isTabularNums, withoutCalt }), className), children: children }));
|
|
12
21
|
});
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { createUIKitClassname } from '../utils/createUIKitClassname';
|
|
2
2
|
export const typographyClassnames = {
|
|
3
3
|
root: createUIKitClassname('typography'),
|
|
4
|
-
withoutCalt: 'typography_without-calt',
|
|
4
|
+
withoutCalt: createUIKitClassname('typography_without-calt'),
|
|
5
|
+
tabularNums: createUIKitClassname('typography_tabular-nums'),
|
|
5
6
|
};
|
|
@@ -35,4 +35,8 @@ export type TypographyProps = TypographyPropsBase & {
|
|
|
35
35
|
* Отключает контекстные альтернативы шрифта. Подробнее в [документации](https://ui-kit.astral.ru/?path=/docs/getting-started-fonts--docs)
|
|
36
36
|
*/
|
|
37
37
|
withoutCalt?: boolean;
|
|
38
|
+
/**
|
|
39
|
+
* Включает моноширинные цифры.
|
|
40
|
+
*/
|
|
41
|
+
isTabularNums?: boolean;
|
|
38
42
|
} & HTMLAttributes<HTMLParagraphElement>;
|
|
@@ -22,6 +22,7 @@ export declare const Greeting: import("../styled").StyledComponent<import("../Ty
|
|
|
22
22
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
23
23
|
isUpperCase?: boolean | undefined;
|
|
24
24
|
withoutCalt?: boolean | undefined;
|
|
25
|
+
isTabularNums?: boolean | undefined;
|
|
25
26
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
26
27
|
theme?: import("@emotion/react").Theme | undefined;
|
|
27
28
|
}, {}, {}>;
|
|
@@ -32,6 +33,7 @@ export declare const UserName: import("../styled").StyledComponent<import("../Ty
|
|
|
32
33
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
33
34
|
isUpperCase?: boolean | undefined;
|
|
34
35
|
withoutCalt?: boolean | undefined;
|
|
36
|
+
isTabularNums?: boolean | undefined;
|
|
35
37
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
36
38
|
theme?: import("@emotion/react").Theme | undefined;
|
|
37
39
|
}, {}, {}>;
|
|
@@ -350,6 +350,7 @@ export declare const FileSize: import("../../styled").StyledComponent<import("..
|
|
|
350
350
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
351
351
|
isUpperCase?: boolean | undefined;
|
|
352
352
|
withoutCalt?: boolean | undefined;
|
|
353
|
+
isTabularNums?: boolean | undefined;
|
|
353
354
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
354
355
|
theme?: import("@emotion/react").Theme | undefined;
|
|
355
356
|
}, {}, {}>;
|
|
@@ -18,6 +18,7 @@ export declare const Title: import("../../styled").StyledComponent<import("../..
|
|
|
18
18
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
19
19
|
isUpperCase?: boolean | undefined;
|
|
20
20
|
withoutCalt?: boolean | undefined;
|
|
21
|
+
isTabularNums?: boolean | undefined;
|
|
21
22
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
22
23
|
theme?: import("@emotion/react").Theme | undefined;
|
|
23
24
|
} & WithSize, {}, {}>;
|
|
@@ -28,6 +29,7 @@ export declare const Description: import("../../styled").StyledComponent<import(
|
|
|
28
29
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
29
30
|
isUpperCase?: boolean | undefined;
|
|
30
31
|
withoutCalt?: boolean | undefined;
|
|
32
|
+
isTabularNums?: boolean | undefined;
|
|
31
33
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
32
34
|
theme?: import("@emotion/react").Theme | undefined;
|
|
33
35
|
} & WithSize, {}, {}>;
|
|
@@ -10,6 +10,7 @@ export declare const Description: import("../../../components/styled").StyledCom
|
|
|
10
10
|
component?: import("../../../components/Typography/types").ComponentProp | undefined;
|
|
11
11
|
isUpperCase?: boolean | undefined;
|
|
12
12
|
withoutCalt?: boolean | undefined;
|
|
13
|
+
isTabularNums?: boolean | undefined;
|
|
13
14
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
14
15
|
theme?: import("@emotion/react").Theme | undefined;
|
|
15
16
|
}, {}, {}>;
|
|
@@ -6,6 +6,7 @@ export declare const DisplayValue: import("../../components/styled").StyledCompo
|
|
|
6
6
|
component?: import("../../components/Typography/types").ComponentProp | undefined;
|
|
7
7
|
isUpperCase?: boolean | undefined;
|
|
8
8
|
withoutCalt?: boolean | undefined;
|
|
9
|
+
isTabularNums?: boolean | undefined;
|
|
9
10
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
10
11
|
theme?: import("@emotion/react").Theme | undefined;
|
|
11
12
|
} & {
|
|
@@ -26,6 +26,7 @@ export declare const Summary: import("@emotion/styled/dist/declarations/src/type
|
|
|
26
26
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
27
27
|
isUpperCase?: boolean | undefined;
|
|
28
28
|
withoutCalt?: boolean | undefined;
|
|
29
|
+
isTabularNums?: boolean | undefined;
|
|
29
30
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
30
31
|
theme?: import("@emotion/react").Theme | undefined;
|
|
31
32
|
}, {}, {}>;
|
|
@@ -31,6 +31,7 @@ export declare const StyledTypography: import("@emotion/styled/dist/declarations
|
|
|
31
31
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
32
32
|
isUpperCase?: boolean | undefined;
|
|
33
33
|
withoutCalt?: boolean | undefined;
|
|
34
|
+
isTabularNums?: boolean | undefined;
|
|
34
35
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
35
36
|
theme?: import("@emotion/react").Theme | undefined;
|
|
36
37
|
}, {}, {}>;
|
|
@@ -41,6 +42,7 @@ export declare const Title: import("@emotion/styled/dist/declarations/src/types"
|
|
|
41
42
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
42
43
|
isUpperCase?: boolean | undefined;
|
|
43
44
|
withoutCalt?: boolean | undefined;
|
|
45
|
+
isTabularNums?: boolean | undefined;
|
|
44
46
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
45
47
|
theme?: import("@emotion/react").Theme | undefined;
|
|
46
48
|
}, {}, {}>;
|
|
@@ -14,6 +14,7 @@ export declare const StyledTypography: import("@emotion/styled/dist/declarations
|
|
|
14
14
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
15
15
|
isUpperCase?: boolean | undefined;
|
|
16
16
|
withoutCalt?: boolean | undefined;
|
|
17
|
+
isTabularNums?: boolean | undefined;
|
|
17
18
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
18
19
|
theme?: import("@emotion/react").Theme | undefined;
|
|
19
20
|
}, {}, {}>;
|
|
@@ -34,6 +35,7 @@ export declare const IndicatorTypography: import("@emotion/styled/dist/declarati
|
|
|
34
35
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
35
36
|
isUpperCase?: boolean | undefined;
|
|
36
37
|
withoutCalt?: boolean | undefined;
|
|
38
|
+
isTabularNums?: boolean | undefined;
|
|
37
39
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
38
40
|
theme?: import("@emotion/react").Theme | undefined;
|
|
39
41
|
}, {}, {}>;
|
|
@@ -18,6 +18,7 @@ export declare const HeaderTitle: import("@emotion/styled/dist/declarations/src/
|
|
|
18
18
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
19
19
|
isUpperCase?: boolean | undefined;
|
|
20
20
|
withoutCalt?: boolean | undefined;
|
|
21
|
+
isTabularNums?: boolean | undefined;
|
|
21
22
|
} & import("react").HTMLAttributes<HTMLParagraphElement>, {}, {}>;
|
|
22
23
|
export declare const Body: import("@emotion/styled/dist/declarations/src/types").StyledComponent<{
|
|
23
24
|
theme?: import("@emotion/react").Theme | undefined;
|
|
@@ -22,6 +22,7 @@ export declare const AdornmentWrapper: import("@emotion/styled/dist/declarations
|
|
|
22
22
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
23
23
|
isUpperCase?: boolean | undefined;
|
|
24
24
|
withoutCalt?: boolean | undefined;
|
|
25
|
+
isTabularNums?: boolean | undefined;
|
|
25
26
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
26
27
|
theme?: import("@emotion/react").Theme | undefined;
|
|
27
28
|
}, {}, {}>;
|
|
@@ -24,6 +24,7 @@ export declare const FieldLabel: import("@emotion/styled/dist/declarations/src/t
|
|
|
24
24
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
25
25
|
isUpperCase?: boolean | undefined;
|
|
26
26
|
withoutCalt?: boolean | undefined;
|
|
27
|
+
isTabularNums?: boolean | undefined;
|
|
27
28
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
28
29
|
theme?: import("@emotion/react").Theme | undefined;
|
|
29
30
|
}, {}, {}>;
|
|
@@ -30,6 +30,7 @@ export declare const CollapsibleTypography: import("react").ForwardRefExoticComp
|
|
|
30
30
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
31
31
|
isUpperCase?: boolean | undefined;
|
|
32
32
|
withoutCalt?: boolean | undefined;
|
|
33
|
+
isTabularNums?: boolean | undefined;
|
|
33
34
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & {
|
|
34
35
|
children?: import("react").ReactNode;
|
|
35
36
|
} & import("react").RefAttributes<HTMLElement>>;
|
|
@@ -15,6 +15,7 @@ export declare const Wrapper: import("@emotion/styled/dist/declarations/src/type
|
|
|
15
15
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
16
16
|
isUpperCase?: boolean | undefined;
|
|
17
17
|
withoutCalt?: boolean | undefined;
|
|
18
|
+
isTabularNums?: boolean | undefined;
|
|
18
19
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
19
20
|
theme?: import("@emotion/react").Theme | undefined;
|
|
20
21
|
} & CollapsibleTypographyWrapperProps, {}, {}>;
|
|
@@ -10,6 +10,7 @@ export declare const StyledTypography: import("@emotion/styled/dist/declarations
|
|
|
10
10
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
11
11
|
isUpperCase?: boolean | undefined;
|
|
12
12
|
withoutCalt?: boolean | undefined;
|
|
13
|
+
isTabularNums?: boolean | undefined;
|
|
13
14
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
14
15
|
theme?: import("@emotion/react").Theme | undefined;
|
|
15
16
|
}, {}, {}>;
|
|
@@ -6,6 +6,7 @@ export declare const Wrapper: import("@emotion/styled/dist/declarations/src/type
|
|
|
6
6
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
7
7
|
isUpperCase?: boolean | undefined;
|
|
8
8
|
withoutCalt?: boolean | undefined;
|
|
9
|
+
isTabularNums?: boolean | undefined;
|
|
9
10
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
10
11
|
theme?: import("@emotion/react").Theme | undefined;
|
|
11
12
|
}, {}, {}>;
|
|
@@ -16,6 +16,7 @@ export declare const useLogic: ({ children, copyPosition, copyText, isShowCopyTe
|
|
|
16
16
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
17
17
|
isUpperCase?: boolean | undefined;
|
|
18
18
|
withoutCalt?: boolean | undefined;
|
|
19
|
+
isTabularNums?: boolean | undefined;
|
|
19
20
|
defaultChecked?: boolean | undefined;
|
|
20
21
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
21
22
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -10,6 +10,7 @@ export declare const Title: import("@emotion/styled/dist/declarations/src/types"
|
|
|
10
10
|
component?: import("../Typography/types").ComponentProp | undefined;
|
|
11
11
|
isUpperCase?: boolean | undefined;
|
|
12
12
|
withoutCalt?: boolean | undefined;
|
|
13
|
+
isTabularNums?: boolean | undefined;
|
|
13
14
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
14
15
|
theme?: import("@emotion/react").Theme | undefined;
|
|
15
16
|
}, {}, {}>;
|
|
@@ -33,6 +33,9 @@ const cellContentCva = (0, cva_1.cva)(constants_1.dataGridCellClassnames.cellCon
|
|
|
33
33
|
isActionColumn: {
|
|
34
34
|
true: constants_1.dataGridCellClassnames.actionColumn,
|
|
35
35
|
},
|
|
36
|
+
isTabularNums: {
|
|
37
|
+
true: constants_1.dataGridCellClassnames.tabularNums,
|
|
38
|
+
},
|
|
36
39
|
},
|
|
37
40
|
});
|
|
38
41
|
const columnLabelCva = (0, cva_1.cva)(constants_1.dataGridCellClassnames.columnLabel, {
|
|
@@ -43,7 +46,7 @@ const columnLabelCva = (0, cva_1.cva)(constants_1.dataGridCellClassnames.columnL
|
|
|
43
46
|
},
|
|
44
47
|
});
|
|
45
48
|
const Cell = (props) => {
|
|
46
|
-
const { formattedValue, hasStartAdornment, isActionColumn, label, hideTitleOnMobile, } = (0, useLogic_1.useLogic)(props);
|
|
49
|
+
const { formattedValue, hasStartAdornment, isActionColumn, label, hideTitleOnMobile, isTabularNums, } = (0, useLogic_1.useLogic)(props);
|
|
47
50
|
const { className, startAdornment, row, cell, isDisabled, isHidePersonalData, isHideOnMobile, } = props;
|
|
48
51
|
const { renderCell, align = 'left' } = cell;
|
|
49
52
|
const hidePersonalDataClassname = (0, personalDataSecurity_1.useHidePersonalData)({
|
|
@@ -54,7 +57,7 @@ const Cell = (props) => {
|
|
|
54
57
|
isDisabled,
|
|
55
58
|
withStartAdornment: hasStartAdornment,
|
|
56
59
|
align,
|
|
57
|
-
})), ...(0, getInertProps_1.getInertProps)(isDisabled), children: [startAdornment && startAdornment, (0, jsx_runtime_1.jsxs)(styles_1.CellContent, { className: cellContentCva({ isActionColumn }), children: [(0, jsx_runtime_1.jsx)(styles_1.ColumnLabel, { variant: "caption", color: "textSecondary", className: columnLabelCva({
|
|
60
|
+
})), ...(0, getInertProps_1.getInertProps)(isDisabled), children: [startAdornment && startAdornment, (0, jsx_runtime_1.jsxs)(styles_1.CellContent, { className: cellContentCva({ isActionColumn, isTabularNums }), children: [(0, jsx_runtime_1.jsx)(styles_1.ColumnLabel, { variant: "caption", color: "textSecondary", className: columnLabelCva({
|
|
58
61
|
hidden: hideTitleOnMobile || isActionColumn,
|
|
59
62
|
}), children: label }), renderCell?.(row), !renderCell && ((0, jsx_runtime_1.jsx)(OverflowTypography_1.OverflowTypography, { rowsCount: 2, tooltipProps: { className: hidePersonalDataClassname }, children: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: formattedValue }) }))] })] }));
|
|
60
63
|
};
|
|
@@ -15,4 +15,5 @@ exports.dataGridCellClassnames = {
|
|
|
15
15
|
alignCenter: (0, createUIKitClassname_1.createUIKitClassname)('data-grid__cell_align-center'),
|
|
16
16
|
alignRight: (0, createUIKitClassname_1.createUIKitClassname)('data-grid__cell_align-right'),
|
|
17
17
|
grouped: (0, createUIKitClassname_1.createUIKitClassname)('data-grid__cell_grouped'),
|
|
18
|
+
tabularNums: (0, createUIKitClassname_1.createUIKitClassname)('data-grid__cell_tabular-nums'),
|
|
18
19
|
};
|
|
@@ -10,6 +10,7 @@ export declare const ColumnLabel: import("@emotion/styled/dist/declarations/src/
|
|
|
10
10
|
component?: import("../../Typography/types").ComponentProp | undefined;
|
|
11
11
|
isUpperCase?: boolean | undefined;
|
|
12
12
|
withoutCalt?: boolean | undefined;
|
|
13
|
+
isTabularNums?: boolean | undefined;
|
|
13
14
|
} & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLSpanElement> & {
|
|
14
15
|
theme?: import("@emotion/react").Theme | undefined;
|
|
15
16
|
}, {}, {}>;
|
|
@@ -86,6 +86,10 @@ exports.ColumnLabel = (0, styled_1.styled)(Typography_1.Typography) `
|
|
|
86
86
|
exports.CellContent = styled_1.styled.div `
|
|
87
87
|
min-width: 0;
|
|
88
88
|
|
|
89
|
+
&.${constants_3.dataGridCellClassnames.tabularNums} {
|
|
90
|
+
font-feature-settings: "tnum" 1;
|
|
91
|
+
}
|
|
92
|
+
|
|
89
93
|
${({ theme }) => theme.breakpoints.down('sm')} {
|
|
90
94
|
display: flex;
|
|
91
95
|
flex-direction: column;
|
|
@@ -2,8 +2,11 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.useLogic = void 0;
|
|
4
4
|
const react_1 = require("react");
|
|
5
|
+
const DataGridContext_1 = require("../../DataGridContext");
|
|
5
6
|
const useLogic = ({ row, cell, emptyCellValue, startAdornment, }) => {
|
|
6
|
-
const {
|
|
7
|
+
const { isTabularNums: contextIsTabularNums } = (0, react_1.useContext)(DataGridContext_1.DataGridContext);
|
|
8
|
+
const { format, field, label, hideTitleOnMobile, isTabularNums: cellIsTabularNums, } = cell;
|
|
9
|
+
const isTabularNums = cellIsTabularNums ?? contextIsTabularNums;
|
|
7
10
|
const isValidValue = (value) => {
|
|
8
11
|
return Boolean(value) || value === 0;
|
|
9
12
|
};
|
|
@@ -24,6 +27,7 @@ const useLogic = ({ row, cell, emptyCellValue, startAdornment, }) => {
|
|
|
24
27
|
isActionColumn,
|
|
25
28
|
label,
|
|
26
29
|
hideTitleOnMobile,
|
|
30
|
+
isTabularNums,
|
|
27
31
|
};
|
|
28
32
|
};
|
|
29
33
|
exports.useLogic = useLogic;
|
|
@@ -53,7 +53,7 @@ const bodyCva = (0, cva_1.cva)(constants_1.dataGridClassnames.body, {
|
|
|
53
53
|
const DataGrid = (props) => {
|
|
54
54
|
const { dataGridClassName, isDataGridDisabled, treeRenderConfig, headColumns, headProps, bodyProps, gridColumns, loaderProps, renderRows, isAllowHorizontalScroll, isHideHead, hasPinnedColumns, contentStateProps, rowHoverProps, containerRef, sections, isNoData, isMobile, mobileSkeletonProps, isLoading, containerCssVars, hasGroupedColumns, gridViewMode, } = (0, useLogic_1.useLogic)(props);
|
|
55
55
|
const { emptySymbol } = (0, react_1.useContext)(ConfigProvider_1.ConfigContext);
|
|
56
|
-
const { columns, selectedRows = [], minDisplayRows = constants_1.MIN_DISPLAY_ROWS_BY_DEFAULT, variant = enums_1.Variant.Tree, footer, noDataPlaceholder, subrows, keyId, activeRowId, emptyCellValue = emptySymbol, onRowClick, noDataOptions, headPreAddon, } = props;
|
|
56
|
+
const { columns, selectedRows = [], minDisplayRows = constants_1.MIN_DISPLAY_ROWS_BY_DEFAULT, variant = enums_1.Variant.Tree, footer, noDataPlaceholder, subrows, keyId, activeRowId, emptyCellValue = emptySymbol, onRowClick, noDataOptions, headPreAddon, isTabularNums, } = props;
|
|
57
57
|
const { moreButtonColumnPosition = 1, isVisibleCollapseButton = true } = subrows || {};
|
|
58
58
|
const { isInitialExpanded = false, expandedLevel = constants_1.EXPANDED_LEVEL_BY_DEFAULT, initialVisibleChildrenCount = constants_1.INITIAL_OPENED_NESTED_CHILDREN_COUNT_BY_DEFAULT, } = treeRenderConfig || {};
|
|
59
59
|
const Wrapper = isDataGridDisabled
|
|
@@ -92,7 +92,7 @@ const DataGrid = (props) => {
|
|
|
92
92
|
isDisabled: isDataGridDisabled,
|
|
93
93
|
}), isDisabled: isDataGridDisabled, headProps: headProps, gridColumns: gridColumns, bodyProps: commonBodyProps, isNoData: isNoData }) }));
|
|
94
94
|
};
|
|
95
|
-
return ((0, jsx_runtime_1.jsx)(DataGridContext_1.DataGridContextProvider, { isLoading: isLoading, children: (0, jsx_runtime_1.jsxs)(styles_1.Container, { ref: containerRef, style: containerCssVars, className: (0, classNames_1.classNames)(dataGridClassName, dataGridCva({
|
|
95
|
+
return ((0, jsx_runtime_1.jsx)(DataGridContext_1.DataGridContextProvider, { isLoading: isLoading, isTabularNums: isTabularNums, children: (0, jsx_runtime_1.jsxs)(styles_1.Container, { ref: containerRef, style: containerCssVars, className: (0, classNames_1.classNames)(dataGridClassName, dataGridCva({
|
|
96
96
|
isAllowHorizontalScroll,
|
|
97
97
|
hasPinnedColumns,
|
|
98
98
|
gridViewMode,
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { type ReactNode } from 'react';
|
|
2
2
|
type DataGridContextProviderProps = {
|
|
3
3
|
isLoading?: boolean;
|
|
4
|
+
isTabularNums?: boolean;
|
|
4
5
|
children: ReactNode;
|
|
5
6
|
};
|
|
6
|
-
export declare const DataGridContextProvider: ({ isLoading, children, }: DataGridContextProviderProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare const DataGridContextProvider: ({ isLoading, isTabularNums, children, }: DataGridContextProviderProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
8
|
export {};
|
|
@@ -8,7 +8,7 @@ const ROW_FLAGS_BY_DEFAULT = {
|
|
|
8
8
|
isOpenedItems: true,
|
|
9
9
|
iOpenedMoreItems: false,
|
|
10
10
|
};
|
|
11
|
-
const DataGridContextProvider = ({ isLoading, children, }) => {
|
|
11
|
+
const DataGridContextProvider = ({ isLoading, isTabularNums, children, }) => {
|
|
12
12
|
const [openedItems, setOpenedItems] = (0, react_1.useState)({});
|
|
13
13
|
const checkIsOpened = (0, react_1.useCallback)((key) => {
|
|
14
14
|
if (openedItems[key]) {
|
|
@@ -47,6 +47,7 @@ const DataGridContextProvider = ({ isLoading, children, }) => {
|
|
|
47
47
|
toggleOpenItems,
|
|
48
48
|
toggleOpenMoreItems,
|
|
49
49
|
isLoading,
|
|
50
|
+
isTabularNums,
|
|
50
51
|
}), [
|
|
51
52
|
checkIsOpened,
|
|
52
53
|
checkIsMoreOpened,
|
|
@@ -54,6 +55,7 @@ const DataGridContextProvider = ({ isLoading, children, }) => {
|
|
|
54
55
|
toggleOpenMoreItems,
|
|
55
56
|
isLoading,
|
|
56
57
|
openedItems,
|
|
58
|
+
isTabularNums,
|
|
57
59
|
]);
|
|
58
60
|
return ((0, jsx_runtime_1.jsx)(DataGridContext_1.DataGridContext.Provider, { value: contextValue, children: children }));
|
|
59
61
|
};
|