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