@up42/up-components 3.2.0 → 3.3.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/dist/cjs/index.js +2 -2
- package/dist/cjs/types/components/DataGrid/DataGrid.d.ts +1 -1
- package/dist/cjs/types/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/types/components/DataGrid/DataGrid.d.ts +1 -1
- package/dist/esm/types/index.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +4 -6
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DataGridPremiumProps as MuiDataGridProps } from '@mui/x-data-grid-premium';
|
|
2
|
-
export { type GridColDef, type GridRenderCellParams, type GridRowId, type GridRowSelectionModel, type GridSortModel, GridRow, GridCell, GridFooter, GridLoadingOverlay, GridNoRowsOverlay, GridPagination, GridRowCount, GridSelectedRowCount, } from '@mui/x-data-grid-premium';
|
|
2
|
+
export { type GridColDef, type GridRenderCellParams, type GridRowId, type GridRowSelectionModel, type GridSortModel, GridRow, GridCell, GridFooter, GridLoadingOverlay, GridNoRowsOverlay, GridPagination, GridRowCount, GridSelectedRowCount, gridColumnDefinitionsSelector, gridColumnVisibilityModelSelector, useGridApiContext, useGridSelector, } from '@mui/x-data-grid-premium';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { MUIGlobalOmit } from '@global/utils/types';
|
|
5
5
|
export type DataGridProps = MUIGlobalOmit<MuiDataGridProps>;
|
|
@@ -47,7 +47,7 @@ export { DocumentationPopover, type DocumentationPopoverProps, } from './compone
|
|
|
47
47
|
export { CodeInline, type CodeInlineProps } from './components/CodeInline/CodeInline';
|
|
48
48
|
export { CodeSnippet, type CodeSnippetProps, type CodeSnippetItemProps } from './components/CodeSnippet/CodeSnippet';
|
|
49
49
|
export { Table, TableBody, TableCell, TableHead, TableContainer, TableRow, TableFooter, TablePagination, TableSortLabel, type TableProps, type TableBodyProps, type TableCellProps, type TableHeadProps, type TableContainerProps, type TableRowProps, type TableFooterProps, type TablePaginationProps, type TableSortLabelProps, } from './components/Table/Table';
|
|
50
|
-
export { DataGrid, GridRow, GridCell, GridFooter, GridLoadingOverlay, GridNoRowsOverlay, GridPagination, GridRowCount, GridSelectedRowCount, type DataGridProps, type GridColDef, type GridRenderCellParams, type GridRowId, type GridRowSelectionModel, type GridSortModel, } from './components/DataGrid/DataGrid';
|
|
50
|
+
export { DataGrid, GridRow, GridCell, GridFooter, GridLoadingOverlay, GridNoRowsOverlay, GridPagination, GridRowCount, GridSelectedRowCount, gridColumnDefinitionsSelector, gridColumnVisibilityModelSelector, useGridApiContext, useGridSelector, type DataGridProps, type GridColDef, type GridRenderCellParams, type GridRowId, type GridRowSelectionModel, type GridSortModel, } from './components/DataGrid/DataGrid';
|
|
51
51
|
export { capitalize } from './utils/helpers/capitalize';
|
|
52
52
|
export { copyToClipboard } from './utils/helpers/copyToClipboard';
|
|
53
53
|
export { formatNumber } from './utils/helpers/formatNumber';
|
package/dist/index.d.ts
CHANGED
|
@@ -21,7 +21,7 @@ import { TablePaginationProps as TablePaginationProps$1 } from '@mui/material/Ta
|
|
|
21
21
|
import { TableSortLabelProps as TableSortLabelProps$1 } from '@mui/material/TableSortLabel';
|
|
22
22
|
import { TableFooterProps as TableFooterProps$1 } from '@mui/material/TableFooter';
|
|
23
23
|
import { DataGridPremiumProps } from '@mui/x-data-grid-premium';
|
|
24
|
-
export { GridCell, GridColDef, GridFooter, GridLoadingOverlay, GridNoRowsOverlay, GridPagination, GridRenderCellParams, GridRow, GridRowCount, GridRowId, GridRowSelectionModel, GridSelectedRowCount, GridSortModel } from '@mui/x-data-grid-premium';
|
|
24
|
+
export { GridCell, GridColDef, GridFooter, GridLoadingOverlay, GridNoRowsOverlay, GridPagination, GridRenderCellParams, GridRow, GridRowCount, GridRowId, GridRowSelectionModel, GridSelectedRowCount, GridSortModel, gridColumnDefinitionsSelector, gridColumnVisibilityModelSelector, useGridApiContext, useGridSelector } from '@mui/x-data-grid-premium';
|
|
25
25
|
|
|
26
26
|
interface UpComponentsProviderProps extends Omit<ThemeProviderProps, 'theme'> {
|
|
27
27
|
licenseKey: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@up42/up-components",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.0",
|
|
4
4
|
"description": "UP42 Component Library",
|
|
5
5
|
"author": "Axel Fuhrmann axel.fuhrmann@up42.com",
|
|
6
6
|
"license": "ISC",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"storybook": "^8.1.10",
|
|
94
94
|
"svgo": "^3.3.2",
|
|
95
95
|
"typescript": "^4.5.4",
|
|
96
|
-
"vite": "^4.5.
|
|
96
|
+
"vite": "^4.5.9",
|
|
97
97
|
"vite-plugin-svgr": "^3.2.0"
|
|
98
98
|
},
|
|
99
99
|
"peerDependencies": {
|
|
@@ -107,11 +107,9 @@
|
|
|
107
107
|
"react-dom": "^17.0.2"
|
|
108
108
|
},
|
|
109
109
|
"overrides": {
|
|
110
|
-
"@storybook/addon-essentials": {
|
|
111
|
-
"markdown-to-jsx": ">7.4.0"
|
|
112
|
-
},
|
|
113
110
|
"vite": {
|
|
114
|
-
"rollup": ">4.22.3"
|
|
111
|
+
"rollup": ">4.22.3",
|
|
112
|
+
"esbuild": "0.25.0"
|
|
115
113
|
}
|
|
116
114
|
},
|
|
117
115
|
"lint-staged": {
|