@myunisoft/design-system 1.0.0 → 1.0.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/dist/assets/theme/styles.d.ts +9 -1
- package/dist/components/Autocomplete/AutocompleteMultiple/Results/SearchBar/styles.d.ts +9 -1
- package/dist/components/Autocomplete/AutocompleteMultiple/Results/SuggestList/SuggestItem/styles.d.ts +9 -1
- package/dist/components/Autocomplete/AutocompleteMultiple/Results/SuggestList/styles.d.ts +9 -1
- package/dist/components/Autocomplete/AutocompleteMultiple/Results/styles.d.ts +9 -1
- package/dist/components/Autocomplete/AutocompleteMultiple/Selector/ListChips/styles.d.ts +9 -1
- package/dist/components/Autocomplete/AutocompleteMultiple/Selector/styles.d.ts +9 -1
- package/dist/components/Autocomplete/AutocompleteMultiple/styles.d.ts +9 -1
- package/dist/components/Autocomplete/AutocompleteSingle/styles.d.ts +9 -1
- package/dist/components/BackgroundLoader/styles.d.ts +9 -1
- package/dist/components/DataGrid/DataGridDS.d.ts +17 -0
- package/dist/components/DataGrid/components/menu/RowMenu/index.d.ts +17 -0
- package/dist/components/DataGrid/components/menu/RowMenu/useRowMenu.d.ts +11 -0
- package/dist/components/DataGrid/components/panel/CustomGridColumnsPanel/ColumnsManagementTable.d.ts +7 -0
- package/dist/components/DataGrid/components/panel/CustomGridColumnsPanel/index.d.ts +10 -0
- package/dist/components/DataGrid/components/toolbar/ArrayButtons/index.d.ts +25 -0
- package/dist/components/DataGrid/components/toolbar/CustomGridToolbar.d.ts +34 -0
- package/dist/components/DataGrid/components/toolbar/ToolbarIconButton/index.d.ts +3 -0
- package/dist/components/DataGrid/components/toolbar/buttons/ColumnsButton.d.ts +2 -0
- package/dist/components/DataGrid/components/toolbar/buttons/QuickFilterButton.d.ts +3 -0
- package/dist/components/DataGrid/contexts/EditContext.d.ts +12 -0
- package/dist/components/DataGrid/utils.d.ts +4 -0
- package/dist/components/DraggableList/styles.d.ts +9 -1
- package/dist/components/FileDropper/styles.d.ts +9 -1
- package/dist/components/SnackbarBackgroundLoader/styles.d.ts +9 -1
- package/dist/components/VirtualTable/cells/AmountCell/styles.d.ts +9 -1
- package/dist/components/VirtualTable/cells/AttachmentCell/styles.d.ts +9 -1
- package/dist/components/VirtualTable/cells/AutocompleteCell/styles.d.ts +9 -1
- package/dist/components/VirtualTable/cells/BadgeStatusCell/styles.d.ts +9 -1
- package/dist/components/VirtualTable/cells/ButtonCell/styles.d.ts +9 -1
- package/dist/components/VirtualTable/cells/CheckBoxCell/styles.d.ts +9 -1
- package/dist/components/VirtualTable/cells/ChipCell/styles.d.ts +9 -1
- package/dist/components/VirtualTable/cells/MultipleCell/multipleCellStyles.d.ts +9 -1
- package/dist/components/VirtualTable/cells/NumberCell/styles.d.ts +9 -1
- package/dist/components/VirtualTable/cells/SelectCell/Mode/edit.d.ts +1 -2
- package/dist/components/VirtualTable/cells/SelectCell/styles.d.ts +9 -1
- package/dist/components/VirtualTable/cells/StatusCell/styles.d.ts +9 -1
- package/dist/components/VirtualTable/cells/StringCell/styles.d.ts +9 -1
- package/dist/components/VirtualTable/cells/ThumbnailCell/styles.d.ts +9 -1
- package/dist/components/VirtualTable/cells/WalletCell/styles.d.ts +9 -1
- package/dist/components/VirtualTable/components/AddLine/styles.d.ts +9 -1
- package/dist/components/VirtualTable/components/BadgeStatus/styles.d.ts +9 -1
- package/dist/components/VirtualTable/components/Body/Cell/styles.d.ts +9 -1
- package/dist/components/VirtualTable/components/Body/Group/styles.d.ts +9 -1
- package/dist/components/VirtualTable/components/Body/GroupAddLineRow/styles.d.ts +9 -1
- package/dist/components/VirtualTable/components/Body/styles.d.ts +9 -1
- package/dist/components/VirtualTable/components/Buttons/Button/styles.d.ts +1 -1
- package/dist/components/VirtualTable/components/Buttons/DropDown/index.d.ts +1 -1
- package/dist/components/VirtualTable/components/Buttons/Inline/index.d.ts +1 -2
- package/dist/components/VirtualTable/components/Checkbox/styles.d.ts +9 -1
- package/dist/components/VirtualTable/components/ColumnsSetting/Menu/styles.d.ts +9 -1
- package/dist/components/VirtualTable/components/ColumnsSetting/Table/hooks/useSizing.d.ts +5 -0
- package/dist/components/VirtualTable/components/ColumnsSetting/Table/hooks/useSizing.test.d.ts +1 -0
- package/dist/components/VirtualTable/components/ColumnsSetting/Table/index.d.ts +21 -0
- package/dist/components/VirtualTable/components/ColumnsSetting/Table/styles.d.ts +51 -0
- package/dist/components/VirtualTable/components/ContextMenu/styles.d.ts +9 -1
- package/dist/components/VirtualTable/components/ErrorTooltip/index.d.ts +1 -1
- package/dist/components/VirtualTable/components/ExportDialog/styles.d.ts +9 -1
- package/dist/components/VirtualTable/components/Footer/Cell/styles.d.ts +9 -1
- package/dist/components/VirtualTable/components/Footer/styles.d.ts +9 -1
- package/dist/components/VirtualTable/components/Header/Cell/styles.d.ts +9 -1
- package/dist/components/VirtualTable/components/Header/components/Sortable/styles.d.ts +9 -1
- package/dist/components/VirtualTable/components/Header/styles.d.ts +9 -1
- package/dist/components/VirtualTable/components/Icon/Font/styles.d.ts +11 -1
- package/dist/components/VirtualTable/components/Image/styles.d.ts +9 -1
- package/dist/components/VirtualTable/components/Loader/styles.d.ts +9 -1
- package/dist/components/VirtualTable/components/SearchBar/component/ColumnsList/styles.d.ts +9 -1
- package/dist/components/VirtualTable/components/SearchBar/component/FilterChip/styles.d.ts +9 -1
- package/dist/components/VirtualTable/components/SearchBar/styles.d.ts +9 -1
- package/dist/components/VirtualTable/components/Toolbar/styles.d.ts +9 -1
- package/dist/components/VirtualTable/styles.d.ts +9 -1
- package/dist/components/basics/Badge/styles.d.ts +9 -1
- package/dist/components/basics/Checkbox/styles.d.ts +1 -1
- package/dist/components/basics/Chips/styles.d.ts +9 -1
- package/dist/components/basics/Icon/Icons-material/EditOutlined.d.ts +4 -0
- package/dist/components/basics/Icon/Icons-material/index.d.ts +2 -1
- package/dist/components/basics/Loader/styles.d.ts +11 -1
- package/dist/components/basics/Snackbar/styles.d.ts +9 -1
- package/dist/helpers/stylesFeed.d.ts +9 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/package.json +3 -2
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const useStyles:
|
|
1
|
+
declare const useStyles: any;
|
|
2
2
|
export default useStyles;
|
|
@@ -4,5 +4,5 @@ type DropDownBtnProps = {
|
|
|
4
4
|
onClick: UnknownFunction;
|
|
5
5
|
options: object[];
|
|
6
6
|
};
|
|
7
|
-
declare const _default:
|
|
7
|
+
declare const _default: (props: DropDownBtnProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
export default _default;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
type InlineButtonProps = {
|
|
3
2
|
buttons: unknown[];
|
|
4
3
|
marginDirection?: 'left' | 'right' | 'none';
|
|
5
4
|
classes?: Record<string, string | object>;
|
|
6
5
|
};
|
|
7
|
-
declare const _default:
|
|
6
|
+
declare const _default: (props: InlineButtonProps) => (import("react/jsx-runtime").JSX.Element | null)[];
|
|
8
7
|
export default _default;
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
-
declare const useStyles: (
|
|
1
|
+
declare const useStyles: (params: void, muiStyleOverridesParams?: {
|
|
2
|
+
props: Record<string, unknown>;
|
|
3
|
+
ownerState?: Record<string, unknown> | undefined;
|
|
4
|
+
} | undefined) => {
|
|
5
|
+
classes: Record<"container" | "disabled" | "checkbox" | "cbCell" | "checkmark", string>;
|
|
6
|
+
theme: import("@mui/material/styles").Theme;
|
|
7
|
+
css: import("tss-react/types").Css;
|
|
8
|
+
cx: import("tss-react/types").Cx;
|
|
9
|
+
};
|
|
2
10
|
export default useStyles;
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
-
declare const useStyles: (
|
|
1
|
+
declare const useStyles: (params: void, muiStyleOverridesParams?: {
|
|
2
|
+
props: Record<string, unknown>;
|
|
3
|
+
ownerState?: Record<string, unknown> | undefined;
|
|
4
|
+
} | undefined) => {
|
|
5
|
+
classes: Record<"menu" | "active", string>;
|
|
6
|
+
theme: import("@mui/material/styles").Theme;
|
|
7
|
+
css: import("tss-react/types").Css;
|
|
8
|
+
cx: import("tss-react/types").Cx;
|
|
9
|
+
};
|
|
2
10
|
export default useStyles;
|
package/dist/components/VirtualTable/components/ColumnsSetting/Table/hooks/useSizing.test.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import PropTypes from 'prop-types';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
({ classes, columns, rows, onChange, setOrder, addRow, modeAdd, draggable, order }: {
|
|
4
|
+
classes: any;
|
|
5
|
+
columns?: never[] | undefined;
|
|
6
|
+
rows?: never[] | undefined;
|
|
7
|
+
onChange: any;
|
|
8
|
+
setOrder: any;
|
|
9
|
+
addRow: any;
|
|
10
|
+
modeAdd: any;
|
|
11
|
+
draggable: any;
|
|
12
|
+
order: any;
|
|
13
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
propTypes: {
|
|
15
|
+
classes: PropTypes.Requireable<object>;
|
|
16
|
+
rows: PropTypes.Requireable<any[]>;
|
|
17
|
+
columns: PropTypes.Requireable<any[]>;
|
|
18
|
+
onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
export function styles(theme: any): {
|
|
2
|
+
root: {
|
|
3
|
+
background: string;
|
|
4
|
+
fontSize: number;
|
|
5
|
+
};
|
|
6
|
+
row: {
|
|
7
|
+
display: string;
|
|
8
|
+
height: number;
|
|
9
|
+
};
|
|
10
|
+
header: {
|
|
11
|
+
fontWeight: string;
|
|
12
|
+
position: string;
|
|
13
|
+
zIndex: number;
|
|
14
|
+
top: number;
|
|
15
|
+
background: any;
|
|
16
|
+
};
|
|
17
|
+
headerCell: {
|
|
18
|
+
padding: string;
|
|
19
|
+
};
|
|
20
|
+
bodyCell: {
|
|
21
|
+
position: string;
|
|
22
|
+
};
|
|
23
|
+
draggable: {
|
|
24
|
+
maxWidth: number;
|
|
25
|
+
minWidth: number;
|
|
26
|
+
display: string;
|
|
27
|
+
justifyContent: string;
|
|
28
|
+
alignItems: string;
|
|
29
|
+
flexWrap: string;
|
|
30
|
+
padding: string;
|
|
31
|
+
cursor: string;
|
|
32
|
+
boxSizing: string;
|
|
33
|
+
'&>span': {
|
|
34
|
+
display: string;
|
|
35
|
+
width: string;
|
|
36
|
+
height: string;
|
|
37
|
+
borderRadius: string;
|
|
38
|
+
background: any;
|
|
39
|
+
margin: string;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
intend: {
|
|
43
|
+
maxWidth: number;
|
|
44
|
+
minWidth: number;
|
|
45
|
+
};
|
|
46
|
+
odd: {
|
|
47
|
+
'&:nth-child(odd)': {
|
|
48
|
+
background: any;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
};
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
-
declare const useStyles: (
|
|
1
|
+
declare const useStyles: (params: void, muiStyleOverridesParams?: {
|
|
2
|
+
props: Record<string, unknown>;
|
|
3
|
+
ownerState?: Record<string, unknown> | undefined;
|
|
4
|
+
} | undefined) => {
|
|
5
|
+
classes: Record<"contextMenuCell", string>;
|
|
6
|
+
theme: import("@mui/material/styles").Theme;
|
|
7
|
+
css: import("tss-react/types").Css;
|
|
8
|
+
cx: import("tss-react/types").Cx;
|
|
9
|
+
};
|
|
2
10
|
export default useStyles;
|
|
@@ -3,5 +3,5 @@ type ErrorTooltipProps = {
|
|
|
3
3
|
children: React.ReactNode;
|
|
4
4
|
title: string;
|
|
5
5
|
};
|
|
6
|
-
declare const _default:
|
|
6
|
+
declare const _default: ({ children, title, classes }: ErrorTooltipProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export default _default;
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
-
declare const useStyles: (
|
|
1
|
+
declare const useStyles: (params: void, muiStyleOverridesParams?: {
|
|
2
|
+
props: Record<string, unknown>;
|
|
3
|
+
ownerState?: Record<string, unknown> | undefined;
|
|
4
|
+
} | undefined) => {
|
|
5
|
+
classes: Record<"fieldset" | "title" | "checkbox" | "root" | "exportAllPage" | "checkboxLabel" | "switchButton" | "actions", string>;
|
|
6
|
+
theme: import("@mui/material/styles").Theme;
|
|
7
|
+
css: import("tss-react/types").Css;
|
|
8
|
+
cx: import("tss-react/types").Cx;
|
|
9
|
+
};
|
|
2
10
|
export default useStyles;
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
-
declare const useStyles: (
|
|
1
|
+
declare const useStyles: (params: void, muiStyleOverridesParams?: {
|
|
2
|
+
props: Record<string, unknown>;
|
|
3
|
+
ownerState?: Record<string, unknown> | undefined;
|
|
4
|
+
} | undefined) => {
|
|
5
|
+
classes: Record<"footer" | "align" | "cell" | "alignLeft" | "alignCenter" | "alignRight" | "alignVerticalCenter" | "alignVerticalBottom" | "alignVerticalTop" | "footerCell", string>;
|
|
6
|
+
theme: import("@mui/material/styles").Theme;
|
|
7
|
+
css: import("tss-react/types").Css;
|
|
8
|
+
cx: import("tss-react/types").Cx;
|
|
9
|
+
};
|
|
2
10
|
export default useStyles;
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
-
declare const useStyles: (
|
|
1
|
+
declare const useStyles: (params: void, muiStyleOverridesParams?: {
|
|
2
|
+
props: Record<string, unknown>;
|
|
3
|
+
ownerState?: Record<string, unknown> | undefined;
|
|
4
|
+
} | undefined) => {
|
|
5
|
+
classes: Record<"fixed" | "defaultStyle" | "gridContainer" | "FooterGrid", string>;
|
|
6
|
+
theme: import("@mui/material/styles").Theme;
|
|
7
|
+
css: import("tss-react/types").Css;
|
|
8
|
+
cx: import("tss-react/types").Cx;
|
|
9
|
+
};
|
|
2
10
|
export default useStyles;
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
-
declare const useStyles: (
|
|
1
|
+
declare const useStyles: (params: void, muiStyleOverridesParams?: {
|
|
2
|
+
props: Record<string, unknown>;
|
|
3
|
+
ownerState?: Record<string, unknown> | undefined;
|
|
4
|
+
} | undefined) => {
|
|
5
|
+
classes: Record<"align" | "cell" | "alignLeft" | "alignCenter" | "alignRight" | "thumbnail" | "cbCell" | "withGrid" | "alignVerticalCenter" | "alignVerticalBottom" | "alignVerticalTop" | "hasSelectAll" | "headerCell" | "headerCellContent" | "headerCell_wrap", string>;
|
|
6
|
+
theme: import("@mui/material/styles").Theme;
|
|
7
|
+
css: import("tss-react/types").Css;
|
|
8
|
+
cx: import("tss-react/types").Cx;
|
|
9
|
+
};
|
|
2
10
|
export default useStyles;
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
-
declare const useStyles: (
|
|
1
|
+
declare const useStyles: (params: void, muiStyleOverridesParams?: {
|
|
2
|
+
props: Record<string, unknown>;
|
|
3
|
+
ownerState?: Record<string, unknown> | undefined;
|
|
4
|
+
} | undefined) => {
|
|
5
|
+
classes: Record<"button", string>;
|
|
6
|
+
theme: import("@mui/material/styles").Theme;
|
|
7
|
+
css: import("tss-react/types").Css;
|
|
8
|
+
cx: import("tss-react/types").Cx;
|
|
9
|
+
};
|
|
2
10
|
export default useStyles;
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
-
declare const useStyles: (
|
|
1
|
+
declare const useStyles: (params: void, muiStyleOverridesParams?: {
|
|
2
|
+
props: Record<string, unknown>;
|
|
3
|
+
ownerState?: Record<string, unknown> | undefined;
|
|
4
|
+
} | undefined) => {
|
|
5
|
+
classes: Record<"expandIcon" | "cell" | "cbCell" | "expandCell" | "withGrid" | "iconButton" | "gridContainer" | "HeaderGrid", string>;
|
|
6
|
+
theme: import("@mui/material/styles").Theme;
|
|
7
|
+
css: import("tss-react/types").Css;
|
|
8
|
+
cx: import("tss-react/types").Cx;
|
|
9
|
+
};
|
|
2
10
|
export default useStyles;
|
|
@@ -1,2 +1,12 @@
|
|
|
1
|
-
declare const useStyles: (
|
|
1
|
+
declare const useStyles: (params: {
|
|
2
|
+
color?: string;
|
|
3
|
+
}, muiStyleOverridesParams?: {
|
|
4
|
+
props: Record<string, unknown>;
|
|
5
|
+
ownerState?: Record<string, unknown> | undefined;
|
|
6
|
+
} | undefined) => {
|
|
7
|
+
classes: Record<"label" | "infoBulle" | "fontIcon" | "dataIconChar" | "multiTitleContainer" | "multiTitle", string>;
|
|
8
|
+
theme: import("@mui/material/styles").Theme;
|
|
9
|
+
css: import("tss-react/types").Css;
|
|
10
|
+
cx: import("tss-react/types").Cx;
|
|
11
|
+
};
|
|
2
12
|
export default useStyles;
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
-
declare const useStyles: (
|
|
1
|
+
declare const useStyles: (params: void, muiStyleOverridesParams?: {
|
|
2
|
+
props: Record<string, unknown>;
|
|
3
|
+
ownerState?: Record<string, unknown> | undefined;
|
|
4
|
+
} | undefined) => {
|
|
5
|
+
classes: Record<"img" | "container" | "error" | "loader" | "errorMessage", string>;
|
|
6
|
+
theme: import("@mui/material/styles").Theme;
|
|
7
|
+
css: import("tss-react/types").Css;
|
|
8
|
+
cx: import("tss-react/types").Cx;
|
|
9
|
+
};
|
|
2
10
|
export default useStyles;
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
-
declare const useStyles: (
|
|
1
|
+
declare const useStyles: (params: void, muiStyleOverridesParams?: {
|
|
2
|
+
props: Record<string, unknown>;
|
|
3
|
+
ownerState?: Record<string, unknown> | undefined;
|
|
4
|
+
} | undefined) => {
|
|
5
|
+
classes: Record<"container", string>;
|
|
6
|
+
theme: import("@mui/material/styles").Theme;
|
|
7
|
+
css: import("tss-react/types").Css;
|
|
8
|
+
cx: import("tss-react/types").Cx;
|
|
9
|
+
};
|
|
2
10
|
export default useStyles;
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
-
declare const useStyles: (
|
|
1
|
+
declare const useStyles: (params: void, muiStyleOverridesParams?: {
|
|
2
|
+
props: Record<string, unknown>;
|
|
3
|
+
ownerState?: Record<string, unknown> | undefined;
|
|
4
|
+
} | undefined) => {
|
|
5
|
+
classes: Record<"menuItem" | "wrapper", string>;
|
|
6
|
+
theme: import("@mui/material/styles").Theme;
|
|
7
|
+
css: import("tss-react/types").Css;
|
|
8
|
+
cx: import("tss-react/types").Cx;
|
|
9
|
+
};
|
|
2
10
|
export default useStyles;
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
-
declare const useStyles: (
|
|
1
|
+
declare const useStyles: (params: void, muiStyleOverridesParams?: {
|
|
2
|
+
props: Record<string, unknown>;
|
|
3
|
+
ownerState?: Record<string, unknown> | undefined;
|
|
4
|
+
} | undefined) => {
|
|
5
|
+
classes: Record<"input" | "select" | "closeIcon" | "root", string>;
|
|
6
|
+
theme: import("@mui/material/styles").Theme;
|
|
7
|
+
css: import("tss-react/types").Css;
|
|
8
|
+
cx: import("tss-react/types").Cx;
|
|
9
|
+
};
|
|
2
10
|
export default useStyles;
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
-
declare const useStyles: (
|
|
1
|
+
declare const useStyles: (params: void, muiStyleOverridesParams?: {
|
|
2
|
+
props: Record<string, unknown>;
|
|
3
|
+
ownerState?: Record<string, unknown> | undefined;
|
|
4
|
+
} | undefined) => {
|
|
5
|
+
classes: Record<"button" | "input" | "menu" | "closeIcon" | "root" | "termsWrapper" | "inputEmpty" | "mainInput" | "chipsGroup" | "inputWrapper", string>;
|
|
6
|
+
theme: import("@mui/material/styles").Theme;
|
|
7
|
+
css: import("tss-react/types").Css;
|
|
8
|
+
cx: import("tss-react/types").Cx;
|
|
9
|
+
};
|
|
2
10
|
export default useStyles;
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
-
declare const useStyles: (
|
|
1
|
+
declare const useStyles: (params: void, muiStyleOverridesParams?: {
|
|
2
|
+
props: Record<string, unknown>;
|
|
3
|
+
ownerState?: Record<string, unknown> | undefined;
|
|
4
|
+
} | undefined) => {
|
|
5
|
+
classes: Record<"divider" | "selectionManager" | "selectCount", string>;
|
|
6
|
+
theme: import("@mui/material/styles").Theme;
|
|
7
|
+
css: import("tss-react/types").Css;
|
|
8
|
+
cx: import("tss-react/types").Cx;
|
|
9
|
+
};
|
|
2
10
|
export default useStyles;
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
-
declare const useStyles: (
|
|
1
|
+
declare const useStyles: (params: void, muiStyleOverridesParams?: {
|
|
2
|
+
props: Record<string, unknown>;
|
|
3
|
+
ownerState?: Record<string, unknown> | undefined;
|
|
4
|
+
} | undefined) => {
|
|
5
|
+
classes: Record<"center" | "container" | "disabled" | "onError" | "align" | "pointer" | "cell" | "checkbox" | "alignLeft" | "alignCenter" | "alignRight" | "thumbnail" | "groupRow" | "BodyGrid" | "defaultStyle" | "cbCell" | "lockRow" | "alignVerticalCenter" | "alignVerticalBottom" | "alignVerticalTop" | "checkmark" | "selectedRow" | "hasSelectAll" | "HeaderGrid" | "GridRow" | "GridColumn" | "LeftSideGridContainer" | "LeftSideGrid" | "mb32" | "hoverRow" | "displayNone", string>;
|
|
6
|
+
theme: import("@mui/material/styles").Theme;
|
|
7
|
+
css: import("tss-react/types").Css;
|
|
8
|
+
cx: import("tss-react/types").Cx;
|
|
9
|
+
};
|
|
2
10
|
export default useStyles;
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
-
declare const useStyles: (
|
|
1
|
+
declare const useStyles: (params: void, muiStyleOverridesParams?: {
|
|
2
|
+
props: Record<string, unknown>;
|
|
3
|
+
ownerState?: Record<string, unknown> | undefined;
|
|
4
|
+
} | undefined) => {
|
|
5
|
+
classes: Record<"container" | "badge", string>;
|
|
6
|
+
theme: import("@mui/material/styles").Theme;
|
|
7
|
+
css: import("tss-react/types").Css;
|
|
8
|
+
cx: import("tss-react/types").Cx;
|
|
9
|
+
};
|
|
2
10
|
export default useStyles;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const useStyles:
|
|
1
|
+
declare const useStyles: any;
|
|
2
2
|
export default useStyles;
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
-
declare const useStyles: (
|
|
1
|
+
declare const useStyles: (params: void, muiStyleOverridesParams?: {
|
|
2
|
+
props: Record<string, unknown>;
|
|
3
|
+
ownerState?: Record<string, unknown> | undefined;
|
|
4
|
+
} | undefined) => {
|
|
5
|
+
classes: Record<"close" | "chips" | "chipDisabled", string>;
|
|
6
|
+
theme: import("@mui/material/styles").Theme;
|
|
7
|
+
css: import("tss-react/types").Css;
|
|
8
|
+
cx: import("tss-react/types").Cx;
|
|
9
|
+
};
|
|
2
10
|
export default useStyles;
|
|
@@ -22,6 +22,7 @@ import CloseMuiIcon from './Close';
|
|
|
22
22
|
import ContentCopyMuiIcon from './ContentCopy';
|
|
23
23
|
import DeleteMuiIcon from './Delete';
|
|
24
24
|
import DescriptionOutlinedMuiIcon from './DescriptionOutlined';
|
|
25
|
+
import EditOutlinedMuiIcon from './EditOutlined';
|
|
25
26
|
import ErrorRoundedMuiIcon from './ErrorRounded';
|
|
26
27
|
import ExpandLessMuiIcon from './ExpandLess';
|
|
27
28
|
import ExpandMoreMuiIcon from './ExpandMore';
|
|
@@ -60,4 +61,4 @@ import WarningMuiIcon from './Warning';
|
|
|
60
61
|
import WarningRoundedMuiIcon from './WarningRounded';
|
|
61
62
|
import ZoomInMapRoundedIcon from './ZoomInMapRounded';
|
|
62
63
|
import ZoomOutMapRoundedIcon from './ZoomOutMapRounded';
|
|
63
|
-
export { AddMuiIcon, AddBoxMuiIcon, AddBoxOutlinedMuiIcon, AddBoxRoundedMuiIcon, AdminPanelSettingsMuiIcon, ArrowDownwardMuiIcon, ArrowDropDownMuiIcon, ArrowDropUpMuiIcon, ArrowLeftMuiIcon, ArrowRightMuiIcon, AttachFileMuiIcon, AutorenewMuiIcon, CancelMuiIcon, CheckMuiIcon, CheckBoxMuiIcon, CheckBoxOutlineBlankMuiIcon, CheckCircleMuiIcon, CheckCircleRoundedMuiIcon, PrintOutlinedMuiIcon, ChevronLeftMuiIcon, ChevronRightMuiIcon, CloseMuiIcon, ContentCopyMuiIcon, DeleteMuiIcon, DescriptionOutlinedMuiIcon, ErrorRoundedMuiIcon, ExpandLessMuiIcon, ExpandMoreMuiIcon, FileCopyMuiIcon, FileDownloadMuiIcon, FileUploadMuiIcon, FolderOpenMuiIcon, PanToolOutlinedMuiIcon, HelpOutlinedMuiIcon, HideImageOutlinedMuiIcon, HomeOutlinedMuiIcon, IndeterminateCheckBoxMuiIcon, IndeterminateCheckBoxRoundedMuiIcon, InfoMuiIcon, InfoRoundedMuiIcon, KeyboardArrowDownMuiIcon, FileDownloadOutlinedMuiIcon, KeyboardArrowLeftMuiIcon, KeyboardArrowRightMuiIcon, MoreHorizMuiIcon, MoreVertMuiIcon, MoveToInboxMuiIcon, RadioButtonCheckedMuiIcon, RadioButtonUncheckedMuiIcon, RefreshRoundedMuiIcon, RemoveMuiIcon, SearchMuiIcon, SettingsMuiIcon, SupportAgentMuiIcon, SyncMuiIcon, VisibilityMuiIcon, VisibilityOffMuiIcon, WarningMuiIcon, WarningRoundedMuiIcon, ZoomInMapRoundedIcon, ZoomOutMapRoundedIcon, OpenInNewMuiIcon };
|
|
64
|
+
export { AddMuiIcon, AddBoxMuiIcon, AddBoxOutlinedMuiIcon, AddBoxRoundedMuiIcon, AdminPanelSettingsMuiIcon, ArrowDownwardMuiIcon, ArrowDropDownMuiIcon, ArrowDropUpMuiIcon, ArrowLeftMuiIcon, ArrowRightMuiIcon, AttachFileMuiIcon, AutorenewMuiIcon, CancelMuiIcon, CheckMuiIcon, CheckBoxMuiIcon, CheckBoxOutlineBlankMuiIcon, CheckCircleMuiIcon, CheckCircleRoundedMuiIcon, PrintOutlinedMuiIcon, ChevronLeftMuiIcon, ChevronRightMuiIcon, CloseMuiIcon, ContentCopyMuiIcon, DeleteMuiIcon, DescriptionOutlinedMuiIcon, EditOutlinedMuiIcon, ErrorRoundedMuiIcon, ExpandLessMuiIcon, ExpandMoreMuiIcon, FileCopyMuiIcon, FileDownloadMuiIcon, FileUploadMuiIcon, FolderOpenMuiIcon, PanToolOutlinedMuiIcon, HelpOutlinedMuiIcon, HideImageOutlinedMuiIcon, HomeOutlinedMuiIcon, IndeterminateCheckBoxMuiIcon, IndeterminateCheckBoxRoundedMuiIcon, InfoMuiIcon, InfoRoundedMuiIcon, KeyboardArrowDownMuiIcon, FileDownloadOutlinedMuiIcon, KeyboardArrowLeftMuiIcon, KeyboardArrowRightMuiIcon, MoreHorizMuiIcon, MoreVertMuiIcon, MoveToInboxMuiIcon, RadioButtonCheckedMuiIcon, RadioButtonUncheckedMuiIcon, RefreshRoundedMuiIcon, RemoveMuiIcon, SearchMuiIcon, SettingsMuiIcon, SupportAgentMuiIcon, SyncMuiIcon, VisibilityMuiIcon, VisibilityOffMuiIcon, WarningMuiIcon, WarningRoundedMuiIcon, ZoomInMapRoundedIcon, ZoomOutMapRoundedIcon, OpenInNewMuiIcon };
|
|
@@ -1,2 +1,12 @@
|
|
|
1
|
-
declare const useStyles: (
|
|
1
|
+
declare const useStyles: (params: {
|
|
2
|
+
size: number;
|
|
3
|
+
}, muiStyleOverridesParams?: {
|
|
4
|
+
props: Record<string, unknown>;
|
|
5
|
+
ownerState?: Record<string, unknown> | undefined;
|
|
6
|
+
} | undefined) => {
|
|
7
|
+
classes: Record<"loader", string>;
|
|
8
|
+
theme: import("@mui/material/styles").Theme;
|
|
9
|
+
css: import("tss-react/types").Css;
|
|
10
|
+
cx: import("tss-react/types").Cx;
|
|
11
|
+
};
|
|
2
12
|
export default useStyles;
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
-
declare const useStyles: (
|
|
1
|
+
declare const useStyles: (params: void, muiStyleOverridesParams?: {
|
|
2
|
+
props: Record<string, unknown>;
|
|
3
|
+
ownerState?: Record<string, unknown> | undefined;
|
|
4
|
+
} | undefined) => {
|
|
5
|
+
classes: Record<"snackbar" | "@keyframes fadeIn", string>;
|
|
6
|
+
theme: import("@mui/material/styles").Theme;
|
|
7
|
+
css: import("tss-react/types").Css;
|
|
8
|
+
cx: import("tss-react/types").Cx;
|
|
9
|
+
};
|
|
2
10
|
export default useStyles;
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
-
declare const useStyles: (
|
|
1
|
+
declare const useStyles: (params: void, muiStyleOverridesParams?: {
|
|
2
|
+
props: Record<string, unknown>;
|
|
3
|
+
ownerState?: Record<string, unknown> | undefined;
|
|
4
|
+
} | undefined) => {
|
|
5
|
+
classes: Record<never, string>;
|
|
6
|
+
theme: import("@mui/material/styles").Theme;
|
|
7
|
+
css: import("tss-react/types").Css;
|
|
8
|
+
cx: import("tss-react/types").Cx;
|
|
9
|
+
};
|
|
2
10
|
export default useStyles;
|
package/dist/index.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ export { default as SnackbarBackgroundLoader } from './components/SnackbarBackgr
|
|
|
15
15
|
export { default as SplitButton } from './components/SplitButton';
|
|
16
16
|
export { default as VirtualTable } from './components/VirtualTable';
|
|
17
17
|
export { default as VirtualTableProvider } from './components/VirtualTable/components/VirtualTableProvider';
|
|
18
|
+
export { default as DataGridDS } from './components/DataGrid';
|
|
18
19
|
export { TYPE_CELL, TYPE_FOOTER_CELL } from './components/VirtualTable/constants/typeCell';
|
|
19
20
|
export { exportData } from './components/VirtualTable/helpers/file';
|
|
20
21
|
export { useDataManager } from './components/VirtualTable/hooks';
|