rc-virtual-list
Advanced tools
Comparing version 0.0.0-alpha.24 to 0.0.0-alpha.25
@@ -65,2 +65,3 @@ function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
Component = _this$props$component === void 0 ? 'div' : _this$props$component, | ||
fullHeight = _this$props.fullHeight, | ||
height = _this$props.height, | ||
@@ -72,3 +73,3 @@ itemHeight = _this$props.itemHeight, | ||
onSkipRender = _this$props.onSkipRender, | ||
restProps = _objectWithoutProperties(_this$props, ["prefixCls", "style", "className", "component", "height", "itemHeight", "data", "children", "itemKey", "onSkipRender"]); | ||
restProps = _objectWithoutProperties(_this$props, ["prefixCls", "style", "className", "component", "fullHeight", "height", "itemHeight", "data", "children", "itemKey", "onSkipRender"]); | ||
@@ -75,0 +76,0 @@ var mergedClassName = classNames(prefixCls, className); |
@@ -79,2 +79,3 @@ "use strict"; | ||
Component = _this$props$component === void 0 ? 'div' : _this$props$component, | ||
fullHeight = _this$props.fullHeight, | ||
height = _this$props.height, | ||
@@ -86,3 +87,3 @@ itemHeight = _this$props.itemHeight, | ||
onSkipRender = _this$props.onSkipRender, | ||
restProps = _objectWithoutProperties(_this$props, ["prefixCls", "style", "className", "component", "height", "itemHeight", "data", "children", "itemKey", "onSkipRender"]); | ||
restProps = _objectWithoutProperties(_this$props, ["prefixCls", "style", "className", "component", "fullHeight", "height", "itemHeight", "data", "children", "itemKey", "onSkipRender"]); | ||
@@ -89,0 +90,0 @@ var mergedClassName = (0, _classnames.default)(prefixCls, className); |
{ | ||
"name": "rc-virtual-list", | ||
"version": "0.0.0-alpha.24", | ||
"version": "0.0.0-alpha.25", | ||
"description": "React Virtual List Component", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
115423
2490