@clayui/pagination
Advanced tools
Comparing version 3.37.0 to 3.38.0
@@ -46,3 +46,3 @@ "use strict"; | ||
displayType: "unstyled" | ||
}, '...') | ||
}, "...") | ||
}); | ||
@@ -49,0 +49,0 @@ }; |
@@ -14,2 +14,4 @@ "use strict"; | ||
var _excluded = ["active", "children", "disabled", "href"]; | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -30,3 +32,3 @@ | ||
href = _ref.href, | ||
otherProps = _objectWithoutProperties(_ref, ["active", "children", "disabled", "href"]); | ||
otherProps = _objectWithoutProperties(_ref, _excluded); | ||
@@ -33,0 +35,0 @@ var classes = (0, _classnames.default)('page-item', { |
@@ -16,2 +16,4 @@ "use strict"; | ||
var _excluded = ["children", "className", "size"]; | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -31,3 +33,3 @@ | ||
size = _ref.size, | ||
otherProps = _objectWithoutProperties(_ref, ["children", "className", "size"]); | ||
otherProps = _objectWithoutProperties(_ref, _excluded); | ||
@@ -34,0 +36,0 @@ return /*#__PURE__*/_react.default.createElement("ul", _extends({}, otherProps, { |
import React from 'react'; | ||
import Pagination from './Pagination'; | ||
import type { IPaginationEllipsisProps } from './Ellipsis'; | ||
import Pagination from './Pagination'; | ||
interface IProps extends React.ComponentProps<typeof Pagination> { | ||
@@ -5,0 +5,0 @@ activePage: number; |
@@ -16,2 +16,4 @@ "use strict"; | ||
var _excluded = ["activePage", "alignmentPosition", "ariaLabels", "disabledPages", "ellipsisBuffer", "hrefConstructor", "onPageChange", "spritemap", "totalPages"]; | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -43,3 +45,3 @@ | ||
totalPages = _ref.totalPages, | ||
otherProps = _objectWithoutProperties(_ref, ["activePage", "alignmentPosition", "ariaLabels", "disabledPages", "ellipsisBuffer", "hrefConstructor", "onPageChange", "spritemap", "totalPages"]); | ||
otherProps = _objectWithoutProperties(_ref, _excluded); | ||
@@ -46,0 +48,0 @@ var previousPage = activePage - 1; |
{ | ||
"name": "@clayui/pagination", | ||
"version": "3.37.0", | ||
"version": "3.38.0", | ||
"description": "ClayPagination component", | ||
@@ -29,7 +29,7 @@ "license": "BSD-3-Clause", | ||
"dependencies": { | ||
"@clayui/button": "^3.37.0", | ||
"@clayui/drop-down": "^3.37.0", | ||
"@clayui/icon": "^3.37.0", | ||
"@clayui/link": "^3.37.0", | ||
"@clayui/shared": "^3.37.0", | ||
"@clayui/button": "^3.38.0", | ||
"@clayui/drop-down": "^3.38.0", | ||
"@clayui/icon": "^3.38.0", | ||
"@clayui/link": "^3.38.0", | ||
"@clayui/shared": "^3.38.0", | ||
"classnames": "^2.2.6" | ||
@@ -45,3 +45,3 @@ }, | ||
], | ||
"gitHead": "0079c5f752a4c2fd2885e507d466bfd63fe57a9f" | ||
"gitHead": "7bd99c6d432b6973d76b7003e64ed72e42879a8b" | ||
} |
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
658
34908
19
Updated@clayui/button@^3.38.0
Updated@clayui/drop-down@^3.38.0
Updated@clayui/icon@^3.38.0
Updated@clayui/link@^3.38.0
Updated@clayui/shared@^3.38.0