@annalib/anna-core 20.3.6 → 20.3.7
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.
|
@@ -4314,26 +4314,50 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
4314
4314
|
this.tooltipRadioTextMap.set("averageUnitRateValue", " AUR");
|
|
4315
4315
|
this.tooltipRadioTextMap.set("totalBookedAmountWithRatingValue", "$Booked With Rating");
|
|
4316
4316
|
this.tooltipRadioTextMap.set("averageUnitRateWithRatingValue", "AUR With Rating");
|
|
4317
|
+
this.tooltipRadioTextMap.set("totalBookedAmountValue", "Total $Booked");
|
|
4318
|
+
this.tooltipRadioTextMap.set("averageUnitRateValue", " AUR");
|
|
4319
|
+
this.tooltipRadioTextMap.set("totalBookedAmountWithRatingValue", "$Booked With Rating");
|
|
4320
|
+
this.tooltipRadioTextMap.set("averageUnitRateWithRatingValue", "AUR With Rating");
|
|
4317
4321
|
this.tooltipRadioTextMap.set("totalBookedAmountWithImpressionValue", "$Booked With IMPS");
|
|
4318
4322
|
this.tooltipRadioTextMap.set("averageUnitRateWithImpressionValue", "AUR With IMPS");
|
|
4323
|
+
this.tooltipRadioTextMap.set("totalBookedAmountWithImpressionValue", "$Booked With IMPS");
|
|
4324
|
+
this.tooltipRadioTextMap.set("averageUnitRateWithImpressionValue", "AUR With IMPS");
|
|
4325
|
+
this.tooltipRadioTextMap.set("bookedUnitsWithRatingValue", "Booked Units With Rating");
|
|
4326
|
+
this.tooltipRadioTextMap.set("postedUnitsWithRatingValue", "Posted Units With Rating");
|
|
4319
4327
|
this.tooltipRadioTextMap.set("bookedUnitsWithRatingValue", "Booked Units With Rating");
|
|
4320
4328
|
this.tooltipRadioTextMap.set("postedUnitsWithRatingValue", "Posted Units With Rating");
|
|
4321
4329
|
this.tooltipRadioTextMap.set("bookedUnitsWithImpressionValue", "Booked Units With IMPS");
|
|
4322
4330
|
this.tooltipRadioTextMap.set("postedUnitsWithImpressionValue", "Posted Units With IMPS");
|
|
4331
|
+
this.tooltipRadioTextMap.set("bookedUnitsWithImpressionValue", "Booked Units With IMPS");
|
|
4332
|
+
this.tooltipRadioTextMap.set("postedUnitsWithImpressionValue", "Posted Units With IMPS");
|
|
4323
4333
|
this.tooltipRadioTextMap.set("bookedRatings", "Booked Rating");
|
|
4324
4334
|
this.tooltipRadioTextMap.set("postedRatings", "POSTED Rating");
|
|
4325
4335
|
this.tooltipRadioTextMap.set("PostedRating", "Posted RTG");
|
|
4336
|
+
this.tooltipRadioTextMap.set("bookedRatings", "Booked Rating");
|
|
4337
|
+
this.tooltipRadioTextMap.set("postedRatings", "POSTED Rating");
|
|
4338
|
+
this.tooltipRadioTextMap.set("PostedRating", "Posted RTG");
|
|
4339
|
+
this.tooltipRadioTextMap.set("bookedImpressions", "Booked IMP('000)");
|
|
4340
|
+
this.tooltipRadioTextMap.set("postedImpressions", "Posted IMP('000)");
|
|
4341
|
+
this.tooltipRadioTextMap.set("PostedImpressions", "Posted IMP('000)");
|
|
4326
4342
|
this.tooltipRadioTextMap.set("bookedImpressions", "Booked IMP('000)");
|
|
4327
4343
|
this.tooltipRadioTextMap.set("postedImpressions", "Posted IMP('000)");
|
|
4328
4344
|
this.tooltipRadioTextMap.set("PostedImpressions", "Posted IMP('000)");
|
|
4329
4345
|
this.tooltipRadioTextMap.set("bookedAverageRating", "Booked AU Rating");
|
|
4330
4346
|
this.tooltipRadioTextMap.set("postedAverageRating", "Posted AU Rating");
|
|
4347
|
+
this.tooltipRadioTextMap.set("bookedAverageRating", "Booked AU Rating");
|
|
4348
|
+
this.tooltipRadioTextMap.set("postedAverageRating", "Posted AU Rating");
|
|
4331
4349
|
this.tooltipRadioTextMap.set("bookedAverageImpression", "Booked AU IMPS");
|
|
4332
4350
|
this.tooltipRadioTextMap.set("postedAverageImpression", "Posted AU IMPS");
|
|
4351
|
+
this.tooltipRadioTextMap.set("bookedAverageImpression", "Booked AU IMPS");
|
|
4352
|
+
this.tooltipRadioTextMap.set("postedAverageImpression", "Posted AU IMPS");
|
|
4353
|
+
this.tooltipRadioTextMap.set("bookedCppValue", "Booked CPP");
|
|
4354
|
+
this.tooltipRadioTextMap.set("bookedEffectiveCppValue", "Effective CPP");
|
|
4333
4355
|
this.tooltipRadioTextMap.set("bookedCppValue", "Booked CPP");
|
|
4334
4356
|
this.tooltipRadioTextMap.set("bookedEffectiveCppValue", "Effective CPP");
|
|
4335
4357
|
this.tooltipRadioTextMap.set("bookedCpmValue", "Booked CPM");
|
|
4336
4358
|
this.tooltipRadioTextMap.set("bookedEffectiveCpmValue", "Effective CPM");
|
|
4359
|
+
this.tooltipRadioTextMap.set("bookedCpmValue", "Booked CPM");
|
|
4360
|
+
this.tooltipRadioTextMap.set("bookedEffectiveCpmValue", "Effective CPM");
|
|
4337
4361
|
this.tooltipRadioTextMap.set("orderSource", "Order Route");
|
|
4338
4362
|
this.tooltipRadioTextMap.set("orderCategory", "Rev Category");
|
|
4339
4363
|
this.tooltipRadioTextMap.set("cashOrTrade", "C/T");
|
|
@@ -4352,6 +4376,56 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
4352
4376
|
this.tooltipRadioTextMap.set("udGrpPercent", "Proj. UD GRP %");
|
|
4353
4377
|
this.tooltipRadioTextMap.set("odImpsPercent", "Proj. OD %");
|
|
4354
4378
|
this.tooltipRadioTextMap.set("odGrpPercent", "Proj. OD GRP %");
|
|
4379
|
+
this.tooltipRadioTextMap.set("orderSource", "Order Route");
|
|
4380
|
+
this.tooltipRadioTextMap.set("orderCategory", "Rev Category");
|
|
4381
|
+
this.tooltipRadioTextMap.set("cashOrTrade", "C/T");
|
|
4382
|
+
this.tooltipRadioTextMap.set("revisionStartDate", "Revision Start Date");
|
|
4383
|
+
this.tooltipRadioTextMap.set("name", "name");
|
|
4384
|
+
this.tooltipRadioTextMap.set("role", "role");
|
|
4385
|
+
this.tooltipRadioTextMap.set("stationCount", "stationCount");
|
|
4386
|
+
this.tooltipRadioTextMap.set("stationList", "stationList");
|
|
4387
|
+
this.tooltipRadioTextMap.set("approvedOn", "Approved On");
|
|
4388
|
+
this.tooltipRadioTextMap.set("approvedBy", "Approved By");
|
|
4389
|
+
this.tooltipRadioTextMap.set("ODImps", "Proj. OD IMPS");
|
|
4390
|
+
this.tooltipRadioTextMap.set("UDImps", "Proj. UD IMPS");
|
|
4391
|
+
this.tooltipRadioTextMap.set("ODGrp", "Proj. OD GRP");
|
|
4392
|
+
this.tooltipRadioTextMap.set("UDGrp", "Proj. UD GRP");
|
|
4393
|
+
this.tooltipRadioTextMap.set("udImpsPercent", "Proj. UD %");
|
|
4394
|
+
this.tooltipRadioTextMap.set("udGrpPercent", "Proj. UD GRP %");
|
|
4395
|
+
this.tooltipRadioTextMap.set("odImpsPercent", "Proj. OD %");
|
|
4396
|
+
this.tooltipRadioTextMap.set("odGrpPercent", "Proj. OD GRP %");
|
|
4397
|
+
this.tooltipRadioTextMap.set("RevisionNumber", "Revision #");
|
|
4398
|
+
this.tooltipRadioTextMap.set("RevisionType", "Revision Type");
|
|
4399
|
+
this.tooltipRadioTextMap.set("GeneratedOn", "Generated On");
|
|
4400
|
+
this.tooltipRadioTextMap.set("BookedValueForDisplay", "$ BOOKED");
|
|
4401
|
+
this.tooltipRadioTextMap.set("BookedValue", "$ Booked");
|
|
4402
|
+
this.tooltipRadioTextMap.set("BookedSpots", "Spots");
|
|
4403
|
+
this.tooltipRadioTextMap.set("BookedGRP", "GRP");
|
|
4404
|
+
this.tooltipRadioTextMap.set("BookedIMPSRevTab", "IMPS'(000)");
|
|
4405
|
+
this.tooltipRadioTextMap.set("BookedCPP", "CPP");
|
|
4406
|
+
this.tooltipRadioTextMap.set("BookedCPM", "CPM");
|
|
4407
|
+
this.tooltipRadioTextMap.set("MGsValueForDisplay", "$ MGS");
|
|
4408
|
+
this.tooltipRadioTextMap.set("MGsValue", "$ MGS");
|
|
4409
|
+
this.tooltipRadioTextMap.set("ADUsValueForDisplay", "$ ADUS");
|
|
4410
|
+
this.tooltipRadioTextMap.set("ADUsValue", "$ ADUS");
|
|
4411
|
+
this.tooltipRadioTextMap.set("BuyerChangesValueForDisplay", "$ Buyer Change");
|
|
4412
|
+
this.tooltipRadioTextMap.set("BuyerChangesValue", "$ Buyer Change");
|
|
4413
|
+
this.tooltipRadioTextMap.set("UserChangesValueForDisplay", "$ Seller User Change");
|
|
4414
|
+
this.tooltipRadioTextMap.set("UserChangesValue", "$ Seller User Change");
|
|
4415
|
+
this.tooltipRadioTextMap.set("SellerLine", "Seller Line #");
|
|
4416
|
+
this.tooltipRadioTextMap.set("BuyerLine", "Buy Line #");
|
|
4417
|
+
this.tooltipRadioTextMap.set("SpotStatus", "Spot Status");
|
|
4418
|
+
this.tooltipRadioTextMap.set("InventoryCode", "Inventory Code");
|
|
4419
|
+
this.tooltipRadioTextMap.set("BuyerProgramName", "Buyer Program Name");
|
|
4420
|
+
this.tooltipRadioTextMap.set("RevenueClass", "Revenue Class");
|
|
4421
|
+
this.tooltipRadioTextMap.set("WeeklyAUR", "Booked Avg. Rate");
|
|
4422
|
+
this.tooltipRadioTextMap.set("BookedRate", "Booked Rate");
|
|
4423
|
+
this.tooltipRadioTextMap.set("averageRate", "Average Rate");
|
|
4424
|
+
this.tooltipRadioTextMap.set("bookedAverageRate", "Booked AVG. Rate");
|
|
4425
|
+
this.tooltipRadioTextMap.set("dollarIMPSImpact", "$ IMPS Impact");
|
|
4426
|
+
this.tooltipRadioTextMap.set("dollarRTGImpact", "$ RTG IMPACT");
|
|
4427
|
+
this.tooltipRadioTextMap.set("IMPSImpact", "IMPS ('000) IMPACT");
|
|
4428
|
+
this.tooltipRadioTextMap.set("RTGImpact", "RTG Impact");
|
|
4355
4429
|
this.tooltipRadioTextMap.set("RevisionNumber", "Revision #");
|
|
4356
4430
|
this.tooltipRadioTextMap.set("RevisionType", "Revision Type");
|
|
4357
4431
|
this.tooltipRadioTextMap.set("GeneratedOn", "Generated On");
|
|
@@ -4386,6 +4460,13 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
4386
4460
|
this.tooltipRadioTextMap.set("RTGImpact", "RTG Impact");
|
|
4387
4461
|
this.tooltipRadioTextMap.set("inventoryFillPercentageSameWeek", "Inv Fill Same Week (LY)");
|
|
4388
4462
|
this.tooltipRadioTextMap.set("inventoryFillPercentageFinal", "Inv Fill Final (LY)");
|
|
4463
|
+
this.tooltipRadioTextMap.set("inventoryFillPercentageSameWeek", "Inv Fill Same Week (LY)");
|
|
4464
|
+
this.tooltipRadioTextMap.set("inventoryFillPercentageFinal", "Inv Fill Final (LY)");
|
|
4465
|
+
this.tooltipRadioTextMap.set("projectedRTG", "Projected RTG");
|
|
4466
|
+
this.tooltipRadioTextMap.set("projectedIMPS", "Projected IMPS('000)");
|
|
4467
|
+
this.tooltipRadioTextMap.set("desiredCPM", "Desired CPM");
|
|
4468
|
+
this.tooltipRadioTextMap.set("desiredCPP", "Desired CPP");
|
|
4469
|
+
this.tooltipRadioTextMap.set("origin", "Origin");
|
|
4389
4470
|
this.tooltipRadioTextMap.set("projectedRTG", "Projected RTG");
|
|
4390
4471
|
this.tooltipRadioTextMap.set("projectedIMPS", "Projected IMPS('000)");
|
|
4391
4472
|
this.tooltipRadioTextMap.set("desiredCPM", "Desired CPM");
|
|
@@ -4404,6 +4485,23 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
4404
4485
|
this.tooltipRadioTextMap.set("AirDate", "Air Date");
|
|
4405
4486
|
this.tooltipRadioTextMap.set("NormalizedOrderedRating", "Normalized Booked RTG");
|
|
4406
4487
|
this.tooltipRadioTextMap.set("NormalizedOrderedImpressions", "Normalized Booked IMP('000)");
|
|
4488
|
+
this.tooltipRadioTextMap.set("BuyerLineNumber", "Buy Line #");
|
|
4489
|
+
this.tooltipRadioTextMap.set("NormalizedPostedRating", "Normalized Posted RTG");
|
|
4490
|
+
this.tooltipRadioTextMap.set("NormalizedPostedImpressions", "Normalized Posted IMP('000)");
|
|
4491
|
+
this.tooltipRadioTextMap.set("AdId", "Ad-Id");
|
|
4492
|
+
this.tooltipRadioTextMap.set("BookedRTG", "Booked RTG");
|
|
4493
|
+
this.tooltipRadioTextMap.set("BookedIMPS", "Booked IMPS('000)");
|
|
4494
|
+
this.tooltipRadioTextMap.set("IMPS", "IMP('000)");
|
|
4495
|
+
this.tooltipRadioTextMap.set("AURTG", "Avg RTG");
|
|
4496
|
+
this.tooltipRadioTextMap.set("AUIMPS", "Avg IMP('000)");
|
|
4497
|
+
this.tooltipRadioTextMap.set("PostedRatingsOrImpressions", "Posted RTG");
|
|
4498
|
+
this.tooltipRadioTextMap.set("ScheduleFlightWeek", "Schedule Week");
|
|
4499
|
+
this.tooltipRadioTextMap.set("ScheduledDay", "Scheduled Day");
|
|
4500
|
+
this.tooltipRadioTextMap.set("AirStatus", "Air Status");
|
|
4501
|
+
this.tooltipRadioTextMap.set("AirDateAndTime", "Air Date & Time");
|
|
4502
|
+
this.tooltipRadioTextMap.set("AirDate", "Air Date");
|
|
4503
|
+
this.tooltipRadioTextMap.set("NormalizedOrderedRating", "Normalized Booked RTG");
|
|
4504
|
+
this.tooltipRadioTextMap.set("NormalizedOrderedImpressions", "Normalized Booked IMP('000)");
|
|
4407
4505
|
this.tooltipRadioTextMap.set("NormalizedPostedRating", "Normalized Posted RTG");
|
|
4408
4506
|
this.tooltipRadioTextMap.set("NormalizedPostedImpressions", "Normalized Posted IMP('000)");
|
|
4409
4507
|
this.tooltipRadioTextMap.set("AdId", "Ad-Id");
|
|
@@ -4427,6 +4525,8 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
4427
4525
|
// this.tooltipRadioTextMap.set("odValue", "$ OD");
|
|
4428
4526
|
this.tooltipRadioTextMap.set("udValue", "Proj. $ UD");
|
|
4429
4527
|
this.tooltipRadioTextMap.set("odValue", "Proj. $ OD");
|
|
4528
|
+
this.tooltipRadioTextMap.set("udValue", "Proj. $ UD");
|
|
4529
|
+
this.tooltipRadioTextMap.set("odValue", "Proj. $ OD");
|
|
4430
4530
|
this.tooltipRadioTextMap.set("OtherAvailableSpotsTableInventoryCode", "Inventory Code");
|
|
4431
4531
|
this.tooltipRadioTextMap.set("OtherAvailableSpotsTableBuyerProgramName", "Buyer Program Name");
|
|
4432
4532
|
this.tooltipRadioTextMap.set("OtherAvailableSpotsTableStartTime", "Start Time");
|
|
@@ -4436,6 +4536,17 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
4436
4536
|
this.tooltipRadioTextMap.set("OtherAvailableSpotsTableActualWeekStartDate", "Week");
|
|
4437
4537
|
this.tooltipRadioTextMap.set("OtherAvailableSpotsTableWeekDay", "Day");
|
|
4438
4538
|
this.tooltipRadioTextMap.set("OtherAvailableSpotsTableDisplayLength", "Length");
|
|
4539
|
+
this.tooltipRadioTextMap.set("OtherAvailableSpotsTableInventoryCode", "Inventory Code");
|
|
4540
|
+
this.tooltipRadioTextMap.set("OtherAvailableSpotsTableBuyerProgramName", "Buyer Program Name");
|
|
4541
|
+
this.tooltipRadioTextMap.set("OtherAvailableSpotsTableStartTime", "Start Time");
|
|
4542
|
+
this.tooltipRadioTextMap.set("OtherAvailableSpotsTableEndTime", "End Time");
|
|
4543
|
+
this.tooltipRadioTextMap.set("OtherAvailableSpotsTableWeeklyAUR", "Booked Avg. Rate");
|
|
4544
|
+
this.tooltipRadioTextMap.set("OtherAvailableSpotsTableDisplayRevenueClass", "Rev Class");
|
|
4545
|
+
this.tooltipRadioTextMap.set("OtherAvailableSpotsTableActualWeekStartDate", "Week");
|
|
4546
|
+
this.tooltipRadioTextMap.set("OtherAvailableSpotsTableWeekDay", "Day");
|
|
4547
|
+
this.tooltipRadioTextMap.set("OtherAvailableSpotsTableDisplayLength", "Length");
|
|
4548
|
+
this.tooltipRadioTextMap.set("ProjectedImpressions", "Projected IMP('000)");
|
|
4549
|
+
this.tooltipRadioTextMap.set("ProjectedRtg", "Projected RTG");
|
|
4439
4550
|
this.tooltipRadioTextMap.set("ProjectedImpressions", "Projected IMP('000)");
|
|
4440
4551
|
this.tooltipRadioTextMap.set("ProjectedRtg", "Projected RTG");
|
|
4441
4552
|
}
|