@devexpress/dx-react-core
Advanced tools
Comparing version
/** | ||
* Bundle of @devexpress/dx-react-core | ||
* Generated: 2018-01-26 | ||
* Version: 1.0.0-rc.2 | ||
* Generated: 2018-02-02 | ||
* Version: 1.0.0 | ||
* License: https://js.devexpress.com/Licensing | ||
@@ -627,11 +627,11 @@ */ | ||
var PluginContainer = function (_React$PureComponent) { | ||
inherits(PluginContainer, _React$PureComponent); | ||
var Plugin = function (_React$PureComponent) { | ||
inherits(Plugin, _React$PureComponent); | ||
function PluginContainer() { | ||
classCallCheck(this, PluginContainer); | ||
return possibleConstructorReturn(this, (PluginContainer.__proto__ || Object.getPrototypeOf(PluginContainer)).apply(this, arguments)); | ||
function Plugin() { | ||
classCallCheck(this, Plugin); | ||
return possibleConstructorReturn(this, (Plugin.__proto__ || Object.getPrototypeOf(Plugin)).apply(this, arguments)); | ||
} | ||
createClass(PluginContainer, [{ | ||
createClass(Plugin, [{ | ||
key: 'componentWillMount', | ||
@@ -643,3 +643,3 @@ value: function componentWillMount() { | ||
var _props = this.props, | ||
pluginName = _props.pluginName, | ||
name = _props.name, | ||
dependencies = _props.dependencies; | ||
@@ -649,3 +649,3 @@ | ||
position: position, | ||
pluginName: pluginName, | ||
name: name, | ||
dependencies: dependencies, | ||
@@ -680,10 +680,10 @@ container: true | ||
}]); | ||
return PluginContainer; | ||
return Plugin; | ||
}(React.PureComponent); | ||
PluginContainer.propTypes = { | ||
Plugin.propTypes = { | ||
children: PropTypes.node.isRequired, | ||
pluginName: PropTypes.string, | ||
name: PropTypes.string, | ||
dependencies: PropTypes.arrayOf(PropTypes.shape({ | ||
pluginName: PropTypes.string, | ||
name: PropTypes.string, | ||
optional: PropTypes.bool | ||
@@ -693,8 +693,8 @@ })) | ||
PluginContainer.defaultProps = { | ||
pluginName: '', | ||
Plugin.defaultProps = { | ||
name: '', | ||
dependencies: [] | ||
}; | ||
PluginContainer.contextTypes = { | ||
Plugin.contextTypes = { | ||
pluginHost: PropTypes.object.isRequired, | ||
@@ -1686,3 +1686,3 @@ positionContext: PropTypes.func.isRequired | ||
export { PluginHost$1 as PluginHost, PluginContainer, Action, Getter, Template, TemplatePlaceholder, TemplateConnector, Draggable, DragDropProvider, DragSource, DropTarget, createRenderComponent }; | ||
export { PluginHost$1 as PluginHost, Plugin, Action, Getter, Template, TemplatePlaceholder, TemplateConnector, Draggable, DragDropProvider, DragSource, DropTarget, createRenderComponent }; | ||
//# sourceMappingURL=dx-react-core.es.js.map |
/** | ||
* Bundle of @devexpress/dx-react-core | ||
* Generated: 2018-01-26 | ||
* Version: 1.0.0-rc.2 | ||
* Generated: 2018-02-02 | ||
* Version: 1.0.0 | ||
* License: https://js.devexpress.com/Licensing | ||
@@ -631,11 +631,11 @@ */ | ||
var PluginContainer = function (_React$PureComponent) { | ||
inherits(PluginContainer, _React$PureComponent); | ||
var Plugin = function (_React$PureComponent) { | ||
inherits(Plugin, _React$PureComponent); | ||
function PluginContainer() { | ||
classCallCheck(this, PluginContainer); | ||
return possibleConstructorReturn(this, (PluginContainer.__proto__ || Object.getPrototypeOf(PluginContainer)).apply(this, arguments)); | ||
function Plugin() { | ||
classCallCheck(this, Plugin); | ||
return possibleConstructorReturn(this, (Plugin.__proto__ || Object.getPrototypeOf(Plugin)).apply(this, arguments)); | ||
} | ||
createClass(PluginContainer, [{ | ||
createClass(Plugin, [{ | ||
key: 'componentWillMount', | ||
@@ -647,3 +647,3 @@ value: function componentWillMount() { | ||
var _props = this.props, | ||
pluginName = _props.pluginName, | ||
name = _props.name, | ||
dependencies = _props.dependencies; | ||
@@ -653,3 +653,3 @@ | ||
position: position, | ||
pluginName: pluginName, | ||
name: name, | ||
dependencies: dependencies, | ||
@@ -684,10 +684,10 @@ container: true | ||
}]); | ||
return PluginContainer; | ||
return Plugin; | ||
}(React.PureComponent); | ||
PluginContainer.propTypes = { | ||
Plugin.propTypes = { | ||
children: PropTypes.node.isRequired, | ||
pluginName: PropTypes.string, | ||
name: PropTypes.string, | ||
dependencies: PropTypes.arrayOf(PropTypes.shape({ | ||
pluginName: PropTypes.string, | ||
name: PropTypes.string, | ||
optional: PropTypes.bool | ||
@@ -697,8 +697,8 @@ })) | ||
PluginContainer.defaultProps = { | ||
pluginName: '', | ||
Plugin.defaultProps = { | ||
name: '', | ||
dependencies: [] | ||
}; | ||
PluginContainer.contextTypes = { | ||
Plugin.contextTypes = { | ||
pluginHost: PropTypes.object.isRequired, | ||
@@ -1691,3 +1691,3 @@ positionContext: PropTypes.func.isRequired | ||
exports.PluginHost = PluginHost$1; | ||
exports.PluginContainer = PluginContainer; | ||
exports.Plugin = Plugin; | ||
exports.Action = Action; | ||
@@ -1694,0 +1694,0 @@ exports.Getter = Getter; |
{ | ||
"name": "@devexpress/dx-react-core", | ||
"version": "1.0.0-rc.2", | ||
"version": "1.0.0", | ||
"description": "Core library for DevExtreme React Components", | ||
@@ -47,3 +47,3 @@ "author": { | ||
"devDependencies": { | ||
"@devexpress/dx-testing": "1.0.0-rc.2", | ||
"@devexpress/dx-testing": "1.0.0", | ||
"babel-core": "^6.26.0", | ||
@@ -65,3 +65,3 @@ "babel-jest": "^22.1.0", | ||
"eslint-plugin-jsx-a11y": "^6.0.3", | ||
"eslint-plugin-react": "^7.5.1", | ||
"eslint-plugin-react": "^7.6.1", | ||
"jest": "^22.1.4", | ||
@@ -77,3 +77,3 @@ "react": "^16.2.0", | ||
"dependencies": { | ||
"@devexpress/dx-core": "1.0.0-rc.2", | ||
"@devexpress/dx-core": "1.0.0", | ||
"prop-types": "^15.6.0" | ||
@@ -80,0 +80,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
0
-100%196824
-0.28%+ Added
- Removed
Updated