@sunggang/ui-lib 0.2.52 → 0.2.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.esm2.js +0 -3
- package/package.json +1 -1
package/index.esm2.js
CHANGED
|
@@ -20570,9 +20570,6 @@ var DataTable = function(param) {
|
|
|
20570
20570
|
var BasePagination = function(param) {
|
|
20571
20571
|
var table = param.table, total = param.total, handleLastPageClick = param.handleLastPageClick;
|
|
20572
20572
|
var setPageIndex = table.setPageIndex, getCanPreviousPage = table.getCanPreviousPage, getCanNextPage = table.getCanNextPage, getPageCount = table.getPageCount, previousPage = table.previousPage, nextPage = table.nextPage, getState = table.getState;
|
|
20573
|
-
console.log("nextPage:", nextPage);
|
|
20574
|
-
console.log("能否下一頁:", getCanNextPage());
|
|
20575
|
-
getState().pagination.pageIndex === getPageCount() - 1;
|
|
20576
20573
|
return /*#__PURE__*/ jsxs("div", {
|
|
20577
20574
|
className: "flex items-center flex-wrap",
|
|
20578
20575
|
children: [
|