@annalib/anna-core 9.0.6 → 9.0.8
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 +6 -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 +6 -2
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +6 -2
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1305,7 +1305,11 @@ class AnnaFilterService {
|
|
|
1305
1305
|
"AURTG",
|
|
1306
1306
|
"AURTG",
|
|
1307
1307
|
"PostedRating",
|
|
1308
|
-
"PostedImpressions"
|
|
1308
|
+
"PostedImpressions",
|
|
1309
|
+
"BookedGRP",
|
|
1310
|
+
"BookedIMPSRevTab",
|
|
1311
|
+
"BookedCPP",
|
|
1312
|
+
"BookedCPM"
|
|
1309
1313
|
];
|
|
1310
1314
|
const calendarArr = ["period", "AirDate", "flightStartDate", "flightEndDate", "date", "startDate", "endDate", "revisionStartDate", "GeneratedOn", "Week"];
|
|
1311
1315
|
const timeArr = ["StartTimeForFilter", "EndTimeForFilter", "time",
|
|
@@ -1955,7 +1959,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
1955
1959
|
this.tooltipRadioTextMap.set("BookedValue", "$ Booked");
|
|
1956
1960
|
this.tooltipRadioTextMap.set("BookedSpots", "Spots");
|
|
1957
1961
|
this.tooltipRadioTextMap.set("BookedGRP", "Rating");
|
|
1958
|
-
this.tooltipRadioTextMap.set("
|
|
1962
|
+
this.tooltipRadioTextMap.set("BookedIMPSRevTab", "IMPS'(000)");
|
|
1959
1963
|
this.tooltipRadioTextMap.set("BookedCPP", "CPP");
|
|
1960
1964
|
this.tooltipRadioTextMap.set("BookedCPM", "CPM");
|
|
1961
1965
|
this.tooltipRadioTextMap.set("ApprovedMGsValueForDisplay", "$ Approved MGS");
|