@annalib/anna-core 7.3.8 → 7.3.9
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 +10 -2
- package/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +17 -1
- package/fesm2015/annalib-anna-core.mjs +25 -1
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +25 -1
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1299,7 +1299,15 @@ class AnnaFilterService {
|
|
|
1299
1299
|
"userChanges",
|
|
1300
1300
|
"userMG",
|
|
1301
1301
|
"WeeklyAUR",
|
|
1302
|
-
"WeeklyAURatingOrImpressions"
|
|
1302
|
+
"WeeklyAURatingOrImpressions",
|
|
1303
|
+
"BookedRate",
|
|
1304
|
+
"BookedRTG",
|
|
1305
|
+
"BookedIMPS",
|
|
1306
|
+
"AURTG",
|
|
1307
|
+
"AURTG",
|
|
1308
|
+
"PostedRating",
|
|
1309
|
+
"PostedImpressions",
|
|
1310
|
+
"ScheduleFlightWeek"
|
|
1303
1311
|
];
|
|
1304
1312
|
const calendarArr = ["period", "AirDate", "flightStartDate", "flightEndDate", "date", "startDate", "endDate", "revisionStartDate"];
|
|
1305
1313
|
const timeArr = ["StartTimeForFilter", "EndTimeForFilter", "time",
|
|
@@ -1932,6 +1940,22 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
1932
1940
|
this.tooltipRadioTextMap.set("udGrpPercent", "UD GRP %");
|
|
1933
1941
|
this.tooltipRadioTextMap.set("odImpsPercent", "OD IMPS %");
|
|
1934
1942
|
this.tooltipRadioTextMap.set("odGrpPercent", "OD GRP %");
|
|
1943
|
+
this.tooltipRadioTextMap.set("SellerLine", "Seller Line");
|
|
1944
|
+
this.tooltipRadioTextMap.set("BuyerLine", "Buyer Line");
|
|
1945
|
+
this.tooltipRadioTextMap.set("SpotStatus", "Spot Status");
|
|
1946
|
+
this.tooltipRadioTextMap.set("InventoryCode", "Inventory Code");
|
|
1947
|
+
this.tooltipRadioTextMap.set("BuyerProgramName", "Buyer Program Name");
|
|
1948
|
+
this.tooltipRadioTextMap.set("RevenueClass", "Revenue Class");
|
|
1949
|
+
this.tooltipRadioTextMap.set("WeeklyAUR", "AUR");
|
|
1950
|
+
this.tooltipRadioTextMap.set("BookedRate", "Booked Rate");
|
|
1951
|
+
this.tooltipRadioTextMap.set("bookedratingOrImpressions", "booked RTG");
|
|
1952
|
+
this.tooltipRadioTextMap.set("AURTG", "AU RTG");
|
|
1953
|
+
this.tooltipRadioTextMap.set("PostedRatingsOrImpressions", "Posted RTG");
|
|
1954
|
+
this.tooltipRadioTextMap.set("ScheduleFlightWeek", "Schedule Week");
|
|
1955
|
+
this.tooltipRadioTextMap.set("ScheduledDay", "Scheduled Day");
|
|
1956
|
+
this.tooltipRadioTextMap.set("AirStatus", "Aired Status");
|
|
1957
|
+
this.tooltipRadioTextMap.set("AirDateAndTime", "Aired Date & Time");
|
|
1958
|
+
this.tooltipRadioTextMap.set("AdId", "Ad-Id");
|
|
1935
1959
|
}
|
|
1936
1960
|
generateTableDataWrapper() {
|
|
1937
1961
|
this.showSkeletonLoading = true;
|