@colijnit/corecomponents_v12 12.0.55 → 12.0.56

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.
@@ -9837,9 +9837,7 @@
9837
9837
  this.pages = this._createPageArray();
9838
9838
  };
9839
9839
  PaginationBarComponent.prototype.ngOnChanges = function (changes) {
9840
- if (changes['currentPage'].currentValue !== changes['currentPage'].previousValue) {
9841
- this.pages = this._createPageArray();
9842
- }
9840
+ this.pages = this._createPageArray();
9843
9841
  };
9844
9842
  PaginationBarComponent.prototype.isOnFirstPage = function () {
9845
9843
  return this.currentPage === 1;