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