intelica-library-ui 0.1.79 → 0.1.81

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.
@@ -1718,8 +1718,8 @@ class TableComponent {
1718
1718
  else
1719
1719
  element.removeAttribute("class");
1720
1720
  }
1721
- OnRowsPerPageChange(event) {
1722
- this.RowsPerPage = Number(event.target.value);
1721
+ OnRowsPerPageChange(value) {
1722
+ this.RowsPerPage = Number(value);
1723
1723
  this.ResetTable();
1724
1724
  }
1725
1725
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: TableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -3148,7 +3148,6 @@ class EchartService {
3148
3148
  if (format) {
3149
3149
  axisConfiguration.axisLabel.formatter = (value) => this._sharedService.FormatNumberWithSuffix(value);
3150
3150
  }
3151
- console.log(axisConfiguration);
3152
3151
  return axisConfiguration;
3153
3152
  }
3154
3153
  getTooltipFormatter(color, title, body) {