@annalib/anna-core 19.0.6 → 19.0.8
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/esm2020/lib/anna-core-shared-lib/services/anna-filter.service.mjs +6 -2
- package/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +13 -9
- package/fesm2015/annalib-anna-core.mjs +17 -9
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +17 -9
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1295,6 +1295,8 @@ class AnnaFilterService {
|
|
|
1295
1295
|
'buyerChanges',
|
|
1296
1296
|
'userChanges',
|
|
1297
1297
|
'userMG',
|
|
1298
|
+
"udValue",
|
|
1299
|
+
"odValue"
|
|
1298
1300
|
]);
|
|
1299
1301
|
this.isFilterSortActive = {};
|
|
1300
1302
|
this.resetFilterSortActiveStatus = true;
|
|
@@ -1416,7 +1418,9 @@ class AnnaFilterService {
|
|
|
1416
1418
|
"parentRowPutPercent",
|
|
1417
1419
|
"parentRowPut",
|
|
1418
1420
|
"parentRowStationRtg",
|
|
1419
|
-
"parentRowStationImps"
|
|
1421
|
+
"parentRowStationImps",
|
|
1422
|
+
"udValue",
|
|
1423
|
+
"odValue"
|
|
1420
1424
|
];
|
|
1421
1425
|
const calendarArr = ["period", "AirDate", "flightStartDate", "flightEndDate", "date",
|
|
1422
1426
|
"startDate", "endDate", "revisionStartDate", "GeneratedOn", "Week", "timeoutDate"];
|
|
@@ -3622,7 +3626,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
3622
3626
|
this.tooltipRadioTextMap.set("bookedAmountWithoutZeroRatingValue", "$Booked With Imps(’000)");
|
|
3623
3627
|
this.tooltipRadioTextMap.set("bookedAmountPercentageWithoutZeroRatingValue", "% Against All Demos");
|
|
3624
3628
|
this.tooltipRadioTextMap.set("totalBookedAmountValue", "Total $Booked");
|
|
3625
|
-
this.tooltipRadioTextMap.set("averageUnitRateValue", "
|
|
3629
|
+
this.tooltipRadioTextMap.set("averageUnitRateValue", " AUR");
|
|
3626
3630
|
this.tooltipRadioTextMap.set("totalBookedAmountWithRatingValue", "$Booked With Rating");
|
|
3627
3631
|
this.tooltipRadioTextMap.set("averageUnitRateWithRatingValue", "AUR With Rating");
|
|
3628
3632
|
this.tooltipRadioTextMap.set("totalBookedAmountWithImpressionValue", "$Booked With IMPS");
|
|
@@ -3631,14 +3635,16 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
3631
3635
|
this.tooltipRadioTextMap.set("postedUnitsWithRatingValue", "Posted Units With Rating");
|
|
3632
3636
|
this.tooltipRadioTextMap.set("bookedUnitsWithImpressionValue", "Booked Units With IMPS");
|
|
3633
3637
|
this.tooltipRadioTextMap.set("postedUnitsWithImpressionValue", "Posted Units With IMPS");
|
|
3634
|
-
this.tooltipRadioTextMap.set("bookedRatings", "Booked
|
|
3638
|
+
this.tooltipRadioTextMap.set("bookedRatings", "Booked RTG");
|
|
3639
|
+
this.tooltipRadioTextMap.set("postedRatings", "POSTED RTG");
|
|
3635
3640
|
this.tooltipRadioTextMap.set("PostedRating", "Posted RTG");
|
|
3636
3641
|
this.tooltipRadioTextMap.set("bookedImpressions", "Booked IMPS");
|
|
3642
|
+
this.tooltipRadioTextMap.set("postedImpressions", "Posted IMPS");
|
|
3637
3643
|
this.tooltipRadioTextMap.set("PostedImpressions", "Posted IMP('000)");
|
|
3638
|
-
this.tooltipRadioTextMap.set("bookedAverageRating", "Booked
|
|
3639
|
-
this.tooltipRadioTextMap.set("postedAverageRating", "Posted
|
|
3640
|
-
this.tooltipRadioTextMap.set("bookedAverageImpression", "Booked
|
|
3641
|
-
this.tooltipRadioTextMap.set("postedAverageImpression", "Posted
|
|
3644
|
+
this.tooltipRadioTextMap.set("bookedAverageRating", "Booked AU Rating");
|
|
3645
|
+
this.tooltipRadioTextMap.set("postedAverageRating", "Posted AU Rating");
|
|
3646
|
+
this.tooltipRadioTextMap.set("bookedAverageImpression", "Booked AU IMPS");
|
|
3647
|
+
this.tooltipRadioTextMap.set("postedAverageImpression", "Posted AU IMPS");
|
|
3642
3648
|
this.tooltipRadioTextMap.set("bookedCppValue", "Booked CPP");
|
|
3643
3649
|
this.tooltipRadioTextMap.set("bookedEffectiveCppValue", "Effective CPP");
|
|
3644
3650
|
this.tooltipRadioTextMap.set("bookedCpmValue", "Booked CPM");
|
|
@@ -3657,9 +3663,9 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
3657
3663
|
this.tooltipRadioTextMap.set("UDImps", "UD IMPS");
|
|
3658
3664
|
this.tooltipRadioTextMap.set("ODGrp", "OD GRP");
|
|
3659
3665
|
this.tooltipRadioTextMap.set("UDGrp", "UD GRP");
|
|
3660
|
-
this.tooltipRadioTextMap.set("udImpsPercent", "UD
|
|
3666
|
+
this.tooltipRadioTextMap.set("udImpsPercent", "UD %");
|
|
3661
3667
|
this.tooltipRadioTextMap.set("udGrpPercent", "UD GRP %");
|
|
3662
|
-
this.tooltipRadioTextMap.set("odImpsPercent", "OD
|
|
3668
|
+
this.tooltipRadioTextMap.set("odImpsPercent", "OD %");
|
|
3663
3669
|
this.tooltipRadioTextMap.set("odGrpPercent", "OD GRP %");
|
|
3664
3670
|
this.tooltipRadioTextMap.set("RevisionNumber", "Revision #");
|
|
3665
3671
|
this.tooltipRadioTextMap.set("RevisionType", "Revision Type");
|
|
@@ -3716,6 +3722,8 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
3716
3722
|
this.tooltipRadioTextMap.set("DisplaytSpotStatusBI", "Spot Status");
|
|
3717
3723
|
this.tooltipRadioTextMap.set("LineSpot", "Line.Spot");
|
|
3718
3724
|
this.tooltipRadioTextMap.set("LurWindowName", "Political Window");
|
|
3725
|
+
this.tooltipRadioTextMap.set("udValue", "$ UD");
|
|
3726
|
+
this.tooltipRadioTextMap.set("odValue", "$ OD");
|
|
3719
3727
|
}
|
|
3720
3728
|
selectOrUnselectCheckbox(rowData, columnKeys, isCheckboxSelected) {
|
|
3721
3729
|
rowData[columnKeys] = !rowData[columnKeys];
|