@annalib/anna-core 19.0.6 → 19.0.8

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.
@@ -1285,6 +1285,8 @@ class AnnaFilterService {
1285
1285
  'buyerChanges',
1286
1286
  'userChanges',
1287
1287
  'userMG',
1288
+ "udValue",
1289
+ "odValue"
1288
1290
  ]);
1289
1291
  this.isFilterSortActive = {};
1290
1292
  this.resetFilterSortActiveStatus = true;
@@ -1406,7 +1408,9 @@ class AnnaFilterService {
1406
1408
  "parentRowPutPercent",
1407
1409
  "parentRowPut",
1408
1410
  "parentRowStationRtg",
1409
- "parentRowStationImps"
1411
+ "parentRowStationImps",
1412
+ "udValue",
1413
+ "odValue"
1410
1414
  ];
1411
1415
  const calendarArr = ["period", "AirDate", "flightStartDate", "flightEndDate", "date",
1412
1416
  "startDate", "endDate", "revisionStartDate", "GeneratedOn", "Week", "timeoutDate"];
@@ -3618,7 +3622,7 @@ class AnnaNonEditableGenericTableComponent {
3618
3622
  this.tooltipRadioTextMap.set("bookedAmountWithoutZeroRatingValue", "$Booked With Imps(’000)");
3619
3623
  this.tooltipRadioTextMap.set("bookedAmountPercentageWithoutZeroRatingValue", "% Against All Demos");
3620
3624
  this.tooltipRadioTextMap.set("totalBookedAmountValue", "Total $Booked");
3621
- this.tooltipRadioTextMap.set("averageUnitRateValue", " Avg Rate");
3625
+ this.tooltipRadioTextMap.set("averageUnitRateValue", " AUR");
3622
3626
  this.tooltipRadioTextMap.set("totalBookedAmountWithRatingValue", "$Booked With Rating");
3623
3627
  this.tooltipRadioTextMap.set("averageUnitRateWithRatingValue", "AUR With Rating");
3624
3628
  this.tooltipRadioTextMap.set("totalBookedAmountWithImpressionValue", "$Booked With IMPS");
@@ -3627,14 +3631,16 @@ class AnnaNonEditableGenericTableComponent {
3627
3631
  this.tooltipRadioTextMap.set("postedUnitsWithRatingValue", "Posted Units With Rating");
3628
3632
  this.tooltipRadioTextMap.set("bookedUnitsWithImpressionValue", "Booked Units With IMPS");
3629
3633
  this.tooltipRadioTextMap.set("postedUnitsWithImpressionValue", "Posted Units With IMPS");
3630
- this.tooltipRadioTextMap.set("bookedRatings", "Booked Rating");
3634
+ this.tooltipRadioTextMap.set("bookedRatings", "Booked RTG");
3635
+ this.tooltipRadioTextMap.set("postedRatings", "POSTED RTG");
3631
3636
  this.tooltipRadioTextMap.set("PostedRating", "Posted RTG");
3632
3637
  this.tooltipRadioTextMap.set("bookedImpressions", "Booked IMPS");
3638
+ this.tooltipRadioTextMap.set("postedImpressions", "Posted IMPS");
3633
3639
  this.tooltipRadioTextMap.set("PostedImpressions", "Posted IMP('000)");
3634
- this.tooltipRadioTextMap.set("bookedAverageRating", "Booked AVG Rating");
3635
- this.tooltipRadioTextMap.set("postedAverageRating", "Posted AVG Rating");
3636
- this.tooltipRadioTextMap.set("bookedAverageImpression", "Booked AVG IMPS");
3637
- this.tooltipRadioTextMap.set("postedAverageImpression", "Posted AVG IMPS");
3640
+ this.tooltipRadioTextMap.set("bookedAverageRating", "Booked AU Rating");
3641
+ this.tooltipRadioTextMap.set("postedAverageRating", "Posted AU Rating");
3642
+ this.tooltipRadioTextMap.set("bookedAverageImpression", "Booked AU IMPS");
3643
+ this.tooltipRadioTextMap.set("postedAverageImpression", "Posted AU IMPS");
3638
3644
  this.tooltipRadioTextMap.set("bookedCppValue", "Booked CPP");
3639
3645
  this.tooltipRadioTextMap.set("bookedEffectiveCppValue", "Effective CPP");
3640
3646
  this.tooltipRadioTextMap.set("bookedCpmValue", "Booked CPM");
@@ -3653,9 +3659,9 @@ class AnnaNonEditableGenericTableComponent {
3653
3659
  this.tooltipRadioTextMap.set("UDImps", "UD IMPS");
3654
3660
  this.tooltipRadioTextMap.set("ODGrp", "OD GRP");
3655
3661
  this.tooltipRadioTextMap.set("UDGrp", "UD GRP");
3656
- this.tooltipRadioTextMap.set("udImpsPercent", "UD IMPS %");
3662
+ this.tooltipRadioTextMap.set("udImpsPercent", "UD %");
3657
3663
  this.tooltipRadioTextMap.set("udGrpPercent", "UD GRP %");
3658
- this.tooltipRadioTextMap.set("odImpsPercent", "OD IMPS %");
3664
+ this.tooltipRadioTextMap.set("odImpsPercent", "OD %");
3659
3665
  this.tooltipRadioTextMap.set("odGrpPercent", "OD GRP %");
3660
3666
  this.tooltipRadioTextMap.set("RevisionNumber", "Revision #");
3661
3667
  this.tooltipRadioTextMap.set("RevisionType", "Revision Type");
@@ -3712,6 +3718,8 @@ class AnnaNonEditableGenericTableComponent {
3712
3718
  this.tooltipRadioTextMap.set("DisplaytSpotStatusBI", "Spot Status");
3713
3719
  this.tooltipRadioTextMap.set("LineSpot", "Line.Spot");
3714
3720
  this.tooltipRadioTextMap.set("LurWindowName", "Political Window");
3721
+ this.tooltipRadioTextMap.set("udValue", "$ UD");
3722
+ this.tooltipRadioTextMap.set("odValue", "$ OD");
3715
3723
  }
3716
3724
  selectOrUnselectCheckbox(rowData, columnKeys, isCheckboxSelected) {
3717
3725
  rowData[columnKeys] = !rowData[columnKeys];