@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.
- package/bundles/colijnit-corecomponents_v12.umd.js +1 -3
- package/bundles/colijnit-corecomponents_v12.umd.js.map +1 -1
- package/esm2015/lib/components/pagination-bar/pagination-bar.component.js +2 -4
- package/fesm2015/colijnit-corecomponents_v12.js +1 -3
- package/fesm2015/colijnit-corecomponents_v12.js.map +1 -1
- package/package.json +1 -1
|
@@ -9837,9 +9837,7 @@
|
|
|
9837
9837
|
this.pages = this._createPageArray();
|
|
9838
9838
|
};
|
|
9839
9839
|
PaginationBarComponent.prototype.ngOnChanges = function (changes) {
|
|
9840
|
-
|
|
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;
|