@annalib/anna-core 7.3.9 → 7.3.11
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-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +5 -3
- package/fesm2015/annalib-anna-core.mjs +4 -2
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +4 -2
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1941,15 +1941,17 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
1941
1941
|
this.tooltipRadioTextMap.set("odImpsPercent", "OD IMPS %");
|
|
1942
1942
|
this.tooltipRadioTextMap.set("odGrpPercent", "OD GRP %");
|
|
1943
1943
|
this.tooltipRadioTextMap.set("SellerLine", "Seller Line");
|
|
1944
|
-
this.tooltipRadioTextMap.set("BuyerLine", "
|
|
1944
|
+
this.tooltipRadioTextMap.set("BuyerLine", "Buy Line #");
|
|
1945
1945
|
this.tooltipRadioTextMap.set("SpotStatus", "Spot Status");
|
|
1946
1946
|
this.tooltipRadioTextMap.set("InventoryCode", "Inventory Code");
|
|
1947
1947
|
this.tooltipRadioTextMap.set("BuyerProgramName", "Buyer Program Name");
|
|
1948
1948
|
this.tooltipRadioTextMap.set("RevenueClass", "Revenue Class");
|
|
1949
1949
|
this.tooltipRadioTextMap.set("WeeklyAUR", "AUR");
|
|
1950
1950
|
this.tooltipRadioTextMap.set("BookedRate", "Booked Rate");
|
|
1951
|
-
this.tooltipRadioTextMap.set("
|
|
1951
|
+
this.tooltipRadioTextMap.set("BookedRTG", "Booked RTG");
|
|
1952
|
+
this.tooltipRadioTextMap.set("BookedIMPS", "Booked IMPS('000)");
|
|
1952
1953
|
this.tooltipRadioTextMap.set("AURTG", "AU RTG");
|
|
1954
|
+
this.tooltipRadioTextMap.set("AUIMPS", "AU IMPS('000)");
|
|
1953
1955
|
this.tooltipRadioTextMap.set("PostedRatingsOrImpressions", "Posted RTG");
|
|
1954
1956
|
this.tooltipRadioTextMap.set("ScheduleFlightWeek", "Schedule Week");
|
|
1955
1957
|
this.tooltipRadioTextMap.set("ScheduledDay", "Scheduled Day");
|