@annalib/anna-core 19.0.4 → 19.0.5

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.
@@ -3716,8 +3716,6 @@ class AnnaNonEditableGenericTableComponent {
3716
3716
  this.tooltipRadioTextMap.set("DisplaytSpotStatusBI", "Spot Status");
3717
3717
  this.tooltipRadioTextMap.set("LineSpot", "Line.Spot");
3718
3718
  this.tooltipRadioTextMap.set("LurWindowName", "Political Window");
3719
- this.tooltipRadioTextMap.set("daypart", "Daypart");
3720
- this.tooltipRadioTextMap.set("programName", "ProgramName");
3721
3719
  }
3722
3720
  selectOrUnselectCheckbox(rowData, columnKeys, isCheckboxSelected) {
3723
3721
  rowData[columnKeys] = !rowData[columnKeys];