@annalib/anna-core 31.0.7 → 31.0.8

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.
@@ -4835,6 +4835,9 @@ class AnnaNonEditableGenericTableComponent {
4835
4835
  this.tooltipRadioTextMap.set("scheduledADUs", "$ Scheduled ADUs");
4836
4836
  this.tooltipRadioTextMap.set("postedADUs", "$ Posted ADUs");
4837
4837
  this.tooltipRadioTextMap.set("bookedVal", "$ Booked");
4838
+ this.tooltipRadioTextMap.set("station", "Station");
4839
+ this.tooltipRadioTextMap.set("networkAffiliate", "Network Affiliate");
4840
+ this.tooltipRadioTextMap.set("market", "Market");
4838
4841
  }
4839
4842
  selectOrUnselectCheckbox(rowData, columnKeys, isCheckboxSelected) {
4840
4843
  rowData[columnKeys] = !rowData[columnKeys];