@annalib/anna-core 14.0.2 → 14.0.3
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 +9 -1
- package/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +7 -8
- package/fesm2015/annalib-anna-core.mjs +16 -9
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +16 -9
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/lib/anna-core-shared-lib/constants/shared.constant.d.ts +8 -0
- 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("PostedRating", "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 IMP('000)");
|
|
2105
2105
|
this.tooltipRadioTextMap.set("AURTG", "Avg RTG");
|
|
2106
|
-
this.tooltipRadioTextMap.set("AUIMPS", "Avg
|
|
2106
|
+
this.tooltipRadioTextMap.set("AUIMPS", "Avg IMP('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 IMP('000)");
|
|
2114
2114
|
this.tooltipRadioTextMap.set("NormalizedPostedRating", "Normalized Posted RTG");
|
|
2115
|
-
this.tooltipRadioTextMap.set("NormalizedPostedImpressions", "Normalized Posted
|
|
2115
|
+
this.tooltipRadioTextMap.set("NormalizedPostedImpressions", "Normalized Posted IMP('000)");
|
|
2116
2116
|
this.tooltipRadioTextMap.set("AdId", "Ad-Id");
|
|
2117
2117
|
this.tooltipRadioTextMap.set("displayimps", "IMPS");
|
|
2118
2118
|
this.tooltipRadioTextMap.set("displayGrp", "GRP");
|
|
@@ -2122,7 +2122,6 @@ 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");
|
|
2126
2125
|
}
|
|
2127
2126
|
generateTableDataWrapper() {
|
|
2128
2127
|
this.showSkeletonLoading = true;
|
|
@@ -6392,7 +6391,15 @@ var Days;
|
|
|
6392
6391
|
Days[Days["F"] = 5] = "F";
|
|
6393
6392
|
Days[Days["Sa"] = 6] = "Sa";
|
|
6394
6393
|
Days[Days["Su"] = 7] = "Su";
|
|
6395
|
-
})(Days || (Days = {}));
|
|
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";
|
|
6396
6403
|
|
|
6397
6404
|
/*
|
|
6398
6405
|
* Public API Surface of anna-core
|
|
@@ -6402,5 +6409,5 @@ var Days;
|
|
|
6402
6409
|
* Generated bundle index. Do not edit.
|
|
6403
6410
|
*/
|
|
6404
6411
|
|
|
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 };
|
|
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, OrderSources, SortTypeEnum, TooltipModel, UserActivationStatus, fixedSizeVirtualScrollStrategyFactory, radioButtonModel, showEllipsisTextOnHoverDirective, tooltipModelForColumnLevelFiltering };
|
|
6406
6413
|
//# sourceMappingURL=annalib-anna-core.mjs.map
|