@devexpress/dx-react-grid-bootstrap3
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -319,2 +319,4 @@ import * as React from 'react'; | ||
columnExtensions?: Array<TableColumnResizingBase.ColumnExtension>; | ||
/** Specifies the resizing mode: `widget` or `nextColumn`. In `widget` mode, `auto` and percentage values cannot be used to specify column widths. */ | ||
resizingMode?: string; | ||
} | ||
@@ -1111,2 +1113,8 @@ | ||
export namespace VirtualTable { | ||
/** Describes additional column properties that the plugin can handle. */ | ||
export type ColumnExtension = VirtualTableBase.ColumnExtension; | ||
} | ||
export interface VirtualTableProps { | ||
@@ -1118,3 +1126,3 @@ /** The virtual table's height. */ | ||
/** Additional column properties that the plugin can handle. */ | ||
columnExtensions?: Array<TableBase.ColumnExtension>; | ||
columnExtensions?: Array<VirtualTableBase.ColumnExtension>; | ||
/** A component that renders a table. */ | ||
@@ -1121,0 +1129,0 @@ tableComponent?: React.ComponentType<object>; |
{ | ||
"name": "@devexpress/dx-react-grid-bootstrap3", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "Bootstrap 3 templates for DevExtreme React Grid component", | ||
@@ -47,10 +47,10 @@ "author": { | ||
"devDependencies": { | ||
"@babel/core": "^7.5.5", | ||
"@babel/plugin-transform-runtime": "^7.5.5", | ||
"@babel/preset-env": "^7.5.5", | ||
"@babel/core": "^7.6.0", | ||
"@babel/plugin-transform-runtime": "^7.6.0", | ||
"@babel/preset-env": "^7.6.0", | ||
"@babel/preset-react": "^7.0.0", | ||
"@devexpress/dx-grid-core": "2.0.4", | ||
"@devexpress/dx-react-core": "2.0.4", | ||
"@devexpress/dx-react-grid": "2.0.4", | ||
"@devexpress/dx-testing": "2.0.4", | ||
"@devexpress/dx-grid-core": "2.0.5", | ||
"@devexpress/dx-react-core": "2.0.5", | ||
"@devexpress/dx-react-grid": "2.0.5", | ||
"@devexpress/dx-testing": "2.0.5", | ||
"babel-core": "^7.0.0-bridge.0", | ||
@@ -63,16 +63,16 @@ "babel-eslint": "^10.0.3", | ||
"enzyme-adapter-react-16": "^1.14.0", | ||
"eslint": "6.1.0", | ||
"eslint-config-airbnb": "17.1.1", | ||
"eslint-config-airbnb-base": "13.2.0", | ||
"eslint": "^6.4.0", | ||
"eslint-config-airbnb": "^18.0.1", | ||
"eslint-config-airbnb-base": "^14.0.0", | ||
"eslint-plugin-filenames": "^1.3.2", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-jest": "^22.15.2", | ||
"eslint-plugin-jest": "^22.17.0", | ||
"eslint-plugin-jsx-a11y": "^6.2.3", | ||
"eslint-plugin-react": "^7.14.3", | ||
"jest": "^24.9.0", | ||
"react": "16.8.6", | ||
"react": "^16.9.0", | ||
"react-bootstrap": "=0.32.4", | ||
"react-dom": "16.8.6", | ||
"react-dom": "^16.9.0", | ||
"react-test-renderer": "^16.9.0", | ||
"rollup": "^1.20.3", | ||
"rollup": "^1.21.4", | ||
"rollup-plugin-babel": "^4.3.3", | ||
@@ -87,10 +87,10 @@ "rollup-plugin-license": "^0.12.1", | ||
"peerDependencies": { | ||
"@devexpress/dx-grid-core": "2.0.4", | ||
"@devexpress/dx-react-core": "2.0.4", | ||
"@devexpress/dx-react-grid": "2.0.4", | ||
"react": ">=16.8.0 <16.9.0", | ||
"@devexpress/dx-grid-core": "2.0.5", | ||
"@devexpress/dx-react-core": "2.0.5", | ||
"@devexpress/dx-react-grid": "2.0.5", | ||
"react": "^16.9.0", | ||
"react-bootstrap": "=0.32.4", | ||
"react-dom": ">=16.8.0 <16.9.0" | ||
"react-dom": "^16.9.0" | ||
}, | ||
"gitHead": "7faeea645c9df41556a06e7a47e3e8662fc7228e" | ||
"gitHead": "4bb5d7c320246b191befa21436ee6443d3fe5ac7" | ||
} |
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
657292
7263