react-data-grid
Advanced tools
Comparing version 7.0.0-beta.28 to 7.0.0-beta.29
@@ -203,3 +203,3 @@ import type { Key } from 'react'; | ||
renderers?: Maybe<Renderers<R, SR>>; | ||
rowClass?: Maybe<(row: R) => Maybe<string>>; | ||
rowClass?: Maybe<(row: R, rowIdx: number) => Maybe<string>>; | ||
/** @default 'ltr' */ | ||
@@ -327,3 +327,3 @@ direction?: Maybe<Direction>; | ||
onRowChange: (column: CalculatedColumn<TRow, TSummaryRow>, rowIdx: number, newRow: TRow) => void; | ||
rowClass: Maybe<(row: TRow) => Maybe<string>>; | ||
rowClass: Maybe<(row: TRow, rowIdx: number) => Maybe<string>>; | ||
setDraggedOverRowIdx: ((overRowIdx: number) => void) | undefined; | ||
@@ -330,0 +330,0 @@ selectCell: (position: Position, enableEditor?: Maybe<boolean>) => void; |
{ | ||
"name": "react-data-grid", | ||
"version": "7.0.0-beta.28", | ||
"version": "7.0.0-beta.29", | ||
"license": "MIT", | ||
@@ -61,11 +61,5 @@ "description": "Feature-rich and customizable data grid React component", | ||
"@faker-js/faker": "^7.1.0", | ||
"@linaria/babel-preset": "4.3.3", | ||
"@linaria/core": "4.2.5", | ||
"@linaria/logger": "4.0.0", | ||
"@linaria/rollup": "4.3.2", | ||
"@linaria/shaker": "4.2.7", | ||
"@linaria/tags": "4.3.0", | ||
"@linaria/utils": "4.3.0", | ||
"@linaria/vite": "4.2.5", | ||
"@linaria/webpack5-loader": "4.1.11", | ||
"@ianvs/prettier-plugin-sort-imports": "^3.7.2", | ||
"@linaria/rollup": "^4.3.7", | ||
"@linaria/webpack5-loader": "^4.1.16", | ||
"@microsoft/api-extractor": "^7.23.0", | ||
@@ -76,3 +70,3 @@ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5", | ||
"@testing-library/jest-dom": "^5.16.4", | ||
"@testing-library/react": "^13.2.0", | ||
"@testing-library/react": "^14.0.0", | ||
"@testing-library/user-event": "^14.1.1", | ||
@@ -88,3 +82,3 @@ "@types/jest": "^29.0.0", | ||
"css-loader": "^6.7.1", | ||
"css-minimizer-webpack-plugin": "^4.0.0", | ||
"css-minimizer-webpack-plugin": "^5.0.0", | ||
"eslint": "^8.14.0", | ||
@@ -100,4 +94,4 @@ "eslint-config-prettier": "^8.5.0", | ||
"html-webpack-plugin": "^5.5.0", | ||
"jest": "^29.0.0", | ||
"jest-environment-jsdom": "^29.0.0", | ||
"jest": "^29.5.0", | ||
"jest-environment-jsdom": "^29.5.0", | ||
"jspdf": "^2.5.1", | ||
@@ -110,3 +104,3 @@ "jspdf-autotable": "^3.5.23", | ||
"postcss-nested": "^6.0.0", | ||
"prettier": "2.8.7", | ||
"prettier": "2.8.8", | ||
"react": "^18.1.0", | ||
@@ -120,3 +114,3 @@ "react-dnd": "^16.0.1", | ||
"rollup-plugin-postcss": "^4.0.2", | ||
"rome": "^11.0.0", | ||
"rome": "^12.0.0", | ||
"style-loader": "^3.3.1", | ||
@@ -123,0 +117,0 @@ "typescript": "~5.0.2", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
704521
62
6455