@annalib/anna-core 31.9.0 → 31.9.1

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.
@@ -5103,6 +5103,10 @@ class AnnaNonEditableGenericTableComponent {
5103
5103
  this.tooltipRadioTextMap.set("projectedGi", "Projected GI");
5104
5104
  this.tooltipRadioTextMap.set("postedGi", "Posted GI");
5105
5105
  this.tooltipRadioTextMap.set("len", "Len");
5106
+ this.tooltipRadioTextMap.set("previousProgramSellerProgramName", "Seller Program");
5107
+ this.tooltipRadioTextMap.set("previousProgramInventoryCode", "Inventory Code");
5108
+ this.tooltipRadioTextMap.set("newProgramSellerProgramName", "Seller Program");
5109
+ this.tooltipRadioTextMap.set("newProgramInventoryCode", "Inventory Code");
5106
5110
  }
5107
5111
  selectOrUnselectCheckbox(rowData, columnKeys, isCheckboxSelected) {
5108
5112
  rowData[columnKeys] = !rowData[columnKeys];