react-data-table-component
Advanced tools
Comparing version 7.4.5 to 7.4.6
@@ -0,1 +1,2 @@ | ||
/// <reference types="react" /> | ||
import { TableProps } from './types'; | ||
@@ -2,0 +3,0 @@ declare function DataTable<T>(props: TableProps<T>): JSX.Element; |
@@ -0,1 +1,2 @@ | ||
/// <reference types="react" /> | ||
import { Alignment, Direction } from './constants'; | ||
@@ -2,0 +3,0 @@ export declare const defaultProps: { |
@@ -0,1 +1,2 @@ | ||
/// <reference types="react" /> | ||
import { ExpandableIcon } from './types'; | ||
@@ -2,0 +3,0 @@ declare type ExpanderButtonProps<T> = { |
@@ -0,1 +1,2 @@ | ||
/// <reference types="react" /> | ||
import { CSSObject } from 'styled-components'; | ||
@@ -2,0 +3,0 @@ import { ComponentProps, ExpandableRowsComponent } from './types'; |
@@ -0,1 +1,2 @@ | ||
/// <reference types="react" /> | ||
import { ExpandableIcon } from './types'; | ||
@@ -2,0 +3,0 @@ declare type CellExpanderProps<T> = { |
@@ -275,3 +275,3 @@ /// <reference types="react" /> | ||
}; | ||
export declare type Themes = 'default' | 'light' | 'dark'; | ||
export declare type Themes = string; | ||
export interface Theme { | ||
@@ -278,0 +278,0 @@ text: ThemeText; |
{ | ||
"name": "react-data-table-component", | ||
"version": "7.4.5", | ||
"version": "7.4.6", | ||
"description": "A simple to use declarative react based data table", | ||
@@ -43,37 +43,41 @@ "main": "dist/index.cjs.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.16.5", | ||
"@babel/eslint-parser": "^7.16.5", | ||
"@material-ui/core": "^4.12.3", | ||
"@material-ui/icons": "^4.11.2", | ||
"@storybook/addon-a11y": "^6.3.12", | ||
"@storybook/addon-essentials": "^6.3.12", | ||
"@storybook/addon-storysource": "^6.3.12", | ||
"@storybook/addons": "^6.3.12", | ||
"@storybook/react": "^6.3.12", | ||
"@storybook/theming": "^6.3.12", | ||
"@rollup/plugin-commonjs": "^21.0.1", | ||
"@rollup/plugin-node-resolve": "^13.1.1", | ||
"@storybook/addon-a11y": "^6.4.9", | ||
"@storybook/addon-essentials": "^6.4.9", | ||
"@storybook/addon-storysource": "^6.4.9", | ||
"@storybook/addons": "^6.4.9", | ||
"@storybook/react": "^6.4.9", | ||
"@storybook/theming": "^6.4.9", | ||
"@testing-library/react": "^12.1.2", | ||
"@types/faker": "^5.5.8", | ||
"@types/jest": "^27.0.2", | ||
"@types/faker": "^5.5.9", | ||
"@types/jest": "^27.0.3", | ||
"@types/lodash-es": "^4.17.5", | ||
"@types/lodash.orderby": "^4.6.6", | ||
"@types/node": "^16.10.3", | ||
"@types/react": "^17.0.27", | ||
"@types/react-dom": "^17.0.9", | ||
"@types/styled-components": "^5.1.15", | ||
"@typescript-eslint/eslint-plugin": "^4.33.0", | ||
"@typescript-eslint/parser": "^4.33.0", | ||
"axios": "^0.21.4", | ||
"babel-eslint": "^10.1.0", | ||
"@types/node": "^17.0.0", | ||
"@types/react": "^17.0.37", | ||
"@types/react-dom": "^17.0.11", | ||
"@types/styled-components": "^5.1.18", | ||
"@typescript-eslint/eslint-plugin": "^5.7.0", | ||
"@typescript-eslint/parser": "^5.7.0", | ||
"axios": "^0.24.0", | ||
"codecov": "^3.8.3", | ||
"eslint": "^7.32.0", | ||
"eslint": "^8.5.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-config-react-app": "^6.0.0", | ||
"eslint-plugin-import": "^2.24.2", | ||
"eslint-plugin-jest": "^25.0.1", | ||
"eslint-plugin-jsx-a11y": "^6.4.1", | ||
"eslint-config-react-app": "^7.0.0", | ||
"eslint-plugin-import": "^2.25.3", | ||
"eslint-plugin-jest": "^25.3.0", | ||
"eslint-plugin-jsx-a11y": "^6.5.1", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-react": "^7.26.1", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"eslint-plugin-react": "^7.27.1", | ||
"eslint-plugin-react-hooks": "^4.3.0", | ||
"eslint-plugin-storybook": "^0.5.3", | ||
"faker": "^5.5.3", | ||
"gh-pages": "^3.2.3", | ||
"jest": "^27.2.5", | ||
"jest-styled-components": "^7.0.5", | ||
"jest": "^27.4.5", | ||
"jest-styled-components": "^7.0.8", | ||
"jest-watch-typeahead": "^1.0.0", | ||
@@ -83,20 +87,18 @@ "lodash-es": "^4.17.21", | ||
"moment": "^2.29.1", | ||
"prettier": "^2.4.1", | ||
"prettier": "^2.5.1", | ||
"react": "^17.0.2", | ||
"react-app-polyfill": "^2.0.0", | ||
"react-app-polyfill": "^3.0.0", | ||
"react-dom": "^17.0.2", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.58.0", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup": "^2.61.1", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
"rollup-plugin-typescript2": "^0.31.1", | ||
"rollup-plugin-visualizer": "^5.5.2", | ||
"styled-components": "^5.3.1", | ||
"stylelint": "^13.13.1", | ||
"stylelint-config-recommended": "^5.0.0", | ||
"styled-components": "^5.3.3", | ||
"stylelint": "^14.1.0", | ||
"stylelint-config-recommended": "^6.0.0", | ||
"stylelint-config-styled-components": "^0.1.1", | ||
"stylelint-processor-styled-components": "^1.10.0", | ||
"ts-jest": "^27.0.5", | ||
"typescript": "^4.4.3" | ||
"ts-jest": "^27.1.2", | ||
"typescript": "^4.5.4" | ||
}, | ||
@@ -103,0 +105,0 @@ "dependencies": { |
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
639058
4196
59