@annalib/anna-core 7.3.5 → 7.3.7
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
|
@@ -1289,7 +1289,15 @@ class AnnaFilterService {
|
|
|
1289
1289
|
"userChanges",
|
|
1290
1290
|
"userMG",
|
|
1291
1291
|
"WeeklyAUR",
|
|
1292
|
-
"WeeklyAURatingOrImpressions"
|
|
1292
|
+
"WeeklyAURatingOrImpressions",
|
|
1293
|
+
"BookedRate",
|
|
1294
|
+
"BookedRTG",
|
|
1295
|
+
"BookedIMPS",
|
|
1296
|
+
"AURTG",
|
|
1297
|
+
"AURTG",
|
|
1298
|
+
"PostedRating",
|
|
1299
|
+
"PostedImpressions",
|
|
1300
|
+
"ScheduleFlightWeek"
|
|
1293
1301
|
];
|
|
1294
1302
|
const calendarArr = ["period", "AirDate", "flightStartDate", "flightEndDate", "date", "startDate", "endDate", "revisionStartDate"];
|
|
1295
1303
|
const timeArr = ["StartTimeForFilter", "EndTimeForFilter", "time",
|
|
@@ -1930,6 +1938,22 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
1930
1938
|
this.tooltipRadioTextMap.set("udGrpPercent", "UD GRP %");
|
|
1931
1939
|
this.tooltipRadioTextMap.set("odImpsPercent", "OD IMPS %");
|
|
1932
1940
|
this.tooltipRadioTextMap.set("odGrpPercent", "OD GRP %");
|
|
1941
|
+
this.tooltipRadioTextMap.set("SellerLine", "Seller Line");
|
|
1942
|
+
this.tooltipRadioTextMap.set("BuyerLine", "Buyer Line");
|
|
1943
|
+
this.tooltipRadioTextMap.set("SpotStatus", "Spot Status");
|
|
1944
|
+
this.tooltipRadioTextMap.set("InventoryCode", "Inventory Code");
|
|
1945
|
+
this.tooltipRadioTextMap.set("BuyerProgramName", "Buyer Program Name");
|
|
1946
|
+
this.tooltipRadioTextMap.set("RevenueClass", "Revenue Class");
|
|
1947
|
+
this.tooltipRadioTextMap.set("WeeklyAUR", "AUR");
|
|
1948
|
+
this.tooltipRadioTextMap.set("BookedRate", "Booked Rate");
|
|
1949
|
+
this.tooltipRadioTextMap.set("bookedratingOrImpressions", "booked RTG");
|
|
1950
|
+
this.tooltipRadioTextMap.set("AURTG", "AU RTG");
|
|
1951
|
+
this.tooltipRadioTextMap.set("PostedRatingsOrImpressions", "Posted RTG");
|
|
1952
|
+
this.tooltipRadioTextMap.set("ScheduleFlightWeek", "Schedule Week");
|
|
1953
|
+
this.tooltipRadioTextMap.set("ScheduledDay", "Scheduled Day");
|
|
1954
|
+
this.tooltipRadioTextMap.set("AirStatus", "Aired Status");
|
|
1955
|
+
this.tooltipRadioTextMap.set("AirDateAndTime", "Aired Date & Time");
|
|
1956
|
+
this.tooltipRadioTextMap.set("AdId", "Ad-Id");
|
|
1933
1957
|
}
|
|
1934
1958
|
generateTableDataWrapper() {
|
|
1935
1959
|
this.showSkeletonLoading = true;
|