@annalib/anna-core 4.2.23 → 4.2.24

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.
@@ -1260,10 +1260,12 @@ class AnnaFilterService {
1260
1260
  "userChanges",
1261
1261
  "UDGrp",
1262
1262
  "UDImps",
1263
- "underDeliveryPercent",
1264
1263
  "ODGrp",
1265
1264
  "ODImps",
1266
- "overDeliveryPercent",
1265
+ "udImpsPercent",
1266
+ "udGrpPercent",
1267
+ "odImpsPercent",
1268
+ "odGrpPercent",
1267
1269
  "userADUs",
1268
1270
  "buyerChanges",
1269
1271
  "userChanges",
@@ -1903,12 +1905,14 @@ class AnnaNonEditableGenericTableComponent {
1903
1905
  this.tooltipRadioTextMap.set("orderCategory", "Category");
1904
1906
  this.tooltipRadioTextMap.set("cashOrTrade", "C/T");
1905
1907
  this.tooltipRadioTextMap.set("revisionStartDate", "Revision Start Date");
1906
- this.tooltipRadioTextMap.set("ODImps", "OD Imps");
1907
- this.tooltipRadioTextMap.set("UDImps", "UD Imps");
1908
- this.tooltipRadioTextMap.set("ODGrp", "OD Grp");
1909
- this.tooltipRadioTextMap.set("UdGrp", "UD Grp");
1910
- this.tooltipRadioTextMap.set("overDeliveryPercent", "OD Percent");
1911
- this.tooltipRadioTextMap.set("underDeliveryPercent", "OD Percent");
1908
+ this.tooltipRadioTextMap.set("ODImps", "OD IMPS");
1909
+ this.tooltipRadioTextMap.set("UDImps", "UD IMPS");
1910
+ this.tooltipRadioTextMap.set("ODGrp", "OD GRP");
1911
+ this.tooltipRadioTextMap.set("UDGrp", "UD GRP");
1912
+ this.tooltipRadioTextMap.set("udImpsPercent", "UD IMPS Percent");
1913
+ this.tooltipRadioTextMap.set("udGrpPercent", "UD GRP Percent");
1914
+ this.tooltipRadioTextMap.set("odImpsPercent", "OD IMPS Percent");
1915
+ this.tooltipRadioTextMap.set("odGrpPercent", "OD GRP Percent");
1912
1916
  }
1913
1917
  generateTableDataWrapper() {
1914
1918
  this.showSkeletonLoading = true;