@annalib/anna-core 24.1.12 → 24.1.14

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.
@@ -1924,6 +1924,9 @@ class AnnaFilterService {
1924
1924
  "projectedCPP",
1925
1925
  "bookedEqCpmValue",
1926
1926
  "bookedEqCppValue",
1927
+ "Rating",
1928
+ "ActualRate",
1929
+ "Impressions",
1927
1930
  ];
1928
1931
  const calendarArr = [
1929
1932
  "period",
@@ -4614,6 +4617,9 @@ class AnnaNonEditableGenericTableComponent {
4614
4617
  this.tooltipRadioTextMap.set("ProjectedRtg", "Projected RTG");
4615
4618
  this.tooltipRadioTextMap.set("ProjectedImpressions", "Projected IMP('000)");
4616
4619
  this.tooltipRadioTextMap.set("ProjectedRtg", "Projected RTG");
4620
+ this.tooltipRadioTextMap.set("buyerLine", "Buy Line");
4621
+ this.tooltipRadioTextMap.set("sellerLine", "Sell Line");
4622
+ this.tooltipRadioTextMap.set("programName", "Program Name");
4617
4623
  }
4618
4624
  selectOrUnselectCheckbox(rowData, columnKeys, isCheckboxSelected) {
4619
4625
  rowData[columnKeys] = !rowData[columnKeys];