@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
|
@@ -1315,7 +1315,11 @@ class AnnaFilterService {
|
|
|
1315
1315
|
"AURTG",
|
|
1316
1316
|
"AURTG",
|
|
1317
1317
|
"PostedRating",
|
|
1318
|
-
"PostedImpressions"
|
|
1318
|
+
"PostedImpressions",
|
|
1319
|
+
"BookedGRP",
|
|
1320
|
+
"BookedIMPSRevTab",
|
|
1321
|
+
"BookedCPP",
|
|
1322
|
+
"BookedCPM"
|
|
1319
1323
|
];
|
|
1320
1324
|
const calendarArr = ["period", "AirDate", "flightStartDate", "flightEndDate", "date", "startDate", "endDate", "revisionStartDate", "GeneratedOn", "Week"];
|
|
1321
1325
|
const timeArr = ["StartTimeForFilter", "EndTimeForFilter", "time",
|
|
@@ -1957,7 +1961,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
1957
1961
|
this.tooltipRadioTextMap.set("BookedValue", "$ Booked");
|
|
1958
1962
|
this.tooltipRadioTextMap.set("BookedSpots", "Spots");
|
|
1959
1963
|
this.tooltipRadioTextMap.set("BookedGRP", "Rating");
|
|
1960
|
-
this.tooltipRadioTextMap.set("
|
|
1964
|
+
this.tooltipRadioTextMap.set("BookedIMPSRevTab", "IMPS'(000)");
|
|
1961
1965
|
this.tooltipRadioTextMap.set("BookedCPP", "CPP");
|
|
1962
1966
|
this.tooltipRadioTextMap.set("BookedCPM", "CPM");
|
|
1963
1967
|
this.tooltipRadioTextMap.set("ApprovedMGsValueForDisplay", "$ Approved MGS");
|