@annalib/anna-core 28.0.2 → 28.0.4
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-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +9 -14
- package/fesm2022/annalib-anna-core.mjs +8 -13
- 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
|
@@ -4415,7 +4415,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
4415
4415
|
this.tooltipRadioTextMap.set("projectedCPP", "Proj. CPP (30s)");
|
|
4416
4416
|
this.tooltipRadioTextMap.set("projectedCPM", "Proj. CPM (30s)");
|
|
4417
4417
|
this.tooltipRadioTextMap.set("averageCPM", "Avg. CPM");
|
|
4418
|
-
this.tooltipRadioTextMap.set("IMPSDiff", "
|
|
4418
|
+
this.tooltipRadioTextMap.set("IMPSDiff", "IMP ('000) Diff.");
|
|
4419
4419
|
this.tooltipRadioTextMap.set("RTGDiff", "RTG Diff.");
|
|
4420
4420
|
this.tooltipRadioTextMap.set("bookedEqCpmValue", "Booked CPM (30s)");
|
|
4421
4421
|
this.tooltipRadioTextMap.set("bookedEqCppValue", "Booked CPP (30s)");
|
|
@@ -4541,9 +4541,9 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
4541
4541
|
this.tooltipRadioTextMap.set("BookedRate", "Booked Rate");
|
|
4542
4542
|
this.tooltipRadioTextMap.set("averageRate", "Average Rate");
|
|
4543
4543
|
this.tooltipRadioTextMap.set("bookedAverageRate", "Booked AVG. Rate");
|
|
4544
|
-
this.tooltipRadioTextMap.set("dollarIMPSImpact", "$
|
|
4544
|
+
this.tooltipRadioTextMap.set("dollarIMPSImpact", "$ IMP Impact");
|
|
4545
4545
|
this.tooltipRadioTextMap.set("dollarRTGImpact", "$ RTG IMPACT");
|
|
4546
|
-
this.tooltipRadioTextMap.set("IMPSImpact", "
|
|
4546
|
+
this.tooltipRadioTextMap.set("IMPSImpact", "IMP ('000) IMPACT");
|
|
4547
4547
|
this.tooltipRadioTextMap.set("RTGImpact", "RTG Impact");
|
|
4548
4548
|
this.tooltipRadioTextMap.set("RevisionNumber", "Revision #");
|
|
4549
4549
|
this.tooltipRadioTextMap.set("RevisionType", "Revision Type");
|
|
@@ -4573,25 +4573,20 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
4573
4573
|
this.tooltipRadioTextMap.set("BookedRate", "Booked Rate");
|
|
4574
4574
|
this.tooltipRadioTextMap.set("averageRate", "Average Rate");
|
|
4575
4575
|
this.tooltipRadioTextMap.set("bookedAverageRate", "Booked AVG. Rate");
|
|
4576
|
-
this.tooltipRadioTextMap.set("dollarIMPSImpact", "$
|
|
4576
|
+
this.tooltipRadioTextMap.set("dollarIMPSImpact", "$ IMP Impact");
|
|
4577
4577
|
this.tooltipRadioTextMap.set("dollarRTGImpact", "$ RTG IMPACT");
|
|
4578
|
-
this.tooltipRadioTextMap.set("IMPSImpact", "
|
|
4578
|
+
this.tooltipRadioTextMap.set("IMPSImpact", "IMP ('000) IMPACT");
|
|
4579
4579
|
this.tooltipRadioTextMap.set("RTGImpact", "RTG Impact");
|
|
4580
4580
|
this.tooltipRadioTextMap.set("sellOutPercentageSameWeek", "SELL OUT % SAME WEEK (LY)");
|
|
4581
4581
|
this.tooltipRadioTextMap.set("sellOutPercentageFinal", "FINAL SELL OUT % (LY)");
|
|
4582
4582
|
this.tooltipRadioTextMap.set("scheduledDate", "Sch. Date");
|
|
4583
4583
|
this.tooltipRadioTextMap.set("projectedRTG", "Projected RTG");
|
|
4584
|
-
this.tooltipRadioTextMap.set("projectedIMPS", "Projected
|
|
4585
|
-
this.tooltipRadioTextMap.set("desiredCPM", "Desired CPM");
|
|
4586
|
-
this.tooltipRadioTextMap.set("desiredCPP", "Desired CPP");
|
|
4587
|
-
this.tooltipRadioTextMap.set("origin", "Origin");
|
|
4588
|
-
this.tooltipRadioTextMap.set("projectedRTG", "Projected RTG");
|
|
4589
|
-
this.tooltipRadioTextMap.set("projectedIMPS", "Projected IMPS('000)");
|
|
4584
|
+
this.tooltipRadioTextMap.set("projectedIMPS", "Projected IMP('000)");
|
|
4590
4585
|
this.tooltipRadioTextMap.set("desiredCPM", "Desired CPM");
|
|
4591
4586
|
this.tooltipRadioTextMap.set("desiredCPP", "Desired CPP");
|
|
4592
4587
|
this.tooltipRadioTextMap.set("origin", "Origin");
|
|
4593
4588
|
this.tooltipRadioTextMap.set("BookedRTG", "Booked RTG");
|
|
4594
|
-
this.tooltipRadioTextMap.set("BookedIMPS", "Booked
|
|
4589
|
+
this.tooltipRadioTextMap.set("BookedIMPS", "Booked IMP('000)");
|
|
4595
4590
|
this.tooltipRadioTextMap.set("IMPS", "IMP('000)");
|
|
4596
4591
|
this.tooltipRadioTextMap.set("AURTG", "Avg RTG");
|
|
4597
4592
|
this.tooltipRadioTextMap.set("AUIMPS", "Avg IMP('000)");
|
|
@@ -4608,7 +4603,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
4608
4603
|
this.tooltipRadioTextMap.set("NormalizedPostedImpressions", "Normalized Posted IMP('000)");
|
|
4609
4604
|
this.tooltipRadioTextMap.set("AdId", "Ad-Id");
|
|
4610
4605
|
this.tooltipRadioTextMap.set("BookedRTG", "Booked RTG");
|
|
4611
|
-
this.tooltipRadioTextMap.set("BookedIMPS", "Booked
|
|
4606
|
+
this.tooltipRadioTextMap.set("BookedIMPS", "Booked IMP('000)");
|
|
4612
4607
|
this.tooltipRadioTextMap.set("IMPS", "IMP('000)");
|
|
4613
4608
|
this.tooltipRadioTextMap.set("AURTG", "Avg RTG");
|
|
4614
4609
|
this.tooltipRadioTextMap.set("AUIMPS", "Avg IMP('000)");
|