@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
|
@@ -1939,15 +1939,17 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
1939
1939
|
this.tooltipRadioTextMap.set("odImpsPercent", "OD IMPS %");
|
|
1940
1940
|
this.tooltipRadioTextMap.set("odGrpPercent", "OD GRP %");
|
|
1941
1941
|
this.tooltipRadioTextMap.set("SellerLine", "Seller Line");
|
|
1942
|
-
this.tooltipRadioTextMap.set("BuyerLine", "
|
|
1942
|
+
this.tooltipRadioTextMap.set("BuyerLine", "Buy Line #");
|
|
1943
1943
|
this.tooltipRadioTextMap.set("SpotStatus", "Spot Status");
|
|
1944
1944
|
this.tooltipRadioTextMap.set("InventoryCode", "Inventory Code");
|
|
1945
1945
|
this.tooltipRadioTextMap.set("BuyerProgramName", "Buyer Program Name");
|
|
1946
1946
|
this.tooltipRadioTextMap.set("RevenueClass", "Revenue Class");
|
|
1947
1947
|
this.tooltipRadioTextMap.set("WeeklyAUR", "AUR");
|
|
1948
1948
|
this.tooltipRadioTextMap.set("BookedRate", "Booked Rate");
|
|
1949
|
-
this.tooltipRadioTextMap.set("
|
|
1949
|
+
this.tooltipRadioTextMap.set("BookedRTG", "Booked RTG");
|
|
1950
|
+
this.tooltipRadioTextMap.set("BookedIMPS", "Booked IMPS('000)");
|
|
1950
1951
|
this.tooltipRadioTextMap.set("AURTG", "AU RTG");
|
|
1952
|
+
this.tooltipRadioTextMap.set("AUIMPS", "AU IMPS('000)");
|
|
1951
1953
|
this.tooltipRadioTextMap.set("PostedRatingsOrImpressions", "Posted RTG");
|
|
1952
1954
|
this.tooltipRadioTextMap.set("ScheduleFlightWeek", "Schedule Week");
|
|
1953
1955
|
this.tooltipRadioTextMap.set("ScheduledDay", "Scheduled Day");
|