@annalib/anna-core 10.3.0 → 10.5.0
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 +1 -5
- package/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +3 -7
- package/fesm2015/annalib-anna-core.mjs +2 -10
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +2 -10
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
- package/src/lib/anna-common-scss/style.scss +1 -1
- package/src/lib/anna-common-scss/_customDropdown.scss +0 -129
|
@@ -1306,10 +1306,6 @@ class AnnaFilterService {
|
|
|
1306
1306
|
"AURTG",
|
|
1307
1307
|
"PostedRating",
|
|
1308
1308
|
"PostedImpressions",
|
|
1309
|
-
"NormalizedOrderedRating",
|
|
1310
|
-
"NormalizedOrderedImpressions",
|
|
1311
|
-
"NormalizedPostedRating",
|
|
1312
|
-
"NormalizedPostedImpressions",
|
|
1313
1309
|
"BookedGRP",
|
|
1314
1310
|
"BookedIMPSRevTab",
|
|
1315
1311
|
"BookedCPP",
|
|
@@ -1990,12 +1986,8 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
1990
1986
|
this.tooltipRadioTextMap.set("PostedRatingsOrImpressions", "Posted RTG");
|
|
1991
1987
|
this.tooltipRadioTextMap.set("ScheduleFlightWeek", "Schedule Week");
|
|
1992
1988
|
this.tooltipRadioTextMap.set("ScheduledDay", "Scheduled Day");
|
|
1993
|
-
this.tooltipRadioTextMap.set("AirStatus", "
|
|
1994
|
-
this.tooltipRadioTextMap.set("AirDateAndTime", "
|
|
1995
|
-
this.tooltipRadioTextMap.set("NormalizedOrderedRating", "Normalized Booked RTG");
|
|
1996
|
-
this.tooltipRadioTextMap.set("NormalizedOrderedImpressions", "Normalized Booked IMPS('000)");
|
|
1997
|
-
this.tooltipRadioTextMap.set("NormalizedPostedRating", "Normalized Posted RTG");
|
|
1998
|
-
this.tooltipRadioTextMap.set("NormalizedPostedImpressions", "Normalized Posted IMPS('000)");
|
|
1989
|
+
this.tooltipRadioTextMap.set("AirStatus", "Aired Status");
|
|
1990
|
+
this.tooltipRadioTextMap.set("AirDateAndTime", "Aired Date & Time");
|
|
1999
1991
|
this.tooltipRadioTextMap.set("AdId", "Ad-Id");
|
|
2000
1992
|
}
|
|
2001
1993
|
generateTableDataWrapper() {
|