ps-toolkit-ui 1.5.67 → 1.5.68

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.
@@ -2413,7 +2413,9 @@
2413
2413
  return l;
2414
2414
  };
2415
2415
  TablePaginationComponent.prototype.changePage = function (btn) {
2416
+ console.log(btn.value);
2416
2417
  this.table.page = btn.value;
2418
+ console.log(this.table.page);
2417
2419
  this.table.load(btn);
2418
2420
  };
2419
2421
  TablePaginationComponent.prototype.ngOnInit = function () {