@devexpress/dx-react-chart-material-ui
Advanced tools
Comparing version 1.7.2 to 1.8.0-beta.1
/** | ||
* Bundle of @devexpress/dx-react-chart-material-ui | ||
* Generated: 2018-08-31 | ||
* Version: 1.7.2 | ||
* Generated: 2018-09-07 | ||
* Version: 1.8.0-beta.1 | ||
* License: https://js.devexpress.com/Licensing | ||
@@ -446,6 +446,5 @@ */ | ||
text = _props.text, | ||
style = _props.style, | ||
classes = _props.classes, | ||
className = _props.className, | ||
restProps = objectWithoutProperties(_props, ['text', 'style', 'classes', 'className']); | ||
restProps = objectWithoutProperties(_props, ['text', 'classes', 'className']); | ||
@@ -466,3 +465,2 @@ return React.createElement( | ||
text: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired, | ||
style: PropTypes.object, | ||
classes: PropTypes.object.isRequired, | ||
@@ -473,4 +471,3 @@ className: PropTypes.string | ||
LabelBase.defaultProps = { | ||
className: undefined, | ||
style: null | ||
className: undefined | ||
}; | ||
@@ -477,0 +474,0 @@ |
@@ -51,3 +51,3 @@ import * as React from 'react'; | ||
export namespace ArgumentAxis { | ||
/** Describes properties passed to a component that renders the axis root layout. */ | ||
/** Describes properties passed to a component that renders the axis's root layout. */ | ||
export type RootProps = ArgumentAxisBase.RootProps; | ||
@@ -62,3 +62,3 @@ } | ||
export namespace ArgumentAxis { | ||
/** Describes properties passed to a component that renders the axis label. */ | ||
/** Describes properties passed to a component that renders the axis's label. */ | ||
export type LabelProps = ArgumentAxisBase.LabelProps; | ||
@@ -68,3 +68,3 @@ } | ||
export namespace ArgumentAxis { | ||
/** Describes properties passed to a component that renders the axis line. */ | ||
/** Describes properties passed to a component that renders the axis's line. */ | ||
export type LineProps = ArgumentAxisBase.LineProps; | ||
@@ -84,9 +84,11 @@ } | ||
type?: 'band' | 'linear'; | ||
/** A component that renders the axis root layout. */ | ||
/** A function that returns a tick formatter function. */ | ||
tickForamt?: (scale: object) => (tick: string) => string; | ||
/** A component that renders the axis's root layout. */ | ||
rootComponent?: React.ComponentType<ArgumentAxisBase.RootProps>; | ||
/** A component that renders a tick. */ | ||
tickComponent?: React.ComponentType<ArgumentAxisBase.TickProps>; | ||
/** A component that renders the axis label. */ | ||
/** A component that renders the axis's label. */ | ||
labelComponent?: React.ComponentType<ArgumentAxisBase.LabelProps>; | ||
/** A component that renders the axis line. */ | ||
/** A component that renders the axis's line. */ | ||
lineComponent?: React.ComponentType<ArgumentAxisBase.LineProps>; | ||
@@ -97,9 +99,9 @@ } | ||
export declare const ArgumentAxis: React.ComponentType<ArgumentAxisProps> & { | ||
/** A component that renders the axis root layout. */ | ||
/** A component that renders the axis's root layout. */ | ||
Root: React.ComponentType<ArgumentAxisBase.RootProps & { className?: string; style?: React.CSSProperties; [x: string]: any }>; | ||
/** A component that renders the tick. */ | ||
Tick: React.ComponentType<ArgumentAxisBase.TickProps & { className?: string; style?: React.CSSProperties; [x: string]: any }>; | ||
/** A component that renders the axis label. */ | ||
/** A component that renders the axis's label. */ | ||
Label: React.ComponentType<ArgumentAxisBase.LabelProps & { className?: string; style?: React.CSSProperties; [x: string]: any }>; | ||
/** A component that renders the axis line. */ | ||
/** A component that renders the axis's line. */ | ||
Line: React.ComponentType<ArgumentAxisBase.LineProps & { className?: string; style?: React.CSSProperties; [x: string]: any }>; | ||
@@ -467,2 +469,4 @@ }; | ||
type?: 'band' | 'linear'; | ||
/** A function that returns a tick formatter function. */ | ||
tickForamt?: (scale: object) => (tick: string) => string; | ||
/** A component that renders the axis root layout. */ | ||
@@ -469,0 +473,0 @@ rootComponent?: React.ComponentType<ValueAxisBase.RootProps>; |
/** | ||
* Bundle of @devexpress/dx-react-chart-material-ui | ||
* Generated: 2018-08-31 | ||
* Version: 1.7.2 | ||
* Generated: 2018-09-07 | ||
* Version: 1.8.0-beta.1 | ||
* License: https://js.devexpress.com/Licensing | ||
@@ -438,6 +438,5 @@ */ | ||
text = _props.text, | ||
style = _props.style, | ||
classes = _props.classes, | ||
className = _props.className, | ||
restProps = objectWithoutProperties(_props, ['text', 'style', 'classes', 'className']); | ||
restProps = objectWithoutProperties(_props, ['text', 'classes', 'className']); | ||
@@ -458,3 +457,2 @@ return createElement( | ||
text: oneOfType([string, number]).isRequired, | ||
style: object, | ||
classes: object.isRequired, | ||
@@ -465,4 +463,3 @@ className: string | ||
LabelBase.defaultProps = { | ||
className: undefined, | ||
style: null | ||
className: undefined | ||
}; | ||
@@ -469,0 +466,0 @@ |
{ | ||
"name": "@devexpress/dx-react-chart-material-ui", | ||
"version": "1.7.2", | ||
"version": "1.8.0-beta.1", | ||
"description": "Material UI templates for DevExtreme React Chart component", | ||
@@ -46,4 +46,4 @@ "author": { | ||
"devDependencies": { | ||
"@devexpress/dx-react-core": "^1.7.2", | ||
"@devexpress/dx-testing": "^1.7.2", | ||
"@devexpress/dx-react-core": "^1.8.0-beta.1", | ||
"@devexpress/dx-testing": "^1.8.0-beta.1", | ||
"@material-ui/core": "^3.0.1", | ||
@@ -87,5 +87,5 @@ "@material-ui/icons": "^3.0.1", | ||
"peerDependencies": { | ||
"@devexpress/dx-chart-core": "1.7.2", | ||
"@devexpress/dx-react-chart": "1.7.2", | ||
"@devexpress/dx-react-core": "1.7.2", | ||
"@devexpress/dx-chart-core": "1.8.0-beta.1", | ||
"@devexpress/dx-react-chart": "1.8.0-beta.1", | ||
"@devexpress/dx-react-core": "1.8.0-beta.1", | ||
"@material-ui/core": "=>1.1.0", | ||
@@ -95,3 +95,3 @@ "@material-ui/icons": "=>1.1.0", | ||
}, | ||
"gitHead": "729b6fc94cb43b3ef1537cb4775d390261882a87" | ||
"gitHead": "8fb5dc5f32b4a02a8922917f07398b48902ecc5c" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
171286
2579
1