rc-pagination
Advanced tools
Comparing version 1.0.0 to 1.0.2
@@ -30,3 +30,3 @@ 'use strict'; | ||
['_handleChange', '_changePageSize', '_isValid', '_prev', '_next', '_hasPrev', '_hasNext', '_jumpPrev', '_jumpNext', '_canJumpPrev', '_canJumpNext'].map(function (method) { | ||
['render', '_handleChange', '_changePageSize', '_isValid', '_prev', '_next', '_hasPrev', '_hasNext', '_jumpPrev', '_jumpNext', '_canJumpPrev', '_canJumpNext'].map(function (method) { | ||
return _this[method] = _this[method].bind(_this); | ||
@@ -43,2 +43,8 @@ }); | ||
var props = this.props; | ||
if (props.className) { | ||
prefixCls = prefixCls + ' ' + props.className; | ||
} | ||
var allPages = this._calcPage(); | ||
@@ -45,0 +51,0 @@ var pagerList = []; |
{ | ||
"name": "rc-pagination", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"description": "pagination ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -68,3 +68,3 @@ # rc-pagination | ||
See [](https://github.com/react-component/pagination/blob/master/src/Pagination.jsx#L149) | ||
See [Here](https://github.com/react-component/pagination/blob/master/src/Pagination.jsx#L149) | ||
@@ -71,0 +71,0 @@ ## Test Case |
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
21530
462