@devexpress/dx-react-grid-bootstrap4
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -300,2 +300,8 @@ import * as React from 'react'; | ||
export namespace TableColumnResizing { | ||
/** Describes additional column properties that the plugin can handle. */ | ||
export type ColumnExtension = TableColumnResizingBase.ColumnExtension; | ||
} | ||
export interface TableColumnResizingProps { | ||
@@ -306,2 +312,4 @@ /** Specifies column widths. */ | ||
minColumnWidth?: number; | ||
/** Specifies a column's maximum width. */ | ||
maxColumnWidth?: number; | ||
/** Specifies initial column widths in uncontrolled mode. */ | ||
@@ -311,2 +319,4 @@ defaultColumnWidths?: Array<TableColumnWidthInfo>; | ||
onColumnWidthsChange?: (nextColumnWidths: Array<TableColumnWidthInfo>) => void; | ||
/** Additional column properties that the plugin can handle. */ | ||
columnExtensions?: Array<TableColumnResizingBase.ColumnExtension>; | ||
} | ||
@@ -313,0 +323,0 @@ |
{ | ||
"name": "@devexpress/dx-react-grid-bootstrap4", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Bootstrap 4 templates for DevExtreme React Grid component", | ||
@@ -52,10 +52,10 @@ "author": { | ||
"@babel/preset-react": "^7.0.0", | ||
"@devexpress/dx-grid-core": "2.0.2", | ||
"@devexpress/dx-react-core": "2.0.2", | ||
"@devexpress/dx-react-grid": "2.0.2", | ||
"@devexpress/dx-testing": "2.0.2", | ||
"@devexpress/dx-grid-core": "2.0.3", | ||
"@devexpress/dx-react-core": "2.0.3", | ||
"@devexpress/dx-react-grid": "2.0.3", | ||
"@devexpress/dx-testing": "2.0.3", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-jest": "^24.8.0", | ||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24", | ||
"core-js": "^3.1.4", | ||
"core-js": "^3.2.1", | ||
"enzyme": "3.10.0", | ||
@@ -68,12 +68,12 @@ "enzyme-adapter-react-16": "^1.14.0", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-jest": "^22.14.1", | ||
"eslint-plugin-jest": "^22.15.1", | ||
"eslint-plugin-jsx-a11y": "^6.2.3", | ||
"eslint-plugin-react": "^7.14.3", | ||
"jest": "^24.8.0", | ||
"react": "^16.8.6", | ||
"react-dom": "^16.8.6", | ||
"react-test-renderer": "^16.8.6", | ||
"rollup": "^1.17.0", | ||
"react": "16.8.6", | ||
"react-dom": "16.8.6", | ||
"react-test-renderer": "^16.9.0", | ||
"rollup": "^1.19.4", | ||
"rollup-plugin-babel": "^4.3.3", | ||
"rollup-plugin-license": "^0.9.0", | ||
"rollup-plugin-license": "^0.12.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
@@ -85,11 +85,11 @@ "rollup-plugin-sass": "^1.2.2" | ||
"prop-types": "^15.7.2", | ||
"react-popper": "^1.3.3" | ||
"react-popper": "^1.3.4" | ||
}, | ||
"peerDependencies": { | ||
"@devexpress/dx-grid-core": "2.0.2", | ||
"@devexpress/dx-react-core": "2.0.2", | ||
"@devexpress/dx-react-grid": "2.0.2", | ||
"@devexpress/dx-grid-core": "2.0.3", | ||
"@devexpress/dx-react-core": "2.0.3", | ||
"@devexpress/dx-react-grid": "2.0.3", | ||
"react": ">=16.8.6" | ||
}, | ||
"gitHead": "781df644dad87a3308ced4a4bbb25e077d9cf094" | ||
"gitHead": "1790d3c1f2654a09c2fddba300d26bd713512301" | ||
} |
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
654332
7153
+ Added@devexpress/dx-core@2.0.3(transitive)
+ Added@devexpress/dx-grid-core@2.0.3(transitive)
+ Added@devexpress/dx-react-core@2.0.3(transitive)
+ Added@devexpress/dx-react-grid@2.0.3(transitive)
- Removed@devexpress/dx-core@2.0.2(transitive)
- Removed@devexpress/dx-grid-core@2.0.2(transitive)
- Removed@devexpress/dx-react-core@2.0.2(transitive)
- Removed@devexpress/dx-react-grid@2.0.2(transitive)
Updatedreact-popper@^1.3.4