@devexpress/dx-react-core
Advanced tools
Comparing version 1.0.0-alpha.4 to 1.0.0-alpha.5
/** | ||
* Bundle of @devexpress/dx-react-core | ||
* Generated: 2017-06-23 | ||
* Version: 1.0.0-alpha.3 | ||
* Generated: 2017-07-07 | ||
* Version: 1.0.0-alpha.4 | ||
* License: https://js.devexpress.com/Licensing | ||
@@ -704,10 +704,11 @@ */ | ||
var content = placeholder ? placeholder(template()) : template(); | ||
return React.createElement(TemplateConnector, { | ||
var renderedTemplate = template(); | ||
var content = renderedTemplate ? React.createElement(TemplateConnector, { | ||
params: this.params, | ||
mapProps: connectGetters, | ||
mapActions: connectActions, | ||
content: content | ||
}); | ||
content: renderedTemplate | ||
}) : null; | ||
return placeholder ? placeholder(content) : content; | ||
} | ||
@@ -717,7 +718,3 @@ }]); | ||
}(React.PureComponent); | ||
TemplatePlaceholder.defaultProps = { | ||
name: null, | ||
params: null, | ||
children: null | ||
}; | ||
TemplatePlaceholder.propTypes = { | ||
@@ -728,5 +725,9 @@ name: PropTypes.string, | ||
}; | ||
TemplatePlaceholder.childContextTypes = { | ||
templateHost: PropTypes.object.isRequired | ||
TemplatePlaceholder.defaultProps = { | ||
name: null, | ||
params: null, | ||
children: null | ||
}; | ||
TemplatePlaceholder.contextTypes = { | ||
@@ -737,2 +738,6 @@ templateHost: PropTypes.object, | ||
TemplatePlaceholder.childContextTypes = { | ||
templateHost: PropTypes.object.isRequired | ||
}; | ||
var PluginHost$1 = function (_React$PureComponent) { | ||
@@ -739,0 +744,0 @@ inherits(PluginHost$$1, _React$PureComponent); |
/** | ||
* Bundle of @devexpress/dx-react-core | ||
* Generated: 2017-06-23 | ||
* Version: 1.0.0-alpha.3 | ||
* Generated: 2017-07-07 | ||
* Version: 1.0.0-alpha.4 | ||
* License: https://js.devexpress.com/Licensing | ||
@@ -708,10 +708,11 @@ */ | ||
var content = placeholder ? placeholder(template()) : template(); | ||
return React.createElement(TemplateConnector, { | ||
var renderedTemplate = template(); | ||
var content = renderedTemplate ? React.createElement(TemplateConnector, { | ||
params: this.params, | ||
mapProps: connectGetters, | ||
mapActions: connectActions, | ||
content: content | ||
}); | ||
content: renderedTemplate | ||
}) : null; | ||
return placeholder ? placeholder(content) : content; | ||
} | ||
@@ -721,7 +722,3 @@ }]); | ||
}(React.PureComponent); | ||
TemplatePlaceholder.defaultProps = { | ||
name: null, | ||
params: null, | ||
children: null | ||
}; | ||
TemplatePlaceholder.propTypes = { | ||
@@ -732,5 +729,9 @@ name: PropTypes.string, | ||
}; | ||
TemplatePlaceholder.childContextTypes = { | ||
templateHost: PropTypes.object.isRequired | ||
TemplatePlaceholder.defaultProps = { | ||
name: null, | ||
params: null, | ||
children: null | ||
}; | ||
TemplatePlaceholder.contextTypes = { | ||
@@ -741,2 +742,6 @@ templateHost: PropTypes.object, | ||
TemplatePlaceholder.childContextTypes = { | ||
templateHost: PropTypes.object.isRequired | ||
}; | ||
var PluginHost$1 = function (_React$PureComponent) { | ||
@@ -743,0 +748,0 @@ inherits(PluginHost$$1, _React$PureComponent); |
{ | ||
"name": "@devexpress/dx-react-core", | ||
"version": "1.0.0-alpha.4", | ||
"version": "1.0.0-alpha.5", | ||
"description": "Core library for DevExtreme React Components", | ||
@@ -70,2 +70,3 @@ "author": { | ||
"jest-junit": "^1.5.1", | ||
"react": "^15.5.4", | ||
"react-dom": "^15.6.1", | ||
@@ -80,3 +81,3 @@ "react-test-renderer": "^15.6.1", | ||
"dependencies": { | ||
"@devexpress/dx-core": "1.0.0-alpha.4", | ||
"@devexpress/dx-core": "1.0.0-alpha.5", | ||
"prop-types": "^15.5.8" | ||
@@ -83,0 +84,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
163252
2133
26
+ Added@devexpress/dx-core@1.0.0-alpha.5(transitive)
- Removed@devexpress/dx-core@1.0.0-alpha.4(transitive)