Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@devexpress/dx-react-grid-bootstrap4

Package Overview
Dependencies
Maintainers
15
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devexpress/dx-react-grid-bootstrap4 - npm Package Compare versions

Comparing version 1.2.0-beta.1 to 1.2.0-beta.2

10

dist/dx-react-grid-bootstrap4.d.ts

@@ -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 }>;

16

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc