@annalib/anna-core 20.2.63 → 20.2.64
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.
|
@@ -3919,26 +3919,50 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
3919
3919
|
this.tooltipRadioTextMap.set("averageUnitRateValue", " AUR");
|
|
3920
3920
|
this.tooltipRadioTextMap.set("totalBookedAmountWithRatingValue", "$Booked With Rating");
|
|
3921
3921
|
this.tooltipRadioTextMap.set("averageUnitRateWithRatingValue", "AUR With Rating");
|
|
3922
|
+
this.tooltipRadioTextMap.set("totalBookedAmountValue", "Total $Booked");
|
|
3923
|
+
this.tooltipRadioTextMap.set("averageUnitRateValue", " AUR");
|
|
3924
|
+
this.tooltipRadioTextMap.set("totalBookedAmountWithRatingValue", "$Booked With Rating");
|
|
3925
|
+
this.tooltipRadioTextMap.set("averageUnitRateWithRatingValue", "AUR With Rating");
|
|
3922
3926
|
this.tooltipRadioTextMap.set("totalBookedAmountWithImpressionValue", "$Booked With IMPS");
|
|
3923
3927
|
this.tooltipRadioTextMap.set("averageUnitRateWithImpressionValue", "AUR With IMPS");
|
|
3928
|
+
this.tooltipRadioTextMap.set("totalBookedAmountWithImpressionValue", "$Booked With IMPS");
|
|
3929
|
+
this.tooltipRadioTextMap.set("averageUnitRateWithImpressionValue", "AUR With IMPS");
|
|
3930
|
+
this.tooltipRadioTextMap.set("bookedUnitsWithRatingValue", "Booked Units With Rating");
|
|
3931
|
+
this.tooltipRadioTextMap.set("postedUnitsWithRatingValue", "Posted Units With Rating");
|
|
3924
3932
|
this.tooltipRadioTextMap.set("bookedUnitsWithRatingValue", "Booked Units With Rating");
|
|
3925
3933
|
this.tooltipRadioTextMap.set("postedUnitsWithRatingValue", "Posted Units With Rating");
|
|
3926
3934
|
this.tooltipRadioTextMap.set("bookedUnitsWithImpressionValue", "Booked Units With IMPS");
|
|
3927
3935
|
this.tooltipRadioTextMap.set("postedUnitsWithImpressionValue", "Posted Units With IMPS");
|
|
3936
|
+
this.tooltipRadioTextMap.set("bookedUnitsWithImpressionValue", "Booked Units With IMPS");
|
|
3937
|
+
this.tooltipRadioTextMap.set("postedUnitsWithImpressionValue", "Posted Units With IMPS");
|
|
3928
3938
|
this.tooltipRadioTextMap.set("bookedRatings", "Booked Rating");
|
|
3929
3939
|
this.tooltipRadioTextMap.set("postedRatings", "POSTED Rating");
|
|
3930
3940
|
this.tooltipRadioTextMap.set("PostedRating", "Posted RTG");
|
|
3941
|
+
this.tooltipRadioTextMap.set("bookedRatings", "Booked Rating");
|
|
3942
|
+
this.tooltipRadioTextMap.set("postedRatings", "POSTED Rating");
|
|
3943
|
+
this.tooltipRadioTextMap.set("PostedRating", "Posted RTG");
|
|
3944
|
+
this.tooltipRadioTextMap.set("bookedImpressions", "Booked IMP('000)");
|
|
3945
|
+
this.tooltipRadioTextMap.set("postedImpressions", "Posted IMP('000)");
|
|
3946
|
+
this.tooltipRadioTextMap.set("PostedImpressions", "Posted IMP('000)");
|
|
3931
3947
|
this.tooltipRadioTextMap.set("bookedImpressions", "Booked IMP('000)");
|
|
3932
3948
|
this.tooltipRadioTextMap.set("postedImpressions", "Posted IMP('000)");
|
|
3933
3949
|
this.tooltipRadioTextMap.set("PostedImpressions", "Posted IMP('000)");
|
|
3934
3950
|
this.tooltipRadioTextMap.set("bookedAverageRating", "Booked AU Rating");
|
|
3935
3951
|
this.tooltipRadioTextMap.set("postedAverageRating", "Posted AU Rating");
|
|
3952
|
+
this.tooltipRadioTextMap.set("bookedAverageRating", "Booked AU Rating");
|
|
3953
|
+
this.tooltipRadioTextMap.set("postedAverageRating", "Posted AU Rating");
|
|
3936
3954
|
this.tooltipRadioTextMap.set("bookedAverageImpression", "Booked AU IMPS");
|
|
3937
3955
|
this.tooltipRadioTextMap.set("postedAverageImpression", "Posted AU IMPS");
|
|
3956
|
+
this.tooltipRadioTextMap.set("bookedAverageImpression", "Booked AU IMPS");
|
|
3957
|
+
this.tooltipRadioTextMap.set("postedAverageImpression", "Posted AU IMPS");
|
|
3958
|
+
this.tooltipRadioTextMap.set("bookedCppValue", "Booked CPP");
|
|
3959
|
+
this.tooltipRadioTextMap.set("bookedEffectiveCppValue", "Effective CPP");
|
|
3938
3960
|
this.tooltipRadioTextMap.set("bookedCppValue", "Booked CPP");
|
|
3939
3961
|
this.tooltipRadioTextMap.set("bookedEffectiveCppValue", "Effective CPP");
|
|
3940
3962
|
this.tooltipRadioTextMap.set("bookedCpmValue", "Booked CPM");
|
|
3941
3963
|
this.tooltipRadioTextMap.set("bookedEffectiveCpmValue", "Effective CPM");
|
|
3964
|
+
this.tooltipRadioTextMap.set("bookedCpmValue", "Booked CPM");
|
|
3965
|
+
this.tooltipRadioTextMap.set("bookedEffectiveCpmValue", "Effective CPM");
|
|
3942
3966
|
this.tooltipRadioTextMap.set("orderSource", "Order Route");
|
|
3943
3967
|
this.tooltipRadioTextMap.set("orderCategory", "Rev Category");
|
|
3944
3968
|
this.tooltipRadioTextMap.set("cashOrTrade", "C/T");
|
|
@@ -3957,6 +3981,56 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
3957
3981
|
this.tooltipRadioTextMap.set("udGrpPercent", "Proj. UD GRP %");
|
|
3958
3982
|
this.tooltipRadioTextMap.set("odImpsPercent", "Proj. OD %");
|
|
3959
3983
|
this.tooltipRadioTextMap.set("odGrpPercent", "Proj. OD GRP %");
|
|
3984
|
+
this.tooltipRadioTextMap.set("orderSource", "Order Route");
|
|
3985
|
+
this.tooltipRadioTextMap.set("orderCategory", "Rev Category");
|
|
3986
|
+
this.tooltipRadioTextMap.set("cashOrTrade", "C/T");
|
|
3987
|
+
this.tooltipRadioTextMap.set("revisionStartDate", "Revision Start Date");
|
|
3988
|
+
this.tooltipRadioTextMap.set("name", "name");
|
|
3989
|
+
this.tooltipRadioTextMap.set("role", "role");
|
|
3990
|
+
this.tooltipRadioTextMap.set("stationCount", "stationCount");
|
|
3991
|
+
this.tooltipRadioTextMap.set("stationList", "stationList");
|
|
3992
|
+
this.tooltipRadioTextMap.set("approvedOn", "Approved On");
|
|
3993
|
+
this.tooltipRadioTextMap.set("approvedBy", "Approved By");
|
|
3994
|
+
this.tooltipRadioTextMap.set("ODImps", "Proj. OD IMPS");
|
|
3995
|
+
this.tooltipRadioTextMap.set("UDImps", "Proj. UD IMPS");
|
|
3996
|
+
this.tooltipRadioTextMap.set("ODGrp", "Proj. OD GRP");
|
|
3997
|
+
this.tooltipRadioTextMap.set("UDGrp", "Proj. UD GRP");
|
|
3998
|
+
this.tooltipRadioTextMap.set("udImpsPercent", "Proj. UD %");
|
|
3999
|
+
this.tooltipRadioTextMap.set("udGrpPercent", "Proj. UD GRP %");
|
|
4000
|
+
this.tooltipRadioTextMap.set("odImpsPercent", "Proj. OD %");
|
|
4001
|
+
this.tooltipRadioTextMap.set("odGrpPercent", "Proj. OD GRP %");
|
|
4002
|
+
this.tooltipRadioTextMap.set("RevisionNumber", "Revision #");
|
|
4003
|
+
this.tooltipRadioTextMap.set("RevisionType", "Revision Type");
|
|
4004
|
+
this.tooltipRadioTextMap.set("GeneratedOn", "Generated On");
|
|
4005
|
+
this.tooltipRadioTextMap.set("BookedValueForDisplay", "$ BOOKED");
|
|
4006
|
+
this.tooltipRadioTextMap.set("BookedValue", "$ Booked");
|
|
4007
|
+
this.tooltipRadioTextMap.set("BookedSpots", "Spots");
|
|
4008
|
+
this.tooltipRadioTextMap.set("BookedGRP", "GRP");
|
|
4009
|
+
this.tooltipRadioTextMap.set("BookedIMPSRevTab", "IMPS'(000)");
|
|
4010
|
+
this.tooltipRadioTextMap.set("BookedCPP", "CPP");
|
|
4011
|
+
this.tooltipRadioTextMap.set("BookedCPM", "CPM");
|
|
4012
|
+
this.tooltipRadioTextMap.set("MGsValueForDisplay", "$ MGS");
|
|
4013
|
+
this.tooltipRadioTextMap.set("MGsValue", "$ MGS");
|
|
4014
|
+
this.tooltipRadioTextMap.set("ADUsValueForDisplay", "$ ADUS");
|
|
4015
|
+
this.tooltipRadioTextMap.set("ADUsValue", "$ ADUS");
|
|
4016
|
+
this.tooltipRadioTextMap.set("BuyerChangesValueForDisplay", "$ Buyer Change");
|
|
4017
|
+
this.tooltipRadioTextMap.set("BuyerChangesValue", "$ Buyer Change");
|
|
4018
|
+
this.tooltipRadioTextMap.set("UserChangesValueForDisplay", "$ Seller User Change");
|
|
4019
|
+
this.tooltipRadioTextMap.set("UserChangesValue", "$ Seller User Change");
|
|
4020
|
+
this.tooltipRadioTextMap.set("SellerLine", "Seller Line #");
|
|
4021
|
+
this.tooltipRadioTextMap.set("BuyerLine", "Buy Line #");
|
|
4022
|
+
this.tooltipRadioTextMap.set("SpotStatus", "Spot Status");
|
|
4023
|
+
this.tooltipRadioTextMap.set("InventoryCode", "Inventory Code");
|
|
4024
|
+
this.tooltipRadioTextMap.set("BuyerProgramName", "Buyer Program Name");
|
|
4025
|
+
this.tooltipRadioTextMap.set("RevenueClass", "Revenue Class");
|
|
4026
|
+
this.tooltipRadioTextMap.set("WeeklyAUR", "Booked Avg. Rate");
|
|
4027
|
+
this.tooltipRadioTextMap.set("BookedRate", "Booked Rate");
|
|
4028
|
+
this.tooltipRadioTextMap.set("averageRate", "Average Rate");
|
|
4029
|
+
this.tooltipRadioTextMap.set("bookedAverageRate", "Booked AVG. Rate");
|
|
4030
|
+
this.tooltipRadioTextMap.set("dollarIMPSImpact", "$ IMPS Impact");
|
|
4031
|
+
this.tooltipRadioTextMap.set("dollarRTGImpact", "$ RTG IMPACT");
|
|
4032
|
+
this.tooltipRadioTextMap.set("IMPSImpact", "IMPS ('000) IMPACT");
|
|
4033
|
+
this.tooltipRadioTextMap.set("RTGImpact", "RTG Impact");
|
|
3960
4034
|
this.tooltipRadioTextMap.set("RevisionNumber", "Revision #");
|
|
3961
4035
|
this.tooltipRadioTextMap.set("RevisionType", "Revision Type");
|
|
3962
4036
|
this.tooltipRadioTextMap.set("GeneratedOn", "Generated On");
|
|
@@ -3991,6 +4065,13 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
3991
4065
|
this.tooltipRadioTextMap.set("RTGImpact", "RTG Impact");
|
|
3992
4066
|
this.tooltipRadioTextMap.set("inventoryFillPercentageSameWeek", "Inv Fill Same Week (LY)");
|
|
3993
4067
|
this.tooltipRadioTextMap.set("inventoryFillPercentageFinal", "Inv Fill Final (LY)");
|
|
4068
|
+
this.tooltipRadioTextMap.set("inventoryFillPercentageSameWeek", "Inv Fill Same Week (LY)");
|
|
4069
|
+
this.tooltipRadioTextMap.set("inventoryFillPercentageFinal", "Inv Fill Final (LY)");
|
|
4070
|
+
this.tooltipRadioTextMap.set("projectedRTG", "Projected RTG");
|
|
4071
|
+
this.tooltipRadioTextMap.set("projectedIMPS", "Projected IMPS('000)");
|
|
4072
|
+
this.tooltipRadioTextMap.set("desiredCPM", "Desired CPM");
|
|
4073
|
+
this.tooltipRadioTextMap.set("desiredCPP", "Desired CPP");
|
|
4074
|
+
this.tooltipRadioTextMap.set("origin", "Origin");
|
|
3994
4075
|
this.tooltipRadioTextMap.set("projectedRTG", "Projected RTG");
|
|
3995
4076
|
this.tooltipRadioTextMap.set("projectedIMPS", "Projected IMPS('000)");
|
|
3996
4077
|
this.tooltipRadioTextMap.set("desiredCPM", "Desired CPM");
|
|
@@ -4012,6 +4093,22 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
4012
4093
|
this.tooltipRadioTextMap.set("NormalizedPostedRating", "Normalized Posted RTG");
|
|
4013
4094
|
this.tooltipRadioTextMap.set("NormalizedPostedImpressions", "Normalized Posted IMP('000)");
|
|
4014
4095
|
this.tooltipRadioTextMap.set("AdId", "Ad-Id");
|
|
4096
|
+
this.tooltipRadioTextMap.set("BookedRTG", "Booked RTG");
|
|
4097
|
+
this.tooltipRadioTextMap.set("BookedIMPS", "Booked IMPS('000)");
|
|
4098
|
+
this.tooltipRadioTextMap.set("IMPS", "IMP('000)");
|
|
4099
|
+
this.tooltipRadioTextMap.set("AURTG", "Avg RTG");
|
|
4100
|
+
this.tooltipRadioTextMap.set("AUIMPS", "Avg IMP('000)");
|
|
4101
|
+
this.tooltipRadioTextMap.set("PostedRatingsOrImpressions", "Posted RTG");
|
|
4102
|
+
this.tooltipRadioTextMap.set("ScheduleFlightWeek", "Schedule Week");
|
|
4103
|
+
this.tooltipRadioTextMap.set("ScheduledDay", "Scheduled Day");
|
|
4104
|
+
this.tooltipRadioTextMap.set("AirStatus", "Air Status");
|
|
4105
|
+
this.tooltipRadioTextMap.set("AirDateAndTime", "Air Date & Time");
|
|
4106
|
+
this.tooltipRadioTextMap.set("AirDate", "Air Date");
|
|
4107
|
+
this.tooltipRadioTextMap.set("NormalizedOrderedRating", "Normalized Booked RTG");
|
|
4108
|
+
this.tooltipRadioTextMap.set("NormalizedOrderedImpressions", "Normalized Booked IMP('000)");
|
|
4109
|
+
this.tooltipRadioTextMap.set("NormalizedPostedRating", "Normalized Posted RTG");
|
|
4110
|
+
this.tooltipRadioTextMap.set("NormalizedPostedImpressions", "Normalized Posted IMP('000)");
|
|
4111
|
+
this.tooltipRadioTextMap.set("AdId", "Ad-Id");
|
|
4015
4112
|
this.tooltipRadioTextMap.set("displayimps", "IMPS");
|
|
4016
4113
|
this.tooltipRadioTextMap.set("displayGrp", "GRP");
|
|
4017
4114
|
this.tooltipRadioTextMap.set("bookedSpotsForDisplay", "Spots");
|
|
@@ -4032,6 +4129,8 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
4032
4129
|
// this.tooltipRadioTextMap.set("odValue", "$ OD");
|
|
4033
4130
|
this.tooltipRadioTextMap.set("udValue", "Proj. $ UD");
|
|
4034
4131
|
this.tooltipRadioTextMap.set("odValue", "Proj. $ OD");
|
|
4132
|
+
this.tooltipRadioTextMap.set("udValue", "Proj. $ UD");
|
|
4133
|
+
this.tooltipRadioTextMap.set("odValue", "Proj. $ OD");
|
|
4035
4134
|
this.tooltipRadioTextMap.set("OtherAvailableSpotsTableInventoryCode", "Inventory Code");
|
|
4036
4135
|
this.tooltipRadioTextMap.set("OtherAvailableSpotsTableBuyerProgramName", "Buyer Program Name");
|
|
4037
4136
|
this.tooltipRadioTextMap.set("OtherAvailableSpotsTableStartTime", "Start Time");
|
|
@@ -4041,6 +4140,17 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
4041
4140
|
this.tooltipRadioTextMap.set("OtherAvailableSpotsTableActualWeekStartDate", "Week");
|
|
4042
4141
|
this.tooltipRadioTextMap.set("OtherAvailableSpotsTableWeekDay", "Day");
|
|
4043
4142
|
this.tooltipRadioTextMap.set("OtherAvailableSpotsTableDisplayLength", "Length");
|
|
4143
|
+
this.tooltipRadioTextMap.set("OtherAvailableSpotsTableInventoryCode", "Inventory Code");
|
|
4144
|
+
this.tooltipRadioTextMap.set("OtherAvailableSpotsTableBuyerProgramName", "Buyer Program Name");
|
|
4145
|
+
this.tooltipRadioTextMap.set("OtherAvailableSpotsTableStartTime", "Start Time");
|
|
4146
|
+
this.tooltipRadioTextMap.set("OtherAvailableSpotsTableEndTime", "End Time");
|
|
4147
|
+
this.tooltipRadioTextMap.set("OtherAvailableSpotsTableWeeklyAUR", "Booked Avg. Rate");
|
|
4148
|
+
this.tooltipRadioTextMap.set("OtherAvailableSpotsTableDisplayRevenueClass", "Rev Class");
|
|
4149
|
+
this.tooltipRadioTextMap.set("OtherAvailableSpotsTableActualWeekStartDate", "Week");
|
|
4150
|
+
this.tooltipRadioTextMap.set("OtherAvailableSpotsTableWeekDay", "Day");
|
|
4151
|
+
this.tooltipRadioTextMap.set("OtherAvailableSpotsTableDisplayLength", "Length");
|
|
4152
|
+
this.tooltipRadioTextMap.set("ProjectedImpressions", "Projected IMP('000)");
|
|
4153
|
+
this.tooltipRadioTextMap.set("ProjectedRtg", "Projected RTG");
|
|
4044
4154
|
this.tooltipRadioTextMap.set("ProjectedImpressions", "Projected IMP('000)");
|
|
4045
4155
|
this.tooltipRadioTextMap.set("ProjectedRtg", "Projected RTG");
|
|
4046
4156
|
}
|