rc-pagination
Advanced tools
Comparing version 3.1.13 to 3.1.14
@@ -1,7 +0,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.default = { | ||
export default { | ||
// Options.jsx | ||
@@ -8,0 +3,0 @@ items_per_page: '/ páxina', |
@@ -82,4 +82,4 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
showQuickJumper = _this$props.showQuickJumper, | ||
pageSize = _this$props.pageSize, | ||
total = _this$props.total; | ||
var pageSize = _this.state.pageSize; | ||
@@ -86,0 +86,0 @@ if (total <= pageSize) { |
@@ -6,3 +6,4 @@ "use strict"; | ||
}); | ||
exports.default = { | ||
exports.default = void 0; | ||
var _default = { | ||
// Options.jsx | ||
@@ -21,2 +22,3 @@ items_per_page: '/ páxina', | ||
page_size: 'Page Size' | ||
}; | ||
}; | ||
exports.default = _default; |
@@ -104,4 +104,4 @@ "use strict"; | ||
showQuickJumper = _this$props.showQuickJumper, | ||
pageSize = _this$props.pageSize, | ||
total = _this$props.total; | ||
var pageSize = _this.state.pageSize; | ||
@@ -108,0 +108,0 @@ if (total <= pageSize) { |
{ | ||
"name": "rc-pagination", | ||
"version": "3.1.13", | ||
"version": "3.1.14", | ||
"description": "pagination ui component for react", | ||
@@ -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
156801
4189