@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.
- package/esm2020/lib/anna-core-shared-lib/services/anna-filter.service.mjs +3 -2
- package/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +2 -2
- package/fesm2015/annalib-anna-core.mjs +3 -2
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +3 -2
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1358,7 +1358,8 @@ class AnnaFilterService {
|
|
|
1358
1358
|
"BookedGRP",
|
|
1359
1359
|
"BookedIMPSRevTab",
|
|
1360
1360
|
"BookedCPP",
|
|
1361
|
-
"BookedCPM"
|
|
1361
|
+
"BookedCPM",
|
|
1362
|
+
"AUIMPS"
|
|
1362
1363
|
];
|
|
1363
1364
|
const calendarArr = ["period", "AirDate", "flightStartDate", "flightEndDate", "date",
|
|
1364
1365
|
"startDate", "endDate", "revisionStartDate", "GeneratedOn", "Week", "timeoutDate"];
|
|
@@ -1950,7 +1951,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
1950
1951
|
this.cdRef.detectChanges();
|
|
1951
1952
|
}
|
|
1952
1953
|
setTableBottomBorder() {
|
|
1953
|
-
if (this.tableBorderBottomClassRequired && this.tableData && this.tableData.length && this.maximumRowsWhichCanBeRenderedWithoutScroll
|
|
1954
|
+
if (this.tableBorderBottomClassRequired && this.tableData && this.tableData.length && this.maximumRowsWhichCanBeRenderedWithoutScroll < this.tableData.length) {
|
|
1954
1955
|
this.tableBottomBorderClass = 'bottom-border';
|
|
1955
1956
|
}
|
|
1956
1957
|
else {
|