@devexpress/dx-react-grid-bootstrap4
Advanced tools
Comparing version 1.2.0-beta.1 to 1.2.0-beta.2
@@ -228,3 +228,3 @@ import * as React from 'react'; | ||
/** Handles column width changes. */ | ||
onColumnWidthsChange?: (nextColumnWidths: { [columnName: string]: number }) => void; | ||
onColumnWidthsChange?: (nextColumnWidths: Array<TableColumnWidthInfo>) => void; | ||
} | ||
@@ -549,2 +549,4 @@ | ||
noDataRowComponent?: React.ComponentType<TableBase.RowProps>; | ||
/** A component that renders a stub table row if the row type is not recognized. */ | ||
stubRowComponent?: React.ComponentType<TableBase.RowProps>; | ||
/** A component that renders a stub table cell if the cell value is not provided. */ | ||
@@ -576,2 +578,4 @@ stubCellComponent?: React.ComponentType<TableBase.CellProps>; | ||
NoDataRow: React.ComponentType<TableBase.RowProps & { [x: string]: any }>; | ||
/** A component that renders a stub table row. */ | ||
StubRow: React.ComponentType<TableBase.RowProps & { [x: string]: any }>; | ||
/** A component that renders a stub table cell. */ | ||
@@ -633,2 +637,4 @@ StubCell: React.ComponentType<TableBase.CellProps & { [x: string]: any }>; | ||
noDataRowComponent?: React.ComponentType<TableBase.RowProps>; | ||
/** A component that renders a stub table row if the row type is not recognized. */ | ||
stubRowComponent?: React.ComponentType<TableBase.RowProps>; | ||
/** A component that renders a stub table cell if the cell value is not provided. */ | ||
@@ -660,2 +666,4 @@ stubCellComponent?: React.ComponentType<TableBase.CellProps>; | ||
NoDataRow: React.ComponentType<TableBase.RowProps & { [x: string]: any }>; | ||
/** A component that renders a stub table row. */ | ||
StubRow: React.ComponentType<TableBase.RowProps & { [x: string]: any }>; | ||
/** Renders a stub table cell. */ | ||
@@ -662,0 +670,0 @@ StubCell: React.ComponentType<TableBase.CellProps & { [x: string]: any }>; |
{ | ||
"name": "@devexpress/dx-react-grid-bootstrap4", | ||
"version": "1.2.0-beta.1", | ||
"version": "1.2.0-beta.2", | ||
"description": "Bootstrap 4 templates for DevExtreme React Grid component", | ||
@@ -47,6 +47,6 @@ "author": { | ||
"devDependencies": { | ||
"@devexpress/dx-grid-core": "1.2.0-beta.1", | ||
"@devexpress/dx-react-core": "1.2.0-beta.1", | ||
"@devexpress/dx-react-grid": "1.2.0-beta.1", | ||
"@devexpress/dx-testing": "1.2.0-beta.1", | ||
"@devexpress/dx-grid-core": "1.2.0-beta.2", | ||
"@devexpress/dx-react-core": "1.2.0-beta.2", | ||
"@devexpress/dx-react-grid": "1.2.0-beta.2", | ||
"@devexpress/dx-testing": "1.2.0-beta.2", | ||
"babel-core": "^6.26.0", | ||
@@ -86,5 +86,5 @@ "babel-jest": "^22.4.3", | ||
"peerDependencies": { | ||
"@devexpress/dx-grid-core": "1.2.0-beta.1", | ||
"@devexpress/dx-react-core": "1.2.0-beta.1", | ||
"@devexpress/dx-react-grid": "1.2.0-beta.1", | ||
"@devexpress/dx-grid-core": "1.2.0-beta.2", | ||
"@devexpress/dx-react-core": "1.2.0-beta.2", | ||
"@devexpress/dx-react-grid": "1.2.0-beta.2", | ||
"react": "^16.2.0", | ||
@@ -91,0 +91,0 @@ "reactstrap": "5.0.0" |
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 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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
469052
6465