@annalib/anna-core 24.0.37 → 24.0.39
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.
- package/esm2022/lib/anna-core-shared-lib/services/anna-filter.service.mjs +4 -1
- package/esm2022/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +4 -1
- package/fesm2022/annalib-anna-core.mjs +6 -0
- package/fesm2022/annalib-anna-core.mjs.map +1 -1
- package/lib/anna-core-shared-lib/services/anna-date-time-format.service.d.ts +2 -2
- package/package.json +1 -1
|
@@ -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",
|
|
@@ -4622,6 +4625,9 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
4622
4625
|
this.tooltipRadioTextMap.set("ProjectedRtg", "Projected RTG");
|
|
4623
4626
|
this.tooltipRadioTextMap.set("ProjectedImpressions", "Projected IMP('000)");
|
|
4624
4627
|
this.tooltipRadioTextMap.set("ProjectedRtg", "Projected RTG");
|
|
4628
|
+
this.tooltipRadioTextMap.set("buyerLine", "Buy Line");
|
|
4629
|
+
this.tooltipRadioTextMap.set("sellerLine", "Sell Line");
|
|
4630
|
+
this.tooltipRadioTextMap.set("programName", "Program Name");
|
|
4625
4631
|
}
|
|
4626
4632
|
selectOrUnselectCheckbox(rowData, columnKeys, isCheckboxSelected) {
|
|
4627
4633
|
rowData[columnKeys] = !rowData[columnKeys];
|