@annalib/anna-core 31.0.8 → 31.0.10

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.
@@ -1768,6 +1768,7 @@ class AnnaFilterService {
1768
1768
  "userMG",
1769
1769
  "udValue",
1770
1770
  "odValue",
1771
+ "bookedVal",
1771
1772
  ]);
1772
1773
  this.isFilterSortActive = {};
1773
1774
  this.resetFilterSortActiveStatus = true;
@@ -1963,6 +1964,7 @@ class AnnaFilterService {
1963
1964
  "odImpsToDate",
1964
1965
  "scheduledADUs",
1965
1966
  "postedADUs",
1967
+ "bookedVal",
1966
1968
  ];
1967
1969
  const calendarArr = [
1968
1970
  "period",
@@ -4814,11 +4816,11 @@ class AnnaNonEditableGenericTableComponent {
4814
4816
  this.tooltipRadioTextMap.set("sellerProgramName", "Seller Program");
4815
4817
  this.tooltipRadioTextMap.set("LastFetchedDate", "Last Fetched");
4816
4818
  this.tooltipRadioTextMap.set("trafficOrderId", "Order Id");
4817
- this.tooltipRadioTextMap.set("repOrderIdWithModCode", "Alt Order# - Mod#");
4818
- this.tooltipRadioTextMap.set("smReviewedBy", "SM Reviewed By");
4819
- this.tooltipRadioTextMap.set("smReviewedDateTime", "SM Reviewed Date Time");
4819
+ this.tooltipRadioTextMap.set("repOrderIdWithModCode", "Alt/Rep Order Id - Mod Code#");
4820
+ this.tooltipRadioTextMap.set("smReviewedBy", "SM Reviewer");
4821
+ this.tooltipRadioTextMap.set("smReviewedDateTime", "SM Reviewed At");
4820
4822
  this.tooltipRadioTextMap.set("sentForEntryBy", "Sent For Entry By");
4821
- this.tooltipRadioTextMap.set("sentForEntryDateTime", "Sent For Entry Date Time");
4823
+ this.tooltipRadioTextMap.set("sentForEntryDateTime", "Sent For Entry At");
4822
4824
  this.tooltipRadioTextMap.set("bookedDps", "Booked DPs");
4823
4825
  this.tooltipRadioTextMap.set("totalBookedGrp", "Total Booked GRP");
4824
4826
  this.tooltipRadioTextMap.set("totalBookedImps", "Total Booked IMPS");