@devexpress/dx-react-core
Advanced tools
Comparing version 1.0.0-alpha.8 to 1.0.0-alpha.9
/** | ||
* Bundle of @devexpress/dx-react-core | ||
* Generated: 2017-08-21 | ||
* Version: 1.0.0-alpha.8 | ||
* Generated: 2017-09-04 | ||
* Version: 1.0.0-alpha.9 | ||
* License: https://js.devexpress.com/Licensing | ||
@@ -1489,7 +1489,12 @@ */ | ||
var template = _ref.template, | ||
children = _ref.children, | ||
restProps = objectWithoutProperties(_ref, ["template", "children"]); | ||
return template(_extends({}, restProps, { children: children })); | ||
templateRef = _ref.templateRef, | ||
restProps = objectWithoutProperties(_ref, ['template', 'templateRef']); | ||
return template(_extends({}, restProps, { ref: templateRef })); | ||
}; | ||
TemplateRenderer.propTypes = { | ||
template: PropTypes.func.isRequired, | ||
templateRef: PropTypes.func | ||
}; | ||
var combineTemplates = function combineTemplates() { | ||
@@ -1496,0 +1501,0 @@ var userTemplate = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : function () { |
/** | ||
* Bundle of @devexpress/dx-react-core | ||
* Generated: 2017-08-21 | ||
* Version: 1.0.0-alpha.8 | ||
* Generated: 2017-09-04 | ||
* Version: 1.0.0-alpha.9 | ||
* License: https://js.devexpress.com/Licensing | ||
@@ -1493,7 +1493,12 @@ */ | ||
var template = _ref.template, | ||
children = _ref.children, | ||
restProps = objectWithoutProperties(_ref, ["template", "children"]); | ||
return template(_extends({}, restProps, { children: children })); | ||
templateRef = _ref.templateRef, | ||
restProps = objectWithoutProperties(_ref, ['template', 'templateRef']); | ||
return template(_extends({}, restProps, { ref: templateRef })); | ||
}; | ||
TemplateRenderer.propTypes = { | ||
template: PropTypes.func.isRequired, | ||
templateRef: PropTypes.func | ||
}; | ||
var combineTemplates = function combineTemplates() { | ||
@@ -1500,0 +1505,0 @@ var userTemplate = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : function () { |
{ | ||
"name": "@devexpress/dx-react-core", | ||
"version": "1.0.0-alpha.8", | ||
"version": "1.0.0-alpha.9", | ||
"description": "Core library for DevExtreme React Components", | ||
@@ -5,0 +5,0 @@ "author": { |
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
182534
2514