@annalib/anna-core 14.0.1 → 14.0.2
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/constants/shared.constant.mjs +1 -9
- package/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +8 -7
- package/fesm2015/annalib-anna-core.mjs +9 -16
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +9 -16
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/lib/anna-core-shared-lib/constants/shared.constant.d.ts +0 -8
- package/package.json +1 -1
|
@@ -2047,9 +2047,9 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
2047
2047
|
this.tooltipRadioTextMap.set("bookedUnitsWithImpressionValue", "Booked Units With IMPS");
|
|
2048
2048
|
this.tooltipRadioTextMap.set("postedUnitsWithImpressionValue", "Posted Units With IMPS");
|
|
2049
2049
|
this.tooltipRadioTextMap.set("bookedRatings", "Booked Rating");
|
|
2050
|
-
this.tooltipRadioTextMap.set("
|
|
2050
|
+
this.tooltipRadioTextMap.set("postedRatings", "Posted Rating");
|
|
2051
2051
|
this.tooltipRadioTextMap.set("bookedImpressions", "Booked IMPS");
|
|
2052
|
-
this.tooltipRadioTextMap.set("
|
|
2052
|
+
this.tooltipRadioTextMap.set("postedImpressions", "Posted IMPS");
|
|
2053
2053
|
this.tooltipRadioTextMap.set("bookedAverageRating", "Booked AVG Rating");
|
|
2054
2054
|
this.tooltipRadioTextMap.set("postedAverageRating", "Posted AVG Rating");
|
|
2055
2055
|
this.tooltipRadioTextMap.set("bookedAverageImpression", "Booked AVG IMPS");
|
|
@@ -2101,18 +2101,18 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
2101
2101
|
this.tooltipRadioTextMap.set("WeeklyAUR", " Avg Rate");
|
|
2102
2102
|
this.tooltipRadioTextMap.set("BookedRate", "Booked Rate");
|
|
2103
2103
|
this.tooltipRadioTextMap.set("BookedRTG", "Booked RTG");
|
|
2104
|
-
this.tooltipRadioTextMap.set("BookedIMPS", "Booked
|
|
2104
|
+
this.tooltipRadioTextMap.set("BookedIMPS", "Booked IMPS('000)");
|
|
2105
2105
|
this.tooltipRadioTextMap.set("AURTG", "Avg RTG");
|
|
2106
|
-
this.tooltipRadioTextMap.set("AUIMPS", "Avg
|
|
2106
|
+
this.tooltipRadioTextMap.set("AUIMPS", "Avg IMPS('000)");
|
|
2107
2107
|
this.tooltipRadioTextMap.set("PostedRatingsOrImpressions", "Posted RTG");
|
|
2108
2108
|
this.tooltipRadioTextMap.set("ScheduleFlightWeek", "Schedule Week");
|
|
2109
2109
|
this.tooltipRadioTextMap.set("ScheduledDay", "Scheduled Day");
|
|
2110
2110
|
this.tooltipRadioTextMap.set("AirStatus", "Air Status");
|
|
2111
2111
|
this.tooltipRadioTextMap.set("AirDateAndTime", "Air Date & Time");
|
|
2112
2112
|
this.tooltipRadioTextMap.set("NormalizedOrderedRating", "Normalized Booked RTG");
|
|
2113
|
-
this.tooltipRadioTextMap.set("NormalizedOrderedImpressions", "Normalized Booked
|
|
2113
|
+
this.tooltipRadioTextMap.set("NormalizedOrderedImpressions", "Normalized Booked IMPS('000)");
|
|
2114
2114
|
this.tooltipRadioTextMap.set("NormalizedPostedRating", "Normalized Posted RTG");
|
|
2115
|
-
this.tooltipRadioTextMap.set("NormalizedPostedImpressions", "Normalized Posted
|
|
2115
|
+
this.tooltipRadioTextMap.set("NormalizedPostedImpressions", "Normalized Posted IMPS('000)");
|
|
2116
2116
|
this.tooltipRadioTextMap.set("AdId", "Ad-Id");
|
|
2117
2117
|
this.tooltipRadioTextMap.set("displayimps", "IMPS");
|
|
2118
2118
|
this.tooltipRadioTextMap.set("displayGrp", "GRP");
|
|
@@ -2122,6 +2122,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
2122
2122
|
this.tooltipRadioTextMap.set("primaryBuyer", "Primary Buyer");
|
|
2123
2123
|
this.tooltipRadioTextMap.set("primaryBuyerName", "Primary Buyer");
|
|
2124
2124
|
this.tooltipRadioTextMap.set("timeoutDate", "Timeout Date");
|
|
2125
|
+
this.tooltipRadioTextMap.set("DisplaytSpotStatusBI", "Spot Status");
|
|
2125
2126
|
}
|
|
2126
2127
|
generateTableDataWrapper() {
|
|
2127
2128
|
this.showSkeletonLoading = true;
|
|
@@ -6391,15 +6392,7 @@ var Days;
|
|
|
6391
6392
|
Days[Days["F"] = 5] = "F";
|
|
6392
6393
|
Days[Days["Sa"] = 6] = "Sa";
|
|
6393
6394
|
Days[Days["Su"] = 7] = "Su";
|
|
6394
|
-
})(Days || (Days = {}));
|
|
6395
|
-
class OrderSources {
|
|
6396
|
-
}
|
|
6397
|
-
OrderSources.Medialine = "Medialine";
|
|
6398
|
-
OrderSources.Non_electronic = "Non electronic";
|
|
6399
|
-
OrderSources.Others = "Others";
|
|
6400
|
-
OrderSources.WOC_unlinked = "WOC Unlinked";
|
|
6401
|
-
OrderSources.WOC_linked = "WOC Linked";
|
|
6402
|
-
OrderSources.WOZ = "WOZ";
|
|
6395
|
+
})(Days || (Days = {}));
|
|
6403
6396
|
|
|
6404
6397
|
/*
|
|
6405
6398
|
* Public API Surface of anna-core
|
|
@@ -6409,5 +6402,5 @@ OrderSources.WOZ = "WOZ";
|
|
|
6409
6402
|
* Generated bundle index. Do not edit.
|
|
6410
6403
|
*/
|
|
6411
6404
|
|
|
6412
|
-
export { AllSelectedStatus, AnnaBuyerApprovalIconTemplateComponent, AnnaCalendarFilterComponent, AnnaColumnCheckboxFilterComponent, AnnaColumnDateRangeFilterComponent, AnnaColumnTimeFilterComponent, AnnaConvertZeroOrNullOrUndefinedPipe, AnnaCoreModule, AnnaDateTimeFormatService, AnnaDeletedOrderIconTemplateComponent, AnnaFilterSearchedTextPipe, AnnaFilterService, AnnaFixedRowSizeTableVirtualScrollStrategy, AnnaFixedRowSizeTableVirtualScrollStrategyDirective, AnnaGlobalConfigService, AnnaGtHelperService, AnnaIconColumnComponent, AnnaLiveIconTemplateComponent, AnnaNoDataComponent, AnnaNonEditableGenericTableComponent, AnnaNotifyIconTemplateComponent, AnnaNumberFormatService, AnnaPayForPerformanceIconTemplateComponent, AnnaPersistingFilterService, AnnaRejectedIconTemplateComponent, AnnaReplaceCharPipe, AnnaSortComponent, AnnaSortService, AnnaTableVirtualScrollViewportComponent, AnnaTypeofDataPipe, AnnaVirtualTableDirective, AnnaWeekCalendarComponent, ClickableItem, Constants, Days, DigitOnlyDirective, ErrorCodes,
|
|
6405
|
+
export { AllSelectedStatus, AnnaBuyerApprovalIconTemplateComponent, AnnaCalendarFilterComponent, AnnaColumnCheckboxFilterComponent, AnnaColumnDateRangeFilterComponent, AnnaColumnTimeFilterComponent, AnnaConvertZeroOrNullOrUndefinedPipe, AnnaCoreModule, AnnaDateTimeFormatService, AnnaDeletedOrderIconTemplateComponent, AnnaFilterSearchedTextPipe, AnnaFilterService, AnnaFixedRowSizeTableVirtualScrollStrategy, AnnaFixedRowSizeTableVirtualScrollStrategyDirective, AnnaGlobalConfigService, AnnaGtHelperService, AnnaIconColumnComponent, AnnaLiveIconTemplateComponent, AnnaNoDataComponent, AnnaNonEditableGenericTableComponent, AnnaNotifyIconTemplateComponent, AnnaNumberFormatService, AnnaPayForPerformanceIconTemplateComponent, AnnaPersistingFilterService, AnnaRejectedIconTemplateComponent, AnnaReplaceCharPipe, AnnaSortComponent, AnnaSortService, AnnaTableVirtualScrollViewportComponent, AnnaTypeofDataPipe, AnnaVirtualTableDirective, AnnaWeekCalendarComponent, ClickableItem, Constants, Days, DigitOnlyDirective, ErrorCodes, SortTypeEnum, TooltipModel, UserActivationStatus, fixedSizeVirtualScrollStrategyFactory, radioButtonModel, showEllipsisTextOnHoverDirective, tooltipModelForColumnLevelFiltering };
|
|
6413
6406
|
//# sourceMappingURL=annalib-anna-core.mjs.map
|