@annalib/anna-core 30.2.0 → 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.
@@ -954,7 +954,7 @@ class AnnaCalendarFilterComponent {
954
954
  this.disabled = false;
955
955
  this.selectedDate = new EventEmitter();
956
956
  this.showFooterTemplate = false;
957
- this.placement = ["top-start", "left", "bottom-start", "auto"];
957
+ this.placement = ["top-start", "bottom-start", "left", "auto"];
958
958
  this.apply = new EventEmitter();
959
959
  this.cancel = new EventEmitter();
960
960
  this.disableApplyBtn = false;
@@ -1988,6 +1988,22 @@ class AnnaFilterService {
1988
1988
  "outstandingSpotsValue",
1989
1989
  "offeredADUsValue",
1990
1990
  "uDProjectionValue",
1991
+ "totalBookedGrp",
1992
+ "totalBookedImps",
1993
+ "bookedGrpToDate",
1994
+ "bookedImpsToDate",
1995
+ "deliveryThresholdPercentage",
1996
+ "goalGrpToDate",
1997
+ "goalImpsToDate",
1998
+ "postedGrpToDate",
1999
+ "postedImpsToDate",
2000
+ "deliveredPercentage",
2001
+ "udGrpToDate",
2002
+ "udImpsToDate",
2003
+ "odGrpToDate",
2004
+ "odImpsToDate",
2005
+ "scheduledADUs",
2006
+ "postedADUs",
1991
2007
  ];
1992
2008
  const calendarArr = [
1993
2009
  "period",
@@ -4514,7 +4530,7 @@ class AnnaNonEditableGenericTableComponent {
4514
4530
  this.tooltipRadioTextMap.set("flightEndDate", "End Date");
4515
4531
  this.tooltipRadioTextMap.set("orderIdAndRevNumber", "STN Order#-Rev#");
4516
4532
  this.tooltipRadioTextMap.set("stationOrderNumber", "STN Order#");
4517
- this.tooltipRadioTextMap.set("alternateOrderId", "Alt/Rep Order #");
4533
+ this.tooltipRadioTextMap.set("alternateOrderId", "Alt/Rep Order#");
4518
4534
  this.tooltipRadioTextMap.set("grp", "GRP");
4519
4535
  this.tooltipRadioTextMap.set("cpp", "CPP");
4520
4536
  this.tooltipRadioTextMap.set("imps", "IMPS");
@@ -4548,10 +4564,10 @@ class AnnaNonEditableGenericTableComponent {
4548
4564
  this.tooltipRadioTextMap.set("osUnderDly", "O/s Under Dly");
4549
4565
  this.tooltipRadioTextMap.set("primaryAe", "Primary AE");
4550
4566
  this.tooltipRadioTextMap.set("region", "Region");
4551
- this.tooltipRadioTextMap.set("revCode1", "Rev code 1");
4567
+ this.tooltipRadioTextMap.set("revCode1", "Rev Code 1");
4552
4568
  this.tooltipRadioTextMap.set("orderNoRevNo", "STN Order#-Rev#");
4553
- this.tooltipRadioTextMap.set("revCode2", "Rev code 2");
4554
- this.tooltipRadioTextMap.set("revCode3", "Rev code 3");
4569
+ this.tooltipRadioTextMap.set("revCode2", "Rev Code 2");
4570
+ this.tooltipRadioTextMap.set("revCode3", "Rev Code 3");
4555
4571
  this.tooltipRadioTextMap.set("booked", "$ Booked");
4556
4572
  this.tooltipRadioTextMap.set("spots", "Spots");
4557
4573
  this.tooltipRadioTextMap.set("postedAudPercent", "Posted %");
@@ -4837,21 +4853,22 @@ class AnnaNonEditableGenericTableComponent {
4837
4853
  this.tooltipRadioTextMap.set("SellerProgramName", "Seller Program");
4838
4854
  this.tooltipRadioTextMap.set("buyerProgramName", "Buyer Program");
4839
4855
  this.tooltipRadioTextMap.set("LastFetchedDate", "Last Fetched");
4840
- this.tooltipRadioTextMap.set("bookedDps", "Booked Dps");
4841
- this.tooltipRadioTextMap.set("totalBookedGrp", "Total Booked Grp");
4842
- this.tooltipRadioTextMap.set("totalBookedImps", "Total Booked Imps");
4843
- this.tooltipRadioTextMap.set("bookedGrpToDate", "Booked GRP To-Date");
4844
- this.tooltipRadioTextMap.set("bookedImpsToDate", "Booked IMPS To-Date");
4845
- this.tooltipRadioTextMap.set("goalGrpToDate", "Goal GRP To-Date");
4846
- this.tooltipRadioTextMap.set("goalImpsToDate", "Goal IMPS To-Date");
4847
- this.tooltipRadioTextMap.set("postedGrpToDate", "Posted GRP To-Date");
4848
- this.tooltipRadioTextMap.set("postedImpsToDate", "Posted IMPS To-Date");
4849
- this.tooltipRadioTextMap.set("udGrpToDate", "UD GRP To-Date");
4850
- this.tooltipRadioTextMap.set("udImpsToDate", "UD IMPS To-Date");
4851
- this.tooltipRadioTextMap.set("odGrpToDate", "OD GRP To-Date");
4852
- this.tooltipRadioTextMap.set("odImpsToDate", "OD IMPS To-Date");
4853
- this.tooltipRadioTextMap.set("scheduledADUs", "Scheduled ADUs");
4854
- 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");
4855
4872
  }
4856
4873
  selectOrUnselectCheckbox(rowData, columnKeys, isCheckboxSelected) {
4857
4874
  rowData[columnKeys] = !rowData[columnKeys];
@@ -5857,6 +5874,10 @@ class AnnaPersistingFilterService {
5857
5874
  let key = null;
5858
5875
  try {
5859
5876
  hashCode = hash(val);
5877
+ // if (hashCode === "d909d7a911336eb2b8732b67d22cfb32c9603a7e") {
5878
+ // return;
5879
+ // // Added by Manisha, stationId with null was getting added
5880
+ // }
5860
5881
  key = isFilterKey ? `filter_${hashCode}` : hashCode;
5861
5882
  localStorage.setItem(key, JSON.stringify(val));
5862
5883
  if (isFilterKey) {
@@ -5991,7 +6012,7 @@ class Constants {
5991
6012
  static { this.SUCCESS_STRING = "success"; }
5992
6013
  static { this.BACKEND_SERVER_URL = "/server/public/index.php/api"; }
5993
6014
  static { this.ERROR_MSG = "Error occurred please try again."; }
5994
- static { this.NO_DATA_MSG = "No Data to display"; }
6015
+ static { this.NO_DATA_MSG = "No data to display"; }
5995
6016
  static { this.SERVER_ERROR = "Server error. Please try Again"; }
5996
6017
  static { this.USER_ORIGIN = "ANNA"; }
5997
6018
  static { this.ACTIVE_USER_STATUS = "active"; }