@bnsights/bbsf-controls 1.0.35 → 1.0.38
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/README.md +14 -0
- package/bnsights-bbsf-controls-1.0.38.tgz +0 -0
- package/bnsights-bbsf-controls.metadata.json +1 -1
- package/bundles/bnsights-bbsf-controls.umd.js +2 -0
- package/bundles/bnsights-bbsf-controls.umd.js.map +1 -1
- package/esm2015/lib/controls/Paging/JwPagination.component.js +3 -1
- package/esm2015/lib/controls/Paging/Paging.component.js +1 -1
- package/fesm2015/bnsights-bbsf-controls.js +2 -0
- package/fesm2015/bnsights-bbsf-controls.js.map +1 -1
- package/package.json +2 -2
- package/bnsights-bbsf-controls-1.0.35.tgz +0 -0
|
@@ -4840,6 +4840,8 @@
|
|
|
4840
4840
|
}
|
|
4841
4841
|
};
|
|
4842
4842
|
JwPaginationComponent.prototype.ngOnChanges = function (changes) {
|
|
4843
|
+
if (changes.items.firstChange)
|
|
4844
|
+
return;
|
|
4843
4845
|
// reset page if items array has changed
|
|
4844
4846
|
if (changes.items.currentValue !== changes.items.previousValue) {
|
|
4845
4847
|
this.setPage(this.initialPage);
|