@phamhieu1998/react-data-grid
Advanced tools
Comparing version 7.0.0-canary.multiplayer.7 to 7.0.0-canary.multiplayer.8
@@ -148,5 +148,7 @@ import type { Key } from 'react'; | ||
/** Called when the grid is scrolled */ | ||
onScroll?: ((event: React.UIEvent<HTMLDivElement>) => void) | null; | ||
/** Called when a column is resized */ | ||
onColumnResize?: ((idx: number, width: number) => void) | null; | ||
onScroll?: (event: React.UIEvent<HTMLDivElement>) => void; | ||
/** Called while a column is resized */ | ||
onColumnResize?: (idx: number, width: number) => void; | ||
/** Called when column resizing is done */ | ||
onColumnResized?: (idx: number, width: number) => void; | ||
/** Function called whenever selected cell is changed */ | ||
@@ -153,0 +155,0 @@ onSelectedCellChange?: ((position: Position) => void) | null; |
{ | ||
"name": "@phamhieu1998/react-data-grid", | ||
"version": "7.0.0-canary.multiplayer.7", | ||
"version": "7.0.0-canary.multiplayer.8", | ||
"license": "MIT", | ||
@@ -11,5 +11,5 @@ "description": "Excel-like grid component built with React, with editors, keyboard navigation, copy & paste, and the like", | ||
], | ||
"repository": "github:adazzle/react-data-grid", | ||
"repository": "github:supabase/react-data-grid", | ||
"bugs": { | ||
"url": "https://github.com/adazzle/react-data-grid/issues" | ||
"url": "https://github.com/supabase/react-data-grid/issues" | ||
}, | ||
@@ -45,3 +45,4 @@ "type": "module", | ||
"prepublishOnly": "npm install && npm run build && npm run build:types", | ||
"postpublish": "git push --follow-tags origin HEAD" | ||
"postpublish": "git push --follow-tags origin HEAD", | ||
"deploy:canary": "npm publish --tag canary --access public" | ||
}, | ||
@@ -54,3 +55,3 @@ "dependencies": { | ||
"@babel/plugin-transform-runtime": "^7.14.3", | ||
"@babel/preset-env": "^7.14.4", | ||
"@babel/preset-env": "^7.14.2", | ||
"@babel/preset-react": "^7.13.13", | ||
@@ -61,6 +62,6 @@ "@babel/preset-typescript": "^7.13.0", | ||
"@linaria/core": "^3.0.0-beta.4", | ||
"@linaria/rollup": "^3.0.0-beta.6", | ||
"@linaria/shaker": "^3.0.0-beta.5", | ||
"@linaria/webpack-loader": "^3.0.0-beta.6", | ||
"@microsoft/api-extractor": "^7.16.1", | ||
"@linaria/rollup": "^3.0.0-beta.4", | ||
"@linaria/shaker": "^3.0.0-beta.4", | ||
"@linaria/webpack-loader": "^3.0.0-beta.4", | ||
"@microsoft/api-extractor": "^7.15.2", | ||
"@popperjs/core": "^2.9.2", | ||
@@ -70,18 +71,18 @@ "@rollup/plugin-babel": "^5.3.0", | ||
"@storybook/react": "^6.2.9", | ||
"@testing-library/jest-dom": "^5.13.0", | ||
"@testing-library/jest-dom": "^5.12.0", | ||
"@testing-library/react": "^11.2.7", | ||
"@testing-library/user-event": "^13.1.9", | ||
"@types/faker": "^5.5.6", | ||
"@types/faker": "^5.5.5", | ||
"@types/hoist-non-react-statics": "^3.3.1", | ||
"@types/jest": "^26.0.23", | ||
"@types/lodash": "^4.14.170", | ||
"@types/react": "^17.0.11", | ||
"@types/react-dom": "^17.0.7", | ||
"@typescript-eslint/eslint-plugin": "^4.26.1", | ||
"@typescript-eslint/parser": "^4.26.1", | ||
"@types/react": "^17.0.8", | ||
"@types/react-dom": "^17.0.5", | ||
"@typescript-eslint/eslint-plugin": "^4.25.0", | ||
"@typescript-eslint/parser": "^4.25.0", | ||
"babel-loader": "^8.2.2", | ||
"babel-plugin-optimize-clsx": "^2.6.1", | ||
"core-js": "^3.14.0", | ||
"core-js": "^3.13.0", | ||
"css-loader": "^5.2.6", | ||
"eslint": "^7.28.0", | ||
"eslint": "^7.27.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
@@ -91,7 +92,7 @@ "eslint-plugin-jest": "^24.3.6", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-react": "^7.24.0", | ||
"eslint-plugin-react": "^7.23.2", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"eslint-plugin-sonarjs": "^0.8.0-125", | ||
"eslint-plugin-sonarjs": "^0.7.0", | ||
"faker": "^5.5.3", | ||
"jest": "^27.0.4", | ||
"jest": "^27.0.1", | ||
"jspdf": "^2.3.1", | ||
@@ -102,3 +103,3 @@ "jspdf-autotable": "^3.5.14", | ||
"postcss": "^8.3.0", | ||
"prettier": "2.3.1", | ||
"prettier": "^2.3.0", | ||
"react": "^17.0.2", | ||
@@ -110,3 +111,3 @@ "react-contextmenu": "^2.14.0", | ||
"react-popper": "^2.2.5", | ||
"rollup": "^2.51.1", | ||
"rollup": "^2.50.1", | ||
"rollup-plugin-postcss": "^4.0.0", | ||
@@ -117,5 +118,5 @@ "typescript": "~4.3.2", | ||
"peerDependencies": { | ||
"react": "^16.14 || ^17.0", | ||
"react-dom": "^16.14 || ^17.0" | ||
"react": "^16.14 || ^17.0.0", | ||
"react-dom": "^16.14 || ^17.0.0" | ||
} | ||
} |
@@ -9,11 +9,9 @@ # react-data-grid | ||
[npm-badge]: https://img.shields.io/npm/v/react-data-grid | ||
[npm-url]: https://www.npmjs.com/package/react-data-grid | ||
[size-badge]: https://img.shields.io/bundlephobia/minzip/react-data-grid | ||
[size-url]: https://bundlephobia.com/result?p=react-data-grid | ||
[type-badge]: https://img.shields.io/npm/types/react-data-grid | ||
[codecov-badge]: https://codecov.io/gh/adazzle/react-data-grid/branch/main/graph/badge.svg?token=cvrRSWiz0Q | ||
[codecov-url]: https://codecov.io/gh/adazzle/react-data-grid | ||
[ci-badge]: https://github.com/adazzle/react-data-grid/workflows/CI/badge.svg | ||
[ci-url]: https://github.com/adazzle/react-data-grid/actions | ||
[npm-badge]: https://img.shields.io/npm/v/@supabase/react-data-grid | ||
[npm-url]: https://www.npmjs.com/package/@supabase/react-data-grid | ||
[size-badge]: https://img.shields.io/bundlephobia/minzip/@supabase/react-data-grid | ||
[size-url]: https://bundlephobia.com/result?p=@supabase/react-data-grid | ||
[type-badge]: https://img.shields.io/npm/types/@supabase/react-data-grid | ||
[ci-badge]: https://github.com/supabase/react-data-grid/workflows/CI/badge.svg | ||
[ci-url]: https://github.com/supabase/react-data-grid/actions | ||
@@ -23,3 +21,3 @@ ## Install | ||
```sh | ||
npm install react-data-grid | ||
npm install @supabase/react-data-grid | ||
``` | ||
@@ -130,9 +128,1 @@ | ||
``` | ||
## Documentation | ||
- [Website](https://adazzle.github.io/react-data-grid/canary/) | ||
- [Source code](stories) | ||
- [Old website for react-data-grid v5](https://adazzle.github.io/react-data-grid/) | ||
- [Changelog](CHANGELOG.md) | ||
- [Contributing](CONTRIBUTING.md) |
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
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
556909
4906
126