ngx-aur-mat-table 12.2.35 → 12.2.36

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.
@@ -1181,7 +1181,6 @@
1181
1181
  this.resizeColumnOffsetsObserver.observe(this.table.nativeElement);
1182
1182
  };
1183
1183
  NgxAurMatTableComponent.prototype.ngAfterViewChecked = function () {
1184
- console.log('!!!! CHECK ngAfterViewChecked');
1185
1184
  this.updateColumnOffsets();
1186
1185
  };
1187
1186
  NgxAurMatTableComponent.prototype.initPaginator = function () {
@@ -1211,13 +1210,9 @@
1211
1210
  key: _this._displayColumns[index]
1212
1211
  }); });
1213
1212
  if (OffsetUtil.areNotEqual(this.prevColumnOffsets, offsets)) {
1214
- console.log('!!! EMIT OFFSET', this.prevColumnOffsets, offsets);
1215
1213
  this.prevColumnOffsets = offsets;
1216
1214
  this.columnOffsets.emit(offsets);
1217
1215
  }
1218
- else {
1219
- console.log('!!! IGNORE EMIT');
1220
- }
1221
1216
  }
1222
1217
  };
1223
1218
  NgxAurMatTableComponent.prototype.prepareTableData = function () {