ng-inail-common 2.0.29-beta.5 → 2.0.29
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/ng-inail-common.umd.js +2 -4
- package/bundles/ng-inail-common.umd.js.map +1 -1
- package/bundles/ng-inail-common.umd.min.js +1 -1
- package/bundles/ng-inail-common.umd.min.js.map +1 -1
- package/esm2015/lib/components/core/table/inail-table-page-selector/inail-table-page-selector.component.js +2 -4
- package/esm2015/lib/components/core/table/table/table.component.js +2 -2
- package/fesm2015/ng-inail-common.js +2 -4
- package/fesm2015/ng-inail-common.js.map +1 -1
- package/package.json +1 -1
|
@@ -4967,7 +4967,7 @@
|
|
|
4967
4967
|
return _this;
|
|
4968
4968
|
}
|
|
4969
4969
|
InailTablePageSelectorComponent.prototype.ngOnChanges = function (changes) {
|
|
4970
|
-
var _a
|
|
4970
|
+
var _a;
|
|
4971
4971
|
_super.prototype.ngOnChanges.call(this, changes);
|
|
4972
4972
|
// Se si sta impostando il numero di pagina dall'esterno
|
|
4973
4973
|
// vuol dire che si sta effettuando la paginazione dall'esterno.
|
|
@@ -4993,7 +4993,6 @@
|
|
|
4993
4993
|
}
|
|
4994
4994
|
}
|
|
4995
4995
|
if (((_a = changes === null || changes === void 0 ? void 0 : changes.currentPage) === null || _a === void 0 ? void 0 : _a.currentValue) != undefined) {
|
|
4996
|
-
console.warn('currentPage', (_b = changes === null || changes === void 0 ? void 0 : changes.currentPage) === null || _b === void 0 ? void 0 : _b.currentValue);
|
|
4997
4996
|
if (changes.currentPage.currentValue > this.length) {
|
|
4998
4997
|
this.currentPage = this.length;
|
|
4999
4998
|
this.emitCurrentPage(this.currentPage);
|
|
@@ -5025,7 +5024,6 @@
|
|
|
5025
5024
|
configurable: true
|
|
5026
5025
|
});
|
|
5027
5026
|
InailTablePageSelectorComponent.prototype.set = function (n) {
|
|
5028
|
-
console.warn('set', n);
|
|
5029
5027
|
if (n > 0 && n <= this.length) {
|
|
5030
5028
|
if (!this.externalPagination) {
|
|
5031
5029
|
this.currentPage = n;
|
|
@@ -5733,7 +5731,7 @@
|
|
|
5733
5731
|
}
|
|
5734
5732
|
};
|
|
5735
5733
|
TableComponent.prototype.pageOnChange = function (page) {
|
|
5736
|
-
console.warn('page selected:', page)
|
|
5734
|
+
// console.warn('page selected:', page)
|
|
5737
5735
|
if (page != undefined) {
|
|
5738
5736
|
var eventoPaginazione = void 0;
|
|
5739
5737
|
if (this.externalPaginationSorting) {
|