@annalib/anna-core 30.2.1 → 30.2.2

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.
@@ -4530,7 +4530,7 @@ class AnnaNonEditableGenericTableComponent {
4530
4530
  this.tooltipRadioTextMap.set("flightEndDate", "End Date");
4531
4531
  this.tooltipRadioTextMap.set("orderIdAndRevNumber", "STN Order#-Rev#");
4532
4532
  this.tooltipRadioTextMap.set("stationOrderNumber", "STN Order#");
4533
- this.tooltipRadioTextMap.set("alternateOrderId", "Alt/Rep Order #");
4533
+ this.tooltipRadioTextMap.set("alternateOrderId", "Alt/Rep Order#");
4534
4534
  this.tooltipRadioTextMap.set("grp", "GRP");
4535
4535
  this.tooltipRadioTextMap.set("cpp", "CPP");
4536
4536
  this.tooltipRadioTextMap.set("imps", "IMPS");
@@ -4564,10 +4564,10 @@ class AnnaNonEditableGenericTableComponent {
4564
4564
  this.tooltipRadioTextMap.set("osUnderDly", "O/s Under Dly");
4565
4565
  this.tooltipRadioTextMap.set("primaryAe", "Primary AE");
4566
4566
  this.tooltipRadioTextMap.set("region", "Region");
4567
- this.tooltipRadioTextMap.set("revCode1", "Rev code 1");
4567
+ this.tooltipRadioTextMap.set("revCode1", "Rev Code 1");
4568
4568
  this.tooltipRadioTextMap.set("orderNoRevNo", "STN Order#-Rev#");
4569
- this.tooltipRadioTextMap.set("revCode2", "Rev code 2");
4570
- this.tooltipRadioTextMap.set("revCode3", "Rev code 3");
4569
+ this.tooltipRadioTextMap.set("revCode2", "Rev Code 2");
4570
+ this.tooltipRadioTextMap.set("revCode3", "Rev Code 3");
4571
4571
  this.tooltipRadioTextMap.set("booked", "$ Booked");
4572
4572
  this.tooltipRadioTextMap.set("spots", "Spots");
4573
4573
  this.tooltipRadioTextMap.set("postedAudPercent", "Posted %");
@@ -4853,21 +4853,22 @@ class AnnaNonEditableGenericTableComponent {
4853
4853
  this.tooltipRadioTextMap.set("SellerProgramName", "Seller Program");
4854
4854
  this.tooltipRadioTextMap.set("buyerProgramName", "Buyer Program");
4855
4855
  this.tooltipRadioTextMap.set("LastFetchedDate", "Last Fetched");
4856
- this.tooltipRadioTextMap.set("bookedDps", "Booked Dps");
4857
- this.tooltipRadioTextMap.set("totalBookedGrp", "Total Booked Grp");
4858
- this.tooltipRadioTextMap.set("totalBookedImps", "Total Booked Imps");
4859
- this.tooltipRadioTextMap.set("bookedGrpToDate", "Booked GRP To-Date");
4860
- this.tooltipRadioTextMap.set("bookedImpsToDate", "Booked IMPS To-Date");
4861
- this.tooltipRadioTextMap.set("goalGrpToDate", "Goal GRP To-Date");
4862
- this.tooltipRadioTextMap.set("goalImpsToDate", "Goal IMPS To-Date");
4863
- this.tooltipRadioTextMap.set("postedGrpToDate", "Posted GRP To-Date");
4864
- this.tooltipRadioTextMap.set("postedImpsToDate", "Posted IMPS To-Date");
4865
- this.tooltipRadioTextMap.set("udGrpToDate", "UD GRP To-Date");
4866
- this.tooltipRadioTextMap.set("udImpsToDate", "UD IMPS To-Date");
4867
- this.tooltipRadioTextMap.set("odGrpToDate", "OD GRP To-Date");
4868
- this.tooltipRadioTextMap.set("odImpsToDate", "OD IMPS To-Date");
4869
- this.tooltipRadioTextMap.set("scheduledADUs", "Scheduled ADUs");
4870
- this.tooltipRadioTextMap.set("postedADUs", "Posted ADUs");
4856
+ this.tooltipRadioTextMap.set("bookedDps", "Booked DPs");
4857
+ this.tooltipRadioTextMap.set("totalBookedGrp", "Total Booked GRP");
4858
+ this.tooltipRadioTextMap.set("totalBookedImps", "Total Booked IMPS");
4859
+ this.tooltipRadioTextMap.set("bookedGrpToDate", "Booked GRP To-date");
4860
+ this.tooltipRadioTextMap.set("bookedImpsToDate", "Booked IMPS To-date");
4861
+ this.tooltipRadioTextMap.set("goalGrpToDate", "Goal GRP To-date");
4862
+ this.tooltipRadioTextMap.set("goalImpsToDate", "Goal IMPS To-date");
4863
+ this.tooltipRadioTextMap.set("postedGrpToDate", "Posted GRP To-date");
4864
+ this.tooltipRadioTextMap.set("postedImpsToDate", "Posted IMPS To-date");
4865
+ this.tooltipRadioTextMap.set("udGrpToDate", "UD GRP To-date");
4866
+ this.tooltipRadioTextMap.set("udImpsToDate", "UD IMPS To-date");
4867
+ this.tooltipRadioTextMap.set("odGrpToDate", "OD GRP To-date");
4868
+ this.tooltipRadioTextMap.set("odImpsToDate", "OD IMPS To-date");
4869
+ this.tooltipRadioTextMap.set("scheduledADUs", "$ Scheduled ADUs");
4870
+ this.tooltipRadioTextMap.set("postedADUs", "$ Posted ADUs");
4871
+ this.tooltipRadioTextMap.set("bookedVal", "$ Booked");
4871
4872
  }
4872
4873
  selectOrUnselectCheckbox(rowData, columnKeys, isCheckboxSelected) {
4873
4874
  rowData[columnKeys] = !rowData[columnKeys];