@devexpress/dx-react-chart-material-ui
Advanced tools
Comparing version 1.11.0-beta.1 to 1.11.0
/** | ||
* Bundle of @devexpress/dx-react-chart-material-ui | ||
* Generated: 2019-04-24 | ||
* Version: 1.11.0-beta.1 | ||
* Generated: 2019-05-17 | ||
* Version: 1.11.0 | ||
* License: https://js.devexpress.com/Licensing | ||
@@ -475,15 +475,40 @@ */ | ||
exports.PieSeries = dxReactChart.PieSeries; | ||
exports.BarSeries = dxReactChart.BarSeries; | ||
exports.LineSeries = dxReactChart.LineSeries; | ||
exports.AreaSeries = dxReactChart.AreaSeries; | ||
exports.SplineSeries = dxReactChart.SplineSeries; | ||
Object.defineProperty(exports, 'AreaSeries', { | ||
enumerable: true, | ||
get: function () { | ||
return dxReactChart.AreaSeries; | ||
} | ||
}); | ||
Object.defineProperty(exports, 'BarSeries', { | ||
enumerable: true, | ||
get: function () { | ||
return dxReactChart.BarSeries; | ||
} | ||
}); | ||
Object.defineProperty(exports, 'LineSeries', { | ||
enumerable: true, | ||
get: function () { | ||
return dxReactChart.LineSeries; | ||
} | ||
}); | ||
Object.defineProperty(exports, 'PieSeries', { | ||
enumerable: true, | ||
get: function () { | ||
return dxReactChart.PieSeries; | ||
} | ||
}); | ||
Object.defineProperty(exports, 'SplineSeries', { | ||
enumerable: true, | ||
get: function () { | ||
return dxReactChart.SplineSeries; | ||
} | ||
}); | ||
exports.ArgumentAxis = ArgumentAxis; | ||
exports.Chart = Chart; | ||
exports.Legend = Legend; | ||
exports.ScatterSeries = ScatterSeries; | ||
exports.Title = Title; | ||
exports.ScatterSeries = ScatterSeries; | ||
exports.Tooltip = Tooltip; | ||
exports.ValueAxis = ValueAxis; | ||
exports.ArgumentAxis = ArgumentAxis; | ||
exports.Tooltip = Tooltip; | ||
exports.ZoomAndPan = ZoomAndPan; | ||
//# sourceMappingURL=dx-react-chart-material-ui.cjs.js.map |
@@ -415,3 +415,3 @@ import * as React from 'react'; | ||
/** The title position. */ | ||
position?: 'top' | 'bottom' | 'left' | 'right'; | ||
position?: 'top' | 'bottom'; | ||
} | ||
@@ -418,0 +418,0 @@ |
/** | ||
* Bundle of @devexpress/dx-react-chart-material-ui | ||
* Generated: 2019-04-24 | ||
* Version: 1.11.0-beta.1 | ||
* Generated: 2019-05-17 | ||
* Version: 1.11.0 | ||
* License: https://js.devexpress.com/Licensing | ||
@@ -12,3 +12,3 @@ */ | ||
import { withPatchedProps, Chart as Chart$1, Palette, Legend as Legend$1, Title as Title$1, ScatterSeries as ScatterSeries$1, Axis, ValueAxis as ValueAxis$1, ArgumentAxis as ArgumentAxis$1, Tooltip as Tooltip$1, ZoomAndPan as ZoomAndPan$1 } from '@devexpress/dx-react-chart'; | ||
export { PieSeries, BarSeries, LineSeries, AreaSeries, SplineSeries } from '@devexpress/dx-react-chart'; | ||
export { AreaSeries, BarSeries, LineSeries, PieSeries, SplineSeries } from '@devexpress/dx-react-chart'; | ||
import { lighten, fade, darken } from '@material-ui/core/styles/colorManipulator'; | ||
@@ -469,3 +469,3 @@ import { withStyles } from '@material-ui/core/styles'; | ||
export { Chart, Legend, Title, ScatterSeries, ValueAxis, ArgumentAxis, Tooltip, ZoomAndPan }; | ||
export { ArgumentAxis, Chart, Legend, ScatterSeries, Title, Tooltip, ValueAxis, ZoomAndPan }; | ||
//# sourceMappingURL=dx-react-chart-material-ui.es.js.map |
{ | ||
"name": "@devexpress/dx-react-chart-material-ui", | ||
"version": "1.11.0-beta.1", | ||
"version": "1.11.0", | ||
"description": "Material-UI templates for DevExtreme React Chart component", | ||
@@ -48,35 +48,33 @@ "author": { | ||
"devDependencies": { | ||
"@babel/core": "^7.3.3", | ||
"@babel/plugin-transform-runtime": "^7.2.0", | ||
"@babel/preset-env": "^7.3.1", | ||
"@babel/core": "^7.4.4", | ||
"@babel/plugin-transform-runtime": "^7.4.4", | ||
"@babel/preset-env": "^7.4.4", | ||
"@babel/preset-react": "^7.0.0", | ||
"@devexpress/dx-react-core": "1.11.0-beta.1", | ||
"@devexpress/dx-testing": "1.11.0-beta.1", | ||
"@material-ui/core": "^3.9.2", | ||
"@devexpress/dx-react-core": "1.11.0", | ||
"@devexpress/dx-testing": "1.11.0", | ||
"@material-ui/core": "^3.9.3", | ||
"@material-ui/icons": "^3.0.2", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-jest": "^24.1.0", | ||
"babel-jest": "^24.8.0", | ||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24", | ||
"core-js": "^2.6.5", | ||
"core-js": "^3.0.1", | ||
"enzyme": "3.9.0", | ||
"enzyme-adapter-react-16": "^1.9.1", | ||
"eslint": "^5.14.1", | ||
"enzyme-adapter-react-16": "^1.13.0", | ||
"eslint": "^5.16.0", | ||
"eslint-config-airbnb": "^17.1.0", | ||
"eslint-config-airbnb-base": "^13.1.0", | ||
"eslint-plugin-filenames": "^1.3.2", | ||
"eslint-plugin-import": "^2.16.0", | ||
"eslint-plugin-jest": "^22.3.0", | ||
"eslint-plugin-import": "^2.17.2", | ||
"eslint-plugin-jest": "^22.5.1", | ||
"eslint-plugin-jsx-a11y": "^6.2.1", | ||
"eslint-plugin-react": "^7.12.4", | ||
"jest": "^24.1.0", | ||
"eslint-plugin-react": "^7.13.0", | ||
"jest": "^24.8.0", | ||
"jss": "^9.8.7", | ||
"jss-preset-default": "^10.0.0-alpha.7", | ||
"jss-theme-reactor": "^0.11.1", | ||
"react": "^16.8.3", | ||
"react-dom": "^16.8.3", | ||
"react-test-renderer": "^16.8.3", | ||
"rollup": "^1.2.3", | ||
"react-dom": "^16.8.6", | ||
"react-test-renderer": "^16.8.6", | ||
"rollup": "^1.11.3", | ||
"rollup-plugin-babel": "^4.3.2", | ||
"rollup-plugin-license": "^0.8.1", | ||
"rollup-plugin-node-resolve": "^4.0.1" | ||
"rollup-plugin-node-resolve": "^4.2.4" | ||
}, | ||
@@ -88,5 +86,5 @@ "dependencies": { | ||
"peerDependencies": { | ||
"@devexpress/dx-chart-core": "1.11.0-beta.1", | ||
"@devexpress/dx-react-chart": "1.11.0-beta.1", | ||
"@devexpress/dx-react-core": "1.11.0-beta.1", | ||
"@devexpress/dx-chart-core": "1.11.0", | ||
"@devexpress/dx-react-chart": "1.11.0", | ||
"@devexpress/dx-react-core": "1.11.0", | ||
"@material-ui/core": "=>3.9.2", | ||
@@ -96,3 +94,3 @@ "@material-ui/icons": "=>3.0.2", | ||
}, | ||
"gitHead": "972b9b88a1e51db0c0c8c30a009407b2d35a7a4f" | ||
"gitHead": "2ee3c94fa5fd5fddf386d4561206715d784e64bc" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
98674
31
1275
0