@annalib/anna-core 31.0.22 → 31.0.23

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.
@@ -1963,8 +1963,10 @@ class AnnaFilterService {
1963
1963
  "udImpsToDate",
1964
1964
  "odGrpToDate",
1965
1965
  "odImpsToDate",
1966
- "scheduledADUs",
1967
- "postedADUs",
1966
+ "scheduledADUsProjGrp",
1967
+ "scheduledADUsProjImps",
1968
+ "postedADUsGrp",
1969
+ "postedADUsImps",
1968
1970
  "bookedVal",
1969
1971
  "userMGValue"
1970
1972
  ];
@@ -4836,8 +4838,10 @@ class AnnaNonEditableGenericTableComponent {
4836
4838
  this.tooltipRadioTextMap.set("udImpsToDate", "UD IMPS To-date");
4837
4839
  this.tooltipRadioTextMap.set("odGrpToDate", "OD GRP To-date");
4838
4840
  this.tooltipRadioTextMap.set("odImpsToDate", "OD IMPS To-date");
4839
- this.tooltipRadioTextMap.set("scheduledADUs", "$ Scheduled ADUs");
4840
- this.tooltipRadioTextMap.set("postedADUs", "$ Posted ADUs");
4841
+ this.tooltipRadioTextMap.set("scheduledADUsProjGrp", "Sch. ADUs Proj. GRP");
4842
+ this.tooltipRadioTextMap.set("scheduledADUsProjImps", "Sch. ADUs Proj. IMPS");
4843
+ this.tooltipRadioTextMap.set("postedADUsGrp", "Posted ADUs GRP");
4844
+ this.tooltipRadioTextMap.set("postedADUsImps", "Posted ADUs IMPS");
4841
4845
  this.tooltipRadioTextMap.set("bookedVal", "$ Booked");
4842
4846
  this.tooltipRadioTextMap.set("station", "Station");
4843
4847
  this.tooltipRadioTextMap.set("networkAffiliate", "Network Affiliate");