@evoke-platform/ui-components 1.4.0 → 1.5.0-testing.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.
@@ -48,6 +48,8 @@ export { Typography } from './Typography';
|
|
48
48
|
export { TabContext, TabList, TabPanel, TreeItem, TreeView } from '@mui/lab';
|
49
49
|
export { CardActionArea, CardActions, CardContent, CardHeader, CardMedia, Input, InputAdornment, InputLabel, ListItemButton, ListItemText, SvgIcon, TableBody, TableCell, TableContainer, TableHead, TablePagination, TableRow, TableSortLabel, } from '@mui/material';
|
50
50
|
export { useGridApiRef } from '@mui/x-data-grid';
|
51
|
+
export { TreeItem as RichTreeItem, RichTreeView } from '@mui/x-tree-view';
|
51
52
|
export type { GridSize } from '@mui/material';
|
52
|
-
export type { GridCellParams, GridColDef, GridEventListener, GridFilterModel, GridInitialState, GridRowParams, GridValueFormatterParams, GridValueGetterParams, } from '@mui/x-data-grid';
|
53
|
+
export type { GridCellParams, GridColDef, GridEventListener, GridFilterModel, GridInitialState, GridRowParams, GridSortModel, GridValueFormatterParams, GridValueGetterParams, } from '@mui/x-data-grid';
|
54
|
+
export type { TreeItemProps, TreeViewBaseItem } from '@mui/x-tree-view';
|
53
55
|
export type { AutocompleteOption } from './Autocomplete/Autocomplete';
|
@@ -49,3 +49,4 @@ export { Typography } from './Typography';
|
|
49
49
|
export { TabContext, TabList, TabPanel, TreeItem, TreeView } from '@mui/lab';
|
50
50
|
export { CardActionArea, CardActions, CardContent, CardHeader, CardMedia, Input, InputAdornment, InputLabel, ListItemButton, ListItemText, SvgIcon, TableBody, TableCell, TableContainer, TableHead, TablePagination, TableRow, TableSortLabel, } from '@mui/material';
|
51
51
|
export { useGridApiRef } from '@mui/x-data-grid';
|
52
|
+
export { TreeItem as RichTreeItem, RichTreeView } from '@mui/x-tree-view';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@evoke-platform/ui-components",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.5.0-testing.0",
|
4
4
|
"description": "",
|
5
5
|
"main": "dist/published/index.js",
|
6
6
|
"module": "dist/published/index.js",
|
@@ -103,6 +103,7 @@
|
|
103
103
|
"@mui/material": "^5.16.7",
|
104
104
|
"@mui/x-data-grid": "^6.4.0",
|
105
105
|
"@mui/x-date-pickers": "^5.0.13",
|
106
|
+
"@mui/x-tree-view": "^7.29.1",
|
106
107
|
"@react-querybuilder/dnd": "^5.4.1",
|
107
108
|
"@react-querybuilder/material": "^6.5.0",
|
108
109
|
"clean-deep": "^3.4.0",
|