@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.
- 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",
|
|
@@ -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];
|