@annalib/anna-core 15.0.24 → 15.0.26

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.
@@ -1348,7 +1348,8 @@ class AnnaFilterService {
1348
1348
  "BookedGRP",
1349
1349
  "BookedIMPSRevTab",
1350
1350
  "BookedCPP",
1351
- "BookedCPM"
1351
+ "BookedCPM",
1352
+ "AUIMPS"
1352
1353
  ];
1353
1354
  const calendarArr = ["period", "AirDate", "flightStartDate", "flightEndDate", "date",
1354
1355
  "startDate", "endDate", "revisionStartDate", "GeneratedOn", "Week", "timeoutDate"];
@@ -1948,7 +1949,7 @@ class AnnaNonEditableGenericTableComponent {
1948
1949
  this.cdRef.detectChanges();
1949
1950
  }
1950
1951
  setTableBottomBorder() {
1951
- if (this.tableBorderBottomClassRequired && this.tableData && this.tableData.length && this.maximumRowsWhichCanBeRenderedWithoutScroll <= this.tableData.length) {
1952
+ if (this.tableBorderBottomClassRequired && this.tableData && this.tableData.length && this.maximumRowsWhichCanBeRenderedWithoutScroll < this.tableData.length) {
1952
1953
  this.tableBottomBorderClass = 'bottom-border';
1953
1954
  }
1954
1955
  else {